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

.top-class-style {
    flex: 1 0 auto;
}

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

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

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

header .header-sitebar-style {
    padding: 15px;
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

header .header-sitebar-style::after {
    width: 90%;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(158,172,160),
        rgb(114,122,114),
        rgb(158,172,160),
        transparent
    );
    bottom: 0;
    box-shadow: 0 0 10px rgb(114,122,114), 0 0 20px rgb(114,122,114,0.5);
    content: '';
    position: absolute;
    height: 1px;
    left: 5%;
}

header .header-sitebar-style .head-tutor-style:hover::before {
    opacity: 1;
}

header .header-sitebar-style .head-tutor-style .site-navbar-style {
    display: block;
    transition: transform 0.3s ease;
}

header .header-sitebar-style .head-tutor-style .site-navbar-style svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 5px rgb(114,122,114,0.5));
}

header .header-sitebar-style .site-top-style::before {
    opacity: 0.2;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    border-radius: 10px;
    background: radial-gradient(
        ellipse at center,
        rgb(114,122,114,0.5) 0%,
        transparent 70%
    );
    content: '';
}

header .header-sitebar-style .site-top-style .head-sitebar-style:hover::after {
    width: 80%;
    left: 10%;
}

header .header-sitebar-style .site-top-style .head-sitebar-style a {
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    display: block;
    font-family: Arial, sans-serif;
    position: relative;
    text-transform: uppercase;
    padding: 10px 15px;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}

.user-safety-style {
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(158,172,160);
    display: flex;
    padding: 20px;
    margin: auto;
    width: 90%;
    border-radius: 23px;
    justify-content: space-between;
    max-width: 1200px;
    align-items: center;
}

.cookie-apply-style svg {
    width: 50px;
    height: 50px;
    fill: rgb(158,172,160);
}

.cookie-window-style h5 {
    color: rgb(158,172,160);
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 10px;
}

.digital-cookies-style {
    background: rgb(158,172,160);
    flex-shrink: 0;
    cursor: pointer;
    min-width: 120px;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border: none;
    border-radius: 10px;
}

.welcome-section-style::before {
    left: 0;
    opacity: 0.15;
    pointer-events: none;
    background: 
        radial-gradient(circle at 30% 70%, rgb(158,172,160,0.5), transparent 30%),
        radial-gradient(circle at 70% 20%, rgb(114,122,114,0.5), transparent 35%);
    right: 0;
    top: 0;
    content: "";
    bottom: 0;
    z-index: 0;
    position: absolute;
}

.welcome-section-style .study-space-style {
    grid-template-columns: 1fr 1fr;
    height: 100%;
    z-index: 1;
    margin: 0 auto;
    gap: 2rem;
    padding: 6rem 2rem;
    position: relative;
    max-width: 1400px;
    display: grid;
}

.welcome-section-style .study-space-style {
    grid-template-columns: 1fr;
    padding: 4rem 1.5rem;
    gap: 1.5rem;
}

.welcome-section-style h1::after {
    width: 8rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    transform-origin: left;
    animation: scaleWidth 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    content: "";
    left: 0;
    height: 0.3rem;
    bottom: -1rem;
    transform: scaleX(0);
}

.welcome-section-style h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}

.welcome-section-style .course-main-style {
    position: relative;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.85);
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    padding: 3rem;
    backdrop-filter: blur(10px);
}


    
    .welcome-section-style .course-main-style {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}

.welcome-section-style .course-main-style p::first-letter {
    color: rgb(158,172,160);
    font-weight: 700;
    font-size: 150%;
}

.welcome-section-style svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.welcome-section-style svg path {
    transition: fill 0.3s ease;
}

.welcome-section-style svg:hover path {
    fill: rgb(158,172,160);
}

.welcome-section-style svg text {
    transition: all 0.3s ease;
}

.welcome-section-style svg:hover text {
    fill: #000000;
}

.welcome-section-style .contact-reach-style {
    font-size: 18px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    position: relative;
    text-decoration: none;
    overflow: hidden;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    background: linear-gradient(135deg, rgb(158,172,160), rgb(114,122,114));
    padding: 1rem 2.5rem;
    z-index: 1;
    display: inline-block;
}

.welcome-section-style .contact-reach-style {
    width: 100%;
    display: block;
}

