.partner-logo-util {
    flex: 0 0 auto;
}

.partner-logo-util {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}

.main-master-util {
    flex: 1 0 auto;
}

header::before {
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(122,170,149,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(167,200,185,0.5) 0%, transparent 15%);
    animation: pulse-bg 8s infinite alternate;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
}

header .nav-skill-util:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(122,170,149));
}

header .nav-teach-util {
    gap: 0.8rem;
    overflow-x: auto;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    justify-content: center;
    padding: 1rem 0;
    display: flex;
    scrollbar-width: none;
    border-bottom: 1px solid rgb(167,200,185,0.5);
    width: 100vw;
    border-top: 1px solid rgb(167,200,185,0.5);
    position: relative;
}

header .site-navbar-util:hover {
    color: rgb(122,170,149);
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(122,170,149,0.5);
}

.meet-us-util {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}

.meet-us-util .container {
    padding: 0 20px;
    z-index: 5;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}

.meet-us-util h2::before {
    left: 0;
    position: absolute;
    background: rgb(122,170,149);
    height: 3px;
    bottom: -10px;
    content: "";
    transform-origin: left;
    animation: expandLine 1.5s forwards ease-out;
    width: 40%;
}

.meet-us-util .text-wrap-item-util:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 8px 20px rgba(0, 0, 0, 0.15);
}

.meet-us-util .text-wrap-item-util p::after {
    transform-origin: left;
    position: absolute;
    width: 70px;
    height: 2px;
    animation: expandLine 1.5s forwards ease-out 0.5s;
    background: rgb(122,170,149);
    left: 0;
    bottom: -8px;
    content: "";
}

