* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.wrapper-canvas-3 {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}::-webkit-scrollbar {
    width: 11px;
    scroll-behavior: smooth;
}::-webkit-scrollbar-track {
    border-radius: 7%;
    background: rgb(152,160,173);
}::-webkit-scrollbar-thumb {
    border: 3px groove rgb(191,197,208,0.5);
    transition: all, box-shadow 3.5s linear;
    border-radius: 9.6vw;
    min-height: 73px;
    background: rgb(191,197,208,0.5);
    box-shadow: -4px 5px 4px -1px rgba(0, 0, 0, 0.7);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px 4px 15px -1px rgba(0, 0, 0, 0.5);
    background: rgb(191,197,208,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 5px -1px 15px 8px rgba(0, 0, 0, 0.8);
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(152,160,173,0.5) rgb(191,197,208);
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1144px;
}svg {
    width: 30px;
    height: 30px;
}.top-tutor-9 {
    flex: 1 0 auto;
}.donate-books-0 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.training-specialist-1 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(225,229,233) 0%, rgb(191,197,208,0.5) 100%);
}.training-specialist-1::before {
    top: 0;
    opacity: 0.04;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(191,197,208,0.5) 20px,
            rgb(191,197,208,0.5) 21px
        );
    content: "";
}.training-specialist-1::after {
    position: absolute;
    opacity: 0.3;
    background: 
        radial-gradient(circle at 20% 30%, rgb(191,197,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(152,160,173,0.5) 0%, transparent 40%);
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    filter: blur(80px);
    height: 100%;
}.training-specialist-1 .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
}.training-specialist-1 .client-stories-3 {
    position: relative;
    display: flex;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    max-width: 1000px;
}.training-specialist-1 .client-stories-3::before {
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.2;
    content: "";
    border-radius: 50%;
    position: absolute;
    animation: orbit 20s linear infinite;
    border: 1px solid rgb(191,197,208,0.5);
    height: 500px;
    top: 50%;
    width: 500px;
}.training-specialist-1 .client-stories-3::after {
    border-radius: 50%;
    animation: orbit 15s linear infinite reverse;
    border: 1px dashed rgb(152,160,173,0.5);
    width: 400px;
    left: 50%;
    position: absolute;
    content: "";
    opacity: 0.15;
    transform: translate(-50%, -50%);
    top: 50%;
    height: 400px;
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.training-specialist-1 .cover-photo-2 {
    margin-bottom: 30px;
    height: 240px;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 50%;
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 240px;
}.training-specialist-1 .cover-photo-2::before {
    opacity: 0.4;
    border-radius: 50%;
    animation: spin 12s linear infinite;
    content: "";
    position: absolute;
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(191,197,208,0.5) 90deg,
        transparent 180deg,
        rgb(152,160,173,0.5) 270deg,
        transparent 360deg
    );
    z-index: -1;
    inset: -30px;
}.training-specialist-1 .cover-photo-2::after {
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    z-index: 2;
    position: absolute;
    inset: 0;
    content: "";
    border-radius: 50%;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.training-specialist-1 .name {
    text-align: center;
    transition: all 0.3s ease;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    color: #000000;
    font-size: 39px;
    background-clip: text !important;
    position: relative;
    font-weight: 700;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(191,197,208) 100%
    );
    z-index: 3;
    margin-bottom: 15px;
    text-fill-color: transparent;
}.training-specialist-1 .name::after {
    transition: width 0.4s ease;
    height: 2px;
    left: 50%;
    bottom: -8px;
    position: absolute;
    content: "";
    width: 0;
    background: linear-gradient(
        to right,
        rgb(191,197,208) 0%,
        rgb(152,160,173) 100%
    );
    transform: translateX(-50%);
}.training-specialist-1 .client-stories-3:hover .name::after {
    width: 80px;
}.training-specialist-1 .client-stories-3 span:not(.name) {
    letter-spacing: 2px;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px 20px;
    margin-bottom: 30px;
    z-index: 3;
    border-radius: 30px;
    font-weight: 600;
    opacity: 0.9;
    color: rgb(152,160,173);
    font-size: 19px;
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.1);
    text-transform: uppercase;
    text-align: center;
}.training-specialist-1 .client-stories-3:hover span:not(.name) {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}.training-specialist-1 .job-tasks-3 {
    color: #000000;
    padding: 35px 45px;
    position: relative;
    border-radius: 22px;
    line-height: 1.8;
    text-align: center;
    max-width: 650px;
    margin: 0;
    font-size: 16px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
    z-index: 3;
    background: #ffffff;
}.training-specialist-1 .job-tasks-3::before,
.training-specialist-1 .job-tasks-3::after {
    height: 10px;
    position: absolute;
    content: "";
    width: 10px;
}.training-specialist-1 .job-tasks-3::before {
    border-left: 2px solid rgb(191,197,208);
    top: 25px;
    left: 25px;
    border-top: 2px solid rgb(191,197,208);
}.training-specialist-1 .job-tasks-3::after {
    border-right: 2px solid rgb(152,160,173);
    right: 25px;
    bottom: 25px;
    border-bottom: 2px solid rgb(152,160,173);
}.training-specialist-1 .client-stories-3:hover .cover-photo-2 {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.training-specialist-1 {
    padding: 90px 0;
}.training-specialist-1 .cover-photo-2 {
    height: 200px;
    width: 200px;
    margin-bottom: 25px;
}.training-specialist-1 .client-stories-3::before {
    height: 400px;
    width: 400px;
}.training-specialist-1 .client-stories-3::after {
    width: 320px;
    height: 320px;
}.training-specialist-1 .name {
    font-size: calc(39px * 0.9);
}.training-specialist-1 .job-tasks-3 {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.training-specialist-1 {
    padding: 70px 0;
}.training-specialist-1 .cover-photo-2 {
    margin-bottom: 20px;
    width: 180px;
    height: 180px;
}.training-specialist-1 .client-stories-3::before {
    width: 320px;
    height: 320px;
}.training-specialist-1 .client-stories-3::after {
    width: 260px;
    height: 260px;
}.training-specialist-1 .name {
    font-size: calc(39px * 0.8);
}.training-specialist-1 .client-stories-3 span:not(.name) {
    font-size: calc(19px * 0.95);
    margin-bottom: 25px;
    padding: 6px 16px;
}.training-specialist-1 .job-tasks-3 {
    max-width: 100%;
    font-size: calc(16px * 0.95);
    padding: 25px 30px;
}.training-specialist-1 .job-tasks-3::before,
    .training-specialist-1 .job-tasks-3::after {
    width: 8px;
    height: 8px;
}.training-specialist-1 .job-tasks-3::before {
    top: 20px;
    left: 20px;
}.training-specialist-1 .job-tasks-3::after {
    bottom: 20px;
    right: 20px;
}
}

@media (max-width: 575px) {.training-specialist-1 {
    padding: 50px 0;
}.training-specialist-1 .cover-photo-2 {
    height: 150px;
    width: 150px;
    margin-bottom: 18px;
}.training-specialist-1 .client-stories-3::before {
    height: 260px;
    width: 260px;
}.training-specialist-1 .client-stories-3::after {
    height: 200px;
    width: 200px;
}.training-specialist-1 .name {
    font-size: calc(39px * 0.7);
}.training-specialist-1 .client-stories-3 span:not(.name) {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
    padding: 5px 12px;
    letter-spacing: 1px;
}.training-specialist-1 .job-tasks-3 {
    padding: 20px 25px;
    font-size: calc(16px * 0.9);
}.training-specialist-1 .job-tasks-3::before,
    .training-specialist-1 .job-tasks-3::after {
    width: 6px;
    height: 6px;
}.training-specialist-1 .job-tasks-3::before {
    top: 15px;
    left: 15px;
}.training-specialist-1 .job-tasks-3::after {
    right: 15px;
    bottom: 15px;
}}.course-summary-2 {
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgba(245, 245, 245, 0.9) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course-summary-2::before {
    content: "";
    pointer-events: none;
    background: linear-gradient(45deg, rgb(191,197,208,0.5) 0%, transparent 40%);
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}.course-summary-2::after {
    pointer-events: none;
    right: -50px;
    position: absolute;
    height: 300px;
    border: 4px solid rgb(152,160,173,0.5);
    width: 300px;
    z-index: 0;
    bottom: -50px;
    transform: rotate(-15deg);
    content: "";
}.course-summary-2 .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.course-summary-2 .learn-more-9 {
    flex-direction: column;
    gap: 40px;
    display: flex;
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}.course-summary-2 .cover-photo-2 {
    height: 380px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    position: relative;
    transform: translateX(-20px);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
}.course-summary-2 .cover-photo-2::before {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgb(191,197,208,0.5) 100%);
}.course-summary-2 .cover-photo-2::after {
    position: absolute;
    top: 20px;
    z-index: -1;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(152,160,173);
    height: 80px;
    animation: float 6s ease-in-out infinite;
    transform: rotate(15deg);
    right: -20px;
    content: "";
    width: 80px;
}.course-summary-2 .message-box-1 {
    padding: 30px;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    position: relative;
    background: #ffffff;
    transform: translateY(20px);
}.course-summary-2 .message-box-1::before {
    width: 5px;
    position: absolute;
    transition: height 0.6s ease-out;
    height: 0;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(191,197,208), rgb(152,160,173));
    top: 0;
}.course-summary-2 .message-box-1:hover::before {
    height: 100%;
}.course-summary-2 h3 {
    font-size: 38px;
    position: relative;
    padding-bottom: 15px;
    transition: transform 0.4s ease-out;
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
    transform: translateX(0);
}.course-summary-2 h3::after {
    transition: width 0.4s ease-out;
    content: "";
    position: absolute;
    bottom: 0;
    width: 80px;
    height: 3px;
    left: 0;
    background: rgb(191,197,208);
}.course-summary-2 .message-box-1:hover h3 {
    transform: translateX(15px);
}.course-summary-2 .message-box-1:hover h3::after {
    width: 120px;
}.course-summary-2 p.description {
    display: block;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    opacity: 1;
    font-size: 17px;
    line-height: 1.75;
}.course-summary-2 span.description {
    display: none;
}.course-summary-2 .learn-more-9:hover .cover-photo-2 {
    transform: translateX(0) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media (min-width: 768px) {.course-summary-2 .learn-more-9 {
    gap: 60px;
    align-items: center;
    flex-direction: row;
}.course-summary-2 .cover-photo-2 {
    flex: 1;
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 450px;
}.course-summary-2 .message-box-1 {
    transform: perspective(1000px) rotateY(2deg);
    flex: 1.2;
    padding: 40px;
}.course-summary-2 .learn-more-9:hover .cover-photo-2 {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.course-summary-2 .learn-more-9:hover .message-box-1 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.course-summary-2 {
    padding: 150px 0;
}.course-summary-2 .learn-more-9 {
    gap: 80px;
}.course-summary-2 .cover-photo-2 {
    height: 520px;
}.course-summary-2 .message-box-1 {
    padding: 50px;
}.course-summary-2 h3 {
    font-size: calc(38px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.course-summary-2 {
    padding: 80px 0;
}.course-summary-2 h3 {
    font-size: calc(38px * 0.85);
}.course-summary-2 p.description {
    font-size: calc(17px * 0.95);
}.course-summary-2 .message-box-1 {
    padding: 25px 20px;
}
}

@media (hover: hover) {.course-summary-2 .message-box-1:hover {
    transform: translateY(10px);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
}}.secure-vaulting-6 {
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgba(248, 248, 252, 0.95) 100%);
    overflow: hidden;
}.secure-vaulting-6::before {
    opacity: 0.4;
    right: -5%;
    z-index: 0;
    top: -10%;
    background: linear-gradient(to right, rgb(191,197,208,0.5), rgb(152,160,173,0.5));
    position: absolute;
    width: 300px;
    filter: blur(80px);
    height: 300px;
    transform: rotate(-15deg);
    content: "";
}.secure-vaulting-6::after {
    content: "";
    width: 250px;
    opacity: 0.3;
    height: 250px;
    bottom: -10%;
    filter: blur(70px);
    z-index: 0;
    left: -5%;
    background: linear-gradient(to right, rgb(152,160,173,0.5), rgb(191,197,208,0.5));
    transform: rotate(15deg);
    position: absolute;
}.secure-vaulting-6 .container {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    margin: 0 auto;
    border-left: 3px solid rgb(191,197,208);
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.85);
    max-width: 1140px;
    backdrop-filter: blur(10px);
    transform: translateZ(0);
    padding: 0 20px;
}.secure-vaulting-6 h1 {
    font-size: 47px;
    margin-bottom: 30px;
    font-weight: 700;
    transform: translateX(-10px);
    color: #000000;
    position: relative;
    padding-bottom: 15px;
}.secure-vaulting-6 h1::after {
    background: linear-gradient(90deg, rgb(191,197,208) 0%, rgb(152,160,173) 100%);
    height: 3px;
    left: 0;
    width: 80px;
    transform: scaleX(1);
    content: "";
    transform-origin: left;
    position: absolute;
    transition: transform 0.4s ease-out;
    bottom: 0;
}.secure-vaulting-6 h1:hover::after {
    transform: scaleX(1.5);
}.secure-vaulting-6 h2 {
    margin-top: 40px;
    font-size: 29px;
    padding-left: 16px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
}.secure-vaulting-6 h2::before {
    position: absolute;
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: 0;
    height: 100%;
    background: rgb(191,197,208);
    top: 0;
    transform: scaleY(0.8);
    width: 4px;
    opacity: 0.8;
}.secure-vaulting-6 h2:hover::before {
    opacity: 1;
    transform: scaleY(1.1);
}.secure-vaulting-6 h3 {
    margin-top: 30px;
    font-weight: 600;
    color: #000000;
    font-size: calc(29px * 0.85);
    border-bottom: 1px dashed rgba(rgba(0, 0, 0, 0.5), 0.2);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.secure-vaulting-6 h4 {
    opacity: 0.9;
    margin-bottom: 12px;
    font-weight: 600;
    margin-top: 25px;
    font-size: calc(29px * 0.75);
    color: #000000;
}.secure-vaulting-6 p {
    transition: transform 0.3s ease;
    font-size: 17px;
    max-width: 95%;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
}.secure-vaulting-6 p:hover {
    transform: translateX(5px);
}.secure-vaulting-6 p strong {
    font-weight: 600;
    display: inline-block;
    color: #000000;
    position: relative;
}.secure-vaulting-6 p strong::after {
    height: 2px;
    transition: transform 0.3s ease;
    width: 100%;
    left: 0;
    transform: scaleX(0);
    content: "";
    position: absolute;
    transform-origin: right;
    background: rgb(152,160,173);
    bottom: -2px;
}.secure-vaulting-6 p strong:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.secure-vaulting-6 span {
    margin-bottom: 30px;
    font-size: 17px;
    transform: translateY(0);
    border-left: 2px solid rgb(152,160,173);
    padding: 15px;
    display: block;
    line-height: 1.6;
    background: rgba(rgb(255, 255, 255, 0.5), 0.4);
    color: #000000;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}.secure-vaulting-6 span:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.secure-vaulting-6 ul {
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
    list-style: none;
}.secure-vaulting-6 li {
    font-size: 17px;
    transform: translateZ(0);
    color: #000000;
    margin-bottom: 15px;
    padding-left: 25px;
    line-height: 1.6;
    transition: transform 0.3s ease;
    position: relative;
}.secure-vaulting-6 li::before {
    background: rgb(191,197,208);
    top: 10px;
    position: absolute;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    opacity: 0.8;
    content: "";
}.secure-vaulting-6 li:hover {
    transform: translateX(5px);
}.secure-vaulting-6 li:hover::before {
    background: rgb(152,160,173);
    transform: scale(1.3);
}

@media (max-width: 991px) {.secure-vaulting-6 {
    padding: 60px 0;
}.secure-vaulting-6 .container {
    padding: 30px 25px;
}.secure-vaulting-6 h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 25px;
}.secure-vaulting-6 h2 {
    font-size: calc(29px * 0.9);
    margin-top: 35px;
}.secure-vaulting-6 p, .secure-vaulting-6 span {
    max-width: 100%;
    font-size: calc(17px * 1);
}
}

@media (max-width: 767px) {.secure-vaulting-6 {
    padding: 40px 0;
}.secure-vaulting-6::before,
    .secure-vaulting-6::after {
    width: 200px;
    height: 200px;
}.secure-vaulting-6 .container {
    border-left-width: 2px;
    padding: 25px 20px;
}.secure-vaulting-6 h1 {
    font-size: calc(47px * 0.8);
    margin-bottom: 20px;
    transform: translateX(0);
}.secure-vaulting-6 h1::after {
    width: 60px;
}.secure-vaulting-6 h2 {
    margin-top: 30px;
    font-size: calc(29px * 0.85);
    padding-left: 12px;
}.secure-vaulting-6 h2::before {
    width: 3px;
}.secure-vaulting-6 h3 {
    font-size: calc(29px * 0.75);
}.secure-vaulting-6 h4 {
    font-size: calc(29px * 0.7);
}.secure-vaulting-6 p, .secure-vaulting-6 span, .secure-vaulting-6 li {
    font-size: calc(17px * 0.95);
}.secure-vaulting-6 ul {
    padding-left: 5px;
}.secure-vaulting-6 li {
    padding-left: 20px;
}
}

@media (max-width: 480px) {.secure-vaulting-6 {
    padding: 30px 0;
}.secure-vaulting-6::before,
    .secure-vaulting-6::after {
    opacity: 0.25;
}.secure-vaulting-6 .container {
    padding: 20px 15px;
}.secure-vaulting-6 h1 {
    font-size: calc(47px * 0.7);
}.secure-vaulting-6 h2 {
    font-size: calc(29px * 0.75);
    margin-top: 25px;
}.secure-vaulting-6 h3 {
    font-size: calc(29px * 0.7);
}.secure-vaulting-6 h4 {
    font-size: calc(29px * 0.65);
}.secure-vaulting-6 p, .secure-vaulting-6 span, .secure-vaulting-6 li {
    font-size: calc(17px * 0.9);
    line-height: 1.5;
}.secure-vaulting-6 p:hover,
    .secure-vaulting-6 li:hover,
    .secure-vaulting-6 span:hover {
    transform: none;
}}.contact-us-2 {
    overflow: hidden;
    position: relative;
    padding: 90px 0;
    background: linear-gradient(120deg, rgb(225,229,233) 0%, #1a1e2e 100%);
}.contact-us-2::before {
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(0, 0, 0, 0.4) 0%, transparent 40%),
        linear-gradient(0deg, transparent 80%, rgba(rgb(191,197,208), 0.05) 100%);
}.contact-us-2::after {
    width: 100%;
    content: "";
    bottom: 0;
    left: 0;
    background: 
        repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, rgba(255, 255, 255, 0.03) 1px, transparent 1px, transparent 20px);
    position: absolute;
    z-index: 1;
    height: 100px;
}.contact-us-2 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.contact-us-2 h2 {
    letter-spacing: 2px;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    margin-bottom: 70px;
    font-weight: 700;
    color: #ffffff;
}.contact-us-2 h2::before {
    width: 30px;
    left: calc(50% - 50px);
    background: rgb(191,197,208);
    position: absolute;
    height: 2px;
    bottom: -20px;
    content: "";
}.contact-us-2 h2::after {
    width: 70px;
    left: calc(50% - 10px);
    background: rgb(191,197,208);
    position: absolute;
    bottom: -20px;
    content: "";
    height: 2px;
}.contact-us-2 .reach-support-1 {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    grid-template-columns: 6fr 4fr;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 21px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    backdrop-filter: blur(10px);
    display: grid;
}.contact-us-2 .cover-photo-2 {
    position: relative;
    min-height: 100%;
}.contact-us-2 .cover-photo-2::before {
    width: 100%;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.7));
    height: 100%;
    z-index: 1;
    position: absolute;
}.contact-us-2 .cover-photo-2::after {
    content: "";
    z-index: 2;
    animation: scanLines 5s linear infinite;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(rgb(191,197,208), 0.1) 10px, rgba(rgb(191,197,208), 0.1) 11px);
    position: absolute;
    height: 100%;
    top: 0;
}@keyframes scanLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.contact-us-2 .query-section-8 {
    position: relative;
    padding: 50px;
}.contact-us-2 .query-section-8::before {
    background: radial-gradient(circle at 50% 30%, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
}.contact-us-2 #contact {
    display: flex;
    flex-direction: column;
    gap: 25px;
}.contact-us-2 h3 {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    display: inline-block;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 1px;
}.contact-us-2 h3::after {
    content: "";
    height: 2px;
    left: 0;
    width: 50px;
    background: rgb(191,197,208);
    bottom: -10px;
    position: absolute;
}.contact-us-2 input[type="text"] {
    font-size: 12px;
    width: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    color: #ffffff;
    padding: 16px 20px;
}.contact-us-2 input[type="text"]:focus {
    box-shadow: 0 0 15px rgba(rgb(191,197,208), 0.2);
    background: rgba(0, 0, 0, 0.3);
    border-color: rgb(191,197,208);
    outline: none;
}.contact-us-2 input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.contact-us-2 .reach-feedback-2 {
    display: flex;
    align-items: flex-start;
    margin-top: 5px;
    gap: 12px;
}.contact-us-2 .reach-feedback-2 input[type="checkbox"] {
    position: relative;
    appearance: none;
    border-radius: 3px;
    cursor: pointer;
    height: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    width: 24px;
    margin-top: 2px;
}.contact-us-2 .reach-feedback-2 input[type="checkbox"]:checked {
    background: rgb(191,197,208);
    border-color: rgb(191,197,208);
}.contact-us-2 .reach-feedback-2 input[type="checkbox"]:checked::after {
    height: 10px;
    position: absolute;
    top: 6px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    content: "";
    left: 9px;
    transform: rotate(45deg);
    width: 6px;
}.contact-us-2 .reach-feedback-2 label {
    font-size: calc(12px - 2px);
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5;
}.contact-us-2 .reach-feedback-2 a {
    position: relative;
    color: rgb(191,197,208);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-us-2 .reach-feedback-2 a:hover {
    color: #ffffff;
}.contact-us-2 .reach-feedback-2 a::after {
    content: "";
    bottom: -2px;
    height: 1px;
    width: 100%;
    background: rgb(191,197,208);
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}.contact-us-2 .reach-feedback-2 a:hover::after {
    background: #ffffff;
}.contact-us-2 .query-map-0 {
    font-size: 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
    color: #ffffff;
    background: rgb(191,197,208);
    align-self: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    padding: 16px 35px;
    border: none;
    position: relative;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
}.contact-us-2 .query-map-0::before {
    top: 0;
    width: 100%;
    position: absolute;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: all 0.5s ease;
    content: "";
}.contact-us-2 .query-map-0:hover {
    transform: translateY(-3px);
    background: rgb(152,160,173);
}.contact-us-2 .query-map-0:hover::before {
    left: 100%;
}.contact-us-2 svg {
    transition: all 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 0 5px rgba(rgb(191,197,208), 0.5));
    fill: rgb(191,197,208);
    height: 22px;
}.contact-us-2 svg path {
    fill: rgb(191,197,208);
    transition: all 0.3s ease;
}.contact-us-2 svg:hover {
    transform: scale(1.1);
    fill: #ffffff;
}.contact-us-2 svg:hover path {
    fill: #ffffff;
}

