* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}svg {
    height: 30px;
    width: 30px;
}.wrapper-padding-7 {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.pledge-block-9 {
    flex: 0 0 auto;
}html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}.head-tutor-3 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1198px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy-zone-8 {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,239,237), rgba(245, 245, 250, 0.98));
    padding: 4rem 1.5rem;
    position: relative;
}.privacy-zone-8::before {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    opacity: 0.15;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 90% 10%, rgb(198,212,203,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(161,179,168,0.5), transparent 60%);
    left: 0;
    top: 0;
    width: 100%;
}.privacy-zone-8::after {
    content: "";
    pointer-events: none;
    z-index: 0;
    right: -20px;
    top: -20px;
    opacity: 0.1;
    height: 200px;
    width: 200px;
    transform: rotate(-15deg);
    position: absolute;
    background: radial-gradient(circle, rgb(198,212,203,0.5) 10%, transparent 70%);
}.privacy-zone-8 .container {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    position: relative;
    transform: perspective(1000px) rotateY(0.5deg);
    z-index: 1;
    max-width: 1140px;
    backdrop-filter: blur(10px);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(198,212,203,0.5), 0.03);
}.privacy-zone-8 .container:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 25px 50px rgba(rgb(198,212,203,0.5), 0.05);
}.privacy-zone-8 h1 {
    padding-bottom: 1rem;
    transform: translateX(-5px);
    position: relative;
    border-bottom: 2px solid rgba(rgb(198,212,203,0.5), 0.1);
    color: rgb(198,212,203);
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 1.5rem;
}.privacy-zone-8 h1::after {
    left: 0;
    width: 70px;
    transition: width 0.5s ease;
    bottom: -2px;
    content: "";
    position: absolute;
    height: 2px;
    background: rgb(198,212,203);
}.privacy-zone-8 h2 {
    font-size: 33px;
    margin: 2.5rem 0 1rem;
    position: relative;
    color: #000000;
    border-left: 3px solid rgb(161,179,168);
    padding-left: 15px;
    font-weight: 600;
}.privacy-zone-8 h3 {
    color: #000000;
    font-size: calc(33px * 0.8);
    font-weight: 600;
    padding-left: 12px;
    border-left: 2px solid rgb(161,179,168,0.5);
    margin: 2rem 0 1rem;
    position: relative;
}.privacy-zone-8 h4 {
    margin: 1.75rem 0 0.75rem;
    color: #000000;
    border-left: 1px solid rgb(161,179,168,0.5);
    position: relative;
    font-size: calc(33px * 0.65);
    font-weight: 600;
    padding-left: 10px;
}.privacy-zone-8 p {
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    font-size: 15px;
    line-height: 1.8;
    max-width: 95%;
    color: #000000;
    position: relative;
}.privacy-zone-8 p:hover {
    transform: translateX(5px);
}.privacy-zone-8 p strong {
    color: rgb(198,212,203);
    font-weight: 600;
    display: inline-block;
    position: relative;
}.privacy-zone-8 p strong::after {
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: rgb(198,212,203,0.5);
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    bottom: -2px;
    transform: scaleX(0);
    height: 1px;
}.privacy-zone-8 p:hover strong::after {
    transform: scaleX(1);
}.privacy-zone-8 ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.5rem;
    position: relative;
}.privacy-zone-8 ul::before {
    bottom: 0;
    width: 2px;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(161,179,168,0.5), rgba(rgb(161,179,168,0.5), 0.2));
    left: 0;
}.privacy-zone-8 li {
    font-size: 15px;
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    line-height: 1.7;
    transition: transform 0.3s ease;
    padding-left: 1.5rem;
}.privacy-zone-8 li:hover {
    transform: translateX(5px);
}.privacy-zone-8 li::before {
    width: 8px;
    position: absolute;
    background: rgb(161,179,168);
    height: 8px;
    content: "";
    left: 0;
    top: 10px;
    transition: transform 0.3s ease, background-color 0.3s ease;
    border-radius: 50%;
}.privacy-zone-8 li:hover::before {
    transform: scale(1.3);
    background: rgb(198,212,203);
}.privacy-zone-8 span {
    border-left: 1px dashed rgb(161,179,168,0.5);
    transition: all 0.3s ease;
    line-height: 1.8;
    padding-left: 1rem;
    font-size: 15px;
    display: block;
    margin-bottom: 1.5rem;
    color: #000000;
}.privacy-zone-8 span:hover {
    transform: translateX(5px);
    background: linear-gradient(to right, rgba(rgb(198,212,203,0.5), 0.05), transparent);
    border-left-color: rgb(198,212,203);
}

@media (max-width: 1200px) {.privacy-zone-8 .container {
    max-width: 960px;
    padding: 2.5rem;
}.privacy-zone-8 h1 {
    font-size: calc(42px * 0.9);
}.privacy-zone-8 h2 {
    font-size: calc(33px * 0.9);
}
}

