* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}.green-edu {
    flex: 0 0 auto;
}.main-mainbar {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1169px;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-canvas {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    top: 0;
    position: fixed;
    border-bottom: 2px solid rgb(233,230,225);
    left: 0;
    width: 100%;
    transition: all 0.3s ease;
    z-index: 1000;
    background-color: #ffffff;
}header:before {
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152), rgb(208,202,191));
    content: '';
    top: 0;
    background-size: 200% 100%;
    animation: gradientMove 6s infinite linear;
    left: 0;
    width: 100%;
    position: absolute;
    height: 4px;
}header .head-guide {
    width: 100%;
    padding: 0;
}header .container {
    position: relative;
    padding: 20px;
    margin: 0 auto;
    max-width: 1200px;
}header .main-info {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .nav-sitebar {
    gap: 35px;
    align-items: center;
    display: flex;
}header .header-learn {
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    position: relative;
    padding: 5px 0;
    font-family: Arial, sans-serif;
    font-weight: 600;
}header .header-learn:before {
    left: -15px;
    top: 50%;
    transition: transform 0.3s ease;
    width: 6px;
    position: absolute;
    background-color: rgb(208,202,191);
    content: '';
    height: 6px;
    transform: translateY(-50%) scale(0);
    border-radius: 10px;
}header .header-learn:after {
    width: 100%;
    transition: transform 0.3s ease;
    transform-origin: center;
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
    left: 0;
    background-color: rgb(208,202,191);
    content: '';
    height: 2px;
}header .header-learn:hover {
    color: rgb(208,202,191);
}header .header-learn:hover:before {
    transform: translateY(-50%) scale(1);
}header .header-learn:hover:after {
    transform: scaleX(1);
}header .top-main {
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
    padding: 5px 10px;
    position: relative;
    align-items: center;
}header .top-main:before {
    content: '';
    background: linear-gradient(to right, rgb(208,202,191), rgb(173,166,152)) border-box;
    -webkit-mask-composite: xor;
    width: 100%;
    opacity: 0;
    left: 0;
    mask-composite: exclude;
    border: 2px solid transparent;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}header .top-main:hover:before {
    opacity: 1;
}header .top-main svg {
    height: 42px;
    transition: transform 0.3s ease;
    width: auto;
}header .top-main:hover svg {
    transform: scale(1.05);
}

@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px;
}header .nav-sitebar {
    gap: 20px;
}header .header-learn:before {
    left: -10px;
}header .top-main svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav-sitebar {
    width: 100%;
    flex-direction: column;
    left: 0;
    position: absolute;
    z-index: 1001;
    padding: 0;
    gap: 0;
    border-bottom: 3px solid rgb(208,202,191);
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-height: 0;
    transition: max-height 0.4s ease;
    top: 100%;
}header .menu.active {
    max-height: 400px;
}header .header-learn {
    width: 100%;
    border-bottom: 1px solid rgb(233,230,225);
    padding: 12px 20px;
}header .header-learn:last-child {
    border-bottom: none;
}header .header-learn:before {
    left: 5px;
}header .main-info {
    padding: 5px 0;
}header .top-main {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .top-main svg {
    height: 32px;
}}.academic-expertise {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: rgb(233,230,225);
}.academic-expertise::before {
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(208,202,191,0.5) 10%, 
        transparent 11%);
    left: 0;
    animation: gradientSlide 30s linear infinite;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-size: 150px 100%;
    opacity: 0.3;
}.academic-expertise .container {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    z-index: 2;
}.academic-expertise .student-insights {
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    flex-direction: column;
    background: #ffffff;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 60px 40px 40px;
    position: relative;
    display: flex;
}.academic-expertise .student-insights:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.academic-expertise .img-card {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    transition: all 0.5s ease;
    top: -60px;
    transform: rotate(0deg);
    width: 120px;
    left: 40px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(208,202,191);
    position: absolute;
    height: 120px;
    border-radius: 2px;
}.academic-expertise .student-insights:hover .img-card {
    transform: rotate(-5deg);
}.academic-expertise .name {
    margin-top: 40px;
    font-size: calc(22px * 1.2);
    color: #000000;
    transition: transform 0.5s ease;
    font-weight: 700;
    letter-spacing: -0.5px;
    transform: translateX(0);
    margin-left: 0;
}.academic-expertise .student-insights:hover .name {
    transform: translateX(10px);
}.academic-expertise .student-insights span:not(.name) {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    transform: translateX(0);
    letter-spacing: 1px;
    transition: transform 0.5s ease;
    margin-top: 5px;
    color: #000000;
}.academic-expertise .student-insights:hover span:not(.name) {
    transform: translateX(10px);
    color: rgb(208,202,191);
}.academic-expertise .exp-projects {
    font-weight: 400;
    transition: padding 0.5s ease;
    font-size: 12px;
    padding-left: 0;
    position: relative;
    line-height: 1.8;
    margin-top: 40px;
    color: #000000;
}.academic-expertise .exp-projects::before {
    width: 30px;
    transition: transform 0.5s ease;
    position: absolute;
    background: rgb(208,202,191);
    left: -40px;
    top: 15px;
    height: 2px;
    transform: scaleX(0);
    content: "";
    transform-origin: right;
}.academic-expertise .student-insights:hover .exp-projects {
    padding-left: 20px;
}.academic-expertise .student-insights:hover .exp-projects::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.academic-expertise {
    padding: 80px 0;
}.academic-expertise .student-insights {
    padding: 80px 25px 30px;
    margin: 0 15px;
}.academic-expertise .img-card {
    width: 100px;
    left: 25px;
    height: 100px;
}.academic-expertise .name {
    font-size: 22px;
}.academic-expertise .exp-projects {
    font-size: calc(12px * 0.95);
}.academic-expertise .exp-projects::before {
    left: -25px;
    width: 20px;
}}.course-offering {
    z-index: 1;
    background: linear-gradient(145deg, rgb(233,230,225) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
}.course-offering::before {
    width: 60%;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(208,202,191,0.5), 0.05) 100%);
    top: 0;
    transform: skewX(-15deg) translateX(10%);
    z-index: -1;
}.course-offering::after {
    width: 200px;
    height: 200px;
    background: linear-gradient(225deg, rgb(208,202,191) 0%, rgb(173,166,152) 100%);
    transform: rotate(15deg);
    left: -50px;
    z-index: -1;
    opacity: 0.05;
    bottom: -50px;
    position: absolute;
    content: "";
}.course-offering .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
}.course-offering h2 {
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: #000000;
    margin-bottom: 50px;
    font-size: 30px;
    transform-origin: left center;
    position: relative;
}.course-offering h2::after {
    content: "";
    width: 80px;
    left: 0;
    position: absolute;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    height: this;
    transform: scaleX(1);
    background: rgb(208,202,191);
    bottom: -10px;
}.course-offering h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course-offering h2:hover::after {
    transform: scaleX(1.5);
}.course-offering .tech-classes {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    transform-style: preserve-3d;
}.course-offering .img-card {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    height: 350px;
    overflow: hidden;
    border: none;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
}.course-offering .img-card::before {
    bottom: 0;
    top: 0;
    transition: opacity 0.3s ease;
    left: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    position: absolute;
    content: "";
}.course-offering .img-card:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}.course-offering .content-wrap {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: #ffffff;
    position: relative;
    border-radius: 10px;
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    padding: 40px 30px;
}.course-offering .content-wrap::before {
    top: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(208,202,191), rgb(173,166,152));
    width: 5px;
}.course-offering .content-wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course-offering .content-wrap:hover::before {
    height: 100%;
}.course-offering .description {
    position: relative;
    font-size: 14px;
    transition: transform 0.4s ease;
    color: #000000;
    transform: translateZ(0);
    line-height: 1.7;
    margin-bottom: 20px;
}.course-offering .description:last-child {
    margin-bottom: 0;
}.course-offering .description::first-letter {
    font-size: 1.2em;
    font-weight: 600;
    color: rgb(208,202,191);
}.course-offering .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.course-offering .description:nth-child(2) {
    animation: fadeText 0.8s 0.3s ease forwards;
    opacity: 0;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.course-offering .tech-classes:hover .img-card {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course-offering .tech-classes:hover .content-wrap {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.course-offering {
    padding: 150px 0 130px;
}.course-offering .tech-classes {
    align-items: center;
    grid-template-columns: 1fr 1.2fr;
    gap: 60px;
}.course-offering h2 {
    max-width: 80%;
    font-size: calc(30px * 1.1);
}.course-offering .img-card {
    height: 500px;
}.course-offering .content-wrap {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.course-offering {
    padding: 180px 0 160px;
}.course-offering h2 {
    margin-bottom: 70px;
}.course-offering .tech-classes {
    gap: 80px;
}.course-offering .img-card {
    height: 600px;
}.course-offering .content-wrap {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.course-offering {
    padding: 80px 0 70px;
}.course-offering h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.85);
}.course-offering .img-card {
    height: 250px;
}.course-offering .content-wrap {
    padding: 30px 20px;
}.course-offering .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course-offering {
    padding: 60px 0 50px;
}.course-offering h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.75);
}.course-offering .img-card {
    height: 200px;
}.course-offering .content-wrap {
    padding: 25px 15px;
}.course-offering .description {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}.aspiring-learners {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(233,230,225) 0%, rgb(173,166,152,0.5) 100%);
}.aspiring-learners::before {
    background-image: 
        radial-gradient(circle at 75% 25%, rgb(208,202,191,0.5) 0%, transparent 50%),
        radial-gradient(circle at 25% 75%, rgb(173,166,152,0.5) 0%, transparent 50%);
    position: absolute;
    content: "";
    left: 0;
    opacity: 0.5;
    width: 100%;
    z-index: 0;
    top: 0;
    height: 100%;
}.aspiring-learners::after {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.1;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(208,202,191,0.5) 0,
            rgb(208,202,191,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(173,166,152,0.5) 0,
            rgb(173,166,152,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    content: "";
    left: 0;
    z-index: 0;
}.aspiring-learners .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.aspiring-learners .student-voice {
    background: rgba(255, 255, 255, 0.95);
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border-radius: 26px;
    flex-direction: column;
}.aspiring-learners .student-voice:hover {
    transform: translateY(-10px);
}.aspiring-learners h4 {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin: 0;
    position: relative;
    font-weight: 700;
    font-size: 29px;
    text-align: center;
    padding: 35px 30px;
    color: #ffffff;
    background: linear-gradient(120deg, rgb(208,202,191) 0%, rgb(173,166,152) 100%);
}.aspiring-learners h4::before {
    width: 100%;
    opacity: 0.5;
    content: "";
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%),
        radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 25%);
    left: 0;
    top: 0;
}.aspiring-learners div {
    padding: 40px;
    background: #ffffff;
}.aspiring-learners div p {
    margin-bottom: 20px;
    overflow: hidden;
    color: #000000;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    position: relative;
    padding: 20px;
    z-index: 1;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    align-items: center;
    line-height: 1.6;
    font-weight: 400;
    display: flex;
    font-size: 17px;
}.aspiring-learners div p:last-child {
    margin-bottom: 0;
}.aspiring-learners div p::before {
    position: absolute;
    height: 100%;
    width: 4px;
    background: linear-gradient(180deg, rgb(208,202,191), rgb(173,166,152));
    content: "";
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}.aspiring-learners div p::after {
    content: "";
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, 
        rgba(rgb(208,202,191), 0.05) 0%, 
        rgba(rgb(173,166,152), 0.05) 100%
    );
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}.aspiring-learners div p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
}.aspiring-learners div p:hover::before {
    width: 8px;
}.aspiring-learners div p:hover::after {
    opacity: 1;
}.aspiring-learners div p svg {
    width: 28px;
    min-width: 28px;
    margin-right: 18px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: 28px;
    transition: all 0.3s ease;
}.aspiring-learners div p:hover svg {
    transform: scale(1.15);
}.aspiring-learners div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(208,202,191);
}.aspiring-learners div p:hover svg path {
    fill: rgb(173,166,152);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 991px) {.aspiring-learners {
    padding: 80px 0;
}.aspiring-learners h4 {
    padding: 30px 25px;
    font-size: calc(29px - 2px);
}.aspiring-learners div {
    padding: 30px;
}.aspiring-learners div p {
    padding: 15px;
    margin-bottom: 15px;
}.aspiring-learners div p svg {
    height: 24px;
    min-width: 24px;
    margin-right: 15px;
    width: 24px;
}
}

