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

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

.eco-foot {
    flex: 0 0 auto;
}

.eco-foot {
    position: relative;
    background-color: #ffffff;
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
}

.leadership-experience::after {
    background: linear-gradient(225deg, rgb(127,119,130), rgb(127,119,130,0.5));
    width: 40%;
    transform: rotate(-15deg);
    position: absolute;
    left: -5%;
    filter: blur(20px);
    content: "";
    opacity: 0.07;
    height: 40%;
    bottom: -5%;
    z-index: 0;
}

.leadership-experience .learner-voices::before {
    opacity: 0.05;
    top: 1.5rem;
    right: 1.5rem;
    border-radius: 10px;
    transform: rotate(15deg);
    z-index: -1;
    width: 80px;
    height: 80px;
    position: absolute;
    background: rgb(170,171,171,0.5);
    content: "";
}

.leadership-experience .learner-voices:hover .img-strip-wrap {
    box-shadow: 15px 15px 30px rgba(0,0,0,0.15);
    transform: perspective(800px) rotateY(-2deg) translateY(-5px);
}

.leadership-experience .img-strip-wrap::after {
    width: 200%;
    opacity: 0;
    top: -50%;
    left: -50%;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255,255,255,0) 30%,
        rgba(255,255,255,0.2) 50%,
        rgba(255,255,255,0) 70%,
        transparent 100%
    );
    z-index: 2;
    transform: rotate(25deg);
    height: 200%;
    position: absolute;
}

.leadership-experience .learner-voices > div:nth-child(2) > div {
    padding-left: 0.5rem;
    color: rgba(0, 0, 0, 0.5);
    transition: color 0.3s ease, opacity 0.3s ease;
    margin-bottom: 1rem;
    letter-spacing: 0.02em;
    position: relative;
    opacity: 0.85;
    font-weight: 600;
    font-size: calc(12px * 0.95);
}

.leadership-experience .learner-voices:hover .work-table {
    border-left-color: rgb(170,171,171);
}

.course-highlights {
    overflow: hidden;
    background: rgb(199,197,187);
    position: relative;
    padding: 120px 0;
}

.course-highlights::after {
    right: -100px;
    content: "";
    width: 350px;
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    background: rgb(127,119,130,0.5);
    height: 350px;
    animation: floatEffect 18s infinite alternate-reverse ease-in-out;
    bottom: -100px;
    filter: blur(150px);
}

.course-highlights .img-strip-wrap {
    height: 280px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    width: 100%;
}

.course-highlights .skill-route:hover .img-strip-wrap {
    transform: scale(1.05);
}

.course-highlights .skill-route:hover .img-strip-wrap::after {
    opacity: 0.5;
}

.course-highlights .textual-box::before {
    width: 40px;
    background: rgb(170,171,171);
    position: absolute;
    left: 20px;
    height: 4px;
    top: -8px;
    content: "";
}

.course-highlights .textual-box span.description {
    display: none;
}

.course-highlights .textual-box div {
    position: relative;
}

.course-highlights .textual-box div::after {
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, #ffffff 0%, transparent 100%);
    position: absolute;
    left: 0;
    content: "";
    pointer-events: none;
    height: 50px;
}

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

.prospective-students h4 {
    font-weight: 700;
    color: #000000;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    font-size: 29px;
}

.prospective-students div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.prospective-students div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}

.prospective-students div p svg {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    width: 40px;
    background: rgb(199,197,187);
    height: 40px;
    padding: 8px;
    transition: all 0.3s ease;
    min-width: 40px;
    margin-right: 20px;
    border-radius: 50%;
}

.prospective-students div p:hover svg path {
    fill: rgb(127,119,130);
}

.confidential-hearth h1,
.confidential-hearth h2 {
    margin: 20px 0;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    padding-left: 15px;
}

.confidential-hearth h1 {
    font-weight: 700;
    font-size: 38px;
    color: #ffffff;
}

.confidential-hearth ul li::before {
    font-size: 23px;
    position: absolute;
    content: '•';
    color: rgb(127,119,130);
    left: 0;
}

.thanksWrap::after {
    animation: float 15s infinite ease-in-out;
    z-index: 0;
    background: linear-gradient(45deg, rgba(rgb(170,171,171), 0.03) 0%, rgba(rgb(127,119,130), 0.05) 100%);
    right: -5%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    width: 40%;
    top: -10%;
    height: 70%;
    content: "";
    transform: rotate(-15deg);
    position: absolute;
}

.thanksWrap .expert-study {
    transform: translateZ(5px);
    border-radius: 22px;
    padding: 3rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    position: relative;
    overflow: hidden;
}

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

.thanksWrap li {
    transform: translateY(20px);
    padding-left: 0;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
}