@media (max-width: 992px) {.privacy-zone-8 {
    padding: 3rem 1.25rem;
}.privacy-zone-8 .container {
    max-width: 720px;
    transform: perspective(1000px) rotateY(0deg);
    padding: 2rem;
}.privacy-zone-8 h1 {
    margin-bottom: 1.25rem;
}.privacy-zone-8 p, 
  .privacy-zone-8 li, 
  .privacy-zone-8 span {
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 768px) {.privacy-zone-8 {
    padding: 2.5rem 1rem;
}.privacy-zone-8 .container {
    padding: 1.75rem;
    max-width: 540px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}.privacy-zone-8 h1 {
    transform: translateX(0);
    font-size: calc(42px * 0.8);
}.privacy-zone-8 h2 {
    margin: 2rem 0 0.75rem;
    font-size: calc(33px * 0.85);
}.privacy-zone-8 h3 {
    font-size: calc(33px * 0.7);
}.privacy-zone-8 h4 {
    font-size: calc(33px * 0.6);
}.privacy-zone-8 p, 
  .privacy-zone-8 li {
    max-width: 100%;
}.privacy-zone-8 p:hover,
  .privacy-zone-8 li:hover,
  .privacy-zone-8 span:hover {
    transform: translateX(0);
}
}

@media (max-width: 576px) {.privacy-zone-8 {
    padding: 2rem 0.75rem;
}.privacy-zone-8 .container {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 1.5rem;
}.privacy-zone-8 h1 {
    padding-bottom: 0.75rem;
    font-size: calc(42px * 0.7);
}.privacy-zone-8 h2 {
    font-size: calc(33px * 0.75);
    padding-left: 10px;
}.privacy-zone-8 h3 {
    padding-left: 8px;
    font-size: calc(33px * 0.65);
}.privacy-zone-8 h4 {
    font-size: calc(33px * 0.55);
    padding-left: 6px;
}.privacy-zone-8 ul {
    padding-left: 0.75rem;
}.privacy-zone-8 li {
    padding-left: 1.25rem;
}.privacy-zone-8 p, 
  .privacy-zone-8 li, 
  .privacy-zone-8 span {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}.privacy-zone-8 span {
    padding-left: 0.75rem;
}}.contact-us-8 {
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgb(234,239,237) 50%, rgb(198,212,203,0.5) 150%);
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.contact-us-8::before {
    position: absolute;
    opacity: 0.05;
    content: "";
    height: 100%;
    width: 100%;
    background-image: 
        linear-gradient(to right, rgb(198,212,203,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(198,212,203,0.5) 1px, transparent 1px);
    left: 0;
    background-size: 30px 30px;
    z-index: 1;
    top: 0;
}.contact-us-8::after {
    height: 2px;
    content: "";
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(198,212,203) 15%, 
        rgb(161,179,168) 35%, 
        rgb(198,212,203) 65%, 
        transparent 100%);
    animation: scanline 3s infinite linear;
    z-index: 2;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}@keyframes scanline {
    0% {
        transform: translateX(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(100%);
        opacity: 0.5;
    }
}

.contact-us-8 .img-zoom-9 {
    height: 100%;
    position: absolute;
    opacity: 0.06;
    left: 0;
    filter: contrast(1.2) brightness(0.8) grayscale(0.5);
    mix-blend-mode: luminosity;
    z-index: 0;
    width: 100%;
    top: 0;
}.contact-us-8 .img-zoom-9::before {
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(198,212,203) 0,
        rgb(198,212,203) 5px,
        transparent 5px,
        transparent 10px
    );
    position: absolute;
    mix-blend-mode: color-burn;
    width: 100%;
    opacity: 0.03;
}.contact-us-8 .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.contact-us-8 h3 {
    color: rgb(198,212,203);
    position: relative;
    font-size: 34px;
    text-transform: uppercase;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
}.contact-us-8 .reach-reach-5 {
    display: flex;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.02),
        0 0 0 15px rgb(234,239,237),
        0 0 30px rgb(198,212,203,0.5);
    background: #ffffff;
    position: relative;
    flex-wrap: wrap;
}.contact-us-8 .reach-reach-5::before {
    width: 100%;
    z-index: 3;
    height: 3px;
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(198,212,203), rgb(161,179,168));
    left: 0;
}.contact-us-8 .connect-inquiry-0 {
    flex: 1 1 60%;
    padding: 50px;
    z-index: 2;
    background: linear-gradient(
        135deg,
        #ffffff 0%,
        #ffffff 85%,
        rgba(rgb(234,239,237), 0.3) 100%
    );
    position: relative;
}.contact-us-8 .connect-inquiry-0::after {
    height: 40px;
    border-top: 2px solid rgb(198,212,203,0.5);
    opacity: 0.5;
    width: 40px;
    border-right: 2px solid rgb(198,212,203,0.5);
    right: 20px;
    position: absolute;
    top: 20px;
    content: "";
}.contact-us-8 .connect-inquiry-0::before {
    border-left: 2px solid rgb(198,212,203,0.5);
    left: 20px;
    content: "";
    position: absolute;
    border-bottom: 2px solid rgb(198,212,203,0.5);
    width: 40px;
    height: 40px;
    opacity: 0.5;
    bottom: 20px;
}.contact-us-8 .connect-inquiry-0 h3 {
    letter-spacing: normal;
    border-bottom: 1px solid rgb(234,239,237);
    text-transform: none;
    text-align: left;
    font-size: 23px;
    padding: 0 0 10px 0;
    margin-bottom: 30px;
    color: #000000;
}.contact-us-8 .connect-inquiry-0 h3::before,
.contact-us-8 .connect-inquiry-0 h3::after {
    display: none;
}.contact-us-8 .connect-inquiry-0 input[type="text"],
.contact-us-8 .connect-inquiry-0 textarea {
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
    background: rgb(234,239,237);
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
    padding: 16px 20px;
}.contact-us-8 .connect-inquiry-0 input[type="text"]:focus,
.contact-us-8 .connect-inquiry-0 textarea:focus {
    outline: none;
    box-shadow: 
        inset 0 1px 3px rgba(0, 0, 0, 0.05),
        0 0 0 2px rgb(198,212,203,0.5);
    background: #ffffff;
}.contact-us-8 .connect-inquiry-0 input[type="text"]::placeholder,
.contact-us-8 .connect-inquiry-0 textarea::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.contact-us-8 .connect-inquiry-0 input[type="text"]:focus::placeholder,
.contact-us-8 .connect-inquiry-0 textarea:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.4;
}.contact-us-8 .connect-inquiry-0 textarea {
    resize: vertical;
    min-height: 150px;
}.contact-us-8 .connect-inquiry-0 .feedback-feedback-9 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact-us-8 .connect-inquiry-0 .feedback-feedback-9 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-us-8 .connect-inquiry-0 .feedback-feedback-9 label {
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    position: relative;
}.contact-us-8 .connect-inquiry-0 .feedback-feedback-9 label::before {
    border: 1px solid rgb(234,239,237);
    height: 20px;
    top: 2px;
    content: "";
    width: 20px;
    border-radius: 2px;
    position: absolute;
    transition: all 0.2s ease;
    left: 0;
    background: #ffffff;
}.contact-us-8 .connect-inquiry-0 .feedback-feedback-9 input[type="checkbox"]:checked + label::before {
    background: rgb(198,212,203);
    border-color: rgb(198,212,203);
}.contact-us-8 .connect-inquiry-0 .feedback-feedback-9 input[type="checkbox"]:checked + label::after {
    width: 6px;
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 4px;
    content: "";
    left: 7px;
    height: 12px;
    border-width: 0 2px 2px 0;
}.contact-us-8 .connect-inquiry-0 .feedback-feedback-9 a {
    transition: all 0.3s ease;
    transition: background-size 0.3s ease;
    color: rgb(198,212,203);
    background-size: 0% 100%;
    text-decoration: none;
    background-repeat: no-repeat;
    background-image: linear-gradient(
        transparent calc(100% - 2px),
        rgb(198,212,203,0.5) 2px
    );
    font-weight: 600;
}.contact-us-8 .connect-inquiry-0 .feedback-feedback-9 a:hover {
    background-size: 100% 100%;
}.contact-us-8 .connect-inquiry-0 .feedback-widget-2 {
    font-size: 16px;
    position: relative;
    border-radius: 10px;
    border: none;
    transition: all 0.4s ease;
    padding: 16px 30px;
    box-shadow: 0 4px 15px rgb(198,212,203,0.5);
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    letter-spacing: 1px;
    background: rgb(198,212,203);
    font-weight: 600;
    z-index: 1;
}.contact-us-8 .connect-inquiry-0 .feedback-widget-2::before {
    width: 100%;
    background-size: 200% 200%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(161,179,168) 0%,
        rgb(161,179,168) 10%,
        rgb(198,212,203) 10%,
        rgb(198,212,203) 20%
    );
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    opacity: 0;
    content: "";
}.contact-us-8 .connect-inquiry-0 .feedback-widget-2:hover {
    box-shadow: 0 8px 20px rgb(198,212,203,0.5);
    transform: translateY(-2px);
}.contact-us-8 .connect-inquiry-0 .feedback-widget-2:hover::before {
    animation: buttonBg 5s linear infinite;
    opacity: 1;
}@keyframes buttonBg {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.contact-us-8 .inquiry-info-5 {
    flex: 1 1 35%;
    padding: 50px;
    overflow: hidden;
    background: rgb(234,239,237);
    position: relative;
    z-index: 2;
}.contact-us-8 .inquiry-info-5::before {
    content: "";
    width: 100%;
    background-size: 60px 60px;
    opacity: 0.1;
    left: 0;
    height: 100%;
    top: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(198,212,203,0.5) 0%, transparent 10px),
        radial-gradient(circle at 80% 70%, rgb(198,212,203,0.5) 0%, transparent 10px);
}.contact-us-8 .inquiry-info-5::after {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, transparent 90%, rgb(198,212,203,0.5) 100%),
        linear-gradient(180deg, transparent 90%, rgb(198,212,203,0.5) 100%);
    opacity: 0.3;
    left: 0;
    content: "";
}.contact-us-8 .inquiry-info-5 h4 {
    font-weight: 600;
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    font-size: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
}.contact-us-8 .inquiry-info-5 h4::after {
    left: 0;
    background: linear-gradient(90deg, rgb(198,212,203), rgb(161,179,168));
    position: absolute;
    bottom: -1px;
    height: 3px;
    content: "";
    width: 50px;
}.contact-us-8 .inquiry-info-5 .query-section-6 {
    list-style: none;
    padding: 0;
    margin: 0;
}.contact-us-8 .inquiry-info-5 .query-section-6 li {
    margin-bottom: 25px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 15px;
    border-left: 3px solid rgb(198,212,203);
    display: flex;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
}.contact-us-8 .inquiry-info-5 .query-section-6 li::before {
    top: 0;
    height: 100%;
    z-index: 2;
    background: rgb(198,212,203);
    content: "";
    left: 0;
    position: absolute;
    width: 3px;
}.contact-us-8 .inquiry-info-5 .query-section-6 li::after {
    transition: all 0.3s ease;
    position: absolute;
    background: rgb(198,212,203,0.5);
    z-index: -1;
    left: 0;
    width: 100%;
    opacity: 0;
    content: "";
    height: 100%;
    top: 0;
}.contact-us-8 .inquiry-info-5 .query-section-6 li:hover {
    transform: translateX(5px);
    border-left-color: rgb(161,179,168);
}.contact-us-8 .inquiry-info-5 .query-section-6 li:hover::after {
    opacity: 0.05;
}.contact-us-8 .inquiry-info-5 .query-section-6 li svg {
    position: relative;
    height: 22px;
    margin-right: 15px;
    z-index: 2;
    width: 22px;
    transition: all 0.3s ease;
}.contact-us-8 .inquiry-info-5 .query-section-6 li:hover svg {
    transform: scale(1.2);
}.contact-us-8 .inquiry-info-5 .query-section-6 li svg path {
    fill: rgb(198,212,203);
    transition: all 0.3s ease;
}.contact-us-8 .inquiry-info-5 .query-section-6 li:hover svg path {
    fill: rgb(161,179,168);
}.contact-us-8 .inquiry-info-5 .query-section-6 li span {
    position: relative;
    font-size: 18px;
    color: #000000;
    z-index: 2;
}.contact-us-8 .inquiry-info-5 .query-section-6 li a {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    color: #000000;
}.contact-us-8 .inquiry-info-5 .query-section-6 li a::before {
    background: rgb(198,212,203);
    transform-origin: right;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    height: 1px;
    left: 0;
    bottom: -2px;
    content: "";
    width: 100%;
    position: absolute;
}.contact-us-8 .inquiry-info-5 .query-section-6 li a:hover {
    color: rgb(198,212,203);
}.contact-us-8 .inquiry-info-5 .query-section-6 li a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 992px) {.contact-us-8 {
    padding: 80px 0 60px;
}.contact-us-8 h3 {
    margin-bottom: 40px;
}.contact-us-8 .reach-reach-5 {
    flex-direction: column;
}.contact-us-8 .connect-inquiry-0,
    .contact-us-8 .inquiry-info-5 {
    flex: 1 1 100%;
}.contact-us-8 .inquiry-info-5 {
    border-top: 1px solid rgb(234,239,237);
}
}

