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

a {
    text-decoration: none;
    color: inherit;
}

.outer-container-8 {
    display: flex;
    min-height: 100%;
    height: 100%;
    flex-direction: column;
}

.help-desk-info-2::before {
    position: absolute;
    width: 60%;
    top: -10%;
    left: -10%;
    height: 120%;
    transform: rotate(-15deg);
    opacity: 0.05;
    background: linear-gradient(45deg, rgb(212,204,198) 0%, transparent 60%);
    content: '';
    z-index: 0;
}

.help-desk-info-2 .join-us-5:nth-child(1) {
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    grid-column: 1 / 3;
    grid-row: 1 / 2;
    z-index: 2;
    padding: 50px;
    overflow: hidden;
    border-radius: 23px;
}

.help-desk-info-2 .join-us-5 h2 {
    color: rgb(212,204,198);
    position: relative;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
}

.help-desk-info-2 .join-us-5 > p svg {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 22px;
    height: 22px;
    position: absolute;
}

.help-desk-info-2 .support-contact-7 h3::before {
    height: 10px;
    top: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    content: '';
    background: rgb(179,167,161);
    width: 10px;
}

.help-desk-info-2 .join-us-5:hover .full-image-1 {
    transform: scale(1.05);
}

.help-desk-info-2 .request-info-9 a:hover {
    transform: translateX(10px);
}

.help-desk-info-2 .request-info-9 svg path {
    fill: #ffffff;
}

.help-desk-info-2 .request-info-9 a span {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 1px;
    font-size: calc(12px * 0.85);
    display: block;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.teaching-history-1::after {
    width: 40%;
    content: "";
    height: 70%;
    right: 0;
    background: rgb(179,167,161,0.5);
    position: absolute;
    z-index: 1;
    opacity: 0.5;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.teaching-history-1 .work-summary-7 {
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 2rem;
}

.teaching-history-1 .name::after {
    width: 100%;
    bottom: 0;
    transition: transform 0.6s ease-out 0.2s;
    background: rgb(179,167,161);
    content: "";
    transform: translateX(-101%);
    left: 0;
    height: 1px;
    position: absolute;
}

.teaching-history-1 .alumni-testimonials-3:hover .exp-items-8 {
    transform: translateY(0);
    opacity: 1;
}



.teaching-history-1:hover .name {
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

.get-in-touch-2 h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: rgb(212,204,198);
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    font-weight: 700;
}

.get-in-touch-2 .help-links-2 {
    display: flex;
    order: 1;
    flex-direction: column;
    justify-content: center;
    padding: 60px;
    background: #ffffff;
    position: relative;
}

.get-in-touch-2 form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(212,204,198);
    outline: none;
    background: #ffffff;
}

.get-in-touch-2 form input#name {
    position: relative;
}

.get-in-touch-2 .help-feedback-7 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.get-in-touch-2 .help-feedback-7 input[type="checkbox"]:checked + label::before {
    background: rgb(212,204,198);
}

.get-in-touch-2 .help-feedback-7 label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(212,204,198);
    position: relative;
    transition: all 0.3s ease;
}

.get-in-touch-2 form .reach-panel-5 {
    z-index: 1;
    font-size: 19px;
    position: relative;
    border-radius: 50px;
    font-weight: 700;
    display: inline-block;
    padding: 16px 40px;
    color: #ffffff;
    border: none;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    overflow: hidden;
    background: rgb(212,204,198);
    font-family: Arial, sans-serif;
    cursor: pointer;
}

.access-rates-0::before {
    content: "";
    right: -50px;
    width: 200px;
    height: 200px;
    filter: blur(15px);
    animation: pulseGlow 8s infinite alternate;
    position: absolute;
    top: -50px;
    background: radial-gradient(circle, rgb(212,204,198,0.5) 5%, transparent 70%);
}

.tariff-list-7 .pricing-schemes-6 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
    perspective: 1000px;
}

.tariff-list-7 .plan-rates-1::after {
    top: -50%;
    content: "";
    height: 200%;
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 200%;
    z-index: 1;
    opacity: 0;
    transform: rotate(45deg);
    left: -50%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
}

.tariff-list-7 .plan-rates-1 h4::after {
    left: 0;
    background: linear-gradient(to right, rgb(212,204,198), rgb(179,167,161));
    position: absolute;
    transition: width 0.3s ease;
    height: 3px;
    content: "";
    bottom: 0;
    width: 60px;
}

.tariff-list-7 .plan-rates-1:hover .discount-deals-8::before {
    left: 100%;
}

header:before {
    top: 0;
    pointer-events: none;
    content: '';
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    left: 0;
}

header .main-pagebar-1:before {
    content: '';
    opacity: 0.3;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    height: 2px;
    position: absolute;
    bottom: -1px;
    width: 100%;
    left: 0;
}

