header,footer {
    width: 100%;
}

header {
    backdrop-filter: blur(20px);
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1000;
    background: rgb(183,169,202,0.5);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(20px);
}

.cookie_rules_dev {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie_rules_dev svg {
    width: 50px;
    height: 50px;
    fill: rgb(183,169,202);
}

.data_accept_dev {
    flex-grow: 1;
    text-align: left;
    color: #ffffff;
}

.data_accept_dev p a {
    color: rgb(183,169,202);
    text-decoration: underline;
}

.user_choices_dev {
    text-align: center;
    flex-shrink: 0;
    background: rgb(183,169,202);
    border: none;
    min-width: 120px;
    font-size: 18px;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 20px;
    text-decoration: none;
    cursor: pointer;
}

.title_page_dev > div {
    grid-template-columns: 1fr;
    gap: 3rem;
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: grid;
    z-index: 2;
}

.title_page_dev .learn_techfast_dev {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    position: relative;
    max-width: 800px;
    color: #000000;
}

.title_page_dev p {
    opacity: 0;
    transform: translateY(20px);
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    font-size: calc(17px + 0.2rem);
    line-height: 1.6;
    max-width: 600px;
    color: #000000;
    margin-top: 0.5rem;
}

.title_page_dev .learning_program_dev::before {
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, transparent 70%);
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.title_page_dev .learning_program_dev h3 {
    position: relative;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    font-size: calc(24px - 0.1rem);
    padding-left: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.contact_box_dev .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.contact_box_dev .help_support_dev {
    background: #ffffff;
    grid-gap: 20px;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    padding: 40px;
    border-radius: 18px;
}

.contact_box_dev .help_support_dev div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.contact_box_dev .help_support_dev svg path {
    fill: rgb(183,169,202);
}

.contact_box_dev .help_support_dev a {
    font-weight: 600;
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(183,169,202);
}

.contact_box_dev form h3::after {
    height: 4px;
    content: '';
    bottom: -15px;
    border-radius: 2px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(183,169,202);
    width: 80px;
    position: absolute;
}

.contact_box_dev form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}

.contact_box_dev .query_widget_dev {
    display: flex;
    align-items: flex-start;
    grid-column: 1 / -1;
    margin: 10px 0;
}

.contact_box_dev .query_widget_dev input[type="checkbox"]:checked::before {
    content: "";
    left: 7px;
    transform: rotate(45deg);
    width: 6px;
    top: 4px;
    position: absolute;
    border: solid #ffffff;
    height: 10px;
    border-width: 0 2px 2px 0;
}

.contact_box_dev .reach_reach_dev {
    overflow: hidden;
    font-size: 17px;
    padding: 18px 20px;
    grid-column: 1 / -1;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
    background: rgb(183,169,202);
}

.program_assets_dev .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.program_assets_dev .caption_holder_dev {
    width: 100%;
    border-left: 4px solid rgb(183,169,202);
    transform: translateZ(0);
    box-shadow: 
    0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    backdrop-filter: blur(8px);
    border-radius: 2px;
    padding: 40px 30px;
    background: linear-gradient(
    135deg,
    rgba(rgb(255, 255, 255, 0.5), 0.95),
    rgba(rgb(255, 255, 255, 0.5), 0.85)
  );
}

.program_assets_dev .caption_holder_dev {
    padding: 60px 50px;
}

.program_assets_dev .caption_holder_dev li:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.program_assets_dev .caption_holder_dev li p span:first-child {
    margin-right: 12px;
    transform: translateY(2px);
    flex-shrink: 0;
}

.program_assets_dev .caption_holder_dev li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.program_assets_dev .caption_holder_dev li:hover svg path {
    fill: rgb(144,115,176);
}

.program_assets_dev::after {
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    height: 300px;
    background: radial-gradient(circle, rgba(rgb(183,169,202,0.5), 0.08) 0%, rgba(rgb(183,169,202,0.5), 0) 70%);
    right: -100px;
    border-radius: 50%;
    width: 300px;
    top: 15%;
    position: absolute;
}

.price_set_dev .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}

.price_set_dev .learning_fees_dev {
    letter-spacing: 0.3px;
    max-width: 800px;
    transform: translateY(20px);
    color: #ffffff;
    line-height: 1.6;
    text-align: center;
    font-size: calc(17px * 1.1);
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    margin: 0 auto 50px;
    opacity: 0;
}

.price_set_dev .discount_grid_dev li:nth-child(1) {
    --li-index: 1;
}

.price_set_dev .discount_grid_dev li:nth-child(2) {
    --li-index: 2;
}

.price_set_dev .study_price_dev {
    position: relative;
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}

.price_set_dev .plan_matrix_dev::before {
    height: 200%;
    top: -50%;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(144,115,176), 0.05) 0%,
        transparent 70%
    );
    z-index: 0;
    content: "";
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 0;
    transform: scale(0.8);
    width: 200%;
    left: -50%;
}

