.panel-container {
    display: flex;
    height: 100%;
    flex-direction: column;
    min-height: 100%;
}

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

.top-start {
    flex: 1 0 auto;
}

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


.leadership-experience {
    background-color: rgb(199,197,187);
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}

.leadership-experience .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 1.5rem;
}

.leadership-experience .learner-voices {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 2rem;
    background: linear-gradient(165deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.85) 100%);
    padding: 2.5rem;
    border-left: 4px solid rgb(170,171,171);
    box-shadow: 0 10px 30px rgba(0,0,0,0.05), 
                0 1px 4px rgba(0,0,0,0.03),
                0 20px 40px rgba(rgb(170,171,171,0.5), 0.04);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
}

.leadership-experience .img-strip-wrap::before {
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgba(rgb(170,171,171,0.5), 0.2) 0%,
        transparent 40%,
        transparent 60%,
        rgba(rgb(127,119,130,0.5), 0.2) 100%
    );
    content: "";
    inset: 0;
}

.leadership-experience .name::after {
    background: linear-gradient(to right, rgb(170,171,171), rgb(170,171,171,0.5));
    bottom: -5px;
    height: 3px;
    position: absolute;
    left: 0;
    transform: scaleX(0.8);
    content: "";
    transform-origin: left center;
    transition: transform 0.35s ease;
    width: 2.5rem;
}

.leadership-experience .learner-voices > div:nth-child(2) > div::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 0.8em;
    background-color: rgb(127,119,130);
    top: 0.4em;
    opacity: 0.75;
    left: 0;
    transition: height 0.3s ease, top 0.3s ease;
}

.leadership-experience .work-table::before {
    color: rgb(170,171,171,0.5);
    content: "";
    opacity: 0.15;
    left: -0.5rem;
    font-size: 4rem;
    line-height: 1;
    top: -1.5rem;
    position: absolute;
}

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

.course-highlights .skill-route {
    display: flex;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.course-highlights .textual-box {
    transform: translateY(-30px);
    margin: 0 15px;
    padding: 40px;
    box-shadow: 0 -15px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
}

.course-highlights .textual-box p.description {
    font-weight: 400;
    font-size: 17px;
    max-height: 200px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    overflow-y: auto;
    animation: fadeUp 0.7s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin-bottom: 20px;
    padding-right: 15px;
    opacity: 0;
    transform: translateY(10px);
    color: #000000;
    position: relative;
}

.prospective-students::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(170,171,171,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(127,119,130,0.5) 0%, transparent 40%);
    opacity: 0.2;
    content: "";
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
}

.prospective-students div p {
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    flex: 1 1 calc(33.333% - 20px);
    color: #000000;
    border-radius: 19px;
    background: rgb(199,197,187);
    margin: 0;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    min-width: 250px;
    display: flex;
    line-height: 1.6;
    overflow: hidden;
    font-size: 13px;
    padding: 25px;
}

.prospective-students div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(170,171,171);
}

.confidential-hearth {
    overflow: hidden;
    color: #ffffff;
    background-size: cover;
    padding: 50px;
    position: relative;
    background: linear-gradient(to bottom right, rgb(170,171,171,0.5), rgb(127,119,130,0.5));
    background-position: center;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.confidential-hearth p {
    font-weight: 300;
    margin: 20px 0;
    line-height: 1.8;
    font-size: 17px;
    color: #ffffff;
}

.thanksWrap::before {
    position: absolute;
    opacity: 0.8;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(170,171,171), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(127,119,130), 0.05) 0%, transparent 60%);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
}

.thanksWrap h2::after {
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(170,171,171) 0%, rgb(127,119,130) 100%);
    border-radius: 2px;
    left: 0;
    animation: expandWidth 0.8s ease-out forwards;
    content: "";
    width: 5rem;
    transform-origin: left center;
    position: absolute;
    height: 4px;
}

.thanksWrap .expert-study::after {
    background-size: 12px 12px;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    position: absolute;
    content: "";
    width: 40%;
    height: 30%;
    background-image: 
        linear-gradient(45deg, rgba(rgb(170,171,171), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(170,171,171), 0.03) 25%, transparent 25%);
    z-index: -1;
}