header .top-pagewrap-0 {
    position: relative;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

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

header .header-base-5:before {
    transform: translateY(-50%);
    left: -12px;
    content: '';
    position: absolute;
    background: #ffffff;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    top: 50%;
    height: 6px;
    transition: all 0.3s ease;
    width: 6px;
}

header .main-lead-2 {
    align-items: center;
    text-decoration: none;
    padding: 5px;
    transition: all 0.3s ease;
    display: flex;
    position: relative;
}

header .main-lead-2 svg {
    height: 40px;
    width: auto;
    transition: all 0.3s ease;
}

.our-background-7 {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(239,237,234);
}

.our-background-7 .mentor-team-2 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.our-background-7 h3::after {
    height: 3px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(212,204,198), rgb(179,167,161));
    width: 0;
    position: absolute;
    bottom: -5px;
    animation: lineExpand 1.5s forwards;
}

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

.our-background-7 .founder-bio-7 .full-image-1::before {
    width: 100%;
    opacity: 0;
    background: rgb(212,204,198,0.5);
    transition: opacity 0.5s ease;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}

.our-background-7 .master-sessions-3 p {
    position: relative;
    color: #000000;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(179,167,161,0.5), transparent);
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 40px;
}

.our-background-7 .master-sessions-3:hover .ethos-block-1::after {
    clip-path: polygon(
        20% 0%, 
        80% 0%, 
        100% 20%, 
        100% 80%, 
        80% 100%, 
        20% 100%, 
        0% 80%, 
        0% 20%
    );
    opacity: 1;
}

.our-background-7 .founder-bio-7:hover,
.our-background-7 .master-sessions-3:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
    transform: translateY(-10px);
}

.program-details-8 .container {
    max-width: 1200px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}

.program-details-8 .full-image-1 {
    transition: transform 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(-3deg) translateZ(0);
    min-height: 350px;
    overflow: hidden;
    border: 1px solid rgba(var(--dark-color-rgb), 0.08);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(var(--dark-color-rgb), 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
}

.program-details-8 p.description {
    line-height: 1.7;
    color: #000000;
    margin-bottom: 2rem;
    max-height: 300px;
    position: relative;
    overflow-y: auto;
    display: block;
    font-size: 16px;
    padding-right: 1rem;
}

.secure-safehouse-5 h2 {
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    border-bottom: 1px solid #000000;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 37px;
}

.secure-safehouse-5 p, .secure-safehouse-5 span, .secure-safehouse-5 div {
    margin-bottom: 10px;
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}

.cookie-warning-alert-5 h5 {
    margin-bottom: 6px;
    color: #ffffff;
    transition: color 0.3s ease-in-out;
    font-weight: 700;
    font-size: 24px;
}

.visitor-privacy-3 svg, .visitor-privacy-3 svg path {
    width: 80px;
    transition: transform 0.3s ease-in-out;
    height: 80px;
    fill: rgb(212,204,198);
}

.cookie-warning-alert-5 p a:hover {
    color: rgb(179,167,161);
}

.outer-container-8 .cookie-warning-alert-5 {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    background: rgb(179,167,161);
    border: none;
    padding: 40px 0;
}


#consentPopupDialog-7 {
    display: none;
}

.education-framework-8::before {
    height: 200%;
    position: absolute;
    content: "";
    z-index: 1;
    transform: rotate(30deg);
    animation: constellation 120s linear infinite;
    background: radial-gradient(circle at center, rgba(255,255,255,0.05) 1px, transparent 1px);
    left: -50%;
    background-size: 30px 30px;
    top: -50%;
    width: 200%;
}

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

.education-framework-8 p {
    max-width: 95%;
    line-height: 1.8;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    position: relative;
}

.sign-up-for-updates-6 {
    padding: 5rem 2rem;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgb(239,237,234) 100%);
}

.sign-up-for-updates-6 .request-links-8::before {
    top: 0;
    border-radius: 25px;
    content: "";
    position: absolute;
    background-repeat: repeat-y, repeat-x;
    opacity: 0.5;
    height: 100%;
    pointer-events: none;
    left: 0;
    width: 100%;
    background-size: 2px 100%, 100% 2px;
    animation: border-pulse 3s infinite alternate;
    background-position: 0 0, 0 0;
    background: 
        linear-gradient(90deg, transparent 50%, rgb(212,204,198,0.5) 50%),
        linear-gradient(0deg, transparent 50%, rgb(179,167,161,0.5) 50%);
}

.sign-up-for-updates-6 input[type="submit"] {
    padding: 1rem 2rem;
    border-radius: 10px;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
    font-size: 15px;
    position: relative;
    background: rgb(212,204,198);
    z-index: 1;
    font-family: Arial, sans-serif;
}

