.main-head-4 {
    flex: 1 0 auto;
}

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

header,footer {
    width: 100%;
}

header {
    background: linear-gradient(120deg, 
        rgb(212,204,198) 0%, 
        rgb(212,204,198,0.5) 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: fixed;
    z-index: 1000;
}

.help-desk-info-2 .query-form-9 {
    gap: 40px;
    grid-auto-rows: auto;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    display: grid;
}

.help-desk-info-2 .join-us-5:nth-child(3) {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
    transform: translateY(-20px);
    grid-row: 2 / 3;
    border-radius: 23px;
    background: rgb(212,204,198);
    grid-column: 1 / 3;
    padding: 40px;
}

.help-desk-info-2 .join-us-5 > p {
    position: relative;
    display: flex;
    color: #000000;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 35px;
}

.help-desk-info-2 .support-contact-7 {
    margin-top: 40px;
    border-radius: 10px;
    position: relative;
    padding: 30px;
    background: rgb(239,237,234);
}

.help-desk-info-2 .ask-form-4 span {
    font-weight: 400;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-left: 3px solid transparent;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: #ffffff;
    padding: 12px 20px;
}

.help-desk-info-2 .request-info-9 a:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.help-desk-info-2 .request-info-9 a p::after {
    height: 2px;
    content: '';
    width: 0;
    background: #ffffff;
    left: 0;
    position: absolute;
    bottom: -5px;
    transition: width 0.3s ease;
}

.teaching-history-1 .alumni-testimonials-3 {
    grid-template-columns: 1fr 1.5fr;
    gap: 3rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    display: grid;
}

.teaching-history-1 .full-image-1:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.teaching-history-1 .alumni-testimonials-3:hover .work-summary-7::before {
    height: 100%;
}

.teaching-history-1 .name {
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 700;
    overflow: hidden;
    font-size: 43px;
    color: #000000;
}

.teaching-history-1 .exp-items-8 {
    transform: translateY(20px);
    font-weight: 300;
    position: relative;
    line-height: 1.8;
    transition: all 0.5s ease-out 0.6s;
    font-size: 13px;
    color: #000000;
    opacity: 0;
    padding: 0 0 0 20px;
}



.get-in-touch-2 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.get-in-touch-2 h2::after {
    height: 4px;
    transform: translateX(-50%);
    content: "";
    background: rgb(212,204,198);
    left: 50%;
    position: absolute;
    bottom: -15px;
    width: 60px;
}

.get-in-touch-2 .full-image-1 {
    order: 2;
    min-height: 600px;
    height: 100%;
    position: relative;
}

.get-in-touch-2 form {
    width: 100%;
    position: relative;
}

.get-in-touch-2 form input[type="text"] {
    border: none;
    border-radius: 10px;
    font-size: 15px;
    background: rgb(239,237,234);
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 16px 20px 16px 50px;
    position: relative;
    margin-bottom: 25px;
    transition: all 0.3s ease;
    width: 100%;
}

.get-in-touch-2 .help-feedback-7 label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    color: #000000;
}

.get-in-touch-2 .help-feedback-7 label a::after {
    background: rgb(212,204,198);
    width: 0;
    content: "";
    bottom: -2px;
    transition: width 0.3s ease;
    height: 1px;
    left: 0;
    position: absolute;
}

.get-in-touch-2 form .reach-panel-5:hover::before {
    width: 100%;
}

.get-in-touch-2 svg {
    top: 50%;
    height: 20px;
    left: 20px;
    fill: rgb(212,204,198);
    transform: translateY(-50%);
    width: 20px;
    position: absolute;
}

.tariff-list-7::before {
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
}

.tariff-list-7 .study-rates-8 {
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 50px;
    font-size: calc(15px * 1.1);
    transform: perspective(1000px) translateZ(5px);
    max-width: 800px;
}

.tariff-list-7 .pricing-schemes-6 li:hover {
    z-index: 5;
    transform: translateY(-15px) rotateY(5deg);
}