.title-page {
    padding: 4rem 2rem;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgba(245, 248, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}

.title-page h1 {
    margin-bottom: 2rem;
    font-size: calc(24px * 1.1);
    position: relative;
    z-index: 2;
    color: rgb(170,171,171);
    letter-spacing: 0.05em;
    text-align: center;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}

.title-page .textual-box {
    z-index: 3;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: rgba(rgb(255, 255, 255, 0.5), 0.95);
    transform: translateY(0);
    padding: 2rem;
    position: relative;
    flex: 1;
}

.title-page li {
    margin-bottom: 2rem;
}

.title-page svg {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.08));
    width: 120px;
    height: 120px;
}

.title-page .master-expert p {
    color: #000000;
    margin: 0;
    line-height: 1.6;
    font-size: calc(17px * 1.1);
    max-width: 600px;
    font-weight: 400;
    text-align: center;
}

.title-page .reach-list:hover {
    box-shadow: 0 12px 25px rgba(rgb(170,171,171,0.5), 0.4);
    transform: translateY(-3px);
}

.title-page .reach-list:hover::before {
    left: 100%;
}

.title-page .img-strip-wrap::after {
    width: 100%;
    background: linear-gradient(to bottom, rgba(rgb(170,171,171,0.5), 0.2), transparent);
    height: 100%;
    top: 0;
    content: '';
    position: absolute;
    left: 0;
}

.title-page .img-strip-wrap:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.our-mission::after {
    left: 0;
    top: 0;
    height: 100%;
    content: "";
    z-index: -1;
    width: 100%;
    position: absolute;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
}

.our-mission .expert-study::before {
    width: 1px;
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
    left: 50%;
    background: linear-gradient(to bottom, transparent, rgb(170,171,171,0.5), transparent);
}

.our-mission .approach-edu {
    display: flex;
    justify-content: center;
    grid-area: photo;
    align-items: center;
    padding-left: 40px;
    flex-direction: column;
}

.our-mission .learn-guide {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ffffff;
    font-size: 19px;
    margin: 0 0 10px 0;
}

.our-mission .textual-box {
    justify-content: center;
    flex-direction: column;
    grid-area: text;
    display: flex;
}

.our-mission p {
    line-height: 1.8;
    margin: 0;
    color: #000000;
    font-size: 15px;
}

.our-mission .mission-block svg {
    margin-right: 20px;
    height: 60px;
    fill: rgb(170,171,171);
    width: 60px;
}

header::before {
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.15;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(170,171,171,0.5) 49.5%, rgb(170,171,171,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(127,119,130,0.5) 49.5%, rgb(127,119,130,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    left: 0;
    width: 100%;
    z-index: -1;
    animation: gridMove 40s linear infinite;
    content: '';
}

header .main-page::after {
    z-index: -1;
    content: '';
    border-radius: 10px;
    bottom: 0;
    right: 0;
    background: rgb(170,171,171);
    top: 0;
    position: absolute;
    left: 0;
}

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

.user-comments {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(127,119,130,0.5), 0.05), rgba(rgb(170,171,171,0.5), 0.1));
    padding: 5rem 0;
    position: relative;
}

.user-comments .container {
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
    z-index: 1;
}

.user-comments h2::after {
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
    position: absolute;
    height: 3px;
    width: 100px;
    background: linear-gradient(90deg, transparent, rgb(170,171,171), transparent);
}

.user-comments .learner-voices:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.user-comments .learner-voices:hover::before {
    height: 100%;
}

.user-comments .learner-voices div {
    display: flex;
    margin-bottom: 1.2rem;
    align-items: center;
}

.user-comments .learner-voices:hover img {
    transform: scale(1.05);
}

.user-comments .learner-voices .description {
    position: relative;
    line-height: 1.6;
    margin: 0;
    padding-left: 1.5rem;
    color: #000000;
    font-size: 18px;
}

.user-comments a::before {
    content: "";
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    position: absolute;
    background: linear-gradient(90deg, 
                transparent, 
                rgba(rgb(255, 255, 255, 0.5), 0.2), 
                transparent);
}

.plan-shelf::before {
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgb(127,119,130,0.5) 0%, transparent 60%);
    height: 100%;
    pointer-events: none;
    top: 0;
    content: "";
    width: 100%;
    z-index: 0;
}

.plan-shelf .study-cost {
    position: relative;
    border-left: 3px solid rgb(170,171,171);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    padding: 30px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 100%;
}

.plan-shelf .lesson-rates:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    z-index: 5;
    transform: translateY(-10px);
}