@media (max-width: 992px) {.contact-us-2 {
    padding: 70px 0;
}.contact-us-2 .reach-support-1 {
    grid-template-columns: 1fr;
}.contact-us-2 .cover-photo-2 {
    min-height: 300px;
}.contact-us-2 .query-section-8 {
    padding: 40px 30px 50px;
}
}

@media (max-width: 768px) {.contact-us-2 {
    padding: 50px 0;
}.contact-us-2 h2 {
    margin-bottom: 50px;
    font-size: calc(30px - 4px);
}.contact-us-2 .cover-photo-2 {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact-us-2 {
    padding: 40px 0;
}.contact-us-2 .container {
    padding: 0 15px;
}.contact-us-2 h2 {
    margin-bottom: 40px;
    font-size: calc(30px - 6px);
}.contact-us-2 h2::before {
    left: calc(50% - 35px);
    width: 20px;
}.contact-us-2 h2::after {
    width: 50px;
}.contact-us-2 .query-section-8 {
    padding: 30px 20px 40px;
}.contact-us-2 #contact {
    gap: 20px;
}.contact-us-2 .query-map-0 {
    width: 100%;
}.contact-us-2 .cover-photo-2 {
    min-height: 200px;
}}footer {
    position: relative;
}footer::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(152,160,173,0.5) 0%, rgb(191,197,208,0.5) 100%);
    z-index: 1;
}.donate-books-0 {
    z-index: 2;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
}.donate-books-0 .container {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.donate-books-0 .company_holder {
    grid-column: 1 / 5;
    position: relative;
    z-index: 3;
}.donate-books-0 .company_holder h3 {
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: uppercase;
}.donate-books-0 .company_holder h3::after {
    position: absolute;
    content: '';
    background: rgb(191,197,208);
    height: 4px;
    border-radius: 10px;
    left: 0;
    bottom: 0;
    width: 40px;
}.donate-books-0 .intern-opp-3 {
    transform: translateZ(0);
    line-height: 1.6;
    border-left: 4px solid rgb(191,197,208);
    margin-top: 25px;
    font-size: 14px;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}.donate-books-0 .fellow-prog-4 {
    grid-column: 5 / 13;
    position: relative;
}.donate-books-0 .nav-begin-3 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-gap: 40px;
}.donate-books-0 .nav-core-0 {
    position: relative;
}.donate-books-0 .nav-core-0 h5 {
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 24px;
    position: relative;
    color: #ffffff;
    display: inline-block;
}.donate-books-0 .nav-core-0 h5::before {
    position: absolute;
    width: 8px;
    background: rgb(191,197,208);
    transform: translateY(-50%);
    border-radius: 50%;
    content: '';
    height: 8px;
    top: 50%;
    left: -15px;
}.donate-books-0 .nav-core-0 .nav-begin-3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
}.donate-books-0 .nav-core-0 .nav-begin-3 a {
    padding: 8px 15px;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    z-index: 1;
    border-radius: 10px;
}.donate-books-0 .nav-core-0 .nav-begin-3 a::before {
    top: 0;
    width: 3px;
    content: '';
    transition: all 0.3s ease;
    background: rgb(191,197,208);
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}.donate-books-0 .nav-core-0 .nav-begin-3 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.donate-books-0 .nav-core-0 .nav-begin-3 a:hover::before {
    background: rgb(191,197,208,0.5);
    width: 100%;
}.gift-card-8 {
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
    z-index: 2;
    position: relative;
}.gift-card-8::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.2;
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    height: 1px;
    right: 15%;
}.gift-card-8 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.gift-card-8 .teach-supp-5 {
    font-size: 12px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    bottom: 0;
    content: '';
    top: 0;
    z-index: 1;
    right: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    left: 0;
    position: absolute;
}

