﻿.top_classstyle {
    flex: 1 0 auto;
}

html {
    scrollbar-color: rgb(170,183,171,0.5) rgb(213,218,195);
    scrollbar-width: none;
}

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

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

.course_program_descriptionstyle .image_box_itemstyle {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    position: relative;
    height: 350px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
}

.course_program_descriptionstyle h3::after {
    content: '';
    width: 60px;
    bottom: 0;
    left: 0;
    height: 3px;
    background: rgb(170,183,171);
    position: absolute;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.course_program_descriptionstyle .textual_boxstyle:hover::before {
    transform: scaleY(1);
}

.primary_pagestyle::before {
    position: absolute;
    background: radial-gradient(circle at 20% 30%, rgba(94, 170, 168, 0.2) 0%, transparent 60%);
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

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

.primary_pagestyle h1::after {
    background: linear-gradient(90deg, rgb(170,183,171) 0%, rgb(127,134,126) 100%);
    animation: widthGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform-origin: left;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    content: '';
    left: 0;
}

.primary_pagestyle .edu_startstyle svg:hover text {
    fill: rgb(170,183,171);
}

.primary_pagestyle .inquiry_sectionstyle {
    padding: 1rem 2rem;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0 100%);
    background: linear-gradient(135deg, rgb(170,183,171) 0%, rgb(127,134,126) 100%);
    display: inline-block;
    overflow: hidden;
    transform: translateZ(0);
    position: relative;
    font-weight: 600;
    box-shadow: 0 6px 12px rgba(94, 170, 168, 0.2);
    font-size: 18px;
    color: #ffffff;
}

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

.cookie_edustyle svg {
    fill: rgb(170,183,171);
    height: 50px;
    width: 50px;
}

.popupPrivacySettingsstyle p {
    color: #000000;
    line-height: 1.5;
    font-size: 13px;
}

.popupPrivacySettingsstyle p a {
    border-bottom: 2px solid rgb(170,183,171);
    text-decoration: none;
    color: rgb(170,183,171);
}

.enroll_instantlystyle::before {
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
    height: 100%;
    opacity: 0.04;
    width: 100%;
    top: 0;
}

.enroll_instantlystyle .inquiry_sectionstyle:hover::before {
    left: 100%;
}

.enroll_instantlystyle .achieve_statsstyle::before {
    border: 2px solid rgb(170,183,171,0.5);
    border-radius: 50%;
    height: 350px;
    z-index: -1;
    right: -175px;
    opacity: 0.3;
    width: 350px;
    position: absolute;
    content: '';
    top: -175px;
}

.offer_boxstylerjF::before {
    z-index: 0;
    top: 0;
    opacity: 0.08;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(170,183,171,0.5), rgb(127,134,126,0.5));
    height: 100%;
    content: "";
    position: absolute;
}

.offer_boxstylerjF .value_pricingstyle {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    margin: 0 auto;
}

.offer_boxstylerjF .rate_optionsstyle:hover {
    transform: translateY(-8px);
}

.offer_boxstylerjF .indv_substyle {
    flex: 1;
    padding: 30px;
    position: relative;
    z-index: 2;
}

.offer_boxstylerjF .indv_substyle h3::after {
    height: 3px;
    background: rgb(170,183,171);
    content: "";
    position: absolute;
    left: 0;
    border-radius: 2px;
    width: 40px;
    transition: width 0.3s ease;
    bottom: 0;
}

