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

* {
    scrollbar-color: #ffffff #ffffff;
    scrollbar-width: none;
}

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

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

.framework-wrap {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}


footer {
    z-index: 1;
    position: relative;
}

footer::before {
    z-index: -2;
    bottom: 0;
    content: "";
    top: 0;
    opacity: 0.9;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(101,167,175), rgb(152,202,204));
    right: 0;
}

.proposal-cta::before {
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(152,202,204), rgb(101,167,175), rgb(152,202,204));
    top: 0;
    height: 10px;
}

.proposal-cta .container {
    display: grid;
    gap: 2rem;
    position: relative;
    grid-template-columns: repeat(12, 1fr);
}

.proposal-cta .company_holder h3 {
    font-weight: 700;
    margin: 0 0 1.5rem;
    font-size: 33px;
    padding-bottom: 1rem;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    position: relative;
}

.proposal-cta .milestone-cta {
    grid-column: span 7;
}

.proposal-cta .main-core {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
}

.proposal-cta .head-base {
    position: relative;
}

.proposal-cta .head-base h5::after {
    left: 0;
    content: "";
    position: absolute;
    background: #ffffff;
    bottom: -2px;
    width: 40px;
    height: 2px;
}

.proposal-cta .head-base .main-core {
    gap: 1rem;
    display: grid;
}

.proposal-cta .head-base .main-core a::after {
    transform: translateX(-5px);
    opacity: 0;
    margin-left: 0.5rem;
    content: "\2192";
    transition: all 0.3s ease;
}

.proposal-cta .head-base .main-core a:hover {
    color: #ffffff;
    padding-left: 0.5rem;
}

.skill-test {
    margin-top: 4rem;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2rem 0;
}

.proposal-cta::after {
    top: 2rem;
    width: 50px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    height: 50px;
    right: 2rem;
    position: absolute;
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
}

.proposal-cta .company_holder::after {
    bottom: 0;
    position: absolute;
    height: 50px;
    border-left: 2px solid rgba(255, 255, 255, 0.2);
    content: "";
    width: 50px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    left: 0;
}

.about-this {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(199,227,231) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 0;
}

.about-this::after {
    right: -100px;
    width: 200px;
    border: 1px solid rgb(101,167,175,0.5);
    animation: rotate 30s infinite linear;
    z-index: 0;
    position: absolute;
    height: 200px;
    border-radius: 50%;
    content: "";
    top: -100px;
}

.about-this h1 {
    margin-bottom: 3rem;
    animation: slideIn 0.8s forwards 0.2s ease-out;
    font-size: 42px;
    display: inline-block;
    position: relative;
    opacity: 0;
    font-weight: 700;
    transform: translateX(20px);
    color: #000000;
}

.about-this .guide-bios {
    position: relative;
}

.about-this .guide-bios::before {
    content: "";
    position: absolute;
    top: -25px;
    animation: float 6s infinite alternate ease-in-out;
    width: 50px;
    z-index: 0;
    height: 50px;
    left: -25px;
    border: 2px solid rgb(152,202,204,0.5);
    border-radius: 50%;
}

.about-this .creds-block:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px) scale(1.02);
}

.about-this .creds-block::before {
    width: 120%;
    background: linear-gradient(90deg, rgb(152,202,204,0.5) 0%, transparent 100%);
    transform: rotate(-3deg);
    left: -10%;
    transition: opacity 0.3s;
    content: "";
    position: absolute;
    opacity: 0.1;
    top: -60px;
    height: 120px;
}

.about-this .creds-block:nth-child(2)::before {
    transform: rotate(3deg);
    background: linear-gradient(90deg, rgb(101,167,175,0.5) 0%, transparent 100%);
}

.about-this h4::after {
    width: 40px;
    transform: scaleX(0);
    bottom: -8px;
    height: 3px;
    transform-origin: left;
    background: rgb(152,202,204);
    animation: expandLine 0.5s forwards 1.2s ease-out;
    content: "";
    position: absolute;
    left: 0;
}

.course-features {
    background-color: rgb(199,227,231);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}