.price_set_dev .study_price_dev:hover .class_cost_dev h4 {
    color: rgb(144,115,176);
    transform: translateY(-5px);
}

.price_set_dev .class_cost_dev p {
    margin-bottom: 25px;
    scrollbar-color: rgb(144,115,176) rgba(255,255,255,0.1);
    padding-right: 10px;
    overflow-y: auto;
    font-size: 17px;
    max-height: 150px;
    scrollbar-width: thin;
    color: rgba(255,255,255,0.8);
    line-height: 1.6;
}

.price_set_dev .study_price_dev:hover .package_rates_dev::before {
    left: 200%;
}

.secure_depot_dev {
    background-color: rgb(218,214,225);
    border: 2px solid rgba(0, 0, 0, 0.5);
    position: relative;
    color: #000000;
    padding: 2rem;
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5);
    margin: 2rem;
}

.secure_depot_dev h1 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    padding-left: 1rem;
    font-size: 38px;
    color: rgb(183,169,202);
    position: relative;
    border-left: 5px solid rgb(183,169,202);
}

.secure_depot_dev ul,
.secure_depot_dev ol {
    padding-left: 2rem;
    margin: 1.5rem 0;
    list-style-position: inside;
}

.secure_depot_dev ul {
    list-style-type: square;
}

.secure_depot_dev p {
    margin-bottom: 1rem;
    border-left: 4px solid rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    padding-left: 1rem;
    font-size: 16px;
}

.secure_depot_dev > div {
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    margin-bottom: 1.5rem;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 1rem;
}

.teacher_profile_dev::before {
    width: 120%;
    background: rgb(144,115,176,0.5);
    left: -5%;
    transform: rotate(-12deg);
    position: absolute;
    top: -10%;
    height: 70%;
    content: "";
    z-index: 1;
}

.teacher_profile_dev .pic_cell_dev:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.teacher_profile_dev .work_wrap_dev:hover {
    transform: rotate(0deg) translateY(-20px);
}

.teacher_profile_dev .work_wrap_dev:hover::after {
    opacity: 0.8;
    width: 95%;
}

.teacher_profile_dev .work_section_dev {
    padding-left: 1.5rem;
    position: relative;
    font-style: italic;
    color: #000000;
    line-height: 1.6;
    font-weight: 400;
    font-size: 18px;
}

.course_highlights_dev::before {
    position: absolute;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    background: 
        linear-gradient(90deg, transparent 49.9%, rgb(183,169,202,0.5) 50%, rgb(183,169,202,0.5) 50.1%, transparent 50.2%) 0 0 / 100px 100%,
        linear-gradient(0deg, transparent 49.9%, rgb(183,169,202,0.5) 50%, rgb(183,169,202,0.5) 50.1%, transparent 50.2%) 0 0 / 100% 100px;
    height: 100%;
    opacity: 0.08;
    animation: gridPulse 8s linear infinite;
    width: 100%;
}

.course_highlights_dev .caption_holder_dev {
    position: relative;
    z-index: 15;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(183,169,202,0.5);
    backdrop-filter: blur(20px);
    transform: translateZ(50px);
    background: rgba(0, 0, 0, 0.7);
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 100%);
    padding: 60px;
    border-left: 3px solid rgb(183,169,202);
}

.course_highlights_dev .caption_holder_dev h2::after {
    height: 3px;
    position: absolute;
    box-shadow: 0 0 15px rgb(183,169,202);
    content: "";
    bottom: 0;
    left: 0;
    background: rgb(183,169,202);
    width: 100px;
}

.course_highlights_dev .caption_holder_dev .description::before {
    opacity: 0.7;
    position: absolute;
    color: rgb(144,115,176);
    content: ">";
    left: 0;
}

.course_highlights_dev .pic_cell_dev::before {
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 15%, transparent 85%, rgba(0, 0, 0, 0.5) 100%),
        linear-gradient(to right, #000000 0%, transparent 20%);
    content: "";
}

.thanksPart_dev::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(144,115,176,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(144,115,176,0.5) 11px
    );
    content: "";
    left: 0;
    transform: translateZ(-20px);
    z-index: 1;
    pointer-events: none;
    height: 100%;
    position: absolute;
    animation: patternMove 30s linear infinite;
    width: 100%;
    top: 0;
    opacity: 0.1;
}

.thanksPart_dev .belief_core_dev {
    overflow: hidden;
    padding: 40px;
    opacity: 0;
    margin-top: 20px;
    transform: translateZ(15px) rotateX(2deg);
    animation: holderEntrance 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.3s;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 3px 5px rgba(0, 0, 0, 0.03);
    position: relative;
    border-radius: 11px;
    background: #ffffff;
}