.offer_boxstylerjF .image_box_itemstyle {
    border-radius: 0 0 12px 12px;
    height: 220px;
    transition: all 0.5s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.offer_boxstylerjF .rate_optionsstyle:hover .image_box_itemstyle::after {
    opacity: 0.3;
}

.about_thisstyle::after {
    background: linear-gradient(45deg, 
        rgb(170,183,171,0.5) 0%,
        rgb(127,134,126,0.5) 100%);
    content: "";
    top: -10%;
    z-index: 2;
    transform: rotate(-15deg);
    width: 60%;
    filter: blur(40px);
    position: absolute;
    height: 80%;
    right: -10%;
}

.about_thisstyle h1 {
    color: #ffffff;
    letter-spacing: 2px;
    font-size: 40px;
    animation: slideIn 0.8s ease-out forwards;
    transform: translateX(-10px);
    opacity: 0;
    margin-bottom: 40px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.about_thisstyle h4 {
    position: relative;
    display: inline-block;
    font-size: calc(23px + 2px);
    margin-bottom: 20px;
    color: rgb(127,134,126);
    font-weight: 600;
}

.confidential_lockupstyle {
    line-height: 1.6;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px;
    background-color: rgb(213,218,195);
    color: #000000;
    font-family: Arial, sans-serif;
}

.confidential_lockupstyle h4 {
    font-size: 20px;
}

.confidential_lockupstyle h6 {
    font-size: 21px;
}

.confidential_lockupstyle ul {
    margin-top: 10px;
    list-style-type: disc;
    padding-left: 20px;
}

.confidential_lockupstyle li {
    line-height: 1.5;
    margin-bottom: 10px;
}

.confidential_lockupstyle ul li::marker,
.confidential_lockupstyle ol li::marker {
    color: rgb(127,134,126);
    font-weight: 700;
}

header .container {
    padding: 0 2%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
}

header .site_mainstyle::after {
    bottom: 0;
    transform: translateX(-50%);
    content: '';
    width: 50%;
    left: 50%;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(170,183,171), 
        rgb(127,134,126), 
        rgb(170,183,171), 
        transparent);
}

.statistical_datastyle {
    background-color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    z-index: 1;
    position: relative;
}

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

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

.statistical_datastyle .key_classesstyle:hover {
    z-index: 10;
    transform: translateY(-10px);
    background: rgba(rgb(170,183,171,0.5), 0.3);
}

.statistical_datastyle .key_classesstyle span {
    font-size: calc(15px * 0.85);
    position: relative;
    max-width: 100%;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.3;
}

.statistical_datastyle ul:has(.key_classesstyle:only-child) {
    justify-content: center;
    display: flex;
}

.statistical_datastyle ul:has(.key_classesstyle:nth-child(2):last-child) {
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: 0 auto;
}

.statistical_datastyle ul:has(.key_classesstyle:nth-child(5):last-child) .key_classesstyle:nth-child(5) {
    grid-column: 2;
}

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

.tyFramestyle h2 {
    margin-right: auto;
    font-weight: 700;
    max-width: 900px;
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 3rem;
    margin-left: auto;
    letter-spacing: -0.02em;
    line-height: 1.3;
    font-size: 29px;
}

.tyFramestyle .achieve_statsstyle::after {
    opacity: 0.2;
    z-index: 0;
    height: 120px;
    background: radial-gradient(circle, rgb(170,183,171,0.5) 0%, transparent 70%);
    content: "";
    border-radius: 50%;
    position: absolute;
    width: 120px;
    top: 10px;
    right: 10px;
}

.tyFramestyle li span {
    font-family: Arial, sans-serif;
    opacity: 0;
    font-size: 12px;
    line-height: 1.8;
    transform: translateY(10px);
    display: block;
    color: #000000;
    position: relative;
    animation: fadeIn 0.8s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.target_audiencestyle .achieve_statsstyle {
    padding: 0 2rem;
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
}

.target_audiencestyle h3::before {
    position: absolute;
    height: 3px;
    border-radius: 50px;
    left: 50%;
    transform: translateX(-50%);
    background: rgb(170,183,171);
    width: 200px;
    bottom: -12px;
    content: '';
    box-shadow: 0 0 10px rgb(170,183,171), 0 0 20px rgb(170,183,171,0.5);
}

.target_audiencestyle ul li::before {
    left: -50%;
    content: '';
    position: absolute;
    opacity: 0.5;
    border-radius: 50%;
    height: 100px;
    animation: floatBubble 15s infinite ease-in-out alternate;
    z-index: -1;
    top: -50%;
    width: 100px;
    background: radial-gradient(circle, rgb(127,134,126,0.5) 0%, transparent 70%);
}

.leadership_profilestyle::before {
    position: absolute;
    width: 40%;
    background: linear-gradient(90deg, transparent, rgb(170,183,171,0.5));
    height: 100%;
    content: "";
    z-index: 1;
    top: 0;
    right: 0;
}

.leadership_profilestyle .past_careerstyle::before {
    top: 0;
    position: absolute;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, rgb(127,134,126,0.5), transparent);
    content: "";
    left: 2.5rem;
}

.leadership_profilestyle .review_carouselstyle:hover .image_box_itemstyle {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(127,134,126);
}

.customer_reviewsstyle::after {
    z-index: 1;
    transform: rotate(25deg) skew(-15deg);
    content: "";
    width: 200px;
    bottom: -80px;
    position: absolute;
    left: -50px;
    background: rgb(127,134,126,0.5);
    height: 200px;
}

.customer_reviewsstyle .learning_ratingsstyle {
    display: grid;
    margin: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}

.customer_reviewsstyle .review_carouselstyle:hover {
    border-left: 3px solid rgb(170,183,171);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

.customer_reviewsstyle .review_carouselstyle div {
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    align-items: center;
    display: flex;
}

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

.customer_reviewsstyle .review_carouselstyle:nth-child(odd) {
    transform: perspective(800px) rotateY(-2deg);
}

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

.customer_reviewsstyle a:hover::before {
    left: 100%;
}

.contact_usstyle {
    position: relative;
    overflow: hidden;
    background: rgb(213,218,195);
    z-index: 1;
    padding: 100px 0;
}

.contact_usstyle .image_box_itemstyle {
    top: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    filter: grayscale(0.7) hue-rotate(25deg);
    opacity: 0.15;
    height: 100%;
    left: 0;
}

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

.contact_usstyle h3::before {
    background: linear-gradient(90deg, rgb(170,183,171), rgb(127,134,126));
    transform: translateX(-50%);
    content: '';
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    left: 50%;
    position: absolute;
    height: 5px;
    bottom: -15px;
    width: 100px;
}

.contact_usstyle .help_infostyle h3::before {
    height: 3px;
    transform: none;
    width: 60px;
    left: 0;
    clip-path: none;
}

.contact_usstyle .help_infostyle .query_feedbackstyle {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.contact_usstyle .help_infostyle .query_feedbackstyle label {
    cursor: pointer;
    line-height: 1.5;
    font-size: calc(14px - 2px);
    color: #000000;
    padding-left: 35px;
    position: relative;
}

.contact_usstyle .help_infostyle .query_feedbackstyle a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(170,183,171);
    position: relative;
    transition: color 0.3s ease;
}

.contact_usstyle .help_infostyle .query_feedbackstyle a:hover::after {
    background-color: rgb(127,134,126);
    transform: scaleX(1);
}

.contact_usstyle .query_supportstyle::before {
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}

.contact_usstyle .query_supportstyle .query_gridstyle li {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    align-items: flex-start;
    display: flex;
}

.contact_usstyle .query_supportstyle .query_gridstyle li span {
    line-height: 1.5;
    font-size: 14px;
    color: #000000;
}

.recycle_infostyle::after {
    background: linear-gradient(45deg, transparent 40%, rgb(170,183,171,0.5) 70%, transparent 100%);
    left: 0;
    bottom: 0;
    pointer-events: none;
    content: "";
    right: 0;
    top: 0;
    position: absolute;
    animation: shiftGradient 15s infinite linear;
}

footer .info_item:hover svg {
    transform: scale(1.1);
}

footer .info_item a:hover {
    color: rgb(170,183,171);
    text-shadow: 0 0 8px rgb(170,183,171,0.5);
}

footer .main_pagebarstyle {
    align-items: flex-start;
    flex-direction: column;
    display: flex;
    gap: 15px;
}

footer .head_guidestyle {
    transition: box-shadow 0.3s ease;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 25px;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(5px);
}

footer .head_guidestyle:hover h5::after {
    width: 100px;
}

footer .head_wrapstyle {
    margin-bottom: 25px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

footer .head_wrapstyle a::before {
    opacity: 0.7;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%) scale(0.8);
    width: 6px;
    background-color: rgb(170,183,171);
    content: "";
    left: 0;
    height: 6px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    top: 50%;
}

footer .subscribe_holder p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
    margin-bottom: 20px;
    color: #ffffff;
}

footer .input_holder input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgb(170,183,171);
    box-shadow: 0 0 10px rgb(170,183,171,0.5);
}