.thanksWrap span {
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    letter-spacing: 0.01em;
    font-size: calc(15px * 1.05);
    display: block;
}

.title-page::after {
    z-index: 2;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    left: 0;
    top: 0;
    content: '';
    height: 5px;
}

.title-page h1::after {
    transform: translateX(-50%);
    bottom: -10px;
    background: linear-gradient(90deg, rgb(127,119,130), rgb(170,171,171));
    content: '';
    width: 80px;
    position: absolute;
    height: 3px;
    left: 50%;
}

.title-page .expert-study {
    flex-direction: column;
    gap: 3rem;
    max-width: 1200px;
    display: flex;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}

.title-page .textual-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.title-page ol {
    margin: 0;
    list-style: none;
    padding: 0;
}

.title-page .master-expert {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
    align-items: center;
}

.title-page svg:hover path {
    fill: rgb(170,171,171);
}

.title-page svg:hover text {
    fill: rgb(170,171,171);
}

.title-page .reach-list::before {
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
    left: -100%;
    transition: left 0.7s ease;
    position: absolute;
}

.title-page .img-strip-wrap {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    min-height: 400px;
    flex: 1;
}

.our-mission {
    z-index: 1;
    position: relative;
    background: rgb(170,171,171);
    overflow: hidden;
    padding: 100px 0;
}

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

.our-mission .expert-study {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    display: grid;
    background: rgb(199,197,187);
    gap: 40px;
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    grid-template-areas: 
        "text photo"
        "logo photo";
    border-radius: 10px;
}

.our-mission .approach-edu .img-strip-wrap {
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
    height: 350px;
    border: 5px solid rgb(170,171,171);
    width: 280px;
}

.our-mission .virtual-track {
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    opacity: 0.9;
    color: #ffffff;
}

.our-mission h2::after {
    content: "";
    left: 0;
    background: rgb(170,171,171);
    bottom: -10px;
    width: 80px;
    height: 3px;
    position: absolute;
}

.our-mission .mission-block svg path {
    fill: rgb(170,171,171);
}

header::after {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(170,171,171) 0%, 
        rgb(127,119,130) 50%, 
        rgb(170,171,171) 100%);
    position: absolute;
    z-index: 1;
    content: '';
}

header .head-pro {
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
    gap: 0.5rem;
    border-radius: 16px;
    display: flex;
}

header .main-page::before {
    transition: all 0.3s ease;
    position: absolute;
    right: -2px;
    transform: scale(0.95);
    background: linear-gradient(45deg, rgb(170,171,171), rgb(127,119,130));
    border-radius: calc(10px + 2px);
    left: -2px;
    z-index: -1;
    bottom: -2px;
    content: '';
    opacity: 0;
    top: -2px;
}

header .top-lead:hover::before {
    left: 100%;
}

header .top-lead svg {
    height: auto;
    width: 160px;
    z-index: 2;
    position: relative;
}

.user-comments::before {
    position: absolute;
    width: 300px;
    right: -5%;
    content: "";
    top: -5%;
    transform: rotate(-15deg);
    height: 300px;
    background: radial-gradient(circle at center, rgba(rgb(170,171,171,0.5), 0.15), transparent 70%);
    z-index: 0;
}

.user-comments h2 {
    text-align: center;
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
    font-size: 34px;
    color: #000000;
    margin-bottom: 3.5rem;
}

.user-comments .learner-voices {
    position: relative;
    background: linear-gradient(145deg, #ffffff, rgba(rgb(255, 255, 255, 0.5), 0.85));
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.3s ease-out;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.1);
    padding: 1.8rem;
    overflow: hidden;
}

.user-comments .learner-voices h4 {
    margin-left: 1rem;
    color: #000000;
    font-size: calc(20px - 2px);
    font-weight: 600;
}

.user-comments .learner-voices .description::before {
    font-weight: 700;
    position: absolute;
    font-size: 2.5rem;
    color: rgba(rgb(170,171,171,0.5), 0.3);
    font-family: Arial, sans-serif;
    content: "";
    top: -5px;
    left: 0;
}

.user-comments a:hover {
    box-shadow: 0 6px 20px rgba(rgb(170,171,171,0.5), 0.4);
    transform: translateY(-3px);
}

.user-comments a:hover::before {
    left: 100%;
}

.plan-shelf {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(199,197,187) 0%, rgb(170,171,171,0.5) 100%);
    padding: 100px 0;
    position: relative;
}

.plan-shelf .basic-rates {
    display: flex;
    gap: 60px;
    position: relative;
    flex-direction: column-reverse;
}

