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

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

header,footer {
    width: 100%;
}

html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    color: #000000;
}


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

footer {
    background-position: center !important;
    background-size: cover !important;
}

.exam_prep::before {
    left: 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    content: "";
    height: 15px;
    position: absolute;
    width: 100%;
    top: 0;
    background: rgb(212,204,198);
}

.exam_prep .company_holder {
    margin-bottom: 2rem;
    position: relative;
    flex: 0 0 40%;
    padding: 0 3rem 2rem 0;
}

.exam_prep .company_holder h3 {
    text-transform: uppercase;
    margin: 0 0 1.5rem;
    padding-bottom: 1rem;
    font-size: 29px;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    transform: skewX(-10deg);
    color: #ffffff;
}

.exam_prep .whatsapp_grp {
    background: rgba(0, 0, 0, 0.2);
    line-height: 1.6;
    color: #ffffff;
    transform-origin: left top;
    padding: 1.5rem;
    border-left: 3px solid rgb(212,204,198);
    transform: skewX(-5deg);
    font-size: 12px;
}

.exam_prep .nav_header {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}

.exam_prep .nav_header h5::before {
    width: 3px;
    transform: skewX(5deg);
    left: 0;
    content: "";
    background: rgb(212,204,198);
    bottom: 0;
    position: absolute;
    top: 0;
}

.exam_prep .nav_header .nav_primary a {
    padding: 0.7rem 1rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    font-size: 12px;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease;
    transform: skewX(-5deg);
    text-decoration: none;
}

.exam_prep .nav_header .nav_primary a:hover {
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}

.sec_cert .container {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our_background {
    position: relative;
    background: rgb(239,237,234);
    overflow: hidden;
    padding: 120px 0;
}



.our_background::after {
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(212,204,198,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(179,167,161,0.5) 0%, transparent 50%);
    filter: blur(60px);
    content: "";
    left: 0;
    width: 100%;
    z-index: 1;
    animation: bgPulse 20s infinite alternate;
    opacity: 0.3;
    height: 100%;
    top: 0;
}

.our_background .skill_growth {
    position: relative;
}

.our_background h3::before {
    background: rgb(179,167,161);
    height: calc(100% - 40px);
    width: 4px;
    animation: pulseHeight 3s infinite alternate;
    top: 20px;
    left: -2px;
    position: absolute;
    content: "";
}



.our_background .success_metric {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    margin-bottom: 70px;
}

.our_background .success_metric p {
    border-left: 3px solid rgb(212,204,198);
    color: #000000;
    font-size: 12px;
    padding: 40px;
    border-radius: 10px;
    line-height: 1.8;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
}

.our_background .success_metric .pic_holder::before {
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%);
    z-index: 2;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}

.our_background .smart_study::before {
    height: 1px;
    position: absolute;
    content: "";
    left: calc(50% - 100px);
    width: 200px;
    background: linear-gradient(to right, rgb(212,204,198,0.5), rgb(179,167,161,0.5));
    top: -35px;
}

.our_background .smart_study .academy_team {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%, 0 15%);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    height: 450px;
}

.our_background .smart_study .academy_team::after {
    z-index: 3;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    top: 0;
    transform: skewX(-25deg);
    content: "";
    height: 100%;
    animation: shine 6s infinite;
    left: -100%;
    width: 50%;
}

.our_background .smart_study::after {
    border-color: rgb(179,167,161,0.5);
    left: -25px;
    bottom: -25px;
}

.our_background .skill_growth::before,
.our_background .skill_growth::after {
    filter: blur(40px);
    animation: floatAnimation 15s infinite alternate ease-in-out;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 120px;
    opacity: 0.15;
    height: 120px;
    content: "";
}



.our_background .skill_growth::before {
    top: 20%;
    left: -60px;
    background: rgb(212,204,198);
}

.pricing_row_item::before {
    left: 0;
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
}

