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

header,footer {
    width: 100%;
}

header {
    left: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    background: linear-gradient(120deg, 
        rgb(179,215,182) 0%, 
        rgb(179,215,182,0.5) 100%
    );
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1000;
}

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

.style-leadership-experience .style-student-votes:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.style-leadership-experience .style-img-effect {
    position: relative;
    margin: 0 auto;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
    width: 200px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 200px;
    border: 3px solid #ffffff;
}

.style-leadership-experience .name::after {
    position: absolute;
    bottom: -3px;
    width: 0;
    background: rgb(136,192,141);
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    left: 0;
    content: "";
    height: 2px;
}

.style-leadership-experience .style-student-votes:hover .style-career-wrap {
    background-position: right center;
}

.style-leadership-experience .style-career-wrap::after {
    opacity: 0.5;
    transform: translateX(20px) translateY(20px) scale(0.8);
    content: "";
    right: -10px;
    bottom: -30px;
}

.style-leadership-experience .style-student-votes:hover .style-career-wrap::after {
    opacity: 0.7;
    transform: translateX(0) translateY(0) scale(1);
}

header .style-nav-mainwrap {
    position: relative;
}

header .container {
    margin: 0 auto;
    padding: 15px 25px;
    position: relative;
    max-width: 1200px;
}

header .container:before {
    opacity: 0.5;
    pointer-events: none;
    background-size: 6px 2px, 6px 2px;
    height: 30px;
    top: 50%;
    right: 20px;
    content: '';
    position: absolute;
    background-position: 0 0, 0 10px;
    background-repeat: repeat-x;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    transform: translateY(-50%);
    width: 50px;
}

header .style-head-mainbar:hover:before {
    opacity: 0.7;
}

header .style-head-learn:after {
    transform-origin: right;
    width: 20px;
    left: -30px;
    transition: all 0.3s ease;
    transform: translateY(-50%) scaleX(0);
    top: 50%;
    position: absolute;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    content: '';
}

header .style-head-site {
    align-items: center;
    text-decoration: none;
    position: relative;
    display: flex;
    padding: 5px;
    transition: all 0.3s ease;
}

header .style-head-site svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}