.welcome-section-style .img-card-item-style {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    animation: fadePhotoIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.8s;
    transform: perspective(1000px) rotateY(2deg) translateY(2rem);
    position: relative;
    opacity: 0;
    border-radius: 10px;
    overflow: hidden;
}

.welcome-section-style .img-card-item-style {
    order: -1;
    transform: perspective(1000px) rotateY(0) translateY(1rem);
    height: 300px;
}

.course-rewards-style::before {
    height: 100%;
    opacity: 0.7;
    background: radial-gradient(circle at 80% 20%, rgb(114,122,114,0.5) 0%, transparent 55%);
    width: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}

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

.course-rewards-style .study-space-style {
    position: relative;
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 70px;
}

.course-rewards-style .img-card-item-style {
    z-index: 2;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.12);
    grid-column: 1;
    transform: perspective(800px) rotateY(10deg);
    position: relative;
    border-radius: 35% 65% 50% 50% / 50% 35% 65% 50%;
    transition: all 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
}

.course-rewards-style .img-card-item-style:hover {
    transform: perspective(800px) rotateY(0deg) scale(1.05);
    border-radius: 50% 35% 65% 50% / 35% 50% 50% 65%;
}

.course-rewards-style .text-panel-style {
    grid-column: 2;
    padding: 50px 40px;
    z-index: 2;
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
}

.course-rewards-style .text-panel-style::after {
    bottom: -10px;
    width: 70px;
    border-right: 3px solid rgb(114,122,114);
    border-radius: 0 0 10px 0;
    position: absolute;
    opacity: 0.7;
    height: 70px;
    border-bottom: 3px solid rgb(114,122,114);
    content: "";
    right: -10px;
}

.course-rewards-style ul {
    margin: 0;
    gap: 25px;
    flex-direction: column;
    list-style: none;
    padding: 0;
    display: flex;
}

.course-rewards-style li {
    border-radius: 12px;
    transition: all 0.3s ease;
    overflow: hidden;
    background: rgb(208,210,182);
    position: relative;
}

.course-rewards-style li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
}

.course-rewards-style li:hover::before {
    opacity: 0.3;
}

.course-rewards-style svg {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #ffffff;
    align-items: center;
    padding: 5px;
    display: flex;
    height: 24px;
    justify-content: center;
    border-radius: 12px;
    flex-shrink: 0;
    width: 24px;
}

.course-rewards-style li:hover svg {
    background: #ffffff;
    transform: scale(1.1) rotate(-10deg);
    border-radius: 6px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.program-details-style::before {
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(45deg, rgb(158,172,160,0.5) 0%, transparent 50%, rgb(114,122,114,0.5) 100%);
    content: "";
}

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

.program-details-style .text-panel-style {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    display: grid;
}

.program-details-style .description {
    background-color: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 21px;
    line-height: 1.8;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #000000;
}

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

.program-details-style .description:last-of-type::before {
    height: 40px;
    position: absolute;
    bottom: -10px;
    background-color: rgb(114,122,114,0.5);
    content: "";
    right: -10px;
    z-index: -1;
    border-radius: 50%;
    width: 40px;
}

.program-details-style .img-card-item-style::before {
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    top: 0;
}

.program-details-style .img-card-item-style:hover {
    transform: perspective(1000px) rotateX(0deg);
}

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

.customer-comments-style::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    background: repeating-linear-gradient(45deg, rgb(114,122,114,0.5) 0px, transparent 10px, transparent 20px);
    opacity: 0.15;
}

.customer-comments-style h2::after {
    transform: translateX(10%);
    height: 4px;
    bottom: -10px;
    width: 80%;
    background: linear-gradient(90deg, rgb(158,172,160) 0%, transparent 100%);
    left: 0;
    position: absolute;
    content: "";
}

.customer-comments-style .user-experience-style::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(158,172,160), rgb(114,122,114));
    transform-origin: top;
    width: 5px;
    transition: transform 0.4s ease;
    left: 0;
    top: 0;
    content: "";
    transform: scaleY(0);
}

.customer-comments-style .user-experience-style:hover::before {
    transform: scaleY(1);
}

.customer-comments-style .user-experience-style:nth-child(odd) {
    transform: rotate(4deg) translateY(20px);
}

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