.pricing_row_item .fee_options {
    padding: 2rem;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(20px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    text-align: center;
    opacity: 0;
    animation: fadeInUp 0.8s forwards 0.2s;
    order: 1;
}

.pricing_row_item .fee_options .learning_fees {
    font-size: 13px;
    color: #000000;
    margin: 0 auto;
    max-width: 80%;
    font-weight: 400;
    line-height: 1.6;
}

.pricing_row_item .learning_pricing {
    display: grid;
    grid-template-columns: 1fr;
    order: 2;
    gap: 2rem;
}

.pricing_row_item .class_deals:nth-child(1) {
    --i: 1;
}

.pricing_row_item .class_deals:nth-child(2) {
    --i: 2;
}

.pricing_row_item .class_deals:nth-child(3) {
    --i: 3;
}

.pricing_row_item .class_deals:nth-child(4) {
    --i: 4;
}

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

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

.pricing_row_item .class_deals:hover h3 {
    color: rgb(212,204,198);
}

.pricing_row_item .cost_card::before {
    bottom: -5px;
    content: "";
    position: absolute;
    width: 40px;
    background: rgb(179,167,161);
    height: 3px;
    left: 0;
    transition: width 0.3s ease;
}

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

.pricing_row_item .class_deals:hover .pic_holder {
    transform: scale(1.05);
}

.cookie_notice_overlay {
    bottom: 0;
    width: 100%;
    padding: 20px;
    border-top: 3px solid rgb(212,204,198);
    z-index: 1050;
    overflow: hidden;
    background: rgb(239,237,234);
    position: fixed;
    font-family: Arial, sans-serif;
}

.track_cookies svg {
    width: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(212,204,198);
    height: 60px;
}

.visitor_settings h5 {
    margin-bottom: 5px;
    color: rgb(212,204,198);
    font-weight: 700;
    font-size: 18px;
}

.cookie_edu:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}

.cookie_notice_overlay p a {
    color: rgb(212,204,198);
    text-decoration: underline;
}

.cookie_notice_overlay p a:hover {
    color: #000000;
}


.tySection {
    position: relative;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgba(rgb(212,204,198,0.5), 0.1) 100%);
    padding: 5rem 0;
    overflow: hidden;
}

.tySection::after {
    animation: float 18s ease-in-out infinite alternate-reverse;
    z-index: -1;
    height: 35%;
    left: -5%;
    bottom: -5%;
    background: linear-gradient(45deg, rgb(179,167,161) 0%, transparent 70%);
    filter: blur(20px);
    opacity: 0.15;
    width: 35%;
    position: absolute;
    transform: rotate(15deg) translateZ(0);
    content: "";
}

.tySection .skill_growth:hover {
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(212,204,198,0.5), 0.1);
}

.tySection .skill_growth > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
}

.tySection .skill_growth > div:first-child::after {
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform: scaleX(0);
    position: absolute;
    transform-origin: left center;
    content: "";
    left: 0;
    height: 3px;
    width: 80%;
    bottom: 0;
    background: linear-gradient(90deg, rgb(212,204,198) 0%, transparent 100%);
}

.tySection .skill_growth > div:last-child {
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    position: relative;
    opacity: 0;
}

.tySection .skill_growth > div:last-child::before {
    content: "";
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(179,167,161) 0%, transparent 80%);
    animation: pulse 6s ease-in-out infinite alternate;
    width: 80px;
    position: absolute;
    top: -10px;
    height: 80px;
    right: -40px;
    transform: translateZ(0);
    opacity: 0.2;
}

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

.tySection a:hover p {
    color: rgb(212,204,198);
}

.tySection a:hover::after {
    opacity: 1;
    transform: scaleX(1);
}

.instructor_profile {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(239,237,234) 0%, rgb(212,204,198,0.5) 50%, rgb(239,237,234) 100%);
    position: relative;
    padding: 100px 0;
}

.instructor_profile::before {
    left: 0;
    top: 0;
    content: "";
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(212,204,198,0.5) 0,
        rgb(212,204,198,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    height: 100%;
    position: absolute;
}

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

.instructor_profile .edu_voices::before {
    content: "";
    opacity: 0;
    transition: opacity 0.6s ease;
    transform: rotate(-45deg) scale(2);
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    position: absolute;
    z-index: 1;
    inset: 0;
}

.instructor_profile .edu_voices:hover::before {
    animation: holographic-sweep 1.5s ease infinite;
    opacity: 1;
}

.instructor_profile .pic_holder::before {
    z-index: 3;
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
}

.instructor_profile .pic_holder::after {
    z-index: 1;
    opacity: 0.15;
    content: "";
    position: absolute;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(212,204,198,0.5) 90deg,
            transparent 180deg,
            rgb(179,167,161,0.5) 270deg,
            transparent 360deg
        );
    top: -50%;
    width: 200%;
    mix-blend-mode: overlay;
    height: 200%;
    left: -50%;
    animation: rotate 15s linear infinite;
}

