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

header,footer {
    width: 100%;
}

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

.extop_nav {
    flex: 1 0 auto;
}

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

.exstart_now::before {
    height: 100%;
    background-position: 0 0;
    z-index: 1;
    position: absolute;
    opacity: 0.04;
    top: 0;
    content: '';
    left: 0;
    background-size: 30px 30px;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 48%, #ffffff 52%, transparent 52%);
    width: 100%;
}

.exstart_now .exsupport_grid::before {
    z-index: -1;
    opacity: 0;
    height: 100%;
    background: rgb(133,151,183);
    border-radius: 20px 20px 0 20px;
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
}

.exstart_now .exsupport_grid:hover::before {
    opacity: 1;
}

.exstart_now::after {
    width: 200px;
    content: '';
    top: -100px;
    right: -100px;
    z-index: 1;
    border: 30px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    border-radius: 50%;
    height: 200px;
}

.exreferral_prog .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.exreferral_prog .company_holder:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}

.exreferral_prog .company_holder h3 {
    font-size: 37px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
    display: inline-block;
}

.exreferral_prog .express_room {
    position: relative;
}

.exreferral_prog .exheader_wrap {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    display: flex;
}

.exreferral_prog .exhead_page .exheader_wrap {
    flex-direction: column;
    display: flex;
    gap: 12px;
}

.exreferral_prog .exhead_page .exheader_wrap a::before {
    width: 0;
    left: 0;
    top: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
    background: rgb(172,186,217,0.5);
}

.exreferral_prog .exhead_page .exheader_wrap a:hover::before {
    width: 100%;
}

.exslack_invite .expodcast_cta {
    letter-spacing: 0.5px;
    font-size: 15px;
    text-align: center;
    color: #ffffff;
}