@media (max-width: 767px) {.aspiring-learners {
    padding: 60px 0;
}.aspiring-learners h4 {
    padding: 25px 20px;
    font-size: calc(29px - 4px);
}.aspiring-learners div {
    padding: 25px 20px;
}.aspiring-learners div p {
    padding: 12px 15px;
    margin-bottom: 12px;
}.aspiring-learners div p svg {
    height: 20px;
    width: 20px;
    margin-right: 12px;
    min-width: 20px;
}
}

@media (max-width: 479px) {.aspiring-learners {
    padding: 40px 0;
}.aspiring-learners h4 {
    padding: 20px 15px;
    font-size: calc(29px - 6px);
}.aspiring-learners div {
    padding: 20px 15px;
}.aspiring-learners div p {
    margin-bottom: 10px;
    font-size: calc(17px - 1px);
    padding: 10px 12px;
}.aspiring-learners div p svg {
    min-width: 18px;
    width: 18px;
    margin-right: 10px;
    height: 18px;
}}.data-overview {
    overflow: hidden;
    padding: 120px 0;
    background: rgb(233,230,225);
    position: relative;
}.data-overview::before {
    width: 100%;
    top: 0;
    opacity: 0.1;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(208,202,191,0.5),
        rgb(208,202,191,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
    content: "";
    z-index: 1;
    position: absolute;
}.data-overview .container {
    z-index: 10;
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
    padding: 0 30px;
}.data-overview h2 {
    font-weight: 700;
    padding-left: 30px;
    color: #000000;
    margin-bottom: 80px;
    text-align: left;
    position: relative;
    font-family: Arial, sans-serif;
    border-left: 5px solid rgb(208,202,191);
    font-size: 28px;
}.data-overview ul {
    padding: 0;
    flex-direction: column;
    gap: 40px;
    margin: 0;
    list-style: none;
    display: flex;
}.data-overview .statistics-experts {
    position: relative;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
    overflow: hidden;
    grid-template-columns: 40% 60%;
    display: grid;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
    transition: all 0.4s ease-out;
}.data-overview .statistics-experts:nth-child(even) {
    grid-template-columns: 60% 40%;
    background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0.9));
    direction: rtl;
}.data-overview .statistics-experts p {
    padding: 40px;
    justify-content: center;
    font-size: calc(38px * 1.5);
    color: rgb(208,202,191);
    margin: 0;
    display: flex;
    font-weight: 700;
    direction: ltr;
    background: rgb(233,230,225);
    text-shadow: 0 0 15px rgb(208,202,191,0.5);
    align-items: center;
    position: relative;
}.data-overview .statistics-experts span {
    line-height: 1.7;
    color: #000000;
    z-index: 2;
    position: relative;
    padding: 40px;
    align-items: center;
    font-size: 22px;
    display: flex;
    font-weight: 400;
    direction: ltr;
}.data-overview .statistics-experts::before {
    opacity: 0;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(208,202,191,0.5) 0%,
        transparent 70%
    );
    top: -50%;
    position: absolute;
    content: "";
    left: -50%;
    width: 200%;
    z-index: 1;
    transition: all 0.5s ease-out;
    transform: scale(0.5);
}.data-overview .statistics-experts:hover::before {
    transform: scale(1);
    opacity: 0.2;
}.data-overview .statistics-experts p::after {
    width: 70%;
    transition: transform 0.4s ease-out;
    position: absolute;
    height: 1px;
    content: "";
    transform-origin: left;
    bottom: 50%;
    transform: scaleX(0);
    background: rgb(173,166,152);
}.data-overview .statistics-experts:nth-child(odd) p::after {
    transform-origin: right;
    right: -35%;
}.data-overview .statistics-experts:nth-child(even) p::after {
    left: -35%;
}.data-overview .statistics-experts:hover p::after {
    transform: scaleX(1);
}.data-overview svg {
    fill: rgb(173,166,152);
    transition: transform 0.3s ease;
    top: 20px;
    width: 30px;
    z-index: 3;
    right: 20px;
    height: 30px;
    position: absolute;
}.data-overview .statistics-experts:nth-child(even) svg {
    left: 20px;
    right: auto;
}.data-overview svg path {
    fill: rgb(173,166,152);
}.data-overview .statistics-experts:hover svg {
    transform: rotate(45deg);
}@keyframes borderFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.data-overview .statistics-experts {
    position: relative;
}.data-overview .statistics-experts::after {
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    inset: 0;
    border-radius: 11px;
    border: 1px solid transparent;
    -webkit-mask-composite: xor;
    content: "";
    animation: borderFlow 3s linear infinite;
    position: absolute;
    pointer-events: none;
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152), rgb(208,202,191)) border-box;
}.company-overview {
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}.company-overview::before {
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%);
    position: absolute;
}.company-overview::after {
    height: 60%;
    width: 60%;
    opacity: 0.7;
    position: absolute;
    filter: blur(50px);
    z-index: 2;
    right: -10%;
    top: -10%;
    transform: rotate(-15deg);
    content: "";
    animation: glow 12s infinite alternate ease-in-out;
    background: linear-gradient(135deg, rgb(208,202,191,0.5) 0%, transparent 70%);
}.company-overview .container {
    max-width: 1200px;
    position: relative;
    z-index: 5;
    margin: 0 auto;
    padding: 0 2rem;
}.company-overview .content-wrap {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateY(-2deg);
    border-left: 4px solid rgb(173,166,152);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    backdrop-filter: blur(10px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0% 100%);
    padding: 3rem;
}.company-overview .content-wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.company-overview h1 {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 1px;
    transform: translateX(-10px);
    animation: slideIn 0.8s 0.3s forwards cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    margin-bottom: 2.5rem;
    opacity: 0;
    font-size: 45px;
}.company-overview h1::after {
    width: 80px;
    bottom: -12px;
    position: absolute;
    transform-origin: left;
    content: "";
    background: linear-gradient(to right, rgb(173,166,152), transparent);
    height: 4px;
    transform: scaleX(0);
    animation: expandLine 1.2s 0.8s forwards cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
}.company-overview ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.company-overview ul li {
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 1.5rem;
    transform: translateY(20px);
}.company-overview ul li:last-child {
    animation-delay: 0.8s;
}.company-overview h4 {
    position: relative;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 1rem;
    color: rgb(173,166,152);
    font-size: calc(24px * 1.2);
}.company-overview h4::before {
    opacity: 0;
    border-top: 2px solid rgb(173,166,152,0.5);
    position: absolute;
    width: 30px;
    top: -10px;
    animation: fadeIn 1s 1.2s forwards ease-out;
    content: "";
    left: -20px;
    height: 30px;
    border-left: 2px solid rgb(173,166,152,0.5);
}.company-overview span {
    line-height: 1.8;
    color: #ffffff;
    font-size: 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    column-count: 1;
    font-weight: 300;
    position: relative;
}