.instructor_profile .edu_voices span:not(.name) {
    margin-bottom: 25px;
    z-index: 2;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.5);
    position: relative;
    text-align: center;
}

.instructor_profile .exp_highlights::before,
.instructor_profile .exp_highlights::after {
    opacity: 0.1;
    position: absolute;
    height: 40px;
    content: "";
    background: rgb(212,204,198,0.5);
    width: 40px;
}

.instructor_profile .exp_highlights::before {
    left: -5px;
    top: -5px;
    border-top: 3px solid rgb(212,204,198);
    border-left: 3px solid rgb(212,204,198);
}

.instructor_profile .edu_voices:hover .pic_holder {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(212,204,198,0.5);
}

.potential_learners::before {
    height: 200%;
    background-image: 
        radial-gradient(circle at 50% 50%, rgb(212,204,198,0.5) 0%, transparent 35%),
        radial-gradient(circle at 80% 20%, rgb(179,167,161,0.5) 0%, transparent 25%);
    position: absolute;
    left: -50%;
    pointer-events: none;
    content: '';
    top: -50%;
    width: 200%;
    animation: rotateBackground 60s linear infinite;
    opacity: 0.4;
}

.potential_learners .skill_growth {
    position: relative;
    padding: 0;
    overflow: visible;
}

.potential_learners h4::before {
    left: 50%;
    height: 3px;
    content: '';
    bottom: 0;
    box-shadow: 0 0 10px 2px rgb(212,204,198);
    width: 120px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(212,204,198);
}

.potential_learners h4::after {
    height: 1px;
    bottom: -5px;
    position: absolute;
    content: '';
    transform: translateX(-50%);
    background: rgb(179,167,161,0.5);
    left: 50%;
    width: 200px;
}

.potential_learners p::before {
    bottom: 0;
    opacity: 0.7;
    right: 0;
    width: 30px;
    content: '';
    height: 30px;
    background: rgb(212,204,198);
    transition: opacity 0.3s ease;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    position: absolute;
}

.potential_learners p::after {
    font-weight: 700;
    content: attr(data-number);
    position: absolute;
    top: -15px;
    transition: all 0.3s ease;
    opacity: 0.15;
    font-size: calc(41px * 1.2);
    color: rgb(179,167,161);
    right: 25px;
    z-index: -1;
}

.potential_learners p:nth-child(1)::after {
    content: '01';
}

.potential_learners p:nth-child(2)::after {
    content: '02';
}

.potential_learners p:nth-child(4)::after {
    content: '04';
}

.potential_learners p:nth-child(6)::after {
    content: '06';
}

.potential_learners p:nth-child(8)::after {
    content: '08';
}

.potential_learners p:nth-child(10)::after {
    content: '10';
}

.potential_learners p:hover::before {
    opacity: 1;
}

.potential_learners p:hover::after {
    transform: translateY(-10px) scale(1.2);
    opacity: 0.3;
}

.potential_learners p:nth-child(3n+1) {
    transform: translateX(-30px);
}

.potential_learners p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}

.potential_learners p svg {
    transition: transform 0.3s ease;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgb(212,204,198,0.5));
    height: 36px;
    width: 36px;
    margin-right: 20px;
}

.potential_learners p:hover svg path {
    fill: rgb(179,167,161);
}

.potential_learners .skill_growth::after {
    background: 
        linear-gradient(45deg, transparent 48%, rgb(212,204,198) 49%, rgb(212,204,198) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(212,204,198) 49%, rgb(212,204,198) 51%, transparent 52%) 0 0/15px 15px;
    animation: rotateMesh 30s linear infinite reverse;
    filter: blur(2px);
    bottom: -70px;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    opacity: 0.2;
    content: '';
    right: -70px;
}

