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

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


.get_help_infotool {
    color: #000000;
    overflow: hidden;
    padding: 6rem 2rem;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(192,192,177) 0%, rgba(240, 245, 255, 0.9) 100%);
}

.get_help_infotool h1::after {
    height: 4px;
    left: 0;
    bottom: -0.5rem;
    width: 120px;
    background: linear-gradient(90deg, rgb(160,161,160) 0%, rgb(118,118,118) 100%);
    transform-origin: left;
    transform: scaleX(0);
    position: absolute;
    animation: expandWidth 1s 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    content: "";
}

.get_help_infotool h6 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    align-items: center;
    text-transform: capitalize;
    display: flex;
    margin-bottom: 0.75rem;
}

.get_help_infotool .get_contactblocktool > div {
    margin-bottom: 0.5rem;
}

.get_help_infotool .message_ustool::before {
    background: rgb(160,161,160);
    bottom: 0;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    height: 1px;
    content: "";
    width: 0;
}

.get_help_infotool .message_ustool:hover svg path {
    fill: rgb(160,161,160);
}

.secure_safehousetool .container {
    transform-style: preserve-3d;
    max-width: 1140px;
    border-left: 4px solid rgb(160,161,160);
    padding: 2rem;
    transform: translateZ(0) rotateX(0.5deg);
    z-index: 1;
    position: relative;
    background: #ffffff;
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.secure_safehousetool h3 {
    padding-bottom: 0.5rem;
    margin: 2.5rem 0 1rem;
    font-size: calc(22px * 1.2);
    position: relative;
    color: #000000;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-weight: 600;
    font-family: Arial, sans-serif;
}

.secure_safehousetool ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
    padding-left: 1.5rem;
}

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

.secure_safehousetool ul li::before {
    left: 0;
    width: 6px;
    background-color: rgb(160,161,160);
    transition: transform 0.2s ease-out, background-color 0.2s ease-out;
    top: 0.65rem;
    position: absolute;
    content: "";
    border-radius: 50%;
    height: 6px;
}

.price_plan_itemtool .discount_gridtool {
    position: relative;
}

.price_plan_itemtool h2 {
    animation: titleFloat 6s ease-in-out infinite;
    position: relative;
    background: linear-gradient(90deg, rgb(160,161,160) 0%, rgb(118,118,118) 100%);
    background-clip: text !important;
    margin-bottom: 25px;
    color: transparent;
    text-align: center;
    font-size: 30px;
    -webkit-background-clip: text !important;
    font-weight: 700;
    transform: translateY(0);
}

.price_plan_itemtool .sub_optionstool:hover .payment_optiontool::before {
    transform: scaleX(1);
}

.price_plan_itemtool .sub_optionstool:hover .payment_optiontool::after {
    opacity: 1;
}

.price_plan_itemtool .price_schemestool {
    position: relative;
    z-index: 2;
}

.price_plan_itemtool .price_schemestool h4 {
    margin: 0 0 20px;
    font-weight: 700;
    display: inline-block;
    color: #ffffff;
    font-size: calc(24px + 2px);
    position: relative;
}

.price_plan_itemtool .tuition_gridtool::before {
    background: rgba(255, 255, 255, 0.2);
    left: 0;
    height: 1px;
    top: 0;
    content: '';
    width: 40px;
    position: absolute;
}

.contact_boxtool::after {
    right: 0;
    content: "";
    height: 70%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(240deg, rgb(118,118,118,0.5) 0%, transparent 70%);
    width: 70%;
    opacity: 0.1;
}

.contact_boxtool .query_gridtool {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}

.contact_boxtool .query_gridtool::before {
    top: 40px;
    background: linear-gradient(to bottom, rgb(160,161,160), rgb(118,118,118));
    position: absolute;
    content: "";
    border-radius: 2.5px;
    left: 0;
    width: 5px;
    height: calc(100% - 80px);
}

.contact_boxtool .contact_messagetool {
    display: flex;
    align-items: flex-start;
    margin: 10px 0 30px;
}

.contact_boxtool .contact_messagetool label::before {
    left: 0;
    border: 2px solid rgb(160,161,160,0.5);
    transition: all 0.2s ease;
    height: 22px;
    position: absolute;
    width: 22px;
    border-radius: 10px;
    content: "";
    top: 2px;
}

