﻿.exreferral_prog {
    flex: 0 0 auto;
}

.exreferral_prog {
    padding: 70px 0;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

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

.exstart_now .exskill_training {
    display: flex;
    gap: 50px;
    z-index: 10;
    max-width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    align-items: flex-start;
}

.exstart_now .exsupport_grid {
    background: rgb(172,186,217);
    height: 220px;
    font-weight: 600;
    display: flex;
    z-index: 5;
    border-radius: 20px 20px 0 20px;
    text-decoration: none;
    transition: all 0.4s ease;
    flex: 0 0 220px;
    text-align: center;
    align-items: center;
    position: relative;
    color: #ffffff;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.05);
    justify-content: center;
    font-size: 19px;
    padding: 20px;
    transform: translateY(30px);
}

.exstart_now .exskill_training::after {
    width: 150px;
    border-radius: 50%;
    left: -75px;
    border: 20px solid rgba(255, 255, 255, 0.1);
    bottom: -75px;
    z-index: 1;
    content: '';
    height: 150px;
    position: absolute;
}

.exreferral_prog .company_holder {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 12px 0 12px 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.exreferral_prog .company_holder h3::after {
    content: '';
    width: 60px;
    background: rgb(133,151,183);
    bottom: -8px;
    left: 0;
    position: absolute;
    height: 3px;
}

.exreferral_prog .exhead_page {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}

.exreferral_prog .exhead_page .exheader_wrap a {
    z-index: 1;
    font-size: 13px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 4px;
    transition: all 0.3s ease;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 8px 15px;
    text-decoration: none;
}

.exslack_invite .container {
    display: flex;
    justify-content: center;
    align-items: center;
}



footer::after {
    background-size: 40px 40px;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1;
    bottom: 0;
    content: '';
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
    position: absolute;
}

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

.exmentorship_experience .exstudent_feedback::before {
    top: 0;
    content: "";
    transform-origin: left center;
    background: linear-gradient(to bottom, rgb(172,186,217), rgb(133,151,183));
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    left: 0;
    position: absolute;
    width: 5px;
    transform: scaleY(0);
}

.exmentorship_experience .eximg_embed::after {
    width: 100%;
    background: linear-gradient(135deg, rgb(172,186,217,0.5) 0%, transparent 50%, rgb(133,151,183,0.5) 100%);
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    content: "";
    height: 100%;
    transition: opacity 0.6s ease;
}

.exmentorship_experience .name::after {
    width: 0;
    left: 0;
    bottom: -3px;
    content: "";
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    position: absolute;
    height: 2px;
    background: rgb(133,151,183);
}

.exmentorship_experience .exjob_view {
    background: linear-gradient(to right, #ffffff, rgb(217,224,240), #ffffff);
    background-size: 200% 100%;
    padding: 25px 20px;
    font-size: 17px;
    border-radius: 10px;
    line-height: 1.8;
    margin: 0;
    position: relative;
    color: #000000;
    transition: background-position 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.exmentorship_experience .exstudent_feedback:hover .exjob_view::after {
    transform: translateX(0) translateY(0) scale(1);
    opacity: 0.7;
}

.exthxSpace::before {
    z-index: 1;
    width: 300px;
    content: "";
    opacity: 0.4;
    height: 300px;
    background: linear-gradient(45deg, rgb(133,151,183,0.5) 0%, rgb(172,186,217,0.5) 100%);
    filter: blur(80px);
    position: absolute;
    top: -50px;
    right: -50px;
    animation: float 15s ease-in-out infinite;
}

.exthxSpace h2::after {
    left: 0;
    transform-origin: left center;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, rgb(172,186,217) 0%, rgb(133,151,183) 100%);
    position: absolute;
    transform: scaleX(0);
    bottom: -12px;
    animation: expandLine 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    content: "";
}

.exthxSpace ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.exthxSpace li {
    padding-left: 25px;
    position: relative;
}

.exthxSpace span {
    color: #000000;
    animation: fadeText 0.8s ease forwards 0.8s;
    transform: translateY(15px);
    font-family: Arial, sans-serif;
    font-size: calc(13px * 1.05);
    display: block;
    opacity: 0;
    line-height: 1.7;
}

.exreceive_updates::before {
    left: -5%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.15) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 0%, transparent 30%);
    height: 120%;
    z-index: -1;
    content: "";
    animation: subtleShift 20s infinite alternate ease-in-out;
    position: absolute;
    transform: rotate(-3deg) translateZ(0);
    top: -10%;
    width: 120%;
}

.exreceive_updates h4 {
    position: relative;
    font-weight: 600;
    margin: 0;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    line-height: 1.4;
    color: #ffffff;
    transform: translateZ(10px);
    font-size: calc(19px * 1.1);
    transition: transform 0.5s ease-out;
    font-family: Arial, sans-serif;
}

.exreceive_updates h4 {
    margin-bottom: 1.5rem;
}

.exreceive_updates .input_holder span {
    position: relative;
    animation: slideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    opacity: 0;
    flex: 1;
    min-width: 200px;
}

.exreceive_updates .input_holder span {
    flex: 1 0 100%;
}

.exreceive_updates input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255,255,255,0.7);
}