.welcome_section::before {
    background: repeating-linear-gradient(
    -45deg,
    rgb(212,204,198,0.5) 0,
    rgb(212,204,198,0.5) 1px,
    transparent 1px,
    transparent 20px
  );
    width: 100%;
    z-index: 1;
    height: 100%;
    left: 0;
    opacity: 0.05;
    position: absolute;
    top: 0;
    content: "";
}

.welcome_section .tech_track {
    font-size: clamp(2.5rem, 5vw, 40px);
    line-height: 1.2;
    position: relative;
    font-weight: 700;
    color: rgb(212,204,198);
    margin-bottom: 24px;
    animation: slideTitle 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-5px);
    opacity: 0;
}

.welcome_section p {
    color: #000000;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    font-size: clamp(1rem, 1.2vw, 18px);
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
}

.welcome_section .corp_values {
    top: 0;
    height: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 100%;
}

.welcome_section .corp_values::before {
    top: 0;
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 40%,
    transparent 100%
  );
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
}




.welcome_section .start_head:hover {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateY(-5px) scale(1.01);
}

.welcome_section .start_head:hover .corp_values::before {
    background: linear-gradient(
    to top,
    #000000 0%,
    rgba(0, 0, 0, 0.5) 30%,
    transparent 90%
  );
    transition: background 0.5s ease;
}

.contact_information::after {
    height: 100%;
    background-position: 0 0, 0 0, 0 0, 0 0;
    animation: backgroundMove 30s infinite linear;
    opacity: 0.2;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    content: "";
    z-index: 1;
    background-image: 
        repeating-linear-gradient(45deg, rgb(212,204,198,0.5) 0, rgb(212,204,198,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(179,167,161,0.5) 0, rgb(179,167,161,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(212,204,198,0.5), transparent 70%),
        linear-gradient(180deg, rgb(179,167,161,0.5), transparent 70%);
}

.contact_information .query_panel {
    overflow: hidden;
    position: relative;
    border-radius: 12px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(212,204,198,0.5);
    display: flex;
}

.contact_information .pic_holder {
    overflow: hidden;
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}

.contact_information .pic_holder::before {
    background: rgba(0, 0, 0, 0.5);
    inset: 0;
    position: absolute;
    z-index: 1;
    content: "";
}

.contact_information .query_card {
    background: #ffffff;
    padding: 60px;
    position: relative;
    flex: 0 0 55%;
}

.contact_information .query_card::before {
    background: rgb(212,204,198,0.5);
    width: 200px;
    top: -100px;
    opacity: 0.3;
    filter: blur(100px);
    right: -100px;
    height: 200px;
    content: "";
    z-index: 0;
    position: absolute;
}

.contact_information form {
    position: relative;
    z-index: 2;
}

.contact_information form h3::after {
    bottom: -15px;
    position: absolute;
    height: 2px;
    content: "";
    box-shadow: 
        0 0 5px rgb(212,204,198,0.5),
        0 0 10px rgb(212,204,198,0.5);
    width: 40px;
    background: rgb(212,204,198);
    left: 0;
}

.contact_information form input[type="text"]:focus,
.contact_information form input[type="tel"]:focus {
    border-color: rgb(212,204,198);
    box-shadow: 
        0 0 0 1px rgb(212,204,198),
        0 0 5px rgb(212,204,198,0.5);
    outline: none;
}

.contact_information .feedback_links {
    margin-bottom: 35px;
    position: relative;
}

.contact_information .feedback_links input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_information .feedback_links label::before {
    background: rgb(239,237,234);
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    border: 1px solid rgb(212,204,198,0.5);
    border-radius: 4px;
    height: 22px;
    width: 22px;
}

.contact_information .feedback_links label a {
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    color: rgb(212,204,198);
}

.contact_information .feedback_links label a::after {
    transform-origin: right;
    position: absolute;
    height: 1px;
    transform: scaleX(0);
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    transition: transform 0.3s ease;
    background: rgb(212,204,198);
}

.contact_information .query_list::before {
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleX(0);
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    transform-origin: right;
    transition: transform 0.5s ease;
    background: rgb(179,167,161);
}

.contact_information .query_list:hover {
    box-shadow: 
        0 5px 20px rgb(179,167,161,0.5),
        0 0 0 1px rgb(179,167,161);
}

.contact_information svg {
    filter: drop-shadow(0 0 2px rgb(212,204,198,0.5));
    fill: rgb(212,204,198);
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
}

.secure_harbor {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 30px;
}

.secure_harbor h1 {
    margin-bottom: 20px;
    margin-top: 30px;
}

.secure_harbor h2 {
    margin-bottom: 15px;
    margin-top: 25px;
}

.secure_harbor ul, .secure_harbor ol {
    padding-left: 0;
    list-style-position: inside;
    padding: 10px 0;
}

.secure_harbor section {
    background: none;
}

.find_us {
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(239,237,234) 30%, rgba(245, 248, 255, 0.9) 100%);
}

.find_us::after {
    z-index: 0;
    content: "";
    border-radius: 23px;
    left: -5%;
    position: absolute;
    animation: float 8s ease-in-out infinite reverse;
    transform: rotate(15deg) translateZ(0);
    width: 30%;
    background: linear-gradient(225deg, rgb(179,167,161,0.5), rgb(212,204,198,0.5));
    bottom: -5%;
    filter: blur(25px);
    opacity: 0.4;
    height: 50%;
}

.find_us .request_feedback:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.find_us h3 {
    font-weight: 700;
    opacity: 0;
    color: #000000;
    position: relative;
    font-size: calc(30px * 1.1);
    transform: translateX(-1rem);
    animation: slideInText 0.7s ease-out forwards 0.2s;
    margin: 0 0 1.5rem;
}

.find_us h3::after {
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(212,204,198), transparent);
    animation: lineGrow 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    height: 3px;
    bottom: -0.5rem;
    width: 3rem;
    left: 0;
    transform-origin: left;
    position: absolute;
}