.contact_boxtool form .inquiry_helptool::before {
    height: 120%;
    width: 120%;
    transition: all 0.4s ease;
    left: -10%;
    background: rgba(255, 255, 255, 0.2);
    transform: rotate(45deg) translateX(-200%);
    top: -10%;
    position: absolute;
    content: "";
}

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

.cookie_visitortool svg {
    fill: rgb(160,161,160);
    height: 50px;
    width: 50px;
}

.policy_opttool h5 {
    letter-spacing: 1px;
    font-weight: 700;
    color: rgb(160,161,160);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 24px;
}

#bannerPrivacyAlerttool {
    display: none;
}

.title_portaltool::before {
    animation: pulseBg 15s infinite alternate ease-in-out;
    z-index: 1;
    height: 100%;
    content: "";
    width: 100%;
    opacity: 0.2;
    background: 
    radial-gradient(circle at 20% 30%, rgb(160,161,160,0.5) 5%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgb(118,118,118,0.5) 5%, transparent 20%);
    top: 0;
    position: absolute;
    left: 0;
}

.title_portaltool .main_fronttool > div:first-child p {
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.6;
    margin: 0;
    font-size: calc(16px * 1.3);
    transform: translateZ(10px);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    font-family: Arial, sans-serif;
}

.title_portaltool .title_style_header {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    animation: pulseHeader 3s infinite alternate ease-in-out;
    transform: translateZ(15px);
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    position: relative;
    padding: 1.5rem;
    letter-spacing: 1px;
    margin: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 5;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgb(160,161,160,0.5), rgb(118,118,118,0.5));
    font-size: 45px;
    font-weight: 700;
    color: #ffffff;
}

.program_detailstool .text_contenttool h2 {
    position: relative;
    color: rgb(160,161,160);
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s ease forwards;
    font-size: 34px;
    display: inline-block;
    font-weight: 700;
}

.program_detailstool .text_contenttool .description:last-of-type {
    animation-delay: 0.4s;
    font-weight: 600;
    margin-bottom: 0;
}

.program_detailstool .content_imagetool:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.our_teamtool::before {
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.4;
    content: '';
    z-index: 0;
    height: 300px;
    animation: float 15s infinite alternate ease-in-out;
    filter: blur(40px);
    right: -5%;
    position: absolute;
    top: -10%;
    width: 300px;
    transform: rotate(-15deg);
    background: linear-gradient(225deg, rgb(160,161,160,0.5) 0%, transparent 70%);
}

.our_teamtool .how_startedtool {
    position: relative;
}

.our_teamtool .community_edtool {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.04),
              -12px -12px 24px rgba(255, 255, 255, 0.9),
              inset 1px 1px 2px rgba(255, 255, 255, 0.6),
              inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: #ffffff;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 15px;
    padding: 40px;
}

.our_teamtool .community_edtool:hover h4::after {
    width: 60px;
}

header .top_plank {
    color:  #ffffff;
    background: rgb(160,161,160);
}

header .top_plank .elite_learnprotool div span {
    color: #ffffff;
}

header .top_plank .elite_learnprotool div img, header .top_plank .elite_learnprotool div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}

header .container {
    padding: 0;
    display: flex;
    flex-direction: column;
    z-index: 2;
    align-items: center;
    position: relative;
}

header .header_learntool {
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    z-index: 3;
    display: flex;
    margin: 1rem 0 1.5rem;
}

header .header_learntool:hover svg {
    filter: drop-shadow(0 0 12px rgb(118,118,118));
    transform: scale(1.08);
}

header .top_mastertool {
    overflow-x: auto;
    position: relative;
    border-top: 1px solid rgb(160,161,160,0.5);
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    width: 100vw;
    scrollbar-width: none;
    gap: 0.8rem;
    justify-content: center;
    padding: 1rem 0;
    display: flex;
    border-bottom: 1px solid rgb(160,161,160,0.5);
}

header .header_tutortool:hover {
    color: rgb(118,118,118);
    text-shadow: 0 0 5px rgb(118,118,118,0.5);
    transform: translateY(-2px) translateZ(0);
}

.thanksNotetool::before {
    opacity: 0.05;
    transform: rotate(15deg) skewX(-15deg);
    position: absolute;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 75%);
    right: -5%;
    background: linear-gradient(210deg, rgb(118,118,118) 0%, rgb(160,161,160) 100%);
    width: 45%;
    height: 70%;
    content: "";
    top: -10%;
    z-index: 1;
}