@media (max-width: 768px) {.contact-us-8 {
    padding: 60px 0;
}.contact-us-8 h3 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.85);
}.contact-us-8 .connect-inquiry-0 h3,
    .contact-us-8 .inquiry-info-5 h4 {
    font-size: calc(23px * 0.9);
}.contact-us-8 .connect-inquiry-0,
    .contact-us-8 .inquiry-info-5 {
    padding: 35px;
}.contact-us-8 .connect-inquiry-0::before,
    .contact-us-8 .connect-inquiry-0::after {
    height: 30px;
    width: 30px;
}.contact-us-8 .connect-inquiry-0 input[type="text"],
    .contact-us-8 .connect-inquiry-0 textarea {
    padding: 14px 16px;
}
}

@media (max-width: 576px) {.contact-us-8 {
    padding: 50px 0;
}.contact-us-8 h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
}.contact-us-8 .reach-reach-5 {
    box-shadow: 
            0 15px 30px rgba(0, 0, 0, 0.1),
            0 0 0 1px rgba(0, 0, 0, 0.02),
            0 0 0 8px rgb(234,239,237);
}.contact-us-8 .connect-inquiry-0,
    .contact-us-8 .inquiry-info-5 {
    padding: 25px 20px;
}.contact-us-8 .connect-inquiry-0::before,
    .contact-us-8 .connect-inquiry-0::after {
    display: none;
}.contact-us-8 .connect-inquiry-0 input[type="text"],
    .contact-us-8 .connect-inquiry-0 textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-us-8 .connect-inquiry-0 .feedback-feedback-9 label {
    font-size: calc(14px * 0.9);
}.contact-us-8 .connect-inquiry-0 .feedback-widget-2 {
    padding: 14px 20px;
    width: 100%;
}.contact-us-8 .inquiry-info-5 .query-section-6 li {
    margin-bottom: 15px;
    padding: 12px;
}}.follow-1 {
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(234,239,237), rgb(198,212,203,0.5) 80%);
    overflow: hidden;
    position: relative;
}.follow-1::before {
    opacity: 0.15;
    position: absolute;
    top: -10%;
    background: linear-gradient(225deg, rgb(161,179,168) 10%, transparent 70%);
    height: 70%;
    width: 40%;
    pointer-events: none;
    content: "";
    z-index: 1;
    transform: rotate(-15deg) translateZ(0);
    right: -10%;
}.follow-1::after {
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 25%, 80% 100%, 0 90%);
    left: -5%;
    height: 60%;
    width: 35%;
    z-index: 1;
    position: absolute;
    pointer-events: none;
    bottom: -5%;
    transform: rotate(10deg) translateZ(0);
    content: "";
    background: linear-gradient(45deg, rgb(198,212,203) 20%, transparent 80%);
}.follow-1 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.follow-1 .learn-studio-1 {
    flex-direction: column;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 3rem;
    overflow: hidden;
    background: #ffffff;
    display: flex;
}.follow-1 .learn-studio-1::before {
    position: absolute;
    animation: gradientMove 8s ease-in-out infinite;
    height: 4px;
    right: 0;
    content: "";
    background: linear-gradient(90deg, rgb(198,212,203), rgb(161,179,168), rgb(198,212,203));
    top: 0;
    left: 0;
    background-size: 200% 100%;
}.follow-1 h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    font-size: clamp(1.25rem, 1rem + 1.5vw, 1.75rem);
    color: #000000;
    max-width: 90%;
}.follow-1 .input_holder {
    gap: 1.25rem;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}.follow-1 .input_holder > div {
    flex: 1;
    position: relative;
}.follow-1 input[type="email"] {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 1rem 1.25rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 18px;
    background-color: rgba(245, 247, 250, 0.95);
    font-family: Arial, sans-serif;
    color: #000000;
    width: 100%;
}.follow-1 input[type="email"]:focus {
    box-shadow: 0 4px 12px rgba(rgb(198,212,203,0.5), 0.15);
    border-color: rgb(198,212,203);
    background-color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}.follow-1 input[type="email"]::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.6);
    transition: color 0.3s ease;
}.follow-1 input[type="email"]:focus::placeholder {
    color: rgba(rgba(0, 0, 0, 0.5), 0.3);
}.follow-1 .access-classes-3 {
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(198,212,203), rgb(161,179,168));
    overflow: hidden;
    border: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-family: Arial, sans-serif;
    padding: 0.9rem 1.5rem;
    position: relative;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    z-index: 1;
    cursor: pointer;
}.follow-1 .access-classes-3::before {
    left: -100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    height: 100%;
    transition: all 0.6s ease;
    position: absolute;
    width: 100%;
    z-index: -1;
}.follow-1 .access-classes-3:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}.follow-1 .access-classes-3:hover::before {
    left: 100%;
}.follow-1 .access-classes-3:active {
    transform: translateY(-1px);
}

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

