* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

* {
    scrollbar-width: thin;
}

html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
}

svg {
    width: 30px;
    height: 30px;
}

header:after {
    background-size: 100px 100px;
    position: absolute;
    pointer-events: none;
    content: '';
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
}

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

header .head_sitewrap:after {
    position: absolute;
    height: 20px;
    content: '';
    border-radius: 50%;
    opacity: 0.5;
    transform: translateY(-50%) translateX(40px);
    width: 20px;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 0;
}

header .head_mainbar:before {
    content: '';
    position: absolute;
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

header .nav_main:after {
    transform: translateY(-50%) scaleX(0);
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    height: 1px;
    content: '';
    position: absolute;
    left: -30px;
    transition: all 0.3s ease;
    transform-origin: right;
    width: 20px;
}

header .page_header:after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    left: -5px;
    border-radius: 50%;
    height: 10px;
    content: '';
    top: -5px;
    opacity: 0;
    transition: all 0.3s ease;
    width: 10px;
    position: absolute;
    background: #ffffff;
}

.program_results::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(194,154,154,0.5), 0.03) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(218,188,188,0.5), 0.04) 0%, transparent 60%);
    top: 0;
    content: "";
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
}

.program_results .text_banner:hover {
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 4px rgba(#ffffff, 0.6),
        inset -2px -2px 4px rgba(rgba(0, 0, 0, 0.5), 0.04);
    transform: translateZ(20px) rotateY(-2deg);
}

.program_results .text_banner:hover h4::after {
    width: 80px;
}

.program_results .text_banner > div {
    gap: 20px;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
}

.program_results li {
    transform: translateX(0);
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}

.program_results li:hover p span:first-child {
    box-shadow: 
        5px 5px 10px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -5px -5px 10px rgba(#ffffff, 0.9),
        inset 1px 1px 2px rgba(#ffffff, 0.5),
        inset -1px -1px 2px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(0) scale(1.05);
}

.program_results li:hover svg {
    transform: translateZ(5px) rotate(-5deg);
}

.program_results li:hover svg path {
    fill: rgb(218,188,188);
}

.program_results .image_panel:hover {
    box-shadow: 
        25px 25px 50px rgba(rgba(0, 0, 0, 0.5), 0.15),
        -10px -10px 40px rgba(#ffffff, 0.8);
    transform: translateZ(30px) rotateY(2deg);
}

.contact_panel::before {
    top: 0;
    background-blend-mode: multiply;
    content: '';
    opacity: 0.5;
    background: 
        repeating-radial-gradient(
            circle at 0% 0%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        ),
        repeating-radial-gradient(
            circle at 100% 100%,
            transparent 0,
            transparent 40px,
            rgba(0, 0, 0, 0.03) 40px,
            rgba(0, 0, 0, 0.03) 80px
        );
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
}

.contact_panel .inquiry_widget #contact {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.contact_panel .inquiry_widget input[type="text"],
.contact_panel .inquiry_widget textarea {
    transition: all 0.3s ease;
    margin-bottom: 30px;
    border: none;
    font-family: Arial, sans-serif;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    background-color: rgba(0, 0, 0, 0.03);
    font-size: 13px;
    padding: 20px 25px;
    width: 100%;
    color: #000000;
    border-radius: 50px;
}

.contact_panel .inquiry_widget .support_grid label {
    position: relative;
    line-height: 1.5;
    cursor: pointer;
    font-size: calc(13px - 2px);
    padding-left: 35px;
    color: #000000;
}

.contact_panel .inquiry_widget .support_grid input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    top: 10px;
    height: 5px;
    content: '';
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 7px;
    transform: rotate(-45deg);
    width: 8px;
}

.contact_panel .inquiry_widget .feedback_section:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(218,188,188,0.5);
    background: rgb(194,154,154);
}

.contact_panel .inquiry_widget .feedback_section:hover::before {
    left: 100%;
}

.contact_panel .inquiry_list {
    position: relative;
    background: linear-gradient(135deg, rgb(218,188,188) 0%, rgb(194,154,154) 100%);
    display: flex;
    flex: 1 1 45%;
    flex-direction: column;
    padding: 80px 60px;
    overflow: hidden;
    justify-content: center;
}

.contact_panel .inquiry_list .request_list li {
    margin-bottom: 35px;
    transition: transform 0.3s ease;
    align-items: center;
    position: relative;
    display: flex;
}

.contact_panel .inquiry_list .request_list li svg {
    height: 22px;
    width: 22px;
    flex-shrink: 0;
    opacity: 0.9;
    margin-right: 20px;
}

.contact_panel .inquiry_list .request_list li span::after {
    background: rgba(255, 255, 255, 0.3);
    bottom: -8px;
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: '';
    width: 0;
}

.statistical_overview::after {
    content: "";
    background-size: 40px 40px;
    opacity: 0.03;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    background-image: 
        linear-gradient(90deg, #ffffff 2px, transparent 2px),
        linear-gradient(0deg, #ffffff 2px, transparent 2px);
    height: 100%;
}

.statistical_overview .program_statistics {
    font-weight: 700;
    margin: 0 0 15px;
    position: relative;
    font-size: 33px;
    color: rgb(218,188,188);
}

.statistical_overview .program_statistics::after {
    border-radius: 2px;
    height: 3px;
    width: 50px;
    content: "";
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(194,154,154);
}

.statistical_overview .pro_gains:has(.statistics_perks:nth-child(7)) {
    height: 460px;
}

.statistical_overview .statistics_perks:nth-child(3) {
    transform: translate(10%, -50%);
    left: 0;
    top: 65%;
}

.statistical_overview .statistics_perks:nth-child(4) {
    right: 0;
    top: 65%;
    transform: translate(-10%, -50%);
}

.statistical_overview .statistics_perks:nth-child(6) {
    top: 95%;
    transform: translate(-10%, -50%);
    right: 0;
}

.statistical_overview .statistics_perks:nth-child(8) {
    right: 0;
    top: 5%;
    transform: translate(-10%, -50%);
}

.statistical_overview .statistics_perks:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.statistical_overview .statistics_perks:nth-child(2):hover,
.statistical_overview .statistics_perks:nth-child(4):hover,
.statistical_overview .statistics_perks:nth-child(6):hover,
.statistical_overview .statistics_perks:nth-child(8):hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translate(-5%, -50%);
}

.statistical_overview svg {
    height: 24px;
    position: absolute;
    width: 24px;
    right: 20px;
    transition: transform 0.4s ease, fill 0.4s ease;
    bottom: 20px;
    fill: rgb(194,154,154);
}



.sample_docs .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 2rem;
}

.sample_docs .company_holder::before {
    height: 60px;
    content: "";
    position: absolute;
    border-left: 2px solid rgb(218,188,188);
    left: -20px;
    top: -20px;
    opacity: 0.7;
    border-top: 2px solid rgb(218,188,188);
    width: 60px;
}

.sample_docs .company_holder h3 {
    font-size: 28px;
    -webkit-background-clip: text !important;
    margin-bottom: 1.5rem;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    position: relative;
    font-weight: 700;
    background: linear-gradient(90deg, #ffffff, rgb(218,188,188));
}

.sample_docs .head_mainbar {
    backdrop-filter: blur(4px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    padding: 1.5rem;
    border-radius: 10px;
}

.sample_docs .head_mainbar .main_teach {
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
}

.sample_docs .head_mainbar .main_teach a {
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 10px;
    font-size: 16px;
    padding: 0.4rem 1rem;
    opacity: 0.7;
    color: #ffffff;
}

.diploma_cta {
    position: relative;
    padding: 1.5rem 0;
    grid-column: 1 / 13;
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.5);
    grid-row: 2;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.about_this {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.about_this::after {
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    width: 35%;
    right: -10%;
    top: -15%;
    background: rgb(194,154,154,0.5);
    height: 80%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transform: rotate(25deg);
    z-index: 1;
    opacity: 0.15;
    content: "";
}

.about_this .text_banner::after {
    position: absolute;
    content: "";
    right: 30px;
    border-bottom: 3px solid rgb(194,154,154,0.5);
    height: 120px;
    z-index: -1;
    border-right: 3px solid rgb(194,154,154,0.5);
    opacity: 0.6;
    width: 120px;
    bottom: 30px;
}

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

.about_this li {
    animation: fadeInUp 0.8s ease forwards;
    animation-delay: 0.8s;
    margin-bottom: 15px;
    opacity: 0;
}

.about_this h4 {
    font-weight: 600;
    font-size: calc(23px * 1.1);
    position: relative;
    margin: 0 0 5px;
    color: #000000;
    display: inline-block;
}

.about_this .text_banner:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.give_it_a_try {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(194,154,154,0.5), rgb(218,188,188));
    perspective: 1000px;
    padding: 5rem 0;
}

.give_it_a_try .container {
    position: relative;
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
}

.give_it_a_try h2 {
    font-size: 28px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-bottom: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-family: Arial, sans-serif;
    transform: translateZ(20px);
    color: #ffffff;
    font-weight: 700;
}

.give_it_a_try svg:hover {
    transform: rotate(0deg) scale(1.1);
}

.give_it_a_try svg path {
    transition: fill 0.3s ease;
    fill: rgb(218,188,188);
}

.give_it_a_try .learning_studio div {
    flex-grow: 1;
    justify-content: flex-end;
    display: flex;
}

.give_it_a_try .feedback_section:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transform: skewX(-5deg) translateY(-3px);
}

.give_it_a_try .feedback_section:hover::before {
    left: 100%;
}

.instructor_profile {
    padding: 8rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(237,222,222) 100%);
}



.instructor_profile .container {
    position: relative;
    perspective: 1000px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.instructor_profile .rating_views:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(194,154,154,0.5),
        inset 0 0 50px rgb(218,188,188,0.5);
}

.instructor_profile .rating_views:hover .image_panel {
    transform: translateX(-50%) translateZ(50px);
}

.instructor_profile .name {
    color: #ffffff;
    font-size: 34px;
    margin-top: 100px;
    text-align: center;
    width: 100%;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(218,188,188,0.5);
    transform: translateZ(20px);
}

.instructor_profile .emp_progress::before {
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(218,188,188,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    border-radius: 10px;
    left: 0;
    width: 100%;
    content: "";
}

.training_structure::before {
    opacity: 0.2;
    transform: translateZ(-10px);
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(218,188,188,0.5), transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(194,154,154,0.5), transparent 40%);
    height: 100%;
    position: absolute;
    z-index: 0;
}

.training_structure h2 {
    margin-bottom: 40px;
    color: #000000;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    font-size: 29px;
    transform: translateY(30px);
    font-weight: 700;
    position: relative;
    opacity: 0;
}

.training_structure .text_banner:hover {
    box-shadow: 
        15px 15px 40px rgba(0, 0, 0, 0.08),
        -15px -15px 40px rgba(255, 255, 255, 0.9);
    transform: translateY(0) rotateX(0);
}

.training_structure .text_banner:hover::before {
    opacity: 0.5;
}

.training_structure p {
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
    position: relative;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
}

.course_program_details::before {
    opacity: 0.7;
    background: linear-gradient(135deg, rgb(218,188,188,0.5) 0%, transparent 50%, rgb(194,154,154,0.5) 100%);
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    animation: backgroundShift 15s infinite alternate;
    height: 100%;
    content: "";
    z-index: 1;
}

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

.course_program_details .career_classes {
    grid-template-columns: 1.5fr 1fr;
    position: relative;
    display: grid;
    gap: 40px;
    perspective: 1000px;
}

.course_program_details .text_banner h2 {
    background-clip: text !important;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    letter-spacing: 1.5px;
    -webkit-background-clip: text !important;
    transform: translateY(-10px);
    background: linear-gradient(to right, rgb(218,188,188) 0%, rgb(194,154,154) 100%);
    color: #ffffff;
    display: inline-block;
    border-left: 2px solid rgb(194,154,154);
    -webkit-text-fill-color: transparent;
    border-radius: 10px;
    font-weight: 700;
    padding: 15px 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgb(218,188,188,0.5);
    position: relative;
    border-radius: 8px 0 8px 0;
    margin-bottom: 25px;
    max-width: fit-content;
    font-size: 29px;
    border-bottom: 2px solid rgb(218,188,188);
}

.course_program_details .text_banner .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.course_program_details .image_panel:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3), 0 0 0 2px rgb(218,188,188,0.5);
    transform: scale(1.02) translateY(-5px) rotateY(0deg);
}