.style-homepage {
    display: flex;
    box-sizing: border-box;
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

.style-homepage > div > div:first-child {
    transform: translateY(-20px);
    opacity: 0;
    text-align: center;
    position: relative;
    margin-bottom: 3rem;
    animation: slideInTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    width: 100%;
}

.style-homepage .style-start-primary {
    padding: 3rem;
    transform: translateY(30px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
               0 0 0 1px rgba(255, 255, 255, 0.05);
    -webkit-backdrop-filter: blur(12px);
    animation: slideUpBox 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    width: 100%;
    max-width: 900px;
    background: linear-gradient(135deg, 
    rgba(#000000, 0.6) 0%, 
    rgba(#000000, 0.3) 100%);
    opacity: 0;
}




.style-homepage:hover::before {
    animation: pulseGradient 8s ease-in-out infinite alternate;
}

.style-secure-safehold h1 {
    color: rgb(179,215,182);
    margin-bottom: 20px;
    font-size: 46px;
    font-weight: 700;
}

.style-secure-safehold h3, .style-secure-safehold h4, .style-secure-safehold h5, .style-secure-safehold h6 {
    margin: 1rem 0;
    color: #000000;
}

.style-prospective-members .style-achieve-stats {
    padding: 0 2rem;
    align-items: center;
    max-width: 1100px;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
}

.style-prospective-members h3::after {
    width: 50px;
    bottom: -15px;
    background: rgb(179,215,182);
    content: "";
    height: 2px;
    left: 50%;
    position: absolute;
    opacity: 0.6;
    transform: translateX(-50%);
}

.style-prospective-members li:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    transform: translateY(-10px);
    border-color: rgba(rgb(179,215,182,0.5), 0.2);
}

.style-prospective-members li svg path {
    fill: rgb(136,192,141);
    transition: fill 0.5s ease;
}

.style-prospective-members li:hover svg path {
    fill: rgb(179,215,182);
}

.style-metrics-summary::before {
    animation: backgroundSweep 8s infinite ease-in-out;
    background: 
        linear-gradient(135deg, transparent, rgb(179,215,182,0.5), transparent) 0 0,
        linear-gradient(to right, transparent, transparent, rgba(255,255,255,0.05), transparent, transparent) 0 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
    background-size: 100% 100%, 200% 100%;
    top: 0;
    position: absolute;
    z-index: -1;
}

.style-metrics-summary ul::after {
    width: 100%;
    content: "";
    animation: gradientMove 6s infinite linear reverse;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(136,192,141,0.5), rgb(179,215,182,0.5), rgb(136,192,141,0.5), transparent);
    height: 1px;
    top: 0;
    background-size: 200% 1px;
}

.style-metrics-summary .style-key-classes:nth-child(6) {
    animation-delay: 0.6s;
}

.style-metrics-summary .style-key-classes:nth-child(9) {
    animation-delay: 0.9s;
}

.style-metrics-summary .style-key-classes::after {
    content: "";
    opacity: 0.1;
    left: 10%;
    width: 80%;
    height: 2px;
    z-index: -1;
    transition: all 0.3s ease;
    position: absolute;
    bottom: -5px;
    background: linear-gradient(90deg, transparent, rgb(179,215,182,0.5), transparent);
}

.style-metrics-summary svg path {
    fill: inherit;
}

.style-metrics-summary .style-key-classes:hover p {
    transform: translateY(-5px);
}



.style-metrics-summary .style-key-classes p::before {
    right: -15px;
    transform: scale(0);
    display: flex;
    width: 30px;
    font-weight: 600;
    position: absolute;
    background: rgb(179,215,182);
    font-size: 16px;
    transition: all 0.3s ease;
    height: 30px;
    content: attr(data-count);
    top: -15px;
    opacity: 0;
    border-radius: 50%;
    color: #ffffff;
    justify-content: center;
    align-items: center;
}

.style-metrics-summary .style-key-classes:nth-child(8) p::before {
    content: "08";
    background: rgb(136,192,141);
}

.style-tyBox::before {
    opacity: 0.07;
    width: 100%;
    z-index: 1;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(136,192,141,0.5) 0px,
        rgb(136,192,141,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    content: "";
    left: 0;
    pointer-events: none;
    top: 0;
    height: 100%;
}

.style-tyBox .style-achieve-stats > div:first-child {
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}

.style-tyBox h5 {
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    font-size: clamp(1.5rem, 2.5vw, 20px);
    margin: 0;
    opacity: 0;
    color: #000000;
    line-height: 1.4;
    transform: translateY(15px);
    font-weight: 700;
}

.style-tyBox a:hover {
    transform: scale(1.01);
}

.style-tyBox a:hover::before {
    transform: scale(1.02);
    opacity: 0.5;
}

.style-tyBox a::after {
    position: absolute;
    height: 1px;
    width: 100%;
    background: linear-gradient(
        to right,
        rgb(136,192,141),
        rgb(179,215,182)
    );
    left: 0;
    bottom: -5px;
    transform-origin: right;
    content: "";
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.style-insta-feed .container {
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
    justify-content: space-between;
    position: relative;
}

.style-insta-feed .company_holder::before {
    transform: translateY(-1px);
    background: linear-gradient(90deg, transparent, rgb(179,215,182), transparent);
    content: "";
    top: 0;
    height: 1px;
    width: 200%;
    left: -50%;
    position: absolute;
}

.style-insta-feed .company_holder:hover {
    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(179,215,182,0.5);
    transform: translateY(-5px);
}

.style-insta-feed .style-license-cta {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}

.style-insta-feed .style-head-mainbar {
    padding: 2rem;
    backdrop-filter: blur(8px);
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    min-width: 250px;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    border-radius: 22px;
    flex: 1 1 calc(50% - 1.25rem);
    overflow: hidden;
    position: relative;
    transition: all 0.4s ease;
}

.style-insta-feed .style-head-mainbar .style-header-start a {
    text-shadow: 0 0 5px #000000;
    z-index: 1;
    border-radius: 10px;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 1rem;
    color: #ffffff;
    display: block;
    opacity: 0.8;
}

.style-insta-feed .style-head-mainbar .style-header-start a:hover::before {
    opacity: 1;
    box-shadow: 0 0 10px rgb(179,215,182);
    width: 5px;
}

.style-footer-social .container {
    align-items: center;
    display: flex;
    justify-content: center;
}

.style-footer-social .style-assign-help:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(136,192,141,0.5);
}

.style-program-structure .style-program-track {
    flex-direction: column;
    position: relative;
    display: flex;
    align-items: center;
}

.style-program-structure .style-info-card .description:last-child {
    font-weight: 600;
    margin-bottom: 0;
}

.style-program-structure .style-img-effect {
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
}

.style-help-center .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.style-help-center .style-course-ask {
    letter-spacing: 3px;
    display: flex;
    margin: 0 0 60px 0;
    position: relative;
    font-weight: 700;
    text-shadow: 
        0 0 5px rgb(179,215,182),
        0 0 10px rgb(179,215,182),
        0 0 20px rgb(179,215,182);
    color: #ffffff;
    text-transform: uppercase;
    align-items: center;
    padding: 0;
    text-align: left;
    font-size: 41px;
}

.style-help-center .content-wrapper::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(136,192,141), transparent);
    width: 100%;
    right: 0;
    height: 2px;
    bottom: 0;
}

.style-help-center .style-get-contactpanel p {
    align-items: center;
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    margin: 0 0 20px 0;
    color: #ffffff;
    box-shadow: 
        0 0 10px rgba(0, 0, 0, 0.2),
        inset 0 0 1px rgba(255, 255, 255, 0.1);
    border-left: 2px solid rgb(179,215,182);
    font-size: 17px;
    border-radius: 10px;
    padding: 15px 25px 15px 50px;
}

.style-help-center .style-get-contactpanel p {
    opacity: 1;
}

.style-help-center .style-get-contactpanel p a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.style-help-center .style-connect-today {
    margin-top: 40px;
    border-top: 2px solid rgb(179,215,182);
    width: 60%;
    padding: 30px;
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.3),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
}

.style-help-center .style-get-help:hover {
    border-color: rgb(179,215,182,0.5);
    background: rgba(255, 255, 255, 0.1);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.style-pricing-bucket {
    background: rgb(216,236,218);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.style-pricing-bucket .style-fee-plan {
    flex-direction: column-reverse;
    gap: 60px;
    display: flex;
}

.style-pricing-bucket .style-discount-grid h2::after {
    height: 3px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(179,215,182), rgb(136,192,141));
    width: 80px;
    position: absolute;
    bottom: -10px;
    border-radius: 3px;
}

.style-pricing-bucket .style-value-pricing:hover .style-fee-options {
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.08),
              -8px -8px 24px rgba(255, 255, 255, 1);
}

.style-pricing-bucket .style-value-pricing:hover .style-study-rates h3::after {
    width: 60px;
}

.style-pricing-bucket .style-price-options {
    margin-bottom: 20px;
    font-weight: 700;
    color: transparent;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    display: inline-block;
    font-size: 1.8rem;
    color: rgb(179,215,182);
    position: relative;
    background: linear-gradient(135deg, rgb(179,215,182), rgb(136,192,141));
}

.style-cookies-overview {
    margin-bottom: 20px;
}

.style-cookies-overview svg, .style-cookies-overview svg path, .style-cookies-overview img {
    height: 60px;
    width: 60px;
    fill: rgb(179,215,182);
}

.style-user-dialog {
    font-size: 19px;
    text-align: center;
    color: #ffffff;
    background: rgb(179,215,182);
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease-in-out;
    width: calc(50% - 10px);
    margin: 5px;
    display: inline-block;
}

.style-testimonials h2 {
    font-weight: 700;
    text-align: center;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    font-size: 31px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    margin-bottom: 60px;
    z-index: 2;
}

.style-testimonials .style-student-votes::after {
    left: 0;
    content: "";
    top: 0;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    background: rgb(179,215,182);
    height: 0;
    position: absolute;
}

.style-testimonials .style-student-votes h3 {
    color: #000000;
    margin: 0 0 15px;
    font-weight: 600;
    padding-bottom: 12px;
    z-index: 2;
    font-size: 18px;
    position: relative;
}

.style-testimonials .style-student-votes:hover div {
    transform: translateX(10px);
}

.style-testimonials .style-student-votes:hover div::before {
    opacity: 1;
}

.style-testimonials .style-student-votes:hover div img {
    transform: scale(1.1);
}

.style-attempt-now::before {
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
    position: absolute;
    height: 100%;
}

.style-attempt-now .container > div {
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
}

.style-attempt-now .container > div span {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(40px);
    display: inline-block;
    position: relative;
}

.style-attempt-now .style-query-grid span {
    z-index: 2;
    position: relative;
}

.style-attempt-now .style-query-grid:hover::before {
    transform: translateX(100%);
}

.style-attempt-now .style-query-grid:active {
    transform: translateY(-2px) scale(0.98);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.style-our-mission::before {
    z-index: 1;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    background: radial-gradient(circle at 10% 20%, rgb(179,215,182,0.5) 0%, transparent 50%);
    height: 100%;
    animation: pulse 15s infinite alternate;
    top: 0;
}



.style-our-mission .style-smart-study {
    border-radius: 21px;
    align-items: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    backdrop-filter: blur(8px);
    padding: 30px;
}

.style-our-mission .style-heritage-edu {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #ffffff;
}

.style-our-mission .style-info-card:hover {
    transform: perspective(1000px) rotateY(0);
}

.style-our-mission .style-info-card::before {
    opacity: 0.5;
    position: absolute;
    top: 20px;
    content: '';
    border-left: 2px solid rgb(179,215,182);
    width: 40px;
    left: 20px;
    height: 40px;
    border-top: 2px solid rgb(179,215,182);
}

.style-our-mission h2 {
    color: #ffffff;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: 31px;
}

.style-contact-section {
    background: linear-gradient(135deg, rgb(216,236,218) 0%, rgba(0, 0, 0, 0.03) 100%);
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}

.style-contact-section h2 {
    left: 50%;
    text-align: center;
    color: #000000;
    font-size: 34px;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    transform: translateX(-50%);
}

.style-contact-section .style-query-card:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(179,215,182), 0.1);
    transform: translateY(-5px);
}

