* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

.head-lesson {
    flex: 1 0 auto;
}

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

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


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

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

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

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

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

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

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

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

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

footer .encrypt-cta {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.welcome .edu-philosophy {
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    position: relative;
    display: flex;
    align-items: center;
}

.welcome .page-first::after {
    background: 
        radial-gradient(
            circle at 70% 30%,
            transparent 20%,
            rgba(0, 0, 0, 0.5) 70%,
            rgb(230,170,170,0.5) 100%
        );
    position: absolute;
    content: '';
    inset: 0;
    z-index: 2;
}

.welcome .info-panel {
    margin-right: 8%;
    width: 45%;
    max-width: 550px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 10;
    padding: 4rem;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(230,170,170,0.5);
    position: relative;
    background: linear-gradient(145deg, rgb(202,140,140,0.5) 0%, rgb(230,170,170,0.5) 100%);
}

.welcome .info-panel h1 {
    position: relative;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    line-height: 1.3;
    color: #ffffff;
    font-size: 41px;
    margin-bottom: 2rem;
}

.welcome .info-panel .help-query {
    padding: 14px 35px;
    transition: all 0.4s ease;
    border-radius: 20px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    border: 2px solid rgb(230,170,170);
    z-index: 1;
    font-size: 16px;
    background: transparent;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
}

.edu-track {
    flex-shrink: 0;
    margin-right: 15px;
}

.edu-track svg {
    height: 60px;
    transition: fill 0.3s ease;
    fill: rgb(230,170,170);
    width: 60px;
}

.data-policy {
    flex-grow: 1;
    color: #000000;
    margin-right: 15px;
}

.privacy-opt {
    color: #ffffff;
    padding: 10px 20px;
    line-height: 35px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    background: rgb(230,170,170);
    margin-left: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 24px;
    font-size: 14px;
}

.education-history {
    padding: 5rem 2rem;
    overflow: hidden;
    background: rgb(254,201,201);
    perspective: 1000px;
    position: relative;
}

.education-history .img-text {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 40%;
    position: relative;
    height: 400px;
    filter: saturate(0.8);
    border-radius: 25px;
    transform: rotateY(10deg) translateZ(50px);
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.education-history .img-text:hover::after {
    opacity: 0;
}

.education-history .exp-table {
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: #ffffff;
    border-radius: 25px;
    padding: 2.5rem;
    transform: rotateY(-5deg) translateZ(30px);
    width: 60%;
    overflow: hidden;
}

.education-history .name {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 37px;
    position: relative;
    color: rgb(230,170,170);
}

.education-history .exp-table > div:nth-child(2) {
    opacity: 0.9;
    font-weight: 600;
    letter-spacing: 1px;
    color: rgb(202,140,140);
    font-size: 21px;
    margin-bottom: 2rem;
}

.appPanel {
    position: relative;
    background: linear-gradient(135deg, rgb(254,201,201) 0%, rgb(230,170,170,0.5) 100%);
    padding: 4rem 0;
    overflow: hidden;
}

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

.appPanel h2 {
    position: relative;
    animation-delay: 0.3s;
    animation: slideInTitle 0.8s forwards ease-out;
    line-height: 1.3;
    max-width: 90%;
    opacity: 0;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transform: translateX(-10px);
    font-size: 37px;
    margin-bottom: 2.5rem;
    color: rgb(230,170,170);
    font-weight: 700;
}

.appPanel .edu-philosophy::before {
    bottom: 20px;
    border: 1px solid rgb(230,170,170,0.5);
    left: 20px;
    content: "";
    position: absolute;
    right: 20px;
    opacity: 0.1;
    pointer-events: none;
    top: 20px;
}

.appPanel li span {
    display: block;
    animation: fadeUpIn 0.8s forwards ease-out;
    font-size: calc(13px * 1.05);
    animation-delay: 0.8s;
    color: #000000;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    line-height: 1.7;
}

.experience-trial::after {
    height: 100%;
    transform: rotate(-15deg);
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(255,255,255,0.15) 0%,
        transparent 70%
    );
    z-index: -1;
    right: -50%;
    width: 100%;
    top: -50%;
    content: "";
}

.experience-trial h6 {
    max-width: 90%;
    text-align: center;
    position: relative;
    font-weight: 600;
    margin-left: auto;
    transform: translateZ(20px);
    margin-right: auto;
    font-size: calc(21px * 1.2);
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.4s ease-out;
    color: #ffffff;
    margin-bottom: 2.5rem;
    line-height: 1.5;
}

.experience-trial .help-query::before {
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(to right, rgb(202,140,140) 0%, rgb(230,170,170) 100%);
    z-index: -1;
}

.experience-trial .help-query:hover::before {
    opacity: 1;
}

.experience-trial .help-query:active {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1), 0 4px 4px rgba(0,0,0,0.05);
}

