* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.top_sitebar {
    flex: 1 0 auto;
}::-webkit-scrollbar {
    padding: 5px;
    width: thin;
}::-webkit-scrollbar-track {
    border-radius: 4.1em;
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-thumb {
    transition: background, transform 4.8s cubic-bezier(0.42, 0, 0.58, 1);
    border-radius: 12px;
    box-shadow: 1px 1px 1px 4px rgba(0, 0, 0, 0.1);
    background: rgb(108,137,160);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 3px 2px 6px 7px rgba(0, 0, 0, 0.8);
    background: radial-gradient(ellipse at center, #ffffff 58%, rgb(255, 255, 255, 0.5) 9%, rgb(108,137,160) 23%, rgb(108,137,160,0.5) 24%, rgb(135,170,191) 14%, rgb(135,170,191,0.5) 41%, rgb(164,206,222) 88%);
}html {
    scrollbar-color: rgb(108,137,160) #ffffff;
}
@media (max-width: 768px) {::-webkit-scrollbar {
    width: 3px;
}::-webkit-scrollbar-thumb {
    background: rgb(108,137,160,0.5);
}}

.wrapper-skeleton {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    height: 100%;
    color: #000000;
}.stats_tool {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}.container {
    width: 1265px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.explore_now {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
    background: linear-gradient(140deg, rgb(164,206,222) 0%, #ffffff 100%);
}.explore_now::before {
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(to right, rgb(135,170,191,0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgb(135,170,191,0.5) 1px, transparent 1px);
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    background-size: 20px 20px;
    opacity: 0.08;
    z-index: 1;
}.explore_now .skill_lab {
    flex-direction: row;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    padding: 60px;
}.explore_now .skill_lab::before {
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, transparent 96%, rgb(135,170,191) 96%, rgb(135,170,191) 100%);
    content: '';
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 15px;
}.explore_now .container p {
    position: relative;
    flex: 0 0 65%;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    z-index: 5;
    line-height: 1.4;
    margin: 0;
}.explore_now .inquiry_request {
    border: 2px solid rgb(135,170,191);
    position: relative;
    display: flex;
    overflow: hidden;
    font-weight: 600;
    align-items: center;
    flex: 0 0 30%;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(135,170,191,0.5) 0%, transparent 100%);
    height: 80px;
    transition: all 0.4s ease;
    color: rgb(135,170,191);
    border-radius: 6px;
    z-index: 5;
}.explore_now .inquiry_request::before {
    position: absolute;
    height: calc(100% + 4px);
    z-index: -1;
    top: -2px;
    width: calc(100% + 4px);
    background: rgb(135,170,191);
    left: -2px;
    transition: transform 0.4s ease;
    transform: translateX(-100%);
    content: '';
}.explore_now .inquiry_request:hover {
    box-shadow: 0 10px 30px rgb(135,170,191,0.5);
    color: #ffffff;
}.explore_now .inquiry_request:hover::before {
    transform: translateX(0);
}.explore_now::after {
    width: 400px;
    position: absolute;
    background: radial-gradient(circle, rgb(135,170,191,0.5) 0%, transparent 70%);
    top: -200px;
    opacity: 0.4;
    height: 400px;
    z-index: 1;
    right: -200px;
    content: '';
}.explore_now .skill_lab::after {
    border-radius: 50%;
    position: absolute;
    bottom: -15px;
    z-index: 2;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid rgb(135,170,191);
    background: #ffffff;
    left: 60px;
}

@media (max-width: 991px) {.explore_now {
    padding: 100px 0;
}.explore_now .skill_lab {
    padding: 40px;
}.explore_now .container p {
    font-size: calc(18px * 1.2);
}.explore_now .inquiry_request {
    height: 70px;
}.explore_now .skill_lab::after {
    height: 25px;
    bottom: -12px;
    width: 25px;
    left: 40px;
}
}

@media (max-width: 767px) {.explore_now {
    padding: 80px 0;
}.explore_now .skill_lab {
    flex-direction: column;
    padding: 30px;
    gap: 40px;
}.explore_now .container p {
    width: 100%;
    font-size: 18px;
    flex: none;
}.explore_now .inquiry_request {
    width: 100%;
    flex: none;
    height: 60px;
}.explore_now .skill_lab::after {
    left: 30px;
    bottom: -10px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 480px) {.explore_now {
    padding: 60px 0;
}.explore_now .skill_lab {
    padding: 25px;
    gap: 30px;
}.explore_now .container p {
    font-size: calc(12px * 1.2);
}.explore_now .inquiry_request {
    font-size: calc(14px * 0.9);
    height: 50px;
}}.pricing_structure {
    padding: 5rem 1rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(164,206,222), rgba(0, 0, 0, 0.5));
}.pricing_structure::before {
    width: 100%;
    opacity: 0.1;
    left: 0;
    pointer-events: none;
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    background: linear-gradient(45deg, transparent 0%, rgb(135,170,191,0.5) 30%, transparent 70%);
    position: absolute;
}.pricing_structure .container {
    max-width: 1400px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.pricing_structure .program_rate {
    gap: 3rem;
    flex-direction: column;
    display: flex;
}.pricing_structure .payment_scheme {
    transform: translateY(20px);
    margin: 0 auto 2rem;
    animation: fadeUp 0.8s ease-out forwards;
    max-width: 800px;
    order: -1;
    text-align: center;
    opacity: 0;
}.pricing_structure .payment_scheme h2 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 1rem;
    font-size: 33px;
    position: relative;
    display: inline-block;
}.pricing_structure .payment_scheme h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    left: 50%;
    height: 3px;
    position: absolute;
    border-radius: 10px;
    bottom: -10px;
    width: 80px;
    content: "";
}.pricing_structure .fee_offers {
    max-width: 90%;
    margin: 0 auto;
    color: #000000;
    line-height: 1.6;
    font-size: 14px;
}.pricing_structure .fee_structure {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2rem;
}.pricing_structure .fee_plan {
    transform: translateZ(0) scale(1);
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    display: block;
    position: relative;
    color: #000000;
    opacity: 0;
    text-decoration: none;
}.pricing_structure .fee_plan:nth-child(1) {
    animation-delay: 0.1s;
}.pricing_structure .fee_plan:nth-child(2) {
    animation-delay: 0.2s;
}.pricing_structure .fee_plan:nth-child(3) {
    animation-delay: 0.3s;
}.pricing_structure .fee_plan:nth-child(4) {
    animation-delay: 0.4s;
}.pricing_structure .fee_plan::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    height: 5px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    left: 0;
    transform: scaleX(0);
    content: "";
    transform-origin: left;
}.pricing_structure .fee_plan:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.pricing_structure .fee_plan:hover::before {
    transform: scaleX(1);
}.pricing_structure .fee_board {
    display: flex;
    height: 100%;
    flex-direction: column;
}.pricing_structure .tuition_table {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem;
}.pricing_structure .tuition_table h3 {
    font-weight: 700;
    transition: color 0.3s ease;
    color: #000000;
    position: relative;
    font-size: 23px;
    margin: 0 0 1rem;
}.pricing_structure .fee_plan:hover .tuition_table h3 {
    color: rgb(135,170,191);
}.pricing_structure .access_rates {
    font-size: 2rem;
    position: relative;
    display: inline-block;
    transition: transform 0.3s ease, color 0.3s ease;
    font-weight: 700;
    color: rgb(135,170,191);
    margin-bottom: 1.5rem;
}.pricing_structure .access_rates::after {
    bottom: -8px;
    left: 0;
    width: 40px;
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    background-color: rgb(108,137,160);
}.pricing_structure .fee_plan:hover .access_rates {
    transform: translateY(-3px);
}.pricing_structure .fee_plan:hover .access_rates::after {
    width: 80px;
}.pricing_structure .tuition_table p {
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: calc(14px - 2px);
    margin: 0;
    line-height: 1.6;
    color: #000000;
    flex-grow: 1;
}.pricing_structure .img_text_overlay {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    height: 200px;
}.pricing_structure .img_text_overlay::after {
    opacity: 0.7;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    transition: opacity 0.5s ease;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    position: absolute;
}.pricing_structure .fee_plan:hover .img_text_overlay {
    transform: scale(1.05);
}.pricing_structure .fee_plan:hover .img_text_overlay::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.pricing_structure {
    padding: 7rem 2rem;
}.pricing_structure .program_rate {
    flex-direction: row;
    align-items: flex-start;
}.pricing_structure .payment_scheme {
    padding-right: 2rem;
    text-align: left;
    flex-direction: column;
    margin: 0;
    justify-content: center;
    flex: 0 0 30%;
    display: flex;
    order: 0;
}.pricing_structure .payment_scheme h2 {
    text-align: left;
}.pricing_structure .payment_scheme h2::after {
    transform: none;
    left: 0;
}.pricing_structure .fee_offers {
    margin: 0;
    max-width: 100%;
}.pricing_structure .fee_structure {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}

@media (min-width: 992px) {.pricing_structure .fee_structure {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_structure {
    padding: 8rem 2rem;
}.pricing_structure .payment_scheme {
    flex: 0 0 25%;
}.pricing_structure .fee_structure {
    flex: 0 0 75%;
}.pricing_structure .tuition_table {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.pricing_structure .fee_plan {
    margin: 0 auto;
    max-width: 400px;
}.pricing_structure .payment_scheme h2 {
    font-size: calc(33px * 0.9);
}.pricing_structure .fee_offers {
    font-size: calc(14px * 0.95);
}}.learning_profits {
    background: linear-gradient(145deg, rgb(164,206,222) 30%, rgba(rgb(135,170,191,0.5), 0.05) 100%);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.learning_profits::before {
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    height: 6px;
    z-index: 1;
    right: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}.learning_profits::after {
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    position: absolute;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(135,170,191,0.5), 0.03) 0px,
        rgba(rgb(135,170,191,0.5), 0.03) 1px,
        transparent 1px,
        transparent 10px
    );
    top: 0;
}.learning_profits .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    display: grid;
    max-width: 1280px;
    grid-template-columns: 1fr 1.5fr;
    gap: 60px;
}.learning_profits .img_text_overlay {
    box-shadow: 20px 20px 0 rgba(rgb(135,170,191,0.5), 0.2),
                -15px -15px 0 rgba(rgb(108,137,160,0.5), 0.15);
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    object-fit: cover;
    transform: perspective(1000px) rotateY(-8deg);
}.learning_profits .img_text_overlay:hover {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.learning_profits .skill_lab {
    justify-content: center;
    position: relative;
    flex-direction: column;
    display: flex;
}.learning_profits .text_pill {
    transform: translateZ(0);
    position: relative;
    padding: 30px;
    z-index: 2;
}.learning_profits .text_pill::before {
    width: calc(100% + 30px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: -15px;
    border-left: 3px solid rgb(135,170,191);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08);
    content: "";
    z-index: -1;
    height: calc(100% + 30px);
    left: -15px;
    background: rgba(rgb(255, 255, 255, 0.5), 0.9);
}.learning_profits h1 {
    line-height: 1.3;
    margin-bottom: 30px;
    transform: translateX(-5px);
    font-size: 48px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.learning_profits h1::after {
    position: absolute;
    width: 80px;
    content: "";
    height: 3px;
    background: rgb(108,137,160);
    bottom: -10px;
    left: 0;
}.learning_profits ul {
    grid-template-columns: 1fr;
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    gap: 20px;
}.learning_profits li {
    transition: transform 0.4s ease;
    transform: translateZ(0);
    padding-left: 15px;
    position: relative;
}.learning_profits li:hover {
    transform: translateX(10px);
}.learning_profits li::before {
    background: rgb(135,170,191);
    height: 10px;
    left: -5px;
    width: 10px;
    border-radius: 10px;
    position: absolute;
    content: "";
    opacity: 0.7;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    top: 50%;
}.learning_profits li:hover::before {
    transform: translateY(-50%) scale(1);
}.learning_profits p {
    line-height: 1.6;
    align-items: center;
    font-size: 18px;
    display: flex;
    margin: 0;
    color: #000000;
}.learning_profits svg {
    transform: translateY(-1px);
    margin-right: 15px;
    flex-shrink: 0;
    height: 24px;
    width: 24px;
}.learning_profits svg path {
    fill: rgb(135,170,191);
    transition: fill 0.3s ease, transform 0.3s ease;
}.learning_profits li:hover svg path {
    fill: rgb(108,137,160);
}.learning_profits li:hover svg path:first-child {
    transform: translateY(-2px);
}.learning_profits li:hover svg path:last-child {
    transform: translateY(2px);
}

@media (max-width: 1024px) {.learning_profits {
    padding: 80px 0;
}.learning_profits .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.learning_profits .img_text_overlay {
    transform: perspective(1000px) rotateY(-5deg);
    width: 80%;
    max-height: 400px;
    margin: 0 auto;
}.learning_profits h1 {
    font-size: calc(48px * 0.9);
}
}

@media (max-width: 768px) {.learning_profits {
    padding: 60px 0;
}.learning_profits .container {
    gap: 30px;
}.learning_profits .img_text_overlay {
    width: 100%;
    transform: none;
    box-shadow: 10px 10px 0 rgba(rgb(135,170,191,0.5), 0.2),
                    -8px -8px 0 rgba(rgb(108,137,160,0.5), 0.15);
}.learning_profits .text_pill {
    padding: 20px;
}.learning_profits .text_pill::before {
    left: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    top: -10px;
}.learning_profits h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 25px;
}.learning_profits ul {
    gap: 15px;
}
}

@media (max-width: 480px) {.learning_profits {
    padding: 40px 0;
}.learning_profits .img_text_overlay {
    box-shadow: 8px 8px 0 rgba(rgb(135,170,191,0.5), 0.2);
    max-height: 250px;
}.learning_profits h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 20px;
}.learning_profits h1::after {
    width: 60px;
    height: 2px;
}.learning_profits p {
    font-size: calc(18px * 0.9);
}.learning_profits svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}.learning_profits ul {
    gap: 12px;
}.learning_profits li:hover {
    transform: translateX(5px);
}}.course_summary {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgb(164,206,222) 60%, rgba(rgb(135,170,191,0.5), 0.1) 100%);
}.course_summary::before {
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    top: 0;
    height: 100%;
    content: "";
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(135,170,191,0.5), 0.08) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(108,137,160,0.5), 0.06) 0%, transparent 40%);
}.course_summary .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
}.course_summary .tech_skills {
    position: relative;
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}.course_summary .img_text_overlay {
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.25);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    height: 350px;
    position: relative;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
    transform: perspective(1000px) rotateY(-2deg);
}.course_summary .img_text_overlay::after {
    background: linear-gradient(135deg, rgba(rgb(135,170,191,0.5), 0.2) 0%, transparent 70%);
    position: absolute;
    content: '';
    z-index: 1;
    inset: 0;
}.course_summary .text_pill {
    position: relative;
    background: #ffffff;
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.7s ease;
    padding: 30px;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    box-shadow: 0 15px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.course_summary .text_pill::before {
    height: 100%;
    transition: transform 0.5s ease;
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
    left: 0;
    top: 0;
    position: absolute;
    width: 5px;
    content: '';
    transform: scaleY(0.95);
}.course_summary h3 {
    transform: translateZ(0);
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    font-size: calc(22px * 1.1);
}.course_summary h3::after {
    bottom: 0;
    height: 3px;
    background: rgb(135,170,191);
    width: 60px;
    transition: width 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    left: 0;
    content: '';
    position: absolute;
}.course_summary .description {
    font-size: 13px;
    transition: opacity 0.3s ease;
    opacity: 0.9;
    margin: 0 0 20px;
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    font-family: Arial, sans-serif;
}.course_summary p.description {
    display: block;
}.course_summary span.description {
    display: none;
}.course_summary .text_pill:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15);
}.course_summary .text_pill:hover h3::after {
    width: 100px;
}.course_summary .text_pill:hover::before {
    transform: scaleY(1);
}.course_summary .img_text_overlay:hover {
    transform: perspective(1000px) rotateY(0) translateZ(10px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.3);
}