@media (min-width: 768px) {.company-overview span {
    column-gap: 2.5rem;
    column-count: 2;
}.company-overview .content-wrap {
    padding: 4rem;
    margin-left: 2rem;
}
}

@media (min-width: 992px) {.company-overview {
    padding: 10rem 0;
}.company-overview .content-wrap {
    margin-left: 4rem;
    padding: 5rem;
}.company-overview h1 {
    font-size: calc(45px * 1.2);
}.company-overview span {
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.company-overview {
    padding: 6rem 0;
}.company-overview .content-wrap {
    border-left-width: 3px;
    transform: none;
    padding: 2rem;
    clip-path: none;
}.company-overview h1 {
    font-size: calc(45px * 0.9);
}.company-overview h4 {
    font-size: 24px;
}.company-overview span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.company-overview::after {
    width: 100%;
    height: 40%;
}}

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

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

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

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

@keyframes glow {
    0%, 100% {
        opacity: 0.7;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.4;
        transform: rotate(-10deg) scale(1.1);
    }
}.thanks-note {
    background: linear-gradient(135deg, rgb(233,230,225) 25%, rgba(rgb(208,202,191,0.5), 0.05) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.thanks-note::before {
    background: linear-gradient(120deg, rgb(173,166,152), rgba(rgb(173,166,152,0.5), 0.2));
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(80px);
    top: -15%;
    opacity: 0.1;
    right: -10%;
    position: absolute;
    transform: rotate(35deg) skew(15deg);
    z-index: 0;
    height: 70%;
    width: 40%;
    content: "";
}.thanks-note::after {
    left: 0;
    content: "";
    height: 10px;
    width: 100%;
    opacity: 0.3;
    z-index: 1;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(208,202,191) 20%, 
        rgb(173,166,152) 50%, 
        rgb(208,202,191) 80%, 
        transparent);
    position: absolute;
    bottom: 0;
}.thanks-note .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1140px;
    padding: 0 1.5rem;
}.thanks-note .student-voice {
    transform: perspective(1000px) rotateY(1deg);
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    gap: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(173,166,152,0.5), 0.1) inset;
    backdrop-filter: blur(10px);
}.thanks-note .student-voice:hover {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(173,166,152,0.5), 0.15) inset;
    transform: perspective(1000px) rotateY(-1deg);
}.thanks-note .student-voice > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.thanks-note .student-voice > div:first-child::after {
    background: rgb(208,202,191);
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    left: 0;
    width: 60px;
}.thanks-note .student-voice:hover > div:first-child::after {
    width: 120px;
}.thanks-note h5 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    position: relative;
    transition: transform 0.4s ease;
    transform: translateX(-5px);
    margin: 0 0 0.5rem 0;
}.thanks-note .student-voice:hover h5 {
    transform: translateX(0);
}.thanks-note a {
    position: relative;
    transition: transform 0.3s ease-out;
    text-decoration: none;
    display: block;
}.thanks-note a:hover {
    transform: translateY(-3px);
}.thanks-note p {
    line-height: 1.8;
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    transition: color 0.3s ease;
}.thanks-note a:hover p {
    color: rgb(208,202,191);
}.thanks-note a::before {
    opacity: 0.7;
    transition: width 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        rgb(208,202,191), 
        rgb(173,166,152));
    content: "";
    left: 0;
    width: 0;
    bottom: -10px;
}.thanks-note a:hover::before {
    width: 100%;
}.thanks-note .student-voice > div:first-child::before {
    opacity: 0.1;
    content: "✓";
    top: -20px;
    color: rgb(173,166,152);
    transform: rotate(-5deg) scale(0.9);
    font-size: calc(29px * 1.5);
    right: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
}.thanks-note .student-voice:hover > div:first-child::before {
    transform: rotate(5deg) scale(1.1);
    opacity: 0.2;
}