.customer-comments-style .user-experience-style img {
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 80px;
    border-radius: 50%;
    transform: translateX(-10px);
    transition: all 0.4s ease;
    object-fit: cover;
    margin-bottom: 1rem;
    border: 3px solid #ffffff;
}

.customer-comments-style .user-experience-style .description {
    color: #000000;
    margin-top: 0.5rem;
    position: relative;
    font-size: 18px;
    padding-top: 1rem;
    font-weight: 400;
}

.customer-comments-style .user-experience-style:hover .description::before {
    width: 80px;
    background: rgb(158,172,160);
}

.plan-shelf-style::before {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(158,172,160,0.5) 100%);
}

.plan-shelf-style .learning-packages-style {
    position: relative;
}

.plan-shelf-style .pricing-catalog-style {
    transform: translateX(-10px);
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 13px;
    max-width: 800px;
    line-height: 1.6;
    animation: slideInDesc 0.8s forwards 0.4s;
    opacity: 0;
}

.plan-shelf-style .learn-pricing-style li {
    opacity: 0;
    perspective: 1000px;
    animation: fadeIn 0.8s forwards;
}

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

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

.plan-shelf-style .cost-fee-style {
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
}

.plan-shelf-style .basic-cost-style::before {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 80px;
    background: rgb(114,122,114);
    top: 0;
    opacity: 0.8;
    content: "";
    width: 80px;
    right: 0;
    transform: translate(50%, -50%) rotate(45deg);
    position: absolute;
}

.plan-shelf-style .fee-package-style h4 {
    font-weight: 700;
    font-size: calc(22px + 2px);
    color: #000000;
    display: inline-block;
    margin: 0 0 20px;
    position: relative;
}

.plan-shelf-style .fee-package-style p {
    word-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 25px;
    overflow-wrap: break-word;
    white-space: normal;
    flex-grow: 1;
    hyphens: auto;
    font-size: calc(13px - 1px);
}

.plan-shelf-style .payment-plan-style::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.2), transparent);
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.7, 0, 0.3, 1);
    height: 100%;
}

.plan-shelf-style .cost-fee-style:hover .basic-cost-style {
    border-left-width: 8px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}

.plan-shelf-style .cost-fee-style:hover .payment-plan-style {
    background: rgb(114,122,114);
    transform: translateY(-5px);
}

.plan-shelf-style .cost-fee-style:active {
    transform: translateY(-2px);
    transition: transform 0.2s;
}

.leadership-profile-style::before {
    background-color: rgb(158,172,160,0.5);
    width: 500px;
    right: -200px;
    height: 500px;
    content: "";
    opacity: 0.1;
    border-radius: 50%;
    top: -200px;
    position: absolute;
}

.leadership-profile-style .user-experience-style:hover {
    transform: translateY(-10px);
}

.leadership-profile-style .user-experience-style::before {
    transform: rotate(45deg);
    height: 30px;
    background-color: rgb(114,122,114);
    position: absolute;
    top: -15px;
    left: 50px;
    content: "";
    z-index: -1;
    width: 30px;
}

.leadership-profile-style .user-experience-style::after {
    bottom: -15px;
    position: absolute;
    z-index: -1;
    right: 50px;
    content: "";
    height: 30px;
    width: 30px;
    transform: rotate(45deg);
    background-color: rgb(158,172,160);
}

.leadership-profile-style .user-experience-style:hover .img-card-item-style {
    transform: scale(1.05);
}

.leadership-profile-style .user-experience-style:hover .img-card-item-style::before {
    opacity: 1;
}

.leadership-profile-style .past-jobs-style {
    position: relative;
    background-color: rgb(208,210,182);
    margin: 25px 0 0;
    line-height: 1.8;
    padding: 20px 30px;
    font-size: 17px;
    order: 3;
    border-radius: 15px;
    color: #000000;
}

.leadership-profile-style .name {
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    order: 1;
    padding-bottom: 10px;
    margin: 5px 0;
    position: relative;
    display: block;
}

.leadership-profile-style .user-experience-style:hover .name::after {
    width: 80px;
}

.leadership-profile-style span:not(.name) {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: rgb(114,122,114);
    order: 2;
    font-size: calc(17px * 0.9);
    margin-bottom: 15px;
}