.style-contact-section .style-img-effect::after {
    mix-blend-mode: overlay;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
                rgba(rgb(179,215,182), 0.3) 0%, 
                rgba(rgb(136,192,141), 0.3) 100%);
    width: 100%;
}

.style-contact-section form input[type="text"] {
    font-family: Arial, sans-serif;
    background: rgba(#ffffff, 0.8);
    margin-bottom: 20px;
    font-size: 17px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    border: 1px solid rgba(#000000, 0.1);
    padding: 15px 20px;
    color: #000000;
}

.style-contact-section .style-query-inquiry label::before {
    left: 0;
    position: absolute;
    content: "";
    border: 1px solid rgba(#000000, 0.2);
    border-radius: 10px;
    top: 0;
    background: rgba(#ffffff, 0.8);
    width: 22px;
    transition: all 0.3s ease;
    height: 22px;
}

.style-contact-section .style-query-inquiry label a:hover {
    color: rgb(136,192,141);
}

.style-contact-section .style-query-grid::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(136,192,141), rgb(179,215,182));
}


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



@media (max-width: 767px) {.style-leadership-experience {
    padding: 80px 0;
}.style-leadership-experience .style-student-votes {
    padding: 30px 25px;
    gap: 20px;
}.style-leadership-experience .style-img-effect {
    height: 150px;
    width: 150px;
}.style-leadership-experience .name {
    font-size: 20px;
    text-align: center;
}.style-leadership-experience .style-student-votes > div:nth-child(2) {
    text-align: center;
}.style-leadership-experience .style-student-votes > div:nth-child(2) > div {
    font-size: calc(18px * 0.9);
}.style-leadership-experience .style-career-wrap {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
    padding: 20px 15px;
}}



@media (max-width: 768px) {.style-homepage {
    padding: 4rem 1.25rem;
}.style-homepage > div {
    transform: none;
}.style-homepage .style-start-primary {
    padding: 2rem;
}.style-homepage .style-expert-learning::before,
  .style-homepage .style-expert-learning::after {
    width: 40px;
    height: 40px;
}
}



@media (max-width: 1200px) {.style-prospective-members ul {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 480px) {.style-prospective-members {
    padding: 3rem 0;
}.style-prospective-members .style-achieve-stats {
    padding: 0 1rem;
}.style-prospective-members h3 {
    font-size: calc(44px * 0.7);
    margin-bottom: 2.5rem;
}.style-prospective-members li {
    padding: 1.25rem;
}.style-prospective-members li svg {
    height: 40px;
    margin-bottom: 1rem;
    width: 40px;
}}



@media (max-width: 991px) {.style-tyBox {
    padding: 4rem 0;
}.style-tyBox .style-achieve-stats {
    transform: rotateX(1deg) rotateY(0.5deg);
    padding: 2.5rem;
}.style-tyBox h5 {
    line-height: 1.35;
}.style-tyBox p {
    max-width: 100%;
}.style-tyBox .style-achieve-stats > div:first-child::after {
    width: 60%;
}
}



@media (max-width: 480px) {.style-tyBox {
    padding: 2.5rem 0;
}.style-tyBox .style-achieve-stats {
    padding: 1.5rem;
}.style-tyBox h5 {
    font-size: 1.3rem;
}.style-tyBox p {
    font-size: 0.95rem;
}.style-tyBox .style-achieve-stats > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.style-tyBox a::before {
    height: calc(100% + 20px);
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
}}


@media (min-width: 992px) {.style-program-structure .style-info-card {
    margin: 0 auto;
}
}


@media (max-width: 991px) {.style-program-structure {
    padding: 80px 0;
}.style-program-structure .style-info-card {
    padding: 30px;
    max-width: 750px;
}
}


@media (max-width: 480px) {.style-program-structure {
    padding: 50px 0;
}.style-program-structure .style-info-card {
    padding: 20px;
}.style-program-structure .style-info-card h2 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: calc(30px * 0.8);
}.style-program-structure .style-info-card .description {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}}



@media (min-width: 992px) {.style-pricing-bucket {
    padding: 160px 0;
}.style-pricing-bucket .style-fee-plan {
    align-items: center;
    gap: 80px;
    flex-direction: row;
}.style-pricing-bucket .style-discount-grid {
    flex: 0 0 30%;
    padding: 0;
    text-align: left;
}.style-pricing-bucket .style-discount-grid h2 {
    font-size: calc(30px + 4px);
}.style-pricing-bucket .style-discount-grid h2::after {
    left: 0;
    transform: none;
}.style-pricing-bucket .style-indv-sub {
    margin-left: 0;
}.style-pricing-bucket .style-rate-schemes {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}



@media (min-width: 1200px) {.style-testimonials {
    padding: 140px 0 100px;
}.style-testimonials .style-alumni-testimonials {
    gap: 40px;
}.style-testimonials .style-student-votes {
    padding: 35px 30px;
}.style-testimonials h2 {
    margin-bottom: 80px;
}.style-testimonials h2:hover {
    transform: perspective(1000px) translateZ(20px);
}
}



@media (hover: none) {.style-testimonials .style-student-votes:hover {
    transform: translateY(0);
}.style-testimonials .style-student-votes div {
    transform: none !important;
}.style-testimonials .style-student-votes:hover h3::after {
    width: 30px;
}}



@media (hover: none) {.style-attempt-now .container {
    transform: none;
}.style-attempt-now h6 {
    transform: none;
    animation: none;
}.style-attempt-now .container > div span {
    transform: none;
}.style-attempt-now .container > div span:hover {
    transform: none;
}.style-attempt-now .style-query-grid:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
}


@media (max-width: 1024px) {.style-contact-section {
    padding: 60px 0;
}.style-contact-section .container {
    padding: 0 15px;
}.style-contact-section h2 {
    margin-bottom: 40px;
}.style-contact-section .style-connect-map {
    padding: 40px 30px;
}
}



@media (max-width: 480px) {.style-contact-section {
    padding: 40px 0;
}.style-contact-section h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 25px;
}.style-contact-section .style-img-effect {
    height: 200px;
}.style-contact-section .style-connect-map {
    padding: 25px 20px;
}.style-contact-section form h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 20px;
}.style-contact-section form input[type="text"] {
    margin-bottom: 12px;
    padding: 10px 12px;
}.style-contact-section .style-query-inquiry {
    margin-bottom: 20px;
}.style-contact-section .style-query-inquiry label {
    font-size: calc(15px * 0.9);
    padding-left: 30px;
}.style-contact-section .style-query-inquiry label::before {
    height: 18px;
    width: 18px;
}.style-contact-section .style-query-inquiry input[type="checkbox"]:checked + label::after {
    height: 10px;
    width: 5px;
    left: 6px;
    top: 3px;
}.style-contact-section .style-query-grid {
    padding: 10px 12px;
}
}

@keyframes lineShift {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 50px, 0 100px;
    }
}



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



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

@keyframes borderPulse {
    0% {
        border-color: rgb(179,215,182,0.5);
    }
    50% {
        border-color: rgb(136,192,141,0.5);
    }
    100% {
        border-color: rgb(179,215,182,0.5);
    }
}