@keyframes float {
    0% {
        transform: rotate(35deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(38deg) skew(12deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(32deg) skew(18deg) translate(20px, -10px);
    }
}

@media (max-width: 992px) {.thanks-note {
    padding: 4rem 0;
}.thanks-note .student-voice {
    padding: 2.5rem;
}.thanks-note h5 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 768px) {.thanks-note {
    padding: 3rem 0;
}.thanks-note .student-voice {
    padding: 2rem;
    gap: 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.thanks-note .student-voice:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thanks-note h5 {
    font-size: calc(20px * 0.85);
    transform: translateX(0);
}.thanks-note p {
    font-size: calc(16px * 0.95);
}.thanks-note::before {
    top: -10%;
    right: -30%;
    width: 60%;
    height: 50%;
}
}

@media (max-width: 576px) {.thanks-note {
    padding: 2.5rem 0;
}.thanks-note .student-voice {
    gap: 1.25rem;
    padding: 1.5rem;
}.thanks-note h5 {
    font-size: calc(20px * 0.8);
}.thanks-note p {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}.thanks-note .student-voice > div:first-child {
    padding-bottom: 1rem;
}.thanks-note .student-voice > div:first-child::after {
    width: 40px;
    height: 2px;
}.thanks-note .student-voice:hover > div:first-child::after {
    width: 80px;
}.thanks-note .student-voice > div:first-child::before {
    top: -15px;
    font-size: calc(29px * 1.2);
}}.follow {
    background: rgb(233,230,225);
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.follow::before {
    content: "";
    position: absolute;
    opacity: 0.5;
    height: 100%;
    left: 0;
    top: 0;
    background:
        radial-gradient(circle at 10% 20%, rgb(208,202,191,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(173,166,152,0.5) 0%, transparent 35%);
    width: 100%;
}.follow .student-voice {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.follow .contact-message {
    max-width: 700px;
    padding: 3.5rem 3rem;
    position: relative;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 28px;
}.follow .contact-message::before {
    width: 120px;
    top: -40px;
    opacity: 0.2;
    position: absolute;
    content: "";
    animation: moveBlob1 20s infinite alternate ease-in-out;
    right: -40px;
    background: rgb(208,202,191);
    border-radius: 50%;
    height: 120px;
}.follow .contact-message::after {
    position: absolute;
    content: "";
    height: 180px;
    bottom: -60px;
    left: -60px;
    background: rgb(173,166,152);
    width: 180px;
    border-radius: 50%;
    opacity: 0.2;
    animation: moveBlob2 15s infinite alternate ease-in-out;
}@keyframes moveBlob1 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 60% 40% 70% 30% / 40% 50% 50% 60%;
        transform: translate(20px, 10px) scale(1.2);
    }
    66% {
        border-radius: 30% 70% 40% 60% / 60% 30% 70% 40%;
        transform: translate(-10px, 20px) scale(0.8);
    }
}

@keyframes moveBlob2 {
    0%, 100% {
        border-radius: 50%;
        transform: translate(0, 0) scale(1);
    }
    33% {
        border-radius: 40% 60% 30% 70% / 60% 40% 60% 40%;
        transform: translate(-20px, -10px) scale(1.1);
    }
    66% {
        border-radius: 70% 30% 60% 40% / 40% 70% 30% 60%;
        transform: translate(15px, -20px) scale(0.9);
    }
}

.follow h3 {
    margin-bottom: 2.5rem;
    overflow: hidden;
    position: relative;
    font-weight: 700;
    font-size: 23px;
    text-align: center;
    color: #000000;
    padding-bottom: 15px;
}.follow h3::after {
    width: 100%;
    animation: waveMotion 3s infinite ease-in-out;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(208,202,191) 50%,
        transparent 100%
    );
    content: "";
}@keyframes waveMotion {
    0%, 100% {
        transform: translateX(-100%);
    }
    50% {
        transform: translateX(100%);
    }
}

.follow .input_holder {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 2rem;
}.follow input[type="email"] {
    font-family: Arial, sans-serif;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.5);
    background: rgb(233,230,225);
    border: none;
    color: #000000;
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    font-size: 17px;
    border-radius: 50px;
}.follow input[type="email"]:focus {
    background: #ffffff;
    box-shadow: 
        inset 0 2px 5px rgba(0, 0, 0, 0.5),
        0 0 0 2px rgb(208,202,191,0.5);
    outline: none;
}.follow input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.follow input[type="submit"] {
    align-self: center;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50px;
    border: none;
    letter-spacing: 1px;
    z-index: 1;
    font-size: 18px;
    min-width: 180px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 1rem 2rem;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    background: linear-gradient(45deg, rgb(208,202,191) 0%, rgb(173,166,152) 100%);
    transition: all 0.3s ease;
}.follow input[type="submit"]::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(173,166,152) 0%, rgb(208,202,191) 100%);
    bottom: -10px;
    z-index: -1;
    transition: opacity 0.3s ease;
    opacity: 0;
    right: -10px;
    border-radius: 50px;
    content: "";
    top: -10px;
    transform: scale(0.95);
    left: -10px;
}.follow input[type="submit"]:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}.follow input[type="submit"]:hover::before {
    opacity: 1;
    animation: rotateGradient 2s infinite linear;
}@keyframes rotateGradient {
    0% {
        transform: scale(0.95) rotate(0deg);
    }
    100% {
        transform: scale(0.95) rotate(360deg);
    }
}

.follow .input_holder::before {
    animation: floatBubble 6s infinite alternate ease-in-out;
    position: absolute;
    width: 20px;
    border-radius: 50%;
    background: rgb(208,202,191,0.5);
    top: 15%;
    height: 20px;
    content: "";
    opacity: 0.3;
    right: 5%;
}.follow .input_holder::after {
    position: absolute;
    opacity: 0.3;
    background: rgb(173,166,152,0.5);
    border-radius: 50%;
    height: 15px;
    width: 15px;
    content: "";
    animation: floatBubble 8s infinite alternate-reverse ease-in-out;
    left: 5%;
    bottom: 15%;
}

@keyframes floatBubble {
    0%, 100% {
        transform: translate(0, 0);
    }
    33% {
        transform: translate(10px, -10px);
    }
    66% {
        transform: translate(-10px, 10px);
    }
}

@media (max-width: 768px) {.follow {
    padding: 4rem 1.5rem;
}.follow .contact-message {
    padding: 2.5rem 2rem;
}.follow .contact-message::before,
    .follow .contact-message::after {
    display: none;
}.follow h3 {
    margin-bottom: 2rem;
    font-size: calc(23px * 0.9);
}
}

