﻿.cVDwrapper-template {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    box-shadow: 0 5px 15px rgb(160,184,208,0.5);
    padding: 1.5rem 0;
    position: relative;
    background: linear-gradient(to right, rgb(207,217,233), #ffffff);
}

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

.hjTheader_navbar {
    flex: 1 0 auto;
}

.eDbconnect_with_us::before {
    z-index: 1;
    top: 0;
    position: absolute;
    opacity: 0.4;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(160,184,208,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(112,151,180,0.5) 0%, transparent 70%);
    content: '';
    height: 100%;
    left: 0;
    width: 100%;
}

.eDbconnect_with_us .ODcimg_caption_box {
    top: 0;
    position: absolute;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    width: 45%;
    height: 100%;
    z-index: 2;
}

.eDbconnect_with_us .container {
    z-index: 3;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.eDbconnect_with_us h3 {
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 40px;
    text-shadow: 0 0 15px rgb(160,184,208,0.5);
    font-weight: 700;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 35px;
}

.eDbconnect_with_us .vIDsupport_list:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.eDbconnect_with_us .Hioreach_card {
    position: relative;
    overflow: hidden;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
    flex: 1;
}

.eDbconnect_with_us .Hioreach_card::after {
    width: 150px;
    background: radial-gradient(rgb(112,151,180,0.5), transparent 70%);
    content: '';
    left: -75px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    bottom: -75px;
    height: 150px;
}

.eDbconnect_with_us input[type="text"],
.eDbconnect_with_us textarea {
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    width: 100%;
    transition: all 0.3s ease;
    padding: 15px;
    font-family: Arial, sans-serif;
    background: rgba(255, 255, 255, 0.08);
    font-size: 13px;
}

.eDbconnect_with_us textarea {
    resize: none;
    height: 120px;
}

.eDbconnect_with_us .MPjhelp_request {
    align-items: flex-start;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}

.eDbconnect_with_us .MPjhelp_request label::before {
    background: rgba(255, 255, 255, 0.08);
    width: 20px;
    border-radius: 10px;
    top: 2px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    content: '';
    height: 20px;
    left: 0;
    transition: all 0.3s ease;
    position: absolute;
}

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

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

.eDbconnect_with_us .rXjinquiry_message:hover {
    box-shadow: 0 5px 15px rgb(160,184,208,0.5);
    transform: translateY(-2px);
}

.eDbconnect_with_us .gflfeedback_help {
    width: 40%;
    position: relative;
    padding: 40px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    overflow: hidden;
}

.eDbconnect_with_us .gflfeedback_help h4 {
    font-family: Arial, sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 19px;
    position: relative;
}

.eDbconnect_with_us .heGconnect_support {
    padding: 0;
    margin: 0;
    list-style: none;
}

.eDbconnect_with_us .heGconnect_support li {
    align-items: flex-start;
    margin-bottom: 25px;
    display: flex;
    position: relative;
    padding-left: 5px;
    transition: transform 0.3s ease;
}

.eDbconnect_with_us .heGconnect_support li:hover::before {
    opacity: 1;
    height: 6px;
    left: -3px;
    width: 6px;
}

.eDbconnect_with_us .heGconnect_support svg {
    margin-right: 15px;
    transition: transform 0.3s ease;
    width: 24px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 5px rgb(160,184,208,0.5));
    height: 24px;
    fill: rgb(160,184,208);
}

.eDbconnect_with_us .heGconnect_support li:hover svg path {
    fill: rgb(112,151,180);
}

.eDbconnect_with_us .heGconnect_support a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}

.YIXtariff_container {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(207,217,233), #ffffff);
}

.YIXtariff_container .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.YIXtariff_container .eiDprice_grid {
    display: grid;
    gap: 3rem;
    grid-template-columns: 1fr;
}

.YIXtariff_container .Jzfrate_options h2 {
    margin-bottom: 1.5rem;
    font-size: 30px;
    position: relative;
    display: inline-block;
    color: rgb(160,184,208);
    font-weight: 700;
}

.YIXtariff_container .Jzfrate_options h2::after {
    content: "";
    width: 60%;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(160,184,208), transparent);
    transform: translateX(-50%);
    height: 3px;
    bottom: -10px;
    position: absolute;
}