.contact-section-style .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.contact-section-style .request-support-style {
    z-index: 3;
    box-shadow: 10px 0 30px rgba(0, 0, 0, 0.1);
    transform-origin: left center;
    background-color: rgb(208,210,182);
    position: relative;
    width: 40%;
    transition: transform 0.5s ease;
    padding: 60px 40px;
    transform: rotateY(5deg);
}

.contact-section-style .request-support-style h3::before {
    height: 100%;
    background: linear-gradient(to bottom, rgb(158,172,160), rgb(114,122,114));
    width: 6px;
    content: "";
    border-radius: 10px;
    left: 0;
    position: absolute;
    top: 0;
}

.contact-section-style .request-support-style div:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px);
}

.contact-section-style .request-support-style div svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
}

.contact-section-style .request-support-style div span {
    color: #000000;
    font-size: 13px;
}

.contact-section-style .request-support-style div span a:hover {
    color: rgb(158,172,160);
}

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

.contact-section-style .contact-message-style h3 {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
}

.contact-section-style form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contact-section-style form input[type="text"]:focus,
.contact-section-style form input[type="email"]:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
}

.contact-section-style form input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-section-style .support-panel-style input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact-section-style .support-panel-style label::before {
    left: 0;
    transition: all 0.3s ease;
    border-radius: 10px;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    top: 2px;
}

.contact-section-style .support-panel-style input[type="checkbox"]:checked + label::after {
    content: "";
    width: 6px;
    border: solid rgb(158,172,160);
    height: 12px;
    position: absolute;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 4px;
    left: 7px;
}

.contact-section-style form .contact-reach-style {
    padding: 18px 35px;
    color: rgb(158,172,160);
    cursor: pointer;
    align-self: flex-start;
    position: relative;
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 10px;
    z-index: 1;
    font-weight: 700;
    font-size: 18px;
    overflow: hidden;
}



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

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

.potential-learners-style {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    z-index: 1;
    background-color: rgb(208,210,182);
}

.potential-learners-style::after {
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(158,172,160,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(114,122,114,0.5), 0.1) 0%, transparent 40%);
    top: 0;
    animation: cloudMove 25s infinite alternate ease-in-out;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
}

.potential-learners-style h3 {
    letter-spacing: 1px;
    opacity: 0.9;
    position: relative;
    text-align: center;
    margin-bottom: 4rem;
    font-size: 39px;
    font-weight: 600;
    color: rgb(158,172,160);
}

.potential-learners-style ul {
    list-style: none;
    gap: 2rem;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    width: 100%;
    display: grid;
    padding: 0;
}

.potential-learners-style li::before {
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    z-index: -1;
    top: 0;
}

.potential-learners-style li:hover {
    border-color: rgba(rgb(158,172,160,0.5), 0.2);
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
}

.potential-learners-style li:hover::after {
    height: 4px;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(158,172,160) 0%,
        rgb(114,122,114) 100%
    );
    position: absolute;
    bottom: 0;
    width: 100%;
    content: "";
}

.potential-learners-style li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}

.secure-fence-style {
    background: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    border: 2px solid rgb(158,172,160);
    margin: 0 auto;
    width: 85%;
    padding: 50px;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    max-width: 1000px;
}

.secure-fence-style h2 {
    font-weight: 600;
    z-index: 1;
    border-bottom: 2px solid rgb(114,122,114,0.5);
    margin-bottom: 20px;
    color: rgb(114,122,114);
    margin-top: 30px;
    padding-bottom: 5px;
    font-size: 30px;
    position: relative;
}

.secure-fence-style ul, .secure-fence-style ol {
    z-index: 1;
    list-style-type: disc;
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 20px;
}

.secure-fence-style div {
    position: relative;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 30px;
    line-height: 1.8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    padding: 25px;
    z-index: 1;
}

.secure-fence-style p, .secure-fence-style span {
    position: relative;
    font-size: 13px;
    color: #000000;
    margin-bottom: 15px;
    z-index: 1;
    line-height: 1.6;
}

.secure-fence-style a {
    z-index: 1;
    color: rgb(114,122,114);
    font-weight: 600;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid rgb(114,122,114);
}