.plan-shelf .study-cost h2 {
    background: linear-gradient(90deg, rgb(170,171,171), rgb(127,119,130));
    color: transparent;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.02em;
    background-clip: text !important;
    font-size: 31px;
    -webkit-background-clip: text !important;
    margin-bottom: 20px;
    transform: translateZ(0);
}

.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);
    transform: translateY(0);
    overflow: hidden;
    border-radius: 4px;
    display: block;
    position: relative;
    text-decoration: none;
}

.plan-shelf .lesson-rates:hover .price-tiers::before {
    transform: scaleX(1);
}

.plan-shelf .qtr-cost h3 {
    transition: transform 0.3s ease;
    margin-bottom: 15px;
    font-size: calc(18px + 2px);
    font-weight: 700;
    text-overflow: ellipsis;
    position: relative;
    color: #000000;
    white-space: nowrap;
    transform-origin: left;
    overflow: hidden;
}

.plan-shelf .qtr-cost p {
    overflow-wrap: break-word;
    line-height: 1.6;
    overflow: hidden;
    font-size: 13px;
    -webkit-line-clamp: 5;
    color: #000000;
    flex: 1;
    word-break: break-word;
    display: -webkit-box;
    margin-bottom: 0;
    -webkit-box-orient: vertical;
}

.cookie-warning-banner {
    border-top: 3px solid rgb(127,119,130);
    width: 100%;
    animation: slideUp 0.5s forwards;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    z-index: 90;
    font-family: Arial, sans-serif;
    padding: 20px 0;
    position: fixed;
    background: rgb(127,119,130);
    bottom: 0;
    transition: transform 0.5s ease-in-out;
}

.data-control:hover svg {
    transform: scale(1.1);
}

.edu-track:hover {
    box-shadow: 0 0 20px rgb(127,119,130);
}

.cookie-warning-banner p a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(170,171,171);
}

#cookie-alert-notice:checked ~ .cookie-warning-banner {
    opacity: 0;
    visibility: hidden;
}

footer .footer-account {
    display: grid;
    gap: 60px;
}

footer .message-requesteBA {
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    justify-content: space-between;
    display: flex;
    padding-bottom: 40px;
}

footer .info_item p,
footer .info_item a {
    text-decoration: none;
    letter-spacing: 0.3px;
    color: #000000;
    transition: color 0.2s ease;
    font-size: 13px;
}

footer .head-mainwrap svg {
    margin-bottom: 20px;
    height: 40px;
    width: auto;
}

footer .head-pro h5::after {
    bottom: -8px;
    position: absolute;
    background-color: rgb(170,171,171);
    content: "";
    height: 2px;
    left: 0;
    width: 30px;
}

footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
}

footer .input_holder input[type="email"] {
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 13px;
    border-radius: 10px;
    padding: 14px 16px;
    background-color: #ffffff;
    transition: border-color 0.3s ease;
}

footer .goal-footer {
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.contact-panel::before {
    z-index: 1;
    position: absolute;
    background: rgb(127,119,130,0.5);
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}

.contact-panel .feedback-inquiry h3::after {
    width: 80px;
    content: '';
    background: rgb(170,171,171);
    bottom: -15px;
    position: absolute;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}

.contact-panel .feedback-inquiry svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.contact-panel .feedback-inquiry span {
    font-size: 18px;
    color: #000000;
}

.contact-panel .feedback-inquiry a:hover {
    color: rgb(127,119,130);
}

.contact-panel .inquiry-support::before {
    height: 150px;
    right: -50px;
    top: -50px;
    background: rgb(127,119,130);
    width: 150px;
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    content: '';
}

.contact-panel form h3 {
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 40px;
    position: relative;
}

.contact-panel form input[type="text"]:focus,
.contact-panel form input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.5);
    outline: none;
    background: rgba(255, 255, 255, 0.2);
}

.contact-panel .help-links input[type="checkbox"] {
    height: 22px;
    appearance: none;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-appearance: none;
    width: 22px;
    position: relative;
    transition: all 0.3s ease;
    border: 2px solid rgba(255, 255, 255, 0.3);
    margin-right: 15px;
    border-radius: 10px;
}

.contact-panel .reach-list {
    color: rgb(170,171,171);
    transition: all 0.3s ease;
    font-weight: 700;
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-size: 14px;
    padding: 18px 20px;
    background: #ffffff;
}


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



@media (min-width: 992px) {.leadership-experience {
    padding: 8rem 0;
}.leadership-experience .learner-voices {
    max-width: 90%;
    padding: 4rem;
    gap: 2.5rem 4rem;
    margin: 0 auto;
    border-left-width: 6px;
}.leadership-experience .img-strip-wrap {
    height: 320px;
    width: 240px;
}.leadership-experience .learner-voices > div:nth-child(2) > div {
    font-size: calc(12px * 1);
}.leadership-experience .work-table {
    line-height: 1.8;
    font-size: calc(12px * 1.1);
}
}



