﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.syllabus_ref {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.first_expert {
    flex: 1 0 auto;
}.wrapper-segment {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.container {
    max-width: 100%;
    width: 1108px;
    margin: auto;
}html,body {
    min-height: 100%;
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    auto
contain
touch-action: none;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.privacy_section {
    border: 1px solid rgba(0, 0, 0, 0.5);
    padding: 50px;
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    background-color: rgb(242,236,231);
}.privacy_section::before,
.privacy_section::after {
    border-radius: 50%;
    content: '';
    opacity: 0.1;
    background: rgb(217,210,200,0.5);
    position: absolute;
}.privacy_section::before {
    height: 200px;
    left: -50px;
    width: 200px;
    top: -50px;
}.privacy_section::after {
    bottom: -100px;
    width: 300px;
    right: -100px;
    height: 300px;
}.privacy_section h1,
.privacy_section h2 {
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    margin: 20px 0;
    padding-left: 40px;
}.privacy_section h1::before,
.privacy_section h2::before {
    width: 30px;
    left: 0;
    border-radius: 50%;
    content: '';
    background: rgb(217,210,200);
    position: absolute;
    height: 30px;
}.privacy_section h1 {
    font-weight: 700;
    color: rgb(217,210,200);
    font-size: 46px;
}.privacy_section h2 {
    font-size: 32px;
    color: rgb(185,176,164);
    font-weight: 600;
}.privacy_section ul {
    counter-reset: custom-counter;
    padding: 0;
    list-style-type: none;
    margin: 20px 0;
}.privacy_section ul li {
    color: #000000;
    padding-left: 40px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-size: 15px;
    padding: 10px 0;
    position: relative;
}.privacy_section ul li::before {
    color: #ffffff;
    align-items: center;
    width: 30px;
    position: absolute;
    height: 30px;
    justify-content: center;
    background: rgb(185,176,164);
    transform: translateY(-50%);
    font-weight: 700;
    border-radius: 50%;
    top: 50%;
    left: 0;
    counter-increment: custom-counter;
    content: counter(custom-counter);
    display: flex;
}.privacy_section p {
    border-left: 4px solid rgb(217,210,200);
    font-weight: 300;
    line-height: 1.8;
    padding-left: 15px;
    font-size: 15px;
    position: relative;
    margin: 20px 0;
    color: #000000;
}.privacy_section p::before {
    background: rgb(217,210,200);
    position: absolute;
    border-radius: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    height: 10px;
    content: '';
    top: 0;
    width: 10px;
}.privacy_section .container div {
    margin: 20px 0;
    border: 1px dashed rgb(185,176,164,0.5);
    border-radius: 10px;
    padding: 20px;
    position: relative;
}.privacy_section .container div::before {
    width: 20px;
    border-radius: 50%;
    top: -10px;
    position: absolute;
    height: 20px;
    background: rgb(185,176,164);
    content: '';
    opacity: 0.5;
    left: -10px;
}.privacy_section .container div::after {
    border-radius: 50%;
    right: -10px;
    width: 20px;
    content: '';
    height: 20px;
    background: rgb(185,176,164);
    position: absolute;
    opacity: 0.5;
    bottom: -10px;
}
@media only screen and (max-width: 800px) {.privacy_section {
    padding: 30px;
}.privacy_section h1 {
    font-size: calc(19px - 8px);
}.privacy_section h2 {
    font-size: calc(19px - 8px);
}.privacy_section ul li {
    font-size: calc(15px - 2px);
}.privacy_section p {
    font-size: calc(15px - 2px);
}}
.course_benefits {
    overflow: hidden;
    background: linear-gradient(145deg, #ecf0f3 0%, #e2e6ea 100%);
    padding: 7rem 0;
    position: relative;
}.course_benefits::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 8px;
    right: 0;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,176,164) 100%);
}.course_benefits::after {
    z-index: 0;
    height: 300px;
    right: -120px;
    background: linear-gradient(135deg, rgb(217,210,200,0.5) 0%, transparent 70%);
    border-radius: 50%;
    content: "";
    filter: blur(40px);
    position: absolute;
    width: 300px;
    bottom: -120px;
}.course_benefits h5 {
    transform: perspective(1000px) translateZ(10px);
    letter-spacing: 0.03em;
    font-size: 18px;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    text-align: center;
    color: #000000;
}.course_benefits h5::after {
    bottom: -15px;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    border-radius: 2px;
    position: absolute;
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,176,164) 100%);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    height: 4px;
}.course_benefits .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
}.course_benefits .master_track {
    gap: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 20px;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08),
                -8px -8px 20px rgba(255, 255, 255, 0.9),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: linear-gradient(145deg, #ffffff 0%, #f5f5f5 100%);
    display: grid;
    padding: 3rem;
    grid-template-columns: 1fr;
}.course_benefits .master_track:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1),
                -10px -10px 25px rgba(255, 255, 255, 1),
                inset 2px 2px 5px rgba(255, 255, 255, 0.3),
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.course_benefits .photo_strip {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    width: 100%;
    height: auto;
    transform: translateZ(20px);
    object-fit: cover;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.1),
                -8px -8px 16px rgba(255, 255, 255, 0.8);
    border-radius: 15px;
}.course_benefits .photo_strip:hover {
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12),
                -10px -10px 20px rgba(255, 255, 255, 0.9);
    transform: translateZ(30px) scale(1.02);
}.course_benefits .text_list_item {
    flex-direction: column;
    display: flex;
    justify-content: center;
}.course_benefits ul {
    gap: 1.5rem;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr;
    display: grid;
}.course_benefits li {
    position: relative;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.06),
                -6px -6px 12px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 1rem 1.5rem;
    background: linear-gradient(145deg, #f5f5f5 0%, #ffffff 100%);
}.course_benefits li:hover {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08),
                -8px -8px 16px rgba(255, 255, 255, 0.9),
                inset 1px 1px 2px rgba(255, 255, 255, 0.3);
    transform: translateY(-3px) scale(1.01);
}.course_benefits li p {
    color: #000000;
    position: relative;
    line-height: 1.6;
    margin: 0;
    padding-left: 2.2rem;
    font-weight: 400;
    font-size: 16px;
}.course_benefits li:nth-child(odd) {
    border-left: 3px solid rgb(217,210,200);
}.course_benefits li:nth-child(even) {
    border-left: 3px solid rgb(185,176,164);
}.course_benefits li svg {
    transition: transform 0.3s ease;
    width: 24px;
    left: 0;
    top: 0;
    height: 24px;
    position: absolute;
}.course_benefits li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.course_benefits li svg path {
    transition: fill 0.3s ease;
    fill: rgb(217,210,200);
}.course_benefits li:hover svg path {
    fill: rgb(185,176,164);
}.course_benefits li:nth-child(even) svg path {
    fill: rgb(185,176,164);
}.course_benefits li:nth-child(even):hover svg path {
    fill: rgb(217,210,200);
}

@media (min-width: 768px) {.course_benefits {
    padding: 8rem 0;
}.course_benefits h5 {
    font-size: calc(18px * 1.1);
    margin-bottom: 4rem;
}.course_benefits .master_track {
    grid-template-columns: 1fr 1.2fr;
    padding: 4rem;
    gap: 4rem;
}.course_benefits ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.course_benefits li {
    padding: 1.2rem 1.8rem;
}
}

@media (min-width: 992px) {.course_benefits {
    padding: 10rem 0;
}.course_benefits h5 {
    font-size: calc(18px * 1.2);
}.course_benefits h5::after {
    width: 100px;
}.course_benefits .master_track {
    transform: perspective(1500px) rotateX(2deg);
}.course_benefits .photo_strip {
    height: 100%;
    object-position: center;
}.course_benefits li p {
    font-size: calc(16px * 1.05);
    line-height: 1.7;
}
}