.thanksPart_dev ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thanksPart_dev li::before {
    background-color: #ffffff;
    border-radius: 50%;
    animation: pulseDot 3s infinite;
    width: 15px;
    content: "";
    top: 50%;
    position: absolute;
    box-shadow: 0 0 0 5px rgba(var(--secondary-color-rgb, 0, 120, 200), 0.1);
    height: 15px;
    border: 3px solid rgb(144,115,176);
    transform: translateY(-50%);
    left: -9px;
}

header:after {
    left: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(144,115,176) 0%,
        rgb(183,169,202) 50%,
        rgb(144,115,176) 100%
    );
    width: 100%;
    opacity: 0.8;
    filter: blur(1px);
    position: absolute;
    height: 3px;
    content: '';
}

header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 16px 25px;
}

header .header_know_dev {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

header .top_core_dev {
    display: flex;
    align-items: center;
    gap: 35px;
    position: relative;
}

header .page_nav_dev {
    font-size: 15px;
    position: relative;
    padding: 5px 0;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
}

header .page_nav_dev:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}

header .page_nav_dev:hover:before {
    transform: scaleX(1);
    transform-origin: left;
}

header .head_class_dev {
    transition: all 0.4s ease;
    display: flex;
    padding: 5px;
    align-items: center;
    position: relative;
    text-decoration: none;
}

header .head_class_dev:hover:before {
    opacity: 0.15;
    animation: pulse 2s infinite;
}

header .head_class_dev:hover:after {
    opacity: 0.7;
}

header .head_class_dev svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 3px rgb(183,169,202,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

footer .eng_center_dev {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(183,169,202), rgb(144,115,176));
    color: #ffffff;
    padding: 80px 0 30px;
    position: relative;
}

footer .info_item {
    height: 220px;
    border-radius: 50%;
    flex: 0 1 220px;
    display: flex;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.4s ease;
    z-index: 1;
    padding: 20px;
    background-color: rgb(183,169,202,0.5);
    backdrop-filter: blur(5px);
}

footer .info_item p,
footer .info_item a {
    max-width: 80%;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
}

footer .site_top_dev:hover, footer .top_core_dev:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(144,115,176,0.5);
    transform: translateY(-10px);
}

footer .top_core_dev::before {
    bottom: -50px;
    background-color: rgb(144,115,176);
    right: -50px;
}

footer .subscribe_holder::before {
    bottom: -50px;
    left: -50px;
    background-color: rgb(183,169,202);
}

footer .top_core_dev h5, footer .subscribe_holder h5 {
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 23px;
    color: #ffffff;
    display: inline-block;
}

footer .nav_pro_dev a {
    padding: 8px 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    background-color: rgb(183,169,202,0.5);
}

footer .input_holder {
    width: 100%;
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 15px;
    max-width: 300px;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

footer .sub_titles_dev:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(144,115,176);
    transform: translateY(-3px);
}

.company_overview_dev {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.company_overview_dev::after {
    content: "";
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    right: -5%;
    position: absolute;
    height: 70%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: -10%;
    background: linear-gradient(145deg, rgb(183,169,202,0.5), rgb(144,115,176,0.5));
    transform: rotate(15deg);
    width: 40%;
    opacity: 0.15;
}

.company_overview_dev:hover h4::after {
    width: 100px;
}

.company_overview_dev .caption_holder_dev::before {
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(183,169,202), rgb(144,115,176));
    top: 0;
    left: 0;
    height: 100%;
    transform: scaleY(0.6);
    content: "";
    transform-origin: center;
    transition: transform 0.5s ease;
}

.company_overview_dev h6 {
    color: #000000;
    transition: transform 0.4s ease;
    font-size: calc(20px * 1.5);
    text-transform: capitalize;
    font-weight: 700;
    transform: translateX(0);
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
}

.price_set_dev .class_cost_dev p::-webkit-scrollbar {
    width: 4px;
}

.price_set_dev .class_cost_dev p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}

.price_set_dev .class_cost_dev p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(144,115,176);
}



@media (min-width: 992px) {.title_page_dev {
    padding: 7rem 4rem;
}.title_page_dev > div {
    gap: 6rem;
}.title_page_dev .learn_techfast_dev {
    font-size: calc(48px + 1rem);
}.title_page_dev .learning_program_dev {
    min-height: 450px;
}.title_page_dev .learning_program_dev h3 {
    font-size: 24px;
}
}



@media (max-width: 992px) {.contact_box_dev {
    padding: 80px 0;
}.contact_box_dev .help_support_dev {
    padding: 35px;
}.contact_box_dev .inquiry_block_dev {
    padding: 35px;
}
}