@media (hover: none) {.leadership-experience .learner-voices {
    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) !important;
    transform: none !important;
}.leadership-experience .img-strip-wrap {
    transform: none !important;
}.leadership-experience .img-strip-wrap::after {
    display: none;
}.leadership-experience .name::after {
    transform: scaleX(1);
}}



@media (min-width: 1200px) {.course-highlights {
    padding: 150px 0;
}.course-highlights .skill-route {
    max-height: 480px;
}.course-highlights .img-strip-wrap {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.course-highlights .textual-box {
    padding: 60px;
}.course-highlights .textual-box h3 {
    margin-bottom: 35px;
    font-size: calc(20px * 1.2);
}.course-highlights .textual-box p.description {
    max-height: 280px;
}
}



@media (max-width: 767px) {.prospective-students {
    padding: 60px 0;
}.prospective-students .expert-study {
    padding: 30px 20px;
}.prospective-students h4 {
    margin-bottom: 35px;
    font-size: calc(29px - 4px);
}.prospective-students div p {
    flex: 1 1 100%;
    padding: 18px;
}.prospective-students div p svg {
    min-width: 30px;
    width: 30px;
    margin-right: 15px;
    height: 30px;
    padding: 6px;
}
}



@media (hover: hover) {.thanksWrap .expert-study:hover {
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
    transform: translateZ(10px) scale(1.01);
}
}



@media (max-width: 768px) {.thanksWrap {
    padding: 4rem 0;
}.thanksWrap h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.thanksWrap .expert-study {
    padding: 2rem;
}.thanksWrap span {
    font-size: 15px;
    line-height: 1.6;
}
}



@media (min-width: 992px) {.title-page {
    padding: 7rem 4rem;
}.title-page h1 {
    font-size: 33px;
}.title-page .expert-study {
    gap: 5rem;
}.title-page .textual-box {
    padding: 4rem;
}.title-page .master-expert p {
    font-size: calc(17px * 1.2);
}.title-page .reach-list {
    font-size: calc(20px * 1.1);
    padding: 1.2rem 2.5rem;
}
}



@media screen and (max-width: 480px) {.our-mission {
    padding: 40px 0;
}.our-mission .expert-study {
    padding: 25px 15px;
    gap: 20px;
}.our-mission .approach-edu .img-strip-wrap {
    margin-bottom: 25px;
    height: 230px;
    width: 180px;
    border-width: 3px;
}.our-mission .how-grow {
    max-width: 180px;
    padding: 12px 15px;
}.our-mission .learn-guide {
    font-size: calc(19px * 0.9);
}.our-mission .virtual-track {
    font-size: calc(15px * 0.9);
}.our-mission .mission-block svg {
    margin-right: 15px;
    height: 45px;
    width: 45px;
}.our-mission h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 20px;
}.our-mission p {
    font-size: calc(15px * 0.9);
}}



@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .head-pro {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
}header .head-pro::-webkit-scrollbar {
    height: 3px;
}header .head-pro::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(170,171,171);
}header .main-page {
    white-space: nowrap;
}header .top-lead svg {
    width: 110px;
}}



@media (max-width: 576px) {.user-comments {
    padding: 3rem 0;
}.user-comments h2 {
    margin-bottom: 2rem;
    font-size: calc(34px - 8px);
}.user-comments .review-track {
    grid-template-columns: 1fr;
    gap: 1rem;
}.user-comments .learner-voices {
    padding: 1.3rem;
}.user-comments .learner-voices img {
    height: 45px;
    width: 45px;
}.user-comments .learner-voices h4 {
    font-size: calc(19px + 1px);
}.user-comments .learner-voices .description {
    font-size: calc(18px - 1px);
}.user-comments a {
    font-size: calc(20px - 1px);
    padding: 0.8rem 1.5rem;
}}



@media (min-width: 1400px) {.plan-shelf .fee-structure {
    grid-template-columns: repeat(2, 1fr);
}.plan-shelf .qtr-cost p {
    -webkit-line-clamp: 7;
}
}


@media only screen and (max-width: 1200px) {.cookie-warning-banner {
    padding: 15px 0;
}.track-manage {
    padding: 15px 5%;
}
}



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



@media (max-width: 576px) {footer .eco-foot {
    padding: 40px 0 20px;
}footer .footer-account {
    gap: 40px;
}footer .head-pro h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}



@media (max-width: 992px) {.contact-panel {
    padding: 90px 0;
}.contact-panel .inquiry-support,
    .contact-panel .feedback-inquiry {
    padding: 50px 40px;
}
}



@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(40px, 40px);
    }
}



@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