.exreceive_updates input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.5;
}

.exreceive_updates .exsub_typography {
    border: none;
    color: rgb(172,186,217);
    padding: 1rem 1.8rem;
    font-family: Arial, sans-serif;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.1);
    position: relative;
    cursor: pointer;
    font-size: 14px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}

.exprogram_details .exknowledge_track::before {
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(90deg, 
                rgba(0, 0, 0, 0.6) 70%,
                transparent 100%);
    z-index: 5;
    top: 0;
    width: 100%;
    left: 0;
}

.exprogram_details .exprogram_guide img {
    height: 100%;
    width: 100%;
    transition: transform 0.5s ease-in-out;
    object-fit: cover;
}

.exprogram_details .exskill_training {
    padding: 0;
    margin-right: 5%;
    position: relative;
    width: 55%;
}

.exprogram_details .exskill_tool:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.exprogram_details .exskill_tool::after {
    height: 100%;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(to bottom,
                rgb(172,186,217) 0%,
                rgb(133,151,183) 100%);
    top: 0;
    width: 5px;
}

.exprogram_details .exskill_tool p {
    color: #000000;
    font-size: 13px;
    line-height: 1.8;
    padding-left: 1.5rem;
    margin-bottom: 2rem;
}

.exprogram_details .exskill_tool .exsupport_grid:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(rgb(172,186,217), 0.3);
}

.exprogram_details .exskill_tool .exsupport_grid:hover::before {
    left: 0;
}

.exprogram_details .exskill_tool .exsupport_grid:active {
    box-shadow: 0 2px 5px rgba(rgb(172,186,217), 0.2);
    transform: translateY(0);
}

.exabout_this::after {
    pointer-events: none;
    height: 100%;
    position: absolute;
    opacity: 0.4;
    background: 
        radial-gradient(circle at 20% 30%, rgb(133,151,183,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(133,151,183,0.5) 0%, transparent 25%);
    width: 100%;
    z-index: 2;
    left: 0;
    content: "";
    top: 0;
}

.exabout_this .container {
    position: relative;
    max-width: 1200px;
    z-index: 5;
    margin: 0 auto;
    padding: 0 20px;
}

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

.exabout_this .extext_element h6::after {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(133,151,183), transparent);
    bottom: -10px;
    left: 0;
    height: 2px;
    width: 70%;
}

.excookies_terms {
    flex-wrap: nowrap;
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.exprivacySettingsBanner h5 {
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgb(172,186,217);
    font-weight: 700;
    font-size: 19px;
}

.cookie_button.exprivacy_notify {
    background: rgb(172,186,217);
}

.excookies_tracking:hover {
    border: 2px solid #ffffff;
}


.excore-container .exprivacySettingsBanner {
    border: none;
    padding: 30px 0;
    background: rgb(133,151,183);
}

.excore-container .excookie_preference h5, .excore-container .excookie_preference p {
    color: #ffffff;
}

.exprospective_students::before {
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, 
                rgb(172,186,217,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(133,151,183,0.5) 100%);
    width: 100%;
    z-index: 1;
    opacity: 0.1;
}

.exprospective_students div > div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.exprospective_students p::after {
    transition: opacity 0.3s ease;
    z-index: -1;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0;
    content: "";
    background: linear-gradient(90deg, 
                rgb(172,186,217,0.5) 0%, 
                transparent 30%);
    left: 0;
}

.exprospective_students p svg {
    margin-right: 20px;
    transition: all 0.3s ease;
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.exprospective_students p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(133,151,183,0.5) 0%, 
                transparent 30%);
}

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