.exmentorship_experience {
    background: linear-gradient(135deg, rgb(217,224,240) 0%, rgb(172,186,217,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.exmentorship_experience::after {
    bottom: -80px;
    content: "";
    background: rgb(172,186,217,0.5);
    filter: blur(60px);
    height: 250px;
    width: 250px;
    left: -50px;
    transform: rotate(25deg);
    position: absolute;
    z-index: 0;
}

.exmentorship_experience .exstudent_feedback:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.exmentorship_experience .exstudent_feedback:hover::before {
    transform: scaleY(1);
}

.exmentorship_experience .eximg_embed {
    border: 3px solid #ffffff;
    width: 200px;
    height: 200px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    clip-path: polygon(25% 0%, 75% 0%, 100% 25%, 100% 75%, 75% 100%, 25% 100%, 0% 75%, 0% 25%);
}

.exmentorship_experience .exstudent_feedback:hover .name {
    transform: translateX(10px);
}

.exmentorship_experience .exstudent_feedback:hover .name::after {
    width: 100%;
}

.exmentorship_experience .exstudent_feedback > div:nth-child(2) > div {
    margin-bottom: 15px;
    transition: padding-left 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: calc(17px * 0.95);
    padding-left: 0;
}

.exmentorship_experience .exjob_view::before,
.exmentorship_experience .exjob_view::after {
    font-size: 60px;
    content: "";
    line-height: 1;
    color: rgb(172,186,217,0.5);
    font-family: Georgia, serif;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.exmentorship_experience .exjob_view::before {
    opacity: 0.5;
    transform: translateX(-20px) translateY(-20px) scale(0.8);
    top: -10px;
    left: -10px;
}

.exthxSpace::after {
    position: absolute;
    left: -30px;
    animation: float 18s ease-in-out infinite reverse;
    width: 250px;
    opacity: 0.3;
    content: "";
    filter: blur(60px);
    z-index: 1;
    height: 250px;
    background: linear-gradient(225deg, rgb(172,186,217,0.5) 0%, rgb(133,151,183,0.5) 80%);
    bottom: -30px;
}

.exthxSpace .exskill_training {
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.3s;
    transform: translateY(30px);
    opacity: 0;
    background: #ffffff;
    border-radius: 30px;
}

.exthxSpace li::before {
    height: 10px;
    position: absolute;
    top: 8px;
    border-radius: 50%;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1s;
    width: 10px;
    left: 0;
    background: linear-gradient(135deg, rgb(172,186,217) 0%, rgb(133,151,183) 100%);
    content: "";
    transform: scale(0);
}

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

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

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

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

.exreceive_updates .input_holder span:last-child {
    animation-delay: 0.8s;
    flex: 0 0 auto;
}

.exreceive_updates .input_holder span:last-child {
    margin-top: 0.5rem;
}

.exreceive_updates input[type="email"]:focus {
    background: rgba(255,255,255,0.25);
    outline: none;
    border-color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.exreceive_updates .exsub_typography::before {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(133,151,183), rgb(172,186,217));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: -1;
    position: absolute;
}

.exprogram_details {
    overflow: hidden;
    position: relative;
    background-color: rgb(217,224,240);
    grid-template-columns: 1fr 1fr;
    min-height: 100vh;
    display: grid;
    grid-template-rows: 1fr;
}

.exprogram_details .exskill_master {
    animation: carousel-slide 25s ease-in-out infinite;
    width: 500%;
    display: flex;
    height: 100%;
}

.exprogram_details .exskill_master {
    width: 600%;
    animation-duration: 20s;
}

.exprogram_details .exprogram_guide:hover img {
    transform: scale(1.05);
}

.exprogram_details .container {
    z-index: 10;
    height: 100%;
    position: relative;
    justify-content: flex-end;
    grid-row: 1;
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    grid-column: 1 / 3;
}

.exprogram_details .exskill_tool::before {
    content: '';
    position: absolute;
    width: 100%;
    background-color: rgb(217,224,240);
    z-index: -1;
    height: 100%;
    border-radius: 10px;
    top: 0;
    left: 0;
    opacity: 1;
}

.exprogram_details .exskill_tool h3::after {
    height: 3px;
    left: 1.5rem;
    position: absolute;
    bottom: -0.5rem;
    content: '';
    background-color: rgb(133,151,183);
    width: 50px;
}

.exprogram_details .exskill_tool .exsupport_grid::before {
    width: 100%;
    z-index: -1;
    transition: all 0.3s ease;
    left: -100%;
    position: absolute;
    content: '';
    background-color: rgb(172,186,217);
    height: 100%;
    top: 0;
}

.exabout_this {
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0 100px;
    position: relative;
}

.exabout_this::before {
    width: 100%;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(172,186,217,0.5), rgba(0, 0, 0, 0.5) 80%);
    top: 0;
}

.exabout_this h4::after {
    bottom: -15px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    left: 50%;
    position: absolute;
    width: 80px;
    background: rgb(133,151,183);
}

.exabout_this .extext_element::before {
    width: 60px;
    opacity: 0.6;
    top: 20px;
    right: 20px;
    position: absolute;
    border-top: 2px solid rgb(133,151,183);
    height: 60px;
    border-right: 2px solid rgb(133,151,183);
    content: "";
}

.exabout_this .extext_element h6 {
    position: relative;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
    font-size: calc(19px * 1.3);
    display: inline-block;
    color: rgb(133,151,183);
}

.exabout_this .extext_element span {
    display: block;
    line-height: 1.8;
    column-gap: 40px;
    opacity: 0.9;
    max-width: 100%;
    letter-spacing: 0.02em;
    color: #ffffff;
    column-count: 1;
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

#excookiePromptAlert:checked ~ .exprivacySettingsBanner {
    visibility: hidden;
    opacity: 0;
}

.excookie_check {
    flex-shrink: 0;
    margin-right: 20px;
}

.excookies_tracking {
    background: rgb(172,186,217);
    transition: border 0.2s;
    text-decoration: none;
    color: #ffffff;
    min-width: 140px;
    text-align: center;
    padding: 12px 24px;
    margin-left: 10px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid transparent;
    font-size: 16px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.exprospective_students {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    padding: 110px 0;
}

.exprospective_students .exskill_training {
    position: relative;
}

.exprospective_students h4 {
    font-size: 37px;
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    color: #000000;
    letter-spacing: 0.5px;
    font-weight: 700;
    margin-bottom: 50px;
}

.exprospective_students p {
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 14px;
    padding: 25px 30px;
    background: #ffffff;
    border-radius: 12px;
    transition: all 0.3s ease;
    align-items: center;
    margin: 0;
    display: flex;
    position: relative;
}

.exprospective_students p:hover::before {
    width: 8px;
}

.exprospective_students p svg path {
    fill: rgb(172,186,217);
    transition: fill 0.3s ease;
}

.exprospective_students p:hover svg path {
    fill: rgb(133,151,183);
}



.exprospective_students .exskill_training > div p {
    animation: fadeInSlide 0.5s ease forwards;
    opacity: 0;
}

.exprospective_students .exskill_training > div p:nth-child(2) {
    animation-delay: 0.2s;
}

.exprospective_students .exskill_training > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.exoperation_process::before {
    position: absolute;
    top: 0;
    width: 100%;
    background-image: radial-gradient(rgb(172,186,217,0.5) 1px, transparent 1px);
    content: '';
    background-size: 40px 40px;
    height: 100%;
    left: 0;
    opacity: 0.1;
    z-index: 1;
}

.exoperation_process .extext_element h2::before {
    filter: blur(30px);
    z-index: -1;
    background: rgb(172,186,217);
    content: '';
    height: 120px;
    border-radius: 50%;
    width: 120px;
    left: -80px;
    position: absolute;
    opacity: 0.1;
    top: -60px;
}

.exoperation_process .extext_element h2::after {
    position: absolute;
    z-index: 4;
    background: rgb(172,186,217);
    width: 40px;
    height: 40px;
    animation: float-small 8s infinite ease-in-out;
    content: '';
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    bottom: -20px;
    right: 30px;
}

.exoperation_process::after {
    transform: rotate(45deg);
    animation: rotate-slow 30s linear infinite;
    width: 200px;
    opacity: 0.2;
    content: '';
    bottom: -100px;
    left: 10%;
    height: 200px;
    position: absolute;
    border: 2px solid rgb(172,186,217,0.5);
}



.exoperation_process .extext_element h2 span {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.exlocation_details {
    background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}

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

.exlocation_details .exwrite_feedback {
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.03),
        -8px -8px 20px rgba(255, 255, 255, 0.8),
        inset 2px 2px 5px rgba(255, 255, 255, 0.4),
        inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    border-radius: 12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}

.exlocation_details div > p {
    background-image: linear-gradient(
        to bottom,
        transparent,
        transparent
    );
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
    padding-left: 5px;
    background-size: 100% 100%;
}

.exlocation_details h5 svg {
    transition: transform 0.3s ease;
    transform: scale(0.9);
    margin-left: 0.5rem;
}

.exlocation_details svg path {
    transition: fill 0.3s ease;
    fill: rgb(172,186,217);
}

.exlocation_details .exmsg_page li {
    position: relative;
    transition: all 0.3s ease;
}

.exlocation_details .exfeedback_form:hover {
    color: rgb(172,186,217);
    background: linear-gradient(145deg, #f8f8f8, #ffffff);
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
}

.exget_in_touch::before {
    background: linear-gradient(90deg, rgb(172,186,217), rgb(133,151,183));
    top: 0;
    width: 100%;
    height: 5px;
    left: 0;
    content: "";
    position: absolute;
}

.exget_in_touch h2::before {
    height: 100%;
    left: 0;
    background: rgb(172,186,217);
    top: 0;
    position: absolute;
    border-radius: 10px;
    content: "";
    width: 5px;
}

.exget_in_touch .exrequest_links {
    order: 1;
}

.exget_in_touch form h3 {
    color: #000000;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 22px;
}

.exget_in_touch form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}

.exget_in_touch .exinquiry_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.exget_in_touch .exinquiry_links label::before {
    border-radius: 10px;
    position: absolute;
    background: rgb(217,224,240);
    content: "";
    height: 22px;
    width: 22px;
    top: 2px;
    left: 0;
    transition: all 0.2s ease;
}

.exget_in_touch .exinquiry_links label a:hover {
    color: rgb(133,151,183);
}

.exget_in_touch form .exsupport_grid:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(172,186,217);
    transform: translateY(-3px);
}

.exget_in_touch svg path {
    fill: rgb(172,186,217);
    transition: fill 0.3s ease;
}

.exoffer_deck::before {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1;
    top: 0;
}

.exoffer_deck .exclass_rates {
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    color: #ffffff;
    margin-bottom: 50px;
    max-width: 700px;
    text-align: center;
    font-size: 15px;
    opacity: 0;
    line-height: 1.6;
    transform: translateY(20px);
}

.exoffer_deck .extraining_sub li:nth-child(2) {
    --li-index: 2;
}

.exoffer_deck .extraining_sub li:nth-child(4) {
    --li-index: 4;
}

.exoffer_deck .excost_summary::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(172,186,217), rgb(133,151,183));
    transform-origin: left;
    transform: scaleX(0);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.exoffer_deck .expay_options h4 {
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 15px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
}

.exoffer_deck .exstudy_price {
    background: linear-gradient(135deg, rgb(172,186,217,0.5), rgb(133,151,183,0.5));
    padding: 10px 20px;
    align-self: flex-start;
    font-weight: 700;
    position: relative;
    margin-top: auto;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #ffffff;
    display: inline-block;
    font-size: calc(22px + 4px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.exwelcome_section > div {
    flex-direction: column;
    width: 100%;
    display: flex;
    max-width: 1200px;
    position: relative;
    z-index: 3;
    transform: translateY(-2vh);
    gap: 3rem;
}

.exwelcome_section > div {
    flex-direction: row;
    align-items: center;
    gap: 5%;
}

.exwelcome_section .exstart_lead {
    animation: fadeSlideUp 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.9s;
    transform: translateY(20px);
    padding: 2.5rem;
    display: flex;
    backdrop-filter: blur(10px);
    box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    gap: 2rem;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.08);
    border-left: 1px solid rgb(133,151,183);
}

.exwelcome_section .exstart_lead {
    margin-left: auto;
    animation: fadeSlideLeft 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.9s;
    transform: translateY(0) translateX(20px);
    flex: 0 0 50%;
}

.exwelcome_section .exstart_lead > div:last-child::before {
    position: absolute;
    top: -15px;
    transform-origin: left;
    width: 60px;
    background: rgb(133,151,183);
    animation: horizontalGrow 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 1.4s;
    transform: scaleX(0);
    left: 0;
    content: "";
    height: 3px;
}

header .exsite_top::after {
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
    content: "";
    animation: gradientSlide 5s ease infinite;
    background: linear-gradient(45deg, transparent 48%, rgb(133,151,183) 49%, rgb(133,151,183) 51%, transparent 52%);
    background-size: 200% 200%;
}

header .exsite_top .exnav_info .exsite_nav:hover {
    transform: perspective(800px) rotateY(15deg);
}

header .exsite_top .exhead_page {
    margin: 0;
    position: relative;
    display: flex;
    perspective: 800px;
    list-style: none;
    padding: 0;
}

header .exsite_top .exnav_header:hover {
    transform: translateZ(20px);
}

header .exsite_top .exnav_header a {
    border: 1px solid transparent;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    display: block;
}

.exprivacy_parapet {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(217,224,240), rgba(248, 249, 250, 0.97));
    padding: 6rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    position: relative;
    color: #000000;
}

.exprivacy_parapet .container {
    margin: 0 auto;
    position: relative;
    backdrop-filter: blur(8px);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    border-left: 3px solid rgb(172,186,217);
    padding: 3rem;
    transform: perspective(1000px) rotateY(0.5deg);
    max-width: 1140px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.05);
}

.exprivacy_parapet h2 {
    transition: all 0.3s ease;
    font-weight: 600;
    border-left: 2px solid rgb(172,186,217);
    font-size: 36px;
    margin: 3rem 0 1.5rem;
    color: #000000;
    padding-left: 1rem;
}

.exprivacy_parapet p {
    position: relative;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}

.exprivacy_parapet strong::after {
    transform: scaleX(0.8);
    height: 1px;
    background-color: rgb(172,186,217,0.5);
    transition: transform 0.3s ease;
    width: 100%;
    content: "";
    position: absolute;
    bottom: -2px;
    transform-origin: left;
    left: 0;
}

.exprivacy_parapet li:hover::before {
    background-color: rgb(172,186,217,0.5);
    transform: rotate(135deg);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.exstart_now {
    padding: 110px 0;
}.exstart_now .exskill_training {
    gap: 40px;
}.exstart_now .container p {
    padding: 25px;
    font-size: calc(21px * 1.2);
}.exstart_now .exsupport_grid {
    height: 180px;
    flex: 0 0 180px;
}.exstart_now .container p::after {
    width: 30px;
    height: 30px;
}
}



@media (max-width: 992px) {.exreferral_prog .container {
    flex-direction: column;
}
}



@media (max-width: 576px) {.exreferral_prog {
    padding: 40px 0;
}.exreferral_prog .company_holder h3 {
    font-size: calc(37px * 0.8);
}.exreferral_prog .exhead_page h5 {
    font-size: calc(23px * 0.9);
}.exreferral_prog .exhead_page .exheader_wrap a,
    .exreferral_prog .footer_agreement {
    font-size: calc(13px * 0.95);
}}



@media (max-width: 767px) {.exmentorship_experience {
    padding: 80px 0;
}.exmentorship_experience .exstudent_feedback {
    gap: 20px;
    padding: 30px 25px;
}.exmentorship_experience .eximg_embed {
    height: 150px;
    width: 150px;
}.exmentorship_experience .name {
    font-size: 19px;
    text-align: center;
}.exmentorship_experience .exstudent_feedback > div:nth-child(2) {
    text-align: center;
}.exmentorship_experience .exstudent_feedback > div:nth-child(2) > div {
    font-size: calc(17px * 0.9);
}.exmentorship_experience .exjob_view {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
    padding: 20px 15px;
}}



@media (hover: hover) {.exthxSpace .exskill_training:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
}.exthxSpace .exskill_training:hover::before {
    background: linear-gradient(to bottom, rgb(172,186,217), rgb(133,151,183));
    transition: background 0.5s ease;
}}



