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

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

header,footer {
    width: 100%;
}

header {
    width: 100%;
    background: #ffffff;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
    position: relative;
    padding: 0;
    z-index: 100;
}

.teacher-profile-234 .alumni-testimonials-903 {
    grid-template-areas:
    "photo quote"
    "name quote";
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    grid-template-rows: auto auto;
    transform: rotateX(5deg) rotateY(-2deg);
    gap: 1.5rem;
    transition: transform 0.5s ease;
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(178,209,163,0.5);
    transform-style: preserve-3d;
}

.teacher-profile-234 .alumni-testimonials-903:hover .employee-area-620 {
    transform: translateZ(25px);
}

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

.plan-deal-643 .enroll-cost-173 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    perspective: 1000px;
    display: grid;
    list-style: none;
    margin: 0;
    padding: 0;
}

.plan-deal-643 .fee-package-245 {
    border: 1px solid rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    padding: 40px 30px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.1);
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform-style: preserve-3d;
    background: linear-gradient(135deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 100%);
    height: 100%;
}

.plan-deal-643 .price-opts-617 {
    position: relative;
    transition: all 0.4s ease;
    padding: 10px 5px;
    font-weight: 700;
    display: inline-block;
    font-size: calc(18px * 1.5);
    color: #ffffff;
    transform: translateZ(15px);
}

.plan-deal-643 .payment-option-829:hover .fee-package-245::before {
    opacity: 1;
    transform: scaleX(1);
}

.plan-deal-643 .payment-option-829:hover .price-opts-617 {
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transform: translateZ(25px) scale(1.05);
}

.company-info-438::after {
    position: absolute;
    top: -10%;
    filter: blur(60px);
    opacity: 0.5;
    right: -5%;
    z-index: 0;
    width: 40%;
    animation: glow 8s infinite alternate;
    height: 80%;
    transform: rotate(-15deg) skewX(-15deg);
    content: "";
    background: rgb(178,209,163,0.5);
}

.company-info-438 ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.company-info-438 li:first-child {
    margin-bottom: 1rem;
}

.company-info-438 h4::before {
    left: 0;
    width: 12px;
    background: rgb(137,181,117);
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
}

header .container {
    z-index: 1;
    padding: 0;
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0;
}

header .page-head-314 svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    width: 150px;
    transition: all 0.3s ease;
    height: auto;
}

header .first-pagebar-708 {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    font-size: 18px;
    font-family: Arial, sans-serif;
    z-index: 1;
    transition: all 0.3s ease;
    text-decoration: none;
    background: #ffffff;
    font-weight: 600;
    padding: 0.6rem 1.2rem;
    color: #000000;
    border-radius: 10px;
}

.privacy-lair-085 h2 {
    background: linear-gradient(to right, rgb(137,181,117), rgb(137,181,117,0.5));
    -webkit-background-clip: text !important;
    font-size: 29px;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    font-weight: 600;
    color: rgb(137,181,117);
    margin-bottom: 15px;
}

.privacy-lair-085 ol {
    list-style: none;
    padding: 0;
    counter-reset: li;
    margin: 20px 0;
}

.privacy-lair-085 p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 12px;
}

.privacy-lair-085 div {
    margin-bottom: 20px;
}

.course-fit-for-729::before {
    opacity: 0.3;
    background-size: 200px 200px;
    background-image: 
        linear-gradient(45deg, transparent 75%, rgb(178,209,163,0.5) 75%, transparent 76%),
        linear-gradient(135deg, transparent 75%, rgb(137,181,117,0.5) 75%, transparent 76%);
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    animation: moveRays 30s linear infinite;
    top: 0;
    left: 0;
    content: '';
}

.course-fit-for-729 li {
    padding: 1.5rem 2rem;
    border-radius: 28px;
    background-color: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    overflow: hidden;
    display: flex;
    border-left: 3px solid rgb(178,209,163,0.5);
}

.course-fit-for-729 li {
    color: #000000;
    font-size: 12px;
    line-height: 1.6;
    font-weight: 400;
}

.course-fit-for-729 li:hover svg path {
    fill: rgb(137,181,117);
}

.course-fit-for-729 li:nth-child(3) {
    animation-delay: 0.2s;
}