.newsletter-signup-util::after {
    content: "";
    width: 300px;
    filter: blur(40px);
    z-index: 0;
    right: -10%;
    border-radius: 50%;
    background: radial-gradient(circle, rgb(122,170,149,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.2;
    bottom: -10%;
    height: 300px;
}

.newsletter-signup-util h3 {
    color: #000000;
    letter-spacing: 0.03em;
    margin-bottom: 25px;
    font-weight: 600;
    line-height: 1.4;
    font-size: 18px;
    text-align: center;
    position: relative;
}

.newsletter-signup-util .input_holder {
    display: flex;
    gap: 15px;
    flex-direction: column;
    position: relative;
    margin-top: 30px;
}

.newsletter-signup-util input.mail-wrap-util {
    padding: 0 20px 0 40px;
    box-shadow: inset 3px 3px 7px rgba(0, 0, 0, 0.1),
                inset -3px -3px 7px rgba(255, 255, 255, 0.7),
                4px 4px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 20px;
    border: none;
    font-size: 17px;
    transition: all 0.3s ease;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000000;
    font-family: Arial, sans-serif;
}

.newsletter-signup-util .sub-strategy-util:hover::before {
    left: 100%;
}

.newsletter-signup-util .sub-strategy-util:active {
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1),
                -2px -2px 8px rgba(255, 255, 255, 0.8),
                inset 2px 2px 5px rgba(0, 0, 0, 0.1),
                inset -1px -1px 3px rgba(255, 255, 255, 0.5);
    transform: translateY(1px);
}

.thanksSpace-util h2 {
    font-weight: 700;
    font-size: 29px;
    max-width: 90%;
    margin-bottom: 3rem;
    transform: translateZ(10px);
    line-height: 1.3;
    color: #000000;
    position: relative;
    text-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.thanksSpace-util .class-pro-util:hover {
    transform: translateZ(25px) rotateY(0deg);
    box-shadow: 
        0 25px 35px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

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

.thanksSpace-util li span {
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    transform: translateZ(5px);
    display: block;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.edu-settings-util {
    margin-right: 20px;
    flex-shrink: 0;
}

.edu-settings-util svg {
    height: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(167,200,185);
    width: 60px;
}

.online-tracking-util:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}

.experience-trial-util::before {
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    content: "";
    pointer-events: none;
    position: absolute;
    animation: shimmer 6s infinite linear;
    transform: translateZ(-10px);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.experience-trial-util div span {
    display: inline-block;
    z-index: 2;
    transform: perspective(800px) rotateX(5deg);
    position: relative;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.experience-trial-util .query-inquiry-util {
    border: 2px solid transparent;
    color: rgb(122,170,149);
    padding: 1rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    display: inline-flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    font-size: calc(16px + 0.1rem);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    border-radius: 10px;
}

.plan-option-util h2 {
    color: #ffffff;
    font-size: 30px;
    transform: translateY(20px);
    opacity: 0;
    margin-bottom: 20px;
    font-weight: 700;
    animation: fadeInUp 0.8s ease-out forwards;
    position: relative;
    text-align: center;
}

.plan-option-util .learn-sub-util li:nth-child(2) {
    animation-delay: 0.4s;
}

.plan-option-util .training-fees-util {
    height: 100%;
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    overflow: hidden;
}

.plan-option-util .lesson-rates-util::after {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 5px;
    transform-origin: left;
    content: '';
    background: linear-gradient(90deg, rgb(167,200,185), rgb(122,170,149));
    transform: scaleX(0);
    position: absolute;
    left: 0;
    top: 0;
}

.plan-option-util .training-fees-util:hover .cost-deals-util h4 {
    transform: translateX(5px);
}

.plan-option-util .study-rates-util {
    align-self: flex-start;
    font-weight: 700;
    border-radius: 10px;
    font-size: calc(22px + 4px);
    position: relative;
    overflow: hidden;
    margin-top: auto;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgb(167,200,185) 0%, rgb(167,200,185,0.5) 100%);
    display: inline-block;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-info-util::after {
    height: 30%;
    transform: rotate(-20deg);
    width: 30%;
    position: absolute;
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    content: "";
    z-index: 0;
    background: linear-gradient(30deg, rgb(122,170,149,0.5) 0%, transparent 80%);
    filter: blur(30px);
    bottom: -5%;
    left: -10%;
}

.location-info-util .contact-panel-util > div:nth-child(1) {
    --animation-order: 1;
}

.location-info-util .contact-panel-util > div > div {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
}

.location-info-util h6 svg path {
    fill: rgb(167,200,185);
}

.location-info-util .learn-chat-util {
    grid-template-columns: 1fr;
    display: grid;
    gap: 1rem;
}

.location-info-util .contact-card-util::before {
    transition: width 0.3s ease;
    height: 1px;
    left: 0;
    content: "";
    width: 0;
    background: rgb(167,200,185);
    bottom: 0;
    position: absolute;
}

.location-info-util .contact-card-util:hover svg path {
    fill: rgb(167,200,185);
}

.partner-logo-util::before {
    box-shadow: 0 0 20px rgb(167,200,185,0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(167,200,185), rgb(122,170,149), transparent);
    opacity: 0.8;
    height: 2px;
    content: "";
}

.partner-logo-util .company_holder::before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(167,200,185), transparent);
    position: absolute;
    width: 200%;
    left: -50%;
    height: 1px;
    transform: translateY(-1px);
    top: 0;
}

.partner-logo-util .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(167,200,185,0.5);
}

.partner-logo-util .footer-classes-util {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.partner-logo-util .nav-teach-util::before {
    position: absolute;
    left: -50%;
    top: 0;
    transform: translateY(-1px);
    background: linear-gradient(90deg, transparent, rgb(122,170,149), transparent);
    width: 200%;
    height: 1px;
    content: "";
}

.partner-logo-util .nav-teach-util h5::after {
    border-radius: 10px;
    width: 40px;
    bottom: -8px;
    content: "";
    background: linear-gradient(90deg, rgb(122,170,149), rgb(167,200,185));
    box-shadow: 0 0 10px rgb(122,170,149);
    transition: width 0.3s ease-out;
    position: absolute;
    left: 0;
    height: 3px;
}

.partner-logo-util .nav-teach-util .page-top-util a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
    text-shadow: 0 0 10px rgb(122,170,149,0.5);
}

.partner-logo-util .nav-teach-util .page-top-util a:hover::after {
    opacity: 0.2;
    width: 100%;
}

.app-store-util .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.app-store-util .art-portal-util:hover {
    text-shadow: 0 0 8px rgb(122,170,149,0.5);
    opacity: 1;
}

.course-offering-util::after {
    position: absolute;
    animation: floatAnimation 15s infinite alternate ease-in-out;
    z-index: 0;
    top: -50px;
    right: -50px;
    content: "";
    width: 200px;
    background-color: rgb(167,200,185,0.5);
    border-radius: 50%;
    filter: blur(80px);
    height: 200px;
}

.course-offering-util .text-wrap-item-util .description {
    line-height: 1.7;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    color: #000000;
    margin-bottom: 20px;
    border-left: 2px solid rgb(167,200,185);
}

.course-offering-util .online-class-util:hover .img-round-util {
    opacity: 0.3;
    transform: scale(1.05);
}



.course-offering-util .online-class-util::before {
    border-radius: 50%;
    left: -50px;
    position: absolute;
    background-color: rgb(122,170,149,0.5);
    content: "";
    height: 200px;
    z-index: -1;
    width: 200px;
    animation: pulseAnimation 10s infinite ease-in-out;
    filter: blur(100px);
    bottom: -100px;
}

.course-offering-util .text-wrap-item-util .description:last-child::before {
    z-index: -1;
    height: 100%;
    border-radius: 17px;
    left: 0;
    content: "";
    background-position: center;
    top: 0;
    background-size: cover;
    position: absolute;
    filter: brightness(0.5) contrast(1.2);
    width: 100%;
}

.course-methodology-util::before {
    left: 0;
    width: 100%;
    opacity: 0.08;
    height: 100%;
    background-size: 60px 60px;
    pointer-events: none;
    content: "";
    transform: rotateX(10deg) translateZ(-20px);
    position: absolute;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(122,170,149,0.5) 49.5%, rgb(122,170,149,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(167,200,185,0.5) 49.5%, rgb(167,200,185,0.5) 50.5%, transparent 50.5%);
    top: 0;
}

.course-methodology-util .class-pro-util::after {
    position: absolute;
    bottom: 20px;
    transform: translateY(10px);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(122,170,149,0.5), transparent);
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
    right: -20px;
    content: "";
    width: calc(100% + 40px);
}

.course-methodology-util .class-pro-util:hover p {
    transform: translateY(5px);
}

.course-methodology-util p span::before {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: 0;
    background: rgb(122,170,149,0.5);
    height: 1px;
    opacity: 0.3;
    width: 100%;
    transform-origin: left;
    content: "";
    position: absolute;
    transform: scaleX(0);
}

.secure-sanctum-util .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.secure-sanctum-util h2 {
    position: relative;
    margin: 2.5rem 0 1.5rem;
    font-weight: 600;
    font-size: 29px;
    color: #000000;
    padding-left: 1rem;
}

.secure-sanctum-util h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(29px * 0.75);
    margin: 1.8rem 0 1rem;
}