@media (min-width: 1200px) {.exreceive_updates .container {
    padding: 0 2rem;
}.exreceive_updates h4 {
    font-size: calc(19px * 1.3);
}.exreceive_updates .exskill_training {
    gap: 4rem;
}}



@media (min-width: 768px) {.exabout_this {
    padding: 150px 0;
}.exabout_this h4 {
    font-size: calc(32px * 1.4);
    margin-bottom: 80px;
}.exabout_this .extext_element {
    padding: 60px 70px;
}.exabout_this .extext_element span {
    column-count: 2;
}
}



@media (min-width: 992px) {.exabout_this .container {
    padding: 0 40px;
}.exabout_this .extext_element {
    width: 90%;
    margin-left: 5%;
    padding: 70px 80px;
}.exabout_this .extext_element span {
    column-count: 2;
}.exabout_this .extext_element:hover {
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(-5px);
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.2);
}
}



@media (max-width: 991px) {.exprospective_students {
    padding: 90px 0;
}.exprospective_students h4 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.exprospective_students div > div {
    gap: 18px;
}.exprospective_students p {
    padding: 20px 25px;
}.exprospective_students p svg {
    margin-right: 15px;
    width: 25px;
    height: 25px;
}
}



@media (max-width: 576px) {.exprospective_students {
    padding: 60px 0;
}.exprospective_students h4 {
    padding-bottom: 10px;
    font-size: calc(37px * 0.7);
    margin-bottom: 25px;
}.exprospective_students h4::after {
    height: 2px;
    width: 50px;
}.exprospective_students div > div {
    gap: 12px;
}.exprospective_students p {
    padding: 15px;
    font-size: calc(14px * 0.9);
}.exprospective_students p svg {
    height: 22px;
    width: 22px;
    margin-right: 12px;
}.exprospective_students p:hover {
    transform: translateX(5px);
}}