.YIXtariff_container .tjrlearning_cost {
    animation-delay: calc(0.1s * var(--i, 1));
    opacity: 0;
    display: block;
    animation: fadeInUp 0.8s forwards;
    will-change: transform, opacity;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    text-decoration: none;
}

.YIXtariff_container .OSrgroup_plans {
    transition: all 0.4s ease;
    background: #ffffff;
    height: 100%;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.YIXtariff_container .MeDpricing_offers::before {
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(160,184,208,0.5) 50%);
    width: 120px;
    z-index: -1;
    content: "";
    position: absolute;
    height: 120px;
    top: 0;
    opacity: 0;
    right: 0;
    transform: translate(30px, -30px);
}

.YIXtariff_container .tjrlearning_cost:hover h3 {
    color: rgb(160,184,208);
}

.YIXtariff_container .ZWYenroll_cost::before {
    bottom: -5px;
    left: 0;
    content: "";
    height: 3px;
    width: 40px;
    position: absolute;
    background: rgb(112,151,180);
    transition: width 0.3s ease;
}

.YIXtariff_container .tjrlearning_cost p {
    color: #000000;
    font-size: 17px;
    word-wrap: break-word;
    -ms-word-break: break-all;
    margin-bottom: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
}

.YIXtariff_container .tjrlearning_cost:hover .ODcimg_caption_box {
    transform: scale(1.05);
}

.ilbcookie_banner_dialog {
    background: rgb(207,217,233);
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    justify-content: center;
    z-index: 90;
    position: fixed;
    align-items: center;
    bottom: 0;
    border-top: 3px solid rgb(160,184,208);
    display: flex;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    padding: 1rem 0;
}

.gNzedu_accept {
    flex-shrink: 0;
    margin-right: 1rem;
    display: flex;
    align-items: center;
}

.CUndata_opt {
    min-width: 300px;
    margin-bottom: 20px;
    flex: 1;
}

.CUndata_opt p {
    color: #000000;
    font-size: 1rem;
}

.qRXcookie_review {
    border: none;
    background: rgb(160,184,208);
    cursor: pointer;
    border-radius: 10px;
    font-size: 1rem;
    color: #ffffff;
    display: inline-block;
    transition: background-color 0.3s ease, transform 0.3s ease;
    font-weight: 700;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
}

.ilbcookie_banner_dialog p a {
    text-decoration: underline;
    transition: color 0.3s ease;
    color: rgb(160,184,208);
}

.Ymxcourse_instructor::before {
    content: "";
    z-index: 0;
    position: absolute;
    animation: backgroundShift 30s linear infinite;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(160,184,208,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(112,151,180,0.5) 0, rgb(112,151,180,0.5) 1px, transparent 1px, transparent 15px);
    opacity: 0.1;
}

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

.Ymxcourse_instructor .DGTstudent_feedback:hover {
    transform: perspective(1200px) rotateY(2deg);
}

.Ymxcourse_instructor .ODcimg_caption_box {
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-row: 1 / span 2;
    height: 100%;
    grid-column: 1;
}

.Ymxcourse_instructor .ODcimg_caption_box::before {
    background: linear-gradient(135deg, rgb(160,184,208,0.5) 0%, transparent 100%);
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity 0.5s ease;
    mix-blend-mode: multiply;
    z-index: 2;
    content: "";
}

.Ymxcourse_instructor .DGTstudent_feedback:hover .name {
    transform: translateY(-5px);
}

.Ymxcourse_instructor .DGTstudent_feedback span:not(.name) {
    padding: 35px 50px 40px 70px;
    align-self: end;
    font-size: 12px;
    grid-row: 1;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    font-family: Arial, sans-serif;
    margin: 0;
    position: relative;
    transform: translateY(0);
    font-weight: 300;
    color: rgb(112,151,180);
    z-index: 2;
    grid-column: 2;
}

.Ymxcourse_instructor .DGTstudent_feedback:hover span:not(.name)::after {
    transform: scaleX(1);
}

.Ymxcourse_instructor .XDfexperiencep_wrap {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    grid-row: 2;
    padding: 0 50px 50px 70px;
    font-weight: 400;
    z-index: 2;
    margin: 0;
    grid-column: 2;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    position: relative;
}

