.segment-wrapper {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}

header,footer {
    width: 100%;
}


header {
    background: linear-gradient(120deg, 
        rgb(211,188,164) 0%, 
        rgb(211,188,164,0.5) 100%
    );
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.plan_box .learn_fees h2::after {
    transform: translateX(-50%);
    left: 50%;
    content: "";
    bottom: -10px;
    background: rgb(211,188,164);
    height: 3px;
    position: absolute;
    width: 80px;
}

.plan_box .plan_pricing {
    display: flex;
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    min-height: 450px;
    flex-direction: column;
}

.plan_box .plan_table {
    display: inline-block;
    position: relative;
    margin: 15px 0;
    color: rgb(211,188,164);
    font-size: calc(22px + 4px);
    font-weight: 700;
}

.plan_box .image_grid {
    position: relative;
    transition: transform 0.6s ease;
    height: 200px;
    width: 100%;
    overflow: hidden;
}

.plan_box .learning_deals:hover .image_grid {
    transform: scale(1.05);
}

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

.check_it_out_now {
    position: relative;
    margin: 2rem 0;
    transform: perspective(1000px) rotateX(2deg);
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgb(186,155,119) 0%, rgb(211,188,164) 100%);
    padding: 5rem 0;
}

.check_it_out_now h2 {
    transition: transform 0.5s ease, opacity 0.5s ease;
    color: #ffffff;
    opacity: 1;
    font-weight: 700;
    font-size: 32px;
    line-height: 1.4;
    transform: translateY(0);
    text-align: center;
    text-shadow: 0 2px 4px rgba(0,0,0,0.15);
    max-width: 800px;
    margin-bottom: 2.5rem;
}

.check_it_out_now .inquiry_query {
    z-index: 1;
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 1rem 2.5rem;
    background: #ffffff;
    overflow: hidden;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: rgb(211,188,164);
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.testimonials h2 {
    margin-bottom: 3rem;
    color: #000000;
    text-align: center;
    font-size: 33px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-weight: 700;
    transform: perspective(1000px) translateZ(0);
}

.testimonials .learning_voices::before {
    z-index: -1;
    opacity: 0.1;
    line-height: 1;
    content: "";
    font-size: 6rem;
    right: 1.5rem;
    position: absolute;
    color: rgb(211,188,164);
    font-family: serif;
    top: 1.5rem;
}

.testimonials .learning_voices:hover h3::after {
    width: 100%;
}

.testimonials .learning_voices div {
    align-items: center;
    justify-content: flex-start;
    margin-top: auto;
    display: flex;
}

.testimonials .opinion_showcase::after {
    content: "";
    bottom: -50px;
    height: 10px;
    left: 10%;
    background: linear-gradient(90deg, transparent, rgba(rgb(211,188,164,0.5), 0.05), transparent);
    position: absolute;
    border-radius: 100px;
    filter: blur(5px);
    width: 80%;
}

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

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

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

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

.get_in_touch .request_request label a {
    transition: all 0.3s ease;
    color: rgb(211,188,164);
    text-decoration: none;
}

.get_in_touch form .inquiry_query {
    position: relative;
    transition: all 0.3s ease;
    border: none;
    font-weight: 600;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(211,188,164), rgb(186,155,119));
    color: #ffffff;
    overflow: hidden;
    font-family: Arial, sans-serif;
    display: inline-block;
    cursor: pointer;
    font-size: 17px;
    border-radius: 10px;
}

.cookie_user h5 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: rgb(211,188,164);
}

#windowConsentAlert {
    display: none;
}

#windowConsentAlert:checked ~ .cookieAlertPromptPanel {
    visibility: hidden;
    opacity: 0;
}

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


.welcome_page {
    box-sizing: border-box;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    align-items: center;
    padding: 6rem 2rem;
}

.welcome_page > div > div:first-child {
    transform: translateY(-20px);
    position: relative;
    width: 100%;
    animation: slideInTitle 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    margin-bottom: 3rem;
    text-align: center;
    opacity: 0;
}