@media screen and (max-width: 480px) {.exoperation_process {
    padding: 80px 0;
}.exoperation_process .extext_element h2 {
    font-size: calc(31px * 0.8);
    padding: 20px 25px;
}.exoperation_process .extext_element p {
    padding: 25px;
    font-size: calc(18px * 0.9);
}}



@media (min-width: 768px) {.exlocation_details .exwrite_feedback {
    padding: 4rem;
}.exlocation_details .exmsg_page {
    gap: 1.5rem;
    flex-wrap: wrap;
    flex-direction: row;
}.exlocation_details .exfeedback_form {
    padding: 0.75rem 1.25rem;
}.exlocation_details h3 {
    font-size: calc(36px * 1.2);
}
}



@media (hover: none) {.exlocation_details .exwrite_feedback {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: none !important;
}.exlocation_details div > p:hover {
    transform: none;
}.exlocation_details .exmsg_page li:hover {
    transform: none;
}
}



@media screen and (max-width: 767px) {.exget_in_touch {
    padding: 70px 0;
}.exget_in_touch h2 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.9);
}.exget_in_touch .eximg_embed {
    box-shadow: -10px 10px 0 rgb(172,186,217,0.5);
    width: 100%;
    min-height: 300px;
}.exget_in_touch form {
    padding: 40px 30px;
}
}



