﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

* {
    scrollbar-color: rgb(160,161,160,0.5) rgb(160,161,160);
    scrollbar-width: auto;
}

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

.inner-containertool {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}

.get_help_infotool::after {
    background: linear-gradient(30deg, rgb(118,118,118,0.5) 0%, transparent 80%);
    bottom: -5%;
    width: 30%;
    filter: blur(30px);
    z-index: 0;
    left: -10%;
    position: absolute;
    height: 30%;
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    transform: rotate(-20deg);
    content: "";
}

.get_help_infotool .get_contacttool > div {
    padding: 1.75rem;
    transform: translateY(20px);
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.07);
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(160,161,160);
    animation-delay: calc(var(--animation-order, 0) * 0.2s + 0.4s);
}

.get_help_infotool .message_ustool {
    position: relative;
    align-items: center;
    display: flex;
    text-decoration: none;
    font-size: calc(14px - 0.05rem);
    transition: color 0.3s ease, transform 0.3s ease;
    color: #000000;
    padding: 0.5rem 0;
}

.secure_safehousetool::before {
    left: 0;
    transform: translateZ(-50px);
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(160,161,160,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(118,118,118,0.5) 0%, transparent 25%);
    top: 0;
    position: absolute;
    opacity: 0.15;
    content: "";
    z-index: 0;
}

.secure_safehousetool:hover h1::after {
    transform: scaleX(1.5);
}

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

.secure_safehousetool h4::before {
    top: 50%;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    background-color: rgb(160,161,160);
    position: absolute;
    left: 0;
    content: "";
    width: 8px;
}

.secure_safehousetool p:hover {
    transform: translateZ(5px);
}

.secure_safehousetool ul li {
    font-family: Arial, sans-serif;
    margin-bottom: 1rem;
    color: #000000;
    padding-left: 1.5rem;
    line-height: 1.7;
    position: relative;
    transition: transform 0.2s ease-out;
    font-size: 14px;
}

.secure_safehousetool span:hover {
    transform: translateX(5px);
    border-left-color: rgb(118,118,118);
}

.price_plan_itemtool::before {
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.6) 100%);
    height: 100%;
    width: 100%;
    z-index: 1;
    left: 0;
}

.price_plan_itemtool .trial_offerstool {
    margin: 0 auto 50px;
    line-height: 1.6;
    color: #ffffff;
    max-width: 700px;
    text-align: center;
    font-size: calc(18px + 2px);
    opacity: 0.9;
}

.price_plan_itemtool .learn_feestool li:hover {
    z-index: 3;
    transform: translateY(-10px);
}

.price_plan_itemtool .payment_optiontool::before {
    height: 5px;
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(160,161,160), rgb(118,118,118));
    position: absolute;
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.price_plan_itemtool .price_schemestool h4::after {
    left: 0;
    content: '';
    bottom: -8px;
    width: 40px;
    transition: width 0.4s ease;
    position: absolute;
    background: rgb(160,161,160);
    height: 2px;
}

.contact_boxtool {
    background-color: rgb(192,192,177);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

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

.contact_boxtool .request_feedbacktool {
    background: #ffffff;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    flex-direction: row-reverse;
    border-radius: 15px;
    margin-top: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.contact_boxtool form h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin-bottom: 35px;
}

.contact_boxtool form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}

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

.contact_boxtool .contact_messagetool label a {
    text-decoration: none;
    color: rgb(160,161,160);
    transition: all 0.3s ease;
}

.contact_boxtool form .inquiry_helptool {
    border: none;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px 35px;
    font-size: 18px;
    overflow: hidden;
    font-weight: 600;
    font-family: Arial, sans-serif;
    display: inline-block;
    background: linear-gradient(45deg, rgb(160,161,160), rgb(118,118,118));
}

.policy_opttool {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}

