﻿.pledge_blocktool {
    flex: 0 0 auto;
}

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

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

.get_help_infotool::before {
    z-index: 0;
    width: 40%;
    background: linear-gradient(210deg, rgb(160,161,160,0.5) 0%, transparent 80%);
    animation: pulse 15s infinite alternate ease-in-out;
    filter: blur(40px);
    transform: rotate(15deg);
    content: "";
    height: 40%;
    right: -10%;
    top: -5%;
    position: absolute;
}

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

.get_help_infotool .get_contacttool > div:nth-child(1) {
    --animation-order: 1;
}

.get_help_infotool .get_contacttool > div:nth-child(3) {
    --animation-order: 3;
}

.get_help_infotool h6 svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
    margin-left: 0.5rem;
}

.get_help_infotool span {
    margin-left: 1.75rem;
    color: #000000;
    display: block;
    font-size: calc(14px - 0.05rem);
}

.get_help_infotool .message_ustool:hover::before {
    width: 100%;
}

.get_help_infotool .message_ustool svg {
    height: 18px;
    transition: transform 0.3s ease;
    margin-left: 0.5rem;
    width: 18px;
}

.secure_safehousetool {
    position: relative;
    background: linear-gradient(135deg, rgb(192,192,177) 0%, rgba(255,255,255,0.98) 100%);
    perspective: 1000px;
    padding: 5rem 2rem;
    overflow: hidden;
}

.secure_safehousetool h1::after {
    left: 0;
    height: 4px;
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    bottom: 0;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(160,161,160) 0%, rgb(118,118,118) 100%);
    position: absolute;
    transform-origin: left;
}

.secure_safehousetool h4 {
    color: #000000;
    font-size: calc(18px * 1.1);
    padding-left: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin: 2rem 0 1rem;
}

.secure_safehousetool p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    transition: transform 0.3s ease-out;
    transform: translateZ(0);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 14px;
}

.secure_safehousetool ul li:hover::before {
    transform: scale(1.5);
    background-color: rgb(118,118,118);
}

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

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

.price_plan_itemtool h2::after {
    height: 3px;
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    content: '';
    background: rgb(118,118,118);
    position: absolute;
    bottom: -10px;
}

.price_plan_itemtool .learn_feestool li {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.price_plan_itemtool .payment_optiontool {
    transition: all 0.4s ease;
    padding: 35px 30px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(145deg, rgba(41, 41, 41, 0.8) 0%, rgba(25, 25, 25, 0.9) 100%);
    height: 100%;
}

.price_plan_itemtool .price_schemestool p {
    font-size: 18px;
    word-break: break-word;
    color: rgba(255, 255, 255, 0.8);
    overflow-wrap: break-word;
    padding-right: 5px;
    margin: 0 0 30px;
    line-height: 1.6;
    overflow-y: auto;
    max-height: 200px;
}

.contact_boxtool h2 {
    font-weight: 700;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    font-size: 36px;
    color: #000000;
    font-family: Arial, sans-serif;
}

.contact_boxtool .content_imagetool {
    overflow: hidden;
    flex: 0 0 40%;
    position: relative;
    min-height: 500px;
}

.contact_boxtool form {
    width: 100%;
    padding-left: 25px;
}

.contact_boxtool form input[type="text"] {
    transition: all 0.3s ease;
    width: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    background: rgb(192,192,177);
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    border: none;
    padding: 18px 25px;
}

.contact_boxtool .contact_messagetool input[type="checkbox"]:checked + label::before {
    background-color: rgb(160,161,160);
    border-color: rgb(160,161,160);
}

.contact_boxtool .contact_messagetool label a:hover {
    color: rgb(118,118,118);
    text-decoration: underline;
}

.contact_boxtool form .inquiry_helptool:hover {
    box-shadow: 0 8px 15px rgba(rgb(160,161,160), 0.3);
    transform: translateY(-2px);
}

.contact_boxtool svg path {
    fill: rgb(160,161,160);
    transition: fill 0.3s ease;
}

.consent_acktool {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(160,161,160);
    max-width: 1200px;
    width: 90%;
    border-radius: 12px;
    align-items: center;
    margin: auto;
}

.policy_opttool p a {
    color: rgb(160,161,160);
    text-decoration: underline;
}

#bannerPrivacyAlerttool:checked ~ .cookie_notice_overlaytool {
    opacity: 0;
    visibility: hidden;
}