@media (max-width: 768px) {.exoffer_deck {
    padding: 60px 0;
}.exoffer_deck h2 {
    margin-bottom: 15px;
    font-size: calc(28px - 6px);
}.exoffer_deck .exclass_rates {
    font-size: calc(15px - 1px);
    margin-bottom: 30px;
}.exoffer_deck .extraining_sub {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.exoffer_deck .expay_options p {
    font-size: calc(15px - 3px);
}
}



@media (min-width: 1200px) {.exwelcome_section {
    padding: 0 5rem;
}.exwelcome_section > div {
    gap: 8%;
}.exwelcome_section > div > div:first-child {
    padding-left: 3rem;
}.exwelcome_section > div > div:first-child::before {
    width: 8px;
}.exwelcome_section .exstart_lead {
    padding: 3.5rem;
}.exwelcome_section .exknowledge_center::before,
  .exwelcome_section .exknowledge_center::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 576px) {header .exsite_top {
    padding: 0.75rem;
}header .exsite_top .exhead_page {
    align-items: center;
    flex-direction: column;
}header .exsite_top .exnav_header {
    margin: 0.25rem 0;
    text-align: center;
    width: 100%;
}header .exsite_top .exnav_info svg {
    width: 100px;
}header .exsite_top .exnav_info::after {
    width: 80%;
    left: 10%;
}}



@media (max-width: 576px) {.exprivacy_parapet {
    padding: 3rem 0.8rem;
}.exprivacy_parapet .container {
    border-left-width: 1px;
    padding: 1.5rem 1rem;
}.exprivacy_parapet h1 {
    transform: none;
    margin-bottom: 1.5rem;
    font-size: calc(38px - 0.6rem);
}.exprivacy_parapet h1::after {
    height: 3px;
    width: 4rem;
}.exprivacy_parapet h2 {
    font-size: calc(36px - 0.5rem);
    padding-left: 0.7rem;
}.exprivacy_parapet h3, 
    .exprivacy_parapet h4 {
    padding-left: 0.5rem;
}.exprivacy_parapet li {
    padding-left: 1.2rem;
}.exprivacy_parapet li:hover {
    padding-left: 1.4rem;
}.exprivacy_parapet p:hover,
    .exprivacy_parapet li:hover,
    .exprivacy_parapet h2:hover {
    padding-left: 0.7rem;
    transform: none;
}.exprivacy_parapet span {
    padding-left: 0.5rem;
}
}



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


    
    @keyframes mobileLineGrow {
        0% {
            transform: translateX(-50%) scaleX(0);
        }
        100% {
            transform: translateX(-50%) scaleX(1);
        }
    }



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

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

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



@keyframes pulse-ring {
    0%, 100% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.3;
    }
}



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



@keyframes verticalGrow {
  from { transform: scaleY(0); }
  to { transform: scaleY(1); }
}



@keyframes neonPulse {
  0% {
    opacity: 0.6;
    transform: scaleX(0.5);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.03;
    }
    50% {
        opacity: 0.08;
    }
}

