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

html,body {
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}

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

.uiinfo_hub .uiwrite_page::before {
    position: absolute;
    content: '';
    top: 0;
    z-index: -1;
    left: 0;
    background: 
        repeating-conic-gradient(
            from 0deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.01) 10deg 20deg
        ),
        repeating-conic-gradient(
            from 5deg,
            transparent 0deg 10deg,
            rgba(0, 0, 0, 0.02) 10deg 20deg
        );
    width: 100%;
    opacity: 0.3;
    height: 100%;
}

.uiinfo_hub .uijoin_us {
    background: rgb(226,234,237);
    border-radius: 0;
    font-size: 18px;
    clip-path: polygon(
        0 0, 98% 0, 100% 15px,
        100% 100%, 2% 100%, 0 calc(100% - 15px)
    );
    color: #000000;
    margin-bottom: 50px;
    position: relative;
    line-height: 1.8;
    padding: 25px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.uiinfo_hub .uihelp_desk span::after {
    opacity: 0;
    height: 200%;
    top: -50%;
    content: '';
    transition: opacity 0.5s ease;
    left: -50%;
    z-index: -2;
    width: 200%;
    transform: scale(0.5);
    background: radial-gradient(
        circle at center,
        rgb(187,200,207,0.5) 0%,
        transparent 70%
    );
    position: absolute;
}

.uiinfo_hub .uihelp_desk span svg {
    stroke-width: 1;
    width: 20px;
    flex-shrink: 0;
    margin-right: 8px;
    height: 20px;
    stroke: rgb(187,200,207);
    transition: transform 0.3s ease, fill 0.3s ease;
    fill: rgb(187,200,207);
}

.uiinfo_hub .uihelp_desk span span::before,
.uiinfo_hub .uihelp_desk span span::after {
    display: none;
}

.uiinfo_hub .uimessage_request {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
    padding: 35px;
    position: relative;
    grid-column: 1 / -1;
    background: rgb(226,234,237);
    overflow: hidden;
}

.uiinfo_hub .uimessage_request h4 {
    font-size: 22px;
    position: relative;
    margin-bottom: 25px;
    color: rgb(187,200,207);
    padding-left: 15px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
}

.uiinfo_hub .uimessage_request span::before {
    width: 3px;
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.3s ease;
    background: rgb(150,168,177);
    left: 0;
}

.uiinfo_hub .uimessage_request span:hover svg {
    transform: scale(1.1);
    fill: rgb(187,200,207);
    opacity: 1;
}

.uisecure_nest {
    padding: 60px 40px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(187,200,207,0.5) 0%, rgb(150,168,177,0.5) 100%);
    position: relative;
}

.uisecure_nest ul li:before, .uisecure_nest ol li:before {
    left: 0;
    width: 12px;
    content: '';
    background-color: #ffffff;
    border-radius: 50%;
    top: 0.6em;
    position: absolute;
    height: 12px;
}

.uiacademic_experience {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,234,237) 0%, rgba(245, 248, 250, 0.9) 100%);
    position: relative;
}

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

.uiacademic_experience .uithumbnail {
    transform: rotate(-2deg) translateZ(0);
    height: 200px;
    width: 200px;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
}

.uiacademic_experience .uilearner_insights > div:nth-child(2) {
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.uiacademic_experience .uicareer_expertise::before {
    z-index: -1;
    position: absolute;
    content: "";
    font-family: serif;
    top: -2rem;
    color: rgb(187,200,207,0.5);
    left: -1rem;
    font-size: 6rem;
    opacity: 0.15;
}

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

.uinewsletter .uiour_journey:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.uinewsletter .input_holder {
    display: flex;
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    opacity: 0;
    transform: translateY(10px);
    flex-direction: column;
    gap: 1rem;
}

.uinewsletter .uinews_signup {
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    color: #000000;
    font-size: 14px;
    padding: 1.2rem 1.5rem;
    width: 100%;
    border: none;
    font-family: Arial, sans-serif;
}

.uinewsletter .uisupport_feedback:hover::before {
    transform: translateX(0);
}

.uioffer_package {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(226,234,237) 0%, rgb(187,200,207,0.5) 100%);
    position: relative;
    padding: 100px 0;
}