.course-summary-570::after {
    height: 300px;
    position: absolute;
    left: -100px;
    width: 300px;
    content: "";
    background: rgb(137,181,117);
    z-index: 1;
    border-radius: 50%;
    opacity: 0.08;
    bottom: -100px;
}

.course-summary-570 .image-wrapper-096::after {
    top: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(178,209,163,0.5) 0%, 
        transparent 40%, 
        rgb(137,181,117,0.5) 100%);
    content: "";
    bottom: 0;
}

.course-summary-570 .coding-class-472:hover h3::after {
    width: 100px;
}

.course-summary-570 span.description {
    display: none;
}

.access-help-863::before {
    width: 100%;
    top: 0;
    backdrop-filter: blur(8px);
    height: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(178,209,163,0.5) 100%);
    left: 0;
}

.access-help-863 .main-guide-108 {
    display: flex;
    gap: 4rem;
}

.access-help-863 .top-bar-716::after {
    border-right: 1px solid rgb(178,209,163);
    content: "";
    position: absolute;
    border-bottom: 1px solid rgb(178,209,163);
    height: 40px;
    right: -20px;
    width: 40px;
    opacity: 0.4;
    bottom: -10px;
}

.access-help-863 .top-bar-716 .main-guide-108 a:hover {
    color: rgb(178,209,163);
    transform: translateX(5px);
    opacity: 1;
}

.template-cta-695 {
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
    margin-top: 2rem;
    position: relative;
}

.title-welcome-743::before {
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(178,209,163,0.5) 100%);
    backdrop-filter: blur(2px);
}

.title-welcome-743 .title_style_header::after {
    content: "";
    background: linear-gradient(90deg, rgb(178,209,163) 0%, rgb(137,181,117) 100%);
    position: absolute;
    left: 0;
    bottom: -10px;
    animation: lineGrow 1.2s 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    width: 0;
    height: 4px;
}

.title-welcome-743 p {
    line-height: 1.6;
    font-size: clamp(1rem, 2vw, 14px);
    font-weight: 400;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
    max-width: 85%;
    animation: fadeUp 0.8s 0.6s ease-out forwards;
}

.data-summary-958 h3 {
    animation: fadeSlideUp 0.8s ease-out;
    margin-bottom: 3.5rem;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 700;
    z-index: 2;
    color: #000000;
    font-size: 35px;
    opacity: 1;
    transform: translateY(0);
    position: relative;
}

.data-summary-958 .knowledge-upgrade-248:nth-child(1) {
    --i: 1;
}

.data-summary-958 .knowledge-upgrade-248:nth-child(4) {
    --i: 4;
}

.data-summary-958 .knowledge-upgrade-248:nth-child(7) {
    --i: 7;
}

.data-summary-958 .knowledge-upgrade-248:hover::before {
    transform: rotate(135deg) scale(1.2);
}

.data-summary-958 .knowledge-upgrade-248 span {
    margin-bottom: 1rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: calc(16px * 1.1);
    display: block;
    padding-bottom: 0.75rem;
    line-height: 1.4;
}

.data-summary-958 .knowledge-upgrade-248 p::before {
    bottom: -0.25rem;
    left: 0;
    width: 0;
    content: "";
    transition: width 0.3s ease;
    background-color: rgb(178,209,163,0.5);
    height: 2px;
    position: absolute;
}

.service-info-657 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}

.service-info-657 .edu-askus-689::before {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    position: absolute;
    inset: 0;
    backdrop-filter: blur(10px);
    content: '';
}


.service-info-657 .connect-experts-194 {
    font-size: calc(14px * 1.05);
    color: #000000;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
    padding: 2rem 2rem 1rem;
    position: relative;
    max-width: 80%;
}

.service-info-657 .ask-feedback-354 span {
    padding-left: 3.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    padding: 1.5rem;
    justify-content: center;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #ffffff;
    flex-direction: column;
    border: 1px solid rgba(rgb(178,209,163,0.5), 0.1);
    display: flex;
}

.service-info-657 .ask-feedback-354 span::after {
    border-color: transparent transparent rgb(178,209,163,0.5) transparent;
    right: 0;
    width: 0;
    opacity: 0.2;
    border-width: 0 0 30px 30px;
    height: 0;
    bottom: 0;
    border-style: solid;
    content: '';
    position: absolute;
}