.title_portaltool::after {
    content: "";
    transform: rotate(15deg);
    position: absolute;
    z-index: 2;
    top: -50%;
    opacity: 0.1;
    animation: lightSweep 12s infinite linear;
    left: -50%;
    height: 200%;
    width: 200%;
    background: linear-gradient(45deg, transparent 40%, rgb(160,161,160,0.5) 45%, transparent 50%);
}

.title_portaltool .study_programtool {
    transform: translateZ(30px) rotateX(2deg);
    position: relative;
    transition: transform 0.5s ease;
}

.title_portaltool .study_programtool > div::before {
    height: 100%;
    background: linear-gradient(
    to bottom,
    rgb(160,161,160,0.5) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgb(118,118,118,0.5) 100%
  );
    content: "";
    top: 0;
    opacity: 0.8;
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
}

.program_detailstool {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(145deg, rgb(192,192,177) 0%, rgb(160,161,160,0.5) 100%);
    overflow: hidden;
}

.program_detailstool .career_challengetool {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    position: relative;
}

.program_detailstool .text_contenttool:hover {
    transform: translateY(-10px);
}

.program_detailstool .text_contenttool::before {
    border-radius: 50%;
    top: -4rem;
    content: "";
    opacity: 0.6;
    height: 8rem;
    background: rgb(118,118,118,0.5);
    width: 8rem;
    position: absolute;
    z-index: -1;
    right: 3rem;
}

.program_detailstool .text_contenttool .description::before {
    top: 0.5rem;
    width: 4px;
    background: rgb(118,118,118);
    position: absolute;
    content: "";
    height: 4px;
    border-radius: 50%;
    left: 0;
}

.our_teamtool {
    background: linear-gradient(135deg, rgb(192,192,177) 0%, rgba(240, 242, 245, 1) 100%);
    box-shadow: inset 0 20px 40px -25px rgba(0, 0, 0, 0.1);
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
}

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

.our_teamtool h1::after {
    height: 4px;
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    box-shadow: 0 2px 8px rgba(var(--primary-color-rgb), 0.3);
    content: '';
    border-radius: 2px;
    left: 50%;
    background: linear-gradient(90deg, rgb(160,161,160) 0%, rgb(118,118,118) 100%);
    position: absolute;
}

.our_teamtool .community_edtool:hover::before {
    height: 8px;
}

.our_teamtool .community_edtool h4 {
    color: #000000;
    padding-bottom: 15px;
    font-size: calc(23px + 2px);
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

header .top_plank .elite_learnprotool div svg, header .top_plank .elite_learnprotool div svg path {
    fill: #ffffff;
}

header .top_plank .elite_learnprotool div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}

header::after {
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.1;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(118,118,118,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(118,118,118,0.5) 100%);
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
    position: absolute;
}

header .header_learntool svg {
    height: 45px;
    width: auto;
    transition: all 0.4s ease;
    filter: drop-shadow(0 0 8px rgb(160,161,160,0.5));
}

header .top_mastertool::before {
    top: 0;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    z-index: 3;
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}

header .header_tutortool::after {
    width: 0%;
    height: 2px;
    bottom: 0;
    transition: all 0.3s ease;
    content: "";
    background: rgb(118,118,118);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}

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