.exoperation_process {
    background: linear-gradient(110deg, rgb(217,224,240) 0%, rgb(133,151,183,0.5) 120%);
    overflow: visible;
    padding: 150px 0;
    position: relative;
}

.exoperation_process .extext_element {
    position: relative;
    width: 100%;
    flex-direction: column;
    display: flex;
}

.exoperation_process .extext_element p {
    width: 65%;
    transform: translateX(50px);
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 23px;
    position: relative;
    z-index: 2;
    font-size: 18px;
    padding: 40px 50px;
    backdrop-filter: blur(15px);
    margin-top: -15px;
    color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    align-self: flex-end;
}

.exoperation_process .extext_element p::before {
    background: linear-gradient(90deg, transparent, rgb(172,186,217,0.5), transparent);
    height: 1px;
    position: absolute;
    opacity: 0.6;
    left: 7.5%;
    width: 85%;
    top: 20px;
    content: '';
}

.exoperation_process .exskill_training::before {
    content: '';
    border-radius: 50%;
    top: -75px;
    position: absolute;
    border: 3px solid rgb(133,151,183,0.5);
    opacity: 0.2;
    height: 150px;
    width: 150px;
    right: 15%;
    animation: pulse-ring 10s infinite ease-in-out;
}

.exoperation_process .extext_element h2 span::after {
    width: 100%;
    content: '';
    bottom: 2px;
    height: 4px;
    left: 0;
    opacity: 0.3;
    z-index: -1;
    position: absolute;
    background: rgb(172,186,217);
}

.exlocation_details::after {
    bottom: -10rem;
    background: radial-gradient(circle, rgb(133,151,183,0.5) 0%, transparent 70%);
    height: 20rem;
    left: -5rem;
    filter: blur(30px);
    width: 20rem;
    content: "";
    position: absolute;
    z-index: 0;
}

.exlocation_details h3 {
    font-weight: 700;
    display: inline-block;
    color: rgb(172,186,217);
    position: relative;
    margin-bottom: 2rem;
    font-size: 36px;
}

.exlocation_details h3::after {
    height: 4px;
    position: absolute;
    content: "";
    transition: width 0.3s ease-out;
    width: 60%;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(172,186,217) 0%, rgb(133,151,183) 100%);
    bottom: -10px;
    left: 0;
}

.exlocation_details div > p:hover {
    border-left: 3px solid rgb(133,151,183);
    transform: translateX(5px);
    background-image: linear-gradient(
        to bottom,
        rgba(rgb(133,151,183,0.5), 0.05),
        transparent
    );
}