.plan-shelf .price-tiers::before {
    width: 100%;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    height: 5px;
    transition: transform 0.4s ease-out;
    top: 0;
    content: "";
    left: 0;
    transform: scaleX(0.8);
    position: absolute;
    transform-origin: left;
}

.plan-shelf .lesson-rates:hover .qtr-cost h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(170,171,171);
}

.plan-shelf .rate-plans::after {
    bottom: -5px;
    content: "";
    height: 3px;
    left: 0;
    transform: scaleX(0.5);
    transform-origin: left;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(170,171,171);
    width: 50px;
}

.plan-shelf .img-strip-wrap::after {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 100%);
    left: 0;
    content: "";
    top: 0;
    pointer-events: none;
}

.cookie-warning-banner p {
    color: #ffffff;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

.data-control {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    align-items: center;
    filter: drop-shadow(0 0 10px rgb(170,171,171));
    margin-right: 15px;
}

.cookie_button.consent-edu:hover {
    box-shadow: 0 0 15px rgb(127,119,130);
}

.cookie-warning-banner p a:hover {
    color: rgb(127,119,130);
}

#cookie-alert-notice {
    display: none;
}


footer {
    position: relative;
    width: 100%;
}

.eco-foot::before {
    position: absolute;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    width: 100%;
    left: 0;
    height: 5px;
}

footer .info_item {
    position: relative;
    margin-right: 30px;
    margin-bottom: 15px;
}

footer .info_item a:hover {
    color: rgb(170,171,171);
}

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

footer .lang-learn {
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    max-width: 350px;
}

footer .top-guide {
    margin-bottom: 30px;
}

footer .top-guide a {
    transition: transform 0.2s ease, color 0.2s ease;
    margin-bottom: 12px;
    color: #000000;
    display: block;
    text-decoration: none;
    font-size: 13px;
}

footer .subscribe_holder p {
    margin-bottom: 25px;
    line-height: 1.6;
    color: #000000;
    font-size: 13px;
}

footer .mail-sub {
    background-color: rgb(170,171,171);
    border: none;
    font-weight: 600;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 14px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.contact-panel .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1400px;
    z-index: 2;
}

.contact-panel .feedback-inquiry {
    justify-content: space-between;
    border-radius: 0 0 29px 29px;
    background: #ffffff;
    padding: 60px 50px;
    display: flex;
    flex-wrap: wrap;
    grid-row: 2;
}

.contact-panel .feedback-inquiry div:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.contact-panel .feedback-inquiry svg path {
    fill: rgb(170,171,171);
}

.contact-panel .feedback-inquiry a {
    color: rgb(170,171,171);
    transition: color 0.3s ease;
    text-decoration: none;
}

.contact-panel .inquiry-support::after {
    background: rgb(127,119,130);
    height: 200px;
    opacity: 0.1;
    content: '';
    width: 200px;
    position: absolute;
    border-radius: 50%;
    bottom: -80px;
    left: -80px;
}

.contact-panel form input[type="text"],
.contact-panel form input[type="email"] {
    padding: 18px 20px;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 18px;
    transition: all 0.3s ease;
}

.contact-panel .help-links input[type="checkbox"]:checked {
    background-color: #ffffff;
    border-color: #ffffff;
}

