.container {
    width: 1269px;
    max-width: 100%;
    margin: auto;
}

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

.quantitative_data .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1320px;
    position: relative;
}

.quantitative_data h4::after {
    transform: scaleX(1);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    background: rgb(107,144,127);
    margin: 1rem auto 0;
    height: 3px;
    display: block;
    width: 60px;
}

.quantitative_data .career_statistics:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.quantitative_data .career_statistics p {
    font-weight: 700;
    line-height: 1;
    color: rgb(107,144,127);
    margin: 0 0 0.5rem;
    position: relative;
    transition: transform 0.5s ease, color 0.3s ease;
    font-size: 3rem;
    transform: perspective(400px) rotateX(0);
}

.quantitative_data .career_statistics:hover span {
    color: #000000;
    transform: translateY(3px);
}

.quantitative_data .career_statistics:nth-child(odd):hover {
    transform: translateY(0);
}

.quantitative_data .career_statistics:nth-child(3n+1):hover::after {
    transform: scale(1);
}

.program_structure::before {
    top: 0;
    bottom: 0;
    z-index: 1;
    content: '';
    position: absolute;
    right: 0;
    background: 
        linear-gradient(45deg, rgb(107,144,127,0.5) 0%, transparent 50%),
        linear-gradient(135deg, transparent 50%, rgb(71,108,91,0.5) 100%);
    opacity: 0.15;
    left: 0;
}

.program_structure .text_group .description {
    color: #000000;
    margin-bottom: 20px;
    line-height: 1.75;
    font-size: 16px;
    text-align: center;
}

.program_structure .pic_stack::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
    z-index: 1;
    position: absolute;
    height: 30%;
    bottom: 0;
    width: 100%;
    left: 0;
    content: '';
}

.program_assets::before {
    content: "";
    background: linear-gradient(45deg, rgb(71,108,91,0.5) 0%, transparent 70%);
    width: 300px;
    animation: float 15s infinite alternate ease-in-out;
    height: 300px;
    top: -100px;
    right: -100px;
    border-radius: 50%;
    position: absolute;
}

.program_assets .pro_program:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.program_assets .pro_program:hover .pic_stack {
    box-shadow: 15px 15px 0 rgb(107,144,127,0.5);
    transform: translateY(0);
}

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

.program_assets li:hover {
    transform: translateX(10px);
}

.program_assets svg {
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}

.join_our_community {
    position: relative;
    perspective: 1000px;
    box-shadow: 0 -20px 40px rgba(0,0,0,0.08) inset;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(107,144,127,0.5), rgb(71,108,91));
    padding: 80px 0;
}

.join_our_community .pro_program:hover {
    transform: translateZ(20px) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.15), 0 10px 20px rgba(0,0,0,0.08);
}

.join_our_community .input_holder {
    display: flex;
    position: relative;
    gap: 15px;
    transform: translateZ(5px);
    flex-wrap: wrap;
}

.join_our_community .input_holder span {
    flex: 1;
    position: relative;
    min-width: 200px;
}

.join_our_community .input_holder input[type="submit"]::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    transition: all 0.5s ease;
    z-index: -1;
    width: 100%;
    content: '';
    left: -100%;
    top: 0;
    height: 100%;
}

.service_plan {
    position: relative;
    background: rgb(141,179,162);
    overflow: hidden;
    padding: 120px 0;
}

.service_plan .monthly_plan {
    display: flex;
    gap: 60px;
    flex-direction: column-reverse;
}

.service_plan .fee_offers h2 {
    font-size: 35px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.service_plan .skill_pricing {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 100%;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out forwards;
    display: block;
    transform: translateY(20px);
    opacity: 0;
    animation-delay: calc(var(--index, 0) * 0.1s);
    border-radius: 10px;
}

.service_plan .fee_choices {
    overflow-wrap: break-word;
    display: inline-block;
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1), rgba(var(--primary-color-rgb), 0.05));
    word-break: break-word;
    font-size: calc(19px * 1.2);
    position: relative;
    padding: 8px 16px;
    margin: 10px 0 20px;
    font-weight: 700;
    border-radius: 10px;
    color: rgb(107,144,127);
}