.policy_opttool p {
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

.cookie_button.cookie_updatestool {
    margin-right: 10px;
}


.title_portaltool {
    background: linear-gradient(135deg, rgb(160,161,160,0.5), rgb(192,192,177), rgb(118,118,118,0.5));
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    position: relative;
    perspective: 1000px;
    justify-content: center;
    display: flex;
}

.title_portaltool .main_fronttool > div:first-child {
    transform: translateZ(20px);
    border-left: 4px solid rgb(118,118,118);
    padding: 2rem;
    backdrop-filter: blur(8px);
    position: relative;
    background: rgb(160,161,160,0.5);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}

.title_portaltool .study_programtool > div::after {
    animation: rotateGradient 25s infinite linear;
    height: 120%;
    width: 120%;
    left: -10%;
    position: absolute;
    z-index: 2;
    background: radial-gradient(ellipse at center, transparent 40%, rgb(160,161,160,0.5) 100%);
    opacity: 0.15;
    top: -10%;
    content: "";
}

.program_detailstool::before {
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(160,161,160,0.5),
        rgb(160,161,160,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    opacity: 0.04;
    content: "";
    width: 100%;
}



.program_detailstool .text_contenttool h2::after {
    bottom: -10px;
    background: rgb(118,118,118);
    width: 3rem;
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    border-radius: 10px;
    transition: width 0.4s ease;
}

.program_detailstool .content_imagetool {
    z-index: 2;
    transition: transform 0.5s ease;
    margin-top: -2rem;
    position: relative;
    height: 320px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    border-radius: 0;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}

.our_teamtool::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    height: 250px;
    animation: float 18s infinite alternate-reverse ease-in-out;
    filter: blur(35px);
    bottom: -10%;
    position: absolute;
    content: '';
    width: 250px;
    background: linear-gradient(45deg, rgb(118,118,118,0.5) 0%, transparent 70%);
    opacity: 0.3;
    left: -5%;
    z-index: 0;
}

.our_teamtool .community_edtool:hover {
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.06),
              -15px -15px 30px rgba(255, 255, 255, 1),
              inset 1px 1px 2px rgba(255, 255, 255, 0.7),
              inset -1px -1px 2px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.our_teamtool .community_edtool h4::after {
    height: 3px;
    background: rgb(118,118,118);
    border-radius: 2px;
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    bottom: 0;
    content: '';
}

header .top_plank .elite_learnprotool {
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    line-height: 21px;
    font-size: 12px;
    justify-content: flex-start;
    padding: 15px 0 10px 0;
}

header .main_guidetool {
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
    align-items: center;
}

header .header_learntool::before {
    animation: rotate 10s linear infinite;
    opacity: 0.2;
    content: "";
    position: absolute;
    width: 120px;
    border-radius: 50%;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(118,118,118,0.5) 120deg,
            transparent 180deg,
            rgb(160,161,160,0.5) 240deg,
            transparent 360deg
        );
    z-index: -1;
    height: 120px;
}

header .header_tutortool::before {
    border-radius: 10px;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    transform: translateZ(-10px);
    content: "";
    top: 0;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

header .header_tutortool:hover::before {
    transform: translateZ(0);
    box-shadow: 0 0 15px rgb(160,161,160,0.5);
    border-color: rgb(118,118,118,0.5);
}

.thanksNotetool::after {
    bottom: -10%;
    width: 35%;
    z-index: 1;
    clip-path: polygon(15% 0, 85% 25%, 100% 75%, 0 100%);
    opacity: 0.07;
    position: absolute;
    background: linear-gradient(45deg, rgb(160,161,160) 0%, rgb(118,118,118) 100%);
    left: -5%;
    content: "";
    transform: rotate(-10deg) skewX(15deg);
    height: 60%;
}

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

.thanksNotetool h5::after {
    background: linear-gradient(90deg, rgb(160,161,160), transparent);
    height: 3px;
    content: "";
    display: block;
    margin-top: 1rem;
    width: 70px;
}

.program_outcomestool::before {
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.05) 0px,
    rgba(255, 255, 255, 0.05) 2px,
    transparent 2px,
    transparent 10px
  );
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.program_outcomestool h4 {
    letter-spacing: -0.01em;
    font-size: calc(22px * 1.1);
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
    color: #000000;
}

