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

.donate-books-style {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}


header {
    background: linear-gradient(to right, rgb(114,122,114) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    position: relative;
    z-index: 99;
    width: 100%;
}

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

header::before {
    height: 100%;
    left: 0;
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(158,172,160,0.5) 10px,
        rgb(158,172,160,0.5) 11px
    );
    width: 100%;
    z-index: -1;
    content: '';
    position: absolute;
}

header .header-sitebar-style .head-tutor-style {
    padding: 5px 10px;
    position: relative;
    z-index: 2;
    margin-right: 20px;
}

header .header-sitebar-style .head-tutor-style::before {
    transition: opacity 0.4s ease;
    box-shadow: 0 0 15px rgb(114,122,114,0.5);
    left: 0;
    border: 1px solid rgb(114,122,114,0.5);
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    content: '';
    border-radius: 10px;
    height: 100%;
}

header .header-sitebar-style .head-tutor-style:hover .site-navbar-style {
    transform: scale(1.05);
}

header .header-sitebar-style .site-top-style {
    padding: 15px 20px;
    list-style: none;
    background: rgba(0, 0, 0, 0.2);
    margin: 0;
    position: relative;
    justify-content: flex-end;
    flex-wrap: wrap;
    border-radius: 10px;
    display: flex;
}

header .header-sitebar-style .site-top-style .head-sitebar-style {
    margin: 0;
    position: relative;
}

header .header-sitebar-style .site-top-style .head-sitebar-style::after {
    height: 2px;
    transition: width 0.3s ease, left 0.3s ease;
    position: absolute;
    box-shadow: 0 0 8px rgb(158,172,160);
    bottom: -5px;
    left: 50%;
    content: '';
    width: 0;
    background: rgb(158,172,160);
}

header .header-sitebar-style .site-top-style .head-sitebar-style:hover a {
    color: rgb(158,172,160);
    text-shadow: 0 0 5px rgb(158,172,160,0.5);
}

.cookieAlertPromptPanel-style {
    width: 100%;
    background: rgb(208,210,182);
    justify-content: center;
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    display: flex;
    z-index: 100;
    padding: 20px 0;
    border-top: 3px solid rgb(158,172,160);
    bottom: 0;
}

.cookie-apply-style {
    flex-shrink: 0;
    margin-right: 20px;
}

.cookie-window-style {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}

.cookie-window-style p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
}

.cookie-window-style p a {
    text-decoration: underline;
    color: rgb(158,172,160);
}

.cookie_button.data-notice-style {
    margin-right: 10px;
}

#cookiePopupWindow-style {
    display: none;
}

#cookiePopupWindow-style:checked ~ .cookieAlertPromptPanel-style {
    visibility: hidden;
    opacity: 0;
}


.welcome-section-style {
    position: relative;
    background: linear-gradient(135deg, rgb(208,210,182), rgba(255, 255, 255, 0.95));
    min-height: 100vh;
    overflow: hidden;
}

.welcome-section-style::after {
    height: 200%;
    pointer-events: none;
    top: -50%;
    animation: patternMove 120s linear infinite;
    left: -50%;
    opacity: 0.05;
    width: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(158,172,160,0.5) 0,
        rgb(158,172,160,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    position: absolute;
}

.welcome-section-style h1 {
    color: #000000;
    margin-bottom: 2rem;
    font-size: clamp(2.5rem, 5vw, 43px);
    opacity: 0;
    font-weight: 700;
    position: relative;
    transform: translateX(-1rem);
    animation: slideInTitle 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.2s;
    grid-column: 1 / -1;
}

.welcome-section-style h1 {
    text-align: center;
    font-size: 2.5rem;
}

.welcome-section-style .text-panel-style {
    flex-direction: column;
    z-index: 2;
    transform: translateY(2rem);
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    justify-content: center;
    opacity: 0;
    display: flex;
    position: relative;
}

.welcome-section-style .course-main-style:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 15px 25px rgba(0, 0, 0, 0.07);
}

.welcome-section-style .course-main-style::before {
    width: 100%;
    height: 0.3rem;
    content: "";
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    left: 0;
    position: absolute;
    top: 0;
}

.welcome-section-style .course-main-style p {
    line-height: 1.7;
    position: relative;
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: #000000;
    margin-bottom: 2.5rem;
}

.welcome-section-style svg {
    margin: 1rem auto 2.5rem;
    width: 120px;
    display: block;
    height: 120px;
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: center;
}

.welcome-section-style svg {
    margin: 0.5rem auto 2rem;
    width: 100px;
    height: 100px;
}