.course-features::after {
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(152,202,204,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(101,167,175,0.5) 0%, transparent 8%);
    position: absolute;
    left: 0;
    background-size: 120px 120px, 120px 120px;
    width: 100%;
}

.course-features .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 3;
}

.course-features .headline-wrap {
    backdrop-filter: blur(5px);
    padding: 50px;
    z-index: 4;
    border-top: 3px solid rgb(152,202,204);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    border-bottom: 3px solid rgb(101,167,175);
    position: relative;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 11px;
}

.course-features .headline-wrap h2 {
    background: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 34px;
    border-radius: 10px;
    color: #ffffff;
    padding: 10px 25px;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: inline-block;
}

.course-features .headline-wrap .description {
    margin-bottom: 25px;
    line-height: 1.8;
    font-weight: 600;
    padding: 15px 20px;
    border-left: 2px solid rgb(152,202,204);
    font-size: 17px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.6);
    position: relative;
    backdrop-filter: blur(3px);
    color: #000000;
    border-radius: 10px;
}

.course-features .snapshot::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.4) 0%, 
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.4) 100%);
    top: 0;
    content: "";
    height: 100%;
    z-index: 2;
}

.course-features .knowledge-guide::after {
    opacity: 0.3;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(152,202,204,0.5) 0%, transparent 1%),
        radial-gradient(circle at 90% 90%, rgb(101,167,175,0.5) 0%, transparent 1%);
    top: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    content: "";
    background-size: 30px 30px;
    pointer-events: none;
    left: 0;
    height: 100%;
}

.pricing-group .rate-list {
    position: relative;
}

.pricing-group h2::after {
    left: 50%;
    width: 80px;
    content: "";
    background: rgb(152,202,204);
    bottom: -10px;
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
}

.pricing-group .pay-options {
    font-size: 18px;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 auto 50px;
    text-align: center;
    max-width: 700px;
    line-height: 1.6;
}

.pricing-group .lesson-fees li {
    perspective: 1000px;
    transform-style: preserve-3d;
}

.pricing-group .fee-structure:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.pricing-group .fee-structure::before {
    width: 100%;
    height: 100%;
    z-index: -1;
    background: linear-gradient(45deg, transparent 0%, rgba(rgb(152,202,204), 0.05) 100%);
    left: 0;
    top: 0;
    position: absolute;
    content: "";
}

.pricing-group .lesson-plans {
    padding: 35px 25px;
    height: 100%;
}

.pricing-group .plan-matrix {
    flex-direction: column;
    height: 100%;
    position: relative;
    display: flex;
    z-index: 2;
}

.pricing-group .plan-matrix h4::after {
    position: absolute;
    left: 0;
    background: rgb(152,202,204);
    height: 2px;
    width: 40px;
    content: "";
    transition: width 0.3s ease;
    bottom: 0;
}

.pricing-group .plan-matrix p {
    scrollbar-color: rgb(152,202,204) transparent;
    max-height: 250px;
    line-height: 1.6;
    word-break: break-word;
    flex-grow: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    color: rgb(255, 255, 255, 0.5);
    margin: 0 0 25px;
    font-size: 18px;
    overflow-wrap: break-word;
}

.pricing-group .fee-structure:hover .learn-pricing {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    transform: translateZ(20px) scale(1.05);
}

.user-feedback::before {
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 20%, rgb(152,202,204,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(101,167,175,0.5) 0%, transparent 30%);
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    z-index: 0;
}

.user-feedback .skill-space {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}

.user-feedback h4::before {
    border-radius: 50%;
    z-index: -1;
    position: absolute;
    top: 50%;
    border: 2px solid rgb(152,202,204,0.5);
    opacity: 0.3;
    width: 120px;
    content: "";
    transform: translate(-50%, -50%);
    height: 120px;
    left: 50%;
}

.user-feedback .rating-views {
    margin: 0 -1.5rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    perspective: 1000px;
}