.gHNthankYouBox::before {
    content: "";
    animation: movePattern 40s linear infinite;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 1;
    background-size: 60px 60px;
    opacity: 0.2;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(112,151,180,0.5) 49.5%, rgb(112,151,180,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(112,151,180,0.5) 49.5%, rgb(112,151,180,0.5) 50.5%, transparent 50.5%);
    left: 0;
}

.gHNthankYouBox h2::after {
    height: 3px;
    width: 80px;
    position: absolute;
    transform-origin: left;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    transform: scaleX(0);
    bottom: -16px;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(160,184,208), rgb(112,151,180));
}

.gHNthankYouBox .YDrstudy_learn::before {
    top: 20px;
    content: "";
    right: 20px;
    transform: translateZ(-5px);
    width: 100px;
    background: linear-gradient(135deg, rgb(112,151,180,0.5) 30%, transparent 70%);
    opacity: 0.15;
    height: 100px;
    border-radius: 50%;
    position: absolute;
}

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

.gHNthankYouBox li span {
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.8;
    color: #000000;
    font-size: 13px;
}

footer {
    position: relative;
    width: 100%;
}

footer .yelaffiliate_cta {
    background-color: #2c3e50;
    color: #ffffff;
    font-family: Arial, sans-serif;
    padding: 100px 0 30px;
    position: relative;
}

footer .rZUvr_labs {
    z-index: 1;
    position: relative;
}

footer .fbaedu_reach {
    display: grid;
    position: relative;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
}

footer .info_item {
    height: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0 20px;
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    align-items: center;
    overflow: hidden;
    background-color: #ffffff;
}

footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}

footer .info_item svg {
    margin-right: 15px;
    flex-shrink: 0;
    height: 22px;
    width: 22px;
    fill: rgb(160,184,208);
    z-index: 1;
    position: relative;
}

footer .info_item a:hover {
    color: rgb(160,184,208);
}

footer .oJDmain_guide, footer .subscribe_holder {
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    position: relative;
    border-radius: 15px;
    padding: 30px;
}

footer .oJDmain_guide svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
}

footer .jBKhead_tutor h5 {
    grid-column: 1 / -1;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
    font-size: 21px;
    color: #ffffff;
}

footer .Kktheader_train {
    height: 100%;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    padding: 20px;
}

footer .Kktheader_train a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 0;
    display: block;
    position: relative;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
}

footer .Kktheader_train a:hover {
    color: #ffffff;
    padding-left: 5px;
}

footer .subscribe_holder h5 {
    font-size: 21px;
    position: relative;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    padding-bottom: 10px;
}

footer .subscribe_holder p {
    font-size: 15px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}

footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    color: #ffffff;
    padding: 15px;
    transition: all 0.3s ease;
    font-size: 15px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

footer .FJLemail_container {
    cursor: pointer;
    padding: 15px;
    background-color: rgb(160,184,208);
    font-size: 15px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
}

footer .JHrpartner_logo {
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
}

.obkopening_page::before {
    filter: blur(60px);
    height: 40%;
    width: 40%;
    border-radius: 50%;
    top: -10%;
    right: -10%;
    z-index: 1;
    content: '';
    animation: float 15s infinite ease-in-out;
    position: absolute;
    opacity: 0.4;
    background: linear-gradient(45deg, rgb(160,184,208,0.5) 0%, rgb(112,151,180) 100%);
}

.obkopening_page .YDrstudy_learn {
    grid-template-columns: 1fr 1fr;
    display: grid;
    max-width: 1400px;
    position: relative;
    z-index: 2;
    width: 100%;
    gap: 2rem;
    padding: 2rem;
}

.obkopening_page .fIEtext_box_holder::before {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    opacity: 0.1;
    background: linear-gradient(to right, rgb(160,184,208,0.5) 0%, transparent 10%, transparent 90%, rgb(112,151,180,0.5) 100%);
    content: '';
}

.obkopening_page h1 {
    color: #000000;
    font-family: Arial, sans-serif;
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    font-size: 30px;
    margin-bottom: 1.5rem;
    opacity: 0;
    font-weight: 700;
    position: relative;
    transform: translateY(-20px);
}

.obkopening_page .PIWmain_entry {
    gap: 1.5rem;
    transform: translateY(-20px);
    display: flex;
    margin-bottom: 2rem;
    animation: fadeUp 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    opacity: 0;
    flex-direction: column;
}