.welcome-section-style .contact-reach-style::before {
    height: 100%;
    position: absolute;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    background: linear-gradient(135deg, rgb(114,122,114), rgb(158,172,160));
    content: "";
    z-index: -1;
    width: 100%;
    opacity: 0;
}

.welcome-section-style .contact-reach-style:hover {
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
    transform: translateY(-5px);
}

.welcome-section-style .contact-reach-style:hover::before {
    opacity: 1;
}

.welcome-section-style .contact-reach-style:active {
    transform: translateY(-2px);
}

.welcome-section-style .img-card-item-style::after {
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        rgba(var(--secondary-color-rgb), 0.2)
    );
    top: 0;
    mix-blend-mode: overlay;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
}

.welcome-section-style .img-card-item-style:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

.course-rewards-style {
    overflow: hidden;
    background: linear-gradient(130deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 80%);
    position: relative;
    padding: 120px 0;
}

.course-rewards-style::after {
    background: rgb(158,172,160,0.5);
    border-radius: 50%;
    width: 400px;
    content: "";
    left: -5%;
    animation: breathe 8s infinite alternate ease-in-out;
    filter: blur(80px);
    opacity: 0.4;
    position: absolute;
    height: 400px;
    bottom: -10%;
}

.course-rewards-style .study-space-style::before {
    z-index: 1;
    left: calc(50% - 1px);
    height: 80%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(158,172,160,0.5), transparent);
    width: 2px;
    content: "";
    top: 10%;
}

.course-rewards-style .img-card-item-style::after {
    inset: -15px;
    opacity: 0.6;
    z-index: -1;
    transition: all 0.7s ease;
    content: "";
    border: 1px solid rgb(114,122,114,0.5);
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    position: absolute;
}

.course-rewards-style .img-card-item-style:hover::after {
    opacity: 0.3;
    inset: -25px;
}

.course-rewards-style .text-panel-style::before {
    width: 70px;
    left: -10px;
    border-left: 3px solid rgb(158,172,160);
    border-top: 3px solid rgb(158,172,160);
    height: 70px;
    top: -10px;
    position: absolute;
    border-radius: 10px 0 0 0;
    content: "";
    opacity: 0.7;
}

.course-rewards-style h3 {
    padding-bottom: 15px;
    font-size: 31px;
    position: relative;
    font-weight: 700;
    margin-bottom: 35px;
    color: #000000;
}

.course-rewards-style h3::after {
    width: 60px;
    content: "";
    background: linear-gradient(to right, rgb(158,172,160), rgb(114,122,114));
    left: 0;
    border-radius: 10px;
    position: absolute;
    height: 4px;
    bottom: 0;
}

.course-rewards-style li::before {
    content: "";
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to right, rgb(158,172,160,0.5), transparent);
    opacity: 0;
    position: absolute;
}

.course-rewards-style li p {
    margin: 0;
    display: flex;
    font-weight: 400;
    padding: 16px 20px;
    position: relative;
    align-items: center;
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
    z-index: 1;
    gap: 16px;
}

.course-rewards-style svg path {
    fill: rgb(158,172,160);
    transition: fill 0.3s ease;
}

.course-rewards-style li:hover svg path {
    fill: rgb(114,122,114);
}