@media (max-width: 992px) {.donate-books-0 .container {
    grid-template-columns: repeat(1, 1fr);
}.donate-books-0 .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.donate-books-0 .fellow-prog-4 {
    grid-column: 1 / -1;
}.donate-books-0 .nav-begin-3 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.donate-books-0 {
    padding: 60px 0 30px;
}.donate-books-0 .nav-begin-3 {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
}.donate-books-0 .nav-core-0 {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.donate-books-0::before {
    background: linear-gradient(90deg, rgb(191,197,208), rgb(152,160,173), rgb(191,197,208));
    width: 100%;
    animation: gradientShift 5s infinite;
    left: 0;
    content: '';
    position: absolute;
    height: 5px;
    background-size: 200% 200%;
    top: 0;
}.donate-books-0 .company_holder::after {
    width: 150px;
    content: '';
    height: 150px;
    z-index: -1;
    right: -50px;
    opacity: 0.4;
    position: absolute;
    filter: blur(60px);
    background: rgb(191,197,208,0.5);
    border-radius: 50%;
    top: 40px;
}.donate-books-0 .company_holder::before {
    z-index: -1;
    left: -30px;
    bottom: 0;
    opacity: 0.3;
    border-radius: 50%;
    height: 100px;
    content: '';
    position: absolute;
    background: rgb(152,160,173,0.5);
    filter: blur(40px);
    width: 100px;
}.donate-books-0 .fellow-prog-4::after {
    filter: blur(50px);
    opacity: 0.2;
    border-radius: 50%;
    height: 120px;
    top: -20px;
    right: 100px;
    position: absolute;
    width: 120px;
    content: '';
    background: rgb(191,197,208,0.5);
    z-index: -1;
}.donate-books-0 .fellow-prog-4::before {
    width: 180px;
    background: rgb(152,160,173,0.5);
    z-index: -1;
    border-radius: 50%;
    height: 180px;
    opacity: 0.25;
    position: absolute;
    bottom: -50px;
    filter: blur(70px);
    content: '';
    left: 80px;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.donate-books-0 .nav-core-0 {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    animation: borderPulse 4s infinite;
}.donate-books-0 .nav-core-0 h5 {
    letter-spacing: 0.5px;
}.donate-books-0 .nav-core-0 h5::after {
    height: 2px;
    position: absolute;
    content: '';
    width: 30px;
    background: rgb(152,160,173);
    bottom: -5px;
    left: 0;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.gift-card-8 {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
}.about-this-3 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}.about-this-3::before {
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgb(191,197,208,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
}.about-this-3 .container {
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.about-this-3 .message-box-1 {
    grid-template-columns: 1fr;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(20px);
    display: grid;
    gap: 30px;
    position: relative;
    opacity: 0;
}.about-this-3 .message-box-1 > div:first-child {
    position: relative;
    display: inline-block;
}.about-this-3 .message-box-1 > div:first-child::after {
    height: 3px;
    transform: scaleX(0);
    animation: lineGrow 0.6s 0.8s ease-out forwards;
    width: 60px;
    left: 0;
    content: "";
    background: rgb(152,160,173);
    transform-origin: left;
    position: absolute;
    bottom: -10px;
}.about-this-3 h5 {
    font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(152,160,173);
    margin: 0;
}.about-this-3 div p {
    position: relative;
    line-height: 1.2;
    margin: 0 0 15px;
    font-weight: 700;
    font-size: calc(36px * 0.9);
    display: inline-block;
}.about-this-3 div p b {
    font-weight: 700;
    position: relative;
    display: inline-block;
    z-index: 1;
}.about-this-3 div p b::before {
    transform: skewX(-15deg);
    z-index: -1;
    background: rgb(191,197,208,0.5);
    content: "";
    bottom: 0;
    left: -5px;
    position: absolute;
    width: calc(100% + 10px);
    height: 8px;
}.about-this-3 ol {
    position: relative;
    list-style: none;
    counter-reset: section;
    padding: 0;
    margin: 0;
}.about-this-3 ol li {
    padding: 30px;
    position: relative;
    transition: transform 0.3s ease-out;
    font-size: 14px;
    line-height: 1.8;
    border-left: 4px solid rgb(152,160,173);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translateX(-10px);
    backdrop-filter: blur(10px);
}.about-this-3 ol li:hover {
    transform: translateX(0);
}.about-this-3 ol li::before {
    top: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgb(191,197,208,0.5) 0%, transparent 100%);
    opacity: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    content: "";
}.about-this-3 ol li:hover::before {
    opacity: 0.3;
}

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

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


@media screen and (min-width: 768px) {.about-this-3 {
    padding: 150px 0;
}.about-this-3 .message-box-1 {
    grid-template-columns: 1fr 2fr;
    align-items: start;
}.about-this-3 .message-box-1 > div:first-child,
    .about-this-3 .message-box-1 > div:nth-child(2) {
    grid-column: 1;
}.about-this-3 .message-box-1 > ol {
    margin-top: 20px;
    grid-column: 1 / -1;
}.about-this-3 ol li {
    column-count: 2;
    column-gap: 40px;
    padding: 40px;
}
}

@media screen and (min-width: 992px) {.about-this-3 {
    padding: 180px 0;
}.about-this-3::after {
    top: -50px;
    width: 300px;
    content: "";
    border: 2px solid rgb(152,160,173,0.5);
    opacity: 0.6;
    z-index: 1;
    height: 300px;
    border-radius: 10px;
    right: -50px;
    transform: rotate(15deg);
    position: absolute;
}.about-this-3 .message-box-1 {
    grid-template-columns: 1fr 3fr;
    gap: 60px;
}.about-this-3 ol li {
    column-gap: 50px;
    column-count: 3;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    padding: 50px;
    font-size: calc(14px * 1.05);
}
}

@media screen and (max-width: 767px) {.about-this-3 {
    padding: 80px 0;
}.about-this-3 h5 {
    font-size: calc(22px * 0.9);
}.about-this-3 div p {
    font-size: calc(36px * 0.7);
}.about-this-3 ol li {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
    padding: 25px 20px;
}}.homepage-0 {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
    justify-content: center;
    background: linear-gradient(135deg, rgb(225,229,233) 0%, rgb(191,197,208,0.5) 100%);
}.homepage-0 .cover-photo-2 {
    animation: subtle-zoom 20s infinite alternate ease-in-out;
    z-index: -1;
    transform: scale(1.05);
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    filter: brightness(0.7) contrast(1.1);
}.homepage-0 .cover-photo-2::after {
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.4) 100%);
    content: '';
}.homepage-0 .knowledge-classes-3 {
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-left: 3px solid rgb(191,197,208);
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    width: 90%;
    display: grid;
    background: rgba(255,255,255,0.12);
    position: relative;
    padding: 3rem 2rem;
    max-width: 1200px;
    gap: 2rem;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 
                0 0 0 1px rgba(255,255,255,0.1) inset,
                0 5px 15px rgba(0,0,0,0.1);
    z-index: 2;
    grid-template-columns: 1fr;
}.homepage-0 .knowledge-classes-3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.homepage-0 h1 {
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 43px);
    color: #ffffff;
    opacity: 0;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-10px);
    padding-left: 1rem;
    animation: slide-in-text 0.8s 0.2s forwards cubic-bezier(0.17, 0.67, 0.45, 1);
    position: relative;
}.homepage-0 h1::before {
    position: absolute;
    width: 3px;
    left: 0;
    height: 100%;
    transform: scaleY(0);
    transform-origin: top;
    background: rgb(191,197,208);
    content: '';
    top: 0;
    animation: scale-line 0.5s 0.6s forwards cubic-bezier(0.17, 0.67, 0.45, 1);
}.homepage-0 .message-box-1 {
    background: rgba(0,0,0,0.4);
    padding: 2.5rem;
    opacity: 0;
    transform: translateY(20px);
    border-radius: 26px;
    position: relative;
    animation: slide-in 0.8s 0.4s forwards cubic-bezier(0.17, 0.67, 0.45, 1);
}.homepage-0 .message-box-1::before {
    top: 0;
    content: '';
    border-radius: 26px;
    z-index: -1;
    opacity: 0.15;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(191,197,208,0.5) 0%, transparent 100%);
}.homepage-0 .message-box-1 p {
    margin-bottom: 2.5rem;
    color: #ffffff;
    max-width: 600px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
    font-size: clamp(1rem, 2.5vw, 1.25rem);
}.homepage-0 .main-home-3 {
    display: flex;
    justify-content: center;
    transition: transform 0.4s ease;
    position: relative;
    transform: scale(0.95);
    margin: 2rem 0;
}.homepage-0 .main-home-3:hover {
    transform: scale(1);
}.homepage-0 svg {
    filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.3));
    transform-origin: center;
    animation: float 6s infinite ease-in-out;
    height: 80px;
    width: 80px;
}.homepage-0 svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,197,208);
}.homepage-0 svg:hover path {
    fill: rgb(114, 200, 198);
}.homepage-0 svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.homepage-0 svg:hover text {
    fill: rgb(114, 200, 198);
}.homepage-0 h6 {
    margin-top: 2rem;
    text-align: center;
}.homepage-0 .query-map-0 {
    font-weight: 600;
    transition: all 0.3s cubic-bezier(0.17, 0.67, 0.45, 1);
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.3),
                0 0 0 1px rgba(94, 170, 168, 0.1) inset;
    font-size: 16px;
    position: relative;
    letter-spacing: 0.04em;
    display: inline-block;
    background: linear-gradient(135deg, rgb(191,197,208) 0%, rgb(74, 150, 148) 100%);
    color: #ffffff;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 1rem 2.5rem;
    text-decoration: none;
}.homepage-0 .query-map-0::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    top: 0;
    transition: left 0.8s ease;
    height: 100%;
    position: absolute;
    content: '';
    left: -100%;
    width: 100%;
}.homepage-0 .query-map-0:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, rgb(114, 200, 198) 0%, rgb(191,197,208) 100%);
    box-shadow: 0 8px 20px rgba(94, 170, 168, 0.4),
                0 0 0 1px rgba(94, 170, 168, 0.2) inset;
}.homepage-0 .query-map-0:hover::before {
    left: 100%;
}

