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

a {
    text-decoration: none;
    color: inherit;
}

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

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

.course_program_descriptionstyle::before {
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    z-index: 0;
    position: absolute;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(170,183,171,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(127,134,126,0.5), 0.06) 0%, transparent 40%);
    height: 100%;
}

.course_program_descriptionstyle .textual_boxstyle::before {
    height: 100%;
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(170,183,171), rgb(127,134,126));
    width: 5px;
    top: 0;
    transform: scaleY(0.95);
    content: '';
}

.course_program_descriptionstyle p.description {
    display: block;
}

.course_program_descriptionstyle .textual_boxstyle:hover {
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    transform: perspective(1000px) rotateY(0) translateZ(10px);
}

.primary_pagestyle::after {
    height: 40%;
    bottom: -10%;
    width: 40%;
    background: radial-gradient(circle, rgb(170,183,171,0.5) 0%, transparent 70%);
    content: '';
    z-index: 1;
    right: -5%;
    filter: blur(40px);
    position: absolute;
}

.primary_pagestyle h1 {
    padding-bottom: 0.5rem;
    color: #000000;
    font-size: 38px;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 2rem;
}



.primary_pagestyle .edu_startstyle svg path {
    transition: fill 0.3s ease;
}

.primary_pagestyle .edu_startstyle svg:hover path {
    fill: rgb(127,134,126);
}

.primary_pagestyle .edu_startstyle p {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
    max-width: 90%;
    color: #000000;
}

.primary_pagestyle .inquiry_sectionstyle:hover::before {
    transform: translateX(100%) rotate(45deg);
}

.primary_pagestyle .image_box_itemstyle:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.primary_pagestyle .image_box_itemstyle::after {
    left: 0;
    width: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.3) 0%, transparent 70%);
    height: 100%;
}

.consent_boxstyle {
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
    display: flex;
}

.cookie_overlaystyle:hover {
    border-color: rgb(170,183,171,0.5);
    background: rgb(170,183,171,0.5);
}


#cookie_info_bannerstyle {
    display: none;
}

#cookie_info_bannerstyle:checked ~ .popupPrivacySettingsstyle {
    visibility: hidden;
    opacity: 0;
}

.enroll_instantlystyle .achieve_statsstyle {
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding-left: 50px;
    position: relative;
    z-index: 10;
    border-left: 4px solid rgb(170,183,171);
    display: grid;
}

.enroll_instantlystyle .inquiry_sectionstyle::before {
    content: '';
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2),
        transparent
    );
    left: -100%;
    transition: 0.5s;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
}

.offer_boxstylerjF {
    position: relative;
    padding: 120px 0;
    background: rgb(213,218,195);
    overflow: hidden;
}

.offer_boxstylerjF .cost_breakdownstyle {
    gap: 60px;
    flex-direction: column-reverse;
    display: flex;
}

.offer_boxstylerjF .member_feesstyle h2::after {
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(170,183,171), rgb(127,134,126));
    height: 3px;
    border-radius: 3px;
    width: 80px;
    left: 50%;
    content: "";
    bottom: -10px;
}

.offer_boxstylerjF .rate_optionsstyle:hover .learning_planstyle {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.offer_boxstylerjF .rate_optionsstyle:hover .indv_substyle h3::after {
    width: 60px;
}

.offer_boxstylerjF .basic_coststyle {
    background-clip: text !important;
    font-weight: 700;
    margin-bottom: 20px;
    color: transparent;
    position: relative;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(170,183,171), rgb(127,134,126));
    color: rgb(170,183,171);
    font-size: 1.8rem;
    display: inline-block;
}

.about_thisstyle::before {
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 35%,
        rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
    right: 0;
}

.about_thisstyle .textual_boxstyle::before {
    top: 20px;
    border-top: 3px solid rgb(127,134,126);
    border-right: 3px solid rgb(127,134,126);
    width: 60px;
    position: absolute;
    content: "";
    opacity: 0.7;
    height: 60px;
    right: 20px;
}

