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

.top_pro {
    flex: 1 0 auto;
}

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

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

.plan_box .learn_fees {
    transition: transform 0.5s ease-out;
    text-align: center;
    margin-bottom: 50px;
}

.plan_box .payment_scheme {
    line-height: 1.6;
    color: #000000;
    margin: 0 auto;
    word-break: break-word;
    max-width: 700px;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 16px;
}

.plan_box .fee_choices {
    white-space: normal;
    display: flex;
    padding: 30px;
    overflow-wrap: break-word;
    flex: 1;
    flex-direction: column;
    position: relative;
    z-index: 2;
    word-break: break-word;
}

.plan_box .learning_deals:hover .plan_table::before {
    transform: translateX(0);
    opacity: 1;
}

.plan_box .image_grid::after {
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(0deg, rgba(rgb(211,188,164,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}

.plan_box .learning_deals:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}

.check_it_out_now::before {
    right: -100px;
    top: -100px;
    width: 300px;
    height: 300px;
    animation: float 8s infinite ease-in-out;
    position: absolute;
    opacity: 0.5;
    background: rgb(211,188,164,0.5);
    border-radius: 50%;
    content: "";
    filter: blur(60px);
}

.check_it_out_now .learn_sessions:hover {
    box-shadow: 0 12px 36px rgba(0,0,0,0.15);
    transform: translateY(-5px);
}

.check_it_out_now svg:hover {
    transform: scale(1.1) rotate(5deg);
}

.check_it_out_now svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}

.check_it_out_now .learn_sessions div {
    justify-content: center;
    display: flex;
    align-items: center;
}

.check_it_out_now .inquiry_query:hover::before {
    left: 100%;
}

.check_it_out_now .inquiry_query:active {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transform: translateY(0);
}

.testimonials::before {
    left: 0;
    position: absolute;
    z-index: 1;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, rgba(rgb(211,188,164,0.5), 0.03) 0%, rgba(rgb(211,188,164,0.5), 0.01) 100%);
}

.testimonials .learn_sessions {
    position: relative;
}

.testimonials .opinion_showcase {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    display: grid;
    position: relative;
}

.testimonials .learning_voices:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
              0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.05);
}

.testimonials .learning_voices h3::after {
    left: 0;
    bottom: -5px;
    height: 2px;
    transition: width 0.3s ease-in-out;
    width: 0;
    background-color: rgb(211,188,164);
    content: "";
    position: absolute;
}

.get_in_touch {
    overflow: hidden;
    position: relative;
    background-color: rgb(233,223,209);
    padding: 100px 0;
}

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

.get_in_touch .image_grid::after {
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
}

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

.get_in_touch .request_request input[type="checkbox"]:checked + label::after {
    position: absolute;
    border-bottom: 2px solid #ffffff;
    top: 9px;
    left: 8px;
    transform: rotate(45deg);
    width: 6px;
    height: 11px;
    content: "";
    border-right: 2px solid #ffffff;
}

.get_in_touch form .inquiry_query:hover::before {
    transform: rotate(45deg) translateX(200%);
}

.get_in_touch svg path {
    fill: rgb(211,188,164);
    transition: fill 0.3s ease;
}

.cookie_edu {
    align-items: center;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}

.cookie_user {
    flex-grow: 1;
    margin-right: 15px;
}

.cookie_user p {
    margin-bottom: 0;
    font-size: 13px;
    color: #000000;
}

.cookie_button.consent_comply {
    background-color: rgb(211,188,164);
    color: #ffffff;
    border-color: rgb(211,188,164);
}

.cookie_button.manage_tracking {
    color: #000000;
    background-color: rgb(186,155,119);
    border-color: rgb(186,155,119);
}

.cookieAlertPromptPanel p a:hover {
    color: rgba(0, 0, 0, 0.5);
}

.welcome_page::after {
    position: absolute;
    top: 0;
    height: 100%;
    background-size: 400px 400px;
    content: "";
    z-index: 2;
    width: 100%;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(186,155,119,0.5) 1px, transparent 12px),
    radial-gradient(circle at 85% 40%, rgb(186,155,119,0.5) 1px, transparent 8px),
    radial-gradient(circle at 20% 80%, rgb(186,155,119,0.5) 1px, transparent 10px),
    radial-gradient(circle at 70% 90%, rgb(186,155,119,0.5) 1px, transparent 6px),
    radial-gradient(circle at 40% 30%, rgb(186,155,119,0.5) 1px, transparent 14px);
    left: 0;
    animation: constellationMovement 120s linear infinite;
    opacity: 0.4;
}

.welcome_page h3 {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    line-height: 1.4;
    position: relative;
    margin: 0 0 1rem 0;
    color: #ffffff;
    font-weight: 400;
}

.welcome_page p::after {
    transform: scaleX(0);
    position: absolute;
    width: 100%;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards 1.8s;
    transform-origin: left;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(211,188,164), transparent);
    height: 1px;
    left: 0;
}

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

