﻿.wrapper-capsulestyle {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.recycle_infostyle {
    flex: 0 0 auto;
}

.recycle_infostyle {
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, #000000, rgb(127,134,126));
    padding: 80px 0 30px;
}

.course_program_descriptionstyle .learn_challengestyle {
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
}

.course_program_descriptionstyle .textual_boxstyle {
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    position: relative;
    padding: 30px;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
    background: #ffffff;
}

.course_program_descriptionstyle .description {
    color: #000000;
    line-height: 1.7;
    transition: opacity 0.3s ease;
    font-family: Arial, sans-serif;
    opacity: 0.9;
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 20px;
}

.primary_pagestyle {
    position: relative;
    min-height: 100vh;
    padding: 6rem 0;
    display: flex;
    overflow: hidden;
    align-items: center;
    background: linear-gradient(135deg, rgb(213,218,195) 40%, rgb(170,183,171,0.5) 100%);
}

.primary_pagestyle .textual_boxstyle {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    padding: 2rem;
}

.primary_pagestyle .edu_startstyle svg text {
    transition: fill 0.3s ease, transform 0.3s ease;
}

.primary_pagestyle ul {
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.primary_pagestyle .inquiry_sectionstyle::before {
    top: 0;
    content: '';
    transition: transform 0.6s ease;
    height: 100%;
    width: 100%;
    transform: translateX(-100%) rotate(45deg);
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    left: 0;
    position: absolute;
}

.popupPrivacySettingsstyle {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    border-top: 3px solid rgb(170,183,171);
    bottom: 0;
    padding: 15px 20px;
    background: rgb(127,134,126);
    width: 100%;
    position: fixed;
    z-index: 90;
}

.cookie_overlaystyle {
    text-align: center;
    min-width: 150px;
    padding: 10px 20px;
    text-decoration: none;
    transition: none;
    font-size: 17px;
    color: #ffffff;
    margin-left: 10px;
    flex-shrink: 0;
    border: 2px solid rgb(170,183,171);
    background: rgb(170,183,171);
    cursor: pointer;
    border-radius: 10px;
}

.enroll_instantlystyle .inquiry_sectionstyle {
    text-decoration: none;
    grid-column: 1 / 2;
    font-weight: 600;
    letter-spacing: 1px;
    background: rgb(213,218,195);
    transition: all 0.3s ease;
    z-index: 5;
    overflow: hidden;
    position: relative;
    font-size: 18px;
    box-shadow: 5px 5px 0 rgb(170,183,171);
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 23px;
    padding: 20px 40px;
}

.enroll_instantlystyle::after {
    opacity: 0.05;
    content: '';
    background: linear-gradient(135deg, transparent 0%, rgb(170,183,171,0.5) 100%);
    left: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    width: 100%;
}

.offer_boxstylerjF .member_feesstyle {
    text-align: center;
    padding: 0 20px;
    max-width: 800px;
    margin: 0 auto;
}

.offer_boxstylerjF .group_plansstyle {
    max-width: 600px;
    margin-left: auto;
    font-size: 15px;
    color: #000000;
    margin-top: 20px;
    line-height: 1.7;
    margin-right: auto;
}

.offer_boxstylerjF .learning_planstyle {
    display: flex;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.05),
              -16px -16px 32px rgba(255, 255, 255, 0.8);
    flex-direction: column;
    transition: all 0.4s ease;
    background: linear-gradient(145deg, #f6f6f6, #ffffff);
    position: relative;
}

.offer_boxstylerjF .indv_substyle p {
    overflow-wrap: break-word;
    position: relative;
    word-break: break-word;
    line-height: 1.6;
    font-size: calc(15px - 2px);
    margin-bottom: 20px;
    color: #000000;
}

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

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

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

.about_thisstyle .textual_boxstyle::after {
    position: absolute;
    height: 60px;
    left: 20px;
    border-left: 3px solid rgb(170,183,171);
    border-bottom: 3px solid rgb(170,183,171);
    bottom: 20px;
    opacity: 0.7;
    width: 60px;
    content: "";
}

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

.about_thisstyle h4::before {
    position: absolute;
    content: "";
    top: 50%;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    left: -15px;
    background-color: rgb(170,183,171);
}

.confidential_lockupstyle h1 {
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(170,183,171);
    color: rgb(170,183,171);
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 38px;
}

.confidential_lockupstyle h5 {
    font-size: calc(20px - 0.2rem);
}

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

.confidential_lockupstyle div {
    margin-bottom: 20px;
}


.confidential_lockupstyle::before {
    width: 50px;
    height: 5px;
    content: '';
    display: block;
    margin-bottom: 20px;
    background-color: rgb(170,183,171);
    border-radius: 10px;
}

header .site_mainstyle {
    grid-area: logo;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .site_mainstyle:hover svg {
    transform: translateY(-3px);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
}

header .main_skillstyle:hover {
    box-shadow: 0 3px 8px rgb(170,183,171,0.5);
    color: #ffffff;
    background: linear-gradient(135deg, rgb(170,183,171), rgb(127,134,126));
    transform: translateY(-2px);
}

.statistical_datastyle::after {
    background-image: 
        radial-gradient(circle at 20px 20px, rgb(170,183,171,0.5) 0, rgba(0, 0, 0, 0) 50px),
        radial-gradient(circle at 80% 80%, rgb(127,134,126,0.5) 0, rgba(0, 0, 0, 0) 100px);
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.2;
    z-index: -1;
    width: 100%;
}

.statistical_datastyle .key_classesstyle::before {
    content: "";
    inset: 2px;
    z-index: -1;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
}

.statistical_datastyle svg {
    opacity: 0.4;
    width: 24px;
    transition: all 0.3s ease;
    right: 10px;
    fill: rgb(170,183,171);
    position: absolute;
    top: 10px;
    height: 24px;
}

.statistical_datastyle ul:has(.key_classesstyle:only-child) .key_classesstyle p {
    font-size: 3.5rem;
}

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

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

.tyFramestyle::before {
    left: 0;
    background: radial-gradient(circle at 70% 30%, rgb(127,134,126,0.5) 0%, transparent 60%);
    animation: pulse 15s infinite alternate ease-in-out;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.4;
}

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

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

.tyFramestyle li {
    padding-left: 2rem;
    position: relative;
}

.tyFramestyle li::before {
    background: rgb(170,183,171);
    top: 8px;
    left: 0;
    width: 8px;
    transform: scale(0);
    animation: appearDot 0.4s forwards 1s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    border-radius: 50%;
    opacity: 0;
    height: 8px;
}

.target_audiencestyle h3 {
    font-weight: 700;
    text-align: center;
    font-size: 31px;
    position: relative;
    margin-bottom: 3.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

.target_audiencestyle ul {
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
}

.target_audiencestyle ul li:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
    transform: translateY(-5px);
    background-color: rgba(0, 0, 0, 0.3);
}

.target_audiencestyle ul li svg {
    width: 38px;
    transition: transform 0.4s ease;
    margin-right: 1.5rem;
    height: 38px;
    transform: rotate(0deg);
    flex-shrink: 0;
}

.target_audiencestyle ul li svg path {
    fill: rgb(127,134,126);
    transition: fill 0.4s ease;
}

.leadership_profilestyle .review_carouselstyle {
    background: transparent;
    z-index: 2;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
    border-radius: 0;
    max-width: 1200px;
    display: flex;
}

.leadership_profilestyle .name {
    position: relative;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 1rem;
    color: #000000;
    font-size: calc(38px * 1.2);
}

.leadership_profilestyle .career_recordstyle::before {
    content: "";
    width: 60px;
    position: absolute;
    background-color: rgb(170,183,171);
    top: -1.5rem;
    left: 0;
    height: 3px;
}

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

.customer_reviewsstyle h2::before {
    bottom: -15px;
    position: absolute;
    height: 4px;
    left: 50%;
    background: linear-gradient(90deg, rgb(170,183,171), rgb(127,134,126));
    transform: translateX(-50%);
    width: 80px;
    content: "";
}

.customer_reviewsstyle .review_carouselstyle::after {
    transition: width 0.3s ease-in-out;
    height: 3px;
    width: 0;
    background: linear-gradient(90deg, rgb(170,183,171), rgb(127,134,126));
    content: "";
    top: 0;
    right: 0;
    position: absolute;
}

.customer_reviewsstyle .review_carouselstyle h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
    margin: 0;
    position: relative;
}

.customer_reviewsstyle .description {
    font-size: 12px;
    z-index: 1;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
    position: relative;
    color: #000000;
}

.customer_reviewsstyle a {
    padding: 15px 40px;
    display: block;
    margin-right: auto;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-radius: 12px;
    font-size: 20px;
    margin-left: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin-top: 50px;
    font-weight: 600;
    max-width: 250px;
    background: linear-gradient(135deg, rgb(170,183,171) 0%, rgb(127,134,126) 100%);
}

.contact_usstyle h3 {
    color: #000000;
    font-size: 39px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    letter-spacing: 4px;
    transform: skew(-5deg);
}

.contact_usstyle .help_infostyle #contact {
    transform: skew(3deg);
}

.contact_usstyle .help_infostyle h3 {
    text-align: left;
    transform: skew(0);
    color: #000000;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 40px;
}

.contact_usstyle .help_infostyle textarea {
    resize: vertical;
    height: 140px;
}

.contact_usstyle .help_infostyle .query_feedbackstyle input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_usstyle .help_infostyle .query_feedbackstyle label::before {
    background-color: #ffffff;
    content: '';
    left: 0;
    height: 24px;
    top: 0;
    width: 24px;
    transition: all 0.3s ease;
    position: absolute;
    border: 2px solid rgb(170,183,171);
}

.contact_usstyle .help_infostyle .query_feedbackstyle a:hover {
    color: rgb(127,134,126);
}

.contact_usstyle .help_infostyle .inquiry_sectionstyle {
    padding: 18px 40px;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    background: rgb(170,183,171);
    transition: all 0.3s ease;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    display: inline-block;
    cursor: pointer;
    font-weight: 700;
    letter-spacing: 2px;
}

.contact_usstyle .query_supportstyle .query_gridstyle {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact_usstyle .query_supportstyle .query_gridstyle li:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.contact_usstyle .query_supportstyle .query_gridstyle li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(127,134,126);
}

footer {
    z-index: 1;
    position: relative;
    width: 100%;
}

footer .qna_boardstyle {
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}

footer .contact_formstyle:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

footer .info_item svg {
    filter: drop-shadow(0 0 3px rgb(170,183,171,0.5));
    fill: rgb(170,183,171);
    width: 20px;
    transition: transform 0.3s ease;
    margin-right: 12px;
    height: 20px;
}

footer .text_main_holder {
    margin-top: 20px;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}

footer .skill_linksstyle {
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.8;
    max-width: 300px;
    font-size: 16px;
}

footer .head_guidestyle:hover::before {
    animation: borderRotate 6s linear infinite;
    opacity: 0.7;
}

footer .head_guidestyle h5::after {
    left: 0;
    background: rgb(170,183,171);
    content: "";
    width: 50px;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -1px;
    height: 2px;
}

footer .head_wrapstyle a:hover {
    color: rgb(170,183,171);
    padding-left: 20px;
}

footer .subscribe_holder {
    background: linear-gradient(135deg, rgb(127,134,126,0.5), #000000);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

footer .subscribe_holder h5::after {
    background: linear-gradient(90deg, rgb(170,183,171), transparent);
    content: "";
    bottom: -5px;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
}

footer .get_startedstyle {
    transition: all 0.3s ease;
    position: relative;
    background: rgb(170,183,171);
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
    overflow: hidden;
    padding: 14px 24px;
    border: none;
    text-align: center;
}

.newsletter_signupstyle::before {
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    left: -50%;
    content: '';
    opacity: 0.05;
    height: 200%;
    top: -50%;
    width: 200%;
    pointer-events: none;
    position: absolute;
    transform: rotate(-12deg);
}

.newsletter_signupstyle .achieve_statsstyle > div {
    padding: 0.5rem 0;
    position: relative;
}

.newsletter_signupstyle .achieve_statsstyle:hover > div::before {
    height: 80%;
}

.newsletter_signupstyle .input_holder span::after {
    width: 100%;
    background: #ffffff;
    left: 0;
    height: 2px;
    transform: scaleX(0);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    bottom: 0;
    content: '';
    position: absolute;
    transform-origin: right;
}

.newsletter_signupstyle input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}

.newsletter_signupstyle .get_startedstyle::before {
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: all 0.6s ease;
    content: '';
    left: -100%;
}


@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (min-width: 992px) {.course_program_descriptionstyle {
    padding: 120px 0;
}.course_program_descriptionstyle .learn_challengestyle {
    gap: 60px;
}.course_program_descriptionstyle .image_box_itemstyle {
    transform: perspective(1000px) rotateY(-3deg);
    height: 550px;
}.course_program_descriptionstyle .textual_boxstyle {
    padding: 60px 60px 60px 120px;
    margin-left: -120px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
}.course_program_descriptionstyle h3 {
    margin-bottom: 30px;
    font-size: calc(20px * 1.2);
}
}



@media (min-width: 992px) {.primary_pagestyle {
    padding: 8rem 0;
}.primary_pagestyle .achieve_statsstyle {
    gap: 6rem;
}.primary_pagestyle .textual_boxstyle {
    padding: 4rem;
}.primary_pagestyle .image_box_itemstyle {
    height: 550px;
}.primary_pagestyle h1 {
    font-size: calc(38px * 1.4);
}.primary_pagestyle .edu_startstyle svg {
    height: 120px;
    width: 120px;
}.primary_pagestyle .edu_startstyle p {
    font-size: calc(18px * 1.1);
    max-width: 70%;
}.primary_pagestyle .inquiry_sectionstyle {
    padding: 1.2rem 2.5rem;
}
}



@media (max-width: 767px) {.enroll_instantlystyle {
    padding: 60px 0;
}.enroll_instantlystyle .achieve_statsstyle {
    padding-left: 20px;
    grid-template-columns: 1fr;
    gap: 30px;
}.enroll_instantlystyle .container p {
    font-size: 23px;
}.enroll_instantlystyle .inquiry_sectionstyle {
    padding: 15px 30px;
    grid-column: 1;
}
}



@media (min-width: 1200px) {.offer_boxstylerjF .value_pricingstyle {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.offer_boxstylerjF .indv_substyle {
    padding: 40px;
}.offer_boxstylerjF .image_box_itemstyle {
    height: 260px;
}.offer_boxstylerjF .rate_optionsstyle:nth-child(odd) {
    transform: translateY(20px);
}.offer_boxstylerjF .rate_optionsstyle:nth-child(odd):hover {
    transform: translateY(12px);
}.offer_boxstylerjF .rate_optionsstyle:nth-child(even):hover {
    transform: translateY(-8px);
}
}



@media (max-width: 991px) {header .site_mainstyle svg {
    width: 140px;
}header .head_guidestyle {
    padding: 0.5rem;
    gap: 0.4rem;
}header .main_skillstyle {
    font-size: calc(18px - 1px);
    padding: 0.35rem 0.6rem;
}
}



@media (max-width: 767px) {header .first_teachstyle {
    grid-template-columns: 1fr;
    grid-template-areas:
            "logo"
            "head_guidestyle";
}header .site_mainstyle {
    padding: 0.4rem;
}header .site_mainstyle svg {
    width: 130px;
}header .head_guidestyle {
    padding: 0.4rem;
    flex-wrap: wrap;
}header .main_skillstyle {
    font-size: calc(18px - 1px);
    padding: 0.3rem 0.5rem;
}
}



@media screen and (max-width: 767px) {.statistical_datastyle {
    padding: 70px 0;
}.statistical_datastyle h2 {
    margin-bottom: 50px;
    font-size: calc(48px * 0.8);
}.statistical_datastyle ul:has(.key_classesstyle:nth-child(n+1):nth-child(-n+10)) {
    margin: 0 auto;
    gap: 30px;
    max-width: 300px;
    grid-template-columns: 1fr;
}.statistical_datastyle .key_classesstyle {
    min-height: 150px;
    aspect-ratio: 1/1;
}.statistical_datastyle ul:has(.key_classesstyle:only-child) .key_classesstyle {
    width: 200px;
    height: 200px;
}
}



@media (max-width: 480px) {.tyFramestyle {
    padding: 2.5rem 0;
}.tyFramestyle .container {
    padding: 0 1.25rem;
}.tyFramestyle h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 1.5rem;
}.tyFramestyle h2::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.tyFramestyle .achieve_statsstyle {
    padding: 1.5rem 1.25rem;
}.tyFramestyle li span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 992px) {.leadership_profilestyle::before {
    background: linear-gradient(180deg, rgb(170,183,171,0.5), transparent);
    top: 0;
    width: 100%;
    right: 0;
    height: 40%;
}.leadership_profilestyle .review_carouselstyle {
    max-width: 90%;
    flex-direction: column;
    align-items: center;
}.leadership_profilestyle .image_box_itemstyle {
    height: 400px;
    width: 90%;
}.leadership_profilestyle .past_careerstyle {
    padding: 3rem 1rem 1rem;
    width: 100%;
}.leadership_profilestyle .past_careerstyle::before {
    display: none;
}.leadership_profilestyle .career_recordstyle {
    max-width: 100%;
}
}



@media (prefers-reduced-motion) {.customer_reviewsstyle .review_carouselstyle,
    .customer_reviewsstyle h2,
    .customer_reviewsstyle a,
    .customer_reviewsstyle .review_carouselstyle img {
    transition: none;
}.customer_reviewsstyle .review_carouselstyle:hover {
    transform: none;
}.customer_reviewsstyle h2:hover {
    transform: none;
}.customer_reviewsstyle a:hover {
    transform: none;
}.customer_reviewsstyle .review_carouselstyle:hover img {
    transform: none;
}}



@media (min-width: 768px) {footer .info_item {
    flex: 1 1 60px;
}footer .text_main_holder {
    grid-template-columns: 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .get_startedstyle {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .recycle_infostyle {
    padding: 60px 0 30px;
}footer .contact_formstyle {
    padding: 20px;
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    width: 100%;
}footer .head_guidestyle, footer .subscribe_holder {
    padding: 20px;
}footer .subscribe_holder h5, footer .head_guidestyle h5 {
    font-size: calc(22px - 2px);
}footer .subscribe_holder p, footer .head_wrapstyle a {
    font-size: calc(18px - 2px);
}footer .youtube_chanstyle {
    margin-top: 30px;
}
}

@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

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



@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--primary-color-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--primary-color-rgb), 0);
  }
}



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



@keyframes pulsateRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0.3;
    }
}

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