@media (max-width: 480px) {.follow {
    padding: 3rem 1rem;
}.follow .contact-message {
    padding: 2rem 1.5rem;
}.follow h3 {
    margin-bottom: 1.5rem;
    font-size: calc(23px * 0.8);
}.follow input[type="email"] {
    padding: 1rem;
}.follow input[type="submit"] {
    padding: 0.8rem 1.5rem;
    min-width: 100%;
}}.privacy-defense {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(255,255,255,0.98) 100%);
    perspective: 1000px;
}.privacy-defense::before {
    height: 100%;
    transform: translateZ(-50px);
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(208,202,191,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(173,166,152,0.5) 0%, transparent 25%);
    opacity: 0.15;
    position: absolute;
    z-index: 0;
}.privacy-defense .container {
    border-left: 4px solid rgb(208,202,191);
    max-width: 1140px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 2rem;
    transform: translateZ(0) rotateX(0.5deg);
    transform-style: preserve-3d;
}.privacy-defense .container:hover {
    transform: translateZ(10px) rotateX(0deg);
}.privacy-defense h1 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    font-size: calc(45px * 1.2);
    color: #000000;
    margin-bottom: 2rem;
    line-height: 1.2;
    padding-bottom: 1rem;
    letter-spacing: -0.5px;
}.privacy-defense h1::after {
    transition: transform 0.4s ease-out;
    content: "";
    transform: scaleX(1);
    bottom: 0;
    background: linear-gradient(90deg, rgb(208,202,191) 0%, rgb(173,166,152) 100%);
    width: 80px;
    position: absolute;
    left: 0;
    transform-origin: left;
    height: 4px;
}.privacy-defense:hover h1::after {
    transform: scaleX(1.5);
}.privacy-defense h2 {
    transition: transform 0.3s ease-out;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(32px * 1.05);
    border-left: 3px solid rgb(173,166,152);
    padding-left: 1rem;
    transform: translateX(0);
    position: relative;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
}.privacy-defense h2:hover {
    transform: translateX(5px);
}.privacy-defense h3 {
    position: relative;
    font-family: Arial, sans-serif;
    padding-bottom: 0.5rem;
    font-weight: 600;
    font-size: calc(18px * 1.2);
    margin: 2.5rem 0 1rem;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    color: #000000;
}.privacy-defense h4 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
    font-size: calc(18px * 1.1);
    margin: 2rem 0 1rem;
}.privacy-defense h4::before {
    background-color: rgb(208,202,191);
    height: 8px;
    position: absolute;
    width: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    content: "";
}.privacy-defense p {
    position: relative;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease-out;
    font-size: 18px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    color: #000000;
}.privacy-defense p:hover {
    transform: translateZ(5px);
}.privacy-defense strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 85%, rgb(173,166,152,0.5) 85%, rgb(173,166,152,0.5) 100%);
    padding: 0 2px;
    color: #000000;
}.privacy-defense ul {
    position: relative;
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.privacy-defense ul li {
    padding-left: 1.5rem;
    transition: transform 0.2s ease-out;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 1rem;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
}.privacy-defense ul li:hover {
    transform: translateX(5px);
}.privacy-defense ul li::before {
    position: absolute;
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    top: 0.65rem;
    left: 0;
    content: "";
    background-color: rgb(208,202,191);
}.privacy-defense ul li:hover::before {
    background-color: rgb(173,166,152);
    transform: scale(1.5);
}.privacy-defense span {
    transform: translateX(0);
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    padding: 1rem 1.5rem;
    border-left: 2px solid rgb(173,166,152,0.5);
    transition: transform 0.3s ease-out, border-left-color 0.3s ease-out;
    margin-bottom: 2rem;
    background-color: rgba(rgba(0, 0, 0, 0.5), 0.02);
    color: #000000;
    font-size: 18px;
}.privacy-defense span:hover {
    border-left-color: rgb(173,166,152);
    transform: translateX(5px);
}

@media screen and (max-width: 1200px) {.privacy-defense {
    padding: 4rem 1.5rem;
}.privacy-defense .container {
    padding: 1.5rem;
}.privacy-defense h1 {
    font-size: calc(45px * 1.1);
}.privacy-defense h2 {
    font-size: 32px;
}
}

@media screen and (max-width: 992px) {.privacy-defense {
    padding: 3rem 1rem;
}.privacy-defense .container {
    transform: none;
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
}.privacy-defense .container:hover {
    transform: none;
}.privacy-defense h1 {
    font-size: 45px;
}
}

@media screen and (max-width: 768px) {.privacy-defense {
    padding: 2rem 0.5rem;
}.privacy-defense .container {
    padding: 1.5rem 1rem;
}.privacy-defense h1 {
    font-size: calc(45px * 0.9);
}.privacy-defense h2 {
    font-size: calc(32px * 0.9);
    padding-left: 0.75rem;
}.privacy-defense h3 {
    font-size: 18px;
}.privacy-defense h4 {
    font-size: 18px;
}.privacy-defense p, 
    .privacy-defense ul li,
    .privacy-defense span {
    font-size: calc(18px * 0.95);
}.privacy-defense ul {
    padding-left: 0.5rem;
}.privacy-defense span {
    padding: 0.75rem 1rem;
}
}

@media screen and (max-width: 576px) {.privacy-defense {
    padding: 1.5rem 0.5rem;
}.privacy-defense .container {
    border-left-width: 3px;
    padding: 1rem;
}.privacy-defense h1 {
    font-size: calc(45px * 0.8);
}.privacy-defense h1::after {
    height: 3px;
    width: 60px;
}.privacy-defense h2 {
    margin: 2rem 0 1rem;
    border-left-width: 2px;
}.privacy-defense ul li {
    padding-left: 1.25rem;
}.privacy-defense p:hover,
    .privacy-defense ul li:hover,
    .privacy-defense span:hover,
    .privacy-defense h2:hover {
    transform: none;
}}.contact {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(233,230,225), rgba(rgb(208,202,191), 0.03));
}.contact::before {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(208,202,191), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(173,166,152), 0.05) 0%, transparent 50%);
    top: 0;
    height: 100%;
    z-index: 1;
}.contact::after {
    top: 0;
    z-index: 1;
    width: 100%;
    background-position: center center;
    animation: backgroundShift 30s linear infinite;
    height: 100%;
    content: "";
    left: 0;
    background-size: 30px 30px, 30px 30px, 600px 600px, 400px 400px, 300px 300px;
    background-image: 
        linear-gradient(90deg, rgba(rgb(208,202,191), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(208,202,191), 0.03) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(rgb(173,166,152), 0.05) 0%, transparent 25%),
        radial-gradient(circle at 80% 20%, rgba(rgb(208,202,191), 0.04) 0%, transparent 30%),
        radial-gradient(circle at 20% 80%, rgba(rgb(173,166,152), 0.04) 0%, transparent 30%);
    position: absolute;
}@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