.secure-sanctum-util ul {
    margin: 1.5rem 0 2rem;
    padding-left: 1.5rem;
    list-style: none;
}

.secure-sanctum-util li {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    line-height: 1.6;
}

.teaching-history-util::before {
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.04;
    content: "";
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(167,200,185,0.5) 20px,
            rgb(167,200,185,0.5) 21px
        );
}



.teaching-history-util .img-round-util {
    height: 240px;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 50%;
    z-index: 5;
    margin-bottom: 30px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    position: relative;
    width: 240px;
}

.teaching-history-util .name::after {
    left: 50%;
    position: absolute;
    width: 0;
    content: "";
    transition: width 0.4s ease;
    transform: translateX(-50%);
    bottom: -8px;
    height: 2px;
    background: linear-gradient(
        to right,
        rgb(167,200,185) 0%,
        rgb(122,170,149) 100%
    );
}

.teaching-history-util .work-background-util {
    background: #ffffff;
    border-radius: 28px;
    text-align: center;
    padding: 35px 45px;
    position: relative;
    color: #000000;
    z-index: 3;
    max-width: 650px;
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}

.ideal-participants-util::before {
    position: absolute;
    right: 0;
    height: 100%;
    background: rgb(167,200,185,0.5);
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    top: 0;
    width: 50%;
    z-index: 1;
}