.uioffer_package .uilearning_rates {
    flex-direction: column-reverse;
    position: relative;
    display: flex;
    gap: 60px;
}

.uioffer_package .uicost_matrix h2 {
    font-weight: 700;
    background-clip: text !important;
    font-size: 29px;
    letter-spacing: -0.02em;
    color: transparent;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(187,200,207), rgb(150,168,177));
    transform: translateZ(0);
    -webkit-background-clip: text !important;
    line-height: 1.3;
}

.uioffer_package .uitrial_pricing::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(187,200,207), rgb(150,168,177));
    width: 100%;
    transform: scaleX(0.8);
    transition: transform 0.4s ease-out;
    height: 5px;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.uioffer_package .uidiscount_grid::after {
    content: "";
    transform-origin: left;
    background: rgb(187,200,207);
    transform: scaleX(0.5);
    width: 50px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: absolute;
    height: 3px;
    bottom: -5px;
    left: 0;
}

.uioffer_package .uipackage_price:hover .uithumbnail {
    transform: scale(1.05);
}



.uiwho_we_are::after {
    position: absolute;
    opacity: 0.15;
    content: "";
    background: linear-gradient(90deg, rgb(187,200,207,0.5) 0%, transparent 20%, transparent 80%, rgb(150,168,177,0.5) 100%);
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
}



.uiwho_we_are h3::after {
    content: "";
    background: linear-gradient(90deg, rgb(187,200,207) 0%, rgb(187,200,207,0.5) 50%, transparent 100%);
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.uiwho_we_are .uiedu_leadership:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
    transform: translateY(-8px) scale(1.01);
}

.uiwho_we_are .uiedu_leadership span::before {
    left: 0;
    top: 50%;
    position: absolute;
    background: linear-gradient(90deg, rgb(187,200,207), rgb(150,168,177));
    width: 30px;
    content: "";
    height: 2px;
    transform: translateY(-50%);
}

.uiwho_we_are .uiedu_leadership .uithumbnail {
    border-radius: calc(28px - 5px);
    grid-row: 1 / 4;
    grid-column: 2 / 3;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    height: 100%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    overflow: hidden;
    min-height: 350px;
}

.uiwho_we_are .uilearn_experts::before {
    animation: patternRotate 60s linear infinite reverse;
    width: 200%;
    left: -50%;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    position: absolute;
    top: -50%;
    height: 200%;
    z-index: -1;
    transform-origin: center;
    opacity: 0.1;
}



.uiwho_we_are .uilearn_experts .uisuccess_metric {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    border-radius: calc(28px - 5px);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
    height: 430px;
}

.uiwho_we_are .container::after {
    right: -80px;
    height: 200px;
    width: 200px;
    animation: floatBlob 18s ease-in-out 2s infinite alternate-reverse;
    background: rgb(150,168,177);
    bottom: -100px;
}

.uicookiePolicyContainer {
    bottom: 0;
    width: 100%;
    position: fixed;
    background: rgb(226,234,237);
    z-index: 90;
    border-top: 2px solid rgb(187,200,207);
}

#uiuserPrivacyWindow:checked ~ .uicookiePolicyContainer {
    visibility: hidden;
    opacity: 0;
}



.uicontainer-wrap .uicookiePolicyContainer {
    box-shadow: rgb(150,168,177,0.5) 0px 0px 40px 39px;
    background: rgb(150,168,177);
    border: none;
    padding: 40px 0;
}

.uicontact_panel {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(145deg, rgb(226,234,237) 0%, rgba(9, 19, 32, 0.9) 100%);
}

.uicontact_panel h2 {
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    font-size: 31px;
    text-align: center;
    color: #ffffff;
}