.welcome_page .master_expert {
    padding: 3rem;
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(#000000, 0.6) 0%, 
    rgba(#000000, 0.3) 100%);
    animation: slideUpBox 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    backdrop-filter: blur(12px);
    position: relative;
    opacity: 0;
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform: translateY(30px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
               0 0 0 1px rgba(255, 255, 255, 0.05);
    max-width: 900px;
}




.welcome_page:hover::before {
    animation: pulseGradient 8s ease-in-out infinite alternate;
}

.contact::before {
    position: absolute;
    top: -10%;
    transform: rotate(-15deg);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 300px;
    height: 300px;
    content: '';
    z-index: 0;
    background: rgb(186,155,119,0.5);
    opacity: 0.04;
    right: -5%;
}

.contact h3 {
    position: relative;
    font-weight: 700;
    color: rgb(186,155,119);
    margin-bottom: 30px;
    font-size: calc(37px * 0.9);
    display: inline-block;
}

.contact h3:hover::after {
    transform: scaleX(1.5);
}

.contact p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    margin-bottom: 25px;
}

.contact .get_help li {
    margin-bottom: 5px;
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.contact .team_contact:hover svg path {
    fill: rgb(211,188,164);
}

.course_beneficiaries::before {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
}

.course_beneficiaries ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.course_beneficiaries li:hover::after {
    content: "";
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(211,188,164) 0%,
        rgb(186,155,119) 100%
    );
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 4px;
}

.course_beneficiaries li:hover svg path {
    fill: rgb(211,188,164);
}

.teaching_experience::before {
    width: 200%;
    animation: rotate 20s linear infinite;
    content: "";
    top: -50%;
    height: 200%;
    left: -10%;
    position: absolute;
    opacity: 0.2;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(211,188,164,0.5) 120deg, transparent 180deg, rgb(186,155,119,0.5) 260deg, transparent 360deg);
    z-index: 0;
}

.teaching_experience .name + span {
    opacity: 0.8;
    font-weight: 600;
    transform: translateZ(5px);
    align-self: end;
    margin-top: 2rem;
    text-transform: uppercase;
    color: #000000;
    padding-left: 1rem;
    letter-spacing: 1px;
    font-size: 18px;
    grid-area: name;
}

.secure_archive {
    background: linear-gradient(to right, rgb(211,188,164), rgb(186,155,119));
    padding: 50px;
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    display: flex;
    font-family: Arial, sans-serif;
    gap: 30px;
    flex-direction: column;
}

.secure_archive ul, .secure_archive ol {
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

header:before {
    position: absolute;
    opacity: 0.1;
    width: 100%;
    pointer-events: none;
    height: 100%;
    left: 0;
    top: 0;
    content: '';
}

header .container {
    padding: 15px 25px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

header .container:before {
    transform: translateY(-50%);
    background-position: 0 0, 0 10px;
    opacity: 0.5;
    height: 30px;
    width: 50px;
    background-size: 6px 2px, 6px 2px;
    position: absolute;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    pointer-events: none;
    right: 20px;
    background-repeat: repeat-x;
    content: '';
    top: 50%;
}

header .nav_site:after {
    transform-origin: right;
    background: rgba(255, 255, 255, 0.5);
    top: 50%;
    transition: all 0.3s ease;
    content: '';
    height: 1px;
    transform: translateY(-50%) scaleX(0);
    left: -30px;
    width: 20px;
    position: absolute;
}

header .nav_site:hover:after {
    transform: translateY(-50%) scaleX(1);
}

header .main_mentor:hover:before {
    opacity: 1;
}

header .main_mentor:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}

header .main_mentor:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}



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

.course_structure .learn_sessions {
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    transform-style: preserve-3d;
    gap: 3rem;
    display: grid;
    transform: perspective(1000px) rotateY(-2deg);
}

.course_structure .head_bar {
    display: flex;
    position: relative;
    margin-bottom: 2rem;
    align-items: center;
}

.course_structure .head_bar::before {
    height: 2px;
    transform: translateY(-50%);
    opacity: 0.6;
    background: rgb(211,188,164);
    position: absolute;
    width: 40px;
    content: "";
    right: -20px;
    top: 50%;
}

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

.course_structure .head_bar svg:hover path {
    fill: rgb(186,155,119);
}

.course_structure p {
    line-height: 1.7;
    transform: translateZ(10px);
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #000000;
    margin-bottom: 1rem;
}



.course_structure .image_grid::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(211,188,164,0.5) 100%
    );
    position: absolute;
    height: 100%;
    transition: all 0.5s ease;
    content: "";
    width: 100%;
    z-index: 1;
    mix-blend-mode: soft-light;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.tySection {
    background: linear-gradient(135deg, rgb(233,223,209) 0%, rgb(211,188,164,0.5) 100%);
    overflow: hidden;
    padding: 4rem 0;
    position: relative;
}