@keyframes slide-in-text {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes scale-line {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@media (min-width: 768px) {.homepage-0 .knowledge-classes-3 {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
    padding: 4rem 3rem;
    max-width: 1200px;
    align-items: center;
}.homepage-0 h1 {
    margin-bottom: 0;
    grid-column: 1 / 2;
    padding-right: 2rem;
}.homepage-0 .message-box-1 {
    padding: 3rem;
    grid-column: 2 / 3;
}.homepage-0 svg {
    width: 100px;
    height: 100px;
}
}

@media (min-width: 992px) {.homepage-0 .knowledge-classes-3 {
    grid-template-columns: 1fr 1.5fr;
    padding: 5rem 4rem;
}.homepage-0 .message-box-1 {
    padding: 3.5rem;
}.homepage-0 h1 {
    font-size: 43px;
}.homepage-0 .query-map-0 {
    padding: 1.2rem 3rem;
}
}

@media (max-width: 767px) {.homepage-0 .knowledge-classes-3 {
    padding: 2.5rem 1.5rem;
}.homepage-0 h1 {
    font-size: 1.8rem;
}.homepage-0 .message-box-1 {
    padding: 1.8rem;
}.homepage-0 svg {
    height: 70px;
    width: 70px;
}.homepage-0 .query-map-0 {
    font-size: 0.9rem;
    padding: 0.8rem 1.8rem;
}}.gratDiv-3 {
    background: linear-gradient(135deg, rgb(152,160,173,0.5) 0%, rgb(191,197,208,0.5) 100%);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
}.gratDiv-3::before {
    width: 50%;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    height: 70%;
    animation: float 12s ease-in-out infinite;
    content: "";
    z-index: 1;
    right: -5%;
    position: absolute;
    transform: rotate(-15deg) skew(10deg);
    top: -10%;
    pointer-events: none;
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(152,160,173) 0%, rgb(191,197,208) 100%);
}.gratDiv-3::after {
    bottom: -5%;
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    width: 40%;
    pointer-events: none;
    left: -5%;
    z-index: 1;
    opacity: 0.08;
    height: 60%;
    content: "";
    transform: rotate(10deg) skew(-5deg);
    animation: float 15s ease-in-out infinite reverse;
    position: absolute;
    background: linear-gradient(210deg, rgb(191,197,208) 0%, rgb(152,160,173) 100%);
}.gratDiv-3 .container {
    position: relative;
    z-index: 2;
    align-items: flex-start;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
}.gratDiv-3 h2 {
    opacity: 0;
    max-width: 90%;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    transform: translateX(-10px);
    font-size: 37px;
    position: relative;
    margin-bottom: 2.5rem;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.gratDiv-3 h2::after {
    transform-origin: left;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(191,197,208) 0%, rgb(152,160,173) 100%);
    transform: scaleX(0);
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    width: 120px;
    bottom: -15px;
    left: 0;
    content: "";
}.gratDiv-3 .knowledge-classes-3 {
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    width: 100%;
    background: #ffffff;
    opacity: 0;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
}.gratDiv-3 .knowledge-classes-3::before {
    transform: scaleX(0);
    content: "";
    transform-origin: left;
    height: 5px;
    background: linear-gradient(90deg, rgb(152,160,173) 0%, rgb(191,197,208) 100%);
    position: absolute;
    right: 0;
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    top: 0;
    left: 0;
}.gratDiv-3 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.gratDiv-3 li {
    position: relative;
    padding-left: 1.5rem;
}.gratDiv-3 li::before {
    height: 8px;
    opacity: 0;
    background: rgb(152,160,173);
    top: 0.5rem;
    left: 0;
    content: "";
    width: 8px;
    transform: rotate(45deg) scale(0);
    position: absolute;
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}.gratDiv-3 span {
    display: block;
    color: #000000;
    animation: fadeIn 1s 1.2s ease-out forwards;
    font-family: Arial, sans-serif;
    opacity: 0;
    transform: translateY(15px);
    line-height: 1.7;
    font-size: 13px;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes riseUp {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(15px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
    50% {
        transform: rotate(-13deg) skew(12deg) translateY(-15px);
    }
    100% {
        transform: rotate(-15deg) skew(10deg) translateY(0);
    }
}

@media (max-width: 991px) {.gratDiv-3 {
    padding: 4rem 1.5rem;
}.gratDiv-3 h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.gratDiv-3 .knowledge-classes-3 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.gratDiv-3 {
    padding: 3.5rem 1.25rem;
}.gratDiv-3 h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.gratDiv-3 h2::after {
    height: 3px;
    width: 100px;
}.gratDiv-3 .knowledge-classes-3 {
    padding: 2rem 1.5rem;
}.gratDiv-3 span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.gratDiv-3 {
    padding: 3rem 1rem;
}.gratDiv-3 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.7);
}.gratDiv-3 h2::after {
    bottom: -10px;
    width: 80px;
    height: 3px;
}.gratDiv-3 .knowledge-classes-3 {
    padding: 1.5rem 1.25rem;
}.gratDiv-3 li {
    padding-left: 1.25rem;
}.gratDiv-3 li::before {
    height: 6px;
    width: 6px;
}.gratDiv-3 span {
    line-height: 1.5;
    font-size: calc(13px * 0.9);
}}header {
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(225,229,233));
    padding: 0;
    width: 100%;
    z-index: 100;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
}header::before {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    top: 0;
    z-index: 0;
    width: 100%;
    content: '';
    background-size: 20px 20px;
    height: 100%;
    left: 0;
    position: absolute;
}header::after {
    height: 100%;
    z-index: 1;
    width: 5px;
    left: 0;
    position: absolute;
    content: '';
    top: 0;
    background: linear-gradient(to bottom, rgb(191,197,208), rgb(152,160,173));
}header .container {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0;
    max-width: 100%;
    margin: 0;
}header .top-learn-8 {
    justify-content: space-between;
    padding: 0.9rem 3%;
    display: flex;
    margin-left: 5px;
    align-items: center;
}header .site-start-2 {
    background: rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
    padding: 0.5rem;
    align-items: center;
    display: flex;
    text-decoration: none;
}header .site-start-2:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.6);
}header .site-start-2 svg {
    height: auto;
    transition: all 0.3s ease;
    width: 140px;
}header .nav-core-0 {
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
    border-radius: 10px;
    align-items: center;
}header .nav-core-0::before {
    right: -2px;
    opacity: 0.5;
    left: -2px;
    content: '';
    z-index: -1;
    background: linear-gradient(135deg, rgb(191,197,208,0.5), rgb(152,160,173,0.5));
    top: -2px;
    position: absolute;
    bottom: -2px;
    border-radius: calc(10px + 2px);
}header .head-prime-1 {
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    font-weight: 400;
    font-size: 20px;
    transition: all 0.3s ease;
    z-index: 1;
    position: relative;
    padding: 0.4rem 0.7rem;
    color: #000000;
    text-decoration: none;
    background: #ffffff;
}header .head-prime-1::before {
    opacity: 0;
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    background: linear-gradient(45deg, rgb(191,197,208,0.5), rgb(152,160,173,0.5));
    width: 100%;
    left: 0;
}header .head-prime-1:hover {
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}header .head-prime-1:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .top-learn-8 {
    padding: 0.8rem 2.5%;
}header .site-start-2 svg {
    width: 130px;
}header .nav-core-0 {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .head-prime-1 {
    font-size: calc(20px - 1px);
    padding: 0.35rem 0.6rem;
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .top-learn-8 {
    flex-direction: column;
    align-items: flex-start;
    padding: 0.8rem 2%;
    margin-left: 3px;
    gap: 0.7rem;
}header .site-start-2 {
    padding: 0.4rem;
}header .site-start-2 svg {
    width: 120px;
}header .nav-core-0 {
    overflow-x: auto;
    width: 98%;
    padding: 0.4rem;
    justify-content: flex-start;
}header .nav-core-0::-webkit-scrollbar {
    height: 2px;
}header .nav-core-0::-webkit-scrollbar-thumb {
    background: rgb(191,197,208);
    border-radius: 10px;
}header .head-prime-1 {
    white-space: nowrap;
    padding: 0.3rem 0.5rem;
    font-size: calc(20px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .top-learn-8 {
    margin-left: 2px;
    padding: 0.7rem 1.5%;
}header .site-start-2 svg {
    width: 110px;
}header .nav-core-0 {
    padding: 0.3rem;
}header .head-prime-1 {
    font-size: calc(20px - 2px);
    padding: 0.3rem 0.4rem;
}}.cookie-overlay-alert-1 {
    z-index: 90;
    border-top: 2px solid rgb(191,197,208);
    position: fixed;
    bottom: 0;
    background: rgb(225,229,233);
    width: 100%;
}.cookie-confirm-4 {
    display: flex;
    padding: 20px 0;
    justify-content: space-between;
    align-items: center;
}#userPrivacyWindow-8 {
    display: none;
}#userPrivacyWindow-8:checked ~ .cookie-overlay-alert-1 {
    visibility: hidden;
    opacity: 0;
}.cookie-overlay-alert-1 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie-overlay-alert-1 p {
    font-size: 18px;
}.cookie-preference-1 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-preference-1 svg, .cookie-preference-1 svg path, .cookie-preference-1 img {
    fill: rgb(191,197,208);
    width: 100px;
    height: 100px;
}.cookie-alerts-6 {
    white-space: nowrap;
    border-bottom: 2px solid rgb(191,197,208);
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    flex-shrink: 0;
    margin-left: 10px;
    min-width: 120px;
    line-height: 35px;
    color: rgb(191,197,208);
    font-size: 24px;
}.cookie-overlay-alert-1 p a {
    text-decoration: none;
    color: rgb(191,197,208);
}
@media only screen and (max-width: 1200px) {.cookie-overlay-alert-1 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-preference-1 {
    display: none;
}.cookie-confirm-4 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie-overlay-alert-1 h5 {
    text-align: center;
}.cookie-overlay-alert-1 p {
    text-align: center;
}.learn-cookies-7 {
    margin-bottom: 20px;
}body .wrapper-canvas-3 .cookie-alerts-6 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-canvas-3 .cookie-overlay-alert-1 {
    border: none;
    box-shadow: rgb(191,197,208,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.wrapper-canvas-3 .cookie-alerts-6 {
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: rgb(191,197,208);
    border: none;
    margin-left: 30px;
}.wrapper-canvas-3 .cookie-preference-1 {
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background:rgb(191,197,208);
    display: flex;
    width: 80px;
    height: 80px;
}.wrapper-canvas-3 .cookie-preference-1 svg, .wrapper-canvas-3 .cookie-preference-1 svg path, .wrapper-canvas-3 .cookie-preference-1 img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.wrapper-canvas-3 .learn-cookies-7 h5, .wrapper-canvas-3 .learn-cookies-7 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-canvas-3 .cookie-preference-1 {
    margin-bottom: 14px;
    margin: 0;
}}.service-contact-5 {
    background: rgb(225,229,233);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.service-contact-5::before {
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgb(191,197,208,0.5) 0%, transparent 100%);
    height: 100%;
    content: '';
    top: 0;
    position: absolute;
    width: 100%;
}.service-contact-5::after {
    top: 0;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(152,160,173,0.5) 0%, transparent 70%);
}.service-contact-5 .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    max-width: 1200px;
}.service-contact-5 .edu-coach-7 {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    overflow: hidden;
    padding: 40px;
    border-radius: 16px;
    align-items: stretch;
    border: 1px solid rgb(152,160,173,0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}.service-contact-5 .edu-coach-7:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.service-contact-5 .talk-experts-1 {
    position: relative;
    margin-bottom: 30px;
    color: rgb(191,197,208);
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 31px;
}.service-contact-5 .cover-photo-2 {
    transition: transform 0.5s ease;
    border-radius: 16px;
    height: 280px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
}.service-contact-5 .cover-photo-2::before {
    left: 0;
    z-index: 1;
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}.service-contact-5 .cover-photo-2::after {
    content: '';
    position: absolute;
    height: 200%;
    animation: shine 6s infinite linear;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    width: 200%;
    z-index: 2;
    transform: rotate(30deg);
    left: -50%;
    top: -50%;
}@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(30deg);
    }
    100% {
        transform: translateX(100%) rotate(30deg);
    }
}