.title-portal-9 .skill-quick-4 > div:first-child {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-left: 4px solid rgb(212,204,198);
    transform: translateX(-5%);
}

.title-portal-9 .impact-numbers-4 > div::before {
    z-index: 1;
    content: "";
    top: 0;
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}

.title-portal-9 .title_style_header {
    margin: 0;
    font-weight: 700;
    font-size: clamp(1.8rem, 4vw, 41px);
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    padding: 1rem 0;
    letter-spacing: 0.03em;
    position: relative;
    line-height: 1.2;
}

.customer-reviews-2::after {
    bottom: -5%;
    filter: blur(30px);
    left: -2%;
    transform: rotate(10deg) skewX(-15deg);
    height: 40%;
    background: linear-gradient(225deg, rgba(rgb(212,204,198,0.5), 0.08), rgba(rgb(179,167,161,0.5), 0.03));
    width: 25%;
    content: "";
    z-index: 0;
    position: absolute;
}

.customer-reviews-2 .alumni-testimonials-3::before {
    font-size: 12rem;
    top: -2rem;
    right: 1rem;
    font-family: serif;
    z-index: 0;
    color: rgba(rgb(212,204,198,0.5), 0.05);
    position: absolute;
    line-height: 1;
    content: "";
}

.customer-reviews-2 .alumni-testimonials-3 div {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.customer-reviews-2 a {
    font-size: 18px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    margin-top: 3rem;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
    text-decoration: none;
    padding: 0.75rem 2rem;
    box-shadow: 0 5px 15px rgba(rgb(212,204,198,0.5), 0.2);
    background: linear-gradient(135deg, rgb(212,204,198) 0%, rgb(179,167,161) 100%);
    border-radius: 10px;
}

.tyContent-7 .mentor-team-2 {
    padding: 4rem;
    opacity: 1;
    position: relative;
    border-left: 4px solid rgb(212,204,198);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    box-shadow: 0 20px 50px rgba(rgba(0, 0, 0, 0.5), 0.1), 
                0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 5px 15px rgba(rgb(212,204,198,0.5), 0.05);
    backdrop-filter: blur(15px);
    transform: translateY(0);
    animation: slideUp 0.9s cubic-bezier(0.17, 0.67, 0.26, 0.97);
}

.tyContent-7 .mentor-team-2 {
    padding: 2rem 1.5rem;
}

.tyContent-7 a {
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.26, 0.97);
}

.join-now-1 {
    background: linear-gradient(145deg, #ffffff 0%, rgb(239,237,234) 100%);
    padding: 130px 0;
    position: relative;
    overflow: hidden;
}

.join-now-1::after {
    bottom: -200px;
    z-index: 1;
    left: -200px;
    content: '';
    opacity: 0.1;
    border: 40px solid rgb(179,167,161,0.5);
    position: absolute;
    border-radius: 50%;
    width: 400px;
    height: 400px;
}

.join-now-1 .container p {
    position: relative;
    z-index: 5;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 40px 0;
    color: #000000;
    text-align: center;
    font-size: 36px;
}

.join-now-1 .reach-panel-5:hover::before {
    transform: scaleX(1);
}

.join-now-1 .mentor-team-2::after {
    width: 88%;
    left: 6%;
    content: '';
    top: 6%;
    height: 88%;
    border: 1px dashed rgb(179,167,161,0.5);
    position: absolute;
    z-index: 1;
}



.science-ref-2 .company_holder h3 {
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(179,167,161));
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    font-size: calc(36px * 1.2);
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    margin-bottom: 1.5rem;
}

.science-ref-2 .top-edu-1 .main-edu-7 {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}

.science-ref-2 .top-edu-1 .main-edu-7 a {
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
    padding-left: 1rem;
    text-decoration: none;
    font-size: 12px;
}

.milestone-cta-0 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}

::-webkit-scrollbar {
    width: 18px;
    background: #ffffff;
}

::-webkit-scrollbar-track {
    background: rgb(212,204,198,0.5);
}

::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255, 0.5);
    border: 3px dotted rgb(212,204,198,0.5);
}

::-webkit-scrollbar-thumb:hover {
    border-color: rgb(212,204,198);
    box-shadow: 1px 2px 4px 5px rgba(0, 0, 0, 0.2);
    background: rgb(212,204,198,0.5);
}

::-webkit-scrollbar-thumb:active {
    box-shadow: inset -5px 3px 13px -1px rgba(0, 0, 0, 0.5);
    background: rgb(212,204,198,0.5);
}

.tariff-list-7 .plan-rates-1 p::-webkit-scrollbar {
    width: 6px;
}