.client-experience::before {
    left: -5%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.1;
    top: -10%;
    content: "";
    animation: float 15s ease-in-out infinite alternate;
    height: 20vw;
    z-index: 0;
    background: radial-gradient(circle, rgb(202,140,140) 0%, rgba(rgb(202,140,140,0.5), 0) 70%);
    filter: blur(50px);
    width: 20vw;
}

.client-experience h2::after {
    width: 4rem;
    content: "";
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(202,140,140) 0%, rgba(rgb(202,140,140,0.5), 0.3) 100%);
    transform: translateX(0);
    bottom: -1rem;
    height: 3px;
}

.client-experience .student-testimonials:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: translateY(-10px) translateZ(20px) rotateY(2deg);
}

.client-experience .student-testimonials div {
    align-items: center;
    display: flex;
    margin-bottom: 1rem;
}

.client-experience .student-testimonials h4 {
    position: relative;
    color: #000000;
    font-size: calc(22px * 0.9);
    margin: 0;
    font-weight: 600;
}

.client-experience .student-testimonials:hover h4::after {
    width: 100%;
}

.client-experience a {
    background: linear-gradient(135deg, rgb(202,140,140) 0%, rgba(rgb(230,170,170,0.5), 0.9) 100%);
    font-size: 20px;
    font-weight: 600;
    padding: 0.8rem 2rem;
    overflow: hidden;
    transition: transform 0.3s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.3s cubic-bezier(0.2, 0.85, 0.4, 1);
    box-shadow: 0 5px 15px rgba(rgb(202,140,140,0.5), 0.2);
    margin-top: 3rem;
    position: relative;
    color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    text-decoration: none;
}

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

.tariff-option .annual-plan h2 {
    display: inline-block;
    color: #000000;
    font-size: 38px;
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
}

.tariff-option .tuition-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
    gap: 2rem;
    display: grid;
    order: 2;
}