.user-feedback .testimonials {
    padding: 2.5rem;
    overflow: hidden;
    border-radius: 14px;
    margin: 1.5rem;
    transition: all 0.5s ease;
    position: relative;
    width: calc(33.33% - 3rem);
    background: #ffffff;
    transform-style: preserve-3d;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(101,167,175,0.5);
    transform: translateZ(0);
}

.user-feedback .testimonials {
    margin: 1rem 0;
    width: 100%;
}

.user-feedback .testimonials:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.1;
}



.user-feedback .testimonials::after {
    height: 20px;
    opacity: 0.5;
    transition: all 0.3s ease;
    width: 20px;
    border-radius: 50%;
    right: 20px;
    position: absolute;
    background: rgb(152,202,204,0.5);
    content: "";
    top: 20px;
}

.user-feedback .testimonials:hover .snapshot {
    transform: translateZ(40px) scale(1.1);
}

.user-feedback .testimonials .snapshot::before {
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    opacity: 0;
    content: "";
    transition: all 0.5s ease;
    border-radius: 50%;
    animation: spin 30s linear infinite;
    border: 1px dashed rgb(101,167,175,0.5);
}

.user-feedback .testimonials:hover span {
    color: rgb(152,202,204);
    transform: translateZ(25px);
}

.user-feedback .testimonials p {
    position: relative;
    transition: all 0.4s ease;
    text-align: center;
    transform: translateZ(5px);
    font-size: 14px;
    color: #000000;
    line-height: 1.7;
}

.user-feedback .testimonials:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}