.program-details-style {
    background-color: rgb(208,210,182);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

.program-details-style::after {
    animation: rotate 20s linear infinite;
    background: radial-gradient(circle, rgb(114,122,114,0.5) 0%, transparent 80%);
    position: absolute;
    top: -100px;
    z-index: 1;
    width: 400px;
    right: -100px;
    content: "";
    height: 400px;
    border-radius: 50%;
}

.program-details-style .career-challenge-style {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 40px;
}

.program-details-style .text-panel-style h2 {
    margin-bottom: 20px;
    border-left: 4px solid rgb(158,172,160);
    position: relative;
    font-size: 38px;
    grid-column: 1 / -1;
    padding-left: 20px;
    font-weight: 700;
    color: #000000;
}

.program-details-style .description:first-of-type {
    position: relative;
    overflow: hidden;
}

.program-details-style .description:first-of-type::before {
    top: -10px;
    background-color: rgb(158,172,160,0.5);
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    left: -10px;
    height: 40px;
    width: 40px;
    content: "";
}

.program-details-style .description:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.program-details-style .img-card-item-style {
    border-radius: 21px;
    transform: perspective(1000px) rotateX(2deg);
    margin: 40px 0;
    transition: transform 0.5s ease;
    height: 400px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.program-details-style .img-card-item-style::after {
    height: 10px;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    filter: blur(10px);
    width: 90%;
    content: "";
    position: absolute;
    animation: glow 4s infinite alternate;
    opacity: 0.7;
    top: -20px;
    background: rgb(158,172,160);
}

.customer-comments-style .container {
    position: relative;
    z-index: 2;
}

.customer-comments-style h2 {
    transform: skew(-5deg);
    font-weight: 700;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 29px;
    margin-bottom: 3.5rem;
}

.customer-comments-style .client-feedback-style {
    display: grid;
    transform: rotate(-2deg);
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.customer-comments-style .user-experience-style {
    transform: rotate(2deg);
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.customer-comments-style .user-experience-style:hover {
    transform: rotate(0) translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.customer-comments-style .user-experience-style:nth-child(odd):hover {
    transform: rotate(0) translateY(10px);
}

.customer-comments-style .user-experience-style:nth-child(3n+2):hover {
    transform: rotate(0) translateY(-20px);
}

.customer-comments-style .user-experience-style:hover img {
    border-color: rgb(158,172,160,0.5);
    transform: translateX(0) scale(1.05);
}

.customer-comments-style .user-experience-style p {
    transition: all 0.3s ease;
    font-size: calc(18px * 1.1);
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 600;
    color: #000000;
}

.customer-comments-style .user-experience-style .description::before {
    transition: all 0.3s ease;
    content: "";
    left: 0;
    position: absolute;
    height: 3px;
    width: 50px;
    background: rgb(114,122,114,0.5);
    top: 0;
}

.plan-shelf-style {
    padding: 100px 0;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

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

.plan-shelf-style h2 {
    font-size: 38px;
    animation: slideInTitle 0.8s forwards 0.2s;
    transform: translateX(-10px);
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-weight: 700;
    opacity: 0;
}

.plan-shelf-style .learn-pricing-style {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
}

.plan-shelf-style .learn-pricing-style li:nth-child(2) {
    animation-delay: 0.7s;
}

.plan-shelf-style .learn-pricing-style li:nth-child(4) {
    animation-delay: 1.1s;
}

.plan-shelf-style .basic-cost-style {
    height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    box-sizing: border-box;
    overflow: hidden;
    flex-direction: column;
    transition: all 0.4s ease;
    border-left: 4px solid rgb(158,172,160);
    position: relative;
    display: flex;
    background: linear-gradient(145deg, #ffffff 0%, rgb(208,210,182) 100%);
    padding: 30px;
}

.plan-shelf-style .fee-package-style {
    position: relative;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    display: flex;
}

.plan-shelf-style .fee-package-style h4::after {
    height: 3px;
    left: 0;
    transition: width 0.3s ease;
    width: 40px;
    content: "";
    position: absolute;
    background: rgb(158,172,160);
    bottom: -10px;
}

.plan-shelf-style .payment-plan-style {
    color: #ffffff;
    position: relative;
    background: rgb(158,172,160);
    padding: 10px 20px;
    transform: translateY(0);
    font-size: 21px;
    margin-top: auto;
    border-radius: 10px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
              background-color 0.3s ease;
    font-weight: 700;
    display: inline-block;
    align-self: flex-start;
    overflow: hidden;
}

.plan-shelf-style .cost-fee-style:hover {
    transform: translateY(-8px);
}

.plan-shelf-style .cost-fee-style:hover .basic-cost-style::before {
    transform: translate(40%, -40%) rotate(45deg);
}

.plan-shelf-style .cost-fee-style:hover .fee-package-style h4::after {
    width: 70px;
}

.plan-shelf-style .cost-fee-style:hover .payment-plan-style::before {
    transform: translateX(100%);
}

.leadership-profile-style {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(170deg, rgb(208,210,182), #ffffff);
}

.leadership-profile-style .container {
    padding: 0 15px;
    max-width: 1140px;
    position: relative;
    margin: 0 auto;
}

.leadership-profile-style .user-experience-style {
    position: relative;
    margin: 0 auto;
    display: flex;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 15px;
    flex-direction: column;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    padding: 50px;
    max-width: 800px;
}

.leadership-profile-style .img-card-item-style {
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    width: 120px;
    border: 4px solid #ffffff;
    margin-bottom: 30px;
    overflow: hidden;
    align-self: center;
    border-radius: 50%;
    height: 120px;
    transition: transform 0.3s ease;
}

.leadership-profile-style .img-card-item-style::before {
    transition: opacity 0.3s ease;
    opacity: 0;
    background: linear-gradient(45deg, transparent 40%, rgb(158,172,160,0.5));
    inset: 0;
    content: "";
    position: absolute;
}

.leadership-profile-style .past-jobs-style::before {
    top: -10px;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgb(208,210,182);
    left: 30px;
    position: absolute;
}

.leadership-profile-style .name::after {
    content: "";
    background-color: rgb(158,172,160);
    transform: translateX(-50%);
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    height: 2px;
    left: 50%;
    width: 40px;
}

.contact-section-style {
    padding: 100px 0;
    position: relative;
}

.contact-section-style::before {
    z-index: 1;
    background-color: rgb(158,172,160,0.5);
    right: 0;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

.contact-section-style .support-info-style {
    transform-style: preserve-3d;
    overflow: hidden;
    display: flex;
    perspective: 1000px;
    flex-wrap: wrap;
    position: relative;
    border-radius: 19px;
}

.contact-section-style .support-info-style:hover .request-support-style {
    transform: rotateY(0deg);
}

.contact-section-style .request-support-style h3 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 29px;
    color: #000000;
    position: relative;
    padding-left: 20px;
}

.contact-section-style .request-support-style div {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 25px;
    transition: all 0.3s ease;
    transform: translateZ(0);
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px;
    display: flex;
}

.contact-section-style .request-support-style div svg path {
    fill: rgb(158,172,160);
}

.contact-section-style .request-support-style div span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #000000;
}

.contact-section-style .contact-message-style {
    justify-content: center;
    display: flex;
    transform: rotateY(-5deg);
    padding: 60px 40px;
    flex-direction: column;
    z-index: 2;
    width: 60%;
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(114,122,114), rgb(158,172,160));
    transform-origin: right center;
}

.contact-section-style form input[type="text"],
.contact-section-style form input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 18px 25px;
    color: #ffffff;
    backdrop-filter: blur(5px);
    font-size: 13px;
    border-radius: 10px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
}

.contact-section-style .support-panel-style {
    position: relative;
    margin-bottom: 30px;
}

.contact-section-style .support-panel-style label {
    color: rgba(255, 255, 255, 0.8);
    padding-left: 35px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    line-height: 1.6;
}

.contact-section-style .support-panel-style input[type="checkbox"]:checked + label::before {
    border-color: #ffffff;
    background-color: #ffffff;
}

.contact-section-style .support-panel-style label a {
    text-decoration: underline;
    color: #ffffff;
    transition: all 0.3s ease;
}

.contact-section-style .support-panel-style label a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.contact-section-style form .contact-reach-style::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(114,122,114), rgb(158,172,160));
    transform: translateY(100%);
    transition: transform 0.3s ease;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
}

.contact-section-style form .contact-reach-style:hover {
    color: #ffffff;
}

.contact-section-style form .contact-reach-style:hover::before {
    transform: translateY(0);
}

.contact-section-style .request-support-style div:nth-child(3) {
    animation: float 7s infinite ease-in-out;
}

.contact-section-style .request-support-style div:nth-child(5) {
    animation: float 9s infinite ease-in-out;
}

.potential-learners-style::before {
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    content: "";
}

.potential-learners-style .study-space-style {
    position: relative;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    max-width: 1100px;
    padding: 0 2rem;
    display: flex;
}

.potential-learners-style h3::after {
    position: absolute;
    background: rgb(158,172,160);
    bottom: -15px;
    transform: translateX(-50%);
    height: 2px;
    opacity: 0.6;
    left: 50%;
    content: "";
    width: 50px;
}

.potential-learners-style li {
    text-align: center;
    border-radius: 20px;
    position: relative;
    display: flex;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    background: rgba(#ffffff, 0.08);
    border: 1px solid rgba(#ffffff, 0.1);
    align-items: center;
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    overflow: hidden;
    flex-direction: column;
}

.potential-learners-style li {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.potential-learners-style li svg {
    transition: all 0.5s ease;
    height: 50px;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    fill: rgb(114,122,114);
    width: 50px;
}

.potential-learners-style li svg path {
    fill: rgb(114,122,114);
    transition: fill 0.5s ease;
}

.potential-learners-style li:hover svg path {
    fill: rgb(158,172,160);
}

.secure-fence-style:before, .secure-fence-style:after {
    opacity: 0.1;
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(158,172,160,0.5), rgb(114,122,114,0.5));
    height: 100%;
}

.secure-fence-style h1 {
    padding-bottom: 10px;
    font-weight: 700;
    color: #000000;
    z-index: 1;
    position: relative;
    font-size: 46px;
    margin-bottom: 30px;
    border-bottom: 3px solid rgb(158,172,160);
    text-transform: uppercase;
    margin-top: 20px;
}

.secure-fence-style li {
    font-size: 13px;
    position: relative;
    line-height: 1.8;
    margin-bottom: 10px;
}

.secure-fence-style li:before {
    left: -20px;
    font-size: 1.2em;
    position: absolute;
    line-height: 1;
    content: "•";
    color: rgb(158,172,160);
}

.secure-fence-style .container {
    position: relative;
    z-index: 1;
}

.secure-fence-style h3, .secure-fence-style h4, .secure-fence-style h5, .secure-fence-style h6 {
    margin-bottom: 15px;
    font-size: 19px;
    position: relative;
    margin-top: 25px;
    font-weight: 600;
    z-index: 1;
    color: rgb(158,172,160);
}

.secure-fence-style a:hover {
    border-bottom: 1px solid rgb(158,172,160);
    color: rgb(158,172,160);
}

.secure-fence-style button {
    background: rgb(114,122,114);
    color: #ffffff;
    font-size: 20px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    border: none;
    cursor: pointer;
    padding: 12px 24px;
}

footer .donate-books-style::before {
    content: "";
    transform: skewY(-3deg);
    background-color: rgb(114,122,114);
    position: absolute;
    right: 0;
    height: 100px;
    z-index: 0;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    left: 0;
    top: -50px;
}

footer .info_item {
    background-color: rgb(114,122,114,0.5);
    padding: 15px 20px 15px 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 5px 0;
    position: relative;
    flex: 1 1 200px;
    overflow: hidden;
    transition: all 0.3s ease;
    max-width: 300px;
}

footer .info_item:nth-child(even) {
    background-color: rgb(158,172,160,0.5);
}

footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

footer .info_item p,
footer .info_item a {
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    transition: color 0.3s ease;
    font-size: 13px;
    display: inline-block;
}

footer .head-tutor-style {
    padding: 30px;
    background-color: rgb(114,122,114,0.5);
    border-radius: 18px;
    position: relative;
}

footer .head-tutor-style svg {
    height: 45px;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    display: block;
    width: auto;
}

footer .compliance-style {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 15px;
}

footer .site-top-style h5 {
    padding-left: 15px;
    font-size: 22px;
    margin-bottom: 25px;
    color: #ffffff;
    display: inline-block;
    position: relative;
    font-weight: 600;
}

footer .nav-tutor-style {
    margin-bottom: 25px;
    position: relative;
}

footer .nav-tutor-style a::before {
    background-color: rgb(158,172,160);
    content: "";
    position: absolute;
    width: 3px;
    top: 0;
    transition: width 0.3s ease;
    height: 100%;
    left: 0;
}

footer .nav-tutor-style a:hover {
    background-color: rgb(158,172,160,0.5);
    color: #ffffff;
    transform: translateX(5px);
}

footer .subscribe_holder::before {
    content: "";
    left: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 15px;
    pointer-events: none;
    border-radius: calc(18px - 8px);
    right: 15px;
    top: 15px;
}

footer .subscribe_holder h5::before {
    top: 0;
    content: "";
    left: 0;
    background-color: rgb(158,172,160);
    position: absolute;
    width: 3px;
    height: 100%;
}

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

footer .sub-codes-style {
    overflow: hidden;
    background-color: rgb(158,172,160);
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
}

footer .sub-codes-style:hover {
    background-color: rgb(114,122,114);
}

footer .trust-badge-style::before {
    content: "";
    top: -25px;
    height: 1px;
    position: absolute;
    width: 50px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    left: 50%;
}

.who-we-are-style::before {
    left: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0.85) 100%);
    bottom: 0;
    z-index: 1;
    content: "";
}

.who-we-are-style h4 {
    text-transform: uppercase;
    text-align: center;
    z-index: 5;
    transition: transform 0.5s ease-out;
    letter-spacing: 3px;
    font-size: 28px;
    transform: translateY(0);
    position: relative;
    margin-bottom: 60px;
    color: #ffffff;
    font-weight: 700;
}

.who-we-are-style .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 5;
    padding: 0 20px;
    position: relative;
}

.who-we-are-style .text-panel-style {
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
    position: relative;
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    z-index: 5;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 40px;
    transform: perspective(1000px) rotateY(0deg);
}

.who-we-are-style .text-panel-style h6 {
    transform: translateX(0);
    font-size: calc(19px * 1.2);
    display: inline-block;
    transition: transform 0.4s ease;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
}

.who-we-are-style .text-panel-style:hover h6::after {
    transform: scaleX(1);
}

.who-we-are-style .text-panel-style div {
    z-index: 5;
    position: relative;
}

.who-we-are-style .text-panel-style span {
    font-size: 15px;
    font-weight: 400;
    column-count: 1;
    color: rgba(255, 255, 255, 0.9);
    max-width: 100%;
    transition: opacity 0.4s ease;
    opacity: 0.95;
    display: block;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    line-height: 1.8;
    column-gap: 30px;
}

.subscribe-to-newsletter-style::after {
    background: rgb(158,172,160,0.5);
    content: "";
    width: 60%;
    z-index: 0;
    right: -30%;
    top: -30%;
    position: absolute;
    transform: rotate(-45deg);
    height: 160%;
    filter: blur(60px);
}

.subscribe-to-newsletter-style .study-space-style {
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 450px;
}

.subscribe-to-newsletter-style .support-info-style::before {
    z-index: -1;
    transform: translateZ(-20px);
    background: rgb(114,122,114,0.5);
    position: absolute;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    left: -10px;
    content: "";
    clip-path: polygon(0 15%, 15% 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.subscribe-to-newsletter-style h3::before {
    bottom: 0;
    background: rgb(158,172,160);
    height: 5px;
    position: absolute;
    left: 0;
    width: 60px;
    content: "";
}

.subscribe-to-newsletter-style h3::after {
    bottom: 0;
    background: rgb(114,122,114);
    position: absolute;
    content: "";
    width: 30px;
    height: 5px;
    left: 70px;
}

.subscribe-to-newsletter-style input[type="email"]:focus {
    outline: none;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}

.subscribe-to-newsletter-style .sub-codes-style {
    align-self: center;
    padding: 18px 0;
    border-radius: 30px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    margin-top: 10px;
    cursor: pointer;
    background: rgb(158,172,160);
    font-size: 17px;
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    width: 80%;
    overflow: hidden;
}

.subscribe-to-newsletter-style .sub-codes-style:hover::before {
    left: 0;
}

.subscribe-to-newsletter-style .sub-codes-style:active {
    transform: translateY(-2px);
}

.subscribe-to-newsletter-style .sub-codes-style:hover::after {
    right: 20px;
    opacity: 1;
}

.thanksNexus-style {
    background: linear-gradient(135deg, rgb(208,210,182) 0%, rgba(rgb(158,172,160,0.5), 0.08) 100%);
    perspective: 1000px;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

.thanksNexus-style::after {
    pointer-events: none;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.4;
    content: "";
    height: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(rgb(158,172,160,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 30% 70%, rgba(rgb(158,172,160,0.5), 0.06) 1px, transparent 2px),
        radial-gradient(circle at 70% 40%, rgba(rgb(158,172,160,0.5), 0.05) 1px, transparent 2px),
        radial-gradient(circle at 90% 80%, rgba(rgb(158,172,160,0.5), 0.05) 1px, transparent 2px);
    left: 0;
    background-size: 8rem 8rem;
}

.thanksNexus-style .study-space-style:hover {
    transform: translateZ(20px) translateY(-5px);
}

.thanksNexus-style .study-space-style > div:first-child {
    transform: translateZ(10px);
    position: relative;
}

.thanksNexus-style .study-space-style > div:first-child::before {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(158,172,160), transparent);
    height: 2px;
    left: -3.5rem;
    width: 2.5rem;
    transform: translateY(-50%);
    top: 50%;
}

.thanksNexus-style .study-space-style > div:last-child::after {
    right: -3.5rem;
    width: 2.5rem;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    height: 2px;
    bottom: 2rem;
    background: linear-gradient(90deg, transparent, rgb(158,172,160), transparent);
}

.thanksNexus-style h5::before {
    left: 0;
    position: absolute;
    animation: pulse 3s infinite ease-in-out;
    border-radius: 50%;
    content: "";
    background: rgb(158,172,160);
    box-shadow: 0 0 10px rgba(rgb(158,172,160,0.5), 0.5);
    height: 0.5rem;
    top: 0.5rem;
    width: 0.5rem;
}

.test-drive-style {
    overflow: hidden;
    background: linear-gradient(170deg, rgb(208,210,182) 0%, rgb(158,172,160,0.5) 100%);
    position: relative;
    padding: 110px 0;
}

.test-drive-style .study-space-style {
    align-items: center;
    justify-content: space-between;
    display: flex;
    z-index: 10;
    position: relative;
}

.test-drive-style .container p {
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    border-left: 4px solid rgb(158,172,160);
    line-height: 1.4;
    padding: 0 30px;
    margin: 0;
    flex: 0 0 65%;
    z-index: 5;
}

.test-drive-style .contact-reach-style::before,
.test-drive-style .contact-reach-style::after {
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    border: 2px solid rgb(158,172,160);
    position: absolute;
    content: '';
}

.test-drive-style .contact-reach-style::before {
    border-bottom: none;
    border-right: none;
    top: -8px;
    left: -8px;
}

.test-drive-style .contact-reach-style:hover {
    color: rgb(158,172,160);
}

.test-drive-style .contact-reach-style:hover::after {
    right: 0;
    bottom: 0;
}

.test-drive-style .study-space-style::before {
    content: '';
    filter: blur(30px);
    width: 150px;
    top: -75px;
    left: -75px;
    position: absolute;
    border-radius: 50%;
    height: 150px;
    background: rgb(158,172,160,0.5);
    opacity: 0.2;
    z-index: -1;
}


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


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



@media (max-width: 992px) {header .header-sitebar-style {
    flex-direction: column;
}header .header-sitebar-style .head-tutor-style {
    align-self: center;
    margin: 0 0 15px 0;
}header .header-sitebar-style .site-top-style {
    justify-content: center;
    width: 100%;
}header .header-sitebar-style .site-top-style .head-sitebar-style a {
    font-size: calc(16px - 1px);
    padding: 10px 15px;
}}



@media (max-width: 992px) {.course-rewards-style {
    padding: 80px 0;
}.course-rewards-style .study-space-style {
    gap: 50px;
    grid-template-columns: 1fr;
}.course-rewards-style .study-space-style::before {
    display: none;
}.course-rewards-style .img-card-item-style {
    margin: 0 auto;
    grid-row: 1;
    transform: perspective(800px) rotateY(0);
    grid-column: 1;
    width: 80%;
}.course-rewards-style .text-panel-style {
    grid-column: 1;
    grid-row: 2;
    margin: 0 auto;
    transform: translateY(0);
    width: 90%;
}
}



@media screen and (max-width: 1024px) {.program-details-style {
    padding: 80px 0;
}.program-details-style .img-card-item-style {
    margin: 30px 0;
    height: 350px;
}
}



@media screen and (max-width: 768px) {.program-details-style {
    padding: 60px 0;
}.program-details-style .text-panel-style {
    gap: 20px;
    grid-template-columns: 1fr;
}.program-details-style .description {
    padding: 25px;
}.program-details-style .img-card-item-style {
    margin: 25px 0;
    height: 300px;
}.program-details-style h2 {
    font-size: calc(38px * 0.9);
}
}



@media screen and (max-width: 480px) {.program-details-style {
    padding: 40px 0;
}.program-details-style .career-challenge-style {
    gap: 30px;
}.program-details-style .text-panel-style h2 {
    font-size: calc(38px * 0.8);
    padding-left: 15px;
}.program-details-style .description {
    padding: 20px;
    font-size: calc(14px * 0.95);
}.program-details-style .img-card-item-style {
    margin: 20px 0;
    height: 250px;
    transform: perspective(1000px) rotateX(0deg);
}}



@media (max-width: 480px) {.customer-comments-style h2 {
    font-size: calc(29px * 0.8);
}.customer-comments-style .user-experience-style {
    padding: 1.25rem;
}}



@media (max-width: 1200px) {.plan-shelf-style {
    padding: 80px 0;
}.plan-shelf-style .learn-pricing-style {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 992px) {.plan-shelf-style h2 {
    font-size: calc(38px - 4px);
}.plan-shelf-style .pricing-catalog-style {
    margin-bottom: 30px;
}.plan-shelf-style .learn-pricing-style {
    gap: 20px;
}.plan-shelf-style .basic-cost-style {
    padding: 25px;
}
}



@media (max-width: 768px) {.plan-shelf-style {
    padding: 60px 0;
}.plan-shelf-style h2 {
    font-size: calc(38px - 6px);
}.plan-shelf-style .pricing-catalog-style {
    font-size: calc(13px - 1px);
}.plan-shelf-style .learn-pricing-style {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 15px;
}.plan-shelf-style .fee-package-style h4 {
    font-size: 22px;
}.plan-shelf-style .fee-package-style p {
    font-size: calc(13px - 2px);
    margin-bottom: 20px;
}
}



@media (min-width: 768px) {.leadership-profile-style .user-experience-style {
    gap: 10px 30px;
    grid-template-columns: auto 1fr;
    display: grid;
    grid-template-areas: 
            "photo name"
            "photo job"
            "quote quote";
    align-items: center;
}.leadership-profile-style .img-card-item-style {
    margin-bottom: 0;
    align-self: start;
    width: 180px;
    grid-area: photo;
    height: 180px;
}.leadership-profile-style .name {
    text-align: left;
    font-size: 36px;
    grid-area: name;
}.leadership-profile-style .name::after {
    left: 0;
    transform: none;
}.leadership-profile-style span:not(.name) {
    text-align: left;
    grid-area: job;
    margin-bottom: 0;
}.leadership-profile-style .past-jobs-style {
    margin-top: 30px;
    grid-area: quote;
}
}



@media screen and (max-width: 576px) {.contact-section-style {
    padding: 60px 0;
}.contact-section-style .request-support-style,
    .contact-section-style .contact-message-style {
    padding: 30px 20px;
}.contact-section-style .request-support-style h3 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.8);
}.contact-section-style form input[type="text"],
    .contact-section-style form input[type="email"] {
    padding: 15px 20px;
}.contact-section-style form .contact-reach-style {
    width: 100%;
    padding: 15px 20px;
}}



@media (max-width: 768px) {.potential-learners-style {
    padding: 4rem 0;
}.potential-learners-style .study-space-style {
    padding: 0 1.5rem;
}.potential-learners-style h3 {
    margin-bottom: 3rem;
    font-size: calc(39px * 0.8);
}.potential-learners-style ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.potential-learners-style li {
    padding: 1.5rem;
}.potential-learners-style li svg {
    height: 45px;
    width: 45px;
    margin-bottom: 1.2rem;
}
}



@media only screen and (max-width: 800px) {.secure-fence-style {
    padding: 30px;
    width: 90%;
}.secure-fence-style h1 {
    font-size: calc(19px - 5px);
}.secure-fence-style h2 {
    font-size: calc(19px - 3px);
}.secure-fence-style ul, .secure-fence-style ol {
    padding-left: 10px;
}.secure-fence-style li:before {
    left: -10px;
}.secure-fence-style button {
    padding: 10px 20px;
}}



@media (max-width: 576px) {footer .donate-books-style {
    padding: 50px 0 20px;
}footer .site-top-style h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .head-tutor-style::before, footer .subscribe_holder::before {
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .sub-codes-style {
    padding: 12px;
}}



@media screen and (min-width: 992px) {.who-we-are-style {
    padding: 180px 0 150px;
}.who-we-are-style h4 {
    font-size: calc(28px * 1.3);
}.who-we-are-style .container {
    max-width: 1200px;
}.who-we-are-style .text-panel-style {
    padding: 70px;
    max-width: 85%;
}.who-we-are-style .text-panel-style span {
    column-count: 3;
}
}



@media screen and (max-width: 767px) {.who-we-are-style {
    padding: 90px 0 70px;
}.who-we-are-style h4 {
    font-size: calc(28px * 0.9);
    margin-bottom: 40px;
}.who-we-are-style .text-panel-style {
    padding: 30px;
}.who-we-are-style .text-panel-style h6 {
    margin-bottom: 20px;
    font-size: 19px;
}.who-we-are-style .text-panel-style span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}



@media (max-width: 480px) {.subscribe-to-newsletter-style {
    padding: 50px 0;
}.subscribe-to-newsletter-style h3 {
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 21px;
}.subscribe-to-newsletter-style h3::before {
    height: 3px;
    width: 40px;
}.subscribe-to-newsletter-style h3::after {
    left: 50px;
    height: 3px;
    width: 20px;
}.subscribe-to-newsletter-style input[type="email"] {
    padding: 15px 20px;
}.subscribe-to-newsletter-style .sub-codes-style {
    padding: 15px 0;
    width: 100%;
}.subscribe-to-newsletter-style .support-info-style::after {
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    height: calc(100% - 20px);
}}



@media (min-width: 992px) {.thanksNexus-style {
    padding: 10rem 0;
}.thanksNexus-style .study-space-style {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.thanksNexus-style .study-space-style > div:first-child {
    flex: 0 0 40%;
}.thanksNexus-style .study-space-style > div:last-child {
    flex: 0 0 60%;
}.thanksNexus-style .study-space-style > div:first-child::before {
    top: 50%;
    left: auto;
    height: 3rem;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(158,172,160), transparent);
    right: -2rem;
}.thanksNexus-style .study-space-style > div:last-child::after {
    background: linear-gradient(to bottom, transparent, rgb(158,172,160), transparent);
    bottom: 2rem;
    left: -2rem;
    width: 2px;
    right: auto;
    height: 3rem;
}
}



@media (max-width: 480px) {.test-drive-style {
    padding: 50px 0;
}.test-drive-style .container p {
    padding: 0 15px;
    font-size: calc(16px * 1.2);
}.test-drive-style .contact-reach-style {
    height: 50px;
    font-size: calc(14px * 0.9);
    width: 100%;
}.test-drive-style .contact-reach-style::before {
    top: -5px;
    left: -5px;
}.test-drive-style .contact-reach-style::after {
    right: -5px;
    bottom: -5px;
}
}



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



@keyframes fadeUpIn {
    from {
        transform: translateY(2rem);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}



@keyframes breathe {
    0% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.2); opacity: 0.5; }
    100% { transform: scale(1); opacity: 0.4; }
}



@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}



@keyframes slideInDesc {
  to {
    transform: translateX(0);
    opacity: 0.9;
  }
}



@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}



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



@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.5); opacity: 0.7; }
}