.secure-fence-style button:hover {
    background: rgb(158,172,160);
}

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

footer .donate-books-style {
    color: #ffffff;
    padding: 80px 0 30px;
    font-family: Arial, sans-serif;
    background-color: rgb(114,122,114);
    overflow: hidden;
    position: relative;
}

footer .citation-style {
    z-index: 1;
    position: relative;
}

footer .contact-support-style {
    gap: 15px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

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

footer .info_item::after {
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    top: 0;
    content: "";
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
}

footer .info_item svg {
    fill: rgb(158,172,160);
    top: -1px;
    position: relative;
    vertical-align: middle;
    height: 20px;
    margin-right: 12px;
    width: 20px;
}

footer .info_item a:hover {
    color: rgb(158,172,160);
}

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

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

footer .site-top-style {
    position: relative;
}

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

footer .nav-tutor-style a {
    margin: 0 10px 10px 0;
    color: rgba(255, 255, 255, 0.8);
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    background-color: rgb(114,122,114,0.5);
}

footer .nav-tutor-style a:hover::before {
    width: 5px;
}

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

footer .subscribe_holder h5 {
    padding-left: 15px;
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
}

footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
}

footer .input_holder {
    gap: 15px;
    flex-direction: column;
    display: flex;
}

footer .input_holder input[type="email"]:focus {
    border-color: rgb(158,172,160);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .sub-codes-style::after {
    transition: all 0.5s ease;
    height: 200%;
    top: -50%;
    left: -100%;
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    width: 200%;
    transform: rotate(30deg);
    content: "";
}

footer .sub-codes-style:hover::after {
    left: 100%;
}

footer .trust-badge-style {
    position: relative;
    margin-top: 50px;
    text-align: center;
}

footer .career-help-style {
    display: inline-block;
    font-size: 15px;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}

.who-we-are-style {
    color: #ffffff;
    padding: 120px 0 90px;
    overflow: hidden;
    position: relative;
}

.who-we-are-style::after {
    position: absolute;
    content: "";
    animation: gradientShift 15s ease-in-out infinite alternate;
    top: 0;
    opacity: 0.4;
    z-index: 2;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, 
        rgb(158,172,160,0.5) 0%, 
        transparent 30%, 
        rgb(114,122,114,0.5) 70%, 
        rgb(158,172,160,0.5) 100%);
    bottom: 0;
}

.who-we-are-style h4::after {
    width: 80px;
    z-index: 5;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    bottom: -15px;
    content: "";
}

.who-we-are-style .text-panel-style:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3);
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}

.who-we-are-style .text-panel-style::before {
    left: -2px;
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(158,172,160) 0%, 
        transparent 40%, 
        transparent 60%, 
        rgb(114,122,114) 100%);
    transform: translateZ(-10px);
    filter: blur(5px);
    opacity: 0.7;
    bottom: -2px;
    content: "";
    z-index: -1;
    top: -2px;
    right: -2px;
}

.who-we-are-style .text-panel-style h6::after {
    position: absolute;
    transform-origin: left;
    transform: scaleX(0.3);
    bottom: -8px;
    left: 0;
    background: linear-gradient(90deg, rgb(158,172,160), rgb(114,122,114));
    content: "";
    width: 100%;
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.subscribe-to-newsletter-style {
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    background: rgb(208,210,182);
}

.subscribe-to-newsletter-style::before {
    position: absolute;
    z-index: 1;
    opacity: 0.3;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(158,172,160,0.5) 95%),
        linear-gradient(90deg, transparent 95%, rgb(158,172,160,0.5) 95%);
    content: "";
    left: 0;
    background-size: 20px 20px;
    height: 100%;
}

.subscribe-to-newsletter-style .support-info-style {
    transform-style: preserve-3d;
    flex-direction: column;
    position: relative;
    padding-bottom: 20px;
    display: flex;
}

.subscribe-to-newsletter-style .support-info-style::after {
    border: 2px dashed rgb(158,172,160,0.5);
    z-index: -1;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    animation: rotateFrame 20s linear infinite;
    content: "";
    position: absolute;
    top: 20px;
}