.tariff-list-7 .plan-rates-1:hover::before {
    opacity: 0.2;
}

.tariff-list-7 .plan-rates-1:hover::after {
    opacity: 0.3;
    left: 100%;
    top: 100%;
}

.tariff-list-7 .lesson-fees-1 {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    min-height: 400px;
    height: 100%;
    padding: 30px;
    z-index: 2;
}

.tariff-list-7 .plan-rates-1 h4 {
    transition: transform 0.3s ease;
    padding-bottom: 15px;
    color: rgb(212,204,198);
    position: relative;
    margin: 0 0 20px;
    font-weight: 600;
    font-size: calc(20px * 1.1);
}

.tariff-list-7 .discount-deals-8::before {
    width: 100%;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: "";
    position: absolute;
    top: 0;
    transition: left 0.6s ease;
}

header .main-pagebar-1 {
    position: relative;
}

header .main-pagebar-1:after {
    height: 60px;
    pointer-events: none;
    content: '';
    opacity: 0.5;
    transform: translateY(-50%);
    position: absolute;
    filter: blur(8px);
    left: 0;
    width: 60px;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    top: 50%;
}

header .top-pagewrap-0:before {
    content: '';
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0.5;
    transform: translateY(-50%) translateX(-40px);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 20px;
}

header .top-edu-1:hover:before {
    opacity: 0.7;
}

header .header-base-5:after {
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    width: 20px;
    content: '';
    transition: all 0.3s ease;
    height: 1px;
    left: -30px;
    position: absolute;
}

header .main-lead-2:before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    content: '';
    top: -10px;
}

.our-background-7::after {
    left: 0;
    opacity: 0.05;
    height: 100%;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    background-size: 60px 60px;
    top: 0;
    position: absolute;
    animation: movePattern 20s linear infinite;
    width: 100%;
    z-index: 1;
    content: "";
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.5) 75%);
}

.our-background-7 .founder-bio-7 span {
    font-weight: 600;
    font-size: 23px;
    margin-bottom: 15px;
    display: inline-block;
    color: rgb(212,204,198);
    padding: 5px 15px;
    position: relative;
    transform: translateX(-15px);
    background: linear-gradient(to right, rgb(212,204,198,0.5), transparent);
}

.our-background-7 .master-sessions-3::before {
    height: 20px;
    top: 10px;
    background: rgb(179,167,161);
    content: "";
    position: absolute;
    z-index: 1;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    left: 10px;
    width: 20px;
    opacity: 0.8;
}

.our-background-7 .master-sessions-3 .ethos-block-1::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    opacity: 0.6;
    background: 
        linear-gradient(
            -45deg,
            rgb(179,167,161,0.5),
            transparent 60%
        );
    transition: opacity 0.5s ease;
}

.program-details-8 {
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}

.program-details-8 .learn-tools-8 {
    position: relative;
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}

.program-details-8 .full-image-1::before {
    background: linear-gradient(to bottom, rgba(var(--dark-color-rgb), 0) 60%, rgba(var(--dark-color-rgb), 0.5) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 2;
    left: 0;
}

.program-details-8 h3 {
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    line-height: 1.3;
    position: relative;
    font-size: calc(22px * 1.1);
    transform: translateY(0);
    color: #000000;
    font-weight: 600;
    opacity: 1;
}

.secure-safehouse-5 {
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: auto;
    width: 100%;
    padding: 40px;
}

.secure-safehouse-5 ul, .secure-safehouse-5 ol {
    margin: 20px 0;
    padding-left: 0;
    list-style: none;
}

.secure-safehouse-5 ul li::before, .secure-safehouse-5 ol li::before {
    width: 1em;
    display: inline-block;
    color: rgb(212,204,198);
    content: '\2022';
    font-weight: 700;
    margin-left: -1em;
}



.secure-safehouse-5 ul li:hover, .secure-safehouse-5 ol li:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: rgb(212,204,198);
    color: #ffffff;
}