.find_us svg {
    margin-left: 0.5rem;
    width: 24px;
    transform: translateY(0);
    height: 24px;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.find_us .connect_block {
    gap: 1.5rem;
    margin: 2rem 0 0;
    transform: translateY(15px);
    list-style: none;
    animation: fadeUp 0.6s ease-out forwards 0.7s;
    flex-wrap: wrap;
    display: flex;
    padding: 0;
    opacity: 0;
}

.find_us .contact_form {
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    font-size: calc(12px * 0.95);
    transition: all 0.3s ease;
    border-left: 2px solid rgb(179,167,161);
    color: #000000;
    display: flex;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 255, 0.7));
    padding: 0.75rem 1.25rem;
    text-decoration: none;
}

.course_program .training {
    right: 0;
    width: 50%;
    position: absolute;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    top: 0;
    height: 100%;
    overflow: hidden;
}

.course_program .training {
    clip-path: none;
    width: 100%;
    position: relative;
    height: 40vh;
}

.course_program .training {
    height: 30vh;
}

.course_program .training:hover .career_class {
    animation-play-state: paused;
}

.course_program .learn_path {
    width: 100%;
    transform: scale(1.1);
    height: 25%;
    transition: transform 0.5s ease;
    position: relative;
}

.course_program .learn_path {
    height: 100%;
    width: 25%;
}

.course_program .learn_path {
    width: 33.333%;
}

.course_program .learn_path img {
    transition: filter 0.5s ease;
    filter: saturate(0.8) contrast(1.2);
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.course_program .learn_path:hover img {
    filter: saturate(1.2) contrast(1.3);
}



.course_program .container {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    height: 100%;
    grid-column: 1;
}

.course_program .container {
    grid-row: 2;
    padding: 3rem 0;
    grid-column: auto;
}

.course_program .study_track::before {
    top: 0;
    left: 0;
    content: "";
    background: rgb(212,204,198,0.5);
    z-index: -1;
    height: 100%;
    transition: width 0.6s ease;
    position: absolute;
    width: 0;
}

.course_program .study_track::after {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    width: 40px;
    left: -20px;
    top: 50%;
    position: absolute;
    height: 40px;
    background: rgb(212,204,198);
}

.course_program .study_track::after {
    width: 20px;
    height: 20px;
    left: -10px;
}

.course_program .study_track p {
    position: relative;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.8;
    padding-left: 1rem;
    margin-bottom: 2.5rem;
    border-left: 2px solid rgb(179,167,161);
}

.course_program .study_track p {
    padding-left: 0.5rem;
    font-size: calc(15px * 0.9);
}

.course_program .study_track .query_list::before {
    left: 0;
    content: "";
    background: rgb(212,204,198);
    top: 0;
    z-index: -1;
    height: 100%;
    width: 0;
    transition: width 0.3s ease;
    position: absolute;
}

.course_program .study_track .query_list:hover {
    color: #000000;
}

.course_program .study_track .query_list:hover::before {
    width: 100%;
}

header .head_tutor::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgb(179,167,161,0.5) 10px,
        rgb(179,167,161,0.5) 11px
    );
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.1;
    top: 0;
    animation: slidePattern 25s linear infinite;
}