.service-contact-5 .get-answers-6 {
    position: relative;
    border-radius: 16px;
    border: 1px solid rgb(152,160,173,0.5);
    padding: 30px;
    background: rgb(225,229,233);
}.service-contact-5 .get-answers-6::before {
    left: 0;
    border-radius: 16px;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
    height: 100%;
    z-index: -1;
    background: linear-gradient(135deg, rgb(191,197,208,0.5) 0%, transparent 100%);
}.service-contact-5 .get-answers-6 p {
    color: #000000;
    position: relative;
    align-items: flex-start;
    font-size: 17px;
    display: flex;
    padding-left: 30px;
    margin-bottom: 20px;
}.service-contact-5 .get-answers-6 p::before {
    border-radius: 50%;
    top: 0px;
    height: 24px;
    transition: transform 0.3s ease, background 0.3s ease;
    align-items: center;
    position: absolute;
    width: 24px;
    background: rgb(191,197,208,0.5);
    content: '';
    justify-content: center;
    left: -3px;
    display: flex;
}.service-contact-5 .get-answers-6 p:hover::before {
    transform: scale(1.2);
    background-color: rgb(191,197,208);
}.service-contact-5 .get-answers-6 p span {
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}.service-contact-5 .get-answers-6 p span::after {
    transition: width 0.3s ease;
    position: absolute;
    left: 0;
    height: 1px;
    bottom: 0;
    width: 0;
    content: '';
    background: rgb(191,197,208);
}.service-contact-5 .get-answers-6 p:hover span::after {
    width: 100%;
}.service-contact-5 .get-answers-6 p span a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(152,160,173);
}.service-contact-5 .get-answers-6 p span a:hover {
    color: rgb(191,197,208);
}.service-contact-5 .get-answers-6 p svg {
    width: 18px;
    left: 0;
    top: 3px;
    position: absolute;
    transition: transform 0.3s ease, fill 0.3s ease;
    height: 18px;
    fill: rgb(191,197,208);
}.service-contact-5 .get-answers-6 p:hover svg {
    transform: scale(1.2);
    fill: rgb(152,160,173);
}.service-contact-5 .get-answers-6 p svg path {
    transition: fill 0.3s ease;
    fill: inherit;
}.service-contact-5 .send-query-4 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgb(152,160,173,0.5);
}.service-contact-5 .request-feedback-2 {
    padding-left: 30px;
    font-weight: 600;
    position: relative;
    font-size: 19px;
    margin-bottom: 20px;
    color: rgb(191,197,208);
}.service-contact-5 .request-feedback-2::before {
    transition: transform 0.3s ease;
    position: absolute;
    width: 20px;
    border-radius: 50%;
    content: '';
    height: 20px;
    top: 50%;
    background: rgb(191,197,208,0.5);
    transform: translateY(-50%);
    left: 0;
}.service-contact-5 .request-feedback-2:hover::before {
    transform: translateY(-50%) scale(1.2);
}.service-contact-5 .request-feedback-2 svg {
    width: 20px;
    fill: rgb(191,197,208);
    transition: transform 0.3s ease, fill 0.3s ease;
    left: 0;
    height: 20px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}.service-contact-5 .request-feedback-2:hover svg {
    fill: rgb(152,160,173);
    transform: translateY(-50%) scale(1.2);
}.service-contact-5 .request-feedback-2 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}.service-contact-5 .instant-help-2 {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}.service-contact-5 .support-info-7 {
    color: #000000;
    font-size: 17px;
    position: relative;
    border-radius: 10px;
    background: rgb(152,160,173,0.5);
    transition: transform 0.3s ease, background 0.3s ease;
    padding: 10px 15px;
    overflow: hidden;
}.service-contact-5 .support-info-7::before {
    content: '';
    left: 0;
    height: 100%;
    background: rgb(191,197,208);
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
    width: 4px;
}.service-contact-5 .support-info-7:hover {
    transform: translateX(5px);
    background: rgb(152,160,173);
}.service-contact-5 .support-info-7:hover::before {
    width: 8px;
}.service-contact-5 .support-info-7 svg {
    vertical-align: middle;
    margin-right: 5px;
    width: 14px;
    fill: rgb(191,197,208);
    transition: transform 0.3s ease, fill 0.3s ease;
    height: 14px;
}.service-contact-5 .support-info-7:hover svg {
    fill: #ffffff;
    transform: rotate(15deg);
}.service-contact-5 .support-info-7 svg path {
    fill: inherit;
    transition: fill 0.3s ease;
}@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