.contact .learn_talk::before {
    border-radius: 2px;
    content: '';
    inset: 1px;
    z-index: -1;
    position: absolute;
    background: linear-gradient(to bottom right, 
                rgba(255,255,255,0.8), 
                rgba(255,255,255,0.3));
    filter: blur(3px);
}

.contact svg {
    transition: transform 0.3s ease;
    height: 20px;
    width: 20px;
    margin-left: 10px;
}

.contact .get_help {
    list-style: none;
    padding: 0;
    margin: 30px 0 0 0;
    flex-direction: column;
    gap: 15px;
    display: flex;
}

.course_beneficiaries {
    background-color: rgb(233,223,209);
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 6rem 0;
}

.course_beneficiaries .learn_sessions {
    align-items: center;
    padding: 0 2rem;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    max-width: 1100px;
    display: flex;
}

.course_beneficiaries h3::after {
    bottom: -15px;
    width: 50px;
    opacity: 0.6;
    position: absolute;
    content: "";
    background: rgb(211,188,164);
    transform: translateX(-50%);
    height: 2px;
    left: 50%;
}

.course_beneficiaries li:hover {
    border-color: rgba(rgb(211,188,164,0.5), 0.2);
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
}

.course_beneficiaries li svg {
    opacity: 0.9;
    fill: rgb(186,155,119);
    height: 50px;
    margin-bottom: 1.5rem;
    width: 50px;
    transition: all 0.5s ease;
}

.teaching_experience {
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(233,223,209) 0%, rgb(211,188,164,0.5) 35%, rgb(186,155,119,0.5) 100%);
    overflow: hidden;
}

.teaching_experience .image_grid {
    transform: translateZ(20px);
    aspect-ratio: 1/1;
    transition: transform 0.3s ease;
    box-shadow: 
    -5px 5px 0 rgb(186,155,119),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    border-radius: 21px;
    grid-area: photo;
    width: 100%;
}