header .container {
    position: relative;
    padding: 1.5rem 2rem;
}

header .top_pagewrap {
    position: relative;
    z-index: 2;
}

header .page_header::before {
    top: -5px;
    right: -5px;
    border-radius: 10px;
    content: "";
    border: 2px dashed rgb(212,204,198,0.5);
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    bottom: -5px;
    left: -5px;
}

header .page_header:hover::before {
    top: -8px;
    bottom: -8px;
    right: -8px;
    opacity: 1;
    left: -8px;
}

header .nav_header {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    align-items: center;
    position: relative;
    padding: 0;
}

header .nav_header:hover::before {
    width: 100%;
}

header .header_main {
    margin: 5px 3px;
    position: relative;
}

header .header_main:nth-child(odd) {
    transform: translateY(-3px);
}

header .header_main:nth-child(even) {
    transform: translateY(3px);
}

header .header_main a::before {
    position: absolute;
    transition: transform 0.3s ease;
    right: 0;
    top: 0;
    background: rgb(212,204,198);
    transform-origin: top;
    height: 100%;
    content: "";
    width: 5px;
    transform: scaleY(0);
}

header .header_main a::after {
    position: absolute;
    transform: scaleX(0);
    left: 0;
    transform-origin: left;
    bottom: 0;
    width: 100%;
    content: "";
    height: 2px;
    background: linear-gradient(90deg, rgb(212,204,198) 0%, rgb(179,167,161) 100%);
    transition: transform 0.3s ease 0.1s;
}


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



@media (max-width: 1200px) {.exam_prep .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.exam_prep .discuss_cta {
    flex: 0 0 65%;
}
}