.tariff-option .study-costs {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tariff-option .learning-fees {
    flex-direction: column;
    z-index: 1;
    word-break: break-word;
    flex-grow: 1;
    overflow-wrap: break-word;
    position: relative;
    padding: 2rem;
    display: flex;
}

.tariff-option .learning-fees h3::after {
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
    background: rgb(202,140,140);
    left: 0;
    height: 2px;
    width: 40px;
    position: absolute;
}

.tariff-option .plan-rates:hover .rate-options::before {
    width: 100%;
}

.tariff-option .learning-fees p {
    overflow-wrap: break-word;
    font-size: 17px;
    line-height: 1.6;
    margin-top: auto;
    word-break: break-word;
    color: #000000;
}

.tariff-option .plan-rates:nth-child(odd) .study-costs {
    flex-direction: column-reverse;
}

.tariff-option .plan-rates:nth-child(3n+2) {
    border-top: 3px solid rgb(202,140,140);
}

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

.secure-citadel h1 {
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
}

.secure-citadel ul li::before {
    color: rgb(202,140,140);
    position: absolute;
    font-size: 21px;
    left: 0;
    content: '•';
}

.meet-us::before {
    top: -50%;
    width: 200%;
    left: -50%;
    z-index: 1;
    position: absolute;
    background: repeating-conic-gradient(
        #000000 0deg 10deg,
        rgba(0, 0, 0, 0.5) 10deg 15deg
    );
    height: 200%;
    animation: rotate-slow 120s linear infinite;
    content: "";
    opacity: 0.1;
}

.meet-us .knowledge-learn {
    position: relative;
    gap: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.meet-us .study-space {
    position: relative;
    flex: 0 0 50%;
    padding: 20px;
    perspective: 1000px;
    overflow: hidden;
}

.meet-us .study-space {
    padding: 40px 0;
    flex: 0 0 100%;
}



.meet-us .study-space h3 {
    position: relative;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    font-size: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 20px 0;
}

.meet-us .study-space::after {
    background: linear-gradient(135deg, rgb(230,170,170,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    opacity: 0.1;
    content: "";
    left: 0;
    position: absolute;
}

.meet-us .knowledge-learn::before {
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 10;
    content: "";
    width: 40px;
    left: 50%;
    height: 40px;
    border-radius: 50%;
    animation: pulse-circle 2s infinite;
    box-shadow: 0 0 20px rgb(230,170,170,0.5);
    background-color: rgb(230,170,170);
}


    
    .meet-us .knowledge-learn::before,
    .meet-us .knowledge-learn::after {
    display: none;
}

header:before {
    top: 0;
    pointer-events: none;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    opacity: 0.1;
    width: 100%;
}

header .header-master:before {
    height: 2px;
    left: 0;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    position: absolute;
    opacity: 0.3;
    bottom: -1px;
    width: 100%;
}

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

header .container:before {
    background-position: 0 0, 0 10px;
    content: '';
    background-repeat: repeat-x;
    height: 30px;
    width: 50px;
    right: 20px;
    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%);
    pointer-events: none;
    opacity: 0.5;
    position: absolute;
    transform: translateY(-50%);
    background-size: 6px 2px, 6px 2px;
    top: 50%;
}

header .head-bar {
    position: relative;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    padding: 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

header .head-bar:hover {
    transform: translateX(5px);
    color: #ffffff;
}

header .head-bar:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .top-header:before {
    content: '';
    border-radius: 10px;
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    width: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: -10px;
    height: calc(100% + 20px);
    top: -10px;
}

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

.program-details::before {
    z-index: 1;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(230,170,170,0.5) 0%, transparent 50%, rgb(202,140,140,0.5) 100%);
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
}

.program-details .info-panel::before {
    background: linear-gradient(90deg, rgb(230,170,170), rgb(202,140,140));
    height: 4px;
    left: 0;
    width: 80px;
    content: "";
    top: -20px;
    border-radius: 10px;
    position: absolute;
}

.program-details .info-panel .description:last-child {
    padding: 30px 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(5px);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    border-left: none;
    z-index: 2;
    margin-top: 30px;
    color: #ffffff;
    position: relative;
    font-weight: 600;
}



.program-details .online-learn::before {
    height: 200px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: rgb(202,140,140,0.5);
    left: -50px;
    z-index: -1;
    width: 200px;
    bottom: -100px;
    animation: pulseAnimation 10s infinite ease-in-out;
    filter: blur(100px);
}

.program-details .info-panel .description:first-of-type {
    border-left: none;
    padding: 20px;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(254,201,201) 10px,
        rgb(254,201,201) 12px
    );
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}



.program-details .online-learn .info-panel .description strong {
    color: rgb(202,140,140);
    font-weight: 600;
}

.program-details .info-panel h2::after {
    border-radius: 50%;
    left: -15px;
    content: "";
    height: 30px;
    position: absolute;
    filter: blur(15px);
    width: 30px;
    top: -15px;
    z-index: -1;
    background-color: rgb(230,170,170,0.5);
}

.program-results .container {
    z-index: 1;
    padding: 0 20px;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
}

.program-results .edu-philosophy {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
    position: relative;
    gap: 40px;
}

.program-results h4 {
    position: relative;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 30px;
    font-size: 21px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.program-results h4::after {
    background: linear-gradient(90deg, rgb(230,170,170) 0%, rgb(202,140,140) 100%);
    transform-origin: left center;
    bottom: -10px;
    left: 0;
    content: "";
    width: 80px;
    transition: width 0.3s ease-out;
    position: absolute;
    height: 3px;
}

.program-results li p span:first-child {
    position: relative;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.program-results li p span:last-child {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
    transform: translateY(2px);
}

.program-results li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.program-results .img-text {
    width: 100%;
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 600px;
    border-radius: 10px;
    height: auto;
    transform: rotate(-1deg) translateZ(0);
    object-fit: cover;
}

.contact-panel .connect-list {
    margin-bottom: 40px;
    position: relative;
    padding: 0;
    text-align: center;
}

.contact-panel .connect-list div {
    margin: 15px 10px;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.1);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.contact-panel .connect-list div span {
    vertical-align: middle;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}

.contact-panel .reach-request form {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    gap: 20px;
    grid-column: span 3;
}

.contact-panel .reach-request input#phone {
    grid-column: span 1;
}

.contact-panel .reach-request input[type="text"]:focus,
.contact-panel .reach-request input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgb(202,140,140);
    outline: none;
}

.contact-panel .reach-request .query-info input[type="checkbox"] {
    position: relative;
    height: 20px;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid rgb(254,201,201);
    transition: background-color 0.3s ease, border-color 0.3s ease;
    appearance: none;
    width: 20px;
    margin-right: 10px;
    -webkit-appearance: none;
}

.contact-panel .reach-request .query-info label a:hover {
    color: rgb(230,170,170);
}

.contact-panel .reach-request .help-query:hover {
    transform: translateY(-3px);
    background-color: rgb(230,170,170);
}

.statistical-details::before {
    position: absolute;
    height: 100%;
    opacity: 0.07;
    transform: skewY(-5deg) translateY(-30px);
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(45deg, rgb(230,170,170,0.5) 0%, transparent 70%);
    width: 100%;
    top: 0;
}

.statistical-details h3::after {
    content: "";
    height: 3px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    left: 50%;
    position: absolute;
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(to right, rgb(230,170,170), rgb(202,140,140));
    bottom: -15px;
    width: 80px;
}

.statistical-details .statistics-benefits::before {
    transition: transform 0.4s ease;
    left: 0;
    height: 5px;
    transform-origin: left;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(230,170,170) 0%, rgb(202,140,140) 100%);
    width: 100%;
    top: 0;
    transform: scaleX(0.7);
}

.statistical-details .statistics-benefits:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(10px) translateY(-5px);
}