.program_outcomestool li {
    transition: transform 0.4s ease;
    transform: translateX(0);
    margin-bottom: 20px;
}

.program_outcomestool li p span:last-child {
    position: relative;
    font-weight: 400;
    padding-left: 5px;
}

.program_outcomestool li p span:last-child::before {
    background: rgb(118,118,118);
    left: 0;
    width: 0;
    position: absolute;
    transition: width 0.3s ease;
    bottom: -5px;
    content: "";
    height: 1px;
}

.program_outcomestool .content_imagetool:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.teaching_historytool::after {
    top: -50%;
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(
            ellipse at center,
            rgb(160,161,160,0.5) 0%,
            transparent 60%
        );
    width: 200%;
    height: 200%;
    content: "";
    opacity: 0.2;
    left: -50%;
    position: absolute;
}

.teaching_historytool .content_imagetool::before {
    opacity: 0.3;
    background: linear-gradient(
        135deg,
        rgb(160,161,160,0.5) 0%,
        transparent 50%,
        rgb(118,118,118,0.5) 100%
    );
    transition: all 0.5s ease;
    inset: -10px;
    position: absolute;
    border-radius: 30px;
    content: "";
    z-index: -1;
    transform: rotate(5deg);
}

.teaching_historytool .testimonials_tracktool span:not(.name) {
    font-size: 21px;
    color: rgb(118,118,118);
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 3px;
    position: relative;
    opacity: 0.8;
    margin-bottom: 40px;
    z-index: 2;
    font-weight: 600;
    transition: all 0.3s ease;
}

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

.pledge_blocktool .container {
    flex-wrap: wrap;
    display: flex;
}

.pledge_blocktool .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-size: 32px;
}