.title_section .edu_start::before {
    background: linear-gradient(135deg, rgb(218,188,188,0.5), rgba(0, 0, 0, 0.5) 70%);
    top: 0;
    z-index: 1;
    right: 0;
    left: 0;
    position: absolute;
    content: "";
    bottom: 0;
}

.title_section .skill_mastery > div {
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}

.title_section .skill_mastery > div:nth-child(2) {
    animation-delay: 0.3s;
}

.title_section .title_style_header::after {
    transition: transform 0.4s ease;
    bottom: -10px;
    width: 80px;
    height: 4px;
    background: rgb(194,154,154);
    transform: scaleX(0);
    left: 0;
    position: absolute;
    transform-origin: left;
    content: "";
}

.title_section p {
    line-height: 1.6;
    opacity: 0.9;
    font-size: 17px;
    margin-top: 1.2rem;
    color: #ffffff;
    position: relative;
    padding-left: 1rem;
}

.thanksNexus::after {
    content: "";
    z-index: 0;
    position: absolute;
    width: 40%;
    bottom: -10%;
    right: -5%;
    background: linear-gradient(225deg, rgb(194,154,154) 0%, transparent 80%);
    opacity: 0.3;
    filter: blur(50px);
    height: 40%;
    transform: rotate(15deg);
}