.obkopening_page svg {
    height: 100px;
    animation: pulse 6s infinite ease-in-out;
    margin-bottom: 1rem;
    width: 100px;
    transform-origin: center;
}

.obkopening_page .PIWmain_entry p {
    font-family: Arial, sans-serif;
    margin: 0;
    max-width: 90%;
    font-size: 16px;
    position: relative;
    padding-left: 1rem;
    color: #000000;
    line-height: 1.6;
}

.obkopening_page ul {
    transform: translateY(-20px);
    animation: fadeUp 1s 0.8s forwards cubic-bezier(0.17, 0.67, 0.45, 1.02);
    margin: 0;
    opacity: 0;
    list-style: none;
    padding: 0;
}

.obkopening_page .rXjinquiry_message::before {
    width: 100%;
    transition: left 0.7s ease;
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    left: -100%;
    height: 100%;
    top: 0;
    content: '';
}

.obkopening_page .rXjinquiry_message:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15), 0 5px 10px rgba(0, 0, 0, 0.05);
}

.obkopening_page .rXjinquiry_message:hover::before {
    left: 100%;
}

.obkopening_page .ODcimg_caption_box::before {
    background: linear-gradient(135deg, rgba(94, 170, 168, 0.4) 0%, rgba(94, 170, 168, 0) 50%);
    height: 100%;
    z-index: 1;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
}

.obkopening_page .ODcimg_caption_box::after {
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
    z-index: 1;
    height: 30%;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
}

.yZNattempt_now::before {
    transform: rotate(-15deg);
    position: absolute;
    width: 200%;
    left: -50%;
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, rgb(160,184,208,0.5), transparent 60%);
    content: "";
    height: 200%;
    top: -50%;
}

.yZNattempt_now .container {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1140px;
    align-items: center;
    transform: perspective(1000px) rotateX(2deg);
}

.yZNattempt_now div div {
    display: flex;
    justify-content: center;
    transform: translateY(5px);
}

.yZNattempt_now div div span::before {
    position: absolute;
    opacity: 0.2;
    content: "";
    background: #ffffff;
    top: -10px;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 20px;
    left: -10px;
    height: 20px;
    transform: scale(0);
}

.yZNattempt_now .rXjinquiry_message::before {
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    opacity: 0;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(160,184,208,0.5), rgb(112,151,180,0.5));
}

.yZNattempt_now .rXjinquiry_message:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.yZNattempt_now .rXjinquiry_message:hover span {
    transform: translateX(5px);
}

.yZNattempt_now div div span:hover::before {
    transform: scale(20);
}

header .ULynav_learn {
    flex-direction: column;
    gap: 1.2rem;
    display: flex;
    align-items: center;
}

header .aWMhead_mentor::after {
    position: absolute;
    height: 2px;
    opacity: 0.7;
    width: 100%;
    content: '';
    left: 0;
    bottom: -5px;
    background: linear-gradient(to right, transparent, rgb(160,184,208), transparent);
}

header .aWMhead_mentor:hover svg {
    transform: scale(1.05);
}

header .PnDnav_skill {
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    text-decoration: none;
    border-radius: 10px;
    font-size: 18px;
    background: #ffffff;
    font-weight: 400;
}

.tbrprogram_structure {
    position: relative;
    overflow: hidden;
    background: rgb(207,217,233);
    padding: 5rem 0;
}