.cookie-warning-alert-5 p {
    font-size: 12px;
    max-width: 500px;
    color: #ffffff;
}

.visitor-privacy-3:hover svg {
    transform: rotate(10deg);
}

.cookie_button.user-choices-4 {
    background: rgb(179,167,161);
}

.cookie-warning-alert-5 p a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(212,204,198);
    transition: color 0.3s ease-in-out;
}

.outer-container-8 .digital-consent-0 h5, .outer-container-8 .digital-consent-0 p {
    color: #ffffff;
}

#consentPopupDialog-7:checked ~ .cookie-warning-alert-5 {
    opacity: 0;
    visibility: hidden;
}

.education-framework-8::after {
    pointer-events: none;
    z-index: 2;
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.5) 90%);
    position: absolute;
}

.education-framework-8 .container.mentor-team-2 > div::before {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0.7;
    width: 60px;
    mix-blend-mode: overlay;
    content: "";
    border-radius: 50%;
    right: 20px;
    top: 20px;
    height: 60px;
}

.education-framework-8 h3::after {
    bottom: 0;
    content: "";
    width: 70px;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scaleX(0.8);
    transform-origin: left;
    position: absolute;
    background: linear-gradient(90deg, rgb(179,167,161), transparent);
    left: 0;
}

.sign-up-for-updates-6 .request-links-8 {
    position: relative;
    max-width: 650px;
    border-radius: 25px;
    box-shadow: 
        0 0 20px rgb(212,204,198,0.5),
        0 0 40px rgb(179,167,161,0.5);
    margin: 0 auto;
    padding: 3rem;
    transform: rotateY(-5deg);
    transition: transform 0.5s ease;
    background: rgb(239,237,234);
    border: 1px solid rgb(212,204,198,0.5);
}

.sign-up-for-updates-6 input[type="email"] {
    border-radius: 10px;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    border: 1px solid rgb(179,167,161,0.5);
    min-width: 250px;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #ffffff;
    flex: 1;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.sign-up-for-updates-6 input[type="submit"]:hover::before {
    animation: rotate-bg 2s linear infinite;
    opacity: 1;
}

.title-portal-9::before {
    height: 100%;
    top: 0;
    opacity: 0.7;
    width: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(212,204,198,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(179,167,161,0.5) 0%, transparent 70%);
    content: "";
    left: 0;
    z-index: 1;
    position: absolute;
}

.title-portal-9 .skill-quick-4 > div:first-child:hover {
    transform: translateX(0) scale(1.02);
}

.title-portal-9 .impact-numbers-4:hover {
    transform: translateY(-10px);
}

.title-portal-9 .impact-numbers-4 > div {
    min-height: 400px;
    position: relative;
    padding: 3rem 2rem;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.title-portal-9 .impact-numbers-4 > div > div > div {
    transform: translateY(10px);
    animation-delay: 0.3s;
    opacity: 0;
    animation: fadeUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.title-portal-9 .impact-numbers-4:hover .title_style_header::after {
    width: 150px;
}

.customer-reviews-2 {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(239,237,234) 0%, rgba(rgb(212,204,198,0.5), 0.03) 100%);
}

.customer-reviews-2 h2 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    text-align: left;
    color: #000000;
    letter-spacing: -0.02em;
    line-height: 1.2;
    position: relative;
    font-size: 30px;
    transform: translateX(2%);
}

.customer-reviews-2 .alumni-testimonials-3 {
    padding: 1.75rem;
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.4s ease;
    overflow: hidden;
}

.customer-reviews-2 .alumni-testimonials-3 .description {
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
    z-index: 1;
    font-size: 18px;
    margin: 0;
    position: relative;
}

.customer-reviews-2 a:hover::before {
    left: 100%;
}

.tyContent-7 {
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(rgb(179,167,161,0.5), 0.15) 100%);
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

.tyContent-7 {
    padding: 2.5rem 0;
}

.tyContent-7 .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 20px;
}