.thanksNexus .learning_studio::before {
    content: "";
    width: 100%;
    background-size: 200% 100%;
    top: -2px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, 
        rgb(218,188,188) 0%, 
        rgb(194,154,154) 50%, 
        rgb(218,188,188) 100%);
    animation: gradientMove 6s linear infinite;
    height: 4px;
}

.thanksNexus h5 {
    transform: translateY(10px);
    margin: 0;
    color: #000000;
    opacity: 0;
    line-height: 1.4;
    position: relative;
    font-weight: 700;
    font-size: 23px;
    animation: fadeSlideUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
}

.thanksNexus a:hover::before {
    height: 100%;
}

.thanksNexus p {
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    font-size: 13px;
    position: relative;
    margin: 0;
}

.privacy_shell h1 {
    color: rgb(218,188,188);
    font-weight: 700;
    margin-top: 30px;
    font-size: 43px;
    margin-bottom: 20px;
}

.privacy_shell li {
    font-size: 13px;
    margin-bottom: 10px;
    color: #ffffff;
}

.privacy_shell p, .privacy_shell span, .privacy_shell div {
    font-size: 13px;
    color: #ffffff;
    line-height: 20px;
    margin-bottom: 5px;
}

.pricing_deck .study_rates {
    text-align: center;
}