@media (min-width: 768px) {.course_summary .tech_skills {
    align-items: center;
    grid-template-columns: 45% 55%;
}.course_summary .img_text_overlay {
    height: 500px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.course_summary .text_pill {
    z-index: 2;
    margin-left: -80px;
    padding: 50px 50px 50px 80px;
}.course_summary h3 {
    font-size: 22px;
}
}

@media (min-width: 992px) {.course_summary {
    padding: 120px 0;
}.course_summary .tech_skills {
    gap: 60px;
}.course_summary .img_text_overlay {
    transform: perspective(1000px) rotateY(-3deg);
    height: 550px;
}.course_summary .text_pill {
    margin-left: -120px;
    transform: perspective(1000px) rotateY(2deg) translateZ(0);
    padding: 60px 60px 60px 120px;
}.course_summary h3 {
    font-size: calc(22px * 1.2);
    margin-bottom: 30px;
}
}

@media (min-width: 1200px) {.course_summary .img_text_overlay {
    height: 600px;
}.course_summary .text_pill {
    margin-left: -150px;
}.course_summary h3 {
    font-size: calc(22px * 1.3);
}
}

@media (max-width: 767px) {.course_summary {
    padding: 70px 0;
}.course_summary .img_text_overlay {
    margin-bottom: -20px;
    height: 250px;
}.course_summary .text_pill {
    padding: 25px;
}.course_summary h3 {
    font-size: calc(22px * 0.9);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.course_summary .description {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (prefers-reduced-motion: reduce) {.course_summary .img_text_overlay,
  .course_summary .text_pill,
  .course_summary h3::after,
  .course_summary .text_pill::before {
    transition: none;
    transform: none;
}}.title_greeting {
    width: 100%;
    position: relative;
    overflow: hidden;
}.title_greeting .edu_home {
    min-height: 85vh;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}.title_greeting .edu_home::before {
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgb(135,170,191,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    right: 0;
}.title_greeting .learning_dna {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    padding: 3rem;
    width: 90%;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: grid;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    gap: 2rem;
    grid-template-columns: 1fr;
    position: relative;
    backdrop-filter: blur(8px);
    z-index: 2;
    max-width: 1200px;
}.title_greeting .learning_dna:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.title_greeting .learning_dna > div {
    animation: fadeInUp 0.8s forwards;
    opacity: 0;
}.title_greeting .learning_dna > div:nth-child(2) {
    animation-delay: 0.3s;
}.title_greeting .title_style_header {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.2;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.title_greeting .title_style_header::after {
    width: 80px;
    transition: transform 0.4s ease;
    height: 4px;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    content: "";
    position: absolute;
    bottom: -10px;
    background: rgb(108,137,160);
}.title_greeting .learning_dna:hover .title_style_header::after {
    transform: scaleX(1);
}.title_greeting h3 {
    padding-left: 1rem;
    margin-bottom: 1rem;
    position: relative;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
    color: #ffffff;
}.title_greeting h3::before {
    content: "";
    top: 0;
    background: rgb(108,137,160);
    left: 0;
    position: absolute;
    width: 3px;
    height: 100%;
}.title_greeting p {
    line-height: 1.6;
    position: relative;
    font-size: 13px;
    opacity: 0.9;
    margin-top: 1.2rem;
    color: #ffffff;
    padding-left: 1rem;
}

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

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgb(108,137,160,0.5);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

@media (min-width: 768px) {.title_greeting .learning_dna {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.title_greeting .learning_dna > div:first-child {
    position: relative;
}.title_greeting .learning_dna > div:first-child::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(108,137,160), transparent);
    width: 1px;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    height: 70%;
    right: -1rem;
}.title_greeting .title_style_header {
    font-size: calc(46px * 1.2);
}
}

@media (max-width: 767px) {.title_greeting .edu_home {
    min-height: 70vh;
}.title_greeting .learning_dna {
    width: 95%;
    padding: 2rem;
}.title_greeting .title_style_header {
    font-size: calc(46px * 0.9);
}.title_greeting h3 {
    font-size: calc(24px * 0.9);
}
}

@media (max-width: 480px) {.title_greeting .edu_home {
    min-height: 60vh;
}.title_greeting .learning_dna {
    padding: 1.5rem;
}.title_greeting .title_style_header {
    font-size: calc(46px * 0.8);
}.title_greeting h3 {
    font-size: calc(24px * 0.8);
    padding-left: 0.75rem;
}.title_greeting p {
    padding-left: 0.75rem;
    font-size: calc(13px * 0.9);
}}header {
    background: linear-gradient(to bottom, 
        rgb(135,170,191,0.5) 0%,
        #000000 100%);
    width: 100%;
    left: 0;
    z-index: 100;
    position: fixed;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    top: 0;
}header::before {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(108,137,160,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(135,170,191,0.5) 0%, transparent 15%);
    height: 100%;
    width: 100%;
    animation: pulse-bg 8s infinite alternate;
    z-index: 1;
    opacity: 0.3;
    top: 0;
    left: 0;
    content: "";
}header::after {
    width: 100%;
    left: 0;
    content: "";
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(108,137,160,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(108,137,160,0.5) 100%);
    background-size: 20px 20px;
    position: absolute;
    opacity: 0.1;
    height: 100%;
    z-index: 1;
    top: 0;
}header .container {
    position: relative;
    z-index: 2;
    flex-direction: column;
    padding: 0;
    align-items: center;
    display: flex;
}header .head_page {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
}header .header_know {
    z-index: 3;
    margin: 1rem 0 1.5rem;
    justify-content: center;
    text-decoration: none;
    position: relative;
    align-items: center;
    display: flex;
}header .header_know::before {
    height: 120px;
    width: 120px;
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(108,137,160,0.5) 120deg,
            transparent 180deg,
            rgb(135,170,191,0.5) 240deg,
            transparent 360deg
        );
    position: absolute;
    content: "";
    animation: rotate 10s linear infinite;
    z-index: -1;
    border-radius: 50%;
    opacity: 0.2;
}header .header_know::after {
    filter: blur(20px);
    border-radius: 50%;
    position: absolute;
    width: 70px;
    animation: pulse-opacity 4s ease infinite alternate;
    content: "";
    opacity: 0.3;
    background: rgb(108,137,160,0.5);
    height: 70px;
    z-index: -2;
}header .header_know svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 0 8px rgb(135,170,191,0.5));
    transition: all 0.4s ease;
}header .header_know:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(108,137,160));
}header .top_info {
    width: 100vw;
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    justify-content: center;
    scrollbar-width: none;
    padding: 1rem 0;
    border-top: 1px solid rgb(135,170,191,0.5);
    overflow-x: auto;
    display: flex;
    position: relative;
    border-bottom: 1px solid rgb(135,170,191,0.5);
    gap: 0.8rem;
}header .top_info::-webkit-scrollbar {
    display: none;
}header .top_info::before {
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    position: absolute;
    z-index: 3;
    height: 100%;
    content: "";
}header .head_nav {
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    padding: 0.6rem 1.5rem;
    text-transform: uppercase;
    white-space: nowrap;
    perspective: 800px;
    z-index: 2;
    font-size: 18px;
}header .head_nav::before {
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    transition: all 0.3s ease;
    width: 100%;
    transform: translateZ(-10px);
    z-index: -1;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
}header .head_nav::after {
    bottom: 0;
    left: 50%;
    width: 0%;
    position: absolute;
    background: rgb(108,137,160);
    content: "";
    height: 2px;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}header .head_nav:hover {
    text-shadow: 0 0 5px rgb(108,137,160,0.5);
    color: rgb(108,137,160);
    transform: translateY(-2px) translateZ(0);
}header .head_nav:hover::before {
    box-shadow: 0 0 15px rgb(135,170,191,0.5);
    transform: translateZ(0);
    border-color: rgb(108,137,160,0.5);
}header .head_nav:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .header_know {
    margin: 0.8rem 0 1.2rem;
}header .header_know svg {
    height: 40px;
}header .head_nav {
    padding: 0.5rem 1.2rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header .header_know {
    margin: 0.6rem 0 1rem;
}header .header_know svg {
    height: 35px;
}header .header_know::before {
    width: 90px;
    height: 90px;
}header .header_know::after {
    width: 50px;
    height: 50px;
}header .top_info {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .head_nav {
    font-size: calc(18px - 2px);
    padding: 0.4rem 1rem;
}header .head_nav:first-child {
    margin-left: 2rem;
}header .head_nav:last-child {
    margin-right: 2rem;
}}.who_we_are {
    position: relative;
    overflow: hidden;
    padding: 4rem 0;
    font-family: Arial, sans-serif;
    background: rgb(164,206,222);
}.who_we_are::before {
    right: -5%;
    animation: float 15s infinite ease-in-out;
    transform: rotate(-15deg) skew(15deg);
    opacity: 0.2;
    height: 70%;
    top: -10%;
    content: "";
    width: 45%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(135,170,191,0.5), rgb(108,137,160,0.5));
}.who_we_are::after {
    transform: rotate(15deg) skew(-15deg);
    width: 45%;
    background: linear-gradient(225deg, rgb(108,137,160,0.5), rgb(135,170,191,0.5));
    content: "";
    bottom: -10%;
    opacity: 0.15;
    animation: float 20s infinite ease-in-out reverse;
    z-index: 1;
    left: -5%;
    position: absolute;
    height: 70%;
}.who_we_are .container {
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.who_we_are h1 {
    transform: translateY(10px);
    opacity: 0;
    font-weight: 700;
    position: relative;
    text-align: center;
    animation: fadeInUp 0.8s 0.2s forwards ease-out;
    font-size: 44px;
    margin-bottom: 2.5rem;
    color: #000000;
}.who_we_are h1::after {
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    transform: translateX(-50%);
    height: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    left: 50%;
    bottom: -0.75rem;
    position: absolute;
    width: 80px;
    content: "";
}.who_we_are .mastery_zone {
    position: relative;
}.who_we_are .mastery_zone ul {
    grid-template-columns: 1fr;
    list-style: none;
    gap: 3rem;
    display: grid;
    padding: 0;
    margin: 0;
}.who_we_are .learn_way {
    padding: 2.5rem;
    transform: translateY(20px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    animation: fadeInUp 0.8s 0.4s forwards ease-out;
    opacity: 0;
    background: #ffffff;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}.who_we_are .learn_way:nth-child(2) {
    animation-delay: 0.6s;
}.who_we_are .learn_way::before {
    top: 0;
    width: 100%;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translate(8px, 8px);
    height: 100%;
    background: linear-gradient(135deg, transparent 97%, rgb(135,170,191,0.5));
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    opacity: 0.3;
}.who_we_are .learn_way:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transform: translateY(15px);
}.who_we_are .learn_way:hover::before {
    transform: translate(12px, 12px);
    opacity: 0.4;
}.who_we_are .learn_way h4 {
    position: relative;
    padding-bottom: 0.75rem;
    font-size: calc(24px * 1.1);
    font-weight: 600;
    color: rgb(135,170,191);
    margin-bottom: 1.5rem;
}.who_we_are .learn_way h4::after {
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
    height: 2px;
    background: rgb(108,137,160);
    transition: width 0.4s ease;
    bottom: 0;
}.who_we_are .learn_way:hover h4::after {
    width: 60px;
}.who_we_are .learn_way div {
    line-height: 1.75;
    color: #000000;
    font-size: 16px;
    padding-right: 0.75rem;
    overflow-y: auto;
    max-height: 300px;
}.who_we_are .learn_way div::-webkit-scrollbar {
    width: 4px;
}.who_we_are .learn_way div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
}.who_we_are .learn_way div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgb(108,137,160,0.5);
}