.uicontact_panel .uifeedback_query::before {
    width: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom right, rgb(187,200,207,0.5), transparent);
    opacity: 0.03;
    content: "";
}

.uicontact_panel .uiquery_list::after {
    bottom: 20px;
    height: 50px;
    opacity: 0.7;
    left: 20px;
    border-bottom: 2px solid rgb(187,200,207,0.5);
    position: absolute;
    border-left: 2px solid rgb(187,200,207,0.5);
    content: "";
    width: 50px;
}

.uicontact_panel form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

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

.uicontact_panel .uirequest_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(187,200,207);
    border-color: rgb(187,200,207);
}

.uicontact_panel .uirequest_inquiry label a {
    color: rgb(187,200,207);
    text-decoration: none;
    transition: all 0.3s ease;
}

.uicontact_panel form .uisupport_feedback::before {
    z-index: -1;
    content: "";
    position: absolute;
    transition: all 0.4s ease;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, rgb(150,168,177), rgb(187,200,207));
    left: -100%;
    width: 100%;
}

footer .uigrant_info::after {
    left: 0;
    background: linear-gradient(90deg, 
        rgb(187,200,207) 0%, 
        rgb(150,168,177) 50%, 
        rgb(187,200,207) 100%);
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
    animation: glowBorder 3s infinite linear;
    height: 3px;
}

footer .info_item {
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    min-width: 200px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    flex: 1;
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.03);
}

footer .text_main_holder {
    display: grid;
    margin-bottom: 40px;
    gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
}

footer .uinav_prime h5 {
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 5px;
    font-size: 19px;
    position: relative;
    color: #ffffff;
}

footer .uiheader_wrap a::before {
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 50%;
    left: 0;
    width: 6px;
    content: '';
    position: absolute;
    transform: translateY(-50%);
    background: rgb(150,168,177);
    opacity: 0.7;
    height: 6px;
}

footer .input_holder {
    flex-direction: column;
    position: relative;
    gap: 15px;
    display: flex;
}

footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

footer .uisub_alerts::before {
    transition: 0.6s;
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent);
    height: 100%;
    top: 0;
    content: '';
    left: -100%;
    position: absolute;
}

.uiwelcome_board {
    background: linear-gradient(135deg, rgb(226,234,237) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 3rem 0;
}

.uiwelcome_board .uiour_journey {
    margin: 0 auto;
    flex-direction: column;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    display: flex;
}

.uiwelcome_board h1 {
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: slideIn 0.8s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    position: relative;
    font-size: calc(38px * 1.1);
    transform: translateX(-30px);
    font-weight: 700;
    color: #000000;
}

.uiwelcome_board .uiquick_edu p {
    margin: 0;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    max-width: 90%;
}

.uiwelcome_board svg text {
    font-family: Arial, sans-serif;
    transform-origin: center;
    animation: fadeIn 1s ease-out forwards;
}

.uiwelcome_board .uisupport_feedback:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.uiwelcome_board .uithumbnail {
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: 300px;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 11px;
    order: 1;
}

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

header .uinav_master {
    position: relative;
    margin-bottom: 0.5rem;
    text-decoration: none;
    justify-content: center;
    display: flex;
    padding: 0.5rem 1rem;
}

header .uinav_prime {
    justify-content: center;
    padding: 0.6rem;
    width: 100%;
    display: flex;
    background: rgb(226,234,237);
    flex-wrap: wrap;
    border-radius: 10px;
    gap: 0.4rem;
}

header .uipage_header:hover {
    color: #ffffff;
}

header .uipage_header:hover::before {
    opacity: 1;
}

header .uipage_header:hover::after {
    transform: scaleX(1);
}

.uigratitudeWeb::after {
    bottom: -30px;
    opacity: 0.3;
    width: 250px;
    left: -30px;
    filter: blur(60px);
    z-index: 1;
    animation: float 18s ease-in-out infinite reverse;
    background: linear-gradient(225deg, rgb(187,200,207,0.5) 0%, rgb(150,168,177,0.5) 80%);
    position: absolute;
    height: 250px;
    content: "";
}

.uigratitudeWeb .uiour_journey::before {
    transform: scaleY(0);
    width: 6px;
    animation: expandHeight 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    transform-origin: top center;
    background: linear-gradient(to bottom, rgb(150,168,177), rgb(187,200,207));
    top: 0;
    left: 0;
    height: 100%;
    content: "";
    position: absolute;
}

.uicourse_program_details::before {
    content: "";
    opacity: 0.25;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    background: 
        linear-gradient(135deg, rgb(187,200,207,0.5) 0%, transparent 70%),
        linear-gradient(225deg, rgb(150,168,177,0.5) 0%, transparent 70%);
}

.uicourse_program_details .uithumbnail:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.2);
}