.thanksNotetool .learning_studiotool > div:first-child {
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
    padding: 3rem;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: relative;
    transform: translateZ(20px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}

.thanksNotetool h5 {
    line-height: 1.4;
    font-size: calc(18px * 1.1);
    letter-spacing: -0.01em;
    color: #000000;
    font-weight: 700;
    margin: 0;
    position: relative;
}

.thanksNotetool a:hover {
    transform: translateX(5px);
}

.thanksNotetool p::first-line {
    font-weight: 600;
    color: rgb(160,161,160);
}

.program_outcomestool::after {
    width: 80%;
    transform: rotate(-15deg);
    position: absolute;
    height: 200%;
    content: "";
    z-index: 0;
    top: -50%;
    background: radial-gradient(circle at center, rgb(118,118,118,0.5) 0%, transparent 60%);
    right: -20%;
}

.program_outcomestool .text_contenttool::before {
    position: absolute;
    top: 0;
    height: 100%;
    width: 5px;
    content: "";
    left: 0;
    background: linear-gradient(to bottom, rgb(160,161,160), rgb(118,118,118));
}

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

.program_outcomestool li p span:first-child {
    padding: 8px;
    justify-content: center;
    border-radius: 25px;
    display: flex;
    background: linear-gradient(135deg, #ffffff 0%, rgb(192,192,177) 100%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    flex-shrink: 0;
    align-items: center;
}

.teaching_historytool::before {
    height: 100%;
    opacity: 0.03;
    content: "";
    background-size: 60px 60px;
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(160,161,160,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(160,161,160,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(160,161,160,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(160,161,160,0.5) 75%);
    width: 100%;
    left: 0;
    position: absolute;
}

.teaching_historytool .name {
    z-index: 2;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(160,161,160) 100%
    );
    padding: 0 20px 15px;
    font-weight: 700;
    color: #000000;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    background-clip: text !important;
    font-size: 44px;
    -webkit-background-clip: text !important;
    text-fill-color: transparent;
}

.teaching_historytool .job_viewtool::before {
    position: absolute;
    width: 35px;
    height: 35px;
    left: 25px;
    content: "";
    opacity: 0.2;
    border-radius: 0 0 10px 0;
    top: 25px;
    background: 
        linear-gradient(45deg, rgb(160,161,160,0.5) 0%, transparent 100%);
}



.teaching_historytool .testimonials_tracktool::after {
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    content: "";
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(118,118,118,0.5) 100%
        );
    width: 350px;
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    opacity: 0.08;
    top: -50px;
    height: 350px;
    transform: translateX(-50%) rotate(-45deg);
    position: absolute;
    z-index: 0;
    left: 50%;
}

.pledge_blocktool .student_aidtool {
    margin: 0 auto;
    color: #ffffff;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
    line-height: 1.7;
    max-width: 80%;
}

.pledge_blocktool .top_mastertool h5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-weight: 600;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
}

.teach_supptool::before {
    top: 0;
    content: '';
    opacity: 0.2;
    position: absolute;
    left: 20%;
    right: 20%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}


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



@media screen and (min-width: 992px) {.get_help_infotool {
    padding: 8rem 4rem;
}.get_help_infotool h1 {
    margin-bottom: 4rem;
}.get_help_infotool h1::after {
    width: 160px;
}.get_help_infotool .get_contacttool {
    grid-template-columns: 1.5fr 1fr 1fr;
}.get_help_infotool .get_contacttool > div:first-child {
    grid-column: 1;
}.get_help_infotool .get_contactblocktool {
    grid-template-columns: 1fr;
}.get_help_infotool .get_contacttool > div {
    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateY(0);
}.get_help_infotool .get_contacttool > div:hover {
    transform: translateY(-8px);
}
}



@media screen and (max-width: 576px) {.secure_safehousetool {
    padding: 1.5rem 0.5rem;
}.secure_safehousetool .container {
    padding: 1rem;
    border-left-width: 3px;
}.secure_safehousetool h1 {
    font-size: calc(40px * 0.8);
}.secure_safehousetool h1::after {
    width: 60px;
    height: 3px;
}.secure_safehousetool h2 {
    border-left-width: 2px;
    margin: 2rem 0 1rem;
}.secure_safehousetool ul li {
    padding-left: 1.25rem;
}.secure_safehousetool p:hover,
    .secure_safehousetool ul li:hover,
    .secure_safehousetool span:hover,
    .secure_safehousetool h2:hover {
    transform: none;
}}



@media screen and (max-width: 1024px) {.contact_boxtool .query_gridtool {
    padding: 50px 40px;
}
}



@media screen and (max-width: 767px) {.contact_boxtool {
    padding: 70px 0;
}.contact_boxtool .content_imagetool {
    min-height: 250px;
}.contact_boxtool .query_gridtool {
    padding: 40px 30px;
}.contact_boxtool .query_gridtool::before {
    width: calc(100% - 60px);
    left: 30px;
}
}


@media only screen and (max-width: 1200px) {.consent_acktool {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie_visitortool {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie_necessarytool {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}



@media (max-width: 767px) {.title_portaltool {
    padding: 3rem 1rem;
}.title_portaltool .main_fronttool > div:first-child {
    padding: 1.5rem;
}.title_portaltool .main_fronttool > div:first-child p {
    font-size: 16px;
}.title_portaltool .study_programtool > div {
    padding: 2rem;
}.title_portaltool .study_programtool h3 {
    font-size: calc(16px * 1.2);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.title_portaltool .title_style_header {
    font-size: calc(34px * 0.9);
    padding: 1rem;
}}



@media screen and (max-width: 991px) {.our_teamtool {
    padding: 80px 0 100px;
}.our_teamtool h1 {
    font-size: calc(40px - 4px);
    margin-bottom: 50px;
}.our_teamtool .community_edtool {
    padding: 30px;
}
}



@media screen and (max-width: 576px) {.our_teamtool {
    padding: 50px 0 70px;
}.our_teamtool h1 {
    font-size: calc(40px - 8px);
}.our_teamtool .community_edtool {
    padding: 25px 20px;
}.our_teamtool .community_edtool h4 {
    font-size: 23px;
}.our_teamtool .community_edtool div {
    font-size: calc(17px - 1px);
    line-height: 1.7;
}}



@media (min-width: 992px) {.thanksNotetool .learning_studiotool {
    grid-template-columns: 1fr 1.5fr;
    gap: 5rem;
}.thanksNotetool .learning_studiotool > div:first-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.thanksNotetool .learning_studiotool > div:first-child::after {
    content: "";
    height: 40px;
    top: 2rem;
    background: rgb(118,118,118);
    position: absolute;
    transform: rotate(15deg);
    width: 3px;
    right: -1.5rem;
}.thanksNotetool .learning_studiotool > div:last-child {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}.thanksNotetool h5 {
    font-size: calc(18px * 1.3);
}.thanksNotetool h5::after {
    width: 100px;
}
}



@media screen and (max-width: 767px) {.program_outcomestool {
    padding: 80px 0;
}.program_outcomestool h4 {
    font-size: calc(22px * 1.2);
}.program_outcomestool li p {
    font-size: calc(14px * 0.95);
    line-height: 1.5;
}.program_outcomestool li p span:first-child {
    width: 32px;
    height: 32px;
}.program_outcomestool svg {
    height: 20px;
    width: 20px;
}.program_outcomestool .content_imagetool {
    max-height: 350px;
}
}



@media (max-width: 575px) {.teaching_historytool {
    padding: 50px 0;
}.teaching_historytool .content_imagetool {
    margin-bottom: 15px;
    width: 150px;
    height: 150px;
    border-radius: 15px;
}.teaching_historytool .content_imagetool::before {
    border-radius: 22px;
    inset: -8px;
}.teaching_historytool .content_imagetool::after {
    inset: -15px;
    border-radius: 30px;
}.teaching_historytool .name {
    padding: 0 10px 10px;
    font-size: calc(44px * 0.7);
    margin-bottom: 8px;
}.teaching_historytool .name::after {
    height: 2px;
    width: 60px;
}.teaching_historytool .testimonials_tracktool span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 25px;
    font-size: calc(21px * 0.85);
}.teaching_historytool .job_viewtool {
    font-size: calc(13px * 0.9);
    padding: 25px 20px;
    width: 100%;
    border-radius: 10px;
}.teaching_historytool .job_viewtool::before,
    .teaching_historytool .job_viewtool::after {
    top: 15px;
    height: 20px;
    left: 15px;
    width: 20px;
}.teaching_historytool .job_viewtool::after {
    bottom: 15px;
    right: 15px;
}.teaching_historytool .testimonials_tracktool::before,
    .teaching_historytool .testimonials_tracktool::after {
    height: 150px;
    width: 150px;
}.teaching_historytool .testimonials_tracktool:hover span:not(.name) {
    letter-spacing: 2px;
}}



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



@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