@media (max-width: 767px) {.course_benefits {
    padding: 5rem 0;
}.course_benefits h5 {
    margin-bottom: 2.5rem;
    font-size: calc(18px * 0.9);
    padding: 0 1rem;
}.course_benefits .master_track {
    padding: 2rem;
    gap: 2rem;
}.course_benefits li {
    padding: 1rem;
}.course_benefits li p {
    line-height: 1.5;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 480px) {.course_benefits {
    padding: 4rem 0;
}.course_benefits h5 {
    margin-bottom: 2rem;
    font-size: calc(18px * 0.85);
}.course_benefits .master_track {
    gap: 1.5rem;
    padding: 1.5rem;
}.course_benefits ul {
    gap: 1rem;
}.course_benefits li {
    padding: 0.8rem;
}.course_benefits li p {
    font-size: calc(16px * 0.9);
    padding-left: 2rem;
}.course_benefits li svg {
    height: 20px;
    width: 20px;
}}.connect_with_us {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(242,236,231) 0%, rgb(217,210,200,0.5) 100%);
    padding: 80px 0;
}.connect_with_us::before {
    top: 0;
    position: absolute;
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(185,176,164,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(217,210,200,0.5) 0%, transparent 40%);
    height: 100%;
    width: 100%;
    z-index: 0;
    animation: pulse 15s infinite alternate;
    left: 0;
}.connect_with_us::after {
    background-image: 
        linear-gradient(45deg, rgb(217,210,200,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(217,210,200,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(217,210,200,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(217,210,200,0.5) 75%);
    width: 100%;
    z-index: 1;
    background-size: 200px 200px;
    position: absolute;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    content: '';
    opacity: 0.05;
    left: 0;
    height: 100%;
    top: 0;
}.connect_with_us .photo_strip {
    left: 0;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    z-index: 2;
    top: 0;
    filter: grayscale(40%) contrast(120%);
    position: absolute;
}.connect_with_us .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    max-width: 1200px;
}.connect_with_us h3 {
    letter-spacing: 1px;
    font-size: 33px;
    text-align: center;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 40px;
}.connect_with_us h3::after {
    position: absolute;
    width: 80px;
    bottom: -10px;
    background: rgb(217,210,200);
    height: 4px;
    content: '';
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
}.connect_with_us .inquiry_grid {
    display: flex;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
    flex-wrap: wrap;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
}.connect_with_us .inquiry_grid::before {
    background: linear-gradient(45deg, rgb(185,176,164), rgb(217,210,200), rgb(185,176,164));
    border-radius: calc(20px + 5px);
    right: -5px;
    bottom: -5px;
    top: -5px;
    position: absolute;
    left: -5px;
    content: '';
    z-index: -1;
    animation: border-glow 5s infinite linear;
}.connect_with_us .request_infozLDvP {
    padding: 40px;
    overflow: hidden;
    flex: 1 1 60%;
    position: relative;
}.connect_with_us .request_infozLDvP::before {
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    left: 0;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    z-index: 0;
    content: '';
    height: 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    opacity: 0.3;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    position: absolute;
}.connect_with_us .request_infozLDvP #contact {
    z-index: 1;
    position: relative;
}.connect_with_us .request_infozLDvP h3 {
    color: #000000;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 600;
    font-size: 22px;
}.connect_with_us .request_infozLDvP h3::after {
    left: 0;
    transform: none;
    width: 60px;
}.connect_with_us .request_infozLDvP input[type="text"],
.connect_with_us .request_infozLDvP textarea {
    font-size: 14px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px 20px;
}.connect_with_us .request_infozLDvP input[type="text"]:focus,
.connect_with_us .request_infozLDvP textarea:focus {
    border-color: rgb(217,210,200);
    box-shadow: 0 0 0 3px rgb(217,210,200,0.5);
    background-color: #ffffff;
    outline: none;
}.connect_with_us .request_infozLDvP textarea {
    height: 120px;
    resize: vertical;
}.connect_with_us .request_infozLDvP .request_request {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.connect_with_us .request_infozLDvP .request_request input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_with_us .request_infozLDvP .request_request label {
    line-height: 1.5;
    font-size: calc(14px - 2px);
    padding-left: 35px;
    cursor: pointer;
    position: relative;
    color: #000000;
}.connect_with_us .request_infozLDvP .request_request label::before {
    position: absolute;
    top: 2px;
    transition: all 0.3s ease;
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 22px;
    width: 22px;
    border-radius: 10px;
    left: 0;
    content: '';
}.connect_with_us .request_infozLDvP .request_request input[type="checkbox"]:checked + label::before {
    background-color: rgb(217,210,200);
    border-color: rgb(217,210,200);
}.connect_with_us .request_infozLDvP .request_request input[type="checkbox"]:checked + label::after {
    left: 7px;
    content: '';
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    position: absolute;
    width: 8px;
    top: 9px;
    height: 4px;
    border-left: 2px solid #ffffff;
}.connect_with_us .request_infozLDvP .request_request a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(217,210,200);
}.connect_with_us .request_infozLDvP .request_request a:hover {
    color: rgb(185,176,164);
    text-decoration: underline;
}.connect_with_us .request_infozLDvP .help_list {
    font-size: 19px;
    transition: all 0.3s ease;
    overflow: hidden;
    color: #ffffff;
    border-radius: 20px;
    letter-spacing: 1px;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    border: none;
    font-weight: 600;
    background: linear-gradient(135deg, rgb(217,210,200) 0%, rgb(185,176,164) 100%);
    position: relative;
}.connect_with_us .request_infozLDvP .help_list::before {
    content: '';
    transition: all 0.5s ease;
    left: -100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
}.connect_with_us .request_infozLDvP .help_list:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.connect_with_us .request_infozLDvP .help_list:hover::before {
    left: 100%;
}.connect_with_us .contact_inquiry {
    background: linear-gradient(135deg, rgb(185,176,164) 0%, rgb(217,210,200) 100%);
    overflow: hidden;
    position: relative;
    padding: 40px;
    flex: 1 1 40%;
}.connect_with_us .contact_inquiry::before {
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    opacity: 0.6;
    top: 0;
}.connect_with_us .contact_inquiry h4 {
    color: #ffffff;
    position: relative;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 22px;
}.connect_with_us .contact_inquiry h4::after {
    bottom: -10px;
    position: absolute;
    width: 60px;
    height: 3px;
    left: 0;
    background: #ffffff;
    content: '';
    border-radius: 10px;
}.connect_with_us .contact_inquiry .request_links {
    list-style: none;
    margin: 0;
    padding: 0;
}.connect_with_us .contact_inquiry .request_links li {
    z-index: 1;
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.connect_with_us .contact_inquiry .request_links li svg {
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.connect_with_us .contact_inquiry .request_links li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.connect_with_us .contact_inquiry .request_links li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.connect_with_us .contact_inquiry .request_links li span {
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
}.connect_with_us .contact_inquiry .request_links li a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.connect_with_us .contact_inquiry .request_links li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us .container {
    padding: 0 15px;
}.connect_with_us .inquiry_grid {
    flex-direction: column;
}.connect_with_us .request_infozLDvP,
    .connect_with_us .contact_inquiry {
    flex: 1 1 100%;
}.connect_with_us .request_infozLDvP {
    padding: 30px;
}.connect_with_us .contact_inquiry {
    padding: 30px;
}
}

@media (max-width: 768px) {.connect_with_us {
    padding: 40px 0;
}.connect_with_us h3 {
    font-size: calc(33px - 4px);
    margin-bottom: 30px;
}.connect_with_us .request_infozLDvP h3,
    .connect_with_us .contact_inquiry h4 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}.connect_with_us .request_infozLDvP input[type="text"],
    .connect_with_us .request_infozLDvP textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.connect_with_us .request_infozLDvP textarea {
    height: 100px;
}.connect_with_us .request_infozLDvP .help_list {
    font-size: calc(19px - 1px);
    padding: 12px 25px;
}.connect_with_us .contact_inquiry .request_links li {
    margin-bottom: 20px;
}.connect_with_us .contact_inquiry .request_links li svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.connect_with_us {
    padding: 30px 0;
}.connect_with_us .request_infozLDvP,
    .connect_with_us .contact_inquiry {
    padding: 20px;
}.connect_with_us h3 {
    font-size: calc(33px - 6px);
}.connect_with_us .request_infozLDvP .request_request label {
    font-size: calc(14px - 3px);
}}header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    left: 0;
    background: linear-gradient(120deg, 
        rgb(217,210,200) 0%, 
        rgb(217,210,200,0.5) 100%
    );
    top: 0;
    z-index: 1000;
}header:before {
    height: 100%;
    opacity: 0.1;
    pointer-events: none;
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}header:after {
    background-size: 100px 100px;
    pointer-events: none;
    width: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
}header .top_primary {
    position: relative;
}header .top_primary:before {
    position: absolute;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    left: 0;
    width: 100%;
    bottom: -1px;
    opacity: 0.3;
    height: 2px;
    content: '';
}header .top_primary:after {
    left: 0;
    content: '';
    pointer-events: none;
    top: 50%;
    height: 60px;
    position: absolute;
    filter: blur(8px);
    opacity: 0.5;
    transform: translateY(-50%);
    width: 60px;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 15px 25px;
}header .container:before {
    width: 50px;
    transform: translateY(-50%);
    background-size: 6px 2px, 6px 2px;
    right: 20px;
    top: 50%;
    background-position: 0 0, 0 10px;
    background-repeat: repeat-x;
    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;
    position: absolute;
    height: 30px;
    opacity: 0.5;
    content: '';
}header .head_sitebar {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .head_sitebar:before {
    position: absolute;
    opacity: 0.5;
    left: 0;
    width: 20px;
    border-radius: 50%;
    height: 20px;
    content: '';
    top: 50%;
    transform: translateY(-50%) translateX(-40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .head_sitebar:after {
    height: 20px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    position: absolute;
    width: 20px;
    opacity: 0.5;
    right: 0;
}header .header_tutor {
    align-items: center;
    gap: 30px;
    position: relative;
    display: flex;
}header .header_tutor:before {
    content: '';
    position: absolute;
    opacity: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: -10px;
    height: 2px;
    transition: opacity 0.4s ease;
}header .header_tutor:hover:before {
    opacity: 0.7;
}header .main_skill {
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 8px 0;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
}header .main_skill:before {
    height: 6px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    position: absolute;
    opacity: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ffffff;
    width: 6px;
    content: '';
    transition: all 0.3s ease;
    top: 50%;
    left: -12px;
}header .main_skill:after {
    left: -30px;
    transform: translateY(-50%) scaleX(0);
    top: 50%;
    content: '';
    position: absolute;
    width: 20px;
    transform-origin: right;
    height: 1px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
}header .main_skill:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .main_skill:hover:before {
    opacity: 1;
    left: -20px;
}header .main_skill:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .page_top {
    padding: 5px;
    position: relative;
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
}header .page_top:before {
    left: -10px;
    height: calc(100% + 20px);
    position: absolute;
    border-radius: 10px;
    top: -10px;
    transition: all 0.3s ease;
    opacity: 0;
    width: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
}header .page_top:after {
    transition: all 0.3s ease;
    height: 10px;
    left: -5px;
    width: 10px;
    content: '';
    position: absolute;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    top: -5px;
}header .page_top:hover:before {
    opacity: 1;
}header .page_top:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .page_top svg {
    width: auto;
    transition: all 0.3s ease;
    height: 40px;
}header .page_top:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .header_tutor {
    gap: 20px;
}header .page_top svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .header_tutor {
    top: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    position: fixed;
    padding: 80px 30px 30px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    width: 80%;
    height: 100vh;
    right: -100%;
    background: rgb(217,210,200);
    gap: 25px;
    z-index: 1001;
    flex-direction: column;
}header .header_tutor:before {
    left: 10%;
    bottom: auto;
    top: 60px;
    width: 80%;
}header .header_tutor:after {
    height: 30px;
    border-radius: 50%;
    top: 20px;
    pointer-events: none;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 20px;
    position: absolute;
    content: '';
}header .menu.active {
    right: 0;
}header .main_skill {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .main_skill:hover {
    transform: translateX(0);
}header .main_skill:last-child {
    border-bottom: none;
}header .page_top {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .page_top svg {
    height: 30px;
}}.pricing_grid_item {
    background: linear-gradient(135deg, rgb(242,236,231) 0%, rgba(245, 247, 252, 1) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.pricing_grid_item::before {
    width: 100%;
    z-index: 1;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    height: 100%;
    content: "";
    pointer-events: none;
    left: 0;
    top: 0;
}.pricing_grid_item .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.pricing_grid_item .training_fees {
    display: flex;
    flex-direction: column-reverse;
}.pricing_grid_item .value_deals {
    margin-bottom: 50px;
    text-align: center;
    transition: transform 0.5s ease-out;
}.pricing_grid_item .value_deals h2 {
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: 38px;
}.pricing_grid_item .value_deals h2::after {
    height: 3px;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(217,210,200);
    width: 80px;
    left: 50%;
    content: "";
}.pricing_grid_item .learning_pricing {
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto;
    color: #000000;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 700px;
}.pricing_grid_item .learning_package {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
}.pricing_grid_item .cost_deals {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border-radius: 8px;
    color: #000000;
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.pricing_grid_item .cost_deals:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.pricing_grid_item .learn_offers {
    flex-direction: column;
    position: relative;
    display: flex;
    background-color: #ffffff;
    min-height: 450px;
    overflow: hidden;
}.pricing_grid_item .offer_box {
    flex-direction: column;
    overflow-wrap: break-word;
    white-space: normal;
    flex: 1;
    z-index: 2;
    word-break: break-word;
    padding: 30px;
    display: flex;
    position: relative;
}.pricing_grid_item .offer_box h3 {
    transform: translateX(0);
    transition: transform 0.3s ease;
    color: #000000;
    font-size: calc(18px + 2px);
    margin-bottom: 8px;
    position: relative;
    font-weight: 600;
}.pricing_grid_item .cost_deals:hover .offer_box h3 {
    transform: translateX(5px);
}.pricing_grid_item .price_choices {
    color: rgb(217,210,200);
    font-size: calc(18px + 4px);
    font-weight: 700;
    display: inline-block;
    margin: 15px 0;
    position: relative;
}.pricing_grid_item .price_choices::before {
    opacity: 0;
    left: -20px;
    transition: all 0.3s ease;
    width: 10px;
    top: 50%;
    content: "";
    position: absolute;
    transform: translateX(-10px);
    height: 2px;
    background: rgb(217,210,200);
}.pricing_grid_item .cost_deals:hover .price_choices::before {
    transform: translateX(0);
    opacity: 1;
}.pricing_grid_item .offer_box p {
    word-break: break-word;
    color: #000000;
    font-size: 14px;
    white-space: normal;
    margin-top: 15px;
    overflow-wrap: break-word;
    flex: 1;
    line-height: 1.6;
}.pricing_grid_item .photo_strip {
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease;
}.pricing_grid_item .photo_strip::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgba(rgb(217,210,200,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
}.pricing_grid_item .cost_deals:hover .photo_strip {
    transform: scale(1.05);
}.pricing_grid_item .cost_deals:nth-child(odd) .learn_offers {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.pricing_grid_item .cost_deals:nth-child(even) .learn_offers {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.pricing_grid_item .cost_deals:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.pricing_grid_item .cost_deals:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.pricing_grid_item .cost_deals:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.pricing_grid_item .cost_deals:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.pricing_grid_item .learning_package {
    grid-template-columns: repeat(2, 1fr);
}.pricing_grid_item .value_deals {
    margin-bottom: 60px;
}.pricing_grid_item .offer_box h3 {
    font-size: 18px;
}.pricing_grid_item .price_choices {
    font-size: calc(18px + 2px);
}.pricing_grid_item .offer_box p {
    font-size: calc(14px - 1px);
}
}

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

@media (min-width: 1200px) {.pricing_grid_item .learning_package {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing_grid_item .learn_offers {
    min-height: 500px;
}.pricing_grid_item .photo_strip {
    height: 220px;
}.pricing_grid_item .offer_box h3 {
    font-size: calc(18px + 2px);
}.pricing_grid_item .price_choices {
    font-size: calc(18px + 6px);
}}.cookieNotificationBox {
    animation: slideUp 0.5s forwards;
    transform: translateY(100%);
    width: 100%;
    border-top: 3px solid rgb(185,176,164);
    bottom: 0;
    background: rgb(185,176,164);
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    transition: transform 0.3s ease-in-out;
    position: fixed;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#cookieUsageNotice {
    display: none;
}#cookieUsageNotice:checked ~ .cookieNotificationBox {
    visibility: hidden;
    opacity: 0;
}.cookie_explained {
    padding: 20px 5%;
    gap: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookieNotificationBox h5 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 1px;
}.cookieNotificationBox p {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
}.consent_box {
    margin-right: 15px;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(217,210,200));
    align-items: center;
}.consent_box svg {
    fill: rgb(217,210,200);
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
}.consent_box:hover svg {
    transform: scale(1.1);
}.online_tracking {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
    cursor: pointer;
    text-decoration: none;
    margin-left: 10px;
    text-align: center;
    box-shadow: 0 0 15px rgb(217,210,200);
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,176,164));
    padding: 10px 20px;
    white-space: nowrap;
    min-width: 140px;
    color: #000000;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
}.online_tracking:hover {
    box-shadow: 0 0 20px rgb(185,176,164);
}.cookie_button.visitor_privacy {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgb(185,176,164);
}.cookie_button.visitor_privacy:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(185,176,164);
}.cookieNotificationBox p a {
    text-decoration: none;
    color: rgb(217,210,200);
    transition: color 0.3s ease;
}.cookieNotificationBox p a:hover {
    color: rgb(185,176,164);
}
@media only screen and (max-width: 1200px) {.cookieNotificationBox {
    padding: 15px 0;
}.cookie_explained {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.consent_box {
    display: none;
}.cookie_explained {
    text-align: center;
    flex-direction: column;
    align-items: center;
}.cookieNotificationBox h5 {
    font-size: 19px;
    margin-bottom: 5px;
}.tracking_policy {
    margin-bottom: 15px;
}.online_tracking {
    min-width: 100%;
    margin: 10px 0;
}}
.program_offerings {
    background: linear-gradient(135deg, rgb(242,236,231) 0%, rgba(250, 250, 255, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.program_offerings::before {
    width: 40%;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent, rgb(185,176,164,0.5), transparent);
    z-index: 0;
    top: 0;
    content: "";
    transform: translateX(30%) skewX(-15deg);
    right: 0;
}.program_offerings::after {
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 5px;
    content: "";
    z-index: 1;
    left: 0;
    background: linear-gradient(90deg, rgb(217,210,200) 0%, transparent 100%);
}.program_offerings .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    margin: 0 auto;
}.program_offerings h2 {
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-weight: 700;
    animation: slideInTitle 0.8s ease-out 0.2s forwards;
    font-size: calc(36px * 1.05);
    opacity: 0;
    transform: translateX(-2rem);
}.program_offerings h2::after {
    transform-origin: left;
    transform: scaleX(0);
    animation: expandLine 1.2s ease-out 0.7s forwards;
    height: 3px;
    position: absolute;
    bottom: -0.8rem;
    background: rgb(217,210,200);
    left: 0;
    width: 6rem;
    content: "";
}.program_offerings .pro_skills {
    animation: fadeUpContent 1s ease-out 0.5s forwards;
    grid-template-columns: 1fr;
    opacity: 0;
    display: grid;
    transform: translateY(2rem);
    gap: 2.5rem;
}.program_offerings .photo_strip {
    width: 100%;
    transition: transform 0.5s ease-out;
    position: relative;
    height: 320px;
    transform: perspective(1000px) rotateX(3deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.program_offerings .photo_strip::before {
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgb(185,176,164,0.5) 100%
    );
    position: absolute;
}.program_offerings .photo_strip::after {
    transition: all 0.5s ease-out;
    top: 0;
    transform: translateX(-20px);
    background: rgb(217,210,200);
    content: "";
    opacity: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 20px;
}.program_offerings .photo_strip:hover {
    transform: perspective(1000px) rotateX(0deg);
}.program_offerings .photo_strip:hover::after {
    opacity: 0.7;
    transform: translateX(0);
}.program_offerings .text_list_item {
    max-height: 400px;
    padding-right: 1.5rem;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(217,210,200) transparent;
}.program_offerings .text_list_item::-webkit-scrollbar {
    width: 6px;
}.program_offerings .text_list_item::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.05);
}.program_offerings .text_list_item::-webkit-scrollbar-thumb {
    background: rgb(217,210,200);
    border-radius: 10px;
}.program_offerings .description {
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    line-height: 1.7;
    border-left: 2px solid rgb(217,210,200,0.5);
    font-size: 15px;
}.program_offerings .description:first-of-type::first-letter {
    margin-right: 0.8rem;
    font-weight: 700;
    float: left;
    line-height: 0.8;
    color: rgb(217,210,200);
    font-size: 3.5rem;
}.program_offerings .description:last-of-type {
    padding-top: 1.5rem;
    position: relative;
}.program_offerings .description:last-of-type::before {
    content: "";
    width: 80%;
    height: 1px;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(185,176,164,0.5) 0%, transparent 100%);
    left: 0;
}

@keyframes slideInTitle {
    0% {
        transform: translateX(-2rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes fadeUpContent {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (min-width: 768px) {.program_offerings {
    padding: 8rem 0;
}.program_offerings h2 {
    margin-bottom: 4rem;
    max-width: 80%;
    font-size: calc(36px * 1.1);
}.program_offerings .pro_skills {
    align-items: flex-start;
    grid-template-columns: 45% 1fr;
    gap: 4rem;
}.program_offerings .photo_strip {
    position: sticky;
    top: 2rem;
    height: 450px;
}.program_offerings .text_list_item {
    max-height: 600px;
}
}

@media (min-width: 1024px) {.program_offerings {
    padding: 10rem 0;
}.program_offerings::before {
    width: 60%;
}.program_offerings h2 {
    font-size: calc(36px * 1.2);
    max-width: 70%;
}.program_offerings .pro_skills {
    gap: 5rem;
    grid-template-columns: 40% 1fr;
}.program_offerings .photo_strip {
    height: 500px;
}.program_offerings .description {
    font-size: calc(15px * 1.05);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program_offerings {
    padding: 4rem 0;
}.program_offerings h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 2rem;
}.program_offerings .photo_strip {
    margin-bottom: 1rem;
    height: 250px;
}.program_offerings .text_list_item {
    max-height: 350px;
}.program_offerings .description:first-of-type::first-letter {
    font-size: 2.5rem;
}}.customer_experience {
    background: linear-gradient(120deg, rgb(242,236,231), #ffffff);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.customer_experience::before {
    background: 
        radial-gradient(ellipse at top left, rgb(217,210,200,0.5) 0%, transparent 50%),
        radial-gradient(ellipse at bottom right, rgb(185,176,164,0.5) 0%, transparent 50%);
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.6;
    left: 0;
}.customer_experience::after {
    content: "";
    height: 100%;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    opacity: 0.03;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    background: 
        linear-gradient(45deg, rgb(217,210,200,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(217,210,200,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(217,210,200,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(217,210,200,0.5) 75%);
    background-size: 100px 100px;
}.customer_experience .master_track {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.customer_experience h4 {
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    font-size: 37px;
}.customer_experience h4::before {
    width: 100px;
    bottom: -15px;
    position: absolute;
    height: 2px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    background: rgb(217,210,200);
}.customer_experience h4::after {
    background: rgb(217,210,200);
    width: 12px;
    position: absolute;
    content: "";
    height: 12px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
    border-radius: 50%;
}.customer_experience .alumni_views {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: center;
}.customer_experience .learner_feedback {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 120px;
    margin: 0 20px 40px;
    backdrop-filter: blur(10px);
    cursor: pointer;
    width: calc(33.33% - 40px);
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    -webkit-backdrop-filter: blur(10px);
    border-radius: 16px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
    position: relative;
    overflow: hidden;
}.customer_experience .learner_feedback:hover {
    height: 280px;
    z-index: 2;
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.1),
        0 2px 6px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.4);
}.customer_experience .learner_feedback::before {
    border-radius: inherit;
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    z-index: -1;
    height: 100%;
    background: 
        linear-gradient(135deg, 
            rgba(255, 255, 255, 0.4) 0%, 
            rgba(255, 255, 255, 0) 100%);
}.customer_experience .learner_feedback::after {
    opacity: 0.3;
    right: 15px;
    top: 15px;
    width: 30px;
    border: 2px solid rgb(217,210,200,0.5);
    z-index: 0;
    border-radius: 50%;
    height: 30px;
    transition: all 0.4s ease;
    position: absolute;
    content: "";
}.customer_experience .learner_feedback:hover::after {
    opacity: 0.6;
    transform: scale(0.8);
}.customer_experience .photo_strip {
    transition: all 0.4s ease;
    position: relative;
    float: left;
    width: 70px;
    z-index: 1;
    margin: 25px 20px;
    height: 70px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}.customer_experience .learner_feedback:hover .photo_strip {
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border-color: rgb(217,210,200,0.5);
    margin-bottom: 10px;
    transform: scale(1.1);
}.customer_experience .learner_feedback span {
    padding-right: 60px;
    white-space: nowrap;
    transition: all 0.4s ease;
    text-overflow: ellipsis;
    margin-top: 40px;
    color: #000000;
    font-size: calc(17px * 1.1);
    font-weight: 600;
    display: block;
    overflow: hidden;
}.customer_experience .learner_feedback:hover span {
    color: rgb(217,210,200);
    margin-left: 20px;
    white-space: normal;
    margin-top: 15px;
}.customer_experience .learner_feedback p {
    transition: all 0.5s ease;
    -webkit-line-clamp: 5;
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    -webkit-box-orient: vertical;
    opacity: 0;
    margin: 0 20px;
    display: -webkit-box;
    overflow: hidden;
    max-height: 0;
}.customer_experience .learner_feedback:hover p {
    margin-top: 15px;
    max-height: 150px;
    opacity: 1;
}.customer_experience .learner_feedback:nth-child(3n+1) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
}.customer_experience .learner_feedback:nth-child(3n+2) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.8) 0%,
        rgba(rgb(217,210,200,0.5), 0.05) 100%
    );
}.customer_experience .learner_feedback:nth-child(3n+3) {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(rgb(185,176,164,0.5), 0.05) 100%
    );
}

@media (max-width: 1200px) {.customer_experience .learner_feedback {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
}
}

@media (max-width: 992px) {.customer_experience .learner_feedback {
    height: 100px;
}.customer_experience .learner_feedback:hover {
    height: 250px;
}.customer_experience .photo_strip {
    margin: 20px 15px;
    width: 60px;
    height: 60px;
}.customer_experience .learner_feedback span {
    font-size: 17px;
    margin-top: 32px;
}
}

@media (max-width: 768px) {.customer_experience {
    padding: 70px 0;
}.customer_experience h4 {
    margin-bottom: 60px;
}.customer_experience .learner_feedback {
    height: auto;
    max-width: 400px;
    margin: 0 auto 25px;
    width: 100%;
    min-height: 100px;
}.customer_experience .learner_feedback:hover {
    min-height: 250px;
    height: auto;
}.customer_experience .learner_feedback:last-child {
    margin-bottom: 0;
}.customer_experience .learner_feedback::after {
    top: 10px;
    right: 10px;
}.customer_experience .photo_strip {
    margin: 15px;
}.customer_experience .learner_feedback span {
    margin-top: 28px;
}.customer_experience .learner_feedback:hover span {
    margin-top: 10px;
}.customer_experience .learner_feedback:hover p {
    margin-top: 10px;
}}.join_list {
    box-shadow: 0 15px 30px rgba(0,0,0,0.05), 0 -5px 20px rgba(255,255,255,0.05);
    padding: 4rem 0;
    background: linear-gradient(135deg, rgb(185,176,164,0.5), rgb(217,210,200,0.5));
    overflow: hidden;
    position: relative;
}.join_list::before {
    height: 300px;
    background: radial-gradient(circle, rgb(185,176,164,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 300px;
    animation: pulse 8s infinite alternate ease-in-out;
    opacity: 0.4;
    right: -100px;
    position: absolute;
    top: -100px;
    content: "";
}.join_list::after {
    left: -50px;
    width: 200px;
    border-radius: 50%;
    animation: pulse 10s infinite alternate-reverse ease-in-out;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(217,210,200,0.5) 0%, transparent 70%);
    position: absolute;
    height: 200px;
    bottom: -50px;
    content: "";
}.join_list .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.join_list .master_track {
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.7),
        inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.85);
}.join_list .master_track:hover {
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.7),
        inset -1px -1px 1px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.join_list h4 {
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    font-weight: 600;
    transform: translateY(0);
    font-family: Arial, sans-serif;
    line-height: 1.4;
    transition: transform 0.5s ease;
    text-align: center;
    font-size: 20px;
}.join_list .master_track:hover h4 {
    transform: translateY(-5px);
}.join_list h4::after {
    left: 50%;
    border-radius: 2px;
    height: 3px;
    bottom: -10px;
    transition: width 0.5s ease;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(217,210,200), rgb(185,176,164));
    position: absolute;
    width: 80px;
    content: "";
}.join_list .master_track:hover h4::after {
    width: 120px;
}.join_list .input_holder {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.join_list .input_holder span {
    position: relative;
    display: block;
}.join_list input[type="email"] {
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
    padding: 1rem 1.5rem;
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
    outline: none;
    border-radius: 10px;
    font-size: 18px;
}.join_list input[type="email"]:focus {
    border-color: rgb(185,176,164);
    transform: translateY(-2px);
    box-shadow: 
        0 0 0 3px rgb(185,176,164,0.5),
        inset 2px 2px 5px rgba(0, 0, 0, 0.05),
        inset -2px -2px 5px rgba(255, 255, 255, 0.8);
}.join_list input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.join_list input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.join_list .sub_promo {
    padding: 1rem 1.5rem;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    width: 100%;
    border: none;
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.1),
        -5px -5px 10px rgba(255, 255, 255, 0.5),
        inset 1px 1px 0px rgba(255, 255, 255, 0.2);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,210,200), rgb(185,176,164));
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
}.join_list .sub_promo:hover {
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 0px rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
}.join_list .sub_promo:active {
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.5),
        inset 1px 1px 3px rgba(0, 0, 0, 0.1),
        inset -1px -1px 3px rgba(255, 255, 255, 0.2);
    transform: translateY(0);
}.join_list .sub_promo::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
    left: -100%;
    position: absolute;
    transition: left 0.8s ease;
}.join_list .sub_promo:hover::before {
    left: 100%;
}

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

@media (min-width: 768px) {.join_list .master_track {
    padding: 3.5rem 4rem;
}.join_list .input_holder {
    flex-direction: row;
    align-items: center;
}.join_list input[type="email"] {
    border-radius: 10px 0 0 10px;
}.join_list .input_holder span:first-child {
    flex: 2;
}.join_list .input_holder span:last-child {
    flex: 1;
}.join_list .sub_promo {
    border-radius: 0 10px 10px 0;
    height: 100%;
}.join_list h4 {
    font-size: calc(20px * 1.1);
}
}

@media (min-width: 992px) {.join_list {
    padding: 5rem 0;
}.join_list .master_track {
    gap: 3rem;
    display: flex;
    justify-content: space-between;
    padding: 4rem 5rem;
    align-items: center;
}.join_list .master_track > div {
    flex: 1;
}.join_list .input_holder {
    flex: 1;
    margin-top: 0;
}.join_list h4 {
    text-align: left;
    margin-bottom: 0;
    font-size: calc(20px * 1.2);
}.join_list h4::after {
    transform: none;
    left: 0;
}
}

@media (max-width: 767px) {.join_list {
    padding: 3rem 0;
}.join_list .master_track {
    padding: 2rem;
}.join_list h4 {
    font-size: calc(20px * 0.9);
}.join_list input[type="email"],
    .join_list .sub_promo {
    padding: 0.85rem 1.25rem;
}}.our_background {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    color: #ffffff;
}.our_background::before {
    left: 0;
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
    position: absolute;
    z-index: 1;
}.our_background::after {
    content: "";
    z-index: 1;
    right: -100px;
    width: 300px;
    border-radius: 50%;
    position: absolute;
    background: rgb(217,210,200);
    height: 300px;
    top: -100px;
    opacity: 0.15;
    filter: blur(60px);
    animation: pulse 10s infinite alternate ease-in-out;
}.our_background .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.our_background .text_list_item {
    opacity: 0;
    background: linear-gradient(to right, 
        rgba(#000000, 0.6), 
        rgba(#000000, 0.4));
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    animation: fadeInUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    border-left: 4px solid rgb(217,210,200);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.our_background .text_list_item::before {
    width: 100%;
    content: "";
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, 
        rgb(217,210,200,0.5) 0%, 
        transparent 100%);
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.05;
}.our_background .text_list_item > div:first-child {
    position: relative;
    margin-bottom: 10px;
}.our_background .text_list_item > div:first-child::after {
    bottom: -5px;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
    left: 0;
    background: rgb(217,210,200);
    width: 60px;
    height: 2px;
}.our_background h5 {
    font-weight: 700;
    opacity: 0;
    font-size: 23px;
    position: relative;
    text-transform: uppercase;
    animation: fadeInRight 0.6s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    letter-spacing: 2px;
    color: rgb(217,210,200);
    transform: translateX(-10px);
    margin: 0 0 10px;
}.our_background p {
    line-height: 1.6;
    font-size: calc(12px * 1.2);
    opacity: 0;
    transform: translateX(-10px);
    animation: fadeInRight 0.6s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    margin: 0 0 25px;
}.our_background b {
    font-weight: 700;
    color: rgb(217,210,200);
    font-size: calc(12px * 1.3);
    letter-spacing: 0.5px;
}.our_background ol {
    animation: fadeInUp 0.8s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(20px);
    margin: 30px 0 0;
    list-style-type: none;
    opacity: 0;
    padding-left: 0;
    counter-reset: item;
}.our_background li {
    text-align: justify;
    margin-bottom: 15px;
    padding-left: 20px;
    color: #ffffff;
    position: relative;
    font-size: 12px;
    line-height: 1.8;
}.our_background li::before {
    position: absolute;
    top: 12px;
    width: 6px;
    content: "";
    left: 0;
    border-radius: 50%;
    height: 6px;
    background-color: rgb(217,210,200);
}

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

@keyframes fadeInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@media (min-width: 768px) {.our_background {
    padding: 150px 0;
}.our_background .text_list_item {
    margin-left: auto;
    padding: 60px;
    max-width: 85%;
}.our_background .text_list_item::after {
    position: absolute;
    left: 40px;
    border: 1px solid rgb(217,210,200);
    opacity: 0.3;
    top: -40px;
    height: 80px;
    content: "";
    width: 80px;
    z-index: -1;
}.our_background ol {
    column-gap: 40px;
    column-count: 1;
}.our_background h5 {
    font-size: calc(23px * 1.2);
}
}

@media (min-width: 992px) {.our_background {
    padding: 180px 0;
}.our_background .text_list_item {
    max-width: 75%;
    margin-left: auto;
    margin-right: 0;
    transform: perspective(1000px) rotateY(-2deg);
}.our_background .text_list_item:hover::after {
    opacity: 0.4;
    transition: all 0.5s ease;
    transform: scale(1.1);
}.our_background .text_list_item > div:first-child:hover::after {
    width: 100px;
}
}

@media (max-width: 767px) {.our_background {
    padding: 80px 0;
}.our_background .text_list_item {
    padding: 30px 20px;
}.our_background h5 {
    font-size: 23px;
}.our_background p {
    font-size: 12px;
}.our_background li {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.training_method {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(242,236,231) 0%, rgba(255,255,255,0.9) 100%);
    position: relative;
    padding: 120px 0;
}.training_method::before {
    top: 0;
    right: 0;
    content: "";
    height: 5px;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,176,164) 100%);
}.training_method::after {
    z-index: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(217,210,200,0.5), 0.05) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(rgb(185,176,164,0.5), 0.07) 0%, transparent 40%);
}.training_method .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.training_method .master_track {
    justify-content: center;
    position: relative;
    display: flex;
    align-items: center;
}.training_method .master_track > div {
    background: rgba(255, 255, 255, 0.9);
    max-width: 900px;
    padding: 40px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1.4), 
                box-shadow 0.5s ease;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-2deg);
}.training_method .master_track > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.training_method .master_track > div::before {
    z-index: -1;
    border-left: 2px solid rgb(217,210,200);
    left: -10px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-top: 2px solid rgb(217,210,200);
    top: -10px;
    transition: all 0.4s ease;
    content: "";
    opacity: 0.3;
    position: absolute;
}.training_method .master_track > div::after {
    border-bottom: 2px solid rgb(185,176,164);
    right: -10px;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    border-right: 2px solid rgb(185,176,164);
    transition: all 0.4s ease;
    position: absolute;
    z-index: -1;
    bottom: -10px;
    opacity: 0.3;
    content: "";
}.training_method .master_track > div:hover::before,
.training_method .master_track > div:hover::after {
    opacity: 0.6;
    transform: scale(1.03);
}.training_method h3 {
    transform: translateX(-10px);
    position: relative;
    font-size: calc(28px * 0.85);
    color: #000000;
    font-weight: 700;
    text-align: left;
    margin-bottom: 25px;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    font-family: Arial, sans-serif;
}.training_method .master_track > div:hover h3 {
    transform: translateX(0);
}.training_method h3::after {
    left: 0;
    width: 50px;
    transition: width 0.4s ease;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(217,210,200) 0%, rgb(185,176,164) 100%);
    bottom: -8px;
    height: 3px;
}.training_method .master_track > div:hover h3::after {
    width: 80px;
}.training_method p {
    color: #000000;
    opacity: 0.95;
    font-size: 14px;
    transform: translateY(5px);
    font-family: Arial, sans-serif;
    transition: transform 0.5s ease, opacity 0.5s ease;
    line-height: 1.8;
    margin-bottom: 0;
}.training_method .master_track > div:hover p {
    transform: translateY(0);
    opacity: 1;
}.training_method p span {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}.training_method p span::before {
    opacity: 0.5;
    transition: width 0.6s ease;
    background-color: rgb(185,176,164);
    left: 0;
    content: "";
    width: 0;
    position: absolute;
    bottom: -2px;
    height: 1px;
}.training_method .master_track > div:hover p span::before {
    width: 100%;
}