.appHub {
    background: linear-gradient(135deg, rgb(199,227,231) 0%, rgb(101,167,175,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    perspective: 1000px;
}

.appHub::after {
    background: rgb(152,202,204,0.5);
    transform: rotate(-15deg) translateZ(-10px);
    top: -10%;
    right: -10%;
    animation: floatElement 20s infinite alternate ease-in-out;
    width: 50%;
    opacity: 0.05;
    z-index: 0;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 50%;
    position: absolute;
    filter: blur(30px);
    content: "";
}

.appHub h2 {
    position: relative;
    line-height: 1.3;
    color: #000000;
    animation: slideInFromTop 0.8s ease-out forwards;
    font-size: 29px;
    margin-bottom: 40px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
    font-weight: 700;
    transform: translateZ(30px);
}

.appHub .skill-space {
    transform: translateZ(10px) rotateX(2deg);
    animation: fadeInUp 1s 0.3s backwards;
    position: relative;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    padding: 45px;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.appHub ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.appHub li {
    display: flex;
    align-items: flex-start;
    position: relative;
}

.appHub li::before {
    background: rgb(152,202,204);
    height: 12px;
    left: -30px;
    position: absolute;
    transform: scale(0);
    content: "";
    animation: dotAppear 0.5s 1.2s forwards;
    opacity: 0;
    top: 8px;
    width: 12px;
    border-radius: 50%;
}

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

header .header-guide {
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
}

header .header-guide svg {
    height: auto;
    width: 180px;
    transition: transform 0.3s ease;
}

header .header-guide:hover svg {
    transform: scale(1.05);
}

header .nav-sitebar {
    border-radius: 10px;
    color: #000000;
    background: #ffffff;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-decoration: none;
    font-size: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.contact {
    background: rgb(199,227,231);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.contact::before {
    width: 100%;
    background-size: 40px 40px;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    height: 100%;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(152,202,204,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(152,202,204,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(152,202,204,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(152,202,204,0.5) 75%);
    opacity: 0.03;
    z-index: 0;
    position: absolute;
    top: 0;
}

.contact h3 {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    color: rgb(152,202,204);
    letter-spacing: 2px;
    z-index: 2;
    position: relative;
}

.contact h3::after {
    width: 40px;
    background: rgb(101,167,175);
    height: 2px;
    bottom: -25px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    content: "";
}

.contact .help-map {
    flex: 1 1 60%;
    padding: 50px;
    position: relative;
}

.contact .help-map::before {
    background: linear-gradient(to bottom, transparent, rgb(199,227,231), transparent);
    position: absolute;
    top: 0;
    width: 1px;
    right: 0;
    height: 100%;
    content: "";
}

.contact .help-map h3::after {
    bottom: -18px;
    transform: none;
    left: 0;
    width: 25px;
}

.contact .help-map input[type="text"]:focus,
.contact .help-map textarea:focus {
    outline: none;
    border-color: rgb(152,202,204);
    box-shadow: 0 0 0 4px rgb(152,202,204,0.5);
}

.contact .help-map textarea {
    resize: vertical;
    min-height: 140px;
}

.contact .help-map .support-query {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.contact .help-map .support-query label {
    padding-left: 30px;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.contact .help-map .support-query input[type="checkbox"]:checked + label::before {
    border-color: rgb(152,202,204);
    background: rgb(152,202,204);
}

.contact .help-map .support-query a {
    position: relative;
    text-decoration: none;
    font-weight: 600;
    color: rgb(152,202,204);
    transition: all 0.3s ease;
}

.contact .help-map .support-query a::after {
    background: rgb(152,202,204);
    transform-origin: right;
    position: absolute;
    content: "";
    transform: scaleX(0);
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    height: 1px;
    bottom: -2px;
}

.contact .help-map .support-box::before {
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    transition: all 0.3s ease;
    top: 0;
    width: 0;
    left: 0;
    background: rgb(101,167,175);
}

.contact .help-map .support-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.contact .inquiry-help::before {
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    background-size: 30px 30px;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(152,202,204,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(152,202,204,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(152,202,204,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(152,202,204,0.5) 75%);
    opacity: 0.03;
}

.contact .inquiry-help .request-grid li {
    margin-bottom: 20px;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    align-items: center;
    transition: all 0.3s ease;
    background: #ffffff;
    padding: 15px;
    border-radius: 10px;
}

.contact .inquiry-help .request-grid li svg path {
    fill: rgb(152,202,204);
    transition: all 0.3s ease;
}

.contact .inquiry-help .request-grid li span {
    color: #000000;
    font-size: 18px;
}

.contact .inquiry-help .request-grid li a:hover {
    color: rgb(152,202,204);
}

.join-our-community {
    background: linear-gradient(135deg, rgb(152,202,204,0.5), rgb(199,227,231));
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

.join-our-community::after {
    animation: float 20s infinite ease-in-out reverse;
    position: absolute;
    bottom: -10%;
    width: 250px;
    z-index: 0;
    height: 250px;
    opacity: 0.5;
    background: radial-gradient(circle, rgb(152,202,204,0.5) 0%, transparent 70%);
    content: "";
    left: -5%;
}

.join-our-community .skill-space:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.join-our-community h3 {
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    transform: translateY(0);
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 2rem;
    transition: transform 0.4s ease;
    color: #000000;
    line-height: 1.3;
}

.join-our-community h3::after {
    content: "";
    transform-origin: left;
    background: rgb(152,202,204);
    position: absolute;
    transition: transform 0.5s ease-out;
    bottom: -10px;
    left: 0;
    height: 3px;
    transform: scaleX(1);
    width: 60px;
}

.join-our-community .input_holder div {
    overflow: hidden;
    position: relative;
    flex: 1 1 300px;
}

.join-our-community .input_holder input[type="email"]:focus {
    border-color: rgb(152,202,204);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.join-our-community .input_holder input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.join-our-community .input_holder .instant-learning {
    flex: 0 0 auto;
    color: #ffffff;
    font-size: 19px;
    z-index: 1;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    font-weight: 600;
    overflow: hidden;
    background: rgb(152,202,204);
    cursor: pointer;
    padding: 1rem 1.8rem;
}

.join-our-community .input_holder .instant-learning:active {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

.welcome-section {
    font-family: Arial, sans-serif;
    background-color: rgb(199,227,231);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.welcome-section .start-primary::before {
    opacity: 0.85;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, rgb(152,202,204) 0%, rgba(0,0,0,0.7) 100%);
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
}

.welcome-section .founders-team {
    position: relative;
    transform: translateY(-2%);
    animation: fadeInUp 1.2s ease-out forwards;
    display: grid;
    gap: 2rem;
    margin-left: 10%;
    grid-template-columns: 1fr;
    padding: 4rem 0;
    max-width: 80%;
    z-index: 3;
}

.welcome-section .founders-team > div:first-child {
    position: relative;
}

.welcome-section .founders-team > div:first-child::before {
    width: 5px;
    transform: translateY(-50%);
    content: "";
    height: 70%;
    top: 50%;
    background: linear-gradient(to bottom, rgb(101,167,175), transparent);
    position: absolute;
    left: -20px;
}

.welcome-section .title_style_header::after {
    animation: lineGrow 1.5s ease-out forwards;
    position: absolute;
    animation-delay: 0.8s;
    height: 3px;
    left: 0;
    bottom: -10px;
    background: rgb(101,167,175);
    content: "";
    width: 0;
}

.welcome-section p {
    animation-delay: 0.6s;
    line-height: 1.7;
    padding-left: 1rem;
    animation: fadeIn 1s ease-out forwards;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 2rem;
    opacity: 0;
    font-size: 12px;
    position: relative;
}



.welcome-section:hover .founders-team > div:first-child {
    transform: translateY(-5px);
    transition: transform 0.5s ease;
}

.welcome-section:hover .founders-team > div:nth-child(2) {
    transition: transform 0.5s ease;
    transform: translateX(5px);
}

.privacy-preserve::before {
    transform: scaleX(0.95);
    left: 0;
    transform-origin: left;
    box-shadow: 0 0 20px rgba(rgb(152,202,204,0.5), 0.2);
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(152,202,204) 0%, rgb(101,167,175) 100%);
    position: absolute;
    width: 100%;
    height: 8px;
}

.privacy-preserve .container {
    z-index: 1;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.privacy-preserve h1::after {
    bottom: -1rem;
    content: "";
    background: linear-gradient(90deg, rgb(152,202,204), transparent);
    animation: pulse 4s infinite alternate ease-in-out;
    height: 4px;
    transform-origin: left;
    position: absolute;
    left: 0;
    width: 6rem;
}

.privacy-preserve h2::before {
    width: 4px;
    height: calc(100% - 0.5rem);
    content: "";
    background: rgb(101,167,175);
    transform: scaleY(0.9);
    top: 0.25rem;
    left: 0;
    position: absolute;
}

.privacy-preserve h3::before {
    transform: scaleY(0.8);
    background: rgb(101,167,175);
    height: calc(100% - 0.4rem);
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0.2rem;
    width: 3px;
}

.privacy-preserve p {
    color: #000000;
    font-size: 12px;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    line-height: 1.7;
}

.privacy-preserve p strong {
    font-weight: 600;
    display: inline-block;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(101,167,175,0.5), 0.15) 40%);
    color: #000000;
    position: relative;
    padding: 0 0.2rem;
}

.privacy-preserve ul {
    margin: 1.5rem 0 2rem 1.5rem;
    list-style-type: none;
    padding: 0;
}

.privacy-preserve li::before {
    transform: rotate(45deg);
    top: 0.5rem;
    position: absolute;
    border: 2px solid rgb(152,202,204);
    opacity: 0.8;
    content: "";
    height: 10px;
    width: 10px;
    left: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.target-audience::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0.2;
    background: 
        radial-gradient(circle at 20% 30%, rgb(152,202,204,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(101,167,175,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 0;
    top: 0;
}

.target-audience h4 {
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.target-audience div {
    gap: 30px;
    display: flex;
    flex-wrap: wrap;
}

.target-audience div p {
    line-height: 1.6;
    border-radius: 11px;
    margin: 0;
    overflow: hidden;
    flex: 1 1 calc(33.333% - 20px);
    display: flex;
    position: relative;
    color: #000000;
    background: rgb(199,227,231);
    align-items: center;
    transition: all 0.3s ease;
    padding: 25px;
    min-width: 250px;
    font-size: 16px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
}

.target-audience div p svg {
    width: 40px;
    transition: all 0.3s ease;
    background: rgb(199,227,231);
    border-radius: 50%;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    margin-right: 20px;
    min-width: 40px;
    padding: 8px;
    height: 40px;
}

.target-audience div p:hover svg path {
    fill: rgb(101,167,175);
}

.leadership-experience {
    min-height: 400px;
    position: relative;
    background: linear-gradient(135deg, rgb(199,227,231) 0%, rgb(152,202,204,0.5) 100%);
    overflow: hidden;
    padding: 60px 30px;
}

.leadership-experience::after {
    animation: float 6s ease-in-out infinite reverse;
    bottom: -30px;
    left: -30px;
    height: 150px;
    background: rgb(152,202,204,0.5);
    border-radius: 50%;
    filter: blur(30px);
    z-index: 0;
    width: 150px;
    content: "";
    position: absolute;
}

.leadership-experience .testimonials:hover {
    transform: rotate(0deg) scale(1.02);
}

.leadership-experience .testimonials:hover .snapshot {
    transform: translateY(0);
    box-shadow: 20px 20px 0 rgb(101,167,175);
}

.leadership-experience .career-timeline {
    flex-direction: column;
    border-radius: 20px;
    justify-content: center;
    background: #ffffff;
    padding: 30px;
    transition: all 0.4s ease;
    display: flex;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateX(-30px) rotate(3deg);
    flex: 1;
    min-width: 280px;
}

.leadership-experience .name::after {
    content: "";
    height: 4px;
    bottom: 0;
    width: 60px;
    background: linear-gradient(90deg, rgb(101,167,175) 0%, transparent 100%);
    border-radius: 2px;
    left: 0;
    position: absolute;
}

.leadership-experience .work-section::before {
    left: -15px;
    color: rgb(152,202,204);
    font-size: 80px;
    content: "";
    opacity: 0.1;
    top: -20px;
    position: absolute;
    font-family: Arial, sans-serif;
}

.data-accept {
    margin: 0 auto;
    padding: 20px 15px;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    display: flex;
}

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

.consent-edu svg {
    width: 60px;
    fill: rgb(152,202,204);
    transition: fill 0.3s ease;
    height: 60px;
}

.cookie-message-popup h5 {
    color: rgb(152,202,204);
    font-size: 21px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 8px;
}

.visitor-controls {
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    padding: 10px 20px;
    margin-left: 10px;
    background: rgb(152,202,204);
    border-radius: 24px;
    color: #ffffff;
    line-height: 35px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    font-size: 17px;
}

.cookie-message-popup p a:hover {
    color: rgb(101,167,175);
}

#cookie-info-window:checked ~ .cookie-message-popup {
    visibility: hidden;
    opacity: 0;
}


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


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



@media (max-width: 1200px) {.proposal-cta .container {
    gap: 1.5rem;
}
}



@media (max-width: 992px) {.proposal-cta {
    padding: 4rem 0 2rem;
}.proposal-cta .container {
    grid-template-columns: 1fr;
}.proposal-cta .company_holder,
    .proposal-cta .milestone-cta {
    grid-column: span 12;
}.proposal-cta .company_holder {
    margin-bottom: 2rem;
}.proposal-cta::after,
    .proposal-cta .company_holder::before,
    .proposal-cta .company_holder::after,
    .proposal-cta .milestone-cta::after {
    display: none;
}
}



@media (max-width: 768px) {.proposal-cta {
    padding: 3rem 0 1.5rem;
}.proposal-cta .main-core {
    gap: 1.5rem;
}.proposal-cta .company_holder h3 {
    font-size: calc(33px - 2px);
}.skill-test {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.proposal-cta {
    padding: 2.5rem 0 1rem;
}.proposal-cta .main-core {
    grid-template-columns: 1fr;
    gap: 2rem;
}.proposal-cta .price-table {
    padding-left: 1rem;
}.skill-test {
    margin-top: 2rem;
}
}



@media (min-width: 768px) {.about-this {
    padding: 7rem 0;
}.about-this ul {
    grid-template-columns: repeat(2, 1fr);
}.about-this h1 {
    margin-left: 2rem;
    font-size: calc(42px * 1.1);
}.about-this .creds-block {
    padding: 3rem;
}.about-this .creds-block div {
    max-height: 350px;
}
}



@media (min-width: 1200px) {.about-this h1 {
    font-size: calc(42px * 1.2);
    margin-left: 6rem;
}.about-this .creds-block {
    padding: 3.5rem;
}.about-this .creds-block div {
    max-height: 450px;
}}



@media (max-width: 992px) {.course-features {
    padding: 80px 0;
}.course-features .headline-wrap {
    padding: 40px;
    margin-bottom: 40px;
}.course-features .snapshot {
    height: 60%;
}
}



@media (max-width: 768px) {.course-features {
    padding: 60px 0;
}.course-features .headline-wrap {
    padding: 30px;
    margin-bottom: 30px;
}.course-features .headline-wrap h2 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
}.course-features .snapshot {
    clip-path: polygon(0 20%, 100% 10%, 100% 100%, 0% 100%);
    height: 50%;
}
}



@media (max-width: 991px) {.pricing-group {
    padding: 80px 0;
}.pricing-group .lesson-fees {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 20px;
}.pricing-group .lesson-plans {
    padding: 25px 20px;
}.pricing-group .plan-matrix h4 {
    font-size: 22px;
}.pricing-group .learn-pricing {
    padding: 8px 20px;
    font-size: 22px;
}
}



@media (max-width: 480px) {.pricing-group {
    padding: 50px 0;
}.pricing-group h2 {
    font-size: calc(32px * 0.75);
}.pricing-group .lesson-plans {
    padding: 20px 15px;
}.pricing-group .plan-matrix h4 {
    font-size: calc(22px * 0.9);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.pricing-group .plan-matrix p {
    font-size: calc(18px * 0.9);
    max-height: 150px;
    margin-bottom: 20px;
}.pricing-group .learn-pricing {
    font-size: calc(22px * 0.9);
    padding: 8px 15px;
}}



@media (max-width: 991px) {.appHub {
    padding: 80px 0;
}.appHub h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.appHub .skill-space {
    padding: 35px;
}
}



@media (max-width: 480px) {.appHub {
    padding: 40px 0;
}.appHub h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.7);
}.appHub .skill-space {
    padding: 25px 20px;
}.appHub h2::after {
    width: 60px;
    height: 2px;
}.appHub li span {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header-guide svg {
    width: 160px;
}header .head-base {
    padding: 0.7rem;
}header .nav-sitebar {
    padding: 0.5rem 1rem;
    font-size: calc(12px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-skill {
    gap: 0.8rem;
}header .header-guide svg {
    width: 120px;
}header .head-base {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.5rem;
    overflow-x: auto;
}header .head-base::-webkit-scrollbar {
    height: 3px;
}header .head-base::-webkit-scrollbar-thumb {
    background: rgb(152,202,204);
    border-radius: 10px;
}header .nav-sitebar {
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    font-size: calc(12px - 2px);
    flex-shrink: 0;
}}



@media (max-width: 576px) {.contact {
    padding: 40px 0;
}.contact h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 30px;
}.contact .help-map,
    .contact .inquiry-help {
    padding: 25px 20px;
}.contact .help-map input[type="text"],
    .contact .help-map textarea {
    margin-bottom: 15px;
}.contact .help-map .support-query label {
    font-size: calc(14px * 0.9);
}.contact .help-map .support-box {
    padding: 12px 20px;
    width: 100%;
}.contact .inquiry-help .request-grid li {
    margin-bottom: 15px;
    padding: 12px;
}}



@media screen and (max-width: 480px) {.join-our-community {
    padding: 2.5rem 0;
}.join-our-community .skill-space {
    padding: 1.5rem;
}.join-our-community h3 {
    font-size: 1.2rem;
    margin-bottom: 1.25rem;
}.join-our-community h3::after {
    height: 2px;
    width: 40px;
}.join-our-community .input_holder input[type="email"] {
    padding: 0.9rem 1.2rem;
}.join-our-community .input_holder .instant-learning {
    padding: 0.8rem 1.2rem;
}}



@media (min-width: 992px) {.welcome-section .founders-team {
    grid-template-columns: 1fr 1fr;
    margin-left: 5%;
    max-width: 90%;
    gap: 3rem;
}.welcome-section .title_style_header {
    font-size: calc(45px * 1.4);
}.welcome-section h3 {
    font-size: calc(20px * 1.1);
}.welcome-section .founders-team > div:nth-child(2) {
    padding-top: 2rem;
}
}



@media (max-width: 576px) {.welcome-section .founders-team {
    padding: 2rem 0;
}.welcome-section .title_style_header {
    font-size: 45px;
}.welcome-section .founders-team > div:first-child::before {
    left: -15px;
    height: 50%;
}.welcome-section h3 {
    font-size: calc(20px * 0.9);
}.welcome-section p {
    font-size: calc(12px * 0.9);
}}



@media (min-width: 1024px) {.privacy-preserve {
    padding: 8rem 4rem 6rem;
}.privacy-preserve::after {
    right: -80px;
    top: 80px;
    width: 400px;
    height: 400px;
}.privacy-preserve .container {
    max-width: 1200px;
}.privacy-preserve h1 {
    transform: translateX(-1rem);
}.privacy-preserve h1::after {
    width: 8rem;
}.privacy-preserve h2 {
    padding-left: 1.5rem;
    font-size: calc(36px * 1.1);
}.privacy-preserve h2::before {
    width: 6px;
}.privacy-preserve li {
    padding-left: 2rem;
}.privacy-preserve li::before {
    width: 12px;
    height: 12px;
}
}



@media (max-width: 1100px) {.target-audience div p {
    flex: 1 1 calc(50% - 15px);
}
}



@media (max-width: 991px) {.target-audience {
    padding: 80px 0;
}.target-audience .skill-space {
    padding: 40px 30px;
}.target-audience h4 {
    font-size: calc(33px - 2px);
    margin-bottom: 40px;
}.target-audience div {
    gap: 20px;
}.target-audience div p {
    padding: 20px;
}.target-audience div p svg {
    margin-right: 15px;
    width: 35px;
    height: 35px;
    min-width: 35px;
}
}



@media (max-width: 479px) {.target-audience {
    padding: 40px 0;
}.target-audience .skill-space {
    padding: 25px 15px;
}.target-audience h4 {
    font-size: calc(33px - 6px);
    margin-bottom: 30px;
}.target-audience div {
    gap: 15px;
}.target-audience div p {
    font-size: calc(16px - 1px);
    padding: 15px;
}.target-audience div p svg {
    min-width: 26px;
    width: 26px;
    height: 26px;
    padding: 5px;
    margin-right: 12px;
}}



@media (max-width: 767px) {.leadership-experience {
    padding: 30px 15px;
}.leadership-experience .snapshot {
    width: 180px;
    height: 220px;
}.leadership-experience .career-timeline {
    padding: 20px;
}.leadership-experience .name {
    font-size: calc(35px - 4px);
}.leadership-experience .work-section {
    font-size: 16px;
}}


@media only screen and (max-width: 800px) {.data-accept {
    padding: 15px;
}.consent-edu {
    display: none;
}.cookie-message-popup h5 {
    font-size: 17px;
}.cookie-message-popup p {
    font-size: 14px;
}}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}



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



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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

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

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



@keyframes backgroundPulse {
    0%, 100% { 
        opacity: 0.15;
        transform: scale(1);
    }
    50% { 
        opacity: 0.25;
        transform: scale(1.05);
    }
}



@keyframes slideInFromTop {
    0% { 
        opacity: 0;
        transform: translateY(-40px) translateZ(30px);
    }
    100% { 
        opacity: 1;
        transform: translateY(0) translateZ(30px);
    }
}



@keyframes heightGrow {
    0% { height: 0; }
    100% { height: 100%; }
}



@keyframes dotAppear {
    0% { opacity: 0; transform: scale(0); }
    70% { opacity: 1; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}



@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, 15px) rotate(5deg);
    }
    50% {
        transform: translate(-5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-15px, -5px) rotate(2deg);
    }
}



@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 60px;
  }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