.pricing_deck h2 {
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
    display: inline-block;
}

.pricing_deck .package_deals {
    perspective: 1000px;
    list-style: none;
    display: grid;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.pricing_deck .discount_plan:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    transform: translateY(-10px);
}

.pricing_deck .discount_plan:hover::before {
    transform: scaleX(1);
}

.pricing_deck .learning_plan {
    display: flex;
    padding: 2.5rem 1.5rem;
    height: 100%;
    flex-direction: column;
}

.pricing_deck .package_price {
    color: #ffffff;
    flex-direction: column;
    display: flex;
    height: 100%;
    justify-content: space-between;
}

.pricing_deck .package_price p {
    margin-bottom: 2rem;
    word-wrap: break-word;
    line-height: 1.6;
    color: #ffffff;
    scrollbar-width: thin;
    font-size: 17px;
    text-align: left;
    white-space: normal;
    scrollbar-color: rgb(218,188,188) rgba(255,255,255,0.1);
    overflow-y: auto;
    max-height: 200px;
    opacity: 0.85;
    overflow-wrap: break-word;
}

.cookie_window_dialog {
    width: 100%;
    transform: translateY(100%);
    z-index: 90;
    border-top: 3px solid rgb(194,154,154);
    position: fixed;
    background: rgb(194,154,154);
    bottom: 0;
    animation: slideUp 0.5s forwards;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
}

.cookie_apply svg {
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
    fill: rgb(218,188,188);
}

.track_accept:hover {
    box-shadow: 0 0 20px rgb(194,154,154);
}