.subscribe-to-newsletter-style h3 {
    position: relative;
    font-size: 33px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.subscribe-to-newsletter-style .input_holder {
    gap: 20px;
    display: flex;
    position: relative;
    flex-direction: column;
}

.subscribe-to-newsletter-style input[type="email"] {
    width: 100%;
    box-shadow: 0 10px 25px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    border-radius: 30px;
    padding: 20px 25px;
    background: #ffffff;
    color: #000000;
    border: none;
    font-size: 16px;
}

.subscribe-to-newsletter-style .sub-codes-style::before {
    background: rgb(114,122,114);
    position: absolute;
    width: 100%;
    left: -100%;
    z-index: 0;
    height: 100%;
    transition: all 0.5s ease;
    content: "";
    top: 0;
}

.subscribe-to-newsletter-style .sub-codes-style:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px -5px rgb(158,172,160,0.5);
}

.subscribe-to-newsletter-style .sub-codes-style::after {
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    opacity: 0;
    top: 50%;
    transition: all 0.3s ease;
    right: 30px;
    content: "→";
    font-size: 1.5em;
}

.thanksNexus-style::before {
    top: -50%;
    background: radial-gradient(circle at center, rgba(rgb(114,122,114,0.5), 0.03) 0%, transparent 60%);
    animation: orbital 30s infinite linear;
    content: "";
    position: absolute;
    opacity: 0.8;
    transform: rotate(-12deg);
    width: 200%;
    height: 200%;
    pointer-events: none;
    left: -50%;
}

.thanksNexus-style .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 1;
}

.thanksNexus-style .study-space-style {
    display: flex;
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    gap: 2.5rem;
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    overflow: hidden;
    padding: 3.5rem;
    position: relative;
    flex-direction: column;
}

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

.thanksNexus-style h5 {
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin: 0;
    position: relative;
    line-height: 1.4;
    font-size: 20px;
    transform: perspective(1000px) rotateX(0deg);
    padding-left: 1.5rem;
}

.thanksNexus-style a {
    display: block;
    transition: transform 0.4s ease-out;
    text-decoration: none;
}

.thanksNexus-style a:hover {
    transform: translateX(5px);
}

.thanksNexus-style p {
    position: relative;
    font-weight: 400;
    padding: 0 0 0 1.5rem;
    line-height: 1.8;
    margin: 0;
    font-size: 18px;
    border-left: 1px solid rgba(rgb(158,172,160,0.5), 0.2);
    color: #000000;
}

.test-drive-style::before {
    top: 0;
    opacity: 0.4;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 98%, rgb(158,172,160,0.5) 98%),
        linear-gradient(0deg, transparent 98%, rgb(158,172,160,0.5) 98%);
    position: absolute;
    content: '';
    left: 0;
    width: 100%;
    background-size: 30px 30px;
    z-index: 1;
}

.test-drive-style .contact-reach-style {
    position: relative;
    color: #000000;
    height: 80px;
    text-decoration: none;
    z-index: 5;
    font-weight: 700;
    flex: 0 0 30%;
    align-items: center;
    display: flex;
    justify-content: center;
    background: transparent;
    font-size: 14px;
    transition: all 0.4s ease;
}

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

.test-drive-style .contact-reach-style:hover::before {
    left: 0;
    top: 0;
}

.test-drive-style::after {
    z-index: 1;
    opacity: 0.1;
    height: 100%;
    top: 0;
    right: 0;
    background:
        linear-gradient(135deg, transparent 50%, rgb(158,172,160,0.5) 50%);
    content: '';
    position: absolute;
    width: 100%;
}

.test-drive-style .study-space-style::after {
    content: '';
    z-index: -1;
    bottom: -100px;
    position: absolute;
    border-radius: 50%;
    height: 200px;
    filter: blur(40px);
    opacity: 0.2;
    right: -100px;
    width: 200px;
    background: rgb(114,122,114,0.5);
}