.tbrprogram_structure::before {
    background: linear-gradient(135deg, rgb(160,184,208,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    width: 100%;
}

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

.tbrprogram_structure .ODcimg_caption_box {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 300px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    width: 100%;
}

.tbrprogram_structure .ODcimg_caption_box::after {
    border: 2px solid rgb(112,151,180);
    position: absolute;
    transition: transform 0.4s ease-out, opacity 0.4s ease-out;
    opacity: 0.5;
    z-index: -1;
    width: calc(100% + 20px);
    bottom: -10px;
    transform: translate(10px, 10px);
    height: calc(100% + 20px);
    left: -10px;
    content: "";
}

.tbrprogram_structure .fIEtext_box_holder::before {
    height: 100px;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(112,151,180,0.5) 0%, transparent 70%);
    width: 100px;
    content: "";
    transform: translate(20px, -20px);
    top: 0;
    z-index: -1;
}

.tbrprogram_structure h3::after {
    width: 50px;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(112,151,180);
    position: absolute;
    animation: expandLine 0.6s 0.8s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    bottom: -8px;
    transform-origin: left;
    height: 3px;
    transform: scaleX(0);
    content: "";
    left: 0;
}

.tbrprogram_structure p.description {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.4s forwards cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Qrtprivacy_corner::before {
    position: absolute;
    content: '';
    height: 150px;
    width: 150px;
    opacity: 0.5;
    top: -10px;
    transform: rotate(45deg);
    right: -10px;
    background: radial-gradient(circle at center, rgb(160,184,208), transparent);
    z-index: 0;
}

.Qrtprivacy_corner h1, .Qrtprivacy_corner h2, .Qrtprivacy_corner h3, .Qrtprivacy_corner h4, .Qrtprivacy_corner h5, .Qrtprivacy_corner h6 {
    position: relative;
    color: rgb(160,184,208);
    text-transform: uppercase;
    z-index: 1;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}

.Qrtprivacy_corner h1 {
    font-size: 42px;
    border-bottom: 1px solid rgb(160,184,208);
    font-weight: 700;
    padding-bottom: 10px;
}

.Qrtprivacy_corner li {
    color: #ffffff;
    font-size: 17px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}

.Qrtprivacy_corner ol {
    counter-reset: item;
}

.Qrtprivacy_corner ol li {
    list-style-type: none;
}

.Qrtprivacy_corner ol li:before {
    content: counter(item);
    position: absolute;
    text-align: center;
    height: 20px;
    font-size: 14px;
    color: #000000;
    border-radius: 50%;
    left: 0;
    line-height: 20px;
    width: 20px;
    top: 0;
    counter-increment: item;
    background-color: rgb(112,151,180);
}

.pWdwho_we_are {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(207,217,233) 0%, rgba(0, 0, 0, 0.5) 100%);
}

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

.pWdwho_we_are .YDrstudy_learn {
    display: flex;
    position: relative;
    z-index: 2;
    gap: 50px;
    align-items: center;
}

.pWdwho_we_are .WTnguide_values {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transform: perspective(1000px) rotateY(5deg);
    flex: 0 0 350px;
    border-radius: 15px;
    padding: 30px;
    position: relative;
}

.pWdwho_we_are .ODcimg_caption_box {
    border-radius: 12px;
    width: 100%;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 25px;
    height: 280px;
}

.pWdwho_we_are .Oakskills_center {
    padding: 10px 0;
    text-align: center;
    position: relative;
}

.pWdwho_we_are .Tusstudy_hub {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 8px;
}

.pWdwho_we_are .fIEtext_box_holder {
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 0 15px 15px 0;
    padding: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex: 1;
    background: #ffffff;
    position: relative;
}

.pWdwho_we_are .aCzstudy_growth {
    color: rgb(160,184,208);
    display: flex;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 20px;
    align-items: center;
}

.pWdwho_we_are .aCzstudy_growth svg path {
    fill: rgb(160,184,208);
}

.pWdwho_we_are h2::after {
    width: 60px;
    bottom: 0;
    position: absolute;
    height: 3px;
    background: linear-gradient(to right, rgb(160,184,208), rgb(112,151,180));
    content: '';
    left: 0;
}

.tbrprogram_structure .description::-webkit-scrollbar {
    width: 4px;
}

.tbrprogram_structure .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}

.tbrprogram_structure .description::-webkit-scrollbar-thumb {
    background: rgb(160,184,208,0.5);
    border-radius: 10px;
}