.cookie_button.privacy_gate:hover {
    box-shadow: 0 0 15px rgb(194,154,154);
    background: rgba(0, 0, 0, 0.5);
}

.cookie_window_dialog p a:hover {
    color: rgb(194,154,154);
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-button {
    background: rgb(218,188,188);
    width: 8px;
    height: 2px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    border-radius: 12.2vw;
    background: rgb(237,222,222);
}

::-webkit-scrollbar-track:active {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    box-shadow: 3px 4px 10px 1px rgba(0, 0, 0, 0.6);
    min-height: 54px;
    transition: border-radius, transform 3.2s ease;
    background: linear-gradient(38deg, #ffffff 57%, rgb(255, 255, 255, 0.5) 73%, rgb(194,154,154) 75%, rgb(194,154,154,0.5) 43%, rgb(218,188,188,0.5) 61%, rgb(237,222,222) 83%);
    border: 3px ridge rgb(194,154,154,0.5);
}

::-webkit-scrollbar-corner {
    border: 1px dotted rgb(237,222,222);
    background: #ffffff;
    border-radius: 0px;
}

.pricing_deck .package_price p::-webkit-scrollbar {
    width: 4px;
}

.pricing_deck .package_price p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
}

.pricing_deck .package_price p::-webkit-scrollbar-thumb {
    background: rgb(218,188,188);
}



@media (max-width: 479px) {.program_results {
    padding: 50px 0;
}.program_results .text_banner {
    padding: 20px 15px;
}.program_results li {
    margin-bottom: 15px;
}.program_results li p {
    font-size: calc(13px * 0.9);
}.program_results li p span:first-child {
    height: 28px;
    width: 28px;
}.program_results svg {
    width: 14px;
    height: 14px;
}}



@media (max-width: 768px) {.contact_panel {
    padding: 60px 0;
}.contact_panel h3 {
    font-size: calc(32px - 4px);
    margin-bottom: 50px;
}.contact_panel .inquiry_widget h3,
    .contact_panel .inquiry_list h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 30px;
}.contact_panel .inquiry_widget input[type="text"],
    .contact_panel .inquiry_widget textarea {
    padding: 16px 20px;
    margin-bottom: 20px;
}.contact_panel .inquiry_widget textarea {
    height: 120px;
}.contact_panel .inquiry_widget .feedback_section {
    padding: 16px;
}.contact_panel .inquiry_list .request_list li {
    margin-bottom: 25px;
}
}



@media (max-width: 576px) {.statistical_overview {
    padding: 180px 0 40px;
}.statistical_overview .statistics_pros {
    margin-top: 80px;
    height: 240px;
    width: 240px;
}.statistical_overview .pro_gains {
    grid-template-columns: 1fr;
    margin-top: 80px;
}.statistical_overview .statistics_perks {
    height: 160px;
}}



@media screen and (max-width: 992px) {.sample_docs .container {
    grid-template-columns: repeat(1, 1fr);
}.sample_docs .company_holder {
    grid-column: 1;
    grid-row: 1;
}.sample_docs .art_portal {
    grid-column: 1;
    margin-top: 2rem;
    grid-row: 2;
}.diploma_cta {
    margin-top: 3rem;
    grid-row: 3;
}
}



@media screen and (max-width: 576px) {.sample_docs {
    padding: 3rem 0 2rem;
}.sample_docs .company_holder h3 {
    font-size: calc(28px * 0.9);
}.sample_docs .edu_global {
    font-size: calc(16px * 0.9);
}.sample_docs .head_mainbar .main_teach a {
    font-size: calc(16px * 0.9);
}.diploma_cta {
    padding: 1rem 0;
    margin-top: 2rem;
}}