.service-info-657 .ask-feedback-354 span > span:hover {
    transform: none;
    box-shadow: none;
}

.service-info-657 .ask-feedback-354 span a {
    display: inline-block;
    transition: color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    color: rgb(178,209,163);
}

.service-info-657 .get-help-479 h4 {
    border-bottom: 1px solid rgba(rgb(137,181,117,0.5), 0.2);
    display: flex;
    color: rgb(137,181,117);
    font-size: 21px;
    margin: 0 0 1.5rem;
    position: relative;
    align-items: center;
    font-weight: 600;
    padding-bottom: 0.75rem;
    gap: 0.75rem;
}

.service-info-657 .get-help-479 span:hover svg {
    transform: scale(1.2);
}

.service-info-657 .get-help-479 span:last-child {
    border-bottom: none;
}

.contact-us-194::before {
    top: 0;
    content: "";
    height: 5px;
    position: absolute;
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(178,209,163), rgb(137,181,117));
}

.contact-us-194 .image-wrapper-096 {
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(178,209,163,0.5);
    order: 2;
    position: relative;
    overflow: hidden;
    border-radius: 19px;
}

.contact-us-194 form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(178,209,163,0.5);
}

.contact-us-194 .inquiry-grid-053 {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

.contact-us-194 .inquiry-grid-053 input[type="checkbox"]:checked + label::after {
    left: 8px;
    position: absolute;
    content: "";
    height: 10px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    border-right: 2px solid #ffffff;
    top: 6px;
}

.contact-us-194 svg path {
    fill: rgb(178,209,163);
    transition: fill 0.3s ease;
}

.education-framework-975::before {
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgb(178,209,163,0.5) 0%, transparent 60%);
    z-index: 1;
    animation: pulse 8s infinite alternate;
    top: 0;
    left: 0;
}

.education-framework-975 h3 {
    position: relative;
    text-align: center;
    animation: slideUp 0.8s ease-out forwards;
    margin-bottom: 1.5rem;
    font-weight: 700;
    padding-bottom: 1rem;
    font-size: 35px;
    color: #ffffff;
}

.gratSpot-590 {
    background: linear-gradient(135deg, rgb(216,235,206) 0%, rgb(178,209,163,0.5) 30%, rgb(216,235,206) 70%, rgb(137,181,117,0.5) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.gratSpot-590 .expert-learning-192 {
    display: flex;
    padding: 3.5rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gratSpot-590 .expert-learning-192 {
    gap: 3rem;
    max-width: 75%;
}

.gratSpot-590 a::before {
    transition: opacity 0.3s ease;
    background: linear-gradient(to right, transparent, rgb(178,209,163,0.5), transparent);
    top: 0;
    transform: skewX(-20deg);
    height: 100%;
    animation: shine 3s infinite;
    width: 10px;
    opacity: 0;
    content: "";
    left: -30px;
    position: absolute;
}


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



@media (max-width: 1200px) {.plan-deal-643 {
    padding: 80px 0;
}.plan-deal-643 .enroll-cost-173 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}
}



@media (max-width: 991px) {.plan-deal-643 {
    padding: 70px 0;
}.plan-deal-643 h2 {
    font-size: calc(29px * 0.9);
}.plan-deal-643 .learning-packages-214 {
    font-size: 13px;
    margin-bottom: 40px;
}.plan-deal-643 .enroll-cost-173 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.plan-deal-643 .fee-package-245 {
    padding: 30px 25px;
}
}



@media (min-width: 992px) {.company-info-438 {
    padding: 8rem 0;
}.company-info-438 .text-post-623 {
    margin-left: 8%;
}.company-info-438 h1 {
    font-size: calc(46px * 1.5);
}.company-info-438 span {
    font-size: calc(13px * 1.05);
    padding: 2rem;
    line-height: 1.9;
}.company-info-438 h1::before {
    width: 120px;
    height: 5px;
}.company-info-438 h1::after {
    bottom: -15px;
    width: 60px;
}
}



@media (max-width: 767px) {header {
    background: rgb(216,235,206);
}header::before {
    bottom: 50%;
    height: auto;
    top: 0;
    width: 100%;
}header .nav-skill-802 {
    align-items: center;
    flex-direction: column;
}header .page-head-314 {
    padding: 0.8rem 0;
    width: 100%;
}header .page-head-314 svg {
    width: 120px;
}header .top-bar-716 {
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 95%;
    padding: 0.8rem 0;
}header .top-bar-716::before {
    height: 1px;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(178,209,163,0.5), transparent);
    left: 0;
}header .first-pagebar-708 {
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
    padding: 0.5rem 0.9rem;
}
}



@media (max-width: 767px) {.course-fit-for-729 {
    padding: 3rem 0;
}.course-fit-for-729 h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 2.5rem;
}.course-fit-for-729 h3::after {
    width: 120px;
}.course-fit-for-729 li {
    padding: 1rem 1.5rem;
}.course-fit-for-729 li svg {
    height: 30px;
    width: 30px;
    margin-right: 1rem;
}}



