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

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

header::after {
    opacity: 0.1;
    background-size: 20px 20px;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(122,170,149,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(122,170,149,0.5) 100%);
}

header .nav-skill-util svg {
    transition: all 0.4s ease;
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(167,200,185,0.5));
}

header .nav-teach-util::before {
    z-index: 3;
    left: 0;
    pointer-events: none;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    width: 100%;
}

header .site-navbar-util::after {
    width: 0%;
    content: "";
    left: 50%;
    transition: all 0.3s ease;
    transform: translateX(-50%);
    height: 2px;
    background: rgb(122,170,149);
    bottom: 0;
    position: absolute;
}

.meet-us-util::after {
    content: "";
    background: radial-gradient(ellipse at center, rgb(122,170,149,0.5) 0%, transparent 70%);
    animation: glow 15s infinite alternate ease-in-out;
    width: 80%;
    top: -50%;
    right: -30%;
    z-index: 2;
    position: absolute;
    opacity: 0.15;
    transform: rotate(-15deg);
    height: 200%;
}

.meet-us-util .text-wrap-item-util::before {
    transform: translateX(-100%);
    content: "";
    left: 0;
    animation: shimmer 5s infinite;
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05), transparent);
    height: 100%;
    top: 0;
    position: absolute;
}

.meet-us-util .text-wrap-item-util div div {
    column-count: 1;
    position: relative;
    transition: all 0.5s ease;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 0;
    column-gap: 40px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
}

.newsletter-signup-util .container {
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}

.newsletter-signup-util .class-pro-util:hover {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15),
                -10px -10px 25px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.4),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.newsletter-signup-util .input_holder div {
    position: relative;
    flex: 1;
}

.newsletter-signup-util .input_holder div::before {
    color: rgb(122,170,149);
    content: "✉";
    pointer-events: none;
    left: 15px;
    top: 50%;
    opacity: 0.7;
    transform: translateY(-50%);
    position: absolute;
    z-index: 10;
    transition: transform 0.3s, opacity 0.3s;
    font-size: 16px;
}

.newsletter-signup-util .sub-strategy-util {
    cursor: pointer;
    border: none;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 100%;
    font-weight: 600;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.1),
                -4px -4px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 3px rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgb(167,200,185), rgb(122,170,149));
    color: #ffffff;
    font-size: 16px;
    height: 60px;
}

.thanksSpace-util::after {
    background: linear-gradient(135deg, rgb(122,170,149,0.5) 10%, transparent 70%);
    transform: rotate(10deg) translateZ(-5px);
    opacity: 0.04;
    height: 60%;
    width: 30%;
    bottom: -10%;
    filter: blur(15px);
    right: -5%;
}

.thanksSpace-util .class-pro-util::before {
    bottom: -10px;
    border-radius: 100px;
    transform: translateZ(5px);
    border: 1px solid rgb(167,200,185,0.5);
    right: -10px;
    opacity: 0.1;
    position: absolute;
    content: '';
    left: -10px;
    pointer-events: none;
    top: -10px;
}

.thanksSpace-util li::before {
    height: 60px;
    position: absolute;
    transition: all 0.4s ease-out;
    width: 60px;
    transform: translateZ(15px) scale(0.95);
    border-radius: 50%;
    content: '';
    background: linear-gradient(135deg, rgb(167,200,185,0.5) 0%, transparent 80%);
    top: -20px;
    left: -30px;
    opacity: 0.2;
}

.cookie-controls-util h5 {
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(167,200,185);
    font-size: 24px;
}

.trackingSettingsPopup-util p a {
    text-decoration: underline;
    color: rgb(167,200,185);
}

.experience-trial-util::after {
    transform: rotate(-15deg) translateZ(10px);
    opacity: 0.6;
    right: -10%;
    width: 35%;
    height: 120%;
    top: -10%;
    position: absolute;
    filter: blur(20px);
    content: "";
    background: linear-gradient(135deg, rgb(167,200,185,0.5), transparent);
}

.experience-trial-util h6::after {
    height: 3px;
    content: "";
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    background: #ffffff;
    opacity: 0.7;
}

.experience-trial-util div span::before {
    width: 90%;
    content: "";
    filter: blur(6px);
    bottom: -8px;
    position: absolute;
    height: 8px;
    left: 50%;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0.6;
}