.contact .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 30px;
    position: relative;
}.contact h2 {
    color: #000000;
    perspective: 1000px;
    margin-bottom: 15px;
    text-align: center;
    display: inline-block;
    transform: translateX(-50%);
    left: 50%;
    font-weight: 700;
    letter-spacing: 1px;
    position: relative;
    font-size: 37px;
}.contact h2::before {
    background: linear-gradient(90deg, transparent, rgb(208,202,191), transparent);
    position: absolute;
    bottom: -10px;
    height: 2px;
    left: 0;
    content: "";
    width: 100%;
}.contact .support-form {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    border-radius: 16px;
    transform-style: preserve-3d;
    display: flex;
    background: #ffffff;
    perspective: 1000px;
}.contact .support-form::before {
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152));
    height: 5px;
    z-index: 3;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
}.contact .img-card {
    overflow: hidden;
    position: relative;
    transform: translateZ(0);
    flex: 0 0 45%;
    min-height: 500px;
}.contact .img-card::before {
    inset: 0;
    content: "";
    mix-blend-mode: multiply;
    position: absolute;
    z-index: 1;
    background: linear-gradient(210deg, rgba(rgb(208,202,191), 0.5), rgba(rgb(173,166,152), 0.5));
}.contact .img-card::after {
    content: "";
    background: linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.1) 50%, transparent 55%);
    animation: shine 6s infinite ease-in-out;
    height: 300%;
    top: -100%;
    left: -100%;
    z-index: 2;
    width: 300%;
    position: absolute;
}@keyframes shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    30%, 100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.contact .request-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 60px 50px;
    flex: 0 0 55%;
    position: relative;
    backdrop-filter: blur(10px);
}.contact .request-card::before {
    z-index: 0;
    width: 500px;
    height: 500px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.5;
    content: "";
    background: 
        radial-gradient(circle, rgba(rgb(208,202,191), 0.03) 0%, transparent 70%);
    top: 0;
    right: 0;
}.contact form {
    z-index: 3;
    position: relative;
}.contact form h3 {
    letter-spacing: 0.5px;
    margin-bottom: 35px;
    position: relative;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
}.contact form h3::after {
    height: 2px;
    bottom: -15px;
    width: 30px;
    left: 0;
    background: rgb(208,202,191);
    position: absolute;
    content: "";
}.contact form input[type="text"] {
    color: #000000;
    background: rgba(rgb(233,230,225), 0.5);
    border: 1px solid rgba(rgb(208,202,191), 0.1);
    font-size: 13px;
    margin-bottom: 25px;
    padding: 18px 25px;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 8px;
    backdrop-filter: blur(5px);
}.contact form input[type="text"]:focus {
    border-color: rgb(208,202,191);
    background: rgba(#ffffff, 0.9);
    outline: none;
    box-shadow: 0 0 0 4px rgba(rgb(208,202,191), 0.1);
}.contact form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact form input[type="text"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.contact .feedback-widget {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}.contact .feedback-widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact .feedback-widget label {
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}.contact .feedback-widget label::before {
    border-radius: 4px;
    left: 0;
    background: rgba(#ffffff, 0.6);
    width: 22px;
    transition: all 0.3s ease;
    top: 0;
    border: 1px solid rgba(rgb(208,202,191), 0.3);
    height: 22px;
    content: "";
    position: absolute;
}.contact .feedback-widget input[type="checkbox"]:checked + label::before {
    border-color: rgb(208,202,191);
    background: rgb(208,202,191);
}.contact .feedback-widget input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    top: 4px;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    border: solid #ffffff;
    height: 12px;
    content: "";
    width: 6px;
}.contact .feedback-widget label a {
    position: relative;
    font-weight: 600;
    text-decoration: none;
    color: rgb(208,202,191);
    transition: all 0.3s ease;
}.contact .feedback-widget label a::after {
    left: 0;
    background: rgb(208,202,191);
    transition: transform 0.3s ease;
    bottom: -2px;
    height: 1px;
    transform-origin: right;
    content: "";
    transform: scaleX(0);
    position: absolute;
    width: 100%;
}.contact .feedback-widget label a:hover {
    color: rgb(173,166,152);
}.contact .feedback-widget label a:hover::after {
    background: rgb(173,166,152);
    transform-origin: left;
    transform: scaleX(1);
}.contact .request-widget {
    color: #ffffff;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    z-index: 1;
    background: rgb(208,202,191);
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
    overflow: hidden;
}.contact .request-widget::before {
    transition: opacity 0.3s ease;
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(45deg, rgb(208,202,191), rgb(173,166,152));
    content: "";
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}.contact .request-widget:hover::before {
    opacity: 1;
}.contact .request-widget::after {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    transform: scale(0);
    z-index: -1;
    top: -50%;
    background: rgba(255, 255, 255, 0.3);
    left: -10px;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
}.contact .request-widget:hover::after {
    transform: scale(4);
    opacity: 0;
}.contact svg {
    stroke-width: 2;
    filter: drop-shadow(0 2px 2px rgba(rgb(208,202,191), 0.3));
    height: 22px;
    width: 22px;
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(208,202,191);
}.contact svg path {
    transition: all 0.3s ease;
    stroke: rgb(208,202,191);
    stroke-width: 2;
}.contact svg:hover,
.contact svg:hover path {
    stroke: rgb(173,166,152);
    transform: translateY(-2px);
}.contact form input {
    border: 1px solid rgb(208,202,191);
}

@media (max-width: 1024px) {.contact {
    padding: 80px 0;
}.contact .support-form {
    margin-top: 50px;
}.contact .img-card {
    min-height: 450px;
}.contact .request-card {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact .support-form {
    margin-top: 40px;
    flex-direction: column;
}.contact .img-card {
    min-height: 300px;
    width: 100%;
}.contact .request-card {
    padding: 40px 30px;
    width: 100%;
}.contact form h3 {
    margin-bottom: 30px;
}.contact form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact .feedback-widget {
    margin-bottom: 25px;
}.contact .request-widget {
    width: 100%;
    padding: 14px 30px;
}
}

@media (max-width: 480px) {.contact {
    padding: 50px 0;
}.contact h2 {
    font-size: calc(37px * 0.85);
}.contact .support-form {
    margin-top: 30px;
    border-radius: 12px;
}.contact .img-card {
    min-height: 220px;
}.contact .request-card {
    padding: 30px 20px;
}.contact form h3 {
    margin-bottom: 25px;
    font-size: calc(24px * 0.9);
}.contact form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact .feedback-widget {
    margin-bottom: 20px;
}.contact .feedback-widget label {
    font-size: calc(16px * 0.9);
}.contact .request-widget {
    padding: 12px 20px;
}}.title-greeting {
    display: flex;
    padding: 6rem 2rem;
    justify-content: center;
    position: relative;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(233,230,225) 40%, rgb(208,202,191,0.5) 100%);
    overflow: hidden;
}.title-greeting::before {
    top: 0;
    right: 0;
    background: rgb(173,166,152,0.5);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    height: 20%;
    z-index: 1;
    width: 40%;
    content: "";
    position: absolute;
}.title-greeting::after {
    bottom: 0;
    height: 25%;
    content: "";
    z-index: 1;
    width: 35%;
    position: absolute;
    background: rgb(208,202,191,0.5);
    left: 0;
    clip-path: polygon(0 100%, 100% 100%, 0 0);
}.title-greeting > div {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    max-width: 1200px;
    z-index: 2;
}.title-greeting h1.edu-front {
    transform: translateX(-20px);
    animation: slideInTitle 0.8s ease-out forwards 0.3s;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    position: relative;
    font-size: 48px;
    font-weight: 700;
    opacity: 0;
    color: #000000;
}.title-greeting h1.edu-front::after {
    height: 4px;
    position: absolute;
    width: 80px;
    background: rgb(208,202,191);
    transform-origin: left;
    transform: scaleX(0);
    animation: expandLine 1s ease forwards 1s;
    bottom: -10px;
    left: 0;
    content: "";
}.title-greeting p {
    position: relative;
    animation: fadeUp 0.8s ease-out forwards 0.6s;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(20px);
    color: #000000;
    font-size: calc(16px * 1.2);
    max-width: 90%;
    line-height: 1.6;
}.title-greeting .learn-front {
    perspective: 1000px;
    position: relative;
    margin-top: 2rem;
    width: 100%;
}.title-greeting .diff-block {
    transform-origin: center bottom;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    position: relative;
    min-height: 280px;
    transform: translateY(30px) rotateX(5deg);
    overflow: hidden;
    animation: popIn 1s cubic-bezier(0.17, 0.67, 0.4, 1.2) forwards 0.8s;
}.title-greeting .diff-block::before {
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.title-greeting .diff-block span {
    position: absolute;
    width: 100%;
    padding: 2rem;
    animation: fadeUp 0.8s ease-out forwards 1.2s;
    z-index: 2;
    left: 0;
    transform: translateY(10px);
    opacity: 0;
    bottom: 0;
}.title-greeting .diff-block h3 {
    font-size: calc(21px * 0.9);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
}.title-greeting .diff-block:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: all 0.5s ease;
    transform: rotateX(0) scale(1.02);
}

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

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

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

@keyframes popIn {
  0% {
    transform: translateY(30px) rotateX(5deg);
    opacity: 0;
  }
  70% {
    transform: translateY(-10px) rotateX(-2deg);
    opacity: 1;
  }
  100% {
    transform: translateY(0) rotateX(0);
    opacity: 1;
  }
}

@media (min-width: 768px) {.title-greeting {
    padding: 8rem 4rem;
}.title-greeting > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title-greeting h1.edu-front {
    margin-bottom: 2rem;
    max-width: 90%;
    font-size: calc(48px * 1.2);
}.title-greeting p {
    max-width: 80%;
    font-size: calc(16px * 1.3);
}.title-greeting .diff-block {
    min-height: 360px;
}.title-greeting .diff-block h3 {
    font-size: 21px;
}
}

@media (min-width: 992px) {.title-greeting {
    padding: 8rem 6rem;
}.title-greeting > div {
    gap: 4rem;
}.title-greeting h1.edu-front {
    font-size: calc(48px * 1.4);
}.title-greeting .diff-block {
    transform: translateY(0) rotateY(-5deg);
    transform-origin: center;
    transition: transform 0.5s ease;
    min-height: 420px;
}.title-greeting .diff-block:hover {
    transform: rotateY(0) scale(1.03);
}
}

@media (max-width: 767px) {.title-greeting {
    padding: 4rem 1.5rem;
}.title-greeting > div {
    gap: 2rem;
}.title-greeting h1.edu-front {
    font-size: calc(48px * 0.9);
}.title-greeting p {
    max-width: 100%;
    font-size: 16px;
}
}

@media (max-width: 480px) {.title-greeting {
    padding: 3rem 1rem;
}.title-greeting h1.edu-front {
    font-size: calc(48px * 0.8);
}.title-greeting .diff-block {
    min-height: 240px;
}.title-greeting .diff-block h3 {
    font-size: calc(21px * 0.8);
}}.green-edu {
    font-family: Arial, sans-serif;
    padding: 5rem 0 1rem;
    background: linear-gradient(135deg, #000000 0%, rgb(208,202,191,0.5) 100%);
    position: relative;
    color: #ffffff;
    z-index: 1;
}.green-edu::before {
    left: 0;
    top: 0;
    content: '';
    z-index: -1;
    bottom: 0;
    right: 0;
    background: radial-gradient(circle at 30% 50%, rgb(208,202,191,0.5) 0%, transparent 50%);
    position: absolute;
}.green-edu::after {
    right: 0;
    z-index: 2;
    animation: glowLine 3s infinite alternate;
    background: linear-gradient(90deg, transparent, rgb(208,202,191), transparent);
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 3px;
}@keyframes glowLine {
    0% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
    50% {
        opacity: 1;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0.3;
        background-position: 0% 50%;
    }
}

.green-edu .container {
    position: relative;
    z-index: 2;
}.green-edu .teach-supp {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}.green-edu .feedback-form {
    padding: 1.5rem;
    border-radius: 23px;
    flex-wrap: wrap;
    border: 1px solid rgb(173,166,152,0.5);
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8px);
    margin-bottom: 1rem;
    position: relative;
    gap: 2rem;
    display: flex;
}.green-edu .feedback-form::before {
    top: -2px;
    content: '';
    transform: translateX(-50%);
    width: 50%;
    left: 50%;
    animation: scanLine 4s infinite linear;
    background: linear-gradient(90deg, transparent, rgb(173,166,152), transparent);
    height: 2px;
    position: absolute;
}@keyframes scanLine {
    0% {
        left: 0;
        width: 0;
    }
    50% {
        left: 50%;
        width: 100%;
    }
    100% {
        left: 100%;
        width: 0;
    }
}

.green-edu .info_item {
    max-width: 300px;
    flex: 1;
    text-align: center;
    transition: transform 0.3s ease;
    min-width: 200px;
}.green-edu .info_item:hover {
    transform: translateY(-5px);
}.green-edu .info_item p, 
.green-edu .info_item a {
    border: 1px solid transparent;
    padding: 0.75rem;
    justify-content: center;
    display: flex;
    text-decoration: none;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-radius: 10px;
    font-size: calc(18px - 2px);
    transition: all 0.3s ease;
    gap: 0.5rem;
}.green-edu .info_item svg {
    width: 1.25rem;
    fill: rgb(173,166,152);
    height: 1.25rem;
    transition: fill 0.3s ease;
}.green-edu .info_item a:hover {
    box-shadow: 0 0 15px rgb(208,202,191,0.5);
    border-color: rgb(208,202,191,0.5);
    background: #000000;
}.green-edu .info_item a:hover svg {
    fill: rgb(208,202,191);
}.green-edu .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
    display: grid;
}.green-edu .top-know {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}.green-edu .top-know svg {
    max-width: 180px;
    filter: drop-shadow(0 0 5px rgb(208,202,191,0.5));
    transition: filter 0.3s ease;
    height: auto;
}.green-edu .top-know svg:hover {
    filter: drop-shadow(0 0 10px rgb(208,202,191));
}.green-edu .job-board {
    max-width: 280px;
    opacity: 0.7;
    font-size: calc(16px - 1px);
    color: #ffffff;
    line-height: 1.5;
}.green-edu .nav-sitebar {
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}.green-edu .nav-sitebar h5 {
    margin-bottom: 0.5rem;
    position: relative;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 0.75rem;
    font-size: 23px;
}.green-edu .nav-sitebar h5::after {
    bottom: 0;
    content: '';
    position: absolute;
    width: 40px;
    left: 0;
    background: rgb(173,166,152);
    transition: width 0.3s ease;
    height: 2px;
}.green-edu .nav-sitebar:hover h5::after {
    width: 80px;
}.green-edu .head-sitewrap {
    display: flex;
    gap: 0.75rem;
    flex-direction: column;
}.green-edu .head-sitewrap a {
    padding-left: 1rem;
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    opacity: 0.8;
}.green-edu .head-sitewrap a::before {
    width: 5px;
    background: rgb(173,166,152);
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    border-radius: 50%;
    transition: all 0.3s ease;
    content: '';
}.green-edu .head-sitewrap a:hover {
    color: rgb(208,202,191);
    opacity: 1;
    transform: translateX(5px);
}.green-edu .head-sitewrap a:hover::before {
    width: 7px;
    height: 7px;
    box-shadow: 0 0 8px rgb(208,202,191);
    background: rgb(208,202,191);
}.green-edu .subscribe_holder {
    border: 1px solid rgb(173,166,152,0.5);
    position: relative;
    display: flex;
    border-radius: 23px;
    flex-direction: column;
    overflow: hidden;
    gap: 1.25rem;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
    padding: 1.5rem;
}.green-edu .subscribe_holder::before {
    background: radial-gradient(circle at top right, rgb(208,202,191,0.5) 0%, transparent 70%);
    content: '';
    left: 0;
    opacity: 0.1;
    top: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
}.green-edu .subscribe_holder h5 {
    font-weight: 600;
    font-size: 23px;
    color: #ffffff;
}.green-edu .subscribe_holder p {
    color: #ffffff;
    font-size: calc(18px - 1px);
    opacity: 0.9;
    line-height: 1.6;
}.green-edu .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 0.75rem;
}.green-edu .input_holder input[type="email"] {
    width: 100%;
    flex: 1;
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    border: 1px solid rgb(173,166,152,0.5);
    padding: 0.875rem 1rem;
    font-size: 18px;
    color: #ffffff;
}.green-edu .input_holder input[type="email"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgb(208,202,191,0.5);
    border-color: rgb(208,202,191);
}.green-edu .input_holder input[type="email"]::placeholder {
    color: #ffffff;
    opacity: 0.5;
}.green-edu .sub-prize {
    overflow: hidden;
    font-weight: 600;
    padding: 0.875rem 1.5rem;
    border: none;
    font-size: 17px;
    background: rgb(208,202,191);
    position: relative;
    border-radius: 10px;
    color: #ffffff;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
}.green-edu .sub-prize::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    width: 100%;
    transition: left 0.7s ease;
    content: '';
    left: -100%;
}.green-edu .sub-prize:hover {
    background: rgb(173,166,152);
    transform: translateY(-2px);
    box-shadow: 0 0 15px rgb(173,166,152,0.5);
}.green-edu .sub-prize:hover::before {
    left: 100%;
}.green-edu .proposal-cta {
    position: relative;
    text-align: center;
    border-top: 1px solid rgb(173,166,152,0.5);
    padding-top: 1.5rem;
    margin-top: 3rem;
}.green-edu .proposal-cta::before {
    background: linear-gradient(90deg, transparent, rgb(173,166,152,0.5), transparent);
    height: 1px;
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    top: -1px;
}.green-edu .res-connect {
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
}