.tySection h2 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    position: relative;
    font-size: 38px;
    line-height: 1.3;
    color: rgb(211,188,164);
    margin-bottom: 2.5rem;
    transform: translateX(-10px);
    animation-delay: 0.3s;
    font-weight: 700;
    animation: slideInTitle 0.8s forwards ease-out;
    opacity: 0;
    max-width: 90%;
}

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

.tySection li::before {
    animation: fadeIn 0.5s forwards ease-out;
    height: 8px;
    background: rgb(186,155,119);
    width: 8px;
    opacity: 0;
    top: 0.5rem;
    content: "";
    animation-delay: 1.2s;
    transform: rotate(45deg);
    left: 0;
    position: absolute;
}

.meet_us::after {
    animation: float 15s ease-in-out infinite alternate;
    opacity: 0.15;
    filter: blur(20px);
    z-index: 0;
    width: 30%;
    right: -2%;
    content: "";
    background: linear-gradient(120deg, rgb(186,155,119) 0%, rgb(211,188,164) 100%);
    position: absolute;
    height: 40%;
    transform: rotate(15deg);
    top: -5%;
}

.meet_us::after {
    top: -10%;
    right: -10%;
    width: 50%;
    height: 30%;
}

.meet_us h1::after {
    transform-origin: left;
    height: 3px;
    bottom: 0;
    width: 80px;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(211,188,164) 0%, rgb(186,155,119) 100%);
    position: absolute;
    content: "";
    left: 0;
}

.meet_us h1::after {
    width: 60px;
    height: 2px;
}

.meet_us h1::after {
    width: 50px;
}

footer::before {
    right: 0;
    top: 0;
    content: "";
    left: 0;
    bottom: 0;
    z-index: -2;
    position: absolute;
    opacity: 0.85;
    background: linear-gradient(120deg, rgb(211,188,164) 0%, rgb(186,155,119) 100%);
}

.leaderboard .container {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 3rem;
}

.leaderboard .company_holder h3 {
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    color: #ffffff;
    letter-spacing: 1px;
    background: rgba(255, 255, 255, 0.15);
    font-weight: 700;
    text-transform: uppercase;
    padding: 0.5rem 2rem;
    display: inline-block;
    font-size: 36px;
}

.leaderboard .header_bar .site_top a {
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 14px;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    padding: 0.6rem 1rem;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    position: relative;
}

.partner_logo .honor_cta {
    position: relative;
    padding: 0.7rem 2rem;
    text-align: center;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
}