.uicourse_program_details .uithumbnail::after {
    content: "";
    background: 
        repeating-linear-gradient(
            -45deg, 
            transparent, 
            transparent 20px, 
            rgb(187,200,207,0.5) 20px, 
            rgb(187,200,207,0.5) 21px
        );
    position: absolute;
    opacity: 0.05;
    inset: 0;
    z-index: 1;
}

.uicourse_program_details .uinav_guide:hover {
    transform: translateY(-3px) rotate(5deg);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.uicourse_program_details .uinav_guide svg {
    width: 80px;
    height: auto;
    transition: transform 0.3s ease;
}

.uicourse_program_details .uinav_guide svg path {
    transition: fill 0.3s ease;
    fill: rgb(187,200,207);
}

.uicourse_program_details .uieducation_route p {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1.8;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
}



@media (max-width: 480px) {.uiinfo_hub {
    padding: 40px 0;
}.uiinfo_hub .container {
    padding: 0 15px;
}.uiinfo_hub .uiwrite_page {
    clip-path: polygon(
            0 1%, 1% 0, 99% 0, 100% 1%,
            100% 99%, 99% 100%, 1% 100%, 0 99%
        );
    padding: 25px 20px;
}.uiinfo_hub h3 {
    font-size: calc(33px - 0.4rem);
    margin-bottom: 25px;
}.uiinfo_hub .uijoin_us {
    padding: 15px;
    margin-bottom: 30px;
}.uiinfo_hub .uihelp_desk span {
    padding: 20px;
}.uiinfo_hub .uimessage_request {
    margin-top: 25px;
    padding: 20px;
}.uiinfo_hub .uihelp_desk span svg,
    .uiinfo_hub .uimessage_request span svg {
    margin-right: 5px;
    width: 16px;
    height: 16px;
}}



@media (max-width: 767px) {.uiacademic_experience {
    padding: 4rem 0;
}.uiacademic_experience .container {
    padding: 0 1rem;
}.uiacademic_experience .uilearner_insights {
    padding: 2rem;
}.uiacademic_experience .uithumbnail {
    width: 180px;
    height: 180px;
}}



@media (min-width: 1200px) {.uinewsletter {
    padding: 8rem 2rem;
}.uinewsletter h3 {
    font-size: calc(18px * 1.2);
}.uinewsletter .uiour_journey {
    transform: perspective(1200px) rotateY(3deg);
}.uinewsletter .uinews_signup {
    padding: 1.3rem 1.8rem;
}.uinewsletter .uisupport_feedback {
    padding: 1.3rem 2.5rem;
}
}



@media (min-width: 992px) {.uioffer_package .uilearning_rates {
    align-items: stretch;
    flex-direction: row;
    gap: 40px;
}.uioffer_package .uicost_matrix {
    justify-content: center;
    flex-direction: column;
    display: flex;
    width: 30%;
    padding: 50px 40px;
}.uioffer_package .uilearning_fees {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.uioffer_package .uiprogram_fees {
    padding: 30px;
}.uioffer_package .uiprogram_fees p {
    -webkit-line-clamp: 6;
}
}



@media screen and (max-width: 575px) {.uiwho_we_are {
    padding: 50px 0 30px;
}.uiwho_we_are::before {
    background-size: 10px 10px;
}.uiwho_we_are .uiour_journey {
    gap: 25px;
}.uiwho_we_are h3 {
    padding-left: 20px;
    font-size: calc(35px - 0.8rem);
    margin-bottom: 20px;
}.uiwho_we_are h3::before {
    width: 12px;
}.uiwho_we_are .uiedu_leadership,
    .uiwho_we_are .uilearn_experts {
    gap: 20px;
    padding: 20px;
}.uiwho_we_are .uiedu_leadership span {
    padding-left: 35px;
    font-size: calc(19px - 0.3rem);
}.uiwho_we_are .uiedu_leadership span::before {
    width: 25px;
}.uiwho_we_are .uiedu_leadership .uithumbnail {
    clip-path: polygon(5% 0, 100% 0, 100% 95%, 95% 100%, 0 100%, 0 5%);
    min-height: 250px;
}.uiwho_we_are .uilearn_experts .uisuccess_metric {
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);
    height: 280px;
}.uiwho_we_are .uiedu_leadership p,
    .uiwho_we_are .uilearn_experts p {
    font-size: calc(18px - 0.2rem);
    padding: 15px;
    line-height: 1.6;
}.uiwho_we_are .container::before,
    .uiwho_we_are .container::after,
    .uiwho_we_are .uiour_journey::before,
    .uiwho_we_are .uiour_journey::after {
    filter: blur(15px);
    opacity: 0.08;
}}



@media (max-width: 768px) {footer .uigrant_info {
    padding: 50px 0 30px;
}footer .text_main_holder {
    gap: 40px;
    grid-template-columns: 1fr;
}footer .subscribe_holder {
    grid-column: span 1;
}footer .uinav_prime {
    gap: 15px;
}footer .uiask_feedback {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    width: 100%;
    margin-bottom: 0;
}footer .input_holder {
    flex-direction: column;
}footer .uisub_alerts {
    width: 100%;
}
}



@media (max-width: 767px) {.uiwelcome_board h1 {
    font-size: calc(38px * 0.9);
}.uiwelcome_board .uiquick_edu p {
    font-size: calc(15px * 0.95);
}.uiwelcome_board svg {
    width: 70px;
    height: 70px;
}.uiwelcome_board .uisupport_feedback {
    width: 100%;
    text-align: center;
}}



@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .uiheader_lesson {
    gap: 0.7rem;
    padding: 0.7rem;
}header .uinav_master svg {
    width: 120px;
}header .uinav_prime {
    padding: 0.4rem;
    gap: 0.3rem;
}header .uipage_header {
    font-size: calc(17px - 2px);
    padding: 0.3rem 0.7rem;
}
}



@media (hover: hover) {.uigratitudeWeb .uiour_journey:hover {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
}.uigratitudeWeb .uiour_journey:hover::before {
    transition: background 0.5s ease;
    background: linear-gradient(to bottom, rgb(187,200,207), rgb(150,168,177));
}}



@media (max-width: 576px) {.uicourse_program_details {
    padding: 50px 0;
}.uicourse_program_details .uiour_journey {
    gap: 25px;
}.uicourse_program_details .uithumbnail {
    height: 250px;
}.uicourse_program_details .uieducation_route {
    padding: 20px;
}.uicourse_program_details .uinav_guide {
    padding: 8px;
    margin-bottom: 15px;
}.uicourse_program_details .uinav_guide svg {
    width: 50px;
}.uicourse_program_details .uieducation_route h3 {
    padding-bottom: 10px;
    margin-bottom: 12px;
    font-size: calc(36px * 0.8);
}
}

@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgb(187,200,207,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes glowBorder {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.3;
    }
}



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



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



@keyframes expandHeight {
    to {
        transform: scaleY(1);
    }
}



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