.privacy_switch svg, .privacy_switch svg path, .privacy_switch img {
    height: 100px;
    fill: rgb(107,144,127);
    width: 100px;
}

.viewport-container .digital_cookies {
    background: #ffffff;
    border: none;
    margin-left: 30px;
    font-size: 20px;
    padding: 10px;
    color: rgb(107,144,127);
}

.company_overview {
    position: relative;
    padding: 120px 0;
    color: #ffffff;
    overflow: hidden;
}

.company_overview .text_group {
    position: relative;
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 840px;
}

.company_overview h1::after {
    bottom: -15px;
    width: 80px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(107,144,127) 0%, rgb(71,108,91) 100%);
    height: 4px;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
}

.company_overview span:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}

.course_suitability::before {
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: 
        radial-gradient(
            circle at 70% 20%, 
            rgb(71,108,91,0.5) 0%, 
            transparent 50%
        );
    content: "";
    width: 100%;
    opacity: 0.6;
    height: 100%;
}

.course_suitability h4::before {
    content: "";
    position: absolute;
    border-radius: 3px;
    top: 15px;
    background: linear-gradient(180deg, rgb(107,144,127), rgb(71,108,91));
    left: 0;
    width: 6px;
    bottom: 15px;
}

.course_suitability div p:hover {
    transform: translateX(10px);
}

.course_suitability div p:hover svg {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: scale(1.2);
}

.course_suitability div p:hover::before {
    opacity: 1;
    width: 20px;
}

.course_suitability div p:hover::after {
    transform: scale(1);
    opacity: 1;
}

footer::before {
    content: "";
    top: 0;
    opacity: 0.85;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(107,144,127,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
    left: 0;
    position: absolute;
}

.vr_labs .company_holder {
    padding: 2rem;
    border-left: 3px solid rgb(107,144,127);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 23px;
}

.vr_labs .trial_offer::before {
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    background: linear-gradient(to bottom, 
                rgb(107,144,127) 0%, 
                transparent 100%);
    width: 2px;
    position: absolute;
}

.vr_labs .top_teach:hover::after {
    border-color: transparent rgb(71,108,91) transparent transparent;
    border-width: 0 35px 35px 0;
}

.vr_labs .top_teach h5 {
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 20px;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
}

.vr_labs .top_teach .nav_tutor {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
}

.vr_labs .top_teach a:hover {
    transform: translateX(20px);
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
}

.linkedin_ref {
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.3);
    margin-top: 3rem;
    padding: 1.5rem 0;
    position: relative;
}



.vr_labs .company_holder::before,
.vr_labs .top_teach::before {
    content: "";
    z-index: -1;
    background: radial-gradient(circle, rgb(107,144,127,0.5) 0%, transparent 70%);
    height: 100px;
    border-radius: 50%;
    width: 100px;
    transition: opacity 0.5s ease;
    filter: blur(30px);
    opacity: 0;
    position: absolute;
}

.vr_labs .company_holder::before {
    bottom: -20px;
    right: -20px;
}

.vr_labs .top_teach:nth-child(2)::before {
    background: radial-gradient(circle, rgb(71,108,91,0.5) 0%, transparent 70%);
}

.vr_labs .nav_tutor a:hover::after {
    width: 100%;
}

header::after {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(107,144,127), rgb(71,108,91));
}

header .head_lead {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 0.5rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

header .nav_begin::before {
    transition: opacity 0.3s ease;
    z-index: -1;
    opacity: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(107,144,127,0.5), rgb(71,108,91,0.5));
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
}

.client_opinions::after {
    top: 0;
    content: "";
    z-index: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 50%, rgb(71,108,91,0.5) 0%, transparent 60%);
    opacity: 0.4;
    height: 100%;
    left: 0;
    width: 100%;
}

.client_opinions .testimonials {
    border-radius: 12px;
    scroll-snap-align: center;
    transform: rotateY(10deg) translateZ(0);
    flex-direction: column;
    display: flex;
    transform-origin: left center;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: #ffffff;
    padding: 2rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    align-items: center;
    overflow: hidden;
    flex: 0 0 300px;
    position: relative;
}

.client_opinions .testimonials:hover .description {
    opacity: 1;
    transform: translateY(-5px);
}