@media (max-width: 768px) {.contact_box_dev {
    padding: 60px 0;
}.contact_box_dev .help_support_dev {
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
}.contact_box_dev .inquiry_block_dev {
    padding: 30px;
}.contact_box_dev form {
    grid-gap: 20px;
    grid-template-columns: 1fr;
}.contact_box_dev .help_support_dev h3,
    .contact_box_dev form h3 {
    font-size: calc(29px * 0.85);
    margin-bottom: 30px;
}
}



@media (min-width: 768px) {.price_set_dev .discount_grid_dev {
    grid-template-columns: repeat(2, 1fr);
}.price_set_dev h2 {
    font-size: calc(31px * 1.1);
}
}



@media (min-width: 992px) {.price_set_dev {
    padding: 150px 0;
}.price_set_dev .discount_grid_dev {
    grid-template-columns: repeat(4, 1fr);
}.price_set_dev .plan_matrix_dev {
    padding: 40px 25px;
}.price_set_dev h2 {
    margin-bottom: 30px;
    font-size: calc(31px * 1.2);
}.price_set_dev .learning_fees_dev {
    margin-bottom: 70px;
}
}


@media only screen and (max-width: 800px) {.secure_depot_dev {
    padding: 1rem;
    margin: 1rem auto;
}.secure_depot_dev h1 {
    padding-left: 0.5rem;
    font-size: calc(19px - 0.5rem);
    border-left-width: 3px;
}.secure_depot_dev h1::before {
    width: 5px;
    top: -5px;
    height: 5px;
}.secure_depot_dev h2 {
    border-left-width: 3px;
    font-size: calc(19px - 0.5rem);
    padding-left: 0.5rem;
}.secure_depot_dev h2::before {
    width: 4px;
    top: -4px;
    height: 4px;
}.secure_depot_dev p,
    .secure_depot_dev li {
    font-size: calc(16px - 0.2rem);
}.secure_depot_dev > div {
    padding: 0.5rem;
}.secure_depot_dev > div::before {
    right: -2px;
    top: -2px;
    left: -2px;
    bottom: -2px;
}}



@media screen and (max-width: 480px) {.course_highlights_dev {
    padding: 40px 0;
}.course_highlights_dev .container {
    padding: 0 15px;
}.course_highlights_dev .caption_holder_dev {
    padding: 20px;
}.course_highlights_dev .caption_holder_dev h2 {
    margin-bottom: 20px;
    font-size: calc(47px * 0.7);
}.course_highlights_dev .caption_holder_dev h2::before {
    font-size: 14px;
    top: -20px;
}.course_highlights_dev .pic_cell_dev {
    height: 280px;
}}



@media (max-width: 576px) {.thanksPart_dev {
    padding: 40px 0;
}.thanksPart_dev h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
    line-height: 1.5;
}.thanksPart_dev h2::after {
    bottom: -10px;
    width: 100px;
}.thanksPart_dev .belief_core_dev {
    padding: 20px;
    transform: translateZ(5px) rotateX(0.5deg);
    margin-top: 15px;
}.thanksPart_dev li {
    padding: 12px 10px 12px 20px;
    margin-bottom: 10px;
}.thanksPart_dev li::before {
    height: 12px;
    left: -7px;
    width: 12px;
}.thanksPart_dev span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 767px) {footer .eng_center_dev {
    padding: 60px 0 30px;
}footer .edu_guide_dev {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    height: 100px;
    padding: 15px;
    flex: 0 1 100px;
}footer .site_top_dev, footer .top_core_dev, footer .subscribe_holder {
    padding: 25px 20px;
}footer .math_tools_dev {
    margin-top: 40px;
}
}



@media screen and (min-width: 768px) {.company_overview_dev span {
    column-count: 2;
}.company_overview_dev h4 {
    font-size: calc(21px * 1.4);
}.company_overview_dev h6 {
    font-size: calc(20px * 1.8);
}.company_overview_dev .caption_holder_dev {
    padding: 4rem;
}
}



@media screen and (max-width: 480px) {.company_overview_dev {
    padding: 60px 0;
}.company_overview_dev .caption_holder_dev {
    padding: 1.5rem;
}.company_overview_dev h4 {
    letter-spacing: 1px;
}.company_overview_dev h4::after {
    width: 40px;
    height: 2px;
}.company_overview_dev:hover h4::after {
    width: 60px;
}.company_overview_dev h6 {
    padding-bottom: 0.5rem;
}.company_overview_dev span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}
}



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



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



@keyframes dataFlow {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}



@keyframes titleEntrance {
    0% {
        opacity: 0;
        transform: translateY(-30px) translateZ(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}



@keyframes holderEntrance {
    0% {
        opacity: 0;
        transform: translateY(40px) translateZ(15px) rotateX(2deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(15px) rotateX(2deg);
    }
}



@keyframes pulseDot {
    0% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0.4);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb, 0, 120, 200), 0);
    }
}