.thanksNotetool .learning_studiotool > div:first-child:hover {
    transform: translateZ(30px) translateY(-5px);
}

.thanksNotetool .learning_studiotool > div:last-child:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateZ(25px) translateY(-5px);
}

.thanksNotetool a {
    position: relative;
    display: block;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.program_outcomestool {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,192,177) 0%, rgb(118,118,118,0.5) 100%);
    position: relative;
    padding: 120px 0;
}

.program_outcomestool .learning_studiotool {
    gap: 40px;
    display: flex;
    position: relative;
    flex-direction: column-reverse;
}

.program_outcomestool .text_contenttool:hover {
    transform: translateY(-5px);
}

.program_outcomestool h4::after {
    height: 3px;
    background: rgb(160,161,160);
    width: 70px;
    display: block;
    margin-top: 15px;
    content: "";
}

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

.program_outcomestool li p {
    font-size: 14px;
    gap: 15px;
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
    margin: 0;
    display: flex;
}

.program_outcomestool svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 24px;
    height: 24px;
}

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

.teaching_historytool {
    background: linear-gradient(
        125deg,
        rgb(192,192,177) 0%,
        rgb(192,192,177) 60%,
        rgb(160,161,160,0.5) 120%
    );
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}



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

.teaching_historytool .content_imagetool {
    width: 260px;
    height: 260px;
    margin-bottom: 30px;
    transform: rotate(-5deg);
    z-index: 3;
    border-radius: 20px;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.teaching_historytool .name::after {
    border-radius: 3px;
    background: linear-gradient(
        to right,
        rgb(160,161,160) 0%,
        rgb(118,118,118) 100%
    );
    bottom: 0;
    content: "";
    position: absolute;
    width: 80px;
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
}

.teaching_historytool .job_viewtool::after {
    height: 35px;
    width: 35px;
    bottom: 25px;
    opacity: 0.2;
    position: absolute;
    border-radius: 0 0 0 10px;
    background: 
        linear-gradient(225deg, rgb(118,118,118,0.5) 0%, transparent 100%);
    content: "";
    right: 25px;
}

.teaching_historytool .testimonials_tracktool:hover .content_imagetool::before {
    opacity: 0.5;
    transform: rotate(0deg);
}

.teaching_historytool .testimonials_tracktool:hover .content_imagetool::after {
    transform: rotate(5deg);
}

.teaching_historytool .testimonials_tracktool:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

.pledge_blocktool .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    flex: 0 0 100%;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    text-align: center;
    padding: 25px;
}

.pledge_blocktool .top_mastertool {
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 10px;
    flex: 0 0 calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
    max-width: calc(50% - 30px);
}

.pledge_blocktool .top_mastertool .header_pagetool a:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

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


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



@media screen and (min-width: 768px) {.get_help_infotool {
    padding: 7rem 3rem;
}.get_help_infotool h1 {
    margin-bottom: 3.5rem;
    font-size: calc(45px + 0.5rem);
}.get_help_infotool .get_contacttool {
    grid-template-columns: repeat(2, 1fr);
}.get_help_infotool .get_contacttool > div:first-child {
    grid-column: 1 / -1;
}.get_help_infotool .get_contactblocktool {
    gap: 1.5rem;
    grid-template-columns: repeat(3, 1fr);
}
}



@media screen and (max-width: 992px) {.secure_safehousetool {
    padding: 3rem 1rem;
}.secure_safehousetool .container {
    box-shadow: 
            0 10px 30px rgba(0,0,0,0.05),
            0 3px 10px rgba(0,0,0,0.03);
    transform: none;
}.secure_safehousetool .container:hover {
    transform: none;
}.secure_safehousetool h1 {
    font-size: 40px;
}
}