.statistical-details .statistics-benefits:hover p {
    transform: perspective(500px) translateZ(20px) scale(1.05);
}

.statistical-details .statistics-benefits:nth-child(odd) {
    transform: translateZ(0) translateY(0) rotate(-1deg);
}

.statistical-details .statistics-benefits:nth-child(even) {
    transform: translateZ(0) translateY(0) rotate(1deg);
}


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



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



@media (max-width: 1400px) {.welcome .info-panel {
    width: 50%;
    padding: 3rem;
}
}



@media (max-width: 992px) {.welcome .edu-philosophy {
    justify-content: center;
}.welcome .page-first {
    clip-path: none;
}.welcome .info-panel {
    margin-right: 0;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 20%, rgb(230,170,170,0.5) 80%);
    width: 80%;
    backdrop-filter: blur(10px);
    max-width: 600px;
}
}



@media (orientation: landscape) and (max-height: 600px) {.welcome {
    height: auto;
    min-height: 100vh;
}.welcome .info-panel {
    padding: 2rem;
}}


@media only screen and (max-width: 800px) {.cookie-apply {
    padding: 15px;
}.edu-track {
    display: none;
}.cookieUsagePromptBar h5 {
    font-size: 21px;
}.cookieUsagePromptBar p {
    font-size: 12px;
}}



@media (max-width: 992px) {.appPanel {
    padding: 3rem 0;
}.appPanel h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.appPanel .edu-philosophy {
    padding: 2rem;
}
}



@media (max-width: 576px) {.appPanel {
    padding: 2.5rem 0;
}.appPanel .container {
    padding: 0 1.5rem;
}.appPanel h2 {
    font-size: calc(37px * 0.7);
}.appPanel h2::after {
    width: 60px;
    height: 2px;
}.appPanel .edu-philosophy {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
    padding: 1.5rem;
}.appPanel li {
    padding-left: 1.5rem;
}.appPanel li::before {
    width: 6px;
    height: 6px;
}.appPanel li span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}}



@media (max-width: 767px) {.experience-trial {
    padding: 4rem 1.5rem;
}.experience-trial h6 {
    font-size: 21px;
    margin-bottom: 2rem;
}.experience-trial .help-query {
    padding: 0.8rem 2rem;
}
}