.tyContent-7 .mentor-team-2::before {
    transform: translate(-10px, -10px);
    top: 20px;
    height: 100%;
    border: 2px dashed rgba(rgb(179,167,161,0.5), 0.2);
    content: "";
    pointer-events: none;
    width: 100%;
    position: absolute;
    left: 20px;
    z-index: -1;
}

.tyContent-7 .mentor-team-2::before {
    display: none;
}

.tyContent-7 .mentor-team-2 > div:last-child {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s 0.5s ease-out forwards;
}

.tyContent-7 a::before {
    top: -15px;
    background: linear-gradient(135deg, rgb(212,204,198) 0%, rgb(179,167,161) 100%);
    width: 40px;
    height: 40px;
    position: absolute;
    border-radius: 10px;
    transition: all 0.4s ease;
    opacity: 0.1;
    transform: rotate(-15deg);
    left: -20px;
    content: "";
}

.join-now-1 .container {
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    margin: 0 auto;
    padding: 60px;
    z-index: 2;
    position: relative;
    max-width: 900px;
}

.join-now-1 .reach-panel-5 {
    line-height: 60px;
    transition: all 0.4s ease;
    width: 220px;
    background: transparent;
    color: rgb(212,204,198);
    font-size: 17px;
    z-index: 5;
    border: 2px solid rgb(212,204,198);
    text-decoration: none;
    position: relative;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-weight: 600;
}

.science-ref-2::before {
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(212,204,198,0.5) 100%);
    backdrop-filter: blur(8px);
    height: 100%;
}

.science-ref-2 .top-edu-1 {
    position: relative;
}

.science-ref-2 .top-edu-1::after {
    position: absolute;
    border-bottom: 1px solid rgb(212,204,198);
    height: 40px;
    content: "";
    width: 40px;
    bottom: -10px;
    border-right: 1px solid rgb(212,204,198);
    right: -20px;
    opacity: 0.4;
}

.science-ref-2 .top-edu-1 .main-edu-7 a:hover::before {
    background-color: rgb(179,167,161);
    width: 7px;
    height: 7px;
}

.milestone-cta-0::before {
    content: "";
    top: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(212,204,198), transparent);
    width: 100%;
    opacity: 0.5;
    position: absolute;
}



@media (max-width: 992px) {.help-desk-info-2 {
    padding: 80px 0;
}.help-desk-info-2 .query-form-9 {
    grid-template-columns: 1fr;
}.help-desk-info-2 .join-us-5:nth-child(1) {
    grid-row: 2 / 3;
    grid-column: 1 / -1;
    transform: translateY(0);
}.help-desk-info-2 .join-us-5:nth-child(2) {
    height: 300px;
    transform: translateY(0);
    grid-column: 1 / -1;
    grid-row: 1 / 2;
}.help-desk-info-2 .join-us-5:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / -1;
    transform: translateY(0);
}.help-desk-info-2 .connect-now-2 {
    max-width: 100%;
}
}



@media screen and (max-width: 1024px) {.get-in-touch-2 .support-message-4 {
    max-width: 800px;
}.get-in-touch-2 .help-links-2 {
    padding: 40px;
}
}



@media screen and (max-width: 480px) {.get-in-touch-2 {
    padding: 60px 0 40px;
}.get-in-touch-2 h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.get-in-touch-2 .full-image-1 {
    min-height: 200px;
}.get-in-touch-2 .help-links-2 {
    padding: 30px 20px;
}.get-in-touch-2 form h3 {
    margin-bottom: 30px;
    font-size: calc(20px * 0.9);
}.get-in-touch-2 form .reach-panel-5 {
    width: 100%;
    padding: 14px 20px;
}}