.experience-trial-util .query-inquiry-util span {
    transition: transform 0.3s ease;
    z-index: 2;
    position: relative;
}

.plan-option-util::before {
    z-index: 1;
    left: 0;
    bottom: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.75) 50%, rgba(0,0,0,0.65) 100%);
    content: "";
    right: 0;
}

.plan-option-util .learn-sub-util li {
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
    opacity: 0;
}

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

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

.plan-option-util .training-fees-util:hover::before {
    left: 100%;
}

.plan-option-util .training-fees-util:hover .lesson-rates-util {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.plan-option-util .training-fees-util:hover .lesson-rates-util::after {
    transform: scaleX(1);
}

.plan-option-util .cost-deals-util h4 {
    color: rgb(167,200,185);
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    font-size: 22px;
    padding-bottom: 15px;
    font-weight: 700;
    position: relative;
}

.plan-option-util .cost-deals-util p {
    overflow-y: auto;
    scrollbar-color: rgb(167,200,185,0.5) transparent;
    color: rgba(255,255,255,0.8);
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 1.6;
    scrollbar-width: thin;
    max-height: 200px;
    margin: 0 0 30px;
    font-size: calc(12px - 2px);
}

.location-info-util {
    background: linear-gradient(135deg, rgb(211,228,220) 0%, rgba(240, 245, 255, 0.9) 100%);
    position: relative;
    padding: 6rem 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
}

.location-info-util h1::after {
    content: "";
    height: 4px;
    bottom: -0.5rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    width: 120px;
    animation: expandWidth 1s 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    background: linear-gradient(90deg, rgb(167,200,185) 0%, rgb(122,170,149) 100%);
    position: absolute;
}

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

.location-info-util h6 svg {
    transition: transform 0.3s ease;
    height: 20px;
    margin-left: 0.5rem;
    width: 20px;
}

.location-info-util span {
    font-size: calc(12px - 0.05rem);
    display: block;
    margin-left: 1.75rem;
    color: #000000;
}

.location-info-util .contact-card-util:hover {
    transform: translateX(4px);
    color: rgb(167,200,185);
}

.location-info-util .contact-card-util:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.location-info-util .contact-card-util svg path {
    transition: fill 0.3s ease;
    fill: rgb(122,170,149);
}

.partner-logo-util .container {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3rem;
    display: flex;
}

.partner-logo-util .company_holder {
    position: relative;
    padding: 2rem;
    border-radius: 10px;
    overflow: hidden;
    backdrop-filter: blur(8px);
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.4s ease;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    flex: 1 1 350px;
}

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

.partner-logo-util .nav-teach-util::after {
    width: 100%;
    transform: translateY(1px);
    position: absolute;
    content: "";
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(167,200,185), transparent);
    bottom: 0;
}

.partner-logo-util .nav-teach-util:hover h5::after {
    width: 100%;
}

.partner-logo-util .nav-teach-util .page-top-util {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}

.partner-logo-util .nav-teach-util .page-top-util a::before {
    border-radius: 10px;
    content: "";
    left: 0;
    opacity: 0.5;
    width: 3px;
    z-index: -1;
    background: linear-gradient(180deg, rgb(167,200,185), rgb(122,170,149));
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    height: 100%;
}

.app-store-util::before {
    content: "";
    left: 0;
    top: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(167,200,185), rgb(122,170,149), transparent);
    opacity: 0.5;
    width: 100%;
}

.course-offering-util::before {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(167,200,185,0.5) 0%, transparent 50%, rgb(122,170,149,0.5) 100%);
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.course-offering-util .text-wrap-item-util h2:hover {
    transform: translateX(10px);
}

.course-offering-util .text-wrap-item-util .description:last-child {
    backdrop-filter: blur(5px);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-left: none;
    border-radius: 17px;
    margin-top: 30px;
    padding: 30px 40px;
    position: relative;
    font-weight: 600;
    z-index: 2;
}

.course-offering-util .online-class-util::after {
    top: 40px;
    position: absolute;
    height: 40px;
    border-radius: 10px;
    animation: rotateAnimation 20s infinite linear;
    content: "";
    border: 4px solid rgb(167,200,185,0.5);
    z-index: -1;
    right: -20px;
    width: 40px;
}

.course-offering-util .text-wrap-item-util .description:first-of-type::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgb(167,200,185), transparent);
    left: 0;
}