@media (min-width: 768px) {.who_we_are {
    padding: 6rem 0;
}.who_we_are h1 {
    text-align: left;
    font-size: calc(44px * 1.2);
    margin-bottom: 3.5rem;
}.who_we_are h1::after {
    width: 100px;
    transform: none;
    left: 0;
}.who_we_are .mastery_zone ul {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.who_we_are .learn_way {
    padding: 3rem;
}.who_we_are .learn_way div {
    max-height: 400px;
}
}

@media (min-width: 1024px) {.who_we_are::before {
    height: 60%;
    width: 35%;
}.who_we_are::after {
    width: 35%;
    height: 60%;
}.who_we_are .container {
    padding: 0 3rem;
}.who_we_are h1 {
    font-size: calc(44px * 1.4);
}.who_we_are .mastery_zone ul {
    gap: 3.5rem;
}.who_we_are .learn_way {
    padding: 3.5rem;
}.who_we_are .learn_way h4 {
    font-size: calc(24px * 1.2);
    margin-bottom: 2rem;
}.who_we_are .learn_way div {
    line-height: 1.8;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 1440px) {.who_we_are {
    padding: 8rem 0;
}.who_we_are .container {
    max-width: 1400px;
}.who_we_are .learn_way {
    padding: 4rem;
}.who_we_are .learn_way div {
    max-height: 450px;
}}

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

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) skew(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-15deg) skew(15deg) translate(-15px, 15px);
    }
}.stats_tool {
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    z-index: 1;
    color: #ffffff;
    position: relative;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.stats_tool .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}.stats_tool .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}.stats_tool .company_holder::after {
    top: 10%;
    width: 1px;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(135,170,191), transparent);
    position: absolute;
    content: '';
    right: 0;
}.stats_tool .company_holder h3 {
    text-shadow: 0 0 10px rgb(135,170,191,0.5);
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: calc(38px * 0.9);
    font-weight: 700;
}.stats_tool .company_holder h3::after {
    bottom: -5px;
    width: 40%;
    height: 2px;
    content: '';
    left: 0;
    position: absolute;
    transition: width 0.3s ease-in-out;
    background: rgb(135,170,191);
}.stats_tool .company_holder h3:hover::after {
    width: 100%;
}.stats_tool .encrypt_cta {
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    line-height: 1.6;
    font-size: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
    margin-top: 15px;
    backdrop-filter: blur(5px);
    transform: translateZ(0);
}.stats_tool .encrypt_cta:hover {
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}.stats_tool .gift_card {
    position: relative;
    justify-content: space-between;
    display: flex;
    flex: 0 0 65%;
}.stats_tool .top_know {
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    display: flex;
}.stats_tool .top_info {
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    flex: 0 0 45%;
    border-radius: 27px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}.stats_tool .top_info::before {
    inset: 0;
    position: absolute;
    transform: translateX(-100%);
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: transform 0.6s ease;
    content: '';
}.stats_tool .top_info:hover::before {
    transform: translateX(100%);
}.stats_tool .top_info h5 {
    margin-bottom: 20px;
    color: #ffffff;
    padding-bottom: 10px;
    font-weight: 600;
    position: relative;
    font-size: 18px;
}.stats_tool .top_info h5::after {
    content: '';
    position: absolute;
    width: 40px;
    background: rgb(135,170,191);
    left: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    bottom: 0;
    height: 2px;
}.stats_tool .top_info:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(135,170,191), 0 0 16px rgb(135,170,191,0.5);
}.stats_tool .top_info .top_know {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.stats_tool .top_info .top_know a {
    text-decoration: none;
    font-size: calc(15px * 0.95);
    display: inline-block;
    transition: all 0.3s ease;
    color: #ffffff;
    opacity: 0.85;
    padding-left: 0;
    position: relative;
}.stats_tool .top_info .top_know a::before {
    content: '';
    width: 0;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(135,170,191), transparent);
    height: 1px;
    left: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: -2px;
}.stats_tool .top_info .top_know a:hover {
    padding-left: 5px;
    opacity: 1;
    color: #ffffff;
}.stats_tool .top_info .top_know a:hover::before {
    box-shadow: 0 0 5px rgb(135,170,191,0.5);
    width: 100%;
}.challenge_cta {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    padding: 15px 0;
}.challenge_cta::before {
    position: absolute;
    height: 1px;
    top: 0;
    right: 0;
    content: '';
    background: linear-gradient(90deg, transparent, rgb(135,170,191,0.5), transparent);
    left: 0;
}.challenge_cta .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.challenge_cta .pitch_comp {
    text-align: center;
    opacity: 0.8;
    color: #ffffff;
    transition: opacity 0.3s ease;
    font-size: 15px;
    letter-spacing: 0.5px;
}.challenge_cta .pitch_comp:hover {
    opacity: 1;
}