@media (min-width: 768px) {.follow-1 {
    padding: 5rem 3rem;
}.follow-1 .learn-studio-1 {
    padding: 3.5rem 4rem;
    border-left: 4px solid rgb(198,212,203);
}.follow-1 .input_holder {
    align-items: stretch;
    flex-direction: row;
}.follow-1 h3 {
    font-size: clamp(1.5rem, 1.25rem + 1.5vw, 2rem);
    max-width: 80%;
}.follow-1 input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.follow-1 .access-classes-3 {
    align-self: stretch;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
}

@media (min-width: 992px) {.follow-1 {
    padding: 6rem 2rem;
}.follow-1 .learn-studio-1 {
    background: linear-gradient(to right, #ffffff 60%, rgba(245, 247, 250, 0.9) 100%);
    padding: 4rem 5rem;
}.follow-1 h3 {
    max-width: 70%;
}.follow-1 .input_holder {
    max-width: 80%;
}
}

@media (max-width: 767px) {.follow-1 .learn-studio-1 {
    padding: 2.5rem 1.5rem;
}.follow-1 h3 {
    margin-bottom: 1.5rem;
    font-size: 1.25rem;
}.follow-1 .access-classes-3 {
    margin-top: 0.5rem;
    width: 100%;
}
}

@media (hover: none) {.follow-1 .access-classes-3:hover {
    box-shadow: none;
    transform: none;
}.follow-1 input[type="email"]:focus {
    transform: none;
}}.primary-page-7 {
    width: 100%;
    padding: 4rem 2rem;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    display: flex;
    position: relative;
    background: linear-gradient(145deg, rgb(234,239,237), rgb(161,179,168,0.5));
}.primary-page-7::before {
    opacity: 0.05;
    content: "";
    background-image: 
    linear-gradient(45deg, rgb(198,212,203,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(198,212,203,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(198,212,203,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(198,212,203,0.5) 75%);
    left: 0;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    background-size: 20px 20px;
    z-index: 1;
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.primary-page-7 > div {
    display: grid;
    z-index: 2;
    gap: 3rem;
    width: 100%;
    max-width: 1200px;
    position: relative;
    grid-template-columns: 1fr;
}.primary-page-7 > div > div:first-child {
    flex-direction: column;
    transform: translateX(0);
    display: flex;
    opacity: 0;
    animation: slideInFromLeft 0.8s ease-out forwards;
    align-items: flex-start;
}.primary-page-7 .course-intro-2 {
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 800px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    font-size: 44px;
}.primary-page-7 .course-intro-2::after {
    width: 120px;
    position: absolute;
    content: "";
    bottom: -0.8rem;
    animation: expandWidth 0.6s ease-out 0.6s forwards;
    transform-origin: left;
    height: 5px;
    background: linear-gradient(90deg, rgb(198,212,203), rgb(198,212,203,0.5));
    transform: scaleX(0);
    left: 0;
}.primary-page-7 p {
    margin-top: 0.5rem;
    animation: fadeInUp 0.8s ease-out 0.4s forwards;
    font-size: calc(18px + 0.2rem);
    line-height: 1.6;
    transform: translateY(20px);
    max-width: 600px;
    color: #000000;
    opacity: 0;
    margin-bottom: 1.5rem;
}.primary-page-7 .edu-space-9 {
    width: 100%;
    position: relative;
    animation: fadeInUp 0.8s ease-out 0.6s forwards;
    transform: translateY(40px);
    opacity: 0;
}.primary-page-7 .pro-classes-2 {
    align-items: flex-end;
    min-height: 300px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    overflow: hidden;
    transition: transform 0.4s ease-in-out, box-shadow 0.4s ease;
    width: 100%;
    justify-content: flex-start;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
    position: relative;
}.primary-page-7 .pro-classes-2::before {
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 20%, transparent 70%);
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}.primary-page-7 .pro-classes-2:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.primary-page-7 .pro-classes-2 span {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 2rem;
}.primary-page-7 .pro-classes-2 h3 {
    color: #ffffff;
    padding-left: 1.5rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.4;
    font-size: calc(18px - 0.1rem);
    position: relative;
    font-weight: 600;
}.primary-page-7 .pro-classes-2 h3::before {
    width: 5px;
    position: absolute;
    border-radius: 10px;
    height: calc(100% - 1rem);
    left: 0;
    top: 0.5rem;
    content: "";
    background: rgb(198,212,203);
}

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

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

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

@media (min-width: 768px) {.primary-page-7 {
    padding: 6rem 3rem;
}.primary-page-7 > div {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.primary-page-7 .course-intro-2 {
    font-size: calc(44px + 0.5rem);
}.primary-page-7 .pro-classes-2 {
    min-height: 400px;
}
}

@media (min-width: 992px) {.primary-page-7 {
    padding: 7rem 4rem;
}.primary-page-7 > div {
    gap: 6rem;
}.primary-page-7 .course-intro-2 {
    font-size: calc(44px + 1rem);
}.primary-page-7 .pro-classes-2 {
    min-height: 450px;
}.primary-page-7 .pro-classes-2 h3 {
    font-size: 18px;
}
}

@media (max-width: 767px) {.primary-page-7 {
    padding: 4rem 1.5rem;
}.primary-page-7 .course-intro-2 {
    font-size: calc(31px + 0.1rem);
}.primary-page-7 p {
    font-size: 18px;
}.primary-page-7 .pro-classes-2 {
    min-height: 250px;
}.primary-page-7 .pro-classes-2 h3 {
    font-size: calc(17px + 0.1rem);
}
}

@media (max-width: 480px) {.primary-page-7 {
    padding: 3rem 1rem;
}.primary-page-7 .course-intro-2::after {
    height: 3px;
    width: 80px;
}.primary-page-7 .pro-classes-2 {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
    min-height: 220px;
}.primary-page-7 .pro-classes-2 span {
    padding: 1.5rem;
}.primary-page-7 .pro-classes-2 h3 {
    padding-left: 1rem;
}.primary-page-7 .pro-classes-2 h3::before {
    width: 3px;
}}.usageAgreementAlert-5 {
    font-family: Arial, sans-serif;
    padding: 20px;
    z-index: 1050;
    background: rgb(234,239,237);
    overflow: hidden;
    border-top: 3px solid rgb(198,212,203);
    width: 100%;
    position: fixed;
    bottom: 0;
}.consent-ack-9 {
    flex-wrap: nowrap;
    z-index: 1;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookie-expand-2 {
    margin-right: 20px;
    flex-shrink: 0;
}#userPrivacyWindow-6 {
    display: none;
}#userPrivacyWindow-6:checked ~ .usageAgreementAlert-5 {
    opacity: 0;
    visibility: hidden;
}.cookie-expand-2 svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    fill: rgb(198,212,203);
    height: 60px;
}.cookie-overview-4 {
    margin-right: 20px;
    flex-grow: 1;
}.cookie-overview-4 h5 {
    font-size: 20px;
    color: rgb(198,212,203);
    margin-bottom: 5px;
    font-weight: 700;
}.cookie-overview-4 p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}.consent-learn-5 {
    font-size: 18px;
    text-decoration: none;
    border-radius: 10px;
    margin-left: 10px;
    padding: 10px 20px;
    transition: all 0.3s ease-in-out;
}.consent-learn-5 {
    background-color: rgb(198,212,203);
    color: #ffffff;
    border: 1px solid rgb(198,212,203);
}.consent-learn-5:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.usageAgreementAlert-5 p a {
    text-decoration: underline;
    color: rgb(198,212,203);
}.usageAgreementAlert-5 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie-overview-4 h5 {
    font-size: calc(20px - 2px);
}.cookie-overview-4 p {
    font-size: calc(16px - 2px);
}.consent-learn-5 {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
}
}
@media (max-width: 800px) {.consent-ack-9 {
    flex-direction: column;
    align-items: center;
}.cookie-expand-2 {
    margin-bottom: 15px;
}.cookie-overview-4 {
    text-align: center;
    margin-bottom: 20px;
}.consent-learn-5 {
    margin-left: 0;
    margin-top: 10px;
    width: 100%;
}}
footer {
    position: relative;
    width: 100%;
}footer .pledge-block-9 {
    position: relative;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
    background-color: rgb(161,179,168);
    color: #ffffff;
}footer .pledge-block-9::before {
    position: absolute;
    background-image: 
        linear-gradient(30deg, rgb(161,179,168) 12%, transparent 12.5%, transparent 87%, rgb(161,179,168) 87.5%, rgb(161,179,168)),
        linear-gradient(150deg, rgb(161,179,168) 12%, transparent 12.5%, transparent 87%, rgb(161,179,168) 87.5%, rgb(161,179,168)),
        linear-gradient(30deg, rgb(161,179,168) 12%, transparent 12.5%, transparent 87%, rgb(161,179,168) 87.5%, rgb(161,179,168)),
        linear-gradient(150deg, rgb(161,179,168) 12%, transparent 12.5%, transparent 87%, rgb(161,179,168) 87.5%, rgb(161,179,168)),
        linear-gradient(60deg, rgb(198,212,203,0.5) 25%, transparent 25.5%, transparent 75%, rgb(198,212,203,0.5) 75%, rgb(198,212,203,0.5)),
        linear-gradient(60deg, rgb(198,212,203,0.5) 25%, transparent 25.5%, transparent 75%, rgb(198,212,203,0.5) 75%, rgb(198,212,203,0.5));
    width: 100%;
    top: 0;
    height: 100%;
    content: "";
    pointer-events: none;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    background-size: 80px 140px;
    opacity: 0.05;
    left: 0;
}footer .pledge-block-9::after {
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(198,212,203), rgb(161,179,168));
    width: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    height: 5px;
}footer .rating-stars-0 {
    z-index: 1;
    position: relative;
}footer .contact-widget-0 {
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
    display: flex;
}footer .info_item {
    max-width: 300px;
    justify-content: center;
    transition: all 0.4s ease;
    flex: 0 1 auto;
    min-height: 60px;
    position: relative;
    align-items: center;
    cursor: pointer;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    min-width: 200px;
    padding: 20px 25px;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
}footer .info_item::before {
    z-index: -1;
    top: 3px;
    background-color: rgb(161,179,168);
    position: absolute;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    pointer-events: none;
    right: 3px;
    bottom: 3px;
    content: "";
    left: 3px;
}footer .info_item:hover {
    background-color: rgb(198,212,203);
    transform: translateY(-5px);
}footer .info_item svg {
    transition: fill 0.3s ease;
    height: 20px;
    fill: rgb(198,212,203);
    width: 20px;
    flex-shrink: 0;
    margin-right: 12px;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    z-index: 1;
    font-size: 18px;
    display: flex;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s ease;
    text-overflow: ellipsis;
    width: 100%;
    align-items: center;
    height: 100%;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}footer .text_main_holder {
    gap: 50px;
    position: relative;
    display: grid;
    padding-top: 40px;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    width: 80%;
    height: 1px;
    content: "";
    pointer-events: none;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    left: 10%;
    top: 0;
}footer .nav-train-5 {
    text-align: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    align-items: center;
    max-width: 350px;
    margin: 0 auto;
    position: relative;
    display: flex;
    padding: 20px;
    justify-content: center;
    flex-direction: column;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}footer .nav-train-5::before {
    background-color: rgb(161,179,168);
    top: 3px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    left: 3px;
    z-index: -1;
    pointer-events: none;
    content: "";
    right: 3px;
    position: absolute;
    bottom: 3px;
}footer .nav-train-5 svg {
    width: auto;
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
}footer .reg-remind-0 {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 13px;
}footer .main-top-9 {
    padding: 30px;
    border-radius: 22px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
}footer .main-top-9 h5 {
    position: relative;
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 10px;
    color: #ffffff;
}footer .main-top-9 h5::after {
    background-color: rgb(198,212,203);
    pointer-events: none;
    width: 50px;
    content: "";
    bottom: 0;
    position: absolute;
    left: 0;
    height: 2px;
}footer .main-mentor-7 {
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
}footer .main-mentor-7 a {
    color: rgba(255, 255, 255, 0.7);
    padding: 12px 15px;
    transition: all 0.3s ease;
    display: flex;
    background-color: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}footer .main-mentor-7 a::before {
    position: absolute;
    width: 0;
    border-bottom: 4px solid transparent;
    border-left: 4px solid rgb(198,212,203);
    height: 0;
    top: 50%;
    border-top: 4px solid transparent;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
    left: 5px;
    content: "";
    transition: all 0.3s ease;
}footer .main-mentor-7 a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    padding-left: 25px;
    color: #ffffff;
}footer .main-mentor-7 a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    border-radius: 22px;
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .subscribe_holder::before {
    opacity: 0.05;
    pointer-events: none;
    content: "";
    border-radius: 22px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(198,212,203,0.5) 49%, rgb(198,212,203,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(198,212,203,0.5) 49%, rgb(198,212,203,0.5) 51%, transparent 52%);
    height: 100%;
    background-size: 20px 20px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    font-size: 18px;
}footer .input_holder {
    position: relative;
    display: flex;
    gap: 15px;
    flex-direction: column;
    width: 100%;
    z-index: 5;
}footer .input_holder input[type="email"] {
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    cursor: text;
    background-color: rgba(255, 255, 255, 0.05);
    appearance: none;
    -webkit-appearance: none;
    padding: 14px 16px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 5;
    position: relative;
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
    outline: none;
    border-color: rgb(198,212,203);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .access-classes-3 {
    cursor: pointer;
    background-color: rgb(198,212,203);
    z-index: 5;
    font-weight: 600;
    padding: 14px 20px;
    border: none;
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    width: 100%;
    font-size: 17px;
    text-align: center;
}footer .access-classes-3:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    background-color: rgb(161,179,168);
    transform: translateY(-3px);
}footer .scholar-cta-7 {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .youtube-chan-5 {
    position: relative;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    display: inline-block;
}footer .youtube-chan-5::before,
footer .youtube-chan-5::after {
    top: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    width: 20px;
    position: absolute;
    content: "";
    pointer-events: none;
    height: 1px;
}footer .youtube-chan-5::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .youtube-chan-5::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .access-classes-3 {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    flex: 1;
    min-width: 0;
}
}