@media only screen and (max-width: 1200px) {.user-safety-style {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookie-apply-style {
    margin-right: 0;
    margin-bottom: 20px;
}.digital-cookies-style {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}}



@media (max-width: 576px) {.welcome-section-style .study-space-style {
    padding: 3rem 1rem;
}.welcome-section-style h1 {
    font-size: 2rem;
}.welcome-section-style .course-main-style {
    padding: 1.5rem;
}.welcome-section-style .course-main-style p {
    font-size: 1rem;
}.welcome-section-style .img-card-item-style {
    height: 200px;
}.welcome-section-style .contact-reach-style {
    padding: 0.8rem 1.5rem;
}.welcome-section-style svg {
    height: 80px;
    width: 80px;
}}



@media (max-width: 576px) {.course-rewards-style {
    padding: 60px 0;
}.course-rewards-style .img-card-item-style {
    border-radius: 25% 45% 30% 40% / 40% 25% 45% 30%;
    width: 100%;
}.course-rewards-style .img-card-item-style::after {
    display: none;
}.course-rewards-style .text-panel-style {
    width: 100%;
    padding: 35px 25px;
}.course-rewards-style .text-panel-style::before,
    .course-rewards-style .text-panel-style::after {
    width: 50px;
    height: 50px;
}.course-rewards-style h3 {
    font-size: 23px;
    margin-bottom: 25px;
}.course-rewards-style ul {
    gap: 15px;
}.course-rewards-style li p {
    padding: 12px 15px;
}.course-rewards-style svg {
    padding: 4px;
    width: 22px;
    height: 22px;
}}



@media (max-width: 991px) {.customer-comments-style {
    padding: 4rem 0;
}.customer-comments-style h2 {
    transform: skew(0);
    width: 100%;
    text-align: center;
}.customer-comments-style h2::after {
    left: 20%;
    width: 60%;
    transform: none;
}.customer-comments-style .client-feedback-style {
    transform: rotate(0);
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}



@media (max-width: 767px) {.customer-comments-style {
    padding: 3rem 0;
}.customer-comments-style h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 2.5rem;
}.customer-comments-style .client-feedback-style {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer-comments-style .user-experience-style,
    .customer-comments-style .user-experience-style:nth-child(odd),
    .customer-comments-style .user-experience-style:nth-child(3n+2) {
    padding: 1.5rem;
    transform: rotate(0);
}.customer-comments-style .user-experience-style:hover,
    .customer-comments-style .user-experience-style:nth-child(odd):hover,
    .customer-comments-style .user-experience-style:nth-child(3n+2):hover {
    transform: translateY(-5px);
}.customer-comments-style .user-experience-style img {
    width: 60px;
    height: 60px;
}
}



@media (max-width: 576px) {.plan-shelf-style {
    padding: 50px 0;
}.plan-shelf-style .container {
    padding: 0 15px;
}.plan-shelf-style h2 {
    font-size: calc(38px - 8px);
    margin-bottom: 15px;
}.plan-shelf-style .pricing-catalog-style {
    margin-bottom: 25px;
}.plan-shelf-style .learn-pricing-style {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan-shelf-style .basic-cost-style {
    padding: 20px;
}.plan-shelf-style .fee-package-style p {
    margin-bottom: 15px;
}.plan-shelf-style .payment-plan-style {
    padding: 8px 16px;
    font-size: calc(21px - 1px);
}}



@media (max-width: 768px) {.leadership-profile-style {
    padding: 70px 0;
}.leadership-profile-style .user-experience-style {
    padding: 40px 30px;
}
}



@media (max-width: 576px) {.leadership-profile-style {
    padding: 50px 0;
}.leadership-profile-style .user-experience-style {
    padding: 30px 20px;
}.leadership-profile-style .past-jobs-style {
    padding: 15px 20px;
    margin-top: 20px;
}}



@media screen and (max-width: 992px) {.contact-section-style .container {
    width: 90%;
}.contact-section-style .support-info-style,
    .contact-section-style .request-support-style,
    .contact-section-style .contact-message-style {
    transform: none;
}.contact-section-style .request-support-style,
    .contact-section-style .contact-message-style {
    width: 100%;
}.contact-section-style .request-support-style {
    padding: 40px 30px;
}.contact-section-style .contact-message-style {
    padding: 40px 30px;
}
}



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



@media (max-width: 992px) {.potential-learners-style {
    padding: 5rem 0;
}.potential-learners-style h3 {
    margin-bottom: 3.5rem;
    font-size: calc(39px * 0.9);
}
}



@media (max-width: 480px) {.potential-learners-style {
    padding: 3rem 0;
}.potential-learners-style .study-space-style {
    padding: 0 1rem;
}.potential-learners-style h3 {
    margin-bottom: 2.5rem;
    font-size: calc(39px * 0.7);
}.potential-learners-style li {
    padding: 1.25rem;
}.potential-learners-style li svg {
    margin-bottom: 1rem;
    height: 40px;
    width: 40px;
}}



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



@media (max-width: 767px) {footer .donate-books-style {
    padding: 60px 0 30px;
}footer .contact-support-style {
    margin-bottom: 40px;
}footer .head-tutor-style, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav-tutor-style a {
    margin: 0 5px 8px 0;
    padding: 8px 12px;
}footer .trust-badge-style {
    margin-top: 40px;
}
}



@media screen and (min-width: 768px) {.who-we-are-style {
    padding: 150px 0 120px;
}.who-we-are-style h4 {
    margin-bottom: 80px;
    font-size: calc(28px * 1.2);
}.who-we-are-style .text-panel-style {
    padding: 60px;
    max-width: 90%;
    margin: 0 auto;
    transform: perspective(1200px) rotateY(0deg);
}.who-we-are-style .text-panel-style span {
    column-count: 2;
}
}



@media screen and (min-width: 1200px) {.who-we-are-style h4 {
    transform: translateY(-20px);
}.who-we-are-style .text-panel-style {
    max-width: 80%;
    padding: 80px;
}.who-we-are-style .text-panel-style:hover {
    transform: perspective(1500px) rotateY(3deg) translateY(-10px);
}
}



@media (hover: hover) {.who-we-are-style .text-panel-style:hover span {
    opacity: 1;
}.who-we-are-style .text-panel-style:hover h6 {
    transform: translateX(5px);
    color: rgb(114,122,114);
}}



@media (max-width: 768px) {.subscribe-to-newsletter-style {
    padding: 70px 0;
}.subscribe-to-newsletter-style h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 25px;
}.subscribe-to-newsletter-style .support-info-style::before {
    clip-path: polygon(0 10%, 10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}
}



@media (min-width: 768px) {.thanksNexus-style {
    padding: 8rem 0;
}.thanksNexus-style .study-space-style {
    gap: 3rem;
    padding: 4.5rem;
}.thanksNexus-style h5 {
    font-size: calc(20px * 1.1);
    padding-left: 2rem;
}.thanksNexus-style p {
    font-size: calc(18px * 1.05);
    padding: 0 0 0 2rem;
}.thanksNexus-style .study-space-style > div:first-child::before {
    width: 4rem;
}.thanksNexus-style .study-space-style > div:last-child::after {
    width: 4rem;
}
}



@media (min-width: 1200px) {.thanksNexus-style .study-space-style {
    gap: 5rem;
    padding: 5rem;
}.thanksNexus-style h5 {
    font-size: calc(20px * 1.2);
}.thanksNexus-style p {
    font-size: calc(18px * 1.1);
}
}



@media (max-width: 767px) {.thanksNexus-style {
    padding: 4rem 0;
}.thanksNexus-style .study-space-style {
    padding: 2.5rem;
    gap: 2rem;
}.thanksNexus-style h5 {
    font-size: calc(20px * 0.95);
}.thanksNexus-style .study-space-style > div:first-child::before,
    .thanksNexus-style .study-space-style > div:last-child::after {
    display: none;
}}



@media (max-width: 991px) {.test-drive-style {
    padding: 90px 0;
}.test-drive-style .container p {
    padding: 0 25px;
    font-size: calc(24px * 1.2);
}.test-drive-style .contact-reach-style {
    height: 70px;
}
}



@media (max-width: 767px) {.test-drive-style {
    padding: 70px 0;
}.test-drive-style .study-space-style {
    gap: 40px;
    flex-direction: column;
}.test-drive-style .container p {
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    padding: 0 20px;
    font-size: 24px;
    flex: none;
}.test-drive-style .contact-reach-style {
    flex: none;
    width: 80%;
    height: 60px;
}
}



@keyframes slideInTitle {
    from {
        transform: translateX(-1rem);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes fadePhotoIn {
    from {
        transform: perspective(1000px) rotateY(2deg) translateY(2rem);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(2deg) translateY(0);
        opacity: 1;
    }
}

@keyframes scaleWidth {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }



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



@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}



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

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



@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}



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



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