@media (max-width: 991px) {.training_method {
    padding: 80px 0;
}.training_method .master_track > div {
    padding: 30px;
    transform: perspective(1000px) rotateY(-1deg);
}.training_method h3 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.75);
}
}

@media (max-width: 767px) {.training_method {
    padding: 60px 0;
}.training_method .master_track > div {
    padding: 25px;
    transform: none;
}.training_method .master_track > div:hover {
    transform: translateY(-3px);
}.training_method h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.7);
    transform: none;
}.training_method h3::after {
    height: 2px;
}.training_method p {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.training_method {
    padding: 40px 0;
}.training_method .master_track > div {
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}.training_method .master_track > div::before,
    .training_method .master_track > div::after {
    display: none;
}.training_method h3 {
    margin-bottom: 15px;
    font-size: calc(28px * 0.65);
}.training_method p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}
}

@media (hover: none) {.training_method .master_track > div {
    transform: none;
}.training_method .master_track > div:hover {
    transform: none;
}.training_method h3 {
    transform: none;
}.training_method p {
    transform: none;
}}.developer_experience {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(242,236,231) 0%, #ffffff 100%);
}.developer_experience::before {
    opacity: 0.08;
    top: -50%;
    content: "";
    width: 60%;
    left: -20%;
    transform: rotate(-15deg);
    z-index: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(185,176,164,0.5) 0%, transparent 80%);
    height: 200%;
}.developer_experience::after {
    opacity: 0.05;
    left: 0;
    height: 100%;
    background: radial-gradient(circle at 80% 20%, rgb(217,210,200,0.5) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}.developer_experience .container {
    padding: 0 15px;
    z-index: 1;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.developer_experience .learner_feedback {
    padding: 3rem;
    gap: 2rem;
    background: #ffffff;
    grid-template-columns: 1fr;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transform-style: preserve-3d;
    border-left: 4px solid rgb(185,176,164);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.07), 0 5px 15px rgba(0, 0, 0, 0.03);
    display: grid;
}.developer_experience .learner_feedback:hover {
    box-shadow: 0 25px 55px rgba(0, 0, 0, 0.09), 0 8px 20px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateY(0);
}.developer_experience .learner_feedback > div:nth-child(1) {
    position: relative;
    order: 1;
    width: 100%;
}.developer_experience .learner_feedback > div:nth-child(2) {
    order: 2;
}.developer_experience .learner_feedback > div:nth-child(3) {
    order: 3;
}.developer_experience .photo_strip {
    height: 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding-bottom: 60%;
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 5% 100%);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 100%;
    transform: translateZ(20px);
}.developer_experience .learner_feedback:hover .photo_strip {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: translateZ(30px);
}.developer_experience .name {
    position: relative;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: calc(21px * 1.1);
    transform: translateZ(15px);
    margin: 0 0 0.5rem;
    font-family: Arial, sans-serif;
}.developer_experience .name::after {
    background: rgb(185,176,164);
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    width: 0;
    position: absolute;
    left: 0;
    bottom: -5px;
    height: 3px;
    content: "";
}.developer_experience .learner_feedback:hover .name::after {
    width: 100%;
}.developer_experience .learner_feedback > div:nth-child(2) > div {
    font-weight: 600;
    transition: all 0.4s ease;
    letter-spacing: 0.5px;
    opacity: 0.9;
    color: rgb(185,176,164);
    margin-bottom: 1rem;
    font-size: calc(14px * 0.95);
    transform: translateZ(10px);
}.developer_experience .learner_feedback:hover > div:nth-child(2) > div {
    opacity: 1;
    transform: translateZ(20px);
}.developer_experience .work_trajectory {
    transform: translateZ(5px);
    font-size: 14px;
    line-height: 1.7;
    transition: transform 0.4s ease;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    margin: 0;
}.developer_experience .work_trajectory::before {
    position: absolute;
    width: 3px;
    background: linear-gradient(to bottom, rgb(185,176,164) 0%, transparent 100%);
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}.developer_experience .learner_feedback:hover .work_trajectory {
    transform: translateZ(15px);
}