.contact-panel .help-links label {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

.contact-panel .help-links a {
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    font-weight: 600;
    transition: opacity 0.3s ease;
    color: #ffffff;
}

.course-highlights .textual-box p.description::-webkit-scrollbar {
    width: 4px;
}

.course-highlights .textual-box p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.course-highlights .textual-box p.description::-webkit-scrollbar-thumb {
    transition: background 0.3s ease;
    background: rgb(170,171,171,0.5);
}

.course-highlights .textual-box p.description::-webkit-scrollbar-thumb:hover {
    background: rgb(170,171,171);
}



@media (max-width: 767px) {.leadership-experience .learner-voices {
    padding: 2rem;
}.leadership-experience .img-strip-wrap {
    height: 140px;
    width: 140px;
    margin-bottom: 1rem;
}.leadership-experience .name {
    font-size: calc(18px * 0.95);
}.leadership-experience .learner-voices > div:nth-child(2) > div {
    font-size: calc(12px * 0.9);
}.leadership-experience .work-table {
    padding-left: 0.75rem;
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (min-width: 992px) {.course-highlights .skill-route {
    max-height: 450px;
}.course-highlights .img-strip-wrap {
    flex: 0 0 40%;
}.course-highlights .textual-box {
    padding: 50px;
    flex: 0 0 60%;
}.course-highlights .textual-box h3 {
    font-size: calc(20px * 1.1);
    margin-bottom: 30px;
}.course-highlights .textual-box p.description {
    line-height: 1.8;
    max-height: 250px;
}
}



@media (max-width: 767px) {.course-highlights {
    padding: 80px 0;
}.course-highlights .textual-box {
    padding: 30px 25px;
}.course-highlights .textual-box h3 {
    margin-bottom: 20px;
    font-size: calc(16px * 1.2);
}.course-highlights .textual-box p.description {
    max-height: 180px;
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 479px) {.prospective-students {
    padding: 40px 0;
}.prospective-students .expert-study {
    padding: 25px 15px;
}.prospective-students h4 {
    font-size: calc(29px - 6px);
    margin-bottom: 30px;
}.prospective-students div {
    gap: 15px;
}.prospective-students div p {
    padding: 15px;
    font-size: calc(13px - 1px);
}.prospective-students div p svg {
    height: 26px;
    padding: 5px;
    margin-right: 12px;
    width: 26px;
    min-width: 26px;
}}



@media (max-width: 992px) {.thanksWrap {
    padding: 5rem 0;
}.thanksWrap h2 {
    max-width: 100%;
    font-size: calc(28px * 0.9);
}.thanksWrap .expert-study {
    padding: 2.5rem;
}
}



@media (max-width: 576px) {.thanksWrap {
    padding: 3rem 0;
}.thanksWrap .container {
    padding: 0 1.5rem;
}.thanksWrap h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.thanksWrap .expert-study {
    padding: 1.5rem;
}.thanksWrap li::before {
    width: 6px;
    height: 6px;
    left: -1.2rem;
}}



@media (min-width: 1200px) {.title-page .expert-study {
    gap: 6rem;
}.title-page .img-strip-wrap {
    min-height: 550px;
}.title-page h1::after {
    width: 100px;
}
}



@media screen and (max-width: 992px) {.our-mission {
    padding: 80px 0;
}.our-mission .expert-study {
    grid-template-columns: 1fr;
    padding: 40px 30px;
    grid-template-areas: 
            "img-strip-wrap"
            "text"
            "logo";
    gap: 30px;
}.our-mission .expert-study::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(170,171,171,0.5), transparent);
    height: 1px;
    top: 50%;
    left: 0;
}.our-mission .approach-edu {
    border-bottom: 1px solid rgba(rgb(170,171,171), 0.1);
    padding-bottom: 30px;
    padding-left: 0;
}.our-mission .textual-box {
    text-align: center;
}.our-mission h2::after {
    transform: translateX(-50%);
    left: 50%;
}.our-mission .mission-block {
    justify-content: center;
    border-top: none;
    padding-top: 0;
}
}



@media (max-width: 992px) {.user-comments {
    padding: 4rem 0;
}.user-comments h2 {
    margin-bottom: 3rem;
    font-size: calc(34px - 4px);
}.user-comments .review-track {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 768px) {.user-comments {
    padding: 3.5rem 0;
}.user-comments h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px - 6px);
}.user-comments .review-track {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.user-comments .learner-voices {
    padding: 1.5rem;
}.user-comments .learner-voices img {
    width: 50px;
    height: 50px;
}
}



@media (min-width: 1200px) {.plan-shelf {
    padding: 120px 0;
}.plan-shelf .fee-structure {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan-shelf .study-cost h2 {
    font-size: calc(31px + 4px);
}.plan-shelf .qtr-cost h3 {
    font-size: calc(18px + 4px);
}.plan-shelf .rate-plans {
    font-size: calc(18px + 8px);
}.plan-shelf .img-strip-wrap {
    height: 280px;
}
}



@media (hover: hover) {.plan-shelf .lesson-rates {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.plan-shelf .lesson-rates:hover {
    transform: translateY(-10px) scale(1.02);
}}



@media (max-width: 767px) {footer .eco-foot {
    padding: 50px 0 30px;
}footer .message-requesteBA {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .news-feed {
    margin-top: 30px;
}
}



@media (max-width: 768px) {.contact-panel {
    padding: 70px 0;
}.contact-panel .feedback-inquiry div {
    flex: 0 0 100%;
}.contact-panel .inquiry-support,
    .contact-panel .feedback-inquiry {
    padding: 40px 30px;
}.contact-panel .feedback-inquiry h3,
    .contact-panel form h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 35px;
}
}



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



@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