.about_thisstyle h1::after {
    content: "";
    animation: expandLine 1.2s 0.5s ease-out forwards;
    bottom: -15px;
    position: absolute;
    height: 4px;
    left: 0;
    transform: scaleX(0);
    width: 80px;
    background: linear-gradient(90deg, 
        rgb(170,183,171) 0%,
        rgb(127,134,126) 100%);
    transform-origin: left;
}

.confidential_lockupstyle h2 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 35px;
    color: rgb(127,134,126);
    margin-top: 30px;
}

.confidential_lockupstyle h2 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(to right, rgb(170,183,171), rgb(127,134,126));
}

.confidential_lockupstyle p {
    margin-bottom: 20px;
    font-size: 15px;
}

.confidential_lockupstyle section {
    margin: 40px 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
}

header .first_teachstyle {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas:
        "logo logo logo"
        "left menu right";
    gap: 1rem;
    align-items: center;
}

header .site_mainstyle svg {
    transition: all 0.3s ease;
    height: auto;
    width: 160px;
}

header .main_skillstyle {
    font-family: Arial, sans-serif;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    text-align: center;
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    padding: 0.4rem 0.8rem;
    background: #ffffff;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
}

.statistical_datastyle h2 {
    color: #000000;
    background-clip: text !important;
    font-weight: 700;
    font-size: 48px;
    text-align: center;
    text-fill-color: transparent;
    margin-bottom: 80px;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(170,183,171), #000000, rgb(127,134,126));
    position: relative;
    -webkit-text-fill-color: transparent;
}

.statistical_datastyle .key_classesstyle p {
    line-height: 1;
    position: relative;
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin: 0 0 10px;
}

.statistical_datastyle svg path {
    fill: rgb(170,183,171);
}

.statistical_datastyle .key_classesstyle:hover svg {
    opacity: 0.8;
    transform: rotate(15deg) scale(1.2);
}

.statistical_datastyle ul:has(.key_classesstyle:only-child) .key_classesstyle span {
    font-size: 15px;
}

.statistical_datastyle ul:has(.key_classesstyle:nth-child(4):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.statistical_datastyle ul:has(.key_classesstyle:nth-child(7):last-child),
.statistical_datastyle ul:has(.key_classesstyle:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}

.tyFramestyle::after {
    opacity: 0.05;
    height: 40%;
    transform: rotate(-5deg);
    content: "";
    right: -10px;
    z-index: 0;
    width: 40%;
    position: absolute;
    bottom: -10px;
    filter: blur(20px);
    background: linear-gradient(225deg, rgb(170,183,171) 0%, transparent 80%);
}

.tyFramestyle .achieve_statsstyle::before {
    height: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgb(170,183,171), rgb(127,134,126));
    content: "";
    width: 6px;
    top: 0;
    position: absolute;
}

.tyFramestyle ul {
    list-style: none;
    margin: 0;
    z-index: 1;
    position: relative;
    padding: 0;
}

.target_audiencestyle {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(213,218,195), rgb(170,183,171,0.5));
    padding: 5rem 0;
}

.target_audiencestyle::after {
    height: 500px;
    width: 500px;
    border: 2px solid rgb(127,134,126,0.5);
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -2;
    left: 50%;
    position: absolute;
    opacity: 0.2;
    content: '';
    border-radius: 50%;
    animation: pulsateRing 10s ease-in-out infinite alternate;
    box-shadow: 0 0 80px 20px rgb(170,183,171,0.5);
}

.target_audiencestyle ul li {
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    align-items: center;
    padding: 1.5rem 2rem;
    display: flex;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    font-weight: 400;
    border-radius: 50px;
    background-color: rgba(0, 0, 0, 0.2);
}

.target_audiencestyle ul li:hover svg {
    transform: rotate(15deg);
}

.target_audiencestyle ul li:hover svg path {
    fill: rgb(170,183,171);
}

.leadership_profilestyle .image_box_itemstyle {
    transition: all 0.5s ease;
    border-radius: 0;
    width: 45%;
    box-shadow: 15px 15px 0 rgb(170,183,171,0.5);
    transform: rotate(-2deg);
    position: relative;
    height: 480px;
}