@media (max-width: 991px) {footer .main-mentor-7 {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .pledge-block-9 {
    padding: 60px 0 30px;
}footer .contact-widget-0 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .main-top-9, footer .subscribe_holder {
    padding: 25px 20px;
}footer .nav-train-5 {
    margin-bottom: 20px;
    padding: 15px;
}footer .scholar-cta-7 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .pledge-block-9 {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .main-top-9 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}footer .main-top-9, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .access-classes-3 {
    padding: 12px;
}}.our-background-2 {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgba(245, 245, 245, 0.9) 100%);
}.our-background-2::before {
    filter: blur(40px);
    width: 30%;
    position: absolute;
    content: "";
    transform: rotate(-15deg) translateZ(0);
    z-index: 0;
    height: 30%;
    right: -5%;
    top: -5%;
    background: rgb(198,212,203,0.5);
}.our-background-2::after {
    position: absolute;
    width: 25%;
    background: rgb(161,179,168,0.5);
    left: -5%;
    bottom: -5%;
    content: "";
    transform: rotate(15deg) translateZ(0);
    z-index: 0;
    filter: blur(35px);
    height: 25%;
}.our-background-2 .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    max-width: 1200px;
}.our-background-2 h1 {
    text-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 40px;
    position: relative;
    transform: translateX(-0.5rem);
}.our-background-2 h1::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(198,212,203) 0%, rgb(161,179,168) 100%);
    height: 0.35rem;
    content: "";
    transform-origin: left;
    width: 6rem;
    position: absolute;
    transform: scaleX(1);
    left: 0;
    bottom: -1rem;
}.our-background-2 h1:hover::after {
    transform: scaleX(1.2);
}.our-background-2 .class-space-8 {
    position: relative;
}.our-background-2 .class-space-8 ul {
    gap: 3rem;
    list-style: none;
    display: grid;
    margin: 0;
    padding: 0;
    grid-template-columns: 1fr;
}.our-background-2 .mission-why-2 {
    z-index: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    background: #ffffff;
    border-radius: 10px;
    padding: 2.5rem;
    position: relative;
}.our-background-2 .mission-why-2::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(161,179,168,0.5), 0.03) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    content: "";
    left: 0;
    position: absolute;
}.our-background-2 .mission-why-2:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(-8px);
}.our-background-2 .mission-why-2 h4 {
    position: relative;
    font-weight: 600;
    margin-top: 0;
    font-size: calc(21px * 1.2);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    color: rgb(198,212,203);
}.our-background-2 .mission-why-2 h4::after {
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
    transform-origin: left;
    width: 3rem;
    background: rgb(198,212,203,0.5);
    bottom: 0;
    content: "";
    left: 0;
}.our-background-2 .mission-why-2:hover h4::after {
    width: 5rem;
}.our-background-2 .mission-why-2 div {
    color: #000000;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    overflow-y: auto;
    font-size: 18px;
    padding-right: 0.5rem;
    max-height: 300px;
    line-height: 1.8;
}.our-background-2 .mission-why-2 div::-webkit-scrollbar {
    width: 4px;
}.our-background-2 .mission-why-2 div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.our-background-2 .mission-why-2 div::-webkit-scrollbar-thumb {
    background: rgb(198,212,203,0.5);
    border-radius: 10px;
}

@media (min-width: 768px) {.our-background-2 {
    padding: 8rem 0;
}.our-background-2 h1 {
    font-size: calc(40px * 1.2);
    margin-bottom: 4rem;
}.our-background-2 .class-space-8 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.our-background-2 .mission-why-2 {
    padding: 3rem;
}.our-background-2 .mission-why-2 div {
    max-height: 400px;
}
}