@media (max-width: 991px) {.price_plan_itemtool {
    padding: 80px 0;
}.price_plan_itemtool .learn_feestool {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.price_plan_itemtool .payment_optiontool {
    padding: 25px 20px;
}.price_plan_itemtool .price_schemestool p {
    font-size: calc(18px - 1px);
    max-height: 150px;
}.price_plan_itemtool .tuition_gridtool {
    font-size: calc(24px + 2px);
}
}



@media (max-width: 767px) {.price_plan_itemtool {
    padding: 60px 0;
}.price_plan_itemtool h2 {
    font-size: calc(30px - 4px);
}.price_plan_itemtool .trial_offerstool {
    margin-bottom: 30px;
    font-size: 18px;
}.price_plan_itemtool .learn_feestool {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.price_plan_itemtool .price_schemestool h4 {
    font-size: 24px;
}.price_plan_itemtool .tuition_gridtool {
    font-size: 24px;
}
}



@media (min-width: 768px) {.title_portaltool .main_fronttool {
    gap: 3rem;
    grid-template-columns: 1fr 2fr;
}.title_portaltool .main_fronttool > div:first-child {
    padding: 3rem;
    align-items: center;
    display: flex;
}.title_portaltool .main_fronttool > div:first-child p {
    font-size: calc(16px * 1.5);
}.title_portaltool .study_programtool > div {
    min-height: 400px;
    flex-direction: column;
    display: flex;
    padding: 4rem;
    justify-content: space-between;
}.title_portaltool .study_programtool h3 {
    max-width: 80%;
    font-size: 24px;
}.title_portaltool .title_style_header {
    padding: 2rem;
    font-size: calc(45px * 1.2);
}
}



@media (max-width: 767px) {.program_detailstool {
    padding: 4rem 0;
}.program_detailstool .content_imagetool {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    margin-bottom: 2rem;
}}



@media screen and (max-width: 768px) {.our_teamtool {
    padding: 60px 0 80px;
}.our_teamtool::before,
  .our_teamtool::after {
    width: 180px;
    height: 180px;
}.our_teamtool h1 {
    margin-bottom: 40px;
    font-size: calc(40px - 6px);
}.our_teamtool h1::after {
    width: 60px;
    height: 3px;
}.our_teamtool .how_startedtool ul {
    gap: 30px;
    grid-template-columns: 1fr;
}.our_teamtool .community_edtool div {
    max-height: 200px;
}
}



@media (min-width: 768px) {.thanksNotetool {
    padding: 8rem 0;
}.thanksNotetool .learning_studiotool {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
}.thanksNotetool .learning_studiotool > div:first-child {
    padding: 4rem;
}.thanksNotetool .learning_studiotool > div:last-child {
    padding: 4rem;
    margin-top: 2rem;
}.thanksNotetool h5 {
    font-size: calc(18px * 1.2);
}.thanksNotetool p {
    font-size: calc(13px * 1.05);
}
}



@media screen and (min-width: 992px) {.program_outcomestool {
    padding: 180px 0;
}.program_outcomestool .learning_studiotool {
    gap: 80px;
}.program_outcomestool h4 {
    margin-bottom: 35px;
    font-size: calc(37px * 0.75);
}.program_outcomestool li p {
    font-size: calc(14px * 1.05);
}.program_outcomestool .content_imagetool {
    max-height: 650px;
    max-width: 48%;
}
}



@media screen and (max-width: 480px) {.program_outcomestool {
    padding: 60px 0;
}.program_outcomestool .text_contenttool {
    padding: 20px;
}.program_outcomestool h4 {
    margin-bottom: 20px;
}.program_outcomestool li {
    margin-bottom: 15px;
}.program_outcomestool li p {
    gap: 10px;
}.program_outcomestool .content_imagetool {
    max-height: 280px;
}}


@media (min-width: 768px) {.pledge_blocktool .header_pagetool {
    justify-content: space-between;
}.pledge_blocktool .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.pledge_blocktool .challenge_ctatool {
    flex: 0 0 65%;
}.pledge_blocktool .container {
    align-items: flex-start;
    justify-content: space-between;
}.pledge_blocktool .student_aidtool {
    text-align: left;
    margin: 0;
    max-width: 100%;
}
}

@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }



@keyframes pulse {
    0% {
        opacity: 0.4;
        transform: rotate(15deg) scale(1);
    }
    50% {
        opacity: 0.7;
        transform: rotate(25deg) scale(1.1);
    }
    100% {
        opacity: 0.4;
        transform: rotate(15deg) scale(1);
    }
}



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



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



@keyframes lightSweep {
  0% {
    transform: rotate(15deg) translateX(-100%);
  }
  100% {
    transform: rotate(15deg) translateX(100%);
  }
}



@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}



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



@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