.pledge_blocktool .header_pagetool {
    display: flex;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.pledge_blocktool .top_mastertool .header_pagetool {
    margin-top: 0;
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.teach_supptool {
    margin-top: 40px;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
}

.teach_supptool .container {
    justify-content: center;
    display: flex;
}



::-webkit-scrollbar {
    width: 2%;
    padding: 3px;
    background: rgb(160,161,160,0.5);
}

::-webkit-scrollbar-track {
    border-radius: 15%;
    background: rgb(118,118,118,0.5);
    border: 1px dotted rgb(255, 255, 255, 0.5);
    box-shadow: inset -4px -4px 1px 2px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-track:active {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb {
    box-shadow: 4px -3px 11px 1px rgba(0, 0, 0, 0.3);
    background: linear-gradient(98deg, #ffffff 8%, rgb(118,118,118) 22%, rgb(118,118,118,0.5) 57%, rgb(192,192,177) 76%);
    border-radius: 18.1vh;
    border: 2px dotted rgb(192,192,177);
}

::-webkit-scrollbar-thumb:hover {
    background: rgb(255, 255, 255, 0.5);
}

::-webkit-scrollbar-thumb:active {
    background: rgb(160,161,160);
}

.price_plan_itemtool .price_schemestool p::-webkit-scrollbar {
    width: 4px;
}

.price_plan_itemtool .price_schemestool p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}

.price_plan_itemtool .price_schemestool p::-webkit-scrollbar-thumb {
    background: rgb(160,161,160,0.5);
}

.our_teamtool .community_edtool div::-webkit-scrollbar {
    width: 6px;
}

.our_teamtool .community_edtool div::-webkit-scrollbar-track {
    background: transparent;
}

.our_teamtool .community_edtool div::-webkit-scrollbar-thumb {
    background-color: rgb(118,118,118,0.5);
    border-radius: 10px;
}

header .top_mastertool::-webkit-scrollbar {
    display: none;
}



@media screen and (max-width: 991px) {.contact_boxtool .content_imagetool {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_boxtool .query_gridtool {
    flex: 0 0 100%;
}.contact_boxtool .query_gridtool::before {
    top: 0;
    left: 40px;
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(160,161,160), rgb(118,118,118));
    height: 5px;
}.contact_boxtool form {
    padding-left: 0;
    padding-top: 25px;
}
}



@media (min-width: 992px) {.title_portaltool .main_fronttool {
    gap: 4rem;
}.title_portaltool .main_fronttool > div:first-child {
    clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}.title_portaltool .study_programtool > div {
    transition: background-position 8s ease;
    min-height: 450px;
    background-position: center center !important;
}.title_portaltool .study_programtool > div:hover {
    background-position: bottom right !important;
}.title_portaltool .study_programtool h3 {
    max-width: 70%;
}.title_portaltool .title_style_header {
    transform: translateZ(20px);
    margin-left: 2rem;
}
}



@media (min-width: 992px) {.program_detailstool .career_challengetool {
    grid-template-columns: 1.2fr 0.8fr;
}.program_detailstool .text_contenttool {
    padding: 3rem;
}.program_detailstool .content_imagetool {
    margin-top: 3rem;
    height: 450px;
}.program_detailstool .text_contenttool::after {
    bottom: -3rem;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    background: rgb(160,161,160,0.5);
    left: 25%;
    content: "";
    width: 6rem;
    height: 6rem;
    opacity: 0.4;
}
}



@media (max-width: 767px) {header .header_learntool {
    margin: 0.6rem 0 1rem;
}header .header_learntool svg {
    height: 35px;
}header .header_learntool::before {
    height: 90px;
    width: 90px;
}header .header_learntool::after {
    height: 50px;
    width: 50px;
}header .top_mastertool {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .header_tutortool {
    font-size: calc(15px - 2px);
    padding: 0.4rem 1rem;
}header .header_tutortool:first-child {
    margin-left: 2rem;
}header .header_tutortool:last-child {
    margin-right: 2rem;
}}



@media screen and (min-width: 768px) {.program_outcomestool {
    padding: 150px 0;
}.program_outcomestool .learning_studiotool {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.program_outcomestool .text_contenttool {
    padding: 40px;
}.program_outcomestool .text_contenttool > div {
    flex-direction: row;
    gap: 30px;
}.program_outcomestool h4 {
    font-size: 22px;
}.program_outcomestool .content_imagetool {
    max-height: 550px;
    max-width: 45%;
}
}



@media (max-width: 767px) {.teaching_historytool {
    padding: 60px 0;
}.teaching_historytool .content_imagetool {
    height: 180px;
    margin-bottom: 20px;
    width: 180px;
}.teaching_historytool .name {
    margin-bottom: 10px;
    padding: 0 15px 12px;
    font-size: calc(44px * 0.8);
}.teaching_historytool .testimonials_tracktool span:not(.name) {
    font-size: calc(21px * 0.9);
    letter-spacing: 2px;
    margin-bottom: 30px;
}.teaching_historytool .job_viewtool {
    width: 90%;
    padding: 30px 35px;
    font-size: calc(13px * 0.95);
}.teaching_historytool .job_viewtool::before,
    .teaching_historytool .job_viewtool::after {
    width: 25px;
    height: 25px;
}.teaching_historytool .testimonials_tracktool::before,
    .teaching_historytool .testimonials_tracktool::after {
    height: 200px;
    width: 200px;
}.teaching_historytool .testimonials_tracktool:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@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 pulseBg {
  0% {
    opacity: 0.1;
    transform: scale(1);
  }
  100% {
    opacity: 0.3;
    transform: scale(1.2);
  }
}



@keyframes rotateGradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