.client_opinions .testimonials:nth-child(odd):hover {
    transform: rotateY(0deg) translateZ(50px) scale(1.05);
}

.client_opinions .testimonials:nth-child(3n+2)::after {
    content: "";
    background: rgb(107,144,127,0.5);
    position: absolute;
    opacity: 0.4;
    width: 40px;
    border-radius: 50%;
    height: 40px;
    filter: blur(10px);
    top: -15px;
    transition: all 0.3s ease;
    right: -15px;
}

.confidential_cove h3, .confidential_cove h4, .confidential_cove h5, .confidential_cove h6 {
    color: rgb(107,144,127);
    text-shadow: 0 0 5px rgb(107,144,127,0.5);
    margin-top: 20px;
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
}

.explore_now {
    overflow: hidden;
    position: relative;
    background: linear-gradient(120deg, #ffffff 0%, rgb(141,179,162) 100%);
    padding: 140px 0;
}

.explore_now .pro_program::before {
    top: -30px;
    border: 1px solid rgb(107,144,127,0.5);
    height: calc(100% + 60px);
    z-index: -1;
    position: absolute;
    content: '';
    left: -30px;
    width: calc(100% + 60px);
    opacity: 0.5;
}

.explore_now .feedback_box {
    background: transparent;
    display: inline-block;
    color: rgb(107,144,127);
    border: 1px solid rgb(107,144,127);
    font-size: 14px;
    text-decoration: none;
    z-index: 5;
    padding: 16px 40px;
    transition: all 0.4s ease;
    position: relative;
    font-weight: 600;
}

.leadership_experience::before {
    animation: lineExpand 5s ease-in-out infinite alternate;
    position: absolute;
    left: 0;
    height: 1px;
    transform-origin: left center;
    content: "";
    background: linear-gradient(to right, transparent, rgb(107,144,127,0.5), transparent);
    top: 40%;
    width: 40%;
}

.leadership_experience .career_overview {
    justify-content: center;
    flex-direction: column;
    position: relative;
    display: flex;
    opacity: 0.9;
    transition: all 0.7s ease;
}

.leadership_experience .name::after {
    left: 0;
    content: "";
    width: 50px;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -0.5rem;
    position: absolute;
    height: 2px;
    background: rgb(107,144,127);
    transition: transform 0.5s ease 0.2s;
}

.leadership_experience .testimonials:hover .pic_stack {
    transform: scale(1.05);
    filter: grayscale(0%);
}

.leadership_experience .testimonials:hover .job_block {
    transform: translateX(5px);
}

.thanksCore::after {
    background: radial-gradient(circle, rgb(71,108,91,0.5) 0%, transparent 70%);
    top: -50%;
    content: '';
    width: 100%;
    transform: scale(1.5);
    right: -50%;
    z-index: -1;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    opacity: 0.4;
    height: 100%;
}

.thanksCore .pro_program > div:first-child::before {
    top: 50%;
    width: 1.5rem;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    height: 60px;
    left: -3.5rem;
    background: rgb(107,144,127);
}

.thanksCore a::before {
    background: linear-gradient(90deg, rgb(107,144,127,0.5) 0%, transparent 100%);
    opacity: 0;
    content: '';
    width: 100%;
    position: absolute;
    height: 100%;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.title_screen > div {
    width: 100%;
    max-width: 1200px;
    z-index: 1;
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 2rem;
}

.title_screen .edu_head::after {
    transform: scaleX(0);
    width: 80px;
    left: 0;
    transform-origin: left;
    position: absolute;
    bottom: -15px;
    background: rgb(107,144,127);
    animation: scaleIn 0.6s 0.8s ease-out forwards;
    height: 4px;
    content: "";
}

.title_screen .master_zone > div {
    position: relative;
    display: flex;
    gap: 1.5rem;
    z-index: 2;
    flex-direction: column;
}

.title_screen .master_zone p::before {
    color: rgba(rgb(255, 255, 255, 0.5), 0.2);
    content: "";
    left: -30px;
    top: -20px;
    font-size: 5rem;
    position: absolute;
    font-family: serif;
}

.get_help_info {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(141,179,162) 0%, rgba(242, 246, 255, 0.9) 100%);
    position: relative;
    padding: 5rem 0;
}

.get_help_info .assist_form {
    grid-template-columns: 1fr;
    display: grid;
    padding: 3rem;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    background-color: #ffffff;
    gap: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 16px rgba(0, 0, 0, 0.04);
}

.get_help_info h5 {
    display: flex;
    gap: 0.75rem;
    font-size: 22px;
    align-items: center;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0.75rem;
}

.get_help_info .get_in_touch {
    text-decoration: none;
    color: #000000;
    padding: 0.75rem 1rem;
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    align-items: center;
    font-weight: 600;
    background-color: rgba(242, 246, 255, 0.6);
    gap: 0.75rem;
    border-left: 3px solid transparent;
    display: flex;
}

.contact_us .help_section {
    display: grid;
    max-width: 1000px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    border-radius: 26px;
    margin: 0 auto;
    gap: 0;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.contact_us form {
    width: 100%;
    position: relative;
}

.contact_us form input[type="text"] {
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin-bottom: 25px;
    padding: 16px 20px 16px 50px;
    font-size: 18px;
    width: 100%;
    color: #000000;
    border: none;
    background: rgb(141,179,162);
    transition: all 0.3s ease;
}

.contact_us .connect_links label::before {
    transition: all 0.3s ease;
    width: 24px;
    background: rgb(141,179,162);
    left: 0;
    border-radius: 10px;
    position: absolute;
    height: 24px;
    content: "";
    top: 0;
}

.contact_us .connect_links label a:hover::after {
    width: 100%;
}

.contact_us form .feedback_box::before {
    content: "";
    width: 0;
    z-index: -1;
    transition: width 0.3s ease;
    top: 0;
    height: 100%;
    left: 0;
    background: rgb(71,108,91);
    position: absolute;
}

.contact_us form #name,
.contact_us form #phone {
    position: relative;
}

::-webkit-scrollbar {
    width: 13px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: rgb(141,179,162);
    border-radius: 17%;
    box-shadow: inset 0px -5px 6px 1px rgba(0, 0, 0, 0.7);
}

::-webkit-scrollbar-track:active {
    background: rgb(141,179,162);
}

::-webkit-scrollbar-thumb {
    transition: all, transform 4.5s ease;
    border: 1px groove rgb(71,108,91,0.5);
    background: rgb(255, 255, 255, 0.5);
    box-shadow: -5px 1px 10px 8px rgba(0, 0, 0, 0.1);
    border-radius: 9999px;
}

::-webkit-scrollbar-corner {
    background: rgb(71,108,91,0.5);
}

.client_opinions .user_testimonials::-webkit-scrollbar {
    height: 8px;
}

.client_opinions .user_testimonials::-webkit-scrollbar-track {
    background: rgb(141,179,162);
    border-radius: 10px;
}

.client_opinions .user_testimonials::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(107,144,127);
}