.course-offering-util .text-wrap-item-util h2::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    left: -15px;
    top: -15px;
    background-color: rgb(167,200,185,0.5);
    width: 30px;
    z-index: -1;
    height: 30px;
    filter: blur(15px);
}

.course-methodology-util .class-pro-util {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    border-left: 4px solid rgb(122,170,149);
    transform: translateZ(0) rotateY(-2deg);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    padding: 50px 60px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.course-methodology-util h3 {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-weight: 700;
    margin-bottom: 25px;
    transform: translateX(0);
    font-size: calc(38px * 0.85);
    color: #000000;
}

.course-methodology-util p span {
    transform-origin: 50% 50%;
    transition: color 0.4s ease;
    display: inline-block;
    position: relative;
}

.course-methodology-util .class-pro-util:hover p span::before {
    transform: scaleX(1);
}

.secure-sanctum-util::after {
    background: linear-gradient(90deg, rgb(167,200,185), rgb(122,170,149), rgb(167,200,185));
    opacity: 0.7;
    content: "";
    bottom: 0;
    position: absolute;
    height: 5px;
    left: 0;
    width: 100%;
}

.secure-sanctum-util h1:hover::after {
    transform: scaleX(1.5);
}

.secure-sanctum-util h2::before {
    top: 0.25rem;
    background: linear-gradient(to bottom, rgb(167,200,185), rgb(122,170,149));
    left: 0;
    content: "";
    width: 4px;
    bottom: 0.25rem;
    border-radius: 10px;
    position: absolute;
}

.secure-sanctum-util p strong {
    display: inline-block;
    font-weight: 600;
    position: relative;
    color: #000000;
}

.secure-sanctum-util li::before {
    opacity: 0.8;
    content: "";
    height: 8px;
    transform: rotate(45deg);
    background: rgb(122,170,149);
    position: absolute;
    top: 0.75rem;
    left: 0;
    width: 8px;
}

.teaching-history-util .container {
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}

.teaching-history-util .review-views-util::before {
    transform: translate(-50%, -50%);
    width: 500px;
    opacity: 0.2;
    position: absolute;
    left: 50%;
    border: 1px solid rgb(167,200,185,0.5);
    animation: orbit 20s linear infinite;
    top: 50%;
    height: 500px;
    border-radius: 50%;
    content: "";
}

.teaching-history-util .img-round-util::after {
    z-index: 2;
    content: "";
    border-radius: 50%;
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    inset: 0;
}

.teaching-history-util .review-views-util:hover .name::after {
    width: 80px;
}

.teaching-history-util .review-views-util:hover span:not(.name) {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
}

.teaching-history-util .work-background-util::before,
.teaching-history-util .work-background-util::after {
    position: absolute;
    height: 10px;
    content: "";
    width: 10px;
}

.teaching-history-util .work-background-util::before {
    border-left: 2px solid rgb(167,200,185);
    top: 25px;
    border-top: 2px solid rgb(167,200,185);
    left: 25px;
}

.ideal-participants-util::after {
    bottom: 0;
    opacity: 0.1;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    width: 50%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: rgb(122,170,149,0.5);
    position: absolute;
    content: "";
}

.ideal-participants-util div > div::before {
    background: linear-gradient(to bottom, rgb(167,200,185,0.5), rgb(122,170,149,0.5));
    width: 2px;
    top: 0;
    position: absolute;
    content: "";
    left: 15px;
    z-index: 1;
    height: 100%;
}

.ideal-participants-util p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}

.ideal-participants-util p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(167,200,185);
}

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

.ideal-participants-util p:hover svg {
    transform: scale(1.1) rotate(10deg);
}

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

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

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

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

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

.primary-page-util {
    background: linear-gradient(135deg, rgb(122,170,149,0.5), rgb(167,200,185,0.5));
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    align-items: center;
}

.primary-page-util .class-pro-util {
    z-index: 4;
    transform: translateY(-2rem);
    display: flex;
    padding: 2.5rem;
    backdrop-filter: blur(8px);
    position: relative;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    width: 90%;
    max-width: 1200px;
    align-items: flex-start;
    flex-direction: column;
    border-left: 3px solid rgb(167,200,185);
}

.primary-page-util .course-base-util svg:hover {
    transform: scale(1.05);
    filter: drop-shadow(3px 6px 10px rgba(0,0,0,0.3));
}