@media (max-width: 768px) {.exam_prep {
    padding: 3.5rem 0 1.5rem;
}.exam_prep::before {
    height: 10px;
}.exam_prep .company_holder h3 {
    font-size: calc(29px - 2px);
}.exam_prep .whatsapp_grp {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.exam_prep .nav_header h5, 
    .exam_prep .nav_header .nav_primary a {
    transform: skewX(-3deg);
}.exam_prep .nav_header .nav_primary a:hover {
    transform: skewX(-3deg) translateX(5px);
}.sec_cert {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.sec_cert .transcript {
    transform: skewX(-3deg);
}
}



@media (max-width: 420px) {.exam_prep .company_holder h3 {
    transform: skewX(-5deg);
}.exam_prep .company_holder h3::after {
    width: 60px;
}.exam_prep .whatsapp_grp {
    transform: none;
}.exam_prep .nav_header h5 {
    transform: none;
}.exam_prep .nav_header h5::before {
    transform: none;
}.exam_prep .nav_header .nav_primary a,
    .exam_prep .nav_header .nav_primary a:hover,
    .sec_cert .transcript {
    transform: none;
}}



@media screen and (max-width: 991px) {.our_background {
    padding: 80px 0;
}.our_background h3 {
    padding: 12px 20px;
    margin-bottom: 40px;
    font-size: calc(32px - 0.4rem);
}.our_background .success_metric,
    .our_background .smart_study {
    gap: 25px;
}.our_background .success_metric {
    margin-bottom: 50px;
}.our_background .success_metric span {
    top: -35px;
    font-size: calc(24px - 0.2rem);
    padding: 8px 15px;
}.our_background .success_metric p,
    .our_background .smart_study p {
    font-size: calc(12px - 0.1rem);
    padding: 25px;
}.our_background .success_metric .pic_holder,
    .our_background .smart_study .academy_team {
    height: 350px;
}.our_background .success_metric::after,
    .our_background .smart_study::after {
    width: 40px;
    height: 40px;
}.our_background .skill_growth::before,
    .our_background .skill_growth::after {
    filter: blur(30px);
    height: 80px;
    width: 80px;
}
}



@media screen and (max-width: 575px) {.our_background {
    padding: 50px 0;
}.our_background::before {
    background-size: 15px 15px;
}.our_background h3 {
    font-size: calc(32px - 0.8rem);
    padding: 10px 15px;
    margin-bottom: 35px;
}.our_background h3::before {
    width: 2px;
    left: -1px;
}.our_background .success_metric span {
    font-size: calc(24px - 0.4rem);
    padding: 6px 12px;
    left: 10px;
    top: -30px;
}.our_background .success_metric,
    .our_background .smart_study {
    gap: 15px;
}.our_background .success_metric {
    margin-bottom: 35px;
}.our_background .success_metric p,
    .our_background .smart_study p {
    padding: 15px;
    font-size: calc(12px - 0.2rem);
}.our_background .success_metric .pic_holder,
    .our_background .smart_study .academy_team {
    height: 250px;
}.our_background .success_metric .pic_holder {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
}.our_background .smart_study .academy_team {
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 10%);
}.our_background .success_metric::after,
    .our_background .smart_study::after {
    height: 30px;
    width: 30px;
}
}



@media (min-width: 1200px) {.pricing_row_item .learning_pricing {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.pricing_row_item .group_rates {
    padding: 3rem 2.5rem;
}.pricing_row_item .fee_options h2 {
    font-size: calc(29px + 0.3rem);
}
}



@media (max-width: 767px) {.pricing_row_item {
    padding: 4rem 0;
}.pricing_row_item .fee_options h2 {
    font-size: calc(29px - 0.2rem);
}.pricing_row_item .fee_options .learning_fees {
    max-width: 100%;
    font-size: calc(13px - 0.1rem);
}.pricing_row_item .class_deals h3 {
    font-size: 22px;
}.pricing_row_item .cost_card {
    font-size: calc(18px + 0.5rem);
}.pricing_row_item .pic_holder {
    height: 160px;
}}



@media (min-width: 768px) {.tySection {
    padding: 7rem 0;
}.tySection .skill_growth {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
    padding: clamp(3rem, 6vw, 5rem);
}.tySection .skill_growth > div:first-child {
    padding-right: 2rem;
    padding-bottom: 0;
}.tySection .skill_growth > div:first-child::after {
    height: 70%;
    bottom: auto;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    transform-origin: top center;
    left: auto;
    background: linear-gradient(180deg, rgb(212,204,198) 0%, transparent 100%);
    width: 3px;
    right: 0;
    transform: scaleY(0);
    top: 15%;
}.tySection h5 {
    text-align: left;
}
}



@media (max-width: 991px) {.instructor_profile {
    padding: 80px 0;
}.instructor_profile .edu_voices {
    padding: 50px 30px;
}.instructor_profile .pic_holder {
    width: 160px;
    height: 160px;
    margin-bottom: 30px;
}.instructor_profile .exp_highlights {
    max-width: 90%;
    padding: 20px 25px;
}
}



@media (max-width: 767px) {.instructor_profile {
    padding: 60px 0;
}.instructor_profile .edu_voices {
    padding: 40px 25px;
}.instructor_profile .pic_holder {
    margin-bottom: 25px;
    height: 140px;
    width: 140px;
}.instructor_profile .name {
    font-size: calc(30px * 0.9);
}.instructor_profile .edu_voices span:not(.name) {
    font-size: calc(22px * 0.95);
    margin-bottom: 20px;
}.instructor_profile .exp_highlights {
    font-size: calc(18px * 0.95);
    padding: 18px 20px;
}
}



@media (max-width: 1199px) {.potential_learners div > div {
    margin: 0 -30px;
}
}



@media (max-width: 991px) {.potential_learners {
    padding: 80px 0;
}.potential_learners h4 {
    margin-bottom: 60px;
    font-size: calc(30px * 1.1);
}.potential_learners div > div {
    gap: 25px;
    margin: 0 -20px;
    grid-template-columns: repeat(2, 1fr);
}.potential_learners p {
    padding: 25px 30px;
}.potential_learners p svg {
    margin-right: 15px;
    width: 32px;
    height: 32px;
}.potential_learners p:nth-child(3n+1),
    .potential_learners p:nth-child(3n+3) {
    transform: none;
}.potential_learners p:nth-child(odd) {
    transform: translateX(-20px);
}.potential_learners p:nth-child(even) {
    transform: translateX(20px);
}.potential_learners p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.potential_learners p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}




@media (min-width: 768px) {.welcome_section {
    padding: 160px 60px;
}.welcome_section > div {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 80px;
}.welcome_section .tech_track::after {
    width: 120px;
}.welcome_section .start_head {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 90% 100%, 0 100%);
    height: auto;
    padding-bottom: 75%;
}
}



@media (max-width: 767px) {.welcome_section {
    padding: 100px 20px;
}.welcome_section .tech_track {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.welcome_section p {
    margin-bottom: 30px;
    font-size: 1rem;
}.welcome_section .corp_values span {
    padding: 20px;
}.welcome_section .corp_values h3 {
    font-size: 1rem;
    max-width: 100%;
}}



@media (max-width: 1024px) {.contact_information {
    padding: 80px 0;
}.contact_information .pic_holder {
    min-height: 500px;
}.contact_information .query_card {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.contact_information {
    padding: 50px 0;
}.contact_information h2 {
    font-size: calc(38px * 0.7);
    margin-bottom: 30px;
}.contact_information .pic_holder {
    min-height: 200px;
}.contact_information .query_card {
    padding: 30px 20px;
}.contact_information form h3 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.contact_information form input[type="text"],
.contact_information form input[type="tel"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_information .feedback_links {
    margin-bottom: 20px;
}.contact_information .feedback_links label {
    font-size: calc(13px * 0.9);
}.contact_information .query_list {
    padding: 12px 20px;
}}



@media (max-width: 480px) {.find_us .request_feedback {
    padding: 1.75rem 1.25rem;
}.find_us h3 {
    font-size: calc(30px * 0.8);
}.find_us p {
    font-size: calc(12px * 0.95);
}.find_us h5 {
    font-size: calc(21px * 0.9);
}.find_us svg {
    height: 20px;
    width: 20px;
}.find_us .contact_form {
    font-size: calc(12px * 0.9);
}}



@media screen and (max-width: 768px) {.course_program .study_track {
    padding: 3rem 1.5rem;
}.course_program .study_track h3 {
    margin-bottom: 1.5rem;
    font-size: 29px;
}.course_program .study_track::after {
    left: -15px;
    height: 30px;
    width: 30px;
}
}



@media (max-width: 767px) {header .container {
    padding: 1.2rem 1rem;
}header .nav_header {
    width: 100%;
    flex-direction: column;
}header .header_main {
    transform: none !important;
    width: 100%;
    margin: 3px 0;
}header .header_main a {
    border-bottom: 3px solid transparent;
    border-left: none;
    border-radius: 10px;
    text-align: center;
}header .header_main a:hover {
    border-bottom-color: rgb(212,204,198);
    border-left-color: transparent;
    transform: translateY(-3px);
}header .header_main a::before {
    transform: scaleX(0);
    bottom: 0;
    height: 5px;
    width: 100%;
    right: auto;
    left: 0;
    top: auto;
}header .header_main a:hover::before {
    transform: scaleX(1);
}
}

@keyframes pulseHeight {
    0% {
        height: calc(100% - 40px);
        top: 20px;
    }
    100% {
        height: calc(100% - 60px);
        top: 30px;
    }
}

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



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



@keyframes expandLine {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}



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

@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}



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



@keyframes growLine {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}



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



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


    
    @keyframes horizontalScroll {
        0%, 5% {
            transform: translateX(0);
        }
        23%, 28% {
            transform: translateX(-25%);
        }
        48%, 53% {
            transform: translateX(-50%);
        }
        73%, 78% {
            transform: translateX(-75%);
        }
        95%, 100% {
            transform: translateX(-75%);
        }
    }



@keyframes slidePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}