.ideal-participants-util div > div {
    margin-left: 60px;
    display: flex;
    flex-direction: column;
    position: relative;
    max-width: 800px;
}

.ideal-participants-util p {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    margin-left: 30px;
    position: relative;
    background: #ffffff;
    align-items: center;
    display: flex;
    z-index: 2;
    margin-bottom: 30px;
    color: #000000;
    padding: 20px 25px;
}

.ideal-participants-util p:nth-child(even)::after {
    border-color: rgb(122,170,149);
}

.ideal-participants-util p:nth-child(even) svg path {
    fill: rgb(122,170,149);
}

.ideal-participants-util p:nth-child(2) {
    transform: translateX(30px);
}

.ideal-participants-util p:nth-child(6) {
    transform: translateX(150px);
}

.ideal-participants-util p:nth-child(4):hover {
    transform: translateX(100px);
}

.ideal-participants-util .class-pro-util > div p:nth-child(1) {
    animation-delay: 0.1s;
}

.ideal-participants-util .class-pro-util > div p:nth-child(5) {
    animation-delay: 0.5s;
    animation-name: none;
    transform: translateX(120px);
    opacity: 1;
}

.ideal-participants-util .class-pro-util > div p:nth-child(9) {
    animation-delay: 0.6s;
    transform: translateX(60px);
    animation-name: none;
    opacity: 1;
}

.primary-page-util:hover .img-round-util {
    filter: brightness(0.75) contrast(1.15);
    transform: scale(1.02);
}

.primary-page-util::after {
    background: linear-gradient(0deg, #000000, transparent);
    position: absolute;
    content: '';
    opacity: 0.8;
    height: 25%;
    bottom: 0;
    width: 100%;
    z-index: 3;
    left: 0;
}

.primary-page-util .text-wrap-item-util p {
    text-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    font-size: calc(14px * 1.2);
    margin-bottom: 1rem;
    max-width: 60%;
    line-height: 1.6;
    color: #ffffff;
}

.primary-page-util .course-base-util {
    margin-top: 1rem;
    justify-content: flex-start;
    align-items: center;
    transition: transform 0.5s ease;
    transform: rotate(-2deg) translateX(20px);
    margin-bottom: 2rem;
    display: flex;
}

.primary-page-util .course-base-util svg:hover text {
    fill: #ffffff;
}

.primary-page-util .query-inquiry-util::before {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(122,170,149), rgb(167,200,185));
    opacity: 0;
    top: 0;
    transition: opacity 0.4s cubic-bezier(0.2, 1, 0.3, 1);
    width: 100%;
    height: 100%;
    z-index: -1;
    left: 0;
}



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

.contact-form-box-util .feedback-reach-util {
    margin: 0 auto;
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    max-width: 1000px;
    display: grid;
    border-radius: 18px;
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    gap: 0;
}

.contact-form-box-util form h3 {
    border-bottom: 2px solid rgb(122,170,149,0.5);
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-size: 21px;
    margin-bottom: 40px;
    padding-bottom: 15px;
}

.contact-form-box-util form input#name {
    position: relative;
}

.contact-form-box-util .message-box-util input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-form-box-util .message-box-util input[type="checkbox"]:checked + label::before {
    background: rgb(167,200,185);
}