@media (min-width: 768px) {.developer_experience .learner_feedback {
    grid-template-rows: auto auto;
    grid-template-columns: 300px 1fr;
    padding: 3.5rem;
    gap: 2.5rem;
}.developer_experience .learner_feedback > div:nth-child(1) {
    grid-row: 1 / span 2;
    grid-column: 1;
}.developer_experience .learner_feedback > div:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
    align-self: end;
}.developer_experience .learner_feedback > div:nth-child(3) {
    grid-column: 2;
    grid-row: 2;
}.developer_experience .photo_strip {
    height: 100%;
    padding-bottom: 0;
}.developer_experience .name {
    margin-bottom: 0.75rem;
    font-size: 21px;
}.developer_experience .work_trajectory {
    padding-left: 2rem;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.developer_experience {
    padding: 140px 0;
}.developer_experience .learner_feedback {
    grid-template-columns: 380px 1fr;
    padding: 4rem;
    gap: 3rem;
    transform: perspective(1200px) rotateY(-3deg);
}.developer_experience .name {
    font-size: calc(21px * 1.2);
}.developer_experience .learner_feedback > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    font-size: 14px;
}.developer_experience .work_trajectory {
    line-height: 1.75;
    font-size: calc(14px * 1.1);
}
}

@media (max-width: 767px) {.developer_experience {
    padding: 80px 0;
}.developer_experience .learner_feedback {
    transform: perspective(800px) rotateY(-1deg);
    padding: 2rem;
}.developer_experience .photo_strip {
    margin-bottom: 1.5rem;
}.developer_experience .name {
    margin-bottom: 0.5rem;
}.developer_experience .work_trajectory {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.developer_experience {
    padding: 60px 0;
}.developer_experience .learner_feedback {
    gap: 1.5rem;
    padding: 1.5rem;
}.developer_experience .photo_strip {
    padding-bottom: 75%;
}.developer_experience .name {
    font-size: calc(21px * 0.95);
}.developer_experience .learner_feedback > div:nth-child(2) > div {
    font-size: calc(14px * 0.9);
}.developer_experience .work_trajectory {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}}.syllabus_ref {
    padding: 6rem 0 2rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(45deg, #000000 0%, rgb(185,176,164,0.5) 100%);
    position: relative;
}.syllabus_ref::before {
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.15;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(217,210,200,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(185,176,164,0.5) 0%, transparent 30%);
}.syllabus_ref::after {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: '';
    height: 100%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    z-index: 2;
}.syllabus_ref .container {
    z-index: 3;
    position: relative;
}.syllabus_ref .policy_links {
    flex-direction: column;
    position: relative;
    display: flex;
}.syllabus_ref .ask_support {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    background-color: #ffffff;
    position: relative;
    border-radius: 26px;
    margin-bottom: 2rem;
    padding: 1.25rem 2rem;
    justify-content: space-between;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transform: translateY(-3.5rem);
}.syllabus_ref .ask_support::before {
    width: 100%;
    border-radius: 26px;
    top: 0;
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0.08;
    background: linear-gradient(135deg, transparent 20%, rgb(217,210,200,0.5) 140%);
    content: '';
    position: absolute;
}.syllabus_ref .info_item {
    max-width: 300px;
    min-width: 200px;
    flex: 1;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
}.syllabus_ref .info_item:not(:last-child)::after {
    background: linear-gradient(to bottom, transparent, rgb(185,176,164,0.5), transparent);
    height: 70%;
    width: 1px;
    position: absolute;
    transform: translateY(-50%);
    right: -0.75rem;
    content: '';
    top: 50%;
}.syllabus_ref .info_item p,
.syllabus_ref .info_item a {
    text-decoration: none;
    border-radius: 10px;
    color: #000000;
    transition: all 0.3s ease;
    gap: 0.875rem;
    align-items: center;
    padding: 0.5rem;
    display: flex;
    font-size: 15px;
}.syllabus_ref .info_item:hover {
    transform: translateY(-5px);
}.syllabus_ref .info_item:hover p,
.syllabus_ref .info_item:hover a {
    color: rgb(217,210,200);
}.syllabus_ref .info_item svg {
    fill: rgb(217,210,200);
    width: 22px;
    transition: transform 0.3s ease;
    height: 22px;
}.syllabus_ref .info_item:hover svg {
    transform: scale(1.15);
}.syllabus_ref .text_main_holder {
    display: grid;
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    position: relative;
}.syllabus_ref .main_guide {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}.syllabus_ref .main_guide svg {
    height: auto;
    filter: brightness(0) invert(1);
    transition: filter 0.3s ease, transform 0.3s ease;
    max-width: 180px;
}.syllabus_ref .main_guide:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(217,210,200,0.5));
}.syllabus_ref .inclusion {
    opacity: 0.8;
    line-height: 1.6;
    font-size: calc(14px + 1px);
}.syllabus_ref .header_tutor {
    flex-direction: column;
    position: relative;
    display: flex;
}.syllabus_ref .header_tutor::before {
    position: absolute;
    bottom: 0;
    content: '';
    left: -2rem;
    width: 1px;
    top: 0;
    background: linear-gradient(to bottom, transparent, rgb(185,176,164,0.5) 30%, rgb(185,176,164,0.5) 70%, transparent);
}.syllabus_ref .header_tutor::after {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(185,176,164,0.5) 30%, rgb(185,176,164,0.5) 70%, transparent);
    right: -2rem;
    bottom: 0;
    top: 0;
    content: '';
    position: absolute;
}.syllabus_ref .header_tutor h5 {
    margin-bottom: 1.75rem;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 0.875rem;
    position: relative;
}.syllabus_ref .header_tutor h5::after {
    height: 2px;
    left: 0;
    width: 60px;
    content: '';
    bottom: 0;
    background: linear-gradient(to right, rgb(217,210,200), transparent);
    position: absolute;
}.syllabus_ref .nav_lesson {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    display: grid;
}.syllabus_ref .nav_lesson:first-child {
    margin-bottom: 2rem;
}.syllabus_ref .nav_lesson a {
    text-decoration: none;
    padding: 0.25rem 0;
    font-size: 15px;
    opacity: 0.85;
    transform-origin: left;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
}.syllabus_ref .nav_lesson a::before {
    left: 0;
    content: '';
    background-color: rgb(217,210,200);
    bottom: 0;
    transition: width 0.3s ease;
    height: 1px;
    width: 0;
    position: absolute;
}.syllabus_ref .nav_lesson a:hover {
    transform: translateX(8px);
    color: rgb(217,210,200);
    opacity: 1;
}.syllabus_ref .nav_lesson a:hover::before {
    width: 20px;
}.syllabus_ref .subscribe_holder {
    flex-direction: column;
    background: rgba(255, 255, 255, 0.03);
    display: flex;
    border-radius: 26px;
    position: relative;
    backdrop-filter: blur(10px);
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    gap: 1.5rem;
}.syllabus_ref .subscribe_holder::before {
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(217,210,200,0.5), transparent 70%);
    content: '';
    width: 100%;
    top: 0;
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    height: 100%;
    left: 0;
}.syllabus_ref .subscribe_holder::after {
    opacity: 0.3;
    right: 0;
    content: '';
    animation: pulseGlow 6s infinite alternate;
    height: 150px;
    width: 150px;
    position: absolute;
    background: radial-gradient(circle, rgb(217,210,200,0.5) 0%, transparent 70%);
    z-index: -1;
    bottom: 0;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.syllabus_ref .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    position: relative;
    font-weight: 600;
    padding-bottom: 0.875rem;
    font-size: 24px;
}.syllabus_ref .subscribe_holder h5::after {
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(217,210,200);
}.syllabus_ref .subscribe_holder p {
    line-height: 1.6;
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 0.5rem;
}.syllabus_ref .input_holder {
    flex-direction: column;
    margin-top: 0.5rem;
    position: relative;
    display: flex;
    gap: 1rem;
}.syllabus_ref .input_holder::before {
    content: '';
    left: -10px;
    opacity: 0.1;
    z-index: -1;
    animation: subtleRotate 15s linear infinite;
    top: -10px;
    border-radius: calc(10px + 10px);
    background: 
        radial-gradient(circle at bottom right, rgb(217,210,200,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(185,176,164,0.5) 0%, transparent 70%);
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    position: absolute;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.syllabus_ref .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
}.syllabus_ref .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(217,210,200,0.5);
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgb(217,210,200,0.5);
    outline: none;
}.syllabus_ref .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.syllabus_ref .sub_promo {
    padding: 1.125rem 1.5rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    background-color: rgb(217,210,200);
    border: none;
    z-index: 1;
    color: #ffffff;
    position: relative;
    font-size: 17px;
    overflow: hidden;
}.syllabus_ref .sub_promo::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    z-index: -1;
    width: 100%;
    left: -100%;
    content: '';
    transition: left 0.7s ease;
    top: 0;
    height: 100%;
}.syllabus_ref .sub_promo::after {
    position: absolute;
    opacity: 0;
    content: '';
    height: 100%;
    z-index: -2;
    left: 0;
    background: rgb(185,176,164);
    top: 0;
    width: 100%;
    transition: opacity 0.3s ease;
}.syllabus_ref .sub_promo:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.syllabus_ref .sub_promo:hover::before {
    left: 100%;
}.syllabus_ref .sub_promo:hover::after {
    opacity: 1;
}.syllabus_ref .gift_card {
    position: relative;
    padding-top: 2rem;
    margin-top: 4rem;
    text-align: center;
}.syllabus_ref .gift_card::before {
    position: absolute;
    top: 0;
    content: '';
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, rgb(185,176,164,0.5), transparent);
    left: 20%;
}.syllabus_ref .affiliate_cta {
    opacity: 0.7;
    font-size: 14px;
}