@media (max-width: 576px) {.tariff-list-7 {
    padding: 50px 0;
}.tariff-list-7 h2 {
    font-size: calc(34px * 0.8);
}.tariff-list-7 .study-rates-8 {
    font-size: calc(15px * 0.9);
    margin-bottom: 30px;
}.tariff-list-7 .pricing-schemes-6 {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.tariff-list-7 .lesson-fees-1 {
    padding: 20px;
    min-height: 300px;
}.tariff-list-7 .plan-rates-1 p {
    max-height: 180px;
    font-size: calc(15px * 0.9);
}.tariff-list-7 .discount-deals-8 {
    padding: 8px 15px;
}}



@media (max-width: 576px) {.our-background-7 {
    padding: 50px 0;
}.our-background-7 .container {
    padding: 0 20px;
}.our-background-7 h3 {
    font-size: calc(42px * 0.7);
    margin-bottom: 30px;
}.our-background-7 .founder-bio-7,
    .our-background-7 .master-sessions-3 {
    clip-path: none;
    padding: 25px;
}.our-background-7 .founder-bio-7 .full-image-1 {
    height: 200px;
}.our-background-7 .master-sessions-3 p {
    padding: 15px;
}.our-background-7 .master-sessions-3 .ethos-block-1 {
    width: 140px;
    height: 140px;
}}



@media (min-width: 1200px) {.program-details-8 .learn-tools-8 {
    grid-template-columns: 0.8fr 1.2fr;
    gap: 6rem;
}.program-details-8 .full-image-1 {
    min-height: 550px;
}.program-details-8 h3 {
    font-size: calc(22px * 1.5);
}}


@media only screen and (max-width: 1200px) {.cookie-warning-alert-5 {
    padding: 20px;
}
}



@media (max-width: 480px) {.education-framework-8 {
    padding: 50px 0;
}.education-framework-8 .container.mentor-team-2 > div {
    padding: 25px 15px;
}.education-framework-8 h3 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
}.education-framework-8 p {
    font-size: calc(12px * 0.95);
}}



@media (max-width: 768px) {.sign-up-for-updates-6 {
    padding: 3rem 1.5rem;
}.sign-up-for-updates-6 .request-links-8 {
    transform: none;
    padding: 2rem;
}.sign-up-for-updates-6 h3 {
    font-size: calc(24px * 0.9);
}.sign-up-for-updates-6 .input_holder {
    flex-direction: column;
}.sign-up-for-updates-6 input[type="email"],
    .sign-up-for-updates-6 input[type="submit"] {
    width: 100%;
}
}



@media (max-width: 767px) {.title-portal-9 {
    padding: 1.5rem;
}.title-portal-9 .skill-quick-4 > div:first-child {
    padding: 1.2rem;
}.title-portal-9 .impact-numbers-4 > div {
    min-height: 350px;
    padding: 2rem 1.5rem;
}.title-portal-9 .impact-numbers-4 h3 {
    font-size: 0.95rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
}.title-portal-9 .title_style_header {
    padding: 0.75rem 0;
}.title-portal-9 .title_style_header::after {
    height: 4px;
    width: 60px;
}}



@media (max-width: 767px) {.tyContent-7 {
    padding: 3rem 0;
}.tyContent-7 .mentor-team-2 {
    padding: 2.5rem 2rem;
}.tyContent-7 h5 {
    font-size: calc(23px * 0.85);
}.tyContent-7 p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.tyContent-7::before {
    width: 80%;
}.tyContent-7::after {
    width: 60%;
}
}



@media (max-width: 480px) {.join-now-1 {
    padding: 70px 0;
}.join-now-1 .container {
    padding: 30px;
}.join-now-1 .container p {
    margin-bottom: 25px;
    font-size: calc(18px * 1.2);
}.join-now-1 .container::before,
    .join-now-1 .container::after {
    width: 50px;
    height: 50px;
}.join-now-1 .reach-panel-5 {
    line-height: 45px;
    height: 45px;
    width: 160px;
    font-size: calc(17px * 0.9);
}}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}



@keyframes blink {
    50% { border-color: transparent }
}



@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}



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

@keyframes border-pulse {
    0% {
        opacity: 0.3;
        filter: hue-rotate(0deg);
    }
    100% {
        opacity: 0.7;
        filter: hue-rotate(90deg);
    }
}



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