@media (max-width: 991px) {.stats_tool {
    padding: 60px 0 30px;
}.stats_tool .container {
    flex-direction: column;
}.stats_tool .company_holder {
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
}.stats_tool .company_holder::after {
    display: none;
}.stats_tool .gift_card {
    flex: 0 0 100%;
}.stats_tool .top_info {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.stats_tool {
    padding: 40px 0 20px;
}.stats_tool .top_know {
    flex-direction: column;
}.stats_tool .top_info {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.stats_tool .company_holder h3 {
    font-size: calc(38px * 0.8);
}.stats_tool .top_info h5 {
    font-size: calc(18px * 0.9);
}.challenge_cta .pitch_comp {
    font-size: calc(15px * 0.9);
}
}

@media (max-width: 576px) {.stats_tool {
    padding: 30px 0 15px;
}.stats_tool .company_holder {
    margin-bottom: 30px;
}.stats_tool .company_holder h3 {
    font-size: calc(38px * 0.7);
}.stats_tool .top_info h5 {
    font-size: calc(18px * 0.8);
}.challenge_cta {
    padding: 10px 0;
}.challenge_cta .pitch_comp {
    font-size: calc(15px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    opacity: 0.3;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    background-size: 50px 50px;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
}.stats_tool .company_holder h3 {
    position: relative;
    overflow: hidden;
}.stats_tool .company_holder h3::before {
    position: absolute;
    transition: 0.5s;
    content: '';
    width: 100%;
    height: 100%;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    pointer-events: none;
    top: 0;
}.stats_tool .company_holder h3:hover::before {
    left: 100%;
}.privacy_hedge {
    position: relative;
    overflow: hidden;
    padding: 5rem 2rem;
    background: linear-gradient(120deg, rgb(164,206,222), #ffffff);
}.privacy_hedge::before {
    width: 100%;
    opacity: 0.15;
    pointer-events: none;
    position: absolute;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 80% 20%, rgb(108,137,160,0.5) 0%, transparent 60%),
        radial-gradient(circle at 20% 80%, rgb(135,170,191,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    height: 100%;
}.privacy_hedge .container {
    z-index: 1;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08), 
                0 5px 10px rgba(0,0,0,0.03);
    position: relative;
    padding: 3rem;
    background: #ffffff;
    margin: 0 auto;
    max-width: 1140px;
    transform: perspective(1000px) rotateX(1deg);
}.privacy_hedge .container::before {
    width: 4px;
    transform: translateX(-2px);
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
    content: "";
    left: 0;
    height: 100%;
}.privacy_hedge h1 {
    font-size: 38px;
    color: #000000;
    transform: translateX(1.5rem);
    padding-bottom: 1rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 2rem;
    position: relative;
}.privacy_hedge h1::after {
    bottom: 0;
    transition: width 0.4s ease;
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(135,170,191);
    left: 0;
    width: 80px;
    transform-origin: left center;
}.privacy_hedge:hover h1::after {
    width: 120px;
}.privacy_hedge h2 {
    color: rgb(108,137,160);
    display: inline-block;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    position: relative;
    padding-left: 1.5rem;
    font-size: 32px;
}.privacy_hedge h2::before {
    height: 8px;
    background: rgb(135,170,191);
    position: absolute;
    content: "";
    width: 8px;
    left: 0;
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
}.privacy_hedge h3 {
    position: relative;
    padding-left: 1.25rem;
    font-size: calc(32px * 0.85);
    font-family: Arial, sans-serif;
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
}.privacy_hedge h3::before {
    top: 50%;
    left: 0;
    width: 6px;
    position: absolute;
    height: 6px;
    background: rgb(108,137,160);
    content: "";
    transform: translateY(-50%) rotate(45deg);
}.privacy_hedge h4 {
    margin: 2rem 0 1rem;
    font-family: Arial, sans-serif;
    color: #000000;
    padding-left: 1rem;
    position: relative;
    font-weight: 600;
    font-size: calc(32px * 0.7);
}.privacy_hedge h4::before {
    height: 4px;
    content: "";
    top: 50%;
    left: 0;
    width: 4px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    background: rgb(135,170,191);
}.privacy_hedge p {
    color: #000000;
    margin-bottom: 1.5rem;
    transform: translateZ(0);
    position: relative;
    font-size: 18px;
    line-height: 1.8;
    max-width: 90%;
    font-family: Arial, sans-serif;
}.privacy_hedge p strong {
    display: inline-block;
    font-weight: 600;
    color: #000000;
    position: relative;
}.privacy_hedge p strong::after {
    width: 100%;
    left: 0;
    position: absolute;
    background: rgb(135,170,191,0.5);
    content: "";
    height: 1px;
    bottom: -2px;
}.privacy_hedge ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.privacy_hedge li {
    color: #000000;
    line-height: 1.6;
    font-family: Arial, sans-serif;
    font-size: 18px;
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
}.privacy_hedge li::before {
    width: 6px;
    transition: all 0.3s ease;
    position: absolute;
    top: 0.7em;
    border: 1px solid rgb(135,170,191);
    left: 0;
    transform: rotate(45deg);
    content: "";
    height: 6px;
}.privacy_hedge li:hover::before {
    background: rgb(135,170,191);
    transform: rotate(135deg);
}.privacy_hedge span {
    font-family: Arial, sans-serif;
    padding: 0.5rem 0 0.5rem 1rem;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    border-left: 2px solid rgb(108,137,160,0.5);
    display: block;
    color: #000000;
    font-size: 18px;
}

@media (min-width: 992px) {.privacy_hedge {
    padding: 7rem 3rem;
}.privacy_hedge .container {
    transform: perspective(1200px) rotateX(1deg);
    padding: 4rem 5rem;
}.privacy_hedge h1 {
    transform: translateX(2rem);
    font-size: calc(38px * 1.15);
}.privacy_hedge p {
    max-width: 80%;
}.privacy_hedge ul {
    padding-left: 2.5rem;
}
}

@media (max-width: 991px) {.privacy_hedge {
    padding: 4rem 1.5rem;
}.privacy_hedge .container {
    padding: 2.5rem;
}.privacy_hedge h1 {
    transform: translateX(1rem);
}
}

@media (max-width: 767px) {.privacy_hedge {
    padding: 3rem 1rem;
}.privacy_hedge .container {
    transform: perspective(800px) rotateX(0.5deg);
    padding: 2rem 1.5rem;
}.privacy_hedge h1 {
    font-size: calc(38px * 0.85);
    transform: translateX(0);
}.privacy_hedge h2 {
    font-size: calc(32px * 0.9);
}.privacy_hedge p, .privacy_hedge li, .privacy_hedge span {
    font-size: calc(18px * 0.95);
}.privacy_hedge p {
    max-width: 100%;
}
}

@media (max-width: 480px) {.privacy_hedge {
    padding: 2rem 0.75rem;
}.privacy_hedge .container {
    transform: none;
    padding: 1.75rem 1.25rem;
}.privacy_hedge .container::before {
    width: 3px;
}.privacy_hedge h1 {
    font-size: calc(38px * 0.75);
    margin-bottom: 1.5rem;
}.privacy_hedge h2 {
    padding-left: 1.25rem;
    font-size: calc(32px * 0.8);
}.privacy_hedge h3, .privacy_hedge h4 {
    padding-left: 1rem;
}.privacy_hedge p, .privacy_hedge li, .privacy_hedge span {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.privacy_hedge ul {
    padding-left: 0.75rem;
}.privacy_hedge li {
    padding-left: 1.25rem;
}}.instructional_approach {
    background: linear-gradient(135deg, rgb(164,206,222) 0%, #ffffff 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.instructional_approach::before {
    background-image: radial-gradient(circle at 10% 20%, rgb(108,137,160,0.5) 0%, transparent 60%);
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    position: absolute;
    content: "";
    z-index: 0;
    width: 100%;
}.instructional_approach::after {
    transform: rotate(-15deg);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    z-index: 0;
    right: -50px;
    opacity: 0.08;
    animation: float 12s infinite ease-in-out;
    height: 250px;
    position: absolute;
    content: "";
    background: rgb(135,170,191,0.5);
    width: 250px;
    top: -50px;
}.instructional_approach .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.instructional_approach .skill_lab {
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    position: relative;
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
    align-items: center;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}.instructional_approach .skill_lab:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.07), 0 10px 20px rgba(0, 0, 0, 0.05);
}.instructional_approach .skill_lab > div {
    position: relative;
    max-width: 800px;
}.instructional_approach .skill_lab > div::before {
    left: -2rem;
    position: absolute;
    height: 100%;
    transform-origin: top;
    transform: scaleY(0);
    top: 0;
    content: "";
    width: 4px;
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
    animation: line-appear 1.2s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
}.instructional_approach h3 {
    font-size: calc(38px * 0.85);
    margin-bottom: 1.5rem;
    opacity: 0;
    position: relative;
    letter-spacing: -0.02em;
    font-family: Arial, sans-serif;
    transform: translateX(-20px);
    color: #000000;
    animation: slide-in 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}.instructional_approach h3::after {
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -0.5rem;
    transform: scaleX(0);
    animation: line-grow 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: left;
    left: 0;
    background: rgb(108,137,160);
}.instructional_approach p {
    font-size: 13px;
    opacity: 0;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    animation: fade-up 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    transform: translateY(20px);
    margin-bottom: 0;
    position: relative;
}.instructional_approach p span {
    padding-right: 0.5rem;
    position: relative;
    display: inline-block;
}.instructional_approach p span::before {
    content: "";
    transform-origin: left;
    width: 100%;
    background: linear-gradient(to right, rgb(108,137,160,0.5), transparent);
    bottom: -5px;
    transform: scaleX(0);
    animation: line-grow-subtle 1.2s 1s forwards cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.3;
    position: absolute;
    left: 0;
    height: 1px;
}@keyframes line-appear {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes line-grow {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes line-grow-subtle {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes slide-in {
    0% {
        transform: translateX(-20px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes float {
    0%, 100% {
        transform: rotate(-15deg) translateY(0);
    }
    50% {
        transform: rotate(-15deg) translateY(-20px);
    }
}


.instructional_approach .skill_lab:hover::after {
    transform: translate(-50%, -50%);
    pointer-events: none;
    position: absolute;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(108,137,160,0.5) 0%, transparent 70%);
    z-index: -1;
    border-radius: 50%;
    height: 200px;
    content: "";
    animation: followMouse 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    width: 200px;
}

@keyframes followMouse {
    0% {
        opacity: 0;
        transform: scale(0.5) translate(-50%, -50%);
    }
    100% {
        opacity: 0.1;
        transform: scale(1) translate(-50%, -50%);
    }
}


@media (max-width: 1200px) {.instructional_approach {
    padding: 5rem 0;
}.instructional_approach .skill_lab {
    padding: 2.5rem;
    margin: 0 2rem;
}.instructional_approach h3 {
    font-size: calc(38px * 0.8);
}
}

@media (max-width: 992px) {.instructional_approach {
    padding: 4rem 0;
}.instructional_approach .skill_lab {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem;
}.instructional_approach h3 {
    font-size: calc(38px * 0.75);
}.instructional_approach p {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}.instructional_approach::after {
    right: -30px;
    top: -30px;
    height: 180px;
    width: 180px;
}
}

@media (max-width: 768px) {.instructional_approach {
    padding: 3.5rem 0;
}.instructional_approach .skill_lab {
    padding: 1.75rem;
    transform: none;
    margin: 0 1.5rem;
}.instructional_approach .skill_lab:hover {
    transform: translateY(-3px);
}.instructional_approach h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 1.25rem;
}.instructional_approach .skill_lab > div::before {
    left: -1.5rem;
    width: 3px;
}.instructional_approach h3::after {
    width: 60px;
    height: 2px;
}.instructional_approach::after {
    right: -20px;
    top: -20px;
    width: 150px;
    height: 150px;
}
}

@media (max-width: 576px) {.instructional_approach {
    padding: 3rem 0;
}.instructional_approach .skill_lab {
    margin: 0 1rem;
    padding: 1.5rem;
}.instructional_approach h3 {
    font-size: calc(38px * 0.65);
    margin-bottom: 1rem;
}.instructional_approach p {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.instructional_approach .skill_lab > div::before {
    left: -1.25rem;
    width: 2px;
}.instructional_approach::after {
    width: 120px;
    opacity: 0.06;
    height: 120px;
}
}

@media (max-width: 480px) {.instructional_approach {
    padding: 2.5rem 0;
}.instructional_approach .skill_lab {
    padding: 1.25rem;
    margin: 0 0.75rem;
}.instructional_approach h3 {
    font-size: calc(38px * 0.6);
}.instructional_approach p {
    font-size: calc(13px * 0.85);
    line-height: 1.5;
}.instructional_approach .skill_lab > div::before {
    left: -1rem;
}.instructional_approach h3::after {
    width: 50px;
}.instructional_approach::after {
    width: 100px;
    height: 100px;
}}.gratWrap {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgba(255,255,255,0.95) 100%);
}.gratWrap::before {
    z-index: 0;
    background-size: 20px 20px;
    left: 0;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgba(rgb(135,170,191,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(135,170,191,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(135,170,191,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(135,170,191,0.5), 0.05) 75%);
    top: 0;
    animation: patternShift 60s linear infinite;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    content: "";
    width: 100%;
}.gratWrap::after {
    animation: floatGlow 15s ease-in-out infinite alternate;
    width: 30%;
    right: -5%;
    content: "";
    filter: blur(70px);
    position: absolute;
    opacity: 0.25;
    top: -10%;
    height: 50%;
    z-index: 0;
    background: linear-gradient(145deg, rgb(135,170,191,0.5), rgb(108,137,160,0.5));
}.gratWrap .container {
    transform: translateZ(0);
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
    max-width: 1200px;
    position: relative;
}.gratWrap h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    text-align: center;
    color: #000000;
    letter-spacing: -0.01em;
    transform: perspective(1000px) translateZ(0);
    line-height: 1.3;
    position: relative;
    margin-bottom: 3rem;
    font-size: 32px;
}.gratWrap h2::after {
    height: 3px;
    transform: translateX(-50%) scaleX(0.8);
    box-shadow: 0 2px 10px rgba(rgb(135,170,191,0.5), 0.2);
    left: 50%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    bottom: -1rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    width: 6rem;
}.gratWrap:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.gratWrap .skill_lab {
    padding: 3rem 2.5rem;
    position: relative;
    border-radius: 8px;
    transform: translateY(0);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    overflow: hidden;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
}.gratWrap .skill_lab::before {
    left: -2px;
    position: absolute;
    top: -2px;
    background-size: 200% 100%;
    animation: gradientMove 6s linear infinite;
    z-index: 1;
    content: "";
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160), rgb(135,170,191));
    height: 5px;
    right: -2px;
}.gratWrap .skill_lab::after {
    position: absolute;
    background: linear-gradient(180deg, transparent, rgba(rgb(164,206,222), 0.05));
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    height: 30%;
    content: "";
}.gratWrap:hover .skill_lab {
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
    transform: translateY(-5px);
}.gratWrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 2;
}.gratWrap li {
    z-index: 2;
    position: relative;
}.gratWrap li::before {
    z-index: -1;
    left: -1rem;
    top: -0.5rem;
    transform: scale(0.8);
    background-image: radial-gradient(circle, rgb(108,137,160,0.5) 0%, transparent 70%);
    content: "";
    position: absolute;
    height: 2rem;
    transition: transform 0.6s ease, opacity 0.6s ease;
    width: 2rem;
    opacity: 0.3;
}.gratWrap:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}.gratWrap span {
    line-height: 1.7;
    padding: 0.5rem 0;
    font-size: 18px;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    position: relative;
    transition: color 0.3s ease;
}.gratWrap span::first-letter {
    font-size: 1.5em;
    color: rgb(135,170,191);
    font-weight: 600;
}

@keyframes gradientMove {
    0% { background-position: 0 0; }
    100% { background-position: 200% 0; }
}

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.gratWrap {
    padding: 4rem 0;
}.gratWrap h2 {
    margin-bottom: 2.5rem;
    font-size: calc(32px * 0.9);
}.gratWrap .skill_lab {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.gratWrap {
    padding: 3.5rem 0;
}.gratWrap h2 {
    line-height: 1.4;
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.gratWrap h2::after {
    width: 5rem;
    bottom: -0.8rem;
}.gratWrap .skill_lab {
    padding: 2rem 1.5rem;
}.gratWrap span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 575px) {.gratWrap {
    padding: 3rem 0;
}.gratWrap h2 {
    margin-bottom: 1.8rem;
    font-size: calc(32px * 0.7);
}.gratWrap h2::after {
    width: 4rem;
}.gratWrap .skill_lab {
    padding: 1.5rem 1.25rem;
}.gratWrap span {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}.gratWrap li::before {
    width: 1.5rem;
    left: -0.5rem;
    top: -0.3rem;
    height: 1.5rem;
}}.instructor_profile {
    padding: 4rem 2rem;
    background: rgb(164,206,222);
    border-radius: 13px;
    position: relative;
    overflow: hidden;
}.instructor_profile::before {
    opacity: 0.2;
    left: 0;
    top: 0;
    animation: grid-shift 30s linear infinite;
    position: absolute;
    width: 100%;
    z-index: 1;
    background-size: 20px 20px;
    background-image: linear-gradient(rgb(135,170,191,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(135,170,191,0.5) 1px, transparent 1px);
    height: 100%;
    content: "";
}.instructor_profile .edu_quotes {
    z-index: 2;
    grid-template-columns: 45% 55%;
    display: grid;
    position: relative;
    max-width: 900px;
    gap: 0;
    margin: 0 auto;
}.instructor_profile .img_text_overlay {
    filter: grayscale(60%);
    height: 100%;
    position: relative;
    min-height: 400px;
    transition: filter 0.6s ease;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
}.instructor_profile .img_text_overlay::before {
    transition: all 0.5s ease;
    mix-blend-mode: overlay;
    border: 1px solid #ffffff;
    opacity: 0;
    top: 20px;
    bottom: 20px;
    z-index: 3;
    position: absolute;
    left: 20px;
    right: 20px;
    transform: scale(0.9);
    content: "";
}.instructor_profile .edu_quotes:hover .img_text_overlay {
    filter: grayscale(0%);
}.instructor_profile .edu_quotes:hover .img_text_overlay::before {
    transform: scale(1);
    opacity: 0.8;
}.instructor_profile .employee_details {
    justify-content: center;
    background: #ffffff;
    display: flex;
    z-index: 3;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    margin-left: -10%;
    padding: 2rem 2rem 2rem 4rem;
}.instructor_profile .employee_details::before {
    width: 10px;
    height: 100%;
    transition: width 0.3s ease;
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
    content: "";
    top: 0;
    left: 0;
    position: absolute;
}.instructor_profile .edu_quotes:hover .employee_details::before {
    width: 15px;
}.instructor_profile .name {
    font-family: Arial, sans-serif;
    opacity: 0.9;
    transition: all 0.4s ease;
    transform: translateX(20px);
    margin-bottom: 0.8rem;
    line-height: 1.1;
    font-size: calc(33px * 1.2);
    font-weight: 700;
    color: rgb(135,170,191);
    letter-spacing: -1px;
}.instructor_profile .edu_quotes:hover .name {
    transform: translateX(0);
    opacity: 1;
}.instructor_profile .employee_details > div:nth-child(2) {
    font-weight: 600;
    letter-spacing: 2px;
    color: rgb(108,137,160);
    margin-bottom: 2rem;
    text-transform: uppercase;
    transition: all 0.4s ease 0.1s;
    font-size: 12px;
    opacity: 0.7;
    transform: translateX(15px);
}.instructor_profile .edu_quotes:hover .employee_details > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.instructor_profile .emp_milestones {
    position: relative;
    opacity: 0.8;
    transform: translateX(10px);
    transition: all 0.4s ease 0.2s;
    color: #000000;
    line-height: 1.8;
    font-size: 12px;
}.instructor_profile .emp_milestones::first-letter {
    font-weight: 700;
    color: rgb(135,170,191);
    font-size: 1.6em;
}.instructor_profile .edu_quotes:hover .emp_milestones {
    transform: translateX(0);
    opacity: 1;
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.instructor_profile .edu_quotes {
    grid-template-columns: 1fr;
}.instructor_profile .img_text_overlay {
    min-height: 300px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.instructor_profile .employee_details {
    padding: 3rem 2rem 2rem;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    margin-left: 0;
    margin-top: -50px;
}}.contact_form_box {
    background: linear-gradient(
        -45deg, 
        rgb(164,206,222) 0%, 
        rgb(108,137,160,0.5) 100%
    );
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.contact_form_box .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 1rem;
}.contact_form_box .request_query {
    background: rgb(108,137,160,0.5);
    border-radius: 18px;
    align-items: stretch;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 25px 50px rgb(135,170,191,0.5);
}.contact_form_box .img_text_overlay {
    flex: 0 0 45%;
    position: relative;
    transform: skew(-10deg);
    min-height: 600px;
    z-index: 2;
    margin-left: -5%;
}.contact_form_box .img_text_overlay::before {
    position: absolute;
    content: '';
    top: 0;
    transform: skew(10deg);
    left: 0;
    opacity: 0.7;
    height: 100%;
    width: 120%;
    background: linear-gradient(
        135deg, 
        rgb(135,170,191,0.5) 0%, 
        rgb(108,137,160,0.5) 100%
    );
    z-index: 1;
}.contact_form_box .help_map {
    z-index: 3;
    flex-direction: column;
    justify-content: center;
    padding: 4rem 3rem 4rem 10%;
    position: relative;
    display: flex;
    flex: 0 0 55%;
}.contact_form_box h2 {
    text-align: left;
    padding-left: 2rem;
    position: relative;
    font-size: 44px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 2.5rem;
}.contact_form_box h2::before {
    background: rgb(135,170,191);
    border-radius: 50%;
    position: absolute;
    left: 0;
    height: 1rem;
    width: 1rem;
    top: 50%;
    content: '';
    transform: translateY(-50%);
    box-shadow: 0 0 15px rgb(135,170,191,0.5);
}.contact_form_box .help_map h3 {
    position: relative;
    margin-bottom: 2rem;
    font-weight: 600;
    font-size: 36px;
    padding-bottom: 1rem;
    color: #ffffff;
}.contact_form_box .help_map h3::after {
    position: absolute;
    background: rgb(135,170,191);
    left: 0;
    height: 3px;
    bottom: 0;
    width: 50px;
    content: '';
}.contact_form_box .help_map form {
    display: grid;
    gap: 1.5rem;
}.contact_form_box .help_map input:not([type="checkbox"]):not([type="submit"]) {
    outline: none;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    border-radius: 10px;
    background: rgb(108,137,160,0.5);
    color: #ffffff;
    width: 100%;
    border: 1px solid rgb(135,170,191,0.5);
}.contact_form_box .help_map input:not([type="checkbox"]):not([type="submit"])::after {
    width: 0;
    content: '';
    left: 0;
    height: 2px;
    background: rgb(135,170,191);
    position: absolute;
    bottom: -2px;
    transition: width 0.3s ease;
}.contact_form_box .help_map input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(135,170,191);
    box-shadow: 0 0 15px rgb(135,170,191,0.5);
}.contact_form_box .help_map input:not([type="checkbox"]):not([type="submit"]):focus::after {
    width: 100%;
}.contact_form_box .help_map .reach_info {
    gap: 1rem;
    align-items: center;
    display: flex;
}.contact_form_box .help_map .reach_info input[type="checkbox"] {
    height: 22px;
    background: rgb(108,137,160,0.5);
    transition: all 0.3s ease;
    position: relative;
    width: 22px;
    appearance: none;
    cursor: pointer;
    border-radius: 10px;
    border: 2px solid rgb(135,170,191,0.5);
}.contact_form_box .help_map .reach_info input[type="checkbox"]:checked {
    border-color: rgb(135,170,191);
    background: rgb(135,170,191);
}.contact_form_box .help_map .reach_info input[type="checkbox"]:checked::after {
    font-size: 0.8rem;
    left: 50%;
    position: absolute;
    top: 50%;
    color: #ffffff;
    transform: translate(-50%, -50%);
    content: '✔';
}.contact_form_box .help_map .reach_info label {
    color: #ffffff;
    font-size: 12px;
    display: flex;
    align-items: center;
}.contact_form_box .help_map .reach_info a {
    color: rgb(135,170,191);
    transition: color 0.3s ease;
    text-decoration: none;
    margin-left: 0.3rem;
}.contact_form_box .help_map .reach_info a:hover {
    text-decoration: underline;
}.contact_form_box .help_map .inquiry_request {
    padding: 1rem;
    border: none;
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    overflow: hidden;
    color: #ffffff;
    background: rgb(135,170,191);
    cursor: pointer;
    border-radius: 10px;
    position: relative;
}.contact_form_box .help_map .inquiry_request::before {
    opacity: 0;
    transform: rotate(-45deg);
    left: -50%;
    top: -50%;
    transition: all 0.5s ease;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(135,170,191,0.5), 
        transparent
    );
    content: '';
    height: 200%;
    width: 200%;
    position: absolute;
}.contact_form_box .help_map .inquiry_request:hover::before {
    opacity: 1;
}.contact_form_box .help_map .inquiry_request:hover {
    box-shadow: 0 10px 20px rgb(135,170,191,0.5);
    transform: translateY(-3px);
}

@media screen and (max-width: 1200px) {.contact_form_box .img_text_overlay {
    margin-left: -3%;
}
}

@media screen and (max-width: 1024px) {.contact_form_box .request_query {
    flex-direction: column;
}.contact_form_box .img_text_overlay {
    margin-left: 0;
    min-height: 300px;
    transform: none;
    flex: 0 0 100%;
}.contact_form_box .img_text_overlay::before {
    width: 100%;
    transform: none;
}.contact_form_box .help_map {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_form_box {
    padding: 3rem 0;
}.contact_form_box h2 {
    padding-left: 1.5rem;
    font-size: calc(44px * 0.8);
    margin-bottom: 1.5rem;
}.contact_form_box h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact_form_box .help_map h3 {
    margin-bottom: 1.5rem;
    font-size: calc(36px * 0.9);
}.contact_form_box .help_map input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 480px) {.contact_form_box .request_query {
    border-radius: 0;
}.contact_form_box .help_map {
    padding: 2rem 1.5rem;
}}.location_details {
    background: linear-gradient(135deg, rgb(164,206,222) 0%, #ffffff 100%);
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}.location_details::before {
    z-index: 1;
    content: "";
    transform: rotate(-15deg);
    background: radial-gradient(circle, rgb(135,170,191,0.5) 0%, transparent 70%);
    position: absolute;
    top: -5%;
    height: 25rem;
    right: -5%;
    opacity: 0.2;
    width: 25rem;
}.location_details::after {
    height: 20rem;
    opacity: 0.15;
    bottom: -10%;
    z-index: 1;
    left: -5%;
    background: radial-gradient(circle, rgb(108,137,160,0.5) 0%, transparent 70%);
    position: absolute;
    width: 20rem;
    content: "";
}.location_details .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.location_details .contact_panel {
    gap: 2rem;
    transform: translateY(0);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.08);
    grid-template-columns: 1fr;
    background: #ffffff;
    display: grid;
    padding: 3rem;
}.location_details .contact_panel:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.location_details h3 {
    margin-bottom: 0.5rem;
    color: rgb(135,170,191);
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: 34px;
}.location_details h3::after {
    content: "";
    height: 3px;
    bottom: -8px;
    left: 0;
    background: linear-gradient(90deg, rgb(135,170,191) 0%, transparent 100%);
    width: 60%;
    position: absolute;
}.location_details p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
}.location_details h5 {
    margin-bottom: 0.5rem;
    font-size: 22px;
    align-items: center;
    gap: 0.5rem;
    display: flex;
    font-weight: 600;
    color: #000000;
}.location_details .instant_help {
    flex-direction: column;
    gap: 1rem;
    margin: 1.5rem 0 0 0;
    display: flex;
    list-style: none;
    padding: 0;
}.location_details .quick_contact {
    padding-bottom: 0.25rem;
    color: #000000;
    transition: color 0.3s ease, transform 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    gap: 0.5rem;
    align-items: center;
    position: relative;
    display: flex;
}.location_details .quick_contact::after {
    background: rgb(135,170,191);
    left: 0;
    position: absolute;
    width: 0;
    content: "";
    bottom: 0;
    height: 2px;
    transition: width 0.3s ease;
}.location_details .quick_contact:hover {
    transform: translateX(5px);
    color: rgb(135,170,191);
}.location_details .quick_contact:hover::after {
    width: 100%;
}.location_details svg {
    width: 20px;
    transition: transform 0.3s ease;
    height: 20px;
}.location_details .quick_contact:hover svg {
    transform: scale(1.15);
}.location_details svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.location_details .quick_contact:hover svg path {
    fill: rgb(135,170,191);
}.location_details li {
    transition: transform 0.3s ease;
    transform: translateX(0);
}.location_details li:hover {
    transform: translateX(5px);
}

@media (min-width: 768px) {.location_details {
    padding: 6rem 0;
}.location_details .contact_panel {
    border-radius: 8px;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
}.location_details h3 {
    grid-column: 1 / -1;
    font-size: calc(34px * 1.2);
}.location_details .instant_help {
    grid-row: 2 / 4;
    align-self: start;
    margin-top: 0;
    grid-column: 2;
}
}

@media (min-width: 992px) {.location_details .contact_panel {
    padding: 4rem;
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.location_details .contact_panel > div:nth-child(2) {
    grid-column: 1;
}.location_details .contact_panel > div:nth-child(3) {
    grid-column: 1;
}.location_details h3 {
    transform: translateX(-10px);
    margin-bottom: 1.5rem;
}.location_details h3::after {
    height: 4px;
    width: 40%;
}.location_details .instant_help {
    padding-left: 2rem;
    position: relative;
}.location_details .instant_help::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(135,170,191,0.5), transparent);
    width: 3px;
    content: "";
}
}

@media (max-width: 767px) {.location_details {
    padding: 3rem 0;
}.location_details .contact_panel {
    padding: 2rem;
}.location_details h3 {
    font-size: 34px;
}.location_details svg {
    width: 18px;
    height: 18px;
}.location_details .quick_contact {
    font-size: 0.95em;
}
}

@media (max-width: 480px) {.location_details .contact_panel {
    padding: 1.5rem;
}.location_details h3 {
    font-size: calc(34px * 0.85);
}.location_details p {
    font-size: calc(13px * 0.95);
}.location_details .instant_help {
    margin-top: 1rem;
}
}