@media (max-width: 1024px) {.green-edu {
    padding: 4rem 0 1rem;
}.green-edu .text_main_holder {
    grid-template-columns: 1fr 1fr;
}.green-edu .subscribe_holder {
    grid-column: span 2;
}
}

@media (min-width: 769px) {.green-edu .input_holder {
    flex-direction: row;
}.green-edu .sub-prize {
    width: auto;
}
}

@media (max-width: 768px) {.green-edu {
    padding: 3rem 0 1rem;
}.green-edu .feedback-form {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
}.green-edu .info_item {
    min-width: 100%;
}.green-edu .text_main_holder {
    grid-template-columns: 1fr;
    gap: 2.5rem;
}.green-edu .subscribe_holder {
    grid-column: auto;
}.green-edu .top-know {
    text-align: center;
    align-items: center;
}.green-edu .job-board {
    max-width: 100%;
    text-align: center;
}.green-edu .nav-sitebar h5 {
    text-align: center;
}.green-edu .nav-sitebar h5::after {
    left: 50%;
    transform: translateX(-50%);
}.green-edu .head-sitewrap {
    align-items: center;
}.green-edu .head-sitewrap a {
    text-align: center;
}.green-edu .head-sitewrap a:hover {
    transform: translateY(-2px);
}.green-edu .input_holder {
    flex-direction: column;
}.green-edu .sub-prize {
    width: 100%;
}
}