@media (max-width: 992px) {.client-experience {
    padding: 4rem 0;
}.client-experience h2 {
    margin-bottom: 2.5rem;
}.client-experience .user-voices {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client-experience .student-testimonials {
    padding: 1.5rem;
}
}



@media (min-width: 768px) {.tariff-option .skill-pricing {
    gap: 4rem;
    flex-direction: row;
    align-items: center;
}.tariff-option .annual-plan {
    order: 2;
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.tariff-option .annual-plan h2 {
    text-align: left;
}.tariff-option .annual-plan h2::after {
    left: 0;
    transform: none;
}.tariff-option .pricing-schemes {
    margin: 0;
    text-align: left;
}.tariff-option .tuition-grid {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}



@media (max-width: 480px) {.tariff-option .tuition-grid {
    grid-template-columns: 1fr;
}.tariff-option .annual-plan h2 {
    font-size: calc(38px * 0.8);
}.tariff-option .pricing-schemes {
    font-size: calc(17px * 0.9);
}.tariff-option .learning-fees p {
    max-height: 120px;
}}



@media screen and (max-width: 576px) {.meet-us {
    padding: 60px 0;
}.meet-us h2 {
    margin-bottom: 40px;
    font-size: calc(45px * 0.7);
    letter-spacing: 2px;
}.meet-us h2::before {
    width: 80px;
    bottom: -15px;
}.meet-us .study-space {
    padding: 30px 0;
}.meet-us .study-space h3 {
    font-size: calc(23px * 0.85);
    margin-bottom: 15px;
}.meet-us .study-space h3::before {
    bottom: -8px;
    width: 25px;
}.meet-us .study-space p {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
    padding: 0 20px;
}.meet-us .container::before,
    .meet-us .container::after {
    height: 100px;
    width: 100px;
}}



@media (max-width: 576px) {.program-details {
    padding: 40px 0;
}.program-details .info-panel h2 {
    font-size: calc(37px * 0.8);
}.program-details .info-panel .description {
    font-size: calc(16px * 0.95);
}.program-details .info-panel .description:last-child {
    padding: 20px;
}.program-details::after,
    .program-details .online-learn::before,
    .program-details .info-panel::after {
    display: none;
}.program-details .info-panel::before {
    width: 60px;
}}



@media (min-width: 1200px) {.program-results .edu-philosophy {
    gap: 80px;
}.program-results .info-panel {
    padding: 60px;
}.program-results h4 {
    margin-bottom: 40px;
    font-size: calc(21px * 1.2);
}.program-results li p {
    padding: 18px 25px;
}
}



@media (hover: none) {.program-results .info-panel:hover,
    .program-results li:hover,
    .program-results li:hover p,
    .program-results .img-text:hover,
    .program-results li:hover svg {
    transform: none;
    box-shadow: 
            20px 20px 40px rgba(0, 0, 0, 0.05),
            -8px -8px 20px rgba(255, 255, 255, 0.8),
            inset 2px 2px 5px rgba(255, 255, 255, 0.4),
            inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.program-results .info-panel:hover h4::after {
    width: 80px;
}}



@media screen and (max-width: 767px) {.contact-panel {
    padding: 60px 0;
}.contact-panel .connect-list {
    margin-bottom: 30px;
}.contact-panel .connect-list h3 {
    font-size: calc(18px + 2px);
}.contact-panel .reach-request {
    padding: 30px 20px;
}.contact-panel .reach-request form {
    gap: 15px;
}
}



@media (max-width: 576px) {.statistical-details {
    padding: 60px 0 40px;
}.statistical-details h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 35px;
}.statistical-details ul {
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}.statistical-details .statistics-benefits {
    padding: 20px 10px;
}.statistical-details .statistics-benefits span {
    margin-bottom: 10px;
    font-size: calc(14px * 0.9);
}.statistical-details .statistics-benefits p {
    font-size: calc(46px * 0.9);
}
}



@keyframes line-animate {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(0.5);
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}



@keyframes containerReveal {
    0% {
        opacity: 0;
        transform: translateY(30px) rotateX(10deg);
    }
    100% {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@keyframes pulse-circle {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
}


    
    @keyframes card-in-bottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }



@keyframes pulseAnimation {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