@media (max-width: 1200px) {.syllabus_ref .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.syllabus_ref .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.syllabus_ref .header_tutor::after {
    display: none;
}
}

@media (max-width: 991px) {.syllabus_ref {
    padding: 5rem 0 2rem;
}.syllabus_ref .ask_support {
    flex-wrap: wrap;
    justify-content: center;
}.syllabus_ref .info_item {
    width: calc(50% - 2rem);
    max-width: none;
    flex: 0 0 auto;
}.syllabus_ref .info_item:not(:last-child)::after {
    display: none;
}.syllabus_ref .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr;
}.syllabus_ref .header_tutor::before, 
    .syllabus_ref .header_tutor::after {
    display: none;
}.syllabus_ref .main_guide {
    align-items: center;
    text-align: center;
}.syllabus_ref .header_tutor h5, 
    .syllabus_ref .subscribe_holder h5 {
    text-align: center;
}.syllabus_ref .header_tutor h5::after, 
    .syllabus_ref .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.syllabus_ref .nav_lesson {
    grid-template-columns: repeat(3, 1fr);
}.syllabus_ref .input_holder {
    margin: 0 auto;
    max-width: 400px;
}
}

@media (max-width: 768px) {.syllabus_ref {
    padding: 4rem 0 2rem;
}.syllabus_ref .ask_support {
    padding: 1rem 1.5rem;
    transform: translateY(-2.5rem);
}.syllabus_ref .info_item {
    max-width: none;
    width: 100%;
}.syllabus_ref .nav_lesson {
    grid-template-columns: repeat(2, 1fr);
}.syllabus_ref .gift_card {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.syllabus_ref {
    padding: 3rem 0 1.5rem;
}.syllabus_ref .ask_support {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.syllabus_ref .info_item p,
    .syllabus_ref .info_item a {
    font-size: calc(15px - 1px);
}.syllabus_ref .nav_lesson {
    text-align: center;
    grid-template-columns: 1fr;
}.syllabus_ref .nav_lesson a:hover {
    transform: none;
}.syllabus_ref .nav_lesson a::before {
    left: 50%;
    transform: translateX(-50%);
}.syllabus_ref .nav_lesson a:hover::before {
    width: 30px;
}.syllabus_ref .input_holder {
    width: 100%;
}}.homepage {
    width: 100%;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}.homepage .learn_quickpro {
    padding: 4rem 2rem;
    position: relative;
    z-index: 1;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
    width: 100%;
    display: flex;
}.homepage .learn_quickpro::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%,
    rgb(185,176,164,0.5) 60%,
    rgb(217,210,200,0.5) 100%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    backdrop-filter: blur(8px);
    z-index: -1;
    height: 100%;
    position: absolute;
}.homepage .learn_quickpro::after {
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% calc(100% - 40px), 
    calc(100% - 40px) 100%, 
    0 100%
  );
    left: 20px;
    transform: translateZ(0);
    border: 2px solid rgba(255, 255, 255, 0.1);
    bottom: 20px;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
}.homepage .how_started {
    position: relative;
    transform: translateY(0);
    animation: fadeUpIn 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    max-width: 850px;
    opacity: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 3rem;
    background: linear-gradient(to right, 
    rgba(255, 255, 255, 0.05), 
    rgba(255, 255, 255, 0.1));
    backdrop-filter: blur(10px);
}.homepage .how_started::before {
    transform-origin: top;
    top: 0;
    animation: scaleIn 0.8s 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: scaleY(0);
    left: 0;
    height: 100%;
    width: 6px;
    content: "";
    position: absolute;
    background: rgb(217,210,200);
}.homepage .how_started::after {
    transform: scaleY(0);
    position: absolute;
    transform-origin: bottom;
    width: 4px;
    height: 70%;
    content: "";
    right: -10px;
    top: 0;
    animation: scaleIn 0.8s 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    background: rgb(185,176,164);
}.homepage h1 {
    position: relative;
    letter-spacing: -0.02em;
    color: #ffffff;
    font-weight: 700;
    transform: translateX(-30px);
    animation: slideInRight 0.8s 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    margin-bottom: 1.5rem;
    font-size: calc(43px * 1.1);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
}.homepage h1::after {
    content: "";
    width: 80px;
    position: absolute;
    bottom: -12px;
    animation: scaleInX 0.8s 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    background: rgb(217,210,200);
    transform-origin: left;
    height: 4px;
    transform: scaleX(0);
    left: 0;
}.homepage h3 {
    animation: fadeIn 0.8s 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    max-width: 90%;
    transform: translateY(20px);
    margin-bottom: 2rem;
    opacity: 0;
    font-size: calc(23px * 1.1);
    color: #ffffff;
    line-height: 1.5;
    font-weight: 600;
}.homepage p {
    display: inline-block;
    font-weight: 300;
    padding-bottom: 0.5rem;
    font-size: calc(13px * 1.05);
    letter-spacing: 0.05em;
    animation: fadeIn 0.8s 0.6s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    opacity: 0;
    line-height: 1.7;
    margin-top: 2rem;
    color: #ffffff;
    position: relative;
    transform: translateY(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}@keyframes fadeUpIn {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@keyframes scaleIn {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

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

.homepage .learn_quickpro:hover::after {
    transform: scale(1.02);
    border-color: rgba(255, 255, 255, 0.15);
}

@media (max-width: 1200px) {.homepage .how_started {
    max-width: 700px;
    padding: 2.5rem;
}.homepage h1 {
    font-size: calc(43px * 0.95);
}.homepage h3 {
    font-size: calc(23px * 1);
    max-width: 100%;
}
}

@media (max-width: 992px) {.homepage .learn_quickpro {
    padding: 3rem 1.5rem;
}.homepage .how_started {
    padding: 2rem;
    max-width: 600px;
}.homepage h1 {
    margin-bottom: 1.2rem;
    font-size: calc(43px * 0.9);
}.homepage h1::after {
    height: 3px;
    width: 60px;
}.homepage h3 {
    margin-bottom: 1.5rem;
    font-size: calc(23px * 0.95);
}.homepage p {
    font-size: 13px;
}
}

@media (max-width: 768px) {.homepage .learn_quickpro {
    padding-top: 5rem;
    align-items: flex-start;
}.homepage .how_started {
    max-width: 100%;
    padding: 1.75rem;
}.homepage h1 {
    font-size: calc(43px * 0.8);
}.homepage h3 {
    line-height: 1.4;
    font-size: calc(23px * 0.9);
}.homepage .learn_quickpro::after {
    right: 15px;
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% calc(100% - 30px), 
      calc(100% - 30px) 100%, 
      0 100%
    );
    bottom: 15px;
    left: 15px;
    top: 15px;
}
}

@media (max-width: 576px) {.homepage .learn_quickpro {
    padding: 2rem 1rem;
    min-height: calc(100vh - 60px);
}.homepage .how_started {
    padding: 1.5rem;
}.homepage h1 {
    margin-bottom: 1rem;
    font-size: calc(43px * 0.7);
    letter-spacing: -0.01em;
}.homepage h1::after {
    width: 50px;
    bottom: -8px;
    height: 3px;
}.homepage h3 {
    margin-bottom: 1.2rem;
    font-size: calc(23px * 0.85);
}.homepage p {
    margin-top: 1.5rem;
    font-size: calc(13px * 0.95);
}.homepage .how_started::before,
  .homepage .how_started::after {
    width: 3px;
}.homepage .learn_quickpro::after {
    display: none;
}}.gratDiv {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(185,176,164,0.5) 0%, rgb(242,236,231) 100%);
    overflow: hidden;
    position: relative;
}.gratDiv::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(217,210,200,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(185,176,164,0.5) 0%, transparent 60%);
    opacity: 0.6;
    width: 100%;
    z-index: 0;
}.gratDiv::after {
    z-index: 1;
    width: 200px;
    border: 2px solid rgb(217,210,200,0.5);
    transform: rotate(15deg);
    top: -50px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 70% 100%, 0 100%);
    content: "";
    animation: float 8s ease-in-out infinite;
    height: 200px;
    right: -50px;
    position: absolute;
}.gratDiv .container {
    max-width: 1140px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.gratDiv .master_track {
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.95));
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 50px;
    position: relative;
    flex-direction: column;
    transform: perspective(1000px) rotateY(2deg);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
}.gratDiv .master_track:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gratDiv .master_track::before {
    top: 0;
    width: 100%;
    position: absolute;
    height: 5px;
    left: 0;
    animation: gradient-shift 6s linear infinite;
    background-size: 200% auto;
    content: "";
    background: linear-gradient(90deg, 
        rgb(217,210,200) 0%, 
        rgb(185,176,164) 50%, 
        rgb(217,210,200) 100%);
}.gratDiv .master_track > div:first-child {
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}.gratDiv .master_track > div:first-child::before {
    transform: translateY(-50%);
    width: 4px;
    top: 50%;
    height: 70%;
    content: "";
    position: absolute;
    background: rgb(185,176,164);
    left: 0;
}.gratDiv h5 {
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    position: relative;
    color: #000000;
    font-size: 23px;
    transform: translateX(0);
    transition: transform 0.3s ease;
}.gratDiv .master_track:hover h5 {
    transform: translateX(5px);
}.gratDiv .master_track > div:last-child {
    padding: 20px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0 100%);
    border-left: 2px solid rgb(217,210,200,0.5);
    position: relative;
    background: linear-gradient(120deg, rgba(255,255,255,0.7), rgba(255,255,255,0.9));
    transition: all 0.4s ease;
}.gratDiv .master_track > div:last-child:hover {
    background: linear-gradient(120deg, rgba(255,255,255,0.9), rgba(255,255,255,1));
    border-left-width: 4px;
}.gratDiv p {
    font-size: 17px;
    transition: transform 0.3s ease;
    line-height: 1.7;
    color: #000000;
    margin: 0;
}.gratDiv a {
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
}.gratDiv a::after {
    position: absolute;
    bottom: 0;
    content: "";
    background: rgb(217,210,200);
    height: 2px;
    width: 0;
    transition: width 0.5s ease;
    left: 0;
}.gratDiv a:hover::after {
    width: 100%;
}.gratDiv a:hover p {
    transform: translateY(-3px);
}