.leadership_profilestyle .past_careerstyle > div:nth-child(2) {
    font-weight: 600;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    letter-spacing: 1px;
    transform: translateX(-10px);
    margin-bottom: 2.5rem;
    padding: 0.5rem 1.5rem;
    background-color: rgb(127,134,126);
}

.customer_reviewsstyle::before {
    background: rgb(170,183,171,0.5);
    height: 250px;
    top: -50px;
    position: absolute;
    right: -50px;
    z-index: 1;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    width: 250px;
}

.customer_reviewsstyle h2:hover {
    transform: perspective(1000px) translateZ(15px);
}

.customer_reviewsstyle .review_carouselstyle::before {
    content: "";
    z-index: 0;
    font-family: serif;
    right: 20px;
    line-height: 1;
    color: rgb(127,134,126,0.5);
    font-size: 100px;
    opacity: 0.15;
    top: 10px;
    position: absolute;
}

.customer_reviewsstyle .review_carouselstyle:hover::after {
    width: 100%;
}

.customer_reviewsstyle .review_carouselstyle:hover img {
    transform: scale(1.1);
}

.customer_reviewsstyle .review_carouselstyle h4::after {
    width: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    background: rgb(170,183,171);
    bottom: -5px;
}

.customer_reviewsstyle .review_carouselstyle:nth-child(odd):hover {
    transform: perspective(800px) rotateY(0) translateY(-10px);
}

.customer_reviewsstyle a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contact_usstyle::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 48%, rgb(170,183,171,0.5) 49%, rgb(170,183,171,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(127,134,126,0.5) 49%, rgb(127,134,126,0.5) 51%, transparent 52%);
    top: 0;
    opacity: 0.3;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: 0;
    content: '';
    background-size: 60px 60px;
}

.contact_usstyle .help_infostyle {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border-radius: 0;
    position: relative;
    background: #ffffff;
    padding: 60px;
    z-index: 2;
    flex: 1 1 60%;
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    transform: skew(-3deg);
}

.contact_usstyle .help_infostyle input[type="text"],
.contact_usstyle .help_infostyle textarea {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    background-color: #ffffff;
    color: #000000;
    border-radius: 0;
    margin-bottom: 25px;
    width: 100%;
    padding: 20px;
    border: 2px solid rgb(170,183,171);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    font-size: 14px;
}

.contact_usstyle .help_infostyle .query_feedbackstyle input[type="checkbox"]:checked + label::after {
    top: 5px;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    border-right: 2px solid #ffffff;
    width: 6px;
    height: 12px;
    left: 9px;
    border-bottom: 2px solid #ffffff;
}

.contact_usstyle .help_infostyle .inquiry_sectionstyle:hover {
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    background: rgb(127,134,126);
    transform: translate(-3px, -3px);
}

.contact_usstyle .query_supportstyle::after {
    border: 2px solid rgba(255, 255, 255, 0.1);
    pointer-events: none;
    right: 20px;
    content: '';
    top: 20px;
    left: 20px;
    position: absolute;
    bottom: 20px;
}

.contact_usstyle .query_supportstyle h4::after {
    left: 0;
    background: rgb(170,183,171);
    position: absolute;
    height: 3px;
    bottom: -15px;
    width: 60px;
    content: '';
}

.contact_usstyle .query_supportstyle .query_gridstyle li svg path {
    fill: rgb(170,183,171);
}

.contact_usstyle .query_supportstyle .query_gridstyle li a:hover {
    color: rgb(170,183,171);
}

.recycle_infostyle::before {
    content: "";
    background: radial-gradient(circle at 10% 20%, rgb(127,134,126,0.5) 0%, transparent 50%);
    left: 0;
    right: 0;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    top: 0;
}

footer .info_item {
    display: flex;
    flex: 1 1 220px;
    align-items: center;
}

footer .info_item p, footer .info_item a {
    align-items: center;
    text-decoration: none;
    font-weight: 400;
    display: flex;
    transition: color 0.3s ease;
    font-size: 18px;
    color: #ffffff;
}