.exlocation_details svg {
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

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

.exlocation_details .exfeedback_form:hover svg {
    transform: scale(1.1) rotate(5deg);
}

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

.exlocation_details .exfeedback_form svg {
    margin-left: 0.5rem;
}

.exget_in_touch {
    position: relative;
    background: rgb(217,224,240);
    overflow: hidden;
    padding: 120px 0;
}

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

.exget_in_touch .exsupport_links {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.exget_in_touch .eximg_embed {
    box-shadow: -15px 15px 0 rgb(172,186,217,0.5);
    overflow: hidden;
    border-radius: 13px;
    order: 2;
    position: relative;
    min-height: 500px;
}

.exget_in_touch form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(172,186,217,0.5);
    background: #ffffff;
    outline: none;
}

.exget_in_touch .exinquiry_links {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.exget_in_touch .exinquiry_links label {
    color: #000000;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
    font-size: 16px;
}

.exget_in_touch .exinquiry_links label a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(172,186,217);
    text-decoration: none;
}

.exget_in_touch form .exsupport_grid {
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    background: #000000;
    padding: 18px 40px;
    border: none;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

.exoffer_deck .expayment_option {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.exoffer_deck .extraining_sub {
    display: grid;
    gap: 30px;
    width: 100%;
    perspective: 1000px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    padding: 0;
}

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

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

.exoffer_deck .excost_summary {
    text-decoration: none;
    position: relative;
    backdrop-filter: blur(10px);
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    border: 1px solid rgba(255,255,255,0.15);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    display: block;
    overflow: hidden;
}

.exoffer_deck .expay_options p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 25px;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: calc(15px - 2px);
    flex-grow: 1;
}

.exwelcome_section {
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    padding: 4rem 1.5rem;
    justify-content: center;
}

.exwelcome_section {
    padding: 6rem 3rem;
}

.exwelcome_section::after {
    clip-path: polygon(0 0, 100% 0, 100% 25%, 0 60%);
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    background: rgb(172,186,217,0.5);
    content: "";
    opacity: 0.35;
    right: 0;
}

.exwelcome_section > div > div:first-child::before {
    transform: scaleY(0);
    transform-origin: top;
    content: "";
    background: rgb(133,151,183);
    animation: verticalGrow 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards 0.3s;
    position: absolute;
    height: 100%;
    width: 6px;
    left: 0;
    top: 0;
}

.exwelcome_section .exknowledge_center::before {
    top: -10px;
    left: -10px;
    border-top: 2px solid rgb(133,151,183);
    position: absolute;
    border-left: 2px solid rgb(133,151,183);
    height: 30px;
    animation: fadeIn 0.8s ease forwards 1.6s;
    width: 30px;
    content: "";
    opacity: 0;
}

.exwelcome_section .exknowledge_center h3 {
    margin: 0;
    color: #ffffff;
    line-height: 1.4;
    font-weight: 600;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
}

.exwelcome_section .exstart_lead p {
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    opacity: 0;
    animation: fadeIn 1s ease forwards 2s;
    font-size: clamp(1rem, 2vw, 1.2rem);
}

header .exsite_top::before {
    width: 200%;
    position: absolute;
    content: "";
    height: 200%;
    top: -50%;
    left: -50%;
    background-size: 15px 15px;
    animation: backgroundShift 20s linear infinite;
    opacity: 0.3;
    z-index: -1;
    background: radial-gradient(circle, rgb(133,151,183,0.5) 1%, transparent 10%);
}

header .exsite_top .exnav_info .exsite_nav {
    position: relative;
    transition: all 0.5s ease;
    transform: perspective(800px) rotateY(0deg);
    display: block;
}

header .exsite_top .exnav_info svg {
    width: 120px;
    filter: drop-shadow(0 0 5px rgb(133,151,183,0.5));
    height: auto;
}

header .exsite_top .exnav_header {
    transition: transform 0.3s ease;
    margin: 0 0.5rem;
    transform-style: preserve-3d;
    transform: translateZ(0);
    position: relative;
}

header .exsite_top .exnav_header a::before {
    background: rgb(172,186,217,0.5);
    z-index: -1;
    border-radius: 10px;
    width: 100%;
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease, transform 0.3s ease;
    content: "";
    height: 100%;
    transform: scale(0.9);
    opacity: 0;
    top: 0;
}

.exprivacy_parapet::before {
    height: 100%;
    background: radial-gradient(circle at 15% 85%, rgb(172,186,217,0.5) 0%, transparent 25%);
    z-index: 0;
    opacity: 0.05;
    content: "";
    position: absolute;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.exprivacy_parapet .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.exprivacy_parapet h1::after {
    transition: width 0.4s ease;
    height: 4px;
    bottom: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(172,186,217), rgb(172,186,217,0.5));
    left: 0;
    width: 6rem;
    position: absolute;
    content: "";
}

.exprivacy_parapet h3 {
    padding-left: 0.8rem;
    font-weight: 600;
    border-left: 1px solid rgb(172,186,217,0.5);
    color: #000000;
    font-size: calc(22px + 0.1rem);
    margin: 2.5rem 0 1rem;
}

.exprivacy_parapet strong {
    position: relative;
    color: #000000;
    font-weight: 600;
}

.exprivacy_parapet ul {
    list-style-type: none;
    margin: 1.5rem 0 2rem 1.5rem;
}

.exprivacy_parapet li::before {
    width: 8px;
    position: absolute;
    top: 0.7rem;
    left: 0;
    content: "";
    opacity: 0.8;
    border: 1px solid rgb(172,186,217);
    height: 8px;
    transform: rotate(45deg);
    transition: all 0.3s ease;
}


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



@media (max-width: 767px) {.exstart_now {
    background: linear-gradient(175deg, rgb(172,186,217,0.5) 60%, rgb(217,224,240) 60%);
    padding: 90px 0;
}.exstart_now .exskill_training {
    flex-direction: column;
    gap: 60px;
}.exstart_now .container p {
    width: 100%;
    font-size: 21px;
}.exstart_now .exsupport_grid {
    width: 160px;
    align-self: flex-end;
    height: 160px;
    margin-right: 20px;
}
}



@media (max-width: 768px) {.exreferral_prog {
    padding: 50px 0;
}.exreferral_prog .exhead_page {
    flex: 0 0 100%;
}
}



@media (min-width: 992px) {.exmentorship_experience {
    padding: 150px 0;
}.exmentorship_experience .exstudent_feedback {
    gap: 30px 60px;
    padding: 60px;
    transform: perspective(1500px) rotateY(3deg);
}.exmentorship_experience .eximg_embed {
    height: 240px;
    width: 240px;
}.exmentorship_experience .name {
    font-size: calc(19px * 1.2);
}.exmentorship_experience .exstudent_feedback > div:nth-child(2) > div {
    font-size: 17px;
}.exmentorship_experience .exjob_view {
    line-height: 1.9;
    font-size: calc(17px * 1.05);
    padding: 30px 25px;
}
}



@media (max-width: 767px) {.exthxSpace {
    padding: 70px 0 50px;
}.exthxSpace h2 {
    line-height: 1.4;
    margin-bottom: 30px;
    font-size: calc(38px * 0.8);
}.exthxSpace .exskill_training {
    padding: 35px 25px;
}.exthxSpace span {
    font-size: 13px;
    line-height: 1.6;
}.exthxSpace h2::after {
    height: 2px;
    width: 60px;
}
}



@media (min-width: 768px) {.exreceive_updates {
    padding: 5rem 3rem;
}.exreceive_updates .exskill_training {
    align-items: center;
    gap: 3rem;
    flex-direction: row;
}.exreceive_updates .exskill_training > div {
    width: 40%;
}.exreceive_updates .input_holder {
    width: 60%;
}.exreceive_updates h4 {
    font-size: calc(19px * 1.2);
}.exreceive_updates h4::before {
    width: 0.4rem;
    left: -2rem;
}
}



@media (max-width: 991px) {.exprogram_details {
    display: flex;
    min-height: auto;
    flex-direction: column;
}.exprogram_details .exknowledge_track {
    height: 400px;
    width: 100%;
}.exprogram_details .exknowledge_track::before {
    background: linear-gradient(to bottom, 
                    rgba(0, 0, 0, 0.6) 0%,
                    transparent 100%);
}.exprogram_details .container {
    position: relative;
    padding: 3rem 1rem;
}.exprogram_details .exskill_training {
    width: 100%;
    margin-right: 0;
}.exprogram_details .exskill_tool {
    max-width: 100%;
}
}



@media (max-width: 767px) {.exabout_this {
    padding: 80px 0;
}.exabout_this h4 {
    margin-bottom: 40px;
    font-size: calc(32px * 1.1);
}.exabout_this .extext_element {
    padding: 30px;
}.exabout_this .extext_element h6 {
    font-size: 19px;
    margin-bottom: 20px;
}.exabout_this .extext_element::before,
    .exabout_this .extext_element::after {
    width: 40px;
    height: 40px;
}}



@media (max-width: 768px) {.exprospective_students {
    padding: 70px 0;
}.exprospective_students h4 {
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.exprospective_students h4::after {
    width: 60px;
}.exprospective_students div > div {
    gap: 15px;
}.exprospective_students p {
    padding: 18px 20px;
}
}



@media screen and (max-width: 992px) {.exoperation_process {
    padding: 120px 0;
}.exoperation_process .extext_element h2 {
    transform: translateX(-20px);
    width: 60%;
    padding: 30px 40px;
}.exoperation_process .extext_element p {
    padding: 35px 40px;
    width: 75%;
    transform: translateX(20px);
}.exoperation_process .extext_element h2::before {
    height: 100px;
    top: -50px;
    width: 100px;
    left: -60px;
}.exoperation_process .extext_element h2::after {
    bottom: -15px;
    width: 30px;
    height: 30px;
}.exoperation_process::after {
    bottom: -75px;
    width: 150px;
    height: 150px;
}.exoperation_process .exskill_training::before {
    width: 120px;
    top: -60px;
    height: 120px;
}.exoperation_process .exskill_training::after {
    height: 60px;
    width: 60px;
    right: -30px;
}
}



@media (max-width: 767px) {.exlocation_details {
    padding: 4rem 0;
}.exlocation_details .exwrite_feedback {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2rem;
}.exlocation_details h3 {
    font-size: calc(36px * 0.9);
}.exlocation_details .exfeedback_form {
    font-size: 0.9rem;
}
}



@media (prefers-reduced-motion) {.exlocation_details .exwrite_feedback,
    .exlocation_details h3::after,
    .exlocation_details div > p,
    .exlocation_details .exmsg_page li,
    .exlocation_details .exfeedback_form,
    .exlocation_details svg {
    transform: none !important;
    transition: none !important;
}}



@media screen and (max-width: 576px) {.exget_in_touch {
    padding: 50px 0;
}.exget_in_touch h2 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.exget_in_touch .eximg_embed {
    box-shadow: -8px 8px 0 rgb(172,186,217,0.5);
    min-height: 250px;
}.exget_in_touch form {
    padding: 30px 20px;
}.exget_in_touch form h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.exget_in_touch form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.exget_in_touch form .exsupport_grid {
    width: 100%;
    padding: 15px 20px;
}}



@media (max-width: 767px) {.exwelcome_section {
    padding-top: 6rem;
    align-items: flex-start;
}.exwelcome_section::after {
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 60%);
}
}



@media (max-width: 992px) {header .exsite_top {
    width: 100vw;
    flex-direction: column;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    padding: 1rem;
}header .exsite_top .exnav_info {
    margin-bottom: 1.5rem;
}header .exsite_top .exhead_page {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
}header .exsite_top .exhead_page::before {
    bottom: -10px;
    top: auto;
}header .exsite_top .exnav_header {
    margin: 0.25rem 0.5rem;
}
}



@media (max-width: 768px) {.exprivacy_parapet {
    padding: 4rem 1rem;
}.exprivacy_parapet .container {
    border-left-width: 2px;
    padding: 2rem 1.5rem;
    transform: none;
}.exprivacy_parapet::before,
    .exprivacy_parapet::after {
    opacity: 0.02;
}.exprivacy_parapet h1 {
    font-size: calc(38px - 0.4rem);
    margin-bottom: 2rem;
}.exprivacy_parapet h2 {
    margin: 2.5rem 0 1rem;
    font-size: calc(36px - 0.3rem);
}.exprivacy_parapet h3, 
    .exprivacy_parapet h4 {
    font-size: calc(22px - 0.1rem);
}.exprivacy_parapet p, 
    .exprivacy_parapet li, 
    .exprivacy_parapet span {
    font-size: calc(12px - 0.05rem);
    line-height: 1.6;
}.exprivacy_parapet ul {
    margin-left: 0.5rem;
}.exprivacy_parapet p:hover {
    transform: translateX(3px);
}
}



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



@keyframes lineGrow {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}



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


    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }



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



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



@keyframes horizontalGrow {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}



@keyframes backgroundShift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(50%, 50%);
  }
}