.contact-form-box-util .message-box-util label a {
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(167,200,185);
}

.contact-form-box-util form .query-inquiry-util::before {
    background: rgb(122,170,149);
    content: "";
    height: 100%;
    top: 0;
    width: 0;
    transition: width 0.3s ease;
    left: 0;
    z-index: -1;
    position: absolute;
}

.contact-form-box-util form #name,
.contact-form-box-util form #phone {
    position: relative;
}


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



@media (max-width: 991px) {header .nav-skill-util {
    margin: 0.8rem 0 1.2rem;
}header .nav-skill-util svg {
    height: 40px;
}header .site-navbar-util {
    font-size: calc(13px - 1px);
    padding: 0.5rem 1.2rem;
}
}



@media (min-width: 992px) {.meet-us-util {
    padding: 180px 0 120px;
}.meet-us-util .container {
    padding: 0 30px;
}.meet-us-util h2 {
    font-size: calc(33px * 1.1);
}.meet-us-util .text-wrap-item-util {
    transform: perspective(1500px) rotateY(-1deg);
    padding: 50px 60px;
}.meet-us-util .text-wrap-item-util div div {
    line-height: 1.8;
    column-count: 2;
}
}



@media (max-width: 767px) {.newsletter-signup-util {
    padding: 40px 0;
}.newsletter-signup-util .class-pro-util {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.newsletter-signup-util h3 {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.newsletter-signup-util .input_holder {
    margin-top: 25px;
}.newsletter-signup-util input.mail-wrap-util,
    .newsletter-signup-util .sub-strategy-util {
    height: 55px;
}
}



@media (max-width: 767px) {.thanksSpace-util {
    padding: 4rem 0;
}.thanksSpace-util h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 2rem;
}.thanksSpace-util h2::after {
    width: 60px;
    height: 2px;
}.thanksSpace-util .class-pro-util {
    padding: 1.5rem 2rem;
    transform: translateZ(5px) rotateY(0deg);
}.thanksSpace-util li::before {
    width: 40px;
    left: -20px;
    top: -15px;
    height: 40px;
}
}



@media (max-width: 767px) {.experience-trial-util {
    padding: 3rem 1rem;
}.experience-trial-util::after {
    right: -20%;
    width: 50%;
    top: -5%;
}.experience-trial-util h6 {
    margin-bottom: 1.8rem;
    font-size: 21px;
    max-width: 100%;
}.experience-trial-util h6::after {
    width: 50px;
    bottom: -12px;
}.experience-trial-util .query-inquiry-util {
    padding: 0.8rem 1.8rem;
    font-size: 16px;
}
}



@media screen and (min-width: 992px) {.location-info-util {
    padding: 8rem 4rem;
}.location-info-util h1 {
    margin-bottom: 4rem;
}.location-info-util h1::after {
    width: 160px;
}.location-info-util .contact-panel-util {
    grid-template-columns: 1.5fr 1fr 1fr;
}.location-info-util .contact-panel-util > div:first-child {
    grid-column: 1;
}.location-info-util .learn-chat-util {
    grid-template-columns: 1fr;
}.location-info-util .contact-panel-util > div {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}.location-info-util .contact-panel-util > div:hover {
    transform: translateY(-8px);
}
}



@media (max-width: 1024px) {.course-offering-util {
    padding: 80px 0;
}.course-offering-util .text-wrap-item-util {
    width: 90%;
}
}



@media (max-width: 576px) {.course-offering-util {
    padding: 40px 0;
}.course-offering-util .text-wrap-item-util h2 {
    font-size: calc(35px * 0.8);
}.course-offering-util .text-wrap-item-util .description {
    font-size: calc(16px * 0.95);
}.course-offering-util .text-wrap-item-util .description:last-child {
    padding: 20px;
}.course-offering-util::after,
    .course-offering-util .online-class-util::before,
    .course-offering-util .text-wrap-item-util::after {
    display: none;
}.course-offering-util .text-wrap-item-util::before {
    width: 60px;
}}



@media screen and (max-width: 991px) {.secure-sanctum-util {
    padding: 4rem 1.5rem;
}.secure-sanctum-util h1 {
    font-size: calc(45px * 0.9);
}.secure-sanctum-util h2 {
    font-size: calc(29px * 0.9);
}.secure-sanctum-util::before {
    width: 50%;
}
}



@media screen and (max-width: 480px) {.secure-sanctum-util {
    padding: 2.5rem 1rem;
}.secure-sanctum-util h1::after {
    width: 60px;
}.secure-sanctum-util h2::before {
    width: 3px;
}.secure-sanctum-util li {
    padding-left: 1.25rem;
}.secure-sanctum-util p,
    .secure-sanctum-util span,
    .secure-sanctum-util li {
    max-width: 100%;
}}



@media (max-width: 575px) {.teaching-history-util {
    padding: 50px 0;
}.teaching-history-util .img-round-util {
    width: 150px;
    margin-bottom: 18px;
    height: 150px;
}.teaching-history-util .review-views-util::before {
    height: 260px;
    width: 260px;
}.teaching-history-util .review-views-util::after {
    width: 200px;
    height: 200px;
}.teaching-history-util .name {
    font-size: calc(47px * 0.7);
}.teaching-history-util .review-views-util span:not(.name) {
    margin-bottom: 20px;
    letter-spacing: 1px;
    padding: 5px 12px;
    font-size: calc(21px * 0.9);
}.teaching-history-util .work-background-util {
    font-size: calc(14px * 0.9);
    padding: 20px 25px;
}.teaching-history-util .work-background-util::before,
    .teaching-history-util .work-background-util::after {
    height: 6px;
    width: 6px;
}.teaching-history-util .work-background-util::before {
    left: 15px;
    top: 15px;
}.teaching-history-util .work-background-util::after {
    right: 15px;
    bottom: 15px;
}}



@media (max-width: 1200px) {.primary-page-util h1 {
    max-width: 90%;
    font-size: calc(45px * 0.9);
}.primary-page-util .text-wrap-item-util p {
    max-width: 80%;
}
}



@media (max-width: 992px) {.primary-page-util .class-pro-util {
    width: 95%;
    padding: 2rem;
}.primary-page-util h1 {
    max-width: 100%;
    font-size: calc(45px * 0.85);
}.primary-page-util .text-wrap-item-util p {
    max-width: 90%;
    font-size: calc(14px * 1.1);
}.primary-page-util .course-base-util svg {
    height: 100px;
    width: 100px;
}
}



@media screen and (max-width: 1024px) {.contact-form-box-util .feedback-reach-util {
    max-width: 800px;
}.contact-form-box-util .feedback-feedback-util {
    padding: 40px;
}
}



@media screen and (max-width: 768px) {.contact-form-box-util {
    padding: 80px 0 60px;
}.contact-form-box-util .feedback-reach-util {
    grid-template-columns: 1fr;
}.contact-form-box-util .img-round-util {
    order: 1;
    clip-path: none;
    min-height: 300px;
}.contact-form-box-util .feedback-feedback-util {
    order: 2;
    padding: 40px 30px;
}.contact-form-box-util .feedback-feedback-util::before {
    top: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(167,200,185), rgb(122,170,149));
    height: 6px;
    right: 0;
}.contact-form-box-util h2 {
    margin-bottom: 40px;
}
}



@keyframes glow {
    0%, 100% {
        opacity: 0.15;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.25;
        transform: rotate(-15deg) scale(1.05);
    }
}



@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: rotate(15deg) scale(1);
    }
    50% {
        opacity: 0.7;
        transform: rotate(25deg) scale(1.1);
    }
    100% {
        opacity: 0.4;
        transform: rotate(15deg) scale(1);
    }
}

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

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

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