.primary-page-util .course-base-util svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}

.primary-page-util .query-inquiry-util:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 7px 20px rgba(0,0,0,0.2);
}

.contact-form-box-util {
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(211,228,220) 0%, rgb(167,200,185,0.5) 100%);
}

.contact-form-box-util h2 {
    margin-bottom: 60px;
    text-align: center;
    font-weight: 700;
    color: rgb(167,200,185);
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 37px;
    letter-spacing: 2px;
    position: relative;
}

.contact-form-box-util .img-round-util {
    position: relative;
    height: 100%;
    order: 2;
    min-height: 600px;
}

.contact-form-box-util form {
    position: relative;
    width: 100%;
}

.contact-form-box-util form input[type="text"] {
    border-radius: 10px;
    position: relative;
    border: none;
    font-family: Arial, sans-serif;
    width: 100%;
    padding: 16px 20px 16px 50px;
    background: rgb(211,228,220);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
}

.contact-form-box-util .message-box-util label {
    padding-left: 35px;
    cursor: pointer;
    font-size: 13px;
    position: relative;
    color: #000000;
    line-height: 1.5;
}

.contact-form-box-util .message-box-util label a::after {
    position: absolute;
    bottom: -2px;
    width: 0;
    background: rgb(167,200,185);
    height: 1px;
    content: "";
    left: 0;
    transition: width 0.3s ease;
}

.contact-form-box-util form .query-inquiry-util:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(167,200,185);
}

.contact-form-box-util svg path {
    transition: fill 0.3s ease;
    fill: rgb(167,200,185);
}

header .nav-teach-util::-webkit-scrollbar {
    display: none;
}

.plan-option-util .cost-deals-util p::-webkit-scrollbar {
    width: 5px;
}

.plan-option-util .cost-deals-util p::-webkit-scrollbar-track {
    background: transparent;
}

.plan-option-util .cost-deals-util p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(167,200,185,0.5);
}



@media (max-width: 767px) {.meet-us-util {
    padding: 90px 0 60px;
}.meet-us-util .container {
    padding: 0 15px;
}.meet-us-util h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 30px;
}.meet-us-util .text-wrap-item-util {
    transform: perspective(800px) rotateY(-1deg);
    padding: 25px 20px;
}.meet-us-util .text-wrap-item-util p {
    font-size: 24px;
}.meet-us-util .text-wrap-item-util div div {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}
}



@media (min-width: 992px) {.thanksSpace-util {
    padding: 8rem 0;
}.thanksSpace-util h2 {
    max-width: 80%;
    transform: translateZ(15px);
    font-size: calc(29px * 1.1);
}.thanksSpace-util h2::after {
    width: 100px;
}.thanksSpace-util .class-pro-util {
    padding: 3.5rem 4rem;
    margin: 2rem 0;
}.thanksSpace-util li span {
    line-height: 1.8;
    font-size: calc(15px * 1.05);
}.thanksSpace-util li::before {
    width: 80px;
    height: 80px;
}
}


@media (max-width: 1200px) {.cookie-controls-util h5 {
    font-size: calc(24px - 2px);
}.cookie-controls-util p {
    font-size: calc(13px - 2px);
}.online-tracking-util {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
}
}



@media (max-width: 991px) {.experience-trial-util {
    padding: 3.5rem 1.5rem;
}.experience-trial-util h6 {
    font-size: calc(21px + 0.1rem);
    margin-bottom: 2rem;
}.experience-trial-util .query-inquiry-util {
    padding: 0.9rem 2.2rem;
}
}



@media (max-width: 767px) {.plan-option-util {
    padding: 60px 0;
}.plan-option-util h2 {
    font-size: calc(30px - 4px);
}.plan-option-util .price-sheet-util {
    margin-bottom: 30px;
    font-size: calc(12px - 1px);
}.plan-option-util .learn-sub-util {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 400px;
}.plan-option-util .cost-deals-util {
    min-height: 300px;
}.plan-option-util .study-rates-util {
    font-size: calc(22px + 2px);
}
}



@media screen and (min-width: 1200px) {.location-info-util h1 {
    font-size: calc(48px + 1rem);
}.location-info-util .container {
    max-width: 1400px;
}.location-info-util .contact-panel-util {
    gap: 3rem;
}}