@media (max-width: 768px) {.eDbconnect_with_us {
    padding: 40px 0;
}.eDbconnect_with_us .ODcimg_caption_box {
    display: none;
}.eDbconnect_with_us h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.eDbconnect_with_us .Hioreach_card,
    .eDbconnect_with_us .gflfeedback_help {
    padding: 30px;
}.eDbconnect_with_us form h3,
    .eDbconnect_with_us .gflfeedback_help h4 {
    font-size: calc(19px * 0.9);
}.eDbconnect_with_us input[type="text"],
    .eDbconnect_with_us textarea {
    padding: 12px;
    margin-bottom: 15px;
}.eDbconnect_with_us textarea {
    height: 100px;
}.eDbconnect_with_us .rXjinquiry_message {
    padding: 12px;
}.eDbconnect_with_us .heGconnect_support li {
    margin-bottom: 20px;
}.eDbconnect_with_us .heGconnect_support svg {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
}



@media (min-width: 768px) {.YIXtariff_container .OfQpromo_rates {
    grid-template-columns: repeat(2, 1fr);
}.YIXtariff_container .Jzfrate_options {
    padding: 3rem;
}.YIXtariff_container .MeDpricing_offers {
    padding: 2.8rem 2.2rem;
}
}



@media (min-width: 992px) {.YIXtariff_container .eiDprice_grid {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.YIXtariff_container .Jzfrate_options {
    justify-content: center;
    height: 100%;
    text-align: left;
    flex-direction: column;
    order: 2;
    display: flex;
    padding: 4rem 3rem;
}.YIXtariff_container .Jzfrate_options h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(160,184,208), transparent);
    transform: none;
    width: 100px;
}.YIXtariff_container .Jzfrate_options .xVooffer_box {
    margin: 0;
    max-width: 100%;
}.YIXtariff_container .OfQpromo_rates {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}


@media only screen and (max-width: 768px) {.ilbcookie_banner_dialog .container {
    align-items: center;
    flex-direction: column;
}.gNzedu_accept {
    margin-right: 0;
    margin-bottom: 1rem;
}.CUndata_opt {
    margin-bottom: 1rem;
    text-align: center;
}.cookie_button.gveonline_cookies {
    margin-left: 0;
    margin-top: 0.5rem;
}}



@media (max-width: 768px) {.Ymxcourse_instructor {
    padding: 100px 0;
}.Ymxcourse_instructor .container {
    padding: 0 30px;
}.Ymxcourse_instructor .DGTstudent_feedback {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.Ymxcourse_instructor .ODcimg_caption_box {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    grid-column: 1;
    min-height: 300px;
    grid-row: 1;
}.Ymxcourse_instructor .name {
    text-align: left;
    grid-row: 2;
    grid-column: 1;
    padding: 40px 30px 5px 30px;
}.Ymxcourse_instructor .DGTstudent_feedback span:not(.name) {
    grid-row: 3;
    grid-column: 1;
    padding: 10px 30px 40px 30px;
    text-align: left;
}.Ymxcourse_instructor .DGTstudent_feedback span:not(.name)::after {
    left: 30px;
    bottom: 30px;
}.Ymxcourse_instructor .XDfexperiencep_wrap {
    grid-row: 4;
    grid-column: 1;
    padding: 0 30px 40px 30px;
}
}



@media (max-width: 1200px) {.gHNthankYouBox {
    padding: 100px 0;
}.gHNthankYouBox h2 {
    font-size: calc(38px * 0.9);
}
}



@media (max-width: 768px) {.gHNthankYouBox {
    padding: 60px 0;
}.gHNthankYouBox h2 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.gHNthankYouBox h2::after {
    bottom: -12px;
    width: 60px;
}.gHNthankYouBox .YDrstudy_learn {
    padding: 25px 30px 20px;
}.gHNthankYouBox li span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}



@media (hover: hover) {.gHNthankYouBox .YDrstudy_learn:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .FJLemail_container {
    white-space: nowrap;
}
}



@media (max-width: 767px) {footer .yelaffiliate_cta {
    padding: 70px 0 30px;
}footer .fbaedu_reach {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    height: auto;
    padding: 15px 20px;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .oJDmain_guide, footer .subscribe_holder {
    padding: 25px 20px;
}footer .jBKhead_tutor h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .vQIsustain_cta {
    margin-top: 40px;
}
}



@media (max-width: 991px) {.obkopening_page .YDrstudy_learn {
    grid-template-columns: 1fr;
    padding: 1.5rem;
    gap: 1.5rem;
}.obkopening_page .fIEtext_box_holder {
    order: 2;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 2rem 1.5rem;
}.obkopening_page .ODcimg_caption_box {
    min-height: 300px;
    order: 1;
    clip-path: polygon(3% 0, 100% 0, 97% 100%, 0 100%);
}.obkopening_page h1 {
    font-size: calc(30px * 0.9);
}.obkopening_page svg {
    height: 80px;
    width: 80px;
}
}



@media (max-width: 575px) {.obkopening_page {
    padding: 2rem 0;
}.obkopening_page .YDrstudy_learn {
    padding: 1rem;
    gap: 1rem;
}.obkopening_page .fIEtext_box_holder {
    padding: 1.25rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.obkopening_page h1 {
    font-size: calc(30px * 0.7);
}.obkopening_page .PIWmain_entry {
    gap: 1rem;
    margin-bottom: 1.5rem;
}.obkopening_page svg {
    margin-bottom: 0.5rem;
    height: 60px;
    width: 60px;
}.obkopening_page .PIWmain_entry p {
    font-size: calc(16px * 0.9);
    padding-left: 0.75rem;
}.obkopening_page .ODcimg_caption_box {
    min-height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}}



@media (max-width: 767px) {.yZNattempt_now {
    padding: 4rem 0;
}.yZNattempt_now h6 {
    font-size: calc(20px * 0.9);
    margin-bottom: 2rem;
}.yZNattempt_now .rXjinquiry_message {
    font-size: calc(14px * 0.95);
    padding: 12px 30px;
}
}



@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .aWMhead_mentor svg {
    width: 160px;
}header .jBKhead_tutor {
    padding: 0.7rem;
}header .PnDnav_skill {
    padding: 0.5rem 1rem;
    font-size: calc(18px - 1px);
}
}



@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .ULynav_learn {
    gap: 0.8rem;
}header .aWMhead_mentor svg {
    width: 120px;
}header .jBKhead_tutor {
    justify-content: flex-start;
    flex-wrap: nowrap;
    padding: 0.5rem;
    overflow-x: auto;
}header .jBKhead_tutor::-webkit-scrollbar {
    height: 3px;
}header .jBKhead_tutor::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(160,184,208);
}header .PnDnav_skill {
    flex-shrink: 0;
    font-size: calc(18px - 2px);
    white-space: nowrap;
    padding: 0.4rem 0.7rem;
}}



@media (min-width: 992px) {.tbrprogram_structure {
    padding: 8rem 0;
}.tbrprogram_structure .IMTcareer_path {
    gap: 5rem;
}.tbrprogram_structure .ODcimg_caption_box {
    height: 500px;
}.tbrprogram_structure h3 {
    margin-bottom: 2rem;
    font-size: calc(21px * 1.4);
}.tbrprogram_structure h3::after {
    width: 70px;
}.tbrprogram_structure .description {
    max-height: 350px;
}.tbrprogram_structure .fIEtext_box_holder {
    padding: 3rem;
}.tbrprogram_structure .fIEtext_box_holder::before {
    width: 150px;
    height: 150px;
}
}


@media only screen and (max-width: 800px) {.Qrtprivacy_corner {
    padding: 30px 20px;
}.Qrtprivacy_corner h1 {
    font-size: calc(24px - 5px);
}.Qrtprivacy_corner h2 {
    font-size: calc(24px - 5px);
}.Qrtprivacy_corner p, .Qrtprivacy_corner li {
    font-size: calc(17px - 2px);
}.Qrtprivacy_corner::before, .Qrtprivacy_corner::after {
    width: 100px;
    height: 100px;
}}



@media (max-width: 768px) {.pWdwho_we_are {
    padding: 60px 0;
}.pWdwho_we_are .ODcimg_caption_box {
    height: 240px;
}.pWdwho_we_are .WTnguide_values {
    padding: 25px;
}.pWdwho_we_are .fIEtext_box_holder {
    padding: 30px;
}.pWdwho_we_are h2 {
    font-size: calc(28px * 0.9);
}
}



@media (max-width: 480px) {.pWdwho_we_are {
    padding: 40px 0;
}.pWdwho_we_are .ODcimg_caption_box {
    height: 200px;
}.pWdwho_we_are .WTnguide_values {
    padding: 20px;
}.pWdwho_we_are .fIEtext_box_holder {
    padding: 25px 20px;
}.pWdwho_we_are .Tusstudy_hub {
    font-size: calc(22px * 0.9);
}.pWdwho_we_are .Jsofounder_bio {
    font-size: calc(15px * 0.9);
}.pWdwho_we_are h2 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.8);
    padding-bottom: 10px;
}.pWdwho_we_are p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}.pWdwho_we_are .aCzstudy_growth {
    font-size: calc(22px * 0.9);
}
}



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



@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}



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



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



@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}



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



@keyframes slideInTitle {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