footer .main_pagebarstyle:hover svg {
    filter: drop-shadow(0 0 8px rgb(170,183,171));
}

footer .head_guidestyle:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}



footer .head_guidestyle h5 {
    color: #ffffff;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
}

footer .head_wrapstyle a {
    color: #ffffff;
    transition: color 0.3s ease, padding-left 0.3s ease;
    padding-left: 15px;
    font-weight: 400;
    font-size: calc(18px - 1px);
    position: relative;
    text-decoration: none;
}

footer .subscribe_holder::before {
    width: 200%;
    background: radial-gradient(circle, transparent 20%, #000000 70%);
    z-index: -1;
    height: 200%;
    top: -50%;
    content: "";
    position: absolute;
    left: -50%;
    animation: pulseBackground 10s infinite ease-in-out;
}

footer .input_holder input[type="email"] {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 18px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}

footer .get_startedstyle:hover::before {
    left: 100%;
}

footer .youtube_chanstyle {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.newsletter_signupstyle::after {
    bottom: -5px;
    opacity: 0.7;
    filter: blur(3px);
    content: '';
    width: 100%;
    z-index: 2;
    left: 0;
    height: 10px;
    background: linear-gradient(90deg, rgb(170,183,171), rgb(127,134,126), rgb(170,183,171));
    position: absolute;
}

.newsletter_signupstyle .achieve_statsstyle:hover h4 {
    transform: translateY(-5px);
}

.newsletter_signupstyle .achieve_statsstyle > div::before {
    content: '';
    border-radius: 10px;
    top: 50%;
    height: 0;
    position: absolute;
    transform: translateY(-50%);
    opacity: 0.7;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    background: #ffffff;
    width: 5px;
    left: -20px;
}

.newsletter_signupstyle input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}

.newsletter_signupstyle .get_startedstyle {
    color: rgb(170,183,171);
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
    background: #ffffff;
    border: none;
    font-weight: 600;
    font-size: 16px;
    padding: 1rem 2rem;
    position: relative;
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 1200px) {.course_program_descriptionstyle .image_box_itemstyle {
    height: 600px;
}.course_program_descriptionstyle .textual_boxstyle {
    margin-left: -150px;
}.course_program_descriptionstyle h3 {
    font-size: calc(20px * 1.3);
}
}



@media (max-width: 767px) {.course_program_descriptionstyle {
    padding: 70px 0;
}.course_program_descriptionstyle .image_box_itemstyle {
    height: 250px;
    margin-bottom: -20px;
}.course_program_descriptionstyle .textual_boxstyle {
    padding: 25px;
}.course_program_descriptionstyle h3 {
    margin-bottom: 15px;
    font-size: calc(20px * 0.9);
    padding-bottom: 10px;
}.course_program_descriptionstyle .description {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}


@media only screen and (max-width: 1200px) {.popupPrivacySettingsstyle {
    padding: 15px;
}
}



@media (max-width: 991px) {.enroll_instantlystyle {
    padding: 80px 0;
}.enroll_instantlystyle .achieve_statsstyle {
    padding-left: 30px;
    gap: 40px;
}.enroll_instantlystyle .container p {
    font-size: calc(23px * 1.2);
}.enroll_instantlystyle .inquiry_sectionstyle {
    padding: 18px 36px;
}
}



@media (max-width: 480px) {.enroll_instantlystyle {
    padding: 40px 0;
}.enroll_instantlystyle .achieve_statsstyle {
    gap: 20px;
    padding-left: 15px;
    border-left-width: 3px;
}.enroll_instantlystyle .container p {
    font-size: calc(14px * 1.2);
}.enroll_instantlystyle .inquiry_sectionstyle {
    padding: 12px 25px;
    font-size: calc(18px * 0.9);
}}



@media (max-width: 767px) {.offer_boxstylerjF {
    padding: 80px 0;
}.offer_boxstylerjF .cost_breakdownstyle {
    gap: 40px;
}.offer_boxstylerjF .member_feesstyle h2 {
    font-size: calc(33px - 4px);
}.offer_boxstylerjF .image_box_itemstyle {
    height: 200px;
}.offer_boxstylerjF .indv_substyle {
    padding: 25px;
}.offer_boxstylerjF .basic_coststyle {
    font-size: 1.5rem;
}}



@media (max-width: 576px) {.about_thisstyle {
    padding: 50px 0;
}.about_thisstyle .textual_boxstyle {
    padding: 25px 20px;
}.about_thisstyle h1 {
    font-size: calc(40px - 12px);
    margin-bottom: 25px;
}.about_thisstyle h1::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.about_thisstyle span {
    font-size: calc(12px - 2px);
    padding-left: 10px;
    line-height: 1.6;
}.about_thisstyle .textual_boxstyle::before,
    .about_thisstyle .textual_boxstyle::after {
    height: 30px;
    width: 30px;
}}



@media screen and (max-width: 1200px) {.statistical_datastyle {
    padding: 100px 0;
}.statistical_datastyle ul:has(.key_classesstyle:nth-child(7):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(8):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(9):last-child),
    .statistical_datastyle ul:has(.key_classesstyle:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.statistical_datastyle .key_classesstyle p {
    font-size: 2.2rem;
}
}



@media (max-width: 991px) {.tyFramestyle {
    padding: 4rem 0;
}.tyFramestyle h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2.5rem;
}.tyFramestyle .achieve_statsstyle {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.tyFramestyle {
    padding: 3rem 0;
}.tyFramestyle h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.8);
    line-height: 1.4;
}.tyFramestyle h2::after {
    width: 60px;
    bottom: -12px;
}.tyFramestyle .achieve_statsstyle {
    padding: 2rem 1.5rem;
}.tyFramestyle .achieve_statsstyle::after {
    height: 80px;
    width: 80px;
}.tyFramestyle li {
    padding-left: 1.5rem;
}
}



@media (max-width: 576px) {.target_audiencestyle {
    padding: 3rem 0;
}.target_audiencestyle h3 {
    margin-bottom: 3rem;
    font-size: calc(31px * 0.8);
}.target_audiencestyle ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.target_audiencestyle ul li {
    padding: 1rem 1.5rem;
    border-radius: 30px;
}.target_audiencestyle ul li svg {
    height: 32px;
    width: 32px;
    margin-right: 1rem;
}}



@media (max-width: 992px) {.customer_reviewsstyle {
    padding: 80px 0 50px;
}.customer_reviewsstyle h2 {
    margin-bottom: 50px;
}.customer_reviewsstyle .learning_ratingsstyle {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}.customer_reviewsstyle .review_carouselstyle {
    padding: 25px;
}
}



@media (max-width: 992px) {.contact_usstyle {
    padding: 70px 0;
}.contact_usstyle .query_inquirystyle {
    flex-direction: column;
}.contact_usstyle .help_infostyle {
    flex: 1 1 100%;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
}.contact_usstyle .query_supportstyle {
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    margin-top: -20px;
    padding: 40px;
    flex: 1 1 100%;
}
}



@media (min-width: 992px) {footer .qna_boardstyle {
    grid-template-columns: 1fr;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .contact_formstyle {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}footer .info_item {
    flex: 0 1 auto;
}
}



@media (max-width: 576px) {footer .recycle_infostyle {
    padding: 40px 0 20px;
}footer .contact_formstyle, footer .head_guidestyle, footer .subscribe_holder {
    padding: 15px;
}footer .input_holder input[type="email"], footer .get_startedstyle {
    padding: 12px;
}footer .main_pagebarstyle svg {
    height: 40px;
}footer .skill_linksstyle {
    font-size: calc(16px - 1px);
}}



@media (max-width: 480px) {.newsletter_signupstyle {
    padding: 3rem 1rem;
}.newsletter_signupstyle h4 {
    font-size: calc(20px * 0.9);
}.newsletter_signupstyle input[type="email"] {
    padding: 0.9rem 1.2rem;
}.newsletter_signupstyle .get_startedstyle {
    padding: 0.9rem 1.2rem;
}}



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



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



@keyframes rotateRings {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}



@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes pulseBackground {
    0% {
        transform: scale(1);
        opacity: 0.5;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