@media (max-width: 992px) {.program_assets {
    padding: 60px 0;
}.program_assets .pro_program {
    padding: 30px;
    transform: perspective(1000px) rotateY(0);
    flex-direction: column;
    gap: 40px;
}.program_assets .pic_stack {
    margin: 0 auto;
    width: 80%;
    transform: translateY(0);
}.program_assets .text_group {
    width: 100%;
    padding: 0;
}
}



@media (min-width: 768px) {.service_plan .value_deals {
    grid-template-columns: repeat(2, 1fr);
}.service_plan .indv_sub {
    padding: 40px;
}.service_plan .pic_stack {
    height: 220px;
}
}



@media (min-width: 992px) {.service_plan .monthly_plan {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.service_plan .value_deals {
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}.service_plan .fee_offers {
    width: 35%;
    text-align: left;
    margin: 0;
}.service_plan .fee_offers h2::after {
    left: 0;
    transform: none;
}.service_plan .group_rates {
    margin: 0;
}
}



@media (max-width: 992px) {.company_overview {
    padding: 90px 0;
}.company_overview h1 {
    margin-bottom: 40px;
    font-size: calc(38px - 6px);
}.company_overview h4 {
    font-size: calc(37px - 4px);
}.company_overview span {
    font-size: calc(17px - 1px);
    padding: 25px;
}
}



@media (max-width: 991px) {.course_suitability {
    padding: 100px 0;
}.course_suitability .pro_program {
    padding: 0 30px;
}.course_suitability h4 {
    font-size: calc(38px - 6px);
    margin-bottom: 60px;
}.course_suitability div p {
    padding-left: 75px;
    margin-bottom: 30px;
}.course_suitability div::before {
    left: 31px;
}.course_suitability div p svg {
    left: 17px;
    height: 28px;
    width: 28px;
}.course_suitability div p::before {
    left: 65px;
}.course_suitability div p::after {
    width: calc(100% - 50px);
    left: 50px;
}
}



@media (max-width: 768px) {.vr_labs {
    padding: 3.5rem 0 1.5rem;
}.vr_labs .nav_tutor {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.vr_labs .company_holder,
    .vr_labs .top_teach {
    padding: 1.5rem;
}.vr_labs .company_holder h3,
    .vr_labs .top_teach h5 {
    margin-bottom: 1.25rem;
}.linkedin_ref {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}



@media (max-width: 480px) {header::after {
    width: 2px;
}header .nav_core {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .head_lead svg {
    width: 110px;
}header .top_teach {
    padding: 0.3rem;
}header .nav_begin {
    font-size: calc(18px - 2px);
    padding: 0.3rem 0.4rem;
}}



@media (max-width: 480px) {.client_opinions {
    padding: 4rem 0.5rem;
}.client_opinions .user_testimonials {
    padding: 1.5rem 0;
    gap: 1.5rem;
}.client_opinions .testimonials {
    transform: rotateY(0) translateZ(0) !important;
    flex: 0 0 85%;
}.client_opinions .testimonials:hover {
    transform: rotateY(0) translateZ(0) scale(1.02) !important;
}}



@media (max-width: 767px) {.explore_now {
    padding: 100px 0;
}.explore_now .pro_program {
    padding: 50px 0;
}.explore_now .pro_program::before {
    left: -20px;
    height: calc(100% + 40px);
    top: -20px;
    width: calc(100% + 40px);
}.explore_now .pro_program::after {
    top: -40px;
    height: calc(100% + 80px);
    left: -40px;
    width: calc(100% + 80px);
}.explore_now .container p {
    font-size: 21px;
    margin-bottom: 35px;
}.explore_now .feedback_box {
    padding: 14px 35px;
}
}



@media (max-width: 768px) {.thanksCore {
    padding: 3rem 0;
}.thanksCore .pro_program {
    transform: none;
    padding: 2rem;
}.thanksCore .pro_program:hover {
    transform: translateY(-5px);
}.thanksCore .pro_program > div:first-child::before {
    left: -2rem;
    height: 40px;
    width: 0.7rem;
}.thanksCore h5 {
    padding-left: 0.7rem;
    font-size: calc(22px - 0.2rem);
}
}



@media (max-width: 767px) {.title_screen {
    padding: 3rem 1.5rem;
}.title_screen .edu_head {
    font-size: calc(42px * 0.7);
}.title_screen .master_zone {
    padding: 2rem 1.5rem;
}.title_screen .master_zone p {
    font-size: 18px;
}.title_screen .master_zone h3 {
    font-size: calc(20px * 0.8);
}
}



@media (min-width: 1200px) {.get_help_info .assist_form {
    padding: 5rem 6rem;
}.get_help_info h3::after {
    width: 120px;
}.get_help_info .get_in_touch:hover {
    transform: translateX(10px);
}
}



@media screen and (max-width: 1024px) {.contact_us .help_section {
    max-width: 800px;
}.contact_us .message_help {
    padding: 40px;
}
}



@media screen and (max-width: 480px) {.contact_us {
    padding: 60px 0 40px;
}.contact_us h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.contact_us .pic_stack {
    min-height: 200px;
}.contact_us .message_help {
    padding: 30px 20px;
}.contact_us form h3 {
    margin-bottom: 30px;
    font-size: calc(22px * 0.9);
}.contact_us form .feedback_box {
    width: 100%;
    padding: 14px 20px;
}
}



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



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

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