@media (max-width: 480px) {.green-edu {
    padding: 2.5rem 0 1rem;
}.green-edu .info_item p, 
    .green-edu .info_item a {
    font-size: calc(18px - 3px);
}.green-edu .nav-sitebar h5, 
    .green-edu .subscribe_holder h5 {
    font-size: calc(23px - 2px);
}.green-edu .head-sitewrap a, 
    .green-edu .subscribe_holder p {
    font-size: calc(18px - 2px);
}.green-edu .res-connect {
    font-size: calc(16px - 2px);
}}.pricing-frame {
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(233,230,225) 0%, rgba(245, 247, 250, 0.95) 100%);
}.pricing-frame::before {
    background: linear-gradient(120deg, rgb(208,202,191,0.5) 20%, rgb(173,166,152,0.5) 80%);
    content: "";
    z-index: 0;
    width: 40%;
    position: absolute;
    border-radius: 10px;
    height: 70%;
    opacity: 0.1;
    top: -10%;
    right: -5%;
    transform: rotate(-15deg);
}.pricing-frame::after {
    transform: rotate(10deg);
    z-index: 0;
    opacity: 0.08;
    width: 35%;
    position: absolute;
    bottom: -5%;
    content: "";
    border-radius: 10px;
    background: linear-gradient(45deg, rgb(173,166,152,0.5) 30%, rgb(208,202,191,0.5) 70%);
    height: 50%;
    left: -3%;
}.pricing-frame .container {
    max-width: 1400px;
    position: relative;
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
}.pricing-frame .package-deals {
    display: flex;
    flex-direction: column;
}.pricing-frame .access-cost {
    text-align: center;
    margin-bottom: 3.5rem;
    position: relative;
    order: 1;
}.pricing-frame .access-cost h2 {
    position: relative;
    color: #000000;
    font-size: 33px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1.5rem;
}.pricing-frame .access-cost h2::after {
    bottom: -0.75rem;
    width: 70%;
    background: linear-gradient(90deg, transparent, rgb(208,202,191), transparent);
    left: 50%;
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
}.pricing-frame .cost-rates {
    margin: 0 auto;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    max-width: 800px;
}.pricing-frame .price-panel {
    width: 100%;
    gap: 2rem;
    order: 2;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing-frame .price-options {
    background: #ffffff;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    color: #000000;
}.pricing-frame .price-options:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing-frame .price-options::before {
    transform: translateY(-5px);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(208,202,191), rgb(173,166,152));
    height: 5px;
    transition: transform 0.3s ease;
    width: 100%;
}.pricing-frame .price-options:hover::before {
    transform: translateY(0);
}.pricing-frame .monthly-rate {
    box-sizing: border-box;
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing-frame .value-deals {
    position: relative;
    display: flex;
    padding: 2rem 1.75rem;
    flex: 1;
    flex-direction: column;
}.pricing-frame .value-deals h3 {
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
    font-size: calc(18px * 1.1);
    color: #000000;
}.pricing-frame .value-deals .program-rate {
    color: rgb(208,202,191);
    position: relative;
    font-weight: 700;
    font-size: calc(18px * 1.3);
    margin-bottom: 1.5rem;
}.pricing-frame .value-deals .program-rate::after {
    height: 2px;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(208,202,191,0.5);
    width: 40px;
    bottom: -0.75rem;
}.pricing-frame .value-deals p {
    flex-grow: 1;
    line-height: 1.65;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 15px;
    word-wrap: break-word;
    margin-bottom: 1.5rem;
    color: #000000;
}.pricing-frame .img-card {
    height: 180px;
    transition: transform 0.5s ease;
    width: 100%;
    overflow: hidden;
    position: relative;
}.pricing-frame .img-card::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
}.pricing-frame .price-options:hover .img-card {
    transform: scale(1.05);
}.pricing-frame .price-options:nth-child(odd) .value-deals::before {
    z-index: -1;
    height: 2.5rem;
    content: "";
    width: 2.5rem;
    background: rgb(208,202,191,0.5);
    right: 1rem;
    border-radius: 50%;
    position: absolute;
    opacity: 0.1;
    top: 1rem;
}.pricing-frame .price-options:nth-child(even) .value-deals::before {
    height: 2.5rem;
    position: absolute;
    left: 1rem;
    border-radius: 50%;
    bottom: 1rem;
    opacity: 0.1;
    background: rgb(173,166,152,0.5);
    z-index: -1;
    width: 2.5rem;
    content: "";
}

@media (min-width: 992px) {.pricing-frame .package-deals {
    flex-direction: row;
}.pricing-frame .access-cost {
    justify-content: center;
    flex-direction: column;
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
    display: flex;
    padding-left: 3rem;
    order: 2;
}.pricing-frame .access-cost h2 {
    margin-bottom: 2rem;
    text-align: left;
}.pricing-frame .access-cost h2::after {
    width: 40%;
    transform: none;
    left: 0;
}.pricing-frame .cost-rates {
    margin: 0;
    text-align: left;
}.pricing-frame .price-panel {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (max-width: 991px) {.pricing-frame {
    padding: 5rem 0;
}.pricing-frame .price-options {
    margin-bottom: 1.5rem;
}.pricing-frame .access-cost {
    padding: 0 1rem;
}
}

@media (max-width: 767px) {.pricing-frame {
    padding: 4rem 0;
}.pricing-frame .access-cost h2 {
    font-size: calc(33px * 0.9);
}.pricing-frame .value-deals h3 {
    font-size: 18px;
}.pricing-frame .value-deals .program-rate {
    font-size: calc(18px * 1.15);
}.pricing-frame .img-card {
    height: 160px;
}
}

@media (max-width: 575px) {.pricing-frame {
    padding: 3rem 0;
}.pricing-frame .container {
    padding: 0 1.5rem;
}.pricing-frame .price-panel {
    gap: 1.5rem;
}.pricing-frame .value-deals {
    padding: 1.5rem;
}.pricing-frame .img-card {
    height: 140px;
}
}

@media (hover: none) {.pricing-frame .price-options:hover {
    transform: none;
}.pricing-frame .price-options:hover .img-card {
    transform: none;
}
}