@media (min-width: 992px) {.our-background-2 {
    padding: 10rem 0;
}.our-background-2 .container {
    padding: 0 2rem;
}.our-background-2 h1 {
    font-size: calc(40px * 1.4);
    transform: translateX(-1rem);
}.our-background-2 h1::after {
    width: 8rem;
    height: 0.4rem;
}.our-background-2 .class-space-8 ul {
    gap: 3rem;
}.our-background-2 .mission-why-2 {
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.our-background-2 .mission-why-2::after {
    position: absolute;
    bottom: 0;
    content: "";
    transform: translate(50%, 50%);
    width: 10rem;
    right: 0;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(rgb(198,212,203,0.5), 0.02) 100%);
    border-radius: 50%;
    transition: opacity 0.5s ease;
    height: 10rem;
}.our-background-2 .mission-why-2:hover::after {
    opacity: 1;
}.our-background-2 .mission-why-2 h4 {
    font-size: calc(21px * 1.4);
    margin-bottom: 2rem;
}.our-background-2 .mission-why-2 div {
    max-height: 450px;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.our-background-2 .container {
    padding: 0;
}.our-background-2 .class-space-8 ul {
    gap: 4rem;
    grid-template-columns: repeat(2, 1fr);
}.our-background-2 .mission-why-2 {
    padding: 4rem;
}.our-background-2 .mission-why-2 h4 {
    font-size: calc(21px * 1.5);
}.our-background-2 .mission-why-2 div {
    line-height: 1.9;
}
}

@media (max-width: 767px) {.our-background-2 {
    padding: 4rem 0;
}.our-background-2 h1 {
    margin-bottom: 2.5rem;
}.our-background-2 .mission-why-2 {
    margin-bottom: 2rem;
    padding: 2rem;
}.our-background-2 .mission-why-2 h4 {
    font-size: 21px;
    margin-bottom: 1rem;
}.our-background-2 .mission-why-2 div {
    max-height: 250px;
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}}.thxPanel-3 {
    background: linear-gradient(135deg, rgb(234,239,237) 0%, rgb(161,179,168,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.thxPanel-3::before {
    background-image: 
        repeating-linear-gradient(
            45deg,
            rgb(161,179,168,0.5) 0px,
            rgb(161,179,168,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0.06;
    height: 100%;
    pointer-events: none;
    left: 0;
    top: 0;
}.thxPanel-3::after {
    animation: float 18s infinite ease-in-out;
    top: -50px;
    transform: rotate(15deg);
    height: 200px;
    border: 2px solid rgb(198,212,203,0.5);
    opacity: 0.2;
    content: "";
    width: 200px;
    right: -50px;
    position: absolute;
}.thxPanel-3 .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.thxPanel-3 .learn-studio-1 {
    display: flex;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    border-left: 5px solid rgb(198,212,203);
    padding: 60px 50px;
    transform: perspective(1000px) rotateY(-2deg);
    flex-direction: column;
    background: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
}.thxPanel-3 .learn-studio-1:hover {
    transform: perspective(1000px) rotateY(0deg);
}.thxPanel-3 .learn-studio-1::before {
    content: "";
    pointer-events: none;
    position: absolute;
    transform: scale(0.98);
    transition: transform 0.4s ease, opacity 0.4s ease;
    top: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0.2;
    border: 1px solid rgb(161,179,168,0.5);
    left: 20px;
}.thxPanel-3 .learn-studio-1:hover::before {
    transform: scale(1);
    opacity: 0.3;
}.thxPanel-3 .learn-studio-1 > div:first-child {
    margin-bottom: 30px;
    position: relative;
}.thxPanel-3 .learn-studio-1 > div:first-child::after {
    width: 80px;
    content: "";
    transform-origin: left center;
    bottom: -15px;
    left: 0;
    height: 3px;
    transform: scaleX(0.7);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: absolute;
    background: rgb(198,212,203);
}.thxPanel-3 .learn-studio-1:hover > div:first-child::after {
    transform: scaleX(1);
}.thxPanel-3 h5 {
    font-family: Arial, sans-serif;
    font-size: 19px;
    position: relative;
    font-weight: 700;
    margin: 0;
    color: #000000;
    line-height: 1.4;
    display: inline-block;
}.thxPanel-3 h5::before {
    opacity: 0.3;
    color: rgb(198,212,203,0.5);
    content: "";
    font-size: calc(19px * 2.5);
    left: -30px;
    top: -20px;
    position: absolute;
}.thxPanel-3 p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}.thxPanel-3 a {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
}.thxPanel-3 a::after {
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
    bottom: 0;
    content: "";
    background-color: rgb(198,212,203);
    transform: scaleX(0);
    transform-origin: right center;
    height: 1px;
}.thxPanel-3 a:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
}.thxPanel-3 a:hover p {
    color: rgb(198,212,203);
}

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

@media (min-width: 992px) {.thxPanel-3 .learn-studio-1 {
    padding: 80px 70px;
}.thxPanel-3 h5 {
    font-size: calc(19px * 1.1);
}.thxPanel-3 p {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 991px) {.thxPanel-3 {
    padding: 90px 0 70px;
}.thxPanel-3 .learn-studio-1 {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thxPanel-3 {
    padding: 70px 0 50px;
}.thxPanel-3 .learn-studio-1 {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.thxPanel-3 h5 {
    font-size: calc(19px * 0.95);
}.thxPanel-3 p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.thxPanel-3 {
    padding: 60px 0 40px;
}.thxPanel-3 .learn-studio-1 {
    padding: 30px 25px;
    border-left: 4px solid rgb(198,212,203);
}.thxPanel-3 .learn-studio-1 > div:first-child {
    margin-bottom: 25px;
}.thxPanel-3 h5 {
    font-size: calc(19px * 0.9);
}.thxPanel-3 h5::before {
    left: -20px;
    font-size: calc(19px * 2);
}.thxPanel-3 .learn-studio-1 > div:first-child::after {
    width: 60px;
    height: 2px;
}
}

@media (prefers-reduced-motion: reduce) {.thxPanel-3 .learn-studio-1,
    .thxPanel-3 .learn-studio-1::before,
    .thxPanel-3 .learn-studio-1 > div:first-child::after,
    .thxPanel-3 a::after {
    transition: none;
}.thxPanel-3::after {
    animation: none;
}}.pricing-matrix-1 {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.pricing-matrix-1::before {
    position: absolute;
    top: 0;
    background: linear-gradient(135deg, rgba(20, 30, 48, 0.85), rgba(36, 59, 85, 0.92));
    left: 0;
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
}.pricing-matrix-1::after {
    top: 0;
    height: 100%;
    content: "";
    z-index: 2;
    background: radial-gradient(circle at 75% 25%, rgba(rgb(198,212,203,0.5), 0.15) 0%, transparent 50%);
    position: absolute;
    width: 100%;
    left: 0;
}.pricing-matrix-1 .container {
    padding: 0 20px;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
}.pricing-matrix-1 .pricing-schemes-9 {
    position: relative;
}.pricing-matrix-1 h2 {
    font-weight: 700;
    position: relative;
    opacity: 1;
    transition: transform 0.5s ease, opacity 0.5s ease;
    text-align: center;
    transform: translateY(0);
    color: #ffffff;
    font-size: 31px;
    margin-bottom: 20px;
}.pricing-matrix-1 h2::after {
    content: "";
    width: 80px;
    left: 50%;
    height: 3px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(198,212,203), rgb(161,179,168));
    position: absolute;
    transform: translateX(-50%);
}.pricing-matrix-1 .price-grid-7 {
    text-align: center;
    margin: 0 auto 40px;
    opacity: 0.9;
    max-width: 700px;
    font-size: calc(13px + 2px);
    color: #ffffff;
    line-height: 1.6;
}.pricing-matrix-1 .tuition-plans-9 {
    margin: 0;
    gap: 30px;
    display: grid;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.pricing-matrix-1 .tuition-plans-9 li {
    perspective: 1000px;
    display: flex;
}.pricing-matrix-1 .learn-packs-7 {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    height: 100%;
    position: relative;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: column;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}.pricing-matrix-1 .learn-packs-7::before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    z-index: -1;
    background: radial-gradient(circle at 30% 30%, rgb(198,212,203,0.5), transparent 75%);
    content: "";
    transition: opacity 0.5s ease;
}.pricing-matrix-1 .learn-packs-7:hover {
    transform: translateY(-10px) rotateX(5deg);
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.25);
}.pricing-matrix-1 .learn-packs-7:hover::before {
    opacity: 0.15;
}.pricing-matrix-1 .study-rates-5 {
    position: relative;
    padding: 30px;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
}.pricing-matrix-1 .access-cost-6 {
    height: 100%;
    flex-direction: column;
    display: flex;
}.pricing-matrix-1 .access-cost-6 h4 {
    position: relative;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: calc(19px + 2px);
    margin: 0 0 20px;
}.pricing-matrix-1 .learn-packs-7:hover .access-cost-6 h4 {
    transform: translateY(-5px);
}.pricing-matrix-1 .access-cost-6 h4::after {
    content: "";
    background: rgb(161,179,168);
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: width 0.3s ease;
}.pricing-matrix-1 .learn-packs-7:hover .access-cost-6 h4::after {
    width: 60px;
}.pricing-matrix-1 .access-cost-6 p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    margin: 0 0 25px;
    flex-grow: 1;
    overflow-wrap: break-word;
    word-break: break-word;
}.pricing-matrix-1 .value-fees-7 {
    font-size: calc(19px + 4px);
    color: #ffffff;
    overflow: hidden;
    font-weight: 700;
    margin-top: auto;
    transition: transform 0.3s ease;
    background: linear-gradient(90deg, rgb(198,212,203,0.5), transparent);
    border-radius: 10px;
    align-self: flex-start;
    position: relative;
    padding: 10px 20px;
}.pricing-matrix-1 .value-fees-7::before {
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    transition: left 0.5s ease;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
}.pricing-matrix-1 .learn-packs-7:hover .value-fees-7 {
    transform: scale(1.05);
}.pricing-matrix-1 .learn-packs-7:hover .value-fees-7::before {
    left: 100%;
}

@media (max-width: 1200px) {.pricing-matrix-1 {
    padding: 80px 0;
}.pricing-matrix-1 .tuition-plans-9 {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing-matrix-1 h2 {
    font-size: calc(31px - 4px);
}.pricing-matrix-1 .price-grid-7 {
    margin-bottom: 30px;
    font-size: 13px;
}.pricing-matrix-1 .study-rates-5 {
    padding: 25px;
}
}

@media (max-width: 768px) {.pricing-matrix-1 {
    padding: 60px 0;
}.pricing-matrix-1 .tuition-plans-9 {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.pricing-matrix-1 .access-cost-6 h4 {
    font-size: 19px;
}.pricing-matrix-1 .value-fees-7 {
    font-size: 19px;
}
}

@media (max-width: 576px) {.pricing-matrix-1 {
    padding: 50px 0;
}.pricing-matrix-1 h2 {
    font-size: calc(31px - 6px);
}.pricing-matrix-1 .price-grid-7 {
    font-size: calc(13px - 1px);
}.pricing-matrix-1 .study-rates-5 {
    padding: 20px;
}.pricing-matrix-1 .access-cost-6 p {
    font-size: calc(13px - 1px);
}}.course-program-info-7 {
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: rgb(234,239,237);
    padding: 120px 0;
}.course-program-info-7::before {
    width: 100%;
    animation: shiftLines 20s linear infinite;
    height: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(198,212,203,0.5) 0,
        rgb(198,212,203,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.course-program-info-7 .container {
    overflow: visible;
    position: relative;
    z-index: 2;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}.course-program-info-7 .practical-study-4 {
    grid-template-rows: auto auto;
    position: relative;
    min-height: 550px;
    display: grid;
    gap: 0;
    grid-template-columns: 1fr;
}.course-program-info-7 .text-card-wrap-3 {
    grid-column: 1;
    transform: translateZ(0);
    margin-right: 50px;
    margin-top: -80px;
    margin-left: 50px;
    background: #ffffff;
    position: relative;
    border-radius: 24px;
    transition: transform 0.5s ease;
    z-index: 5;
    padding: 40px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    grid-row: 2;
}.course-program-info-7 .text-card-wrap-3::before {
    height: 100%;
    backdrop-filter: blur(10px);
    width: 100%;
    position: absolute;
    border-radius: 24px;
    left: 0;
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    content: "";
    z-index: -1;
    top: 0;
}.course-program-info-7 .text-card-wrap-3::after {
    border-radius: 50%;
    animation: pulsate 5s ease-in-out infinite;
    height: 100px;
    content: "";
    width: 100px;
    background: radial-gradient(circle, rgb(198,212,203) 0%, transparent 70%);
    filter: blur(20px);
    opacity: 0.3;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.course-program-info-7 .text-card-wrap-3 h2 {
    display: inline-block;
    color: #000000;
    font-size: 34px;
    position: relative;
    margin-bottom: 30px;
    z-index: 2;
    font-weight: 700;
}.course-program-info-7 .text-card-wrap-3 h2::before {
    position: absolute;
    background: rgb(198,212,203);
    height: 4px;
    left: 0;
    width: 40px;
    border-radius: 10px;
    content: "";
    bottom: -8px;
    transition: width 0.3s ease;
}.course-program-info-7 .text-card-wrap-3:hover h2::before {
    width: 100%;
}.course-program-info-7 .text-card-wrap-3 .description {
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
    line-height: 1.7;
    font-size: 14px;
}.course-program-info-7 .text-card-wrap-3 .description:last-child {
    margin-bottom: 0;
}.course-program-info-7 .img-zoom-9 {
    grid-row: 1;
    z-index: 3;
    transform: rotateX(5deg);
    border-radius: 24px;
    height: 450px;
    transition: transform 0.5s ease;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    grid-column: 1;
    position: relative;
    overflow: hidden;
}.course-program-info-7 .img-zoom-9::before {
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    top: 0;
    content: "";
    left: 0;
}.course-program-info-7 .img-zoom-9::after {
    width: 100%;
    position: absolute;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(198,212,203,0.5) 0%,
        transparent 60%
    );
    mix-blend-mode: overlay;
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    left: 0;
}.course-program-info-7:hover .img-zoom-9 {
    transform: rotateX(2deg) translateY(-10px);
}.course-program-info-7:hover .text-card-wrap-3 {
    transform: translateY(-10px);
}.course-program-info-7 .container::before,
.course-program-info-7 .container::after {
    position: absolute;
    content: "";
    z-index: 1;
    background: rgb(161,179,168,0.5);
    opacity: 0.1;
    border-radius: 50%;
}.course-program-info-7 .container::before {
    width: 200px;
    height: 200px;
    left: -50px;
    top: -100px;
    animation: float 20s ease-in-out infinite;
}.course-program-info-7 .container::after {
    right: -30px;
    height: 150px;
    bottom: -50px;
    width: 150px;
    animation: float 15s ease-in-out infinite reverse;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.course-program-info-7 .practical-study-4::after {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(198,212,203,0.5) 20px,
        rgb(198,212,203,0.5) 21px
    );
    z-index: 1;
    height: 100%;
    opacity: 0.05;
    right: 0;
    position: absolute;
    width: 100%;
    content: "";
    pointer-events: none;
}

@media screen and (max-width: 1024px) {.course-program-info-7 {
    padding: 80px 0;
}.course-program-info-7 .practical-study-4 {
    min-height: 400px;
}.course-program-info-7 .img-zoom-9 {
    height: 350px;
}.course-program-info-7 .text-card-wrap-3 {
    padding: 30px;
    margin-top: -60px;
    margin-right: 30px;
    margin-left: 30px;
}.course-program-info-7 .container::before {
    height: 150px;
    width: 150px;
}.course-program-info-7 .container::after {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.course-program-info-7 {
    padding: 60px 0;
}.course-program-info-7 .practical-study-4 {
    min-height: auto;
}.course-program-info-7 .img-zoom-9 {
    transform: none;
    height: 250px;
}.course-program-info-7 .text-card-wrap-3 {
    margin-right: 15px;
    transform: none;
    padding: 25px;
    margin-top: -40px;
    margin-left: 15px;
}.course-program-info-7 .text-card-wrap-3 h2 {
    font-size: calc(34px * 0.85);
    margin-bottom: 20px;
}.course-program-info-7 .text-card-wrap-3 .description {
    font-size: calc(14px * 0.95);
}.course-program-info-7:hover .img-zoom-9,
    .course-program-info-7:hover .text-card-wrap-3 {
    transform: none;
}.course-program-info-7 .container::before,
    .course-program-info-7 .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-program-info-7 .img-zoom-9 {
    animation: slideUp 0.8s ease-out forwards;
}.course-program-info-7 .text-card-wrap-3 {
    animation: slideUp 1s 0.3s ease-out forwards;
    opacity: 0;
    animation-fill-mode: forwards;
}

@media (prefers-color-scheme: dark) {.course-program-info-7 {
    background: rgb(198,212,203);
}.course-program-info-7 .text-card-wrap-3::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course-program-info-7 .text-card-wrap-3 h2 {
    color: #ffffff;
}.course-program-info-7 .text-card-wrap-3 .description {
    color: #ffffff;
    opacity: 0.9;
}
}

@media (prefers-contrast: more) {.course-program-info-7 .text-card-wrap-3 {
    background: #ffffff;
}.course-program-info-7 .text-card-wrap-3 h2 {
    color: #000000;
}.course-program-info-7 .text-card-wrap-3 .description {
    color: #000000;
}.course-program-info-7 .img-zoom-9::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.course-program-info-7::before,
    .course-program-info-7 .container::before,
    .course-program-info-7 .container::after,
    .course-program-info-7 .text-card-wrap-3::after,
    .course-program-info-7:hover .img-zoom-9,
    .course-program-info-7:hover .text-card-wrap-3 {
    animation: none;
    transform: none;
}.course-program-info-7 .img-zoom-9,
    .course-program-info-7 .text-card-wrap-3 {
    animation: none;
    opacity: 1;
}}

.course-program-info-7 .img-zoom-9,
.course-program-info-7 .text-card-wrap-3 {
    will-change: transform;
    transform: translateZ(0);
}

@media (hover: hover) {.course-program-info-7 .text-card-wrap-3:hover h2::before {
    width: 100%;
}.course-program-info-7:hover .img-zoom-9 {
    transform: rotateX(2deg) translateY(-10px);
}.course-program-info-7:hover .text-card-wrap-3 {
    transform: translateY(-10px);
}}.mentorship-profile-4 {
    background: linear-gradient(45deg, rgb(234,239,237) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 70px 30px;
}.mentorship-profile-4::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(198,212,203,0.5) 0%, transparent 40%);
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0.4;
}.mentorship-profile-4::after {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.3;
    background: radial-gradient(circle at 70% 30%, rgb(161,179,168,0.5) 0%, transparent 40%);
    right: 0;
    z-index: 0;
}.mentorship-profile-4 .user-review-3 {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    perspective: 1500px;
    max-width: 1000px;
    display: grid;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
}.mentorship-profile-4 .img-zoom-9 {
    width: 100%;
    z-index: 2;
    border-radius: 19px 19px 0 0;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    height: 300px;
    transform: rotateX(10deg);
    overflow: hidden;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.mentorship-profile-4 .img-zoom-9::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(0, 0, 0, 0.5) 100%
    );
    content: "";
    z-index: 1;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
}.mentorship-profile-4 .user-review-3:hover .img-zoom-9 {
    transform: rotateX(0deg) translateZ(30px);
}.mentorship-profile-4 .career-progress-6 {
    border-radius: 0 0 19px 19px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: top;
    transform: rotateX(-5deg);
    position: relative;
    padding: 40px;
    z-index: 1;
    background: #ffffff;
}.mentorship-profile-4 .user-review-3:hover .career-progress-6 {
    transform: rotateX(0deg) translateZ(20px);
}.mentorship-profile-4 .name {
    margin-bottom: 10px;
    transition: transform 0.4s ease;
    transform: translateZ(0);
    font-size: 32px;
    display: inline-block;
    color: rgb(198,212,203);
    font-weight: 700;
    position: relative;
}.mentorship-profile-4 .name::after {
    transition: width 0.4s ease 0.1s;
    height: 3px;
    bottom: -5px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(161,179,168), transparent);
    width: 0;
    left: 0;
}.mentorship-profile-4 .user-review-3:hover .name::after {
    width: 100%;
}.mentorship-profile-4 .user-review-3:hover .name {
    transform: translateZ(10px);
}.mentorship-profile-4 .career-progress-6 > div:nth-child(2) {
    margin-bottom: 20px;
    font-size: 18px;
    transform: translateZ(0);
    opacity: 0.7;
    transition: transform 0.4s ease 0.1s, color 0.3s ease;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 600;
}.mentorship-profile-4 .user-review-3:hover .career-progress-6 > div:nth-child(2) {
    transform: translateZ(15px);
    color: rgb(161,179,168);
}.mentorship-profile-4 .career-record-5 {
    border-top: 1px solid rgb(234,239,237);
    transition: transform 0.4s ease 0.2s;
    font-size: 15px;
    line-height: 1.7;
    padding: 20px 0 0 0;
    transform: translateZ(0);
    color: #000000;
    position: relative;
}.mentorship-profile-4 .user-review-3:hover .career-record-5 {
    transform: translateZ(5px);
}.mentorship-profile-4 .career-record-5::before {
    color: rgb(161,179,168,0.5);
    left: -5px;
    line-height: 0;
    font-size: 60px;
    opacity: 0.5;
    content: "";
    top: 10px;
    position: absolute;
}

@media (min-width: 768px) {.mentorship-profile-4 .user-review-3 {
    grid-gap: 0;
    grid-template-columns: 300px 1fr;
}.mentorship-profile-4 .img-zoom-9 {
    border-radius: 19px 0 0 19px;
    transform: rotateY(-10deg);
    height: 100%;
    transform-origin: right;
}.mentorship-profile-4 .user-review-3:hover .img-zoom-9 {
    transform: rotateY(0deg) translateZ(30px);
}.mentorship-profile-4 .career-progress-6 {
    transform-origin: left;
    transform: rotateY(5deg);
    border-radius: 0 19px 19px 0;
}.mentorship-profile-4 .user-review-3:hover .career-progress-6 {
    transform: rotateY(0deg) translateZ(20px);
}
}

@media (max-width: 767px) {.mentorship-profile-4 {
    padding: 50px 20px;
}.mentorship-profile-4 .img-zoom-9 {
    height: 250px;
}.mentorship-profile-4 .career-progress-6 {
    padding: 30px 25px;
}.mentorship-profile-4 .name {
    font-size: calc(32px - 4px);
}.mentorship-profile-4 .career-progress-6 > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.mentorship-profile-4 .career-record-5 {
    font-size: calc(15px - 1px);
}}header {
    background: rgb(234,239,237);
    width: 100%;
    position: relative;
    overflow: visible;
    z-index: 99;
}header::before {
    height: 100%;
    width: 100%;
    opacity: 0.2;
    top: 0;
    left: 0;
    background: radial-gradient(circle at 30% 30%, rgb(198,212,203,0.5) 0%, transparent 70%);
    position: absolute;
    content: "";
}header .top-nav-4 {
    padding: 25px 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .top-nav-4::before {
    content: "";
    background: linear-gradient(90deg, rgb(198,212,203), transparent);
    width: 30%;
    top: -10px;
    filter: blur(5px);
    height: 5px;
    position: absolute;
    left: 10%;
}header .top-nav-4::after {
    content: "";
    height: 5px;
    width: 30%;
    filter: blur(5px);
    background: linear-gradient(90deg, transparent, rgb(161,179,168));
    bottom: -10px;
    position: absolute;
    right: 10%;
}header .top-nav-4 .nav-train-5 {
    z-index: 2;
    padding: 5px;
    position: relative;
}header .top-nav-4 .nav-train-5::before {
    position: absolute;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(198,212,203), rgb(161,179,168));
    opacity: 0;
    top: -5px;
    content: "";
    width: calc(100% + 10px);
    z-index: -1;
    left: -5px;
    filter: blur(15px);
    height: calc(100% + 10px);
}header .top-nav-4 .nav-train-5:hover::before {
    opacity: 0.7;
}header .top-nav-4 .nav-train-5 .head-lead-4 {
    transition: transform 0.3s ease;
    display: block;
    position: relative;
}header .top-nav-4 .nav-train-5:hover .head-lead-4 {
    transform: scale(1.05);
}header .top-nav-4 .nav-train-5 .head-lead-4 svg {
    width: auto;
    height: 45px;
}header .top-nav-4 .main-top-9 {
    list-style: none;
    padding: 10px;
    position: relative;
    display: flex;
    margin: 0;
    border-radius: 23px;
}header .top-nav-4 .main-top-9::before {
    height: 100%;
    backdrop-filter: blur(5px);
    left: 0;
    position: absolute;
    width: 100%;
    border-radius: 23px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0.1;
}header .top-nav-4 .main-top-9 .top-sitebar-0 {
    position: relative;
    margin: 0 3px;
}header .top-nav-4 .main-top-9 .top-sitebar-0 a {
    display: block;
    border-radius: 10px;
    padding: 8px 15px;
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
    z-index: 1;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    font-weight: 600;
}header .top-nav-4 .main-top-9 .top-sitebar-0 a::before {
    background: linear-gradient(135deg, rgb(198,212,203), rgb(161,179,168));
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    opacity: 0;
    height: 100%;
    content: "";
    width: 100%;
}header .top-nav-4 .main-top-9 .top-sitebar-0 a::after {
    transition: transform 0.5s ease, opacity 0.5s ease;
    z-index: -1;
    left: 50%;
    content: "";
    width: 150%;
    opacity: 0;
    position: absolute;
    top: 50%;
    background: radial-gradient(circle, #ffffff 0%, transparent 70%);
    transform: translate(-50%, -50%) scale(0);
    height: 150%;
}header .top-nav-4 .main-top-9 .top-sitebar-0:hover a::before {
    opacity: 1;
}header .top-nav-4 .main-top-9 .top-sitebar-0:hover a {
    color: #ffffff;
}header .top-nav-4 .main-top-9 .top-sitebar-0:active a::after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
}header .top-nav-4 .main-top-9 .top-sitebar-0:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(198,212,203), rgb(161,179,168));
}header .top-nav-4 .main-top-9 .top-sitebar-0:nth-child(even) a::before {
    background: linear-gradient(to left, rgb(198,212,203), rgb(161,179,168));
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(198,212,203), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(198,212,203), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(198,212,203), 0);
    }
}

@media (max-width: 992px) {header .top-nav-4 {
    flex-direction: column;
    padding: 20px 15px;
}header .top-nav-4 .nav-train-5 {
    margin-bottom: 15px;
}header .top-nav-4 .main-top-9 {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}header .top-nav-4 .main-top-9 .top-sitebar-0 {
    margin: 3px;
}header .top-nav-4 .main-top-9 .top-sitebar-0 a {
    font-size: calc(18px - 1px);
    padding: 6px 12px;
}
}

@media (max-width: 767px) {header .top-nav-4 {
    padding: 15px 10px;
}header .top-nav-4 .nav-train-5 .head-lead-4 svg {
    height: 40px;
}header .top-nav-4 .main-top-9 {
    padding: 5px;
}header .top-nav-4 .main-top-9 .top-sitebar-0 a {
    padding: 5px 10px;
    font-size: calc(18px - 2px);
}
}