@keyframes gradient-shift {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

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

@media (max-width: 992px) {.gratDiv {
    padding: 70px 0;
}.gratDiv .master_track {
    padding: 40px 30px;
    transform: perspective(1000px) rotateY(1deg);
}.gratDiv h5 {
    font-size: calc(23px - 2px);
}.gratDiv .master_track > div:last-child {
    padding: 15px;
}
}

@media (max-width: 768px) {.gratDiv {
    padding: 50px 0;
}.gratDiv .master_track {
    transform: none;
    padding: 30px 20px;
}.gratDiv .master_track::before {
    height: 3px;
}.gratDiv .master_track > div:first-child {
    margin-bottom: 20px;
}.gratDiv h5 {
    font-size: calc(23px - 4px);
}.gratDiv p {
    font-size: calc(17px - 1px);
}.gratDiv .master_track > div:last-child {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}
}

@media (max-width: 576px) {.gratDiv {
    padding: 40px 0;
}.gratDiv .master_track {
    padding: 25px 15px;
}.gratDiv .master_track > div:first-child::before {
    width: 3px;
}.gratDiv .master_track > div:last-child {
    padding: 10px;
    clip-path: none;
}.gratDiv p {
    font-size: calc(17px - 2px);
    line-height: 1.6;
}
}

@media (hover: none) {.gratDiv .master_track {
    transform: none;
}.gratDiv .master_track:hover h5 {
    transform: none;
}.gratDiv a:hover p {
    transform: none;
}
}