footer .get_startedstyle:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
    background: rgb(127,134,126);
}

footer .collab_spacestyle {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.7;
    font-size: 16px;
}

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

.newsletter_signupstyle .achieve_statsstyle {
    backdrop-filter: blur(5px);
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 2rem;
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(2deg);
}

.newsletter_signupstyle .input_holder {
    gap: 1rem;
    position: relative;
    grid-template-columns: 1fr auto;
    z-index: 10;
    display: grid;
}

.newsletter_signupstyle .input_holder span:hover::after,
.newsletter_signupstyle .input_holder span:focus-within::after {
    transform-origin: left;
    transform: scaleX(1);
}

.newsletter_signupstyle input[type="email"]:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

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

.newsletter_signupstyle .get_startedstyle:active {
    transform: translateY(1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}



.newsletter_signupstyle:hover .achieve_statsstyle {
    animation: pulse 6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}



@media (min-width: 768px) {.course_program_descriptionstyle .learn_challengestyle {
    grid-template-columns: 45% 55%;
    align-items: center;
}.course_program_descriptionstyle .image_box_itemstyle {
    height: 500px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.course_program_descriptionstyle .textual_boxstyle {
    margin-left: -80px;
    z-index: 2;
    padding: 50px 50px 50px 80px;
}.course_program_descriptionstyle h3 {
    font-size: 20px;
}
}



@media (min-width: 768px) {.primary_pagestyle .achieve_statsstyle {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.primary_pagestyle .textual_boxstyle {
    padding: 3rem;
}.primary_pagestyle .image_box_itemstyle {
    height: 500px;
}.primary_pagestyle h1 {
    font-size: calc(38px * 1.2);
}.primary_pagestyle .edu_startstyle p {
    max-width: 80%;
}
}


@media only screen and (max-width: 800px) {.cookie_edustyle {
    display: none;
}.visitor_acceptancestyle {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.popupPrivacySettingsstyle h5, .popupPrivacySettingsstyle p {
    text-align: center;
}.consent_boxstyle {
    margin-bottom: 15px;
}.cookie_overlaystyle {
    margin-left: 0;
    margin-top: 10px;
}}



@media (min-width: 768px) {.offer_boxstylerjF .value_pricingstyle {
    grid-template-columns: repeat(2, 1fr);
}.offer_boxstylerjF .learning_planstyle {
    height: 100%;
}.offer_boxstylerjF .image_box_itemstyle {
    height: 240px;
}
}



@media (prefers-reduced-motion: no-preference) {.offer_boxstylerjF .rate_optionsstyle:active .learning_planstyle {
    transition: transform 0.2s ease;
    transform: scale(0.98);
}
}



@media (max-width: 992px) {.about_thisstyle {
    padding: 80px 0;
}.about_thisstyle .textual_boxstyle {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 40px 30px;
}.about_thisstyle h1 {
    font-size: calc(40px - 4px);
}.about_thisstyle span {
    font-size: calc(12px - 1px);
}
}


@media only screen and (max-width: 800px) {.confidential_lockupstyle {
    border-radius: 10px;
    padding: 20px;
}.confidential_lockupstyle h1 {
    font-size: calc(20px - 0.5rem);
}.confidential_lockupstyle h2 {
    font-size: calc(20px - 0.4rem);
}.confidential_lockupstyle p {
    font-size: calc(15px - 0.2rem);
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .site_mainstyle svg {
    width: 120px;
}header .head_guidestyle {
    padding: 0.4rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .head_guidestyle::-webkit-scrollbar {
    height: 2px;
}header .head_guidestyle::-webkit-scrollbar-thumb {
    background: rgb(170,183,171);
    border-radius: 10px;
}header .main_skillstyle {
    flex-shrink: 0;
    white-space: nowrap;
}}



@media screen and (max-width: 480px) {.statistical_datastyle {
    padding: 60px 0;
}.statistical_datastyle h2 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.statistical_datastyle h2::after {
    bottom: -15px;
    width: 40px;
}.statistical_datastyle ul {
    gap: 25px;
}.statistical_datastyle .key_classesstyle {
    min-height: 130px;
}.statistical_datastyle .key_classesstyle p {
    font-size: 1.8rem;
}.statistical_datastyle .key_classesstyle span {
    font-size: calc(15px * 0.8);
}.statistical_datastyle ul:has(.key_classesstyle:only-child) .key_classesstyle {
    width: 180px;
    height: 180px;
}.statistical_datastyle ul:has(.key_classesstyle:only-child) .key_classesstyle p {
    font-size: 2.8rem;
}.statistical_datastyle svg {
    height: 20px;
    width: 20px;
}}



@media (max-width: 992px) {.target_audiencestyle {
    padding: 4rem 0;
}.target_audiencestyle h3 {
    font-size: calc(31px * 0.9);
}.target_audiencestyle ul {
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}.target_audiencestyle ul li {
    padding: 1.2rem 1.8rem;
    border-radius: 40px;
}
}



@media (max-width: 1200px) {.customer_reviewsstyle {
    padding: 100px 0 60px;
}.customer_reviewsstyle .learning_ratingsstyle {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.customer_reviewsstyle {
    padding: 60px 0 40px;
}.customer_reviewsstyle h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 40px;
}.customer_reviewsstyle .learning_ratingsstyle {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.customer_reviewsstyle .review_carouselstyle {
    transform: perspective(800px) rotateY(0) !important;
}.customer_reviewsstyle .review_carouselstyle:hover {
    transform: translateY(-5px) !important;
}
}



@media (max-width: 576px) {.contact_usstyle {
    padding: 40px 0;
}.contact_usstyle .help_infostyle,
    .contact_usstyle .query_supportstyle {
    padding: 30px 20px;
    box-shadow: none;
    transform: skew(0);
    clip-path: none;
}.contact_usstyle .help_infostyle #contact {
    transform: skew(0);
}.contact_usstyle .help_infostyle::before,
    .contact_usstyle .query_supportstyle::after {
    clip-path: none;
}.contact_usstyle .query_supportstyle {
    margin-top: 0;
}.contact_usstyle h3 {
    font-size: calc(38px - 6px);
    transform: skew(0);
}.contact_usstyle .help_infostyle .query_feedbackstyle label {
    font-size: calc(14px - 3px);
}.contact_usstyle .help_infostyle .inquiry_sectionstyle {
    clip-path: none;
}}



@media (min-width: 768px) {.newsletter_signupstyle {
    padding: 6rem 3rem;
}.newsletter_signupstyle .achieve_statsstyle {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.newsletter_signupstyle h4 {
    font-size: calc(20px * 1.2);
}.newsletter_signupstyle .achieve_statsstyle > div::before {
    left: -30px;
}.newsletter_signupstyle .input_holder {
    gap: 1.5rem;
}
}

@keyframes floatAnimation {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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



@keyframes pulse {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}



@keyframes pulsateBubble {
    0% {
        transform: scale(0.8);
        opacity: 0.2;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.4;
    }
}



@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