.service-contact-5 .container::before {
    top: -100px;
    animation: pulse 10s infinite linear;
    background-image: linear-gradient(
        45deg,
        rgb(152,160,173,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(152,160,173,0.5) 50%,
        rgb(152,160,173,0.5) 75%,
        transparent 75%,
        transparent
    );
    background-size: 15px 15px;
    width: 300px;
    position: absolute;
    right: -100px;
    height: 300px;
    opacity: 0.2;
    border-radius: 50%;
    z-index: -1;
    content: '';
}.service-contact-5 .container::after {
    bottom: -50px;
    border-radius: 50%;
    position: absolute;
    animation: pulse 15s infinite linear;
    z-index: -1;
    width: 200px;
    height: 200px;
    background-image: linear-gradient(
        45deg,
        rgb(191,197,208,0.5) 25%,
        transparent 25%,
        transparent 50%,
        rgb(191,197,208,0.5) 50%,
        rgb(191,197,208,0.5) 75%,
        transparent 75%,
        transparent
    );
    left: -50px;
    opacity: 0.1;
    background-size: 10px 10px;
    content: '';
}

@keyframes moveGradient {
    0% {
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        background-position: 100% 0%, 0% 100%;
    }
    100% {
        background-position: 0% 0%, 100% 100%;
    }
}

@media (min-width: 992px) {.service-contact-5 .edu-coach-7 {
    flex-direction: row;
    gap: 40px;
}.service-contact-5 .cover-photo-2 {
    flex: 0 0 350px;
    height: 350px;
    margin-bottom: 0;
}.service-contact-5 .get-answers-6 {
    flex: 1;
}.service-contact-5 .instant-help-2 {
    grid-template-columns: repeat(3, 1fr);
}
}

@media (min-width: 768px) and (max-width: 991px) {.service-contact-5 {
    padding: 60px 0;
}.service-contact-5 .edu-coach-7 {
    padding: 30px;
}.service-contact-5 .talk-experts-1 {
    font-size: 19px;
    margin-bottom: 25px;
}.service-contact-5 .cover-photo-2 {
    height: 240px;
}.service-contact-5 .get-answers-6 {
    padding: 25px;
}.service-contact-5 .instant-help-2 {
    grid-template-columns: repeat(2, 1fr);
}.service-contact-5 .get-answers-6 p svg {
    height: 16px;
    width: 16px;
}.service-contact-5 .request-feedback-2 svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 767px) {.service-contact-5 {
    padding: 40px 0;
}.service-contact-5 .edu-coach-7 {
    padding: 20px;
}.service-contact-5 .talk-experts-1 {
    margin-bottom: 20px;
    font-size: 18px;
}.service-contact-5 .cover-photo-2 {
    height: 200px;
}.service-contact-5 .get-answers-6 {
    padding: 20px;
}.service-contact-5 .get-answers-6 p {
    font-size: 17px;
    margin-bottom: 15px;
}.service-contact-5 .request-feedback-2 {
    font-size: 18px;
}.service-contact-5 .instant-help-2 {
    grid-template-columns: 1fr;
}.service-contact-5 .get-answers-6 p svg {
    top: 4px;
    width: 15px;
    height: 15px;
}.service-contact-5 .request-feedback-2 svg {
    width: 16px;
    height: 16px;
}.service-contact-5 .support-info-7 svg {
    width: 12px;
    height: 12px;
}}.customer-opinions-8 {
    overflow: hidden;
    position: relative;
    background: rgb(225,229,233);
    padding: 100px 0;
}.customer-opinions-8::before {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background-image: 
        repeating-linear-gradient(45deg, 
            rgb(191,197,208,0.5) 0px, 
            rgb(191,197,208,0.5) 2px, 
            transparent 2px, 
            transparent 10px);
    opacity: 0.2;
    position: absolute;
    z-index: 0;
    content: "";
}.customer-opinions-8 .container {
    position: relative;
    z-index: 1;
    max-width: 1000px;
}.customer-opinions-8 h2 {
    margin-bottom: 70px;
    writing-mode: vertical-lr;
    font-weight: 700;
    padding-right: 50px;
    float: left;
    color: #000000;
    transform: rotate(180deg);
    height: 100%;
    position: relative;
    font-size: 29px;
}.customer-opinions-8 h2::after {
    right: 30px;
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    background: rgb(191,197,208);
    top: 0;
}.customer-opinions-8 .testimonial-sharing-2 {
    flex-direction: column;
    margin-left: 80px;
    align-items: flex-start;
    gap: 70px;
    display: flex;
}.customer-opinions-8 .client-stories-3 {
    width: 100%;
    align-items: center;
    display: flex;
    max-width: 700px;
    transform: translateZ(0);
    position: relative;
    transition: transform 0.5s ease;
}.customer-opinions-8 .client-stories-3:nth-child(odd) {
    align-self: flex-start;
}.customer-opinions-8 .client-stories-3:nth-child(even) {
    align-self: flex-end;
    flex-direction: row-reverse;
}.customer-opinions-8 .client-stories-3:hover {
    transform: translateZ(30px);
}.customer-opinions-8 .client-stories-3 img {
    z-index: 2;
    border: 5px solid #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    height: 120px;
    width: 120px;
    object-fit: cover;
    transition: all 0.4s ease;
}.customer-opinions-8 .client-stories-3:hover img {
    transform: scale(1.1);
}.customer-opinions-8 .client-stories-3 p {
    margin: 0;
}.customer-opinions-8 .client-stories-3:nth-child(odd) p,
.customer-opinions-8 .client-stories-3:nth-child(odd) .description {
    padding-left: 30px;
}.customer-opinions-8 .client-stories-3:nth-child(even) p,
.customer-opinions-8 .client-stories-3:nth-child(even) .description {
    text-align: right;
    padding-right: 30px;
}.customer-opinions-8 .client-stories-3 p:first-of-type {
    margin-bottom: 10px;
    color: #000000;
    font-size: 22px;
    font-weight: 600;
}.customer-opinions-8 .client-stories-3 .description {
    position: relative;
    max-width: 500px;
    background: #ffffff;
    font-size: 17px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    font-weight: 400;
    color: #000000;
    padding: 20px;
}.customer-opinions-8 .client-stories-3:nth-child(odd) .description::before {
    background: #ffffff;
    position: absolute;
    transform: rotate(45deg);
    top: 30px;
    height: 30px;
    width: 30px;
    z-index: -1;
    left: -15px;
    content: "";
}.customer-opinions-8 .client-stories-3:nth-child(even) .description::before {
    transform: rotate(45deg);
    top: 30px;
    width: 30px;
    background: #ffffff;
    position: absolute;
    right: -15px;
    content: "";
    z-index: -1;
    height: 30px;
}.customer-opinions-8 .client-stories-3:nth-child(3n+1) .description {
    border-top: 4px solid rgb(191,197,208);
}.customer-opinions-8 .client-stories-3:nth-child(3n+2) .description {
    border-top: 4px solid rgb(152,160,173);
}.customer-opinions-8 .client-stories-3:nth-child(3n+3) .description {
    border-top: 4px solid #000000;
}

@media (max-width: 991px) {.customer-opinions-8 {
    padding: 80px 0;
}.customer-opinions-8 h2 {
    padding-right: 0;
    writing-mode: horizontal-tb;
    text-align: center;
    transform: none;
    float: none;
    margin-bottom: 50px;
}.customer-opinions-8 h2::after {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    top: auto;
    right: auto;
}.customer-opinions-8 .testimonial-sharing-2 {
    margin-left: 0;
    gap: 50px;
}
}

@media (max-width: 767px) {.customer-opinions-8 {
    padding: 60px 0;
}.customer-opinions-8 .client-stories-3,
    .customer-opinions-8 .client-stories-3:nth-child(even),
    .customer-opinions-8 .client-stories-3:nth-child(odd) {
    flex-direction: column;
    align-items: center;
    align-self: center;
}.customer-opinions-8 .client-stories-3 img {
    margin-bottom: 15px;
    height: 100px;
    width: 100px;
}.customer-opinions-8 .client-stories-3 p:first-of-type,
    .customer-opinions-8 .client-stories-3:nth-child(even) p:first-of-type,
    .customer-opinions-8 .client-stories-3:nth-child(odd) p:first-of-type {
    padding: 0;
    text-align: center;
}.customer-opinions-8 .client-stories-3 .description,
    .customer-opinions-8 .client-stories-3:nth-child(even) .description,
    .customer-opinions-8 .client-stories-3:nth-child(odd) .description {
    width: 100%;
    text-align: center;
    padding: 15px;
    max-width: none;
}.customer-opinions-8 .client-stories-3:nth-child(odd) .description::before,
    .customer-opinions-8 .client-stories-3:nth-child(even) .description::before {
    display: none;
}
}