* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

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

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

html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
}

.educational_yield_web::before {
    height: 300px;
    background: radial-gradient(circle, rgba(rgb(151,151,154,0.5), 0.15) 0%, rgba(rgb(151,151,154,0.5), 0) 70%);
    top: -100px;
    animation: pulse 15s infinite alternate;
    content: "";
    width: 300px;
    z-index: 0;
    right: -100px;
    position: absolute;
}

.educational_yield_web h5::after {
    content: "";
    height: 3px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(151,151,154), rgb(115,115,118));
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    width: 80px;
}

.educational_yield_web .img_box_grid_web {
    object-fit: cover;
    height: 300px;
    transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}

.educational_yield_web li:hover {
    transform: translateX(5px);
}

.educational_yield_web li p {
    align-items: flex-start;
    font-size: 15px;
    margin: 0;
    color: #000000;
    line-height: 1.5;
    font-weight: 400;
    display: flex;
}

.educational_yield_web li:hover svg path {
    fill: rgb(115,115,118);
}

.take_a_spin_web {
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(151,151,154), rgb(115,115,118));
    position: relative;
    padding: 6rem 2rem;
}

.take_a_spin_web .container {
    margin: 0 auto;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    gap: 3rem;
    max-width: 1200px;
    position: relative;
    display: grid;
    transform-origin: center bottom;
    grid-template-columns: 1fr;
}

.take_a_spin_web .container > div {
    position: relative;
    align-items: center;
    justify-content: center;
    display: flex;
}

.take_a_spin_web .container > div::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    top: -1.5rem;
    max-width: 600px;
    content: "";
}

.take_a_spin_web .feedback_map_web {
    font-size: 20px;
    background: #ffffff;
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    font-weight: 600;
    display: inline-block;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #000000;
    padding: 1.2rem 2.5rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.take_a_spin_web .feedback_map_web:hover::before {
    transform: translateX(100%);
}

.privacy_preserve_web h1 {
    padding-bottom: 10px;
    font-weight: 700;
    margin-top: 30px;
    color: rgb(151,151,154);
    border-bottom: 3px solid rgb(151,151,154);
    margin-bottom: 20px;
    font-size: 48px;
}

.privacy_preserve_web li {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 1.6;
    padding-bottom: 5px;
}

.privacy_preserve_web h3, .privacy_preserve_web h4, .privacy_preserve_web h5, .privacy_preserve_web h6 {
    color: rgb(151,151,154);
    padding-left: 10px;
    border-left: 4px solid rgb(151,151,154);
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}



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

.zoom_meet_web .top_learning_web h5 {
    color: rgb(115,115,118);
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.zoom_meet_web .top_learning_web .nav_sitewrap_web a::before {
    left: 0;
    top: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
    height: 5px;
    position: absolute;
    background-color: rgb(151,151,154);
    transform: translateY(-50%);
    width: 5px;
    content: "";
}

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

.program_overview_web::after {
    bottom: 0;
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(151,151,154) 0%, transparent 100%);
}

.program_overview_web h2 {
    transform: translateX(-2rem);
    color: #000000;
    opacity: 0;
    margin-bottom: 3rem;
    position: relative;
    font-size: calc(29px * 1.05);
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
}

.program_overview_web .img_box_grid_web {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateX(3deg);
    transition: transform 0.5s ease-out;
    height: 320px;
    width: 100%;
}

.program_overview_web .img_box_grid_web:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.program_overview_web .description {
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    border-left: 2px solid rgb(151,151,154,0.5);
}

.program_overview_web .description:last-of-type::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 80%;
    background: linear-gradient(90deg, rgb(115,115,118,0.5) 0%, transparent 100%);
    height: 1px;
}

.thanksPart_web .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1140px;
    padding: 0 1.5rem;
    position: relative;
}

.thanksPart_web .skill_sessions_web {
    transform: perspective(1000px) rotateY(1deg);
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 3.5rem;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        0 1px 0 rgba(rgb(255, 255, 255, 0.5), 0.95) inset,
        0 -20px 50px rgba(rgb(115,115,118,0.5), 0.1) inset;
    gap: 2rem;
}

.thanksPart_web .skill_sessions_web:hover h5 {
    transform: translateX(0);
}

.thanksPart_web a:hover {
    transform: translateY(-3px);
}

.thanksPart_web a:hover p {
    color: rgb(151,151,154);
}

.thanksPart_web a:hover::before {
    width: 100%;
}

.thanksPart_web .skill_sessions_web > div:first-child::before {
    position: absolute;
    font-size: calc(31px * 1.5);
    top: -20px;
    content: "✓";
    right: 0;
    transform: rotate(-5deg) scale(0.9);
    color: rgb(115,115,118);
    opacity: 0.1;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.contact_section_webQp8F::after {
    content: "";
    height: 100%;
    background-image: 
        linear-gradient(90deg, rgba(rgb(151,151,154), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(151,151,154), 0.03) 1px, transparent 1px);
    animation: gridMove 20s linear infinite;
    background-size: 20px 20px;
    top: 0;
    width: 100%;
    opacity: 0.6;
    position: absolute;
    left: 0;
    z-index: 1;
}

.contact_section_webQp8F .connect_support_web {
    display: flex;
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(151,151,154), 0.05);
    position: relative;
    transform: translateY(0);
    border-radius: 17px;
    overflow: hidden;
}



.contact_section_webQp8F .help_feedback_web {
    position: relative;
    padding: 50px 40px;
    width: 55%;
}

.contact_section_webQp8F .help_feedback_web::before {
    z-index: 0;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(rgb(151,151,154), 0.05) 0%, transparent 70%);
    content: "";
    top: -50px;
    right: -50px;
    position: absolute;
}

.contact_section_webQp8F form input[type="text"] {
    width: 100%;
    transition: all 0.3s ease;
    padding: 15px 20px;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    font-size: 17px;
    position: relative;
    border: 1px solid rgba(#000000, 0.1);
    color: #000000;
    background: rgba(#ffffff, 0.8);
    margin-bottom: 20px;
}

.contact_section_webQp8F .request_panel_web label {
    font-size: 16px;
    user-select: none;
    color: #000000;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    line-height: 1.4;
}

.contact_section_webQp8F .request_panel_web input[type="checkbox"]:checked + label::after {
    top: 4px;
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    position: absolute;
    left: 8px;
    content: "";
    height: 12px;
}

.contact_section_webQp8F .request_panel_web label a:hover::after {
    transform: scaleX(1);
    background: rgb(115,115,118);
}

.contact_section_webQp8F .feedback_map_web:hover::before {
    opacity: 1;
}

.contact_section_webQp8F .feedback_map_web:active {
    transform: translateY(2px);
}

.contact_section_webQp8F svg {
    transition: fill 0.3s ease;
    width: 20px;
    fill: rgb(151,151,154);
    height: 20px;
    margin-right: 10px;
}

.contact_section_webQp8F svg:hover,
.contact_section_webQp8F svg:hover path {
    fill: rgb(115,115,118);
}

.subscribe_to_newsletter_web::after {
    z-index: -1;
    width: 100%;
    transform: translateZ(0);
    height: 50%;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    left: 0;
}

.subscribe_to_newsletter_web .skill_sessions_web {
    align-items: center;
    display: flex;
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    animation: subtleFloat 6s infinite alternate ease-in-out;
    gap: 2rem;
    justify-content: space-between;
    flex-direction: column;
    transform-style: preserve-3d;
}

.subscribe_to_newsletter_web .input_holder {
    gap: 1rem;
    transform: translateZ(30px);
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    display: flex;
}

.subscribe_to_newsletter_web .input_holder::before {
    height: 1px;
    content: "";
    left: 0;
    position: absolute;
    animation: lineExpand 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);
    top: -1rem;
    transform: scaleX(0.7);
    width: 100%;
}

.subscribe_to_newsletter_web input[type="email"] {
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    width: 100%;
    backdrop-filter: blur(10px);
    color: #ffffff;
    font-size: 18px;
}

.subscribe_to_newsletter_web .subscribe_alert_web:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2), 0 2px 5px rgba(0,0,0,0.1);
}

.subscribe_to_newsletter_web .subscribe_alert_web:hover::before {
    opacity: 1;
}

.subscribe_to_newsletter_web .subscribe_alert_web:active {
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transform: translateY(-1px);
}

.our_story_web::after {
    width: 200%;
    content: "";
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    top: -50%;
    opacity: 0.2;
    position: absolute;
    left: -50%;
    height: 200%;
    animation: rotateBackground 60s linear infinite;
}

.our_story_web h2::before {
    bottom: -20px;
    height: 4px;
    position: absolute;
    width: 60px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(151,151,154);
    content: "";
}

.our_story_web .learn_space_web {
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transition: all 0.4s ease;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 40px;
}

.our_story_web .learn_space_web:hover::before {
    transform: scaleY(1);
}

.our_story_web .learn_space_web:last-child::after {
    background: rgb(115,115,118,0.5);
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
}

.our_story_web .learn_space_web h3 {
    color: rgb(151,151,154);
    align-items: center;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    font-size: 18px;
    display: flex;
}

.our_story_web .learn_space_web:first-child {
    animation: slideUp 0.7s ease forwards;
}



.our_story_web .learn_studio_web::before {
    width: 200px;
    border-radius: 50%;
    filter: blur(30px);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    background: radial-gradient(circle, rgb(151,151,154,0.5) 0%, transparent 70%);
    content: "";
    z-index: -1;
    opacity: 0.1;
    height: 200px;
}

.connect_web::after {
    z-index: 0;
    width: 70%;
    right: -20%;
    background: linear-gradient(135deg, rgb(151,151,154,0.5) 0%, transparent 80%);
    top: -50%;
    pointer-events: none;
    transform: rotate(15deg);
    content: "";
    height: 200%;
    position: absolute;
}

.connect_web .reach_experts_web {
    grid-template-columns: 1fr;
    position: relative;
    display: grid;
    gap: 2.5rem;
}

.connect_web .reach_experts_web > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 10px rgba(0, 0, 0, 0.12);
}

.connect_web .reach_experts_web > div:nth-child(2) {
    border-top: 4px solid rgb(115,115,118);
}

.connect_web .reach_experts_web > div:nth-child(2) {
    --animation-order: 1;
}

.connect_web h6 {
    font-size: 17px;
    align-items: center;
    letter-spacing: 0.05em;
    display: flex;
    color: #000000;
    margin-bottom: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.connect_web span::before {
    width: 0.75rem;
    height: 1px;
    content: "";
    position: absolute;
    top: 50%;
    background-color: rgb(151,151,154);
    left: 0;
}

.connect_web .join_community_web {
    position: relative;
    text-decoration: none;
    font-weight: 400;
    color: #000000;
    align-items: center;
    transition: color 0.3s ease;
    display: flex;
    font-size: calc(18px * 0.95);
}

.connect_web .reach_experts_web > div:nth-child(1) {
    --animation-order: 0;
}

.learning_system_web::after {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    content: "";
    background-image: radial-gradient(circle at 90% 80%, rgb(115,115,118,0.5) 0%, transparent 40%);
}

.learning_system_web h3::before {
    content: "";
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    animation: pulse 2s infinite;
    height: 20px;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    right: 2rem;
    width: 20px;
    transform: translateY(-50%);
}

.learning_system_web span {
    line-height: 1.8;
    transform-origin: top center;
    animation: tabContent 0.8s 0.3s ease-out forwards;
    border-radius: 0 0 23px 23px;
    position: relative;
    opacity: 0;
    background: #ffffff;
    font-size: 17px;
    color: #000000;
    padding: 2rem;
}

.developer_experience_web::before {
    background: radial-gradient(circle at 30% 70%, rgb(151,151,154,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(115,115,118,0.5), transparent 60%);
    position: absolute;
    opacity: 0.7;
    left: -10%;
    z-index: 0;
    height: 120%;
    width: 120%;
    top: -10%;
    content: "";
    animation: orbital-pulse 15s infinite alternate ease-in-out;
}

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

.developer_experience_web .success_stories_web:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
}

.developer_experience_web .img_box_grid_web {
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 10% 40% 30% 20%;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    animation: float-photo 6s infinite ease-in-out;
    transform: rotate(-5deg);
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.developer_experience_web .success_stories_web:hover .name {
    transform: translateY(-2px);
}

.developer_experience_web .success_stories_web:hover .name::after {
    width: 100%;
}

.developer_experience_web .emp_container_web {
    transition: opacity 0.4s ease, transform 0.4s ease;
    margin: 0;
    text-align: left;
    position: relative;
    font-size: 18px;
    line-height: 1.7;
    padding: 0 1rem;
    opacity: 0.9;
    color: #ffffff;
}

.developer_experience_web .success_stories_web:hover .emp_container_web {
    opacity: 1;
    transform: translateY(-2px);
}

.developer_experience_web .success_stories_web:hover .emp_container_web::after {
    transform: translateY(5px);
    opacity: 0.3;
}

header .head_sitewrap_web .main_head_web {
    transition: transform 0.4s ease;
    margin-right: 10px;
    transform: translateX(0);
}

header .head_sitewrap_web .main_head_web:hover {
    transform: scale(1.05);
}

header .head_sitewrap_web .top_learning_web {
    border-radius: 14px;
    margin: 0;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    list-style: none;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    transform: none;
    padding: 0;
}

header .head_sitewrap_web .top_learning_web .header_edu_web a {
    padding: 8px 5px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    display: block;
}

.landing_page_web::before {
    width: 100%;
    top: 0;
    background: 
        repeating-linear-gradient(
            -45deg,
            rgb(151,151,154,0.5) 0px,
            transparent 2px,
            transparent 10px,
            rgb(151,151,154,0.5) 12px
        );
    left: 0;
    content: "";
    height: 100%;
    z-index: 1;
    opacity: 0.05;
    position: absolute;
}

.landing_page_web h1::after {
    content: "";
    bottom: -10px;
    width: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(115,115,118), rgb(151,151,154));
    height: 3px;
    animation: lineGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1s;
    position: absolute;
}

.landing_page_web svg {
    height: 80px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    width: 80px;
    margin-bottom: 1rem;
    transform-origin: center;
    animation: pulseScale 3s ease-in-out infinite alternate;
}

.landing_page_web ul {
    padding: 0;
    animation: slideUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.9s;
    list-style: none;
    opacity: 0;
    margin: 0;
    transform: translateY(20px);
}

.landing_page_web .feedback_map_web:hover {
    box-shadow: 0 6px 20px rgba(94, 170, 168, 0.3);
    transform: translateY(-3px) scale(1.02);
}

.landing_page_web .feedback_map_web:hover::before {
    left: 100%;
}

.landing_page_web .img_box_grid_web::before {
    position: absolute;
    top: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(151,151,154,0.5) 100%
    );
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
}

header .top_plank {
    background: rgb(151,151,154);
    color:  #ffffff;
}

header .top_plank .best_focus_web div span {
    color: #ffffff;
}

header .top_plank .best_focus_web {
    font-size: 12px;
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    width: 100%;
    line-height: 21px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
}

.tariff_container_web::after {
    transform: rotate(12deg) skewX(-10deg);
    filter: blur(50px);
    height: 60%;
    z-index: 0;
    left: -5%;
    background: linear-gradient(215deg, rgb(115,115,118,0.5), rgb(151,151,154,0.5));
    bottom: -10%;
    width: 35%;
    opacity: 0.3;
    position: absolute;
    content: "";
}

.tariff_container_web .trial_rates_web h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: 30px;
}

.tariff_container_web .tuition_grid_web {
    display: grid;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
    gap: 30px;
    transform: translateY(40px);
    opacity: 0;
    grid-template-columns: 1fr;
}

.tariff_container_web .learn_packs_web:hover .pricing_fees_web {
    transform: translateY(-8px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
}

.tariff_container_web .payment_scheme_web h3 {
    white-space: normal;
    position: relative;
    overflow-wrap: break-word;
    padding-left: 15px;
    word-break: break-word;
    color: #000000;
    font-size: calc(24px + 2px);
    font-weight: 700;
    margin-bottom: 15px;
}

.tariff_container_web .payment_scheme_web p {
    margin-top: 5px;
    flex-grow: 1;
    word-break: break-word;
    line-height: 1.6;
    white-space: normal;
    font-size: 18px;
    overflow-wrap: break-word;
    color: #000000;
    margin-bottom: 10px;
}

.tariff_container_web .learn_packs_web:hover .img_box_grid_web {
    transform: scale(1.05);
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (min-width: 768px) {.educational_yield_web .skill_sessions_web {
    align-items: stretch;
    flex-direction: row;
}.educational_yield_web .skill_sessions_web > div:first-child {
    max-width: 40%;
    flex: 0 0 40%;
}.educational_yield_web .skill_sessions_web > div:first-child .img_box_grid_web {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    height: 100%;
}.educational_yield_web .text_cloud_web {
    display: flex;
    padding: 2.5rem 2.5rem 2.5rem 3rem;
    justify-content: center;
    flex-direction: column;
    max-width: 60%;
    flex: 0 0 60%;
}.educational_yield_web ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}



@media screen and (min-width: 1200px) {.take_a_spin_web {
    padding: 10rem 6rem;
}.take_a_spin_web .container {
    grid-template-columns: 3fr 1fr;
}.take_a_spin_web h6 {
    line-height: 1.6;
    font-size: calc(20px * 1.8);
}.take_a_spin_web .feedback_map_web {
    padding: 1.5rem 3rem;
    font-size: calc(20px * 1.2);
}
}



@media (hover: none) {.take_a_spin_web .container {
    transform: none;
}.take_a_spin_web h6 {
    transform: none;
    animation: none;
}.take_a_spin_web .container > div span {
    transform: none;
}.take_a_spin_web .container > div span:hover {
    transform: none;
}.take_a_spin_web .feedback_map_web:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
}



@media screen and (max-width: 768px) {.zoom_meet_web {
    padding: 3rem 0 2rem;
}.zoom_meet_web .nav_sitewrap_web {
    gap: 2rem;
    flex-direction: column;
}.zoom_meet_web .top_learning_web::before,
    .zoom_meet_web .top_learning_web::after {
    display: none;
}.zoom_meet_web .top_learning_web {
    margin-bottom: 1.5rem;
}.tutor_match_web {
    padding: 1rem 0;
}
}



@media (max-width: 767px) {.program_overview_web {
    padding: 4rem 0;
}.program_overview_web h2 {
    margin-bottom: 2rem;
    font-size: calc(29px * 0.9);
}.program_overview_web .img_box_grid_web {
    height: 250px;
    margin-bottom: 1rem;
}.program_overview_web .text_cloud_web {
    max-height: 350px;
}.program_overview_web .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}



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



@media (max-width: 480px) {.contact_section_webQp8F {
    padding: 40px 0;
}.contact_section_webQp8F h2 {
    font-size: calc(30px * 0.85);
    margin-bottom: 25px;
}.contact_section_webQp8F .img_box_grid_web {
    height: 200px;
}.contact_section_webQp8F .help_feedback_web {
    padding: 25px 20px;
}.contact_section_webQp8F form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}.contact_section_webQp8F form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.contact_section_webQp8F .request_panel_web {
    margin-bottom: 20px;
}.contact_section_webQp8F .request_panel_web label {
    font-size: calc(16px * 0.9);
    padding-left: 30px;
}.contact_section_webQp8F .request_panel_web label::before {
    height: 18px;
    width: 18px;
}.contact_section_webQp8F .request_panel_web input[type="checkbox"]:checked + label::after {
    width: 5px;
    left: 6px;
    height: 10px;
    top: 3px;
}.contact_section_webQp8F .feedback_map_web {
    padding: 10px 12px;
}
}



@media (max-width: 768px) {.our_story_web {
    padding: 80px 0 60px;
}.our_story_web h2 {
    font-size: calc(46px * 0.8);
    margin-bottom: 50px;
}.our_story_web .learn_studio_web {
    grid-template-columns: 1fr;
    gap: 40px;
}.our_story_web .learn_space_web {
    padding: 30px;
}.our_story_web .learn_space_web:last-child {
    animation-delay: 0.1s;
}
}



@media (min-width: 768px) {.connect_web {
    padding: 6rem 3rem;
}.connect_web h1 {
    margin-left: 2rem;
    transform: translateX(0);
}.connect_web .reach_experts_web {
    grid-template-columns: repeat(2, 1fr);
}.connect_web .reach_experts_web > div:first-child {
    grid-column: 1 / -1;
}
}



@media (max-width: 767px) {.connect_web {
    padding: 4rem 1.5rem;
}.connect_web h1 {
    margin-bottom: 2rem;
    font-size: calc(40px * 0.9);
}.connect_web .reach_experts_web > div {
    padding: 1.5rem;
}}



@media (max-width: 768px) {.learning_system_web {
    padding: 5rem 1rem;
}.learning_system_web h3 {
    font-size: calc(31px * 0.8);
    padding: 1.2rem 1.5rem;
    text-align: center;
}.learning_system_web span {
    padding: 1.5rem;
    font-size: calc(17px * 0.95);
}.learning_system_web h3::before {
    right: 1.5rem;
    width: 14px;
    height: 14px;
}.learning_system_web span::after {
    height: 30px;
    width: 30px;
}}



@media (max-width: 767px) {.developer_experience_web {
    padding: 5rem 0;
}.developer_experience_web .success_stories_web {
    padding: 2.5rem;
    gap: 2rem;
}.developer_experience_web .img_box_grid_web {
    animation: float-photo 5s infinite ease-in-out;
}.developer_experience_web .emp_container_web {
    padding: 0;
}.developer_experience_web .emp_container_web::before {
    top: -1.5rem;
    font-size: 3rem;
    left: -0.5rem;
}.developer_experience_web .emp_container_web::after {
    font-size: 3rem;
    bottom: -3rem;
    right: -0.5rem;
}}



@media (min-width: 1200px) {.landing_page_web .skill_sessions_web {
    padding: 3rem 5rem;
}.landing_page_web .text_cloud_web {
    padding-right: 5rem;
}.landing_page_web h1 {
    max-width: 90%;
}.landing_page_web .learn_head_web p {
    max-width: 90%;
}.landing_page_web .img_box_grid_web {
    border-radius: 100px;
    transform: perspective(1200px) rotateY(-8deg) translateZ(30px);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1), 
                   -20px -20px 60px rgba(255, 255, 255, 0.8);
}.landing_page_web .img_box_grid_web:hover {
    transform: perspective(1200px) rotateY(-3deg) translateZ(50px);
}.landing_page_web svg {
    width: 120px;
    height: 120px;
}}



@media (max-width: 480px) {.tariff_container_web {
    padding: 60px 0;
}.tariff_container_web .payment_scheme_web {
    padding: 25px 20px;
}.tariff_container_web .img_box_grid_web {
    height: 180px;
}
}



@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}



@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

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



@keyframes subtleFloat {
    0%, 100% {
        transform: perspective(1000px) rotateX(1deg);
    }
    50% {
        transform: perspective(1000px) rotateX(0deg);
    }
}



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

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



@keyframes tabContent {
    from {
        opacity: 0;
        transform: scaleY(0.8);
    }
    to {
        opacity: 1;
        transform: scaleY(1);
    }
}



@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



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



@keyframes slideRight {
    from {
        transform: translateX(-20px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes colorShift {
    0% {
        fill: rgb(115,115,118);
    }
    50% {
        fill: rgb(151,151,154);
    }
    100% {
        fill: rgb(115,115,118);
    }
}