.tariff-list-7 .plan-rates-1 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.tariff-list-7 .plan-rates-1 p::-webkit-scrollbar-thumb {
    background-color: rgb(212,204,198);
    border-radius: 10px;
}

.program-details-8 p.description::-webkit-scrollbar {
    width: 4px;
}

.program-details-8 p.description::-webkit-scrollbar-track {
    background: rgba(var(--dark-color-rgb), 0.05);
}

.program-details-8 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(179,167,161,0.5);
}



@media (max-width: 992px) {.tariff-list-7 h2 {
    font-size: calc(34px * 0.9);
}.tariff-list-7 .study-rates-8 {
    font-size: 15px;
    margin-bottom: 40px;
}.tariff-list-7 .lesson-fees-1 {
    min-height: 350px;
    padding: 25px;
}
}



@media (max-width: 767px) {header .top-edu-1 {
    background: rgb(212,204,198);
    right: -100%;
    width: 80%;
    top: 0;
    height: 100vh;
    gap: 25px;
    position: fixed;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1001;
    flex-direction: column;
    max-width: 320px;
}header .top-edu-1:before {
    width: 80%;
    left: 10%;
    top: 60px;
    bottom: auto;
}header .top-edu-1:after {
    height: 30px;
    top: 20px;
    content: '';
    position: absolute;
    right: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
    width: 30px;
}header .menu.active {
    right: 0;
}header .header-base-5 {
    padding: 12px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .header-base-5:hover {
    transform: translateX(0);
}header .header-base-5:last-child {
    border-bottom: none;
}header .main-lead-2 {
    margin: 0 auto;
}
}



@media only screen and (max-width: 800px) {.secure-safehouse-5 {
    padding: 20px;
}.secure-safehouse-5 h1, .secure-safehouse-5 h2 {
    text-align: center;
    font-size: 24px;
}.secure-safehouse-5 ul li, .secure-safehouse-5 ol li {
    font-size: 14px;
    padding: 8px;
}}



@media (max-width: 767px) {.education-framework-8 {
    padding: 70px 0;
}.education-framework-8 .container.mentor-team-2 > div {
    padding: 30px 20px;
    transform: perspective(1000px) rotateY(0deg);
}.education-framework-8 h3 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
    transform: translateX(0);
}.education-framework-8 p {
    font-size: 12px;
    line-height: 1.6;
    max-width: 100%;
}
}




@media (min-width: 768px) {.title-portal-9 .skill-quick-4 {
    gap: 3rem;
    grid-template-columns: 0.4fr 0.6fr;
}.title-portal-9 .skill-quick-4 > div:first-child {
    margin-top: 10%;
    align-self: center;
}.title-portal-9 .impact-numbers-4 > div {
    min-height: 500px;
    padding: 4rem 3rem;
}.title-portal-9 .impact-numbers-4 h3 {
    max-width: 80%;
}
}



@media (min-width: 992px) {.customer-reviews-2 {
    padding: 7rem 3rem;
}.customer-reviews-2 h2 {
    max-width: 70%;
    font-size: calc(30px * 1.1);
}.customer-reviews-2 .learner-ratings-6 {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}.customer-reviews-2 .alumni-testimonials-3 {
    padding: 2.25rem;
}.customer-reviews-2 .alumni-testimonials-3 img {
    width: 70px;
    height: 70px;
}
}



@media (max-width: 991px) {.tyContent-7 {
    padding: 4rem 0;
}.tyContent-7 .mentor-team-2 {
    padding: 3rem;
}.tyContent-7 h5 {
    font-size: calc(23px * 0.9);
}
}



@media (max-width: 991px) {.join-now-1 {
    padding: 110px 0;
}.join-now-1 .container {
    padding: 50px;
}.join-now-1 .container p {
    margin-bottom: 35px;
    font-size: calc(21px * 1.2);
}.join-now-1 .container::before,
    .join-now-1 .container::after {
    width: 70px;
    height: 70px;
}.join-now-1 .reach-panel-5 {
    height: 55px;
    line-height: 55px;
    width: 200px;
}
}



@media screen and (max-width: 992px) {.science-ref-2 .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.science-ref-2 .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.science-ref-2 .whatsapp-grp-9 {
    justify-content: flex-start;
}.science-ref-2 .main-edu-7 {
    gap: 2rem;
}
}

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



@keyframes lineExpand {
    from {
        width: 0;
    }
    to {
        width: 100px;
    }
}



@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes grid-move {
    0% {
        transform: translateZ(-100px) rotate(0deg);
    }
    100% {
        transform: translateZ(-100px) rotate(360deg);
    }
}



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



@keyframes floatBg {
    0% {
        transform: rotate(-15deg) translateZ(0);
    }
    100% {
        transform: rotate(-10deg) translateY(-10px) translateZ(0);
    }
}