@media (max-width: 480px) {.course-summary-570 {
    padding: 60px 0;
}.course-summary-570 .image-wrapper-096 {
    height: 200px;
}.course-summary-570 .text-post-623 {
    padding: 25px 20px;
}.course-summary-570 h3 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: calc(22px * 0.95);
}
}



@media (max-width: 992px) {.title-welcome-743 > div {
    margin-left: 5%;
    width: 90%;
}.title-welcome-743 .skill-quick-531 {
    padding: 2rem;
}
}



@media (max-width: 576px) {.title-welcome-743 {
    min-height: 500px;
    padding: 4rem 0;
}.title-welcome-743 > div {
    margin: 0 auto;
    width: 92%;
    margin-left: 0;
}.title-welcome-743 .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.3rem);
}.title-welcome-743 .skill-quick-531 {
    border-left-width: 2px;
    padding: 1.5rem;
}.title-welcome-743 .founder-bio-041 h3 {
    font-size: 1.1rem;
}.title-welcome-743 p {
    font-size: 0.95rem;
}
}


@media (max-width: 991px) {.service-info-657 {
    padding: 5rem 0;
}.service-info-657 .edu-askus-689 h3 {
    padding: 1.75rem;
    font-size: calc(37px * 0.9);
}.service-info-657 .edu-askus-689 h3 svg {
    height: 1.5rem;
    width: 1.5rem;
}.service-info-657 .connect-experts-194 {
    max-width: 90%;
    padding: 1.75rem 1.75rem 1rem;
    font-size: 14px;
}.service-info-657 .ask-feedback-354 {
    padding: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.service-info-657 .ask-feedback-354 span svg {
    height: 1.4rem;
    width: 1.4rem;
}.service-info-657 .get-help-479 h4 svg {
    height: 1.2rem;
    width: 1.2rem;
}.service-info-657 .get-help-479 span svg {
    width: 0.9rem;
    height: 0.9rem;
}
}



@media screen and (max-width: 991px) {.contact-us-194 {
    padding: 90px 0;
}.contact-us-194 .feedback-support-795 {
    gap: 40px;
    grid-template-columns: 1fr;
}.contact-us-194 .image-wrapper-096 {
    order: 1;
    min-height: 400px;
    margin: 0 auto;
    max-width: 600px;
}.contact-us-194 .query-info-984 {
    order: 2;
}.contact-us-194 form {
    margin: 0 auto;
    max-width: 600px;
}
}



@media screen and (max-width: 576px) {.contact-us-194 {
    padding: 50px 0;
}.contact-us-194 h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.contact-us-194 .image-wrapper-096 {
    box-shadow: -8px 8px 0 rgb(178,209,163,0.5);
    min-height: 250px;
}.contact-us-194 form {
    padding: 30px 20px;
}.contact-us-194 form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact-us-194 form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-us-194 form .support-panel-807 {
    padding: 15px 20px;
    width: 100%;
}}



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



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



@keyframes flashLight {
    0% {
        filter: drop-shadow(0 0 8px rgb(178,209,163,0.5));
    }
    50% {
        filter: drop-shadow(0 0 25px rgb(178,209,163));
    }
    100% {
        filter: drop-shadow(0 0 8px rgb(178,209,163,0.5));
    }
}



@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}



@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseElement {
    0% { transform: scale(1); opacity: 0.7; }
    50% { transform: scale(1.03); opacity: 1; }
    100% { transform: scale(1); opacity: 0.7; }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