@media (min-width: 1200px) {.plan_box .plan_fee {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.plan_box .plan_pricing {
    min-height: 500px;
}.plan_box .image_grid {
    height: 220px;
}.plan_box .fee_choices h3 {
    font-size: calc(22px + 2px);
}.plan_box .plan_table {
    font-size: calc(22px + 6px);
}}



@media screen and (max-width: 768px) {.check_it_out_now {
    transform: none;
    padding: 3.5rem 0;
}.check_it_out_now h2 {
    margin-bottom: 1.75rem;
    font-size: calc(32px * 0.8);
}.check_it_out_now .learn_sessions {
    padding: 1.5rem 2rem;
    gap: 1.25rem;
    flex-direction: column;
}.check_it_out_now svg {
    width: 36px;
    height: 36px;
}.check_it_out_now .inquiry_query {
    text-align: center;
    width: 100%;
    padding: 0.75rem 2rem;
}
}



@media (max-width: 767px) {.testimonials {
    padding: 4rem 0;
}.testimonials h2 {
    font-size: calc(33px - 0.2rem);
    margin-bottom: 2.5rem;
}.testimonials .opinion_showcase {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.testimonials .learning_voices {
    padding: 2rem 1.5rem;
}
}



@media screen and (max-width: 1024px) {.get_in_touch .inquiry_form {
    padding: 50px 40px;
}
}



@media screen and (max-width: 991px) {.get_in_touch .image_grid {
    min-height: 300px;
    flex: 0 0 100%;
}.get_in_touch .inquiry_form {
    flex: 0 0 100%;
}.get_in_touch .inquiry_form::before {
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(211,188,164), rgb(186,155,119));
    height: 5px;
    top: 0;
    left: 40px;
}.get_in_touch form {
    padding-top: 25px;
    padding-left: 0;
}
}




@media (max-width: 992px) {.welcome_page {
    padding: 5rem 1.5rem;
}.welcome_page > div {
    transform: perspective(1000px) rotateX(1deg);
}.welcome_page .master_expert {
    padding: 2.5rem;
}
}



@media (max-width: 576px) {.welcome_page {
    padding: 3rem 1rem;
}.welcome_page .master_expert {
    padding: 1.5rem;
}.welcome_page .title_style_header::after {
    width: 80%;
}.welcome_page .quick_training::before,
  .welcome_page .quick_training::after {
    height: 30px;
    width: 30px;
}}



@media (max-width: 992px) {.course_beneficiaries {
    padding: 5rem 0;
}.course_beneficiaries h3 {
    margin-bottom: 3.5rem;
    font-size: calc(48px * 0.9);
}
}



@media (max-width: 992px) {.teaching_experience .learning_voices {
    grid-template-areas:
      "image_grid"
      "name"
      "career_area";
    grid-template-columns: 1fr;
    transform: none;
    grid-template-rows: auto auto auto;
}.teaching_experience .image_grid {
    max-width: 200px;
    margin: 0 auto;
}.teaching_experience .name,
  .teaching_experience .name + span {
    text-align: center;
    padding-left: 0;
}.teaching_experience .name + span {
    margin-top: 0.5rem;
}
}



@media (max-width: 1024px) {.course_structure {
    padding: 5rem 0;
}.course_structure .learn_sessions {
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
    gap: 2rem;
}.course_structure .learn_career {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course_structure .image_grid {
    min-height: 350px;
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    transform: translateZ(20px) rotate(0deg);
}.course_structure .learn_sessions:hover .image_grid {
    transform: translateZ(30px) scale(1.02);
}
}



@media (max-width: 768px) {.tySection h2 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.tySection .learn_sessions {
    padding: 1.75rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 15px), 
            calc(100% - 15px) 100%, 
            0 100%
        );
}.tySection li span {
    font-size: 14px;
}.tySection::after {
    top: -5%;
    height: 200px;
    right: -10%;
    width: 200px;
}
}



@media (max-width: 768px) {.leaderboard {
    padding: 3rem 0 1.5rem;
}.leaderboard .company_holder {
    padding: 2rem;
}.leaderboard .company_holder h3 {
    font-size: calc(36px - 2px);
}.leaderboard .site_top {
    gap: 1.5rem;
}.partner_logo {
    margin-top: 2rem;
}
}



@keyframes float {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-20px) scale(1.05);
  }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}



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



@keyframes constellationMovement {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 400px 400px;
  }
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}



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

@keyframes expandLine {
        100% {
            width: 50px;
        }
    }