@media (max-width: 576px) {.about_this {
    padding: 50px 0;
}.about_this .container {
    padding: 0 20px;
}.about_this .text_banner {
    padding: 30px 20px;
}.about_this .text_banner::after {
    height: 80px;
    right: 15px;
    bottom: 15px;
    width: 80px;
}.about_this h1 {
    font-size: calc(45px * 0.8);
    margin-bottom: 20px;
}.about_this h4 {
    font-size: 23px;
}.about_this span {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}



@media (max-width: 991px) {.instructor_profile {
    padding: 7rem 0 5rem;
}.instructor_profile .rating_views {
    padding: 2.5rem 2rem;
}.instructor_profile .image_panel {
    height: 150px;
    top: -75px;
    width: 150px;
}.instructor_profile .name {
    margin-top: 80px;
}.instructor_profile .emp_progress {
    padding: 1.5rem;
}
}



@media (max-width: 767px) {.training_structure {
    padding: 70px 0;
}.training_structure h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.training_structure .text_banner {
    padding: 25px;
    transform: translateY(20px) rotateX(3deg);
}.training_structure h2::after {
    height: 3px;
    width: 60px;
}
}



@media (hover: none) {.training_structure .text_banner:hover {
    box-shadow: 
            10px 10px 30px rgba(0, 0, 0, 0.05),
            -10px -10px 30px rgba(255, 255, 255, 0.8);
    transform: none;
}.training_structure .text_banner:hover::before {
    opacity: 0.3;
}
}



@media screen and (max-width: 1200px) {.course_program_details {
    padding: 100px 0;
}.course_program_details .career_classes {
    gap: 30px;
}.course_program_details .text_banner {
    padding: 30px;
}.course_program_details .text_banner h2 {
    padding: 12px 18px;
    font-size: calc(29px * 0.9);
}.course_program_details .text_banner .description {
    padding: 15px;
}
}



@media screen and (max-width: 480px) {.course_program_details {
    padding: 40px 0;
}.course_program_details .text_banner {
    padding: 20px;
    gap: 15px;
}.course_program_details .text_banner h2 {
    padding: 8px 12px;
    font-size: calc(29px * 0.7);
    letter-spacing: 1px;
}.course_program_details .text_banner .description {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
    padding: 10px;
}.course_program_details .image_panel {
    min-height: 280px;
}}



@media (min-width: 768px) {.title_section .skill_mastery {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.title_section .skill_mastery > div:first-child {
    position: relative;
}.title_section .skill_mastery > div:first-child::after {
    right: -1rem;
    background: linear-gradient(to bottom, transparent, rgb(194,154,154), transparent);
    position: absolute;
    content: "";
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
}.title_section .title_style_header {
    font-size: calc(40px * 1.2);
}
}



@media only screen and (max-width: 800px) {.privacy_shell {
    padding: 20px;
}.privacy_shell h1 {
    font-size: calc(24px - 5px);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_shell h2 {
    margin-bottom: 10px;
    margin-top: 20px;
    font-size: calc(24px - 3px);
}.privacy_shell h3, .privacy_shell h4, .privacy_shell h5, .privacy_shell h6 {
    font-size: calc(24px - 2px);
    margin-bottom: 5px;
    margin-top: 15px;
}.privacy_shell ul, .privacy_shell ol {
    margin: 10px 0;
    padding: 5px 0;
}.privacy_shell li {
    margin-bottom: 5px;
    font-size: calc(13px - 1px);
}.privacy_shell p, .privacy_shell span, .privacy_shell div {
    margin-bottom: 4px;
    font-size: calc(13px - 1px);
}}


@media only screen and (max-width: 800px) {.cookie_apply {
    display: none;
}.cookie_hide {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.cookie_window_dialog h5 {
    font-size: 16px;
    margin-bottom: 5px;
}.user_dialog {
    margin-bottom: 15px;
}.track_accept {
    margin: 10px 0;
    min-width: 100%;
}
}



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



@keyframes float {
  0% { transform: rotate(25deg) translateY(0); }
  50% { transform: rotate(22deg) translateY(15px); }
  100% { transform: rotate(25deg) translateY(0); }
}



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



@keyframes borderPulse {
    0% {
        border-color: rgb(218,188,188,0.5);
        transform: rotateY(5deg) rotateX(2deg);
    }
    100% {
        border-color: rgb(194,154,154,0.5);
        transform: rotateY(3deg) rotateX(0deg);
    }
}



@keyframes floatImage {
    0%, 100% {
        transform: translateZ(0) rotateY(-5deg) translateY(0);
    }
    50% {
        transform: translateZ(50px) rotateY(-3deg) translateY(-10px);
    }
}



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



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

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