.teaching_experience .career_area {
    line-height: 1.7;
    color: #000000;
    background: linear-gradient(to right, #ffffff, rgb(233,223,209));
    transform: translateZ(15px);
    border-radius: 21px;
    position: relative;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease;
    grid-area: quote;
    padding: 2rem;
    font-size: calc(18px * 1.1);
}

.secure_archive h2 {
    font-size: 32px;
    margin-bottom: 15px;
    margin-top: 30px;
    text-align: center;
    font-weight: 600;
}

.secure_archive ul li, .secure_archive ol li {
    margin-bottom: 10px;
    line-height: 1.6;
    font-size: 15px;
}

header .top_prime:before {
    position: absolute;
    opacity: 0.3;
    bottom: -1px;
    content: '';
    width: 100%;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
}

header .top_start {
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative;
}

header .top_start:after {
    top: 50%;
    border-radius: 50%;
    content: '';
    right: 0;
    width: 20px;
    opacity: 0.5;
    transform: translateY(-50%) translateX(40px);
    height: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

header .nav_site {
    padding: 8px 0;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}

header .nav_site:hover {
    transform: translateX(5px);
    color: #ffffff;
}

header .main_mentor {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    position: relative;
    padding: 5px;
    text-decoration: none;
}

header .main_mentor svg {
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
}

.course_structure {
    overflow: hidden;
    background: linear-gradient(45deg, rgb(233,223,209) 0%, rgb(186,155,119,0.5) 50%, rgb(233,223,209) 100%);
    position: relative;
    padding: 6rem 0;
}

.course_structure .learn_sessions::before {
    opacity: 0.05;
    top: -2rem;
    z-index: -1;
    width: calc(100% + 4rem);
    height: calc(100% + 4rem);
    position: absolute;
    left: -2rem;
    content: "";
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(211,188,164,0.5) 50px, rgb(211,188,164,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(211,188,164,0.5) 50px, rgb(211,188,164,0.5) 51px);
    transform: translateZ(-10px);
    border-radius: 14px;
}

.course_structure .head_bar svg {
    transition: all 0.3s ease;
    width: auto;
    height: 4rem;
    filter: drop-shadow(0 2px 4px rgb(211,188,164,0.5));
}

.course_structure .learn_career:hover h3::after {
    width: 80px;
}

.course_structure .image_grid {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    animation: floatAnimation 6s ease-in-out infinite;
    min-height: 400px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    transform: translateZ(30px) rotate(3deg);
    z-index: 2;
    height: 450px;
    height: 100%;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

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

.tySection .learn_sessions {
    animation: fadeUpIn 1s forwards ease-out;
    padding: 2.5rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        0 100%
    );
    animation-delay: 0.5s;
    opacity: 0;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    transform: translateY(20px);
}

.meet_us {
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}

.meet_us {
    padding: 60px 0 40px;
}

.meet_us {
    padding: 50px 0 30px;
}

.meet_us .label_holder {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(211,188,164);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    transform: perspective(1000px) rotateY(-1deg);
    background: rgba(255, 255, 255, 0.92);
    padding: 3.5rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
}

.meet_us .label_holder {
    transform: none;
    padding: 2rem 1.5rem;
    border-left-width: 3px;
}

.meet_us .label_holder {
    padding: 1.5rem 1.25rem;
    border-left-width: 2px;
}

.meet_us span::first-letter {
    color: rgb(186,155,119);
    font-size: 1.2em;
    font-weight: 600;
}

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

footer::after {
    left: 0;
    z-index: -1;
    background-size: 20px 20px;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    position: absolute;
}

.leaderboard .referral_prog {
    line-height: 1.6;
    background: rgba(0, 0, 0, 0.15);
    margin: 0 1rem;
    font-size: 14px;
    color: #ffffff;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
    padding: 1.5rem;
}

.leaderboard .header_bar h5 {
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    color: #ffffff;
    margin: 0 0 1.5rem;
}

.partner_logo {
    margin-top: 3rem;
    padding: 2rem 0;
    position: relative;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    background: rgba(255, 255, 255, 0.1);
}


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



@media (min-width: 992px) {.plan_box .tuition_plans {
    gap: 50px;
    flex-direction: row;
    align-items: center;
}.plan_box .learn_fees {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.plan_box .learn_fees h2::after {
    transform: none;
    left: 0;
}.plan_box .plan_fee {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.plan_box .fee_choices {
    padding: 35px;
}
}



@media (min-width: 992px) {.testimonials {
    padding: 8rem 0;
}.testimonials h2 {
    font-size: calc(33px + 0.2rem);
    margin-bottom: 4.5rem;
}.testimonials .opinion_showcase {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
}.testimonials .learning_voices {
    padding: 3rem 2.5rem;
}.testimonials .learning_voices:nth-child(odd) {
    transform: translateY(15px);
}.testimonials .learning_voices:nth-child(odd):hover {
    transform: translateY(7px);
}.testimonials .learning_voices:nth-child(even) {
    transform: translateY(-15px);
}.testimonials .learning_voices:nth-child(even):hover {
    transform: translateY(-23px);
}.testimonials .learning_voices::after {
    position: absolute;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(211,188,164));
    width: 40%;
    height: 1px;
    right: 0;
    top: 0;
    content: "";
}
}



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


@media (max-width: 1200px) {.cookie_user h5 {
    font-size: calc(18px - 2px);
}.cookie_user p {
    font-size: calc(13px - 2px);
}.tracking_policy {
    font-size: calc(19px - 2px);
}
}



@media (max-width: 768px) {.welcome_page {
    padding: 4rem 1.25rem;
}.welcome_page > div {
    transform: none;
}.welcome_page .master_expert {
    padding: 2rem;
}.welcome_page .quick_training::before,
  .welcome_page .quick_training::after {
    height: 40px;
    width: 40px;
}
}



@media (max-width: 480px) {.contact {
    padding: 40px 0;
}.contact .learn_talk {
    box-shadow: 8px 8px 16px rgba(0,0,0,0.03), 
                   -8px -8px 16px rgba(255,255,255,0.7);
    transform: none;
    padding: 20px;
}.contact h3 {
    font-size: calc(37px * 0.7);
}.contact p {
    margin-bottom: 20px;
    font-size: calc(16px * 0.95);
}.contact svg {
    width: 18px;
    height: 18px;
}}



@media (max-width: 576px) {.teaching_experience {
    padding: 4rem 1rem;
}.teaching_experience .learning_voices {
    padding: 1.5rem;
}.teaching_experience .career_area {
    padding: 1.5rem;
}}


@media only screen and (max-width: 800px) {.secure_archive {
    padding: 30px 15px;
}.secure_archive h1 {
    font-size: calc(22px - 10px);
}.secure_archive h2 {
    font-size: calc(22px - 8px);
}.secure_archive p, .secure_archive li {
    font-size: calc(15px - 2px);
}}



@media (max-width: 768px) {.course_structure {
    padding: 4rem 0;
}.course_structure .learn_sessions::before {
    width: calc(100% + 3rem);
    top: -1.5rem;
    height: calc(100% + 3rem);
    left: -1.5rem;
}.course_structure .learn_career {
    padding: 2rem;
}.course_structure .head_bar svg {
    height: 3.5rem;
}.course_structure h3 {
    font-size: calc(37px * 0.9);
}.course_structure .image_grid {
    min-height: 300px;
}
}



@media (max-width: 992px) {.tySection {
    padding: 3rem 0;
}.tySection h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
}.tySection .learn_sessions {
    padding: 2rem;
}
}



@media (max-width: 991px) {.meet_us {
    padding: 80px 0 60px;
}.meet_us .label_holder {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-0.5deg);
}.meet_us h1 {
    margin-bottom: 1.5rem;
    font-size: calc(38px * 0.9);
}.meet_us h4 {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 992px) {.leaderboard {
    padding: 3.5rem 0 2rem;
}.leaderboard .container {
    flex-direction: column;
    gap: 2.5rem;
}.leaderboard .company_holder,
    .leaderboard .whatsapp_grp {
    flex: 1 1 100%;
    min-width: 100%;
}.leaderboard .header_bar {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}



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



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



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



@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}



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



@keyframes float {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(18deg) translate(10px, -10px);
    }
}