@media (max-width: 768px) {.partner-logo-util {
    padding: 3rem 0 1.5rem;
}.partner-logo-util .company_holder,
    .partner-logo-util .nav-teach-util {
    padding: 1.5rem;
}.partner-logo-util .page-top-util {
    gap: 1.5rem;
}.partner-logo-util .company_holder h3 {
    font-size: calc(38px - 2px);
}.partner-logo-util .nav-teach-util h5 {
    font-size: calc(21px - 1px);
}.partner-logo-util .company_holder:hover,
    .partner-logo-util .nav-teach-util:hover {
    transform: translateY(-3px);
}
}



@media (max-width: 991px) {.course-methodology-util {
    padding: 80px 0;
}.course-methodology-util .class-pro-util {
    transform: translateZ(0) rotateY(-1deg);
    padding: 40px 30px;
}.course-methodology-util h3 {
    font-size: calc(38px * 0.75);
    margin-bottom: 20px;
}
}



@media screen and (min-width: 1200px) {.secure-sanctum-util {
    padding: 7rem 3rem;
}.secure-sanctum-util .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}.secure-sanctum-util h1 {
    font-size: calc(45px * 1.2);
    grid-column: 1 / -1;
    transform: translateX(-1rem);
}.secure-sanctum-util h1::after {
    width: 120px;
}.secure-sanctum-util h2, 
    .secure-sanctum-util h3, 
    .secure-sanctum-util h4 {
    grid-column: 1 / -1;
}.secure-sanctum-util p, 
    .secure-sanctum-util ul,
    .secure-sanctum-util span {
    max-width: 85%;
}
}



@media (max-width: 767px) {.teaching-history-util {
    padding: 70px 0;
}.teaching-history-util .img-round-util {
    height: 180px;
    width: 180px;
    margin-bottom: 20px;
}.teaching-history-util .review-views-util::before {
    width: 320px;
    height: 320px;
}.teaching-history-util .review-views-util::after {
    width: 260px;
    height: 260px;
}.teaching-history-util .name {
    font-size: calc(47px * 0.8);
}.teaching-history-util .review-views-util span:not(.name) {
    padding: 6px 16px;
    font-size: calc(21px * 0.95);
    margin-bottom: 25px;
}.teaching-history-util .work-background-util {
    font-size: calc(14px * 0.95);
    padding: 25px 30px;
    max-width: 100%;
}.teaching-history-util .work-background-util::before,
    .teaching-history-util .work-background-util::after {
    width: 8px;
    height: 8px;
}.teaching-history-util .work-background-util::before {
    top: 20px;
    left: 20px;
}.teaching-history-util .work-background-util::after {
    right: 20px;
    bottom: 20px;
}
}



@media (max-width: 576px) {.ideal-participants-util {
    padding: 60px 0;
}.ideal-participants-util h4 {
    border-left-width: 3px;
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.ideal-participants-util div > div {
    margin-left: 25px;
}.ideal-participants-util p {
    font-size: calc(16px * 0.9);
    margin-bottom: 15px;
    padding: 12px;
}.ideal-participants-util p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.ideal-participants-util p::after {
    border-width: 2px;
    width: 12px;
    height: 12px;
}}



@media (max-width: 576px) {.primary-page-util {
    height: 85vh;
}.primary-page-util .class-pro-util {
    width: 92%;
    padding: 1.25rem;
}.primary-page-util h1 {
    font-size: calc(45px * 0.65);
    margin-bottom: 1rem;
}.primary-page-util .text-wrap-item-util {
    gap: 1rem;
}.primary-page-util .text-wrap-item-util p {
    font-size: calc(14px * 0.9);
}.primary-page-util .course-base-util {
    margin-bottom: 1rem;
    margin-top: 0.5rem;
}.primary-page-util .course-base-util svg {
    height: 70px;
    width: 70px;
}.primary-page-util .query-inquiry-util {
    padding: 0.7rem 1.2rem;
    font-size: calc(17px * 0.9);
}}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



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



@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    20%, 100% {
        transform: translateX(100%);
    }
}



@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}



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



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



@keyframes rotate-shape {
    0% {
        transform: rotate(0deg) translateZ(50px);
    }
    100% {
        transform: rotate(360deg) translateZ(50px);
    }
}



@keyframes slide-in {
    0% {
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

