* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.intern_ship {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    width: 1219px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.head_lesson {
    flex: 1 0 auto;
}html,body {
    scroll-snap-type: none;
    color: #000000;
    auto
contain
touch-action: none;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
}.wrapper-template {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
#cookiePromptNotice {
    display: none;
}#cookiePromptNotice:checked ~ .cookieAlertPromptPanel {
    visibility: hidden;
    opacity: 0;
}.cookieAlertPromptPanel {
    border-top: 3px solid rgb(186,169,160);
    position: fixed;
    bottom: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    padding: 20px 0;
    width: 100%;
    font-family: Arial, sans-serif;
    background: rgb(157,124,105);
    z-index: 90;
}.cookie_window {
    border: 2px dashed rgb(186,169,160);
    padding: 20px 5%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    gap: 20px;
    border-radius: 24px;
    justify-content: space-between;
    align-items: center;
}.cookieAlertPromptPanel h5 {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    letter-spacing: 1.5px;
    color: rgb(186,169,160);
    text-transform: uppercase;
}.cookieAlertPromptPanel p {
    margin: 0;
    color: #ffffff;
    position: relative;
    line-height: 1.5;
    font-size: 12px;
}.cookie_customize {
    display: flex;
    padding: 10px;
    justify-content: center;
    background: rgb(186,169,160,0.5);
    align-items: center;
    border-radius: 24px;
    margin-right: 20px;
    flex-shrink: 0;
}.cookie_customize svg {
    fill: rgb(186,169,160);
    height: 60px;
    width: 60px;
}.cookie_data {
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    flex-shrink: 0;
    min-width: 140px;
    background: rgb(186,169,160);
    padding: 10px 20px;
    color: #000000;
    border: 2px solid rgb(186,169,160);
    white-space: nowrap;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 19px;
    text-decoration: none;
    margin-left: 10px;
}.cookie_data:hover {
    background-color: rgb(157,124,105);
    box-shadow: 0 0 10px rgb(157,124,105);
}.cookie_button.user_status {
    border: 2px solid rgb(157,124,105);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.user_status:hover {
    box-shadow: 0 0 10px rgb(157,124,105);
}.cookieAlertPromptPanel p a {
    color: rgb(186,169,160);
    transition: color 0.3s ease;
    border-bottom: 1px dashed rgb(186,169,160);
    text-decoration: none;
}.cookieAlertPromptPanel p a:hover {
    color: rgb(157,124,105);
}
@media only screen and (max-width: 1200px) {.cookieAlertPromptPanel {
    padding: 15px 0;
}.cookie_window {
    padding: 15px 5%;
}.cookie_customize {
    display: none;
}.cookie_window {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookieAlertPromptPanel h5 {
    font-size: 16px;
    margin-bottom: 10px;
}.cookie_overview {
    margin-bottom: 15px;
}.cookie_data {
    min-width: 100%;
    margin: 10px 0;
}}
header {
    background: linear-gradient(to bottom, rgb(215,208,204), rgba(0, 0, 0, 0.5));
    width: 100%;
    overflow: visible;
    z-index: 99;
    position: relative;
}header::before {
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.1;
    height: 100%;
    content: "";
    left: 0;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}header .nav_pagewrap {
    display: flex;
    align-items: center;
    position: relative;
    padding: 20px 30px;
    justify-content: space-between;
}header .nav_pagewrap::before {
    content: "";
    width: 80%;
    bottom: 0;
    left: 10%;
    height: 1px;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(186,169,160), transparent);
}header .nav_pagewrap .nav_mainbar {
    position: relative;
    z-index: 2;
    margin-right: 40px;
}header .nav_pagewrap .nav_mainbar .header_mainbar {
    display: block;
    position: relative;
    padding: 5px;
}header .nav_pagewrap .nav_mainbar .header_mainbar::before {
    border-radius: 10px;
    z-index: -1;
    bottom: -5px;
    right: -5px;
    transform: scale(0.9);
    transition: transform 0.3s ease, opacity 0.3s ease;
    left: -5px;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    top: -5px;
    opacity: 0;
    position: absolute;
}header .nav_pagewrap .nav_mainbar .header_mainbar:hover::before {
    transform: scale(1);
    opacity: 0.1;
}header .nav_pagewrap .nav_mainbar .header_mainbar svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    width: auto;
    height: 45px;
}header .nav_pagewrap .header_pro {
    margin: 0;
    list-style: none;
    perspective: 1000px;
    display: flex;
    padding: 0;
}header .nav_pagewrap .header_pro .main_learning {
    position: relative;
    transform-style: preserve-3d;
    margin: 0;
}header .nav_pagewrap .header_pro .main_learning a {
    font-family: Arial, sans-serif;
    background: linear-gradient(to bottom, transparent, transparent);
    text-decoration: none;
    color: #000000;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
    padding: 12px 20px;
    transform-style: preserve-3d;
    font-weight: 600;
    display: block;
    font-size: 15px;
    letter-spacing: 0.5px;
}header .nav_pagewrap .header_pro .main_learning a::before,
header .nav_pagewrap .header_pro .main_learning a::after {
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    transition: all 0.3s ease;
    height: 100%;
}header .nav_pagewrap .header_pro .main_learning a::before {
    background: linear-gradient(to bottom, rgb(186,169,160,0.5), transparent);
    transform-origin: top center;
    transform: translateZ(-1px) rotateX(10deg);
    opacity: 0;
}header .nav_pagewrap .header_pro .main_learning a::after {
    background: linear-gradient(to top, rgb(157,124,105,0.5), transparent);
    opacity: 0;
    transform: translateZ(-2px) rotateX(-10deg);
    transform-origin: bottom center;
}header .nav_pagewrap .header_pro .main_learning:hover a {
    color: rgb(186,169,160);
    transform: translateZ(10px);
}header .nav_pagewrap .header_pro .main_learning:hover a::before,
header .nav_pagewrap .header_pro .main_learning:hover a::after {
    opacity: 0.1;
}header .nav_pagewrap .header_pro .main_learning:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .nav_pagewrap .header_pro .main_learning:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .nav_pagewrap {
    padding: 15px;
    flex-direction: column;
}header .nav_pagewrap .nav_mainbar {
    margin: 0 0 15px 0;
}header .nav_pagewrap .header_pro {
    width: 100%;
    justify-content: center;
    perspective: none;
    flex-wrap: wrap;
}header .nav_pagewrap .header_pro .main_learning a {
    transform-style: flat;
    font-size: calc(15px - 1px);
    padding: 10px 15px;
}header .nav_pagewrap .header_pro .main_learning:hover a {
    transform: none;
}header .nav_pagewrap .header_pro .main_learning a::before,
    header .nav_pagewrap .header_pro .main_learning a::after {
    display: none;
}
}

@media (max-width: 767px) {header .nav_pagewrap .header_pro .main_learning a {
    padding: 8px 12px;
    font-size: calc(15px - 2px);
}}.take_a_spin {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(215,208,204) 0%, rgba(rgb(186,169,160,0.5), 0.1) 100%);
    z-index: 1;
    overflow: hidden;
}.take_a_spin::before {
    position: absolute;
    background: linear-gradient(140deg, rgb(186,169,160) 0%, transparent 80%);
    left: -10%;
    content: "";
    height: 200%;
    z-index: -1;
    top: -50%;
    opacity: 0.08;
    transform: rotate(-15deg);
    width: 70%;
    animation: float 15s ease-in-out infinite alternate;
}.take_a_spin::after {
    width: 60%;
    z-index: -1;
    height: 180%;
    background: linear-gradient(220deg, rgb(157,124,105) 0%, transparent 70%);
    animation: float 18s ease-in-out infinite alternate-reverse;
    position: absolute;
    content: "";
    transform: rotate(12deg);
    bottom: -30%;
    right: -5%;
    opacity: 0.06;
}.take_a_spin .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.take_a_spin h2 {
    line-height: 1.4;
    color: #000000;
    margin-bottom: 2.5rem;
    font-size: 37px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    font-weight: 700;
}.take_a_spin .learning_track {
    padding: 3rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
              0 5px 15px rgba(0, 0, 0, 0.03),
              0 0 0 1px rgba(0, 0, 0, 0.02);
    flex-direction: column;
    align-items: center;
    border-radius: calc(100px / 1.5);
    backdrop-filter: blur(10px);
    gap: 2rem;
    display: flex;
    justify-content: center;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
}.take_a_spin .learning_track:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
              0 10px 20px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px);
}.take_a_spin svg {
    transform: translateY(0);
    width: 50px;
    height: 50px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.take_a_spin .learning_track:hover svg {
    transform: translateY(-3px) scale(1.05);
}.take_a_spin svg path {
    fill: rgb(186,169,160);
    transition: fill 0.3s ease;
}.take_a_spin .learning_track:hover svg path {
    fill: rgb(157,124,105);
}.take_a_spin .request_message {
    box-shadow: 0 4px 12px rgba(rgb(186,169,160,0.5), 0.2);
    background: linear-gradient(135deg, rgb(186,169,160) 0%, rgb(157,124,105) 100%);
    text-decoration: none;
    border-radius: 18px;
    font-size: 20px;
    font-weight: 600;
    padding: 0.8rem 2.2rem;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(0);
    z-index: 1;
    display: inline-block;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.take_a_spin .request_message::before {
    background: linear-gradient(135deg, rgb(157,124,105) 0%, rgb(186,169,160) 100%);
    top: 0;
    position: absolute;
    bottom: 0;
    opacity: 0;
    right: 0;
    z-index: -1;
    transition: opacity 0.4s ease;
    content: "";
    left: 0;
}.take_a_spin .request_message:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 16px rgba(rgb(186,169,160,0.5), 0.3);
}.take_a_spin .request_message:hover::before {
    opacity: 1;
}.take_a_spin .request_message:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 8px rgba(rgb(186,169,160,0.5), 0.2);
}

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

@media (min-width: 768px) {.take_a_spin {
    padding: 7rem 0;
}.take_a_spin h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 80%;
    font-size: calc(37px * 1.1);
}.take_a_spin .learning_track {
    flex-direction: row;
    gap: 3rem;
    padding: 3.5rem 4rem;
    justify-content: space-between;
    max-width: 85%;
    margin: 0 auto;
}.take_a_spin svg {
    width: 60px;
    height: 60px;
}
}

@media (min-width: 992px) {.take_a_spin {
    padding: 8rem 0;
}.take_a_spin h2 {
    max-width: 70%;
    font-size: calc(37px * 1.2);
}.take_a_spin .learning_track {
    padding: 4rem 5rem;
    max-width: 75%;
}.take_a_spin::before {
    width: 55%;
}.take_a_spin::after {
    width: 45%;
}.take_a_spin .request_message {
    padding: 1rem 2.5rem;
    font-size: calc(20px * 1.1);
}
}

@media (min-width: 1200px) {.take_a_spin h2 {
    max-width: 60%;
}.take_a_spin .learning_track {
    max-width: 65%;
}.take_a_spin svg {
    height: 70px;
    width: 70px;
}.take_a_spin .request_message {
    padding: 1.2rem 3rem;
}
}

@media (max-width: 767px) {.take_a_spin {
    padding: 4rem 0;
}.take_a_spin h2 {
    font-size: calc(37px * 0.9);
    line-height: 1.5;
}.take_a_spin .learning_track {
    padding: 2.5rem 2rem;
}.take_a_spin .request_message {
    padding: 0.8rem 1.8rem;
}
}

@media (hover: none) {.take_a_spin .learning_track:hover {
    transform: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.take_a_spin .learning_track:hover svg {
    transform: none;
}.take_a_spin .request_message:hover {
    box-shadow: 0 4px 12px rgba(rgb(186,169,160,0.5), 0.2);
    transform: none;
}}.customer_reviews {
    background: rgb(215,208,204);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}.customer_reviews::before {
    top: -400px;
    content: "";
    z-index: 1;
    height: 800px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(100px);
    background: rgb(186,169,160,0.5);
    right: -400px;
    width: 800px;
}.customer_reviews::after {
    left: -300px;
    background: rgb(157,124,105,0.5);
    z-index: 1;
    content: "";
    bottom: -300px;
    width: 600px;
    filter: blur(80px);
    opacity: 0.2;
    border-radius: 50%;
    position: absolute;
    height: 600px;
}.customer_reviews .learning_track {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}.customer_reviews h4 {
    line-height: 1.2;
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    color: #000000;
    font-size: 29px;
}.customer_reviews h4::after {
    border-radius: 64% 36% 43% 57% / 40% 51% 49% 60%;
    left: -30px;
    z-index: -1;
    position: absolute;
    height: 60px;
    width: 60px;
    content: "";
    top: -20px;
    background: rgb(186,169,160,0.5);
}.customer_reviews .student_ratings {
    display: grid;
    position: relative;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 40px;
}.customer_reviews .student_ratings::before {
    z-index: 1;
    top: 50%;
    width: 80%;
    content: "";
    height: 1px;
    left: 10%;
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(186,169,160,0.5), transparent);
}.customer_reviews .student_ratings::after {
    left: 50%;
    z-index: 1;
    height: 80%;
    top: 10%;
    background: linear-gradient(to bottom, transparent, rgb(157,124,105,0.5), transparent);
    position: absolute;
    width: 1px;
    content: "";
}.customer_reviews .feedback_showcase {
    text-align: center;
    z-index: 2;
    flex-direction: column;
    background: #ffffff;
    padding: 40px;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    align-items: center;
    min-height: 320px;
    position: relative;
    display: flex;
    border-radius: 63% 37% 54% 46% / 55% 52% 48% 45%;
}.customer_reviews .feedback_showcase:hover {
    border-radius: 37% 63% 46% 54% / 48% 45% 55% 52%;
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.customer_reviews .feedback_showcase::before {
    inset: 5px;
    z-index: -1;
    border-radius: inherit;
    background: #ffffff;
    content: "";
    position: absolute;
}.customer_reviews .feedback_showcase::after {
    position: absolute;
    opacity: 0.7;
    border-radius: inherit;
    content: "";
    z-index: -2;
    inset: 0;
    background: linear-gradient(135deg, rgb(186,169,160,0.5), rgb(157,124,105,0.5));
}.customer_reviews .feedback_showcase:nth-child(2n) {
    transform: translateY(20px);
    border-radius: 28% 72% 50% 50% / 44% 55% 45% 56%;
}.customer_reviews .feedback_showcase:nth-child(2n):hover {
    border-radius: 72% 28% 50% 50% / 55% 44% 56% 45%;
    transform: translateY(10px);
}.customer_reviews .feedback_showcase:nth-child(3n) {
    transform: translateY(-20px);
    border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
}.customer_reviews .feedback_showcase:nth-child(3n):hover {
    transform: translateY(-30px);
    border-radius: 50% 50% 67% 33% / 27% 55% 45% 73%;
}.customer_reviews .picture {
    height: 80px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 20px;
    border: 3px solid #ffffff;
    width: 80px;
    border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    animation: morphing 10s infinite alternate ease-in-out;
}@keyframes morphing {
    0% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
    25% {
        border-radius: 35% 65% 35% 65% / 65% 35% 65% 35%;
    }
    50% {
        border-radius: 55% 45% 75% 25% / 25% 75% 25% 75%;
    }
    75% {
        border-radius: 25% 75% 45% 55% / 75% 25% 75% 25%;
    }
    100% {
        border-radius: 65% 35% 65% 35% / 35% 65% 35% 65%;
    }
}

.customer_reviews .feedback_showcase:hover .picture {
    transform: scale(1.1);
}.customer_reviews .feedback_showcase span {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 17px;
    display: block;
    position: relative;
}.customer_reviews .feedback_showcase span::after {
    width: 30px;
    content: "";
    left: 50%;
    background: rgb(186,169,160);
    height: 2px;
    bottom: -8px;
    transform: translateX(-50%);
    position: absolute;
}.customer_reviews .feedback_showcase p {
    color: #000000;
    font-weight: 400;
    position: relative;
    font-size: 18px;
    font-style: italic;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

@media (max-width: 767px) {.customer_reviews {
    padding: 70px 0;
}.customer_reviews h4 {
    font-size: calc(29px * 0.8);
    text-align: center;
    margin-bottom: 50px;
}.customer_reviews h4::after {
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    left: 50%;
    top: -15px;
}.customer_reviews .student_ratings {
    grid-template-columns: 1fr;
    gap: 50px;
}.customer_reviews .student_ratings::before,
    .customer_reviews .student_ratings::after {
    display: none;
}.customer_reviews .feedback_showcase,
    .customer_reviews .feedback_showcase:nth-child(2n),
    .customer_reviews .feedback_showcase:nth-child(3n) {
    min-height: 280px;
    transform: none;
    padding: 30px;
}.customer_reviews .feedback_showcase:hover,
    .customer_reviews .feedback_showcase:nth-child(2n):hover,
    .customer_reviews .feedback_showcase:nth-child(3n):hover {
    transform: translateY(-10px);
}.customer_reviews .picture {
    width: 70px;
    height: 70px;
}.customer_reviews .feedback_showcase span {
    font-size: calc(17px * 0.9);
}.customer_reviews .feedback_showcase p {
    font-size: calc(18px * 0.9);
}}.intern_ship {
    position: relative;
    padding: 5rem 0 2rem;
    font-family: Arial, sans-serif;
    background-color: rgb(215,208,204);
    color: #000000;
}.intern_ship::before {
    content: '';
    background: linear-gradient(180deg, transparent 0%, rgb(186,169,160,0.5) 100%);
    right: 0;
    position: absolute;
    z-index: 0;
    left: 0;
    height: 250px;
    opacity: 0.05;
    bottom: 0;
}.intern_ship .container {
    position: relative;
    z-index: 1;
}.intern_ship .progress_bar {
    flex-direction: column;
    gap: 4rem;
    display: flex;
}.intern_ship .reach_form {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-bottom: 1px solid rgb(157,124,105,0.5);
    gap: 1.5rem;
    display: grid;
    padding-bottom: 2.5rem;
    position: relative;
}.intern_ship .reach_form::after {
    left: 0;
    content: '';
    position: absolute;
    background-color: rgb(186,169,160);
    bottom: -1px;
    width: 60px;
    height: 3px;
}.intern_ship .info_item {
    padding: 0.5rem;
    transition: transform 0.3s ease-out;
}.intern_ship .info_item:hover {
    transform: translateX(5px);
}.intern_ship .info_item p,
.intern_ship .info_item a {
    align-items: center;
    transition: color 0.3s ease;
    color: #000000;
    display: flex;
    gap: 0.75rem;
    font-size: 13px;
    text-decoration: none;
    font-weight: 400;
}.intern_ship .info_item a:hover {
    color: rgb(186,169,160);
}.intern_ship .info_item svg {
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    fill: rgb(186,169,160);
}.intern_ship .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1.2fr 1fr 1.2fr;
    display: grid;
}.intern_ship .nav_mainbar {
    gap: 1.25rem;
    display: flex;
    flex-direction: column;
}.intern_ship .nav_mainbar svg {
    height: auto;
    max-width: 160px;
    transition: opacity 0.3s ease;
}.intern_ship .nav_mainbar svg:hover {
    opacity: 0.8;
}.intern_ship .contest_info {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
    opacity: 0.8;
    max-width: 300px;
}.intern_ship .header_pro {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.intern_ship .header_pro h5 {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
    position: relative;
    margin-bottom: 0.5rem;
}.intern_ship .main_sitewrap {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.intern_ship .main_sitewrap a {
    font-size: 13px;
    transition: color 0.3s ease, padding-left 0.3s ease;
    color: #000000;
    text-decoration: none;
    padding-left: 0;
    position: relative;
}.intern_ship .main_sitewrap a::before {
    height: 1px;
    left: -10px;
    transform: translateY(-50%);
    position: absolute;
    transition: width 0.3s ease, left 0.3s ease;
    width: 0;
    background-color: rgb(186,169,160);
    top: 50%;
    content: '';
}.intern_ship .main_sitewrap a:hover {
    padding-left: 12px;
    color: rgb(186,169,160);
}.intern_ship .main_sitewrap a:hover::before {
    width: 10px;
    left: 0;
}.intern_ship .subscribe_holder {
    border-radius: 25px;
    display: flex;
    padding: 2rem;
    background-color: #ffffff;
    flex-direction: column;
    gap: 1.5rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
}.intern_ship .subscribe_holder h5 {
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}.intern_ship .subscribe_holder p {
    color: #000000;
    line-height: 1.6;
    font-size: 13px;
}.intern_ship .input_holder {
    gap: 0.5rem;
    display: flex;
    position: relative;
}.intern_ship .input_holder input[type="email"] {
    color: #000000;
    font-size: 13px;
    background-color: transparent;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    flex: 1;
    border-radius: 10px;
    border: 1px solid rgb(157,124,105,0.5);
    padding: 1rem 1.25rem;
}.intern_ship .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(186,169,160);
    box-shadow: 0 0 0 3px rgb(186,169,160,0.5);
}.intern_ship .input_holder input[type="email"]::placeholder {
    opacity: 0.5;
    color: #000000;
}.intern_ship .course_offerings {
    transition: background-color 0.3s ease, transform 0.3s ease;
    padding: 1rem 1.5rem;
    background-color: rgb(186,169,160);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
}.intern_ship .course_offerings:hover {
    background-color: rgb(157,124,105);
    transform: translateY(-2px);
}.intern_ship .price_table {
    text-align: center;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(157,124,105,0.5);
    margin-top: 3rem;
}.intern_ship .eng_center {
    font-size: 16px;
    color: #000000;
    opacity: 0.8;
}.intern_ship .main_sitewrap:first-child {
    margin-bottom: 1.5rem;
    position: relative;
}.intern_ship .main_sitewrap:first-child::after {
    background-color: rgb(157,124,105,0.5);
    height: 1px;
    bottom: -0.75rem;
    position: absolute;
    left: 0;
    content: '';
    width: 30px;
}.intern_ship {
    background-position: center;
    background-blend-mode: overlay;
    background-size: 40px 40px;
    background-repeat: repeat;
    background-image: 
        linear-gradient(rgb(157,124,105,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(157,124,105,0.5) 1px, transparent 1px);
    background-attachment: fixed;
}

@media (max-width: 1024px) {.intern_ship {
    padding: 4rem 0 2rem;
}.intern_ship .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.intern_ship .subscribe_holder {
    grid-column: span 2;
}
}

@media (max-width: 768px) {.intern_ship {
    padding: 3.5rem 0 1.5rem;
}.intern_ship .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.intern_ship .subscribe_holder {
    grid-column: auto;
}.intern_ship .reach_form {
    grid-template-columns: 1fr 1fr;
}.intern_ship .info_item:hover {
    transform: translateX(0) translateY(-5px);
}
}

@media (max-width: 576px) {.intern_ship {
    padding: 3rem 0 1.5rem;
}.intern_ship .reach_form {
    grid-template-columns: 1fr;
}.intern_ship .input_holder {
    flex-direction: column;
}.intern_ship .course_offerings {
    width: 100%;
}.intern_ship .nav_mainbar,
    .intern_ship .header_pro h5,
    .intern_ship .main_sitewrap,
    .intern_ship .main_sitewrap a {
    align-items: center;
    text-align: center;
}.intern_ship .nav_mainbar svg {
    margin: 0 auto;
}.intern_ship .contest_info {
    max-width: 100%;
    text-align: center;
}.intern_ship .main_sitewrap:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.intern_ship .reach_form::after {
    left: 50%;
    transform: translateX(-50%);
}.intern_ship .main_sitewrap a::before {
    display: none;
}.intern_ship .main_sitewrap a:hover {
    padding-left: 0;
}}.learning_profits {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(215,208,204) 40%, #ffffff 140%);
}.learning_profits::before {
    content: "";
    animation: pulseBg 15s infinite alternate ease-in-out;
    left: 0;
    top: 0;
    background-size: 120px 120px;
    opacity: 0.15;
    z-index: 0;
    position: absolute;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(186,169,160,0.5) 0.5%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(157,124,105,0.5) 0.5%, transparent 8%);
    width: 100%;
}.learning_profits .container {
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.learning_profits .learning_track {
    gap: 3rem;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}.learning_profits .text_box_content {
    width: 100%;
}.learning_profits h4 {
    color: #000000;
    font-size: calc(21px * 1.1);
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 2.5rem;
    font-weight: 700;
    transform: translateX(-5px);
    line-height: 1.3;
}.learning_profits h4::after {
    content: "";
    height: 3px;
    bottom: -0.8rem;
    transition: width 0.5s ease-out;
    background: linear-gradient(90deg, rgb(186,169,160) 0%, rgb(186,169,160,0.5) 100%);
    left: 0;
    transform-origin: left;
    position: absolute;
    width: 60px;
}.learning_profits .text_box_content:hover h4::after {
    width: 90px;
}.learning_profits .text_box_content > div {
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}.learning_profits ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.learning_profits li {
    margin-bottom: 1.2rem;
    transition: transform 0.3s ease;
}.learning_profits li:hover {
    transform: translateX(5px);
}.learning_profits li p {
    color: #000000;
    align-items: flex-start;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
    display: flex;
    gap: 0.8rem;
}.learning_profits li p span:first-child {
    margin-top: 0.15rem;
    flex-shrink: 0;
}.learning_profits li p span:last-child {
    position: relative;
}.learning_profits li p span:last-child::before {
    bottom: -3px;
    opacity: 0.7;
    position: absolute;
    background-color: rgb(186,169,160);
    content: "";
    width: 0;
    transition: width 0.4s ease;
    left: 0;
    height: 1px;
}.learning_profits li:hover p span:last-child::before {
    width: 100%;
}.learning_profits svg {
    height: 20px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 20px;
}.learning_profits li:hover svg {
    transform: scale(1.15) rotate(5deg);
}.learning_profits svg path {
    transition: fill 0.3s ease;
    fill: rgb(186,169,160);
}.learning_profits li:hover svg path {
    fill: rgb(157,124,105);
}.learning_profits .picture {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(-3deg) rotateX(2deg);
    z-index: 2;
    position: relative;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 3px;
    max-width: 420px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12), 0 5px 10px rgba(0, 0, 0, 0.05);
}.learning_profits .picture:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 15px rgba(0, 0, 0, 0.08);
}.learning_profits .picture::after {
    pointer-events: none;
    opacity: 0.4;
    transition: opacity 0.4s ease;
    top: 0;
    z-index: 1;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(186,169,160,0.5) 0%, transparent 80%);
    position: absolute;
}.learning_profits .picture:hover::after {
    opacity: 0.2;
}

@keyframes pulseBg {
    0%, 100% {
        background-position: 0% 0%;
    }
    50% {
        background-position: 100% 100%;
    }
}

@media (min-width: 768px) {.learning_profits .learning_track {
    flex-direction: row;
    align-items: center;
    gap: 4rem;
    justify-content: space-between;
}.learning_profits .text_box_content {
    width: 55%;
}.learning_profits .text_box_content > div {
    gap: 2rem;
    flex-direction: row;
}.learning_profits h4 {
    transform: translateX(-8px);
    font-size: calc(21px * 1.2);
    margin-bottom: 3rem;
}.learning_profits .picture {
    max-width: 480px;
    width: 45%;
}
}

@media (min-width: 992px) {.learning_profits {
    padding: 8rem 0;
}.learning_profits .learning_track {
    gap: 5rem;
}.learning_profits h4 {
    font-size: calc(21px * 1.3);
}.learning_profits li p {
    font-size: calc(18px * 1.05);
}.learning_profits svg {
    height: 22px;
    width: 22px;
}.learning_profits .picture {
    transform: perspective(1200px) rotateY(-4deg) rotateX(2deg);
    max-width: 520px;
}
}

@media (min-width: 1200px) {.learning_profits {
    padding: 9rem 0;
}.learning_profits .learning_track {
    gap: 6rem;
}.learning_profits h4 {
    font-size: calc(21px * 1.4);
}.learning_profits .picture {
    max-width: 550px;
}
}

@media (max-width: 767px) {.learning_profits {
    padding: 4rem 0;
}.learning_profits h4 {
    margin-bottom: 2rem;
    font-size: 21px;
}.learning_profits li {
    margin-bottom: 1rem;
}.learning_profits li p {
    font-size: calc(18px * 0.95);
}.learning_profits svg {
    width: 18px;
    height: 18px;
}}.newsletter {
    --section-padding: clamp(3rem, 8vw, 6rem);
    --gradient-middle: rgb(157,124,105);
    position: relative;
    overflow: hidden;
    --gradient-end: #4a90e2;
    --gradient-start: rgb(186,169,160);
    --input-bg: rgba(255, 255, 255, 0.9);
    background: linear-gradient(135deg, var(--gradient-start), var(--gradient-middle) 50%, var(--gradient-end));
    padding: var(--section-padding) 0;
    --text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}.newsletter::before {
    left: 0;
    right: 0;
    content: "";
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 40%);
    z-index: 1;
    top: 0;
    bottom: 0;
}.newsletter::after {
    z-index: 1;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.05) 75%);
    left: 0;
    background-size: 20px 20px;
    opacity: 0.2;
    content: "";
}.newsletter .container {
    margin: 0 auto;
    position: relative;
    padding: 0 clamp(1rem, 5vw, 3rem);
    max-width: 1200px;
    z-index: 2;
}.newsletter .learning_track {
    display: flex;
    transform: perspective(1000px) rotateY(-1deg);
    border-left: 3px solid #ffffff;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 10px 20px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    gap: 2rem;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: clamp(2rem, 5vw, 3.5rem);
    background: rgba(255, 255, 255, 0.12);
}.newsletter .learning_track:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 15px 25px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.newsletter h4 {
    font-weight: 600;
    margin: 0;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    text-shadow: var(--text-shadow);
    position: relative;
    color: #ffffff;
    max-width: 95%;
    line-height: 1.4;
}.newsletter h4::after {
    background: #ffffff;
    transform-origin: left center;
    bottom: -12px;
    content: "";
    height: 3px;
    transform: scaleX(1);
    transition: transform 0.5s ease-out;
    position: absolute;
    width: 60px;
    opacity: 0.7;
    left: 0;
}.newsletter .learning_track:hover h4::after {
    transform: scaleX(1.5);
}.newsletter .input_holder {
    margin-top: 0.5rem;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
}.newsletter .input_holder span {
    transition: transform 0.3s ease;
    position: relative;
    flex: 1 1 280px;
}.newsletter .input_holder span:hover {
    transform: translateY(-2px);
}.newsletter input[type="email"] {
    font-size: 1rem;
    padding: 1rem 1.5rem;
    color: #000000;
    background: var(--input-bg);
    box-shadow: 
        0 2px 8px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    border: none;
    font-family: Arial, sans-serif;
    width: 100%;
    border-radius: 10px;
}.newsletter input[type="email"]:focus {
    outline: none;
    box-shadow: 
        0 5px 15px rgba(0, 0, 0, 0.1),
        0 0 0 2px var(--gradient-middle);
    background: #ffffff;
    transform: scale(1.02);
}.newsletter input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.newsletter input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletter .course_offerings {
    color: #ffffff;
    background: linear-gradient(135deg, var(--gradient-end), var(--gradient-middle));
    width: 100%;
    box-shadow: 
        0 4px 12px rgba(0, 0, 0, 0.15),
        0 1px 3px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    font-size: var(--btn-font-size, 1rem);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    font-weight: 600;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    overflow: hidden;
    border: none;
}.newsletter .course_offerings::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    left: -100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    transition: all 0.6s ease;
}.newsletter .course_offerings:hover {
    background: linear-gradient(135deg, var(--gradient-middle), var(--gradient-start));
    transform: translateY(-2px);
    box-shadow: 
        0 8px 20px rgba(0, 0, 0, 0.2),
        0 2px 5px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.newsletter .course_offerings:hover::before {
    left: 100%;
}.newsletter .course_offerings:active {
    box-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.1),
        0 1px 2px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: translateY(1px);
}

@media (min-width: 768px) {.newsletter .learning_track {
    flex-direction: row;
    border-radius: var(--border-radius-medium, 8px);
    align-items: center;
}.newsletter .learning_track > div {
    padding-right: 2rem;
    flex: 1;
}.newsletter .input_holder {
    flex: 1;
    margin-top: 0;
}.newsletter h4::after {
    width: 80px;
}
}

@media (max-width: 767px) {.newsletter {
    padding: calc(var(--section-padding) * 0.8) 0;
}.newsletter .learning_track {
    padding: clamp(1.5rem, 4vw, 2.5rem);
}.newsletter h4 {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
}.newsletter .input_holder {
    margin-top: 0.5rem;
}.newsletter .input_holder span {
    flex: 1 1 100%;
}
}

@media (max-width: 480px) {.newsletter {
    padding: calc(var(--section-padding) * 0.7) 0;
}.newsletter .learning_track {
    padding: 1.5rem;
    transform: none;
}.newsletter h4 {
    max-width: 100%;
}.newsletter .input_holder {
    gap: 0.75rem;
}.newsletter input[type="email"],
    .newsletter .course_offerings {
    padding: 0.9rem 1.2rem;
}}.pricing_tray {
    background: rgb(215,208,204);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing_tray::before {
    z-index: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    top: 0;
}.pricing_tray .container {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.pricing_tray .payment_deals {
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr;
}.pricing_tray .rate_packages {
    animation: fadeSlideUp 0.8s forwards 0.2s;
    margin: 0 auto;
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
    max-width: 800px;
}.pricing_tray .rate_packages h2 {
    font-weight: 700;
    color: #000000;
    font-size: 38px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
}.pricing_tray .rate_packages h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(186,169,160), rgb(157,124,105));
    position: absolute;
    width: 80px;
    left: 50%;
    content: "";
    height: 3px;
    bottom: -10px;
}.pricing_tray .learning_plan {
    margin-top: 30px;
    line-height: 1.6;
    color: #000000;
    font-size: calc(13px + 0.1rem);
}.pricing_tray .pro_rates {
    opacity: 0;
    transform: translateY(30px);
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    animation: fadeSlideUp 0.8s forwards 0.4s;
    display: grid;
    margin-top: 20px;
    gap: 30px;
}.pricing_tray .indv_sub {
    position: relative;
    will-change: transform;
    text-decoration: none;
    color: inherit;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
}.pricing_tray .indv_sub:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing_tray .value_pricing {
    flex-direction: column;
    background: #ffffff;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 23px;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    min-height: 420px;
}.pricing_tray .indv_sub:hover .value_pricing {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.pricing_tray .indv_sub:nth-child(odd) .value_pricing::before {
    background: rgb(186,169,160);
    transform: scaleY(0);
    height: 100%;
    content: "";
    transform-origin: bottom;
    left: 0;
    top: 0;
    width: 5px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_tray .indv_sub:nth-child(even) .value_pricing::before {
    height: 100%;
    transform: scaleY(0);
    width: 5px;
    transform-origin: bottom;
    position: absolute;
    background: rgb(157,124,105);
    right: 0;
    content: "";
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_tray .indv_sub:hover .value_pricing::before {
    transform: scaleY(1);
}.pricing_tray .fee_choices {
    flex-direction: column;
    flex: 1;
    display: flex;
    position: relative;
    padding: 40px 30px;
    z-index: 1;
}.pricing_tray .fee_choices h3 {
    display: inline-block;
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: calc(24px + 0.2rem);
    position: relative;
}.pricing_tray .indv_sub:hover .fee_choices h3 {
    color: rgb(186,169,160);
}.pricing_tray .indv_sub:nth-child(even):hover .fee_choices h3 {
    color: rgb(157,124,105);
}.pricing_tray .plan_rates {
    padding-bottom: 10px;
    display: inline-block;
    margin: 10px 0 20px;
    color: rgb(186,169,160);
    font-size: calc(24px + 0.5rem);
    font-weight: 700;
    position: relative;
}.pricing_tray .indv_sub:nth-child(even) .plan_rates {
    color: rgb(157,124,105);
}.pricing_tray .plan_rates::after {
    height: 3px;
    opacity: 0.6;
    bottom: 0;
    content: "";
    background: currentColor;
    left: 0;
    position: absolute;
    width: 40px;
}.pricing_tray .fee_choices p {
    margin-top: auto;
    font-size: 13px;
    word-wrap: break-word;
    hyphens: auto;
    color: #000000;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-break: break-word;
}.pricing_tray .picture {
    width: 100%;
    height: 200px;
    transition: transform 0.5s ease;
    position: relative;
    transform-origin: center;
}.pricing_tray .indv_sub:hover .picture {
    transform: scale(1.05);
}.pricing_tray .picture::after {
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    height: 40%;
    transition: opacity 0.4s ease;
    opacity: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}.pricing_tray .indv_sub:hover .picture::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.pricing_tray .payment_deals {
    grid-template-columns: 1fr;
}.pricing_tray .pro_rates {
    gap: 40px;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
}
}

@media (min-width: 992px) {.pricing_tray {
    padding: 150px 0;
}.pricing_tray .payment_deals {
    grid-template-columns: 1fr;
    gap: 80px;
}.pricing_tray .pro_rates {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}.pricing_tray .value_pricing {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.pricing_tray .pro_rates {
    gap: 40px;
}
}

@media (max-width: 767px) {.pricing_tray {
    padding: 80px 0;
}.pricing_tray .rate_packages h2 {
    font-size: calc(38px - 0.4rem);
}.pricing_tray .learning_plan {
    font-size: 13px;
}.pricing_tray .fee_choices {
    padding: 30px 20px;
}.pricing_tray .value_pricing {
    min-height: 400px;
}.pricing_tray .picture {
    height: 160px;
}
}

@media (max-width: 480px) {.pricing_tray {
    padding: 60px 0;
}.pricing_tray .payment_deals {
    gap: 40px;
}.pricing_tray .pro_rates {
    gap: 25px;
}.pricing_tray .fee_choices h3 {
    font-size: 24px;
}.pricing_tray .plan_rates {
    font-size: 24px;
}.pricing_tray .fee_choices p {
    font-size: calc(13px - 0.1rem);
}}.our_background {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.our_background::before {
    z-index: 1;
    pointer-events: none;
    left: 0;
    background: radial-gradient(circle at 30% 70%, rgb(186,169,160,0.5), rgba(0, 0, 0, 0.5) 80%);
    backdrop-filter: blur(3px);
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    top: 0;
}.our_background::after {
    position: absolute;
    z-index: 2;
    top: -10%;
    width: 120%;
    left: -10%;
    content: "";
    pointer-events: none;
    background: linear-gradient(135deg, rgb(186,169,160,0.5) 5%, transparent 15%, transparent 85%, rgb(157,124,105,0.5) 95%);
    height: 120%;
    animation: orbitGlow 20s infinite linear;
}.our_background .container {
    margin: 0 auto;
    position: relative;
    z-index: 5;
    padding: 0 15px;
    max-width: 1200px;
    perspective: 1000px;
    transform-style: preserve-3d;
}.our_background .text_box_content {
    background: linear-gradient(145deg, rgba(255,255,255,0.15), rgba(255,255,255,0.05));
    transform: translateZ(0) rotateY(-2deg);
    border-left: 3px solid rgb(157,124,105);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backdrop-filter: blur(10px);
    padding: 40px 50px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15), 0 0 0 1px rgba(255,255,255,0.1);
}.our_background .text_box_content:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateZ(10px) rotateY(0deg);
}.our_background h5 {
    font-size: 19px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    letter-spacing: 1.5px;
    font-weight: 700;
    margin: 0 0 15px;
}.our_background h5::after {
    transform-origin: left center;
    left: 0;
    content: "";
    background: rgb(157,124,105);
    transition: transform 0.4s ease-out;
    transform: scaleX(1);
    bottom: -8px;
    height: 2px;
    width: 50px;
    position: absolute;
}.our_background h5:hover::after {
    transform: scaleX(1.5);
}.our_background p {
    font-size: calc(16px * 1.2);
    margin: 0 0 20px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 400;
}.our_background b {
    letter-spacing: 0.5px;
    font-size: calc(16px * 1.5);
    color: rgb(157,124,105);
    font-weight: 700;
    position: relative;
}.our_background b::before {
    background: linear-gradient(to right, rgb(157,124,105), transparent);
    height: 1px;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    bottom: -5px;
}.our_background ol {
    margin: 20px 0 0;
    list-style-position: outside;
    padding: 0 0 0 20px;
}.our_background li {
    font-size: 16px;
    position: relative;
    color: #ffffff;
    text-align: justify;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 15px;
}.our_background .text_box_content div:nth-child(1) {
    animation: fadeSlideIn 0.8s ease-out forwards;
}.our_background .text_box_content div:nth-child(2) {
    opacity: 0;
    animation: fadeSlideIn 0.8s 0.2s ease-out forwards;
    transform: translateY(20px);
}.our_background ol {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeSlideIn 0.8s 0.4s ease-out forwards;
}@keyframes fadeSlideIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes orbitGlow {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}


.our_background .container::before,
.our_background .container::after {
    z-index: 2;
    height: 5px;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0.7;
    animation: pulseDot 3s infinite alternate;
    content: "";
    position: absolute;
    background: rgb(157,124,105);
    width: 5px;
    box-shadow: 0 0 10px 2px rgb(157,124,105,0.5);
}.our_background .container::before {
    right: 15%;
    top: -20px;
}.our_background .container::after {
    bottom: 10%;
    left: 5%;
}.our_background .text_box_content::before,
.our_background .text_box_content::after {
    box-shadow: 0 0 8px 1px rgb(186,169,160,0.5);
    background: rgb(186,169,160);
    width: 4px;
    height: 4px;
    z-index: 2;
    content: "";
    pointer-events: none;
    animation: pulseDot 4s infinite alternate-reverse;
    position: absolute;
    opacity: 0.8;
    border-radius: 50%;
}.our_background .text_box_content::before {
    top: 15%;
    right: -15px;
}.our_background .text_box_content::after {
    bottom: 20%;
    left: -10px;
}

@keyframes pulseDot {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 0.9;
    }
}


@media (max-width: 1200px) {.our_background {
    padding: 100px 0;
}.our_background .text_box_content {
    padding: 35px 40px;
}.our_background b {
    font-size: calc(16px * 1.3);
}
}

@media (max-width: 992px) {.our_background {
    padding: 80px 0;
}.our_background .text_box_content {
    transform: translateZ(0) rotateY(-1deg);
    padding: 30px 35px;
}.our_background h5 {
    font-size: calc(19px * 0.95);
}.our_background b {
    font-size: calc(16px * 1.2);
}.our_background li {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 768px) {.our_background {
    padding: 60px 0;
}.our_background .text_box_content {
    padding: 25px 30px;
    transform: translateZ(0) rotateY(0deg);
}.our_background h5 {
    font-size: calc(19px * 0.9);
    margin-bottom: 12px;
}.our_background h5::after {
    width: 40px;
    bottom: -6px;
}.our_background p {
    margin-bottom: 15px;
    font-size: 16px;
}.our_background b {
    font-size: calc(16px * 1.1);
}.our_background li {
    margin-bottom: 10px;
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}.our_background ol {
    padding-left: 15px;
}
}

@media (max-width: 576px) {.our_background {
    padding: 50px 0;
}.our_background .text_box_content {
    padding: 20px 25px;
}.our_background h5 {
    font-size: calc(19px * 0.85);
    margin-bottom: 10px;
}.our_background h5::after {
    width: 30px;
    bottom: -5px;
}.our_background p {
    margin-bottom: 12px;
    font-size: calc(16px * 0.95);
}.our_background b {
    font-size: calc(16px * 1);
}.our_background li {
    text-align: left;
    font-size: calc(16px * 0.85);
    line-height: 1.5;
}.our_background ol {
    margin-top: 15px;
    padding-left: 12px;
}}.secure_cove {
    padding: 40px;
    width: 100%;
    height: auto;
}.secure_cove h1 {
    font-size: 43px;
    margin-top: 0;
    border-bottom: 2px solid rgb(157,124,105);
    text-align: center;
    padding-bottom: 10px;
    color: rgb(186,169,160);
    text-shadow: 0 0 10px rgb(186,169,160);
    font-family: Arial, sans-serif;
    font-weight: 700;
    grid-column: span 2;
    margin-bottom: 20px;
}.secure_cove h2 {
    font-weight: 600;
    font-family: Arial, sans-serif;
    border-left: 4px solid rgb(186,169,160);
    margin-bottom: 15px;
    text-shadow: 0 0 5px rgb(157,124,105);
    text-align: left;
    margin-top: 0;
    padding-left: 10px;
    color: rgb(157,124,105);
    font-size: 33px;
}.secure_cove ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}.secure_cove li {
    color: #ffffff;
    line-height: 1.5;
    margin-bottom: 10px;
    font-size: 13px;
    border: 1px solid rgb(186,169,160);
    text-shadow: 0 0 5px rgb(186,169,160);
    background: rgb(157,124,105,0.5);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    padding: 10px;
}.secure_cove div {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-radius: 22px;
    border: 1px solid rgb(157,124,105);
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    font-size: 13px;
    line-height: 1.8;
    padding: 15px;
    background: rgb(186,169,160,0.5);
}.secure_cove p, .secure_cove span {
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgb(157,124,105);
    font-size: 13px;
    line-height: 1.8;
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.secure_cove {
    padding: 20px;
    gap: 20px;
    grid-template-columns: 1fr;
}.secure_cove h1 {
    font-size: calc(22px - 4px);
    margin-bottom: 15px;
}.secure_cove h2 {
    margin-bottom: 10px;
    font-size: calc(22px - 2px);
}.secure_cove ul {
    padding-left: 0;
}.secure_cove li {
    margin-bottom: 8px;
    padding: 8px;
}.secure_cove div {
    padding: 10px;
}}.data_overview {
    background: rgb(215,208,204);
    background-image: linear-gradient(135deg, rgb(215,208,204) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    margin: 60px 0;
    padding: 100px 0;
}.data_overview::before {
    z-index: 1;
    width: 100%;
    content: '';
    animation: rotateBg 60s linear infinite;
    background: repeating-conic-gradient(
        rgb(215,208,204) 0%,
        rgba(240, 240, 240, 0.7) 0.5%,
        rgb(215,208,204) 1%
    );
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.3;
}.data_overview::after {
    bottom: 0;
    right: 0;
    z-index: 2;
    left: 0;
    top: 0;
    content: '';
    background: radial-gradient(circle at center, transparent 50%, rgb(215,208,204) 100%);
    position: absolute;
}.data_overview .container {
    z-index: 10;
    max-width: 1200px;
    display: grid;
    padding: 0 15px;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    margin: 0 auto;
}.data_overview .statistics_advances {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 25px;
    order: 2;
    position: relative;
}.data_overview .boost_growth {
    display: flex;
    position: relative;
    order: 1;
    padding-right: 30px;
    flex-direction: column;
    justify-content: center;
}.data_overview .boost_growth::before {
    border-radius: 10px;
    content: '';
    top: 0;
    background: linear-gradient(
        to bottom,
        rgb(186,169,160),
        rgb(157,124,105),
        transparent
    );
    width: 3px;
    position: absolute;
    height: 60%;
    left: 0;
}.data_overview .statistics_advantage {
    font-size: 35px;
    padding-left: 20px;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 1.3;
    position: relative;
}.data_overview .advantage_statistics {
    color: #000000;
    padding-left: 20px;
    margin-bottom: 0;
    line-height: 1.8;
    opacity: 0.9;
    font-size: 12px;
}.data_overview .key_pros {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    overflow: hidden;
    padding: 30px;
    position: relative;
    border-left: 3px solid rgb(186,169,160);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 13px;
    flex-direction: column;
    transition: all 0.4s ease;
    justify-content: center;
}.data_overview .key_pros:nth-child(even) {
    border-left: 3px solid rgb(157,124,105);
}.data_overview .key_pros::before {
    left: 0;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(255, 255, 255, 0.03) 100%
    );
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    top: 0;
    content: '';
}.data_overview .key_pros::after {
    right: -40px;
    height: 80px;
    content: '';
    background: rgb(186,169,160);
    top: -40px;
    opacity: 0.1;
    width: 80px;
    transition: all 0.5s ease;
    position: absolute;
    border-radius: 50%;
}.data_overview .key_pros:nth-child(even)::after {
    background: rgb(157,124,105);
}.data_overview .key_pros:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.data_overview .key_pros:hover::after {
    transform: scale(1.2);
}.data_overview .key_pros h4 {
    position: relative;
    color: #ffffff;
    font-size: calc(35px * 1.2);
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
}.data_overview .key_pros:nth-child(odd) h4 {
    color: rgb(186,169,160);
}.data_overview .key_pros:nth-child(even) h4 {
    color: rgb(157,124,105);
}.data_overview .key_pros span {
    font-size: 12px;
    opacity: 0.9;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
}.data_overview svg {
    position: absolute;
    fill: #000000;
    right: 20px;
    transition: all 0.3s ease;
    height: 20px;
    opacity: 0.3;
    bottom: 20px;
    width: 20px;
}.data_overview svg path {
    fill: rgb(186,169,160);
}.data_overview .key_pros:nth-child(even) svg path {
    fill: rgb(157,124,105);
}.data_overview .key_pros:hover svg {
    transform: translateX(5px);
    opacity: 0.8;
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.data_overview .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.data_overview .statistics_advances {
    order: 2;
}.data_overview .boost_growth {
    text-align: center;
    align-items: center;
    padding-right: 0;
    order: 1;
}.data_overview .boost_growth::before {
    transform: translateX(-50%);
    bottom: -20px;
    width: 60%;
    background: linear-gradient(
            to right,
            transparent,
            rgb(186,169,160),
            rgb(157,124,105),
            transparent
        );
    left: 50%;
    top: auto;
    height: 3px;
}.data_overview .statistics_advantage,
    .data_overview .advantage_statistics {
    padding-left: 0;
}
}

@media screen and (max-width: 768px) {.data_overview {
    padding: 80px 0;
}.data_overview .statistics_advances {
    grid-template-columns: 1fr;
    gap: 20px;
}.data_overview .key_pros {
    padding: 25px;
}.data_overview .key_pros h4 {
    font-size: 35px;
}
}

@media screen and (max-width: 480px) {.data_overview {
    padding: 60px 0;
}.data_overview .key_pros {
    padding: 20px;
}.data_overview .key_pros h4 {
    font-size: calc(35px * 0.9);
}.data_overview .key_pros span {
    font-size: calc(12px * 0.9);
}.data_overview .statistics_advantage {
    margin-bottom: 20px;
    font-size: calc(35px * 0.9);
}.data_overview .advantage_statistics {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.title_screen {
    position: relative;
    background: linear-gradient(135deg, rgb(215,208,204), rgba(240, 245, 249, 0.92));
    overflow: hidden;
    padding: 6rem 0;
}.title_screen::before {
    transform: rotate(-15deg) skew(5deg);
    right: -5%;
    animation: floatGradient 18s infinite alternate ease-in-out;
    opacity: 0.3;
    top: -10%;
    height: 75%;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    width: 40%;
    z-index: 0;
    filter: blur(25px);
    content: "";
    background: linear-gradient(145deg, rgb(186,169,160,0.5), rgb(157,124,105,0.5));
}.title_screen::after {
    position: absolute;
    transform: rotate(10deg) skew(-5deg);
    z-index: 0;
    content: "";
    filter: blur(20px);
    left: -2%;
    height: 60%;
    background: linear-gradient(215deg, rgb(157,124,105,0.5), rgb(186,169,160,0.5));
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    bottom: -5%;
    opacity: 0.25;
    width: 30%;
    animation: floatGradient 15s infinite alternate-reverse ease-in-out;
}.title_screen h1 {
    opacity: 0;
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    animation: fadeInUp 0.8s forwards 0.2s ease-out;
    transform: translateY(20px);
    margin-bottom: 2.5rem;
    z-index: 2;
    letter-spacing: 0.5px;
    position: relative;
    text-align: center;
}.title_screen .learning_track {
    z-index: 1;
    gap: 2.5rem;
    position: relative;
    flex-direction: column;
    display: flex;
}.title_screen .text_box_content {
    z-index: 2;
    position: relative;
    padding: 1rem;
}.title_screen ol {
    margin: 0;
    padding: 0;
    list-style: none;
}.title_screen li {
    margin-bottom: 2rem;
    animation: fadeInUp 0.8s forwards ease-out;
    transform: translateY(20px);
    opacity: 0;
}.title_screen li:nth-child(1) {
    animation-delay: 0.4s;
}.title_screen li:nth-child(2) {
    animation-delay: 0.6s;
}.title_screen .learn_head {
    align-items: center;
    flex-direction: column;
    gap: 1.5rem;
    display: flex;
}.title_screen svg {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 4px 12px rgba(94, 170, 168, 0.25));
    width: 120px;
    height: 120px;
}.title_screen svg:hover {
    transform: scale(1.05) rotate(2deg);
}.title_screen svg path {
    transition: fill 0.4s ease;
}.title_screen svg:hover path {
    fill: rgb(186,169,160);
}.title_screen svg text {
    transition: fill 0.4s ease;
}.title_screen svg:hover text {
    fill: #000000;
}.title_screen .learn_head p {
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
    max-width: 540px;
    font-weight: 400;
    color: #000000;
    font-size: calc(13px * 1.1);
}.title_screen .request_message {
    display: inline-block;
    background: linear-gradient(135deg, rgb(186,169,160), rgb(157,124,105));
    margin: 0 auto;
    text-align: center;
    z-index: 1;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 25px -5px rgba(94, 170, 168, 0.4);
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    color: #ffffff;
    font-size: 20px;
    transform: translateZ(0);
    padding: 1rem 2rem;
}.title_screen .request_message::before {
    width: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(157,124,105), rgb(186,169,160));
}.title_screen .request_message:hover {
    box-shadow: 0 15px 30px -10px rgba(94, 170, 168, 0.5);
    transform: translateY(-5px) scale(1.03);
}.title_screen .request_message:hover::before {
    opacity: 1;
}.title_screen .request_message:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 5px 15px -8px rgba(94, 170, 168, 0.6);
}.title_screen .picture {
    overflow: hidden;
    animation: fadeInUp 1s forwards 0.8s ease-out;
    transform: translateY(20px);
    height: 300px;
    z-index: 1;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    position: relative;
    border-radius: 10px;
    opacity: 0;
}.title_screen .picture::before {
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
    height: 100%;
    background: linear-gradient(to bottom, 
        rgba(0, 0, 0, 0.1), 
        rgba(0, 0, 0, 0.3));
    transition: background 0.4s ease;
}.title_screen .picture:hover::before {
    background: linear-gradient(to bottom, 
        rgba(94, 170, 168, 0.2), 
        rgba(94, 170, 168, 0.4));
}

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

@keyframes floatGradient {
    0% {
        transform: rotate(-15deg) skew(5deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) skew(3deg) translate(5px, 10px);
    }
    100% {
        transform: rotate(-18deg) skew(7deg) translate(-5px, -10px);
    }
}

@media (min-width: 768px) {.title_screen {
    padding: 8rem 0;
}.title_screen h1 {
    font-size: calc(28px * 1.15);
    margin-bottom: 3.5rem;
}.title_screen .learning_track {
    align-items: center;
    gap: 4rem;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    flex-direction: row;
}.title_screen .text_box_content {
    flex: 1;
    padding: 2rem;
}.title_screen .picture {
    height: 450px;
    flex: 1;
}.title_screen .learn_head {
    align-items: flex-start;
}.title_screen .learn_head p {
    text-align: left;
    font-size: calc(13px * 1.2);
}.title_screen svg {
    width: 140px;
    height: 140px;
}.title_screen .request_message {
    margin: 0;
}
}

@media (min-width: 1024px) {.title_screen h1 {
    font-size: calc(28px * 1.3);
}.title_screen .learning_track {
    gap: 6rem;
}.title_screen .picture {
    height: 500px;
}.title_screen svg {
    height: 160px;
    width: 160px;
}.title_screen .learn_head p {
    font-size: calc(13px * 1.3);
    max-width: 600px;
}.title_screen .request_message {
    font-size: calc(20px * 1.1);
    padding: 1.2rem 2.5rem;
}
}

@media (min-width: 1200px) {.title_screen {
    padding: 10rem 0;
}.title_screen .learning_track {
    gap: 8rem;
}.title_screen .picture {
    height: 550px;
}
}

@media (max-width: 767px) {.title_screen .learn_head {
    padding: 0 1rem;
}.title_screen li {
    display: flex;
    align-items: center;
    flex-direction: column;
}.title_screen .request_message {
    width: 80%;
    max-width: 300px;
}}.study_process {
    padding: 170px 0;
    background: linear-gradient(150deg, rgb(215,208,204) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    position: relative;
}.study_process::before {
    z-index: 1;
    height: 100%;
    content: '';
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 15% 20%, rgb(186,169,160,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgb(157,124,105,0.5) 0%, transparent 40%);
    top: 0;
    opacity: 0.15;
    width: 100%;
}.study_process .learning_track {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.study_process .text_box_content {
    align-items: center;
    flex-direction: column;
    width: 80%;
    display: flex;
    position: relative;
}.study_process .text_box_content h2 {
    text-transform: uppercase;
    color: #ffffff;
    z-index: 4;
    padding: 0;
    font-weight: 700;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    font-size: 34px;
    margin-bottom: 100px;
}.study_process .text_box_content p {
    background: rgba(255, 255, 255, 0.05);
    max-width: 80%;
    z-index: 3;
    padding: 60px;
    font-size: 17px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(15px);
    color: #ffffff;
    line-height: 1.8;
    position: relative;
}.study_process .text_box_content::before {
    transform: skewY(-3deg);
    height: 100%;
    opacity: 0.05;
    left: 5%;
    width: 90%;
    background: rgb(186,169,160,0.5);
    top: 50px;
    content: '';
    z-index: 1;
    position: absolute;
}.study_process .text_box_content::after {
    left: 2.5%;
    transform: skewY(-6deg);
    background: rgb(157,124,105,0.5);
    top: 25px;
    opacity: 0.05;
    content: '';
    width: 95%;
    position: absolute;
    z-index: 0;
    height: 100%;
}.study_process .text_box_content h2::before {
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(186,169,160,0.5) 20%, 
        rgb(186,169,160) 50%, 
        rgb(186,169,160,0.5) 80%, 
        transparent 100%
    );
    height: 2px;
    opacity: 0.6;
    z-index: 5;
    bottom: -30px;
    width: 150%;
    left: -25%;
}.study_process .text_box_content h2::after {
    margin-left: -15px;
    width: 30px;
    bottom: -50px;
    z-index: 6;
    height: 30px;
    box-shadow: 0 0 20px rgb(186,169,160);
    transform: rotate(45deg);
    opacity: 0.7;
    animation: pulse-rotate 8s infinite linear;
    background: rgb(186,169,160);
    position: absolute;
    content: '';
    left: 50%;
}.study_process .text_box_content p::before {
    left: 0;
    top: 0;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: -1;
    content: '';
    width: 100%;
    position: absolute;
}.study_process .text_box_content p::after {
    z-index: 5;
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(157,124,105,0.5) 20%, 
        rgb(157,124,105) 50%, 
        rgb(157,124,105,0.5) 80%, 
        transparent 100%
    );
    opacity: 0.4;
    width: 120%;
    bottom: -50px;
    left: -10%;
    content: '';
}.study_process::after {
    top: -100px;
    background: linear-gradient(to bottom, rgb(215,208,204), transparent);
    z-index: 0;
    content: '';
    width: 100%;
    height: 200px;
    left: 0;
    position: absolute;
}.study_process .learning_track::before {
    opacity: 0.03;
    position: absolute;
    filter: blur(100px);
    width: 350px;
    top: -175px;
    right: -175px;
    height: 350px;
    border-radius: 50%;
    background: rgb(186,169,160);
    z-index: 0;
    content: '';
}.study_process .learning_track::after {
    height: 300px;
    background: rgb(157,124,105);
    border-radius: 50%;
    bottom: -150px;
    left: -150px;
    z-index: 0;
    width: 300px;
    position: absolute;
    opacity: 0.03;
    filter: blur(80px);
    content: '';
}@keyframes pulse-rotate {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(225deg) scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: rotate(405deg) scale(1);
        opacity: 0.7;
    }
}

.study_process .text_box_content p {
    position: relative;
    overflow: hidden;
}.study_process .text_box_content p span {
    z-index: 2;
    position: relative;
}.study_process .text_box_content p::before {
    left: -50%;
    z-index: 0;
    content: '';
    width: 200%;
    opacity: 0.3;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate-slow 30s linear infinite;
    height: 200%;
    position: absolute;
    top: -50%;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.study_process .layer-element {
    position: absolute;
    width: 150px;
    right: -30px;
    z-index: 1;
    height: 150px;
    opacity: 0.1;
    top: -30px;
    transform: rotate(15deg);
    border: 2px solid rgb(186,169,160,0.5);
    animation: float-layer 15s infinite alternate;
}.study_process .layer-element::before {
    background: rgb(186,169,160);
    content: '';
    opacity: 0.2;
    width: 50%;
    left: 25%;
    top: 25%;
    height: 50%;
    position: absolute;
}

@keyframes float-layer {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(20deg) translateY(-20px);
    }
}

@media screen and (max-width: 1200px) {.study_process .text_box_content {
    width: 90%;
}.study_process .text_box_content p {
    padding: 50px;
    max-width: 90%;
}.study_process .layer-element {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.study_process {
    padding: 140px 0;
}.study_process .text_box_content {
    width: 100%;
}.study_process .text_box_content h2 {
    margin-bottom: 80px;
}.study_process .text_box_content p {
    max-width: 95%;
    padding: 40px;
}.study_process .layer-element {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 768px) {.study_process {
    padding: 120px 0;
    overflow: hidden;
}.study_process .text_box_content h2 {
    margin-bottom: 60px;
    font-size: calc(34px * 0.9);
}.study_process .text_box_content p {
    padding: 30px;
    max-width: 100%;
    font-size: calc(17px * 0.95);
}.study_process .text_box_content h2::after {
    bottom: -40px;
    width: 25px;
    height: 25px;
    margin-left: -12.5px;
}.study_process .layer-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.study_process {
    padding: 100px 0;
}.study_process .text_box_content h2 {
    margin-bottom: 50px;
    letter-spacing: 1px;
    font-size: calc(34px * 0.8);
}.study_process .text_box_content p {
    padding: 25px;
    font-size: calc(17px * 0.9);
}.study_process .text_box_content h2::before {
    bottom: -20px;
}.study_process .text_box_content h2::after {
    width: 20px;
    bottom: -35px;
    margin-left: -10px;
    height: 20px;
}.study_process .text_box_content p::after {
    bottom: -30px;
}}.course_program_description {
    background: linear-gradient(135deg, rgb(215,208,204) 0%, rgba(249, 249, 249, 0.95) 100%);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}.course_program_description::before {
    left: 0;
    top: 0;
    bottom: 0;
    background-size: 60px 60px;
    position: absolute;
    content: "";
    background-image: 
        linear-gradient(45deg, rgb(157,124,105,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(157,124,105,0.5) 25%, transparent 25%);
    right: 0;
    opacity: 0.05;
    z-index: 0;
}.course_program_description .container {
    margin: 0 auto;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.course_program_description .online_class {
    grid-template-columns: 1fr;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    opacity: 0;
    gap: 3rem;
    display: grid;
    transform: translateY(20px);
}.course_program_description .picture {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    position: relative;
    height: 380px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.course_program_description .picture::after {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom right, 
                rgb(186,169,160,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(157,124,105,0.5) 100%);
    opacity: 0.5;
    transition: opacity 0.6s ease;
    bottom: 0;
    right: 0;
}.course_program_description .picture:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_program_description .picture:hover::after {
    opacity: 0.2;
}.course_program_description .text_box_content {
    transform: translateX(0);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 2rem;
    position: relative;
    flex-direction: column;
    display: flex;
}.course_program_description .text_box_content::before {
    background: linear-gradient(to bottom, rgb(186,169,160), rgb(157,124,105));
    top: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    width: 5px;
    content: "";
    position: absolute;
    left: 0;
    height: 0;
}.course_program_description .online_class:hover .text_box_content::before {
    height: 100%;
}.course_program_description h3 {
    margin-bottom: 1.5rem;
    position: relative;
    font-weight: 700;
    color: #000000;
    font-size: calc(21px * 1.1);
    transform: translateY(0);
    padding-bottom: 1rem;
    transition: transform 0.4s ease;
}.course_program_description h3::after {
    background: linear-gradient(90deg, rgb(186,169,160), rgb(157,124,105));
    width: 60px;
    position: absolute;
    transition: width 0.5s ease;
    left: 0;
    content: "";
    height: 3px;
    bottom: 0;
}.course_program_description .text_box_content:hover h3 {
    transform: translateY(-5px);
}.course_program_description .text_box_content:hover h3::after {
    width: 100px;
}.course_program_description .description {
    position: relative;
    font-size: 17px;
    line-height: 1.7;
    padding-right: 1rem;
    max-height: 200px;
    overflow-y: auto;
    margin-bottom: 1.5rem;
    color: #000000;
}.course_program_description .description::-webkit-scrollbar {
    width: 4px;
}.course_program_description .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_program_description .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(157,124,105,0.5);
}.course_program_description span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_program_description {
    padding: 8rem 0;
}.course_program_description .online_class {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}.course_program_description .text_box_content {
    transform: translateX(-30px);
}.course_program_description .online_class:hover .text_box_content {
    transform: translateX(0);
}.course_program_description .picture {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.course_program_description .picture:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_program_description h3 {
    font-size: 21px;
}
}

@media (min-width: 992px) {.course_program_description {
    padding: 10rem 0;
}.course_program_description .container {
    padding: 0 3rem;
}.course_program_description .online_class {
    gap: 6rem;
}.course_program_description .text_box_content {
    padding: 3rem;
}.course_program_description .picture {
    height: 550px;
}.course_program_description h3 {
    font-size: calc(21px * 1.2);
    margin-bottom: 2rem;
}.course_program_description .description {
    max-height: 300px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.course_program_description {
    padding: 4rem 0;
}.course_program_description .container {
    padding: 0 1.5rem;
}.course_program_description .picture {
    margin-bottom: 1rem;
    height: 280px;
}.course_program_description .text_box_content {
    padding: 1.5rem;
}.course_program_description h3 {
    margin-bottom: 1rem;
    font-size: calc(19px * 1.1);
    padding-bottom: 0.75rem;
}.course_program_description .description {
    max-height: 180px;
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}}.instructor_profile {
    background: linear-gradient(135deg, rgb(215,208,204) 0%, rgb(186,169,160,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.instructor_profile::before {
    width: 120%;
    background: rgb(157,124,105,0.5);
    content: "";
    transform: rotate(-12deg);
    position: absolute;
    z-index: 1;
    left: -5%;
    height: 70%;
    top: -10%;
}.instructor_profile .feedback_showcase {
    position: relative;
    flex-direction: row;
    z-index: 2;
    gap: 3rem;
    transform: translateX(5%);
    display: flex;
    align-items: center;
}.instructor_profile .picture {
    transition: all 0.5s ease;
    height: 350px;
    transform: rotate(-5deg);
    box-shadow: 15px 15px 0 rgb(186,169,160,0.5);
    border-radius: 20px;
    width: 280px;
}.instructor_profile .picture:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.instructor_profile .employee_info {
    position: relative;
    padding: 2rem;
    border-radius: 20px;
    max-width: 60%;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    transform: rotate(2deg) translateY(-30px);
    transition: all 0.5s ease;
}.instructor_profile .employee_info::after {
    opacity: 0.6;
    left: 30px;
    width: 85%;
    position: absolute;
    transition: all 0.5s ease;
    filter: blur(8px);
    content: "";
    background: rgb(157,124,105);
    height: 10px;
    bottom: -10px;
}.instructor_profile .employee_info:hover {
    transform: rotate(0deg) translateY(-20px);
}.instructor_profile .employee_info:hover::after {
    opacity: 0.8;
    width: 95%;
}.instructor_profile .name {
    font-size: 28px;
    transform: translateX(-20px);
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(186,169,160);
}.instructor_profile .employee_info > div:nth-child(2) {
    font-weight: 600;
    color: rgb(157,124,105);
    margin-bottom: 1.5rem;
    font-size: 20px;
    transform: translateX(-10px);
}.instructor_profile .experience_summary {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-style: italic;
    padding-left: 1.5rem;
    position: relative;
}.instructor_profile .experience_summary::before {
    height: 100%;
    border-radius: 10px;
    left: 0;
    width: 5px;
    background: linear-gradient(to bottom, rgb(186,169,160), rgb(157,124,105));
    position: absolute;
    content: "";
    top: 0;
}

@media (max-width: 992px) {.instructor_profile .feedback_showcase {
    flex-direction: column;
    transform: none;
    gap: 2rem;
}.instructor_profile .picture {
    height: 280px;
    width: 220px;
    margin: 0 auto;
}.instructor_profile .employee_info {
    max-width: 100%;
    transform: none;
}.instructor_profile .name,
    .instructor_profile .employee_info > div:nth-child(2) {
    transform: none;
}}.thanksCore {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(rgb(186,169,160,0.5), 0.05), rgba(rgb(157,124,105,0.5), 0.1));
}.thanksCore::before {
    height: 100%;
    content: "";
    width: 100%;
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(186,169,160,0.5), 0.12) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgba(rgb(157,124,105,0.5), 0.1) 0%, transparent 70%);
    top: 0;
    position: absolute;
}.thanksCore::after {
    background: rgb(186,169,160);
    animation: floatShape 15s ease-in-out infinite alternate;
    content: "";
    height: 300px;
    right: -150px;
    border-radius: 40% 60% 70% 30% / 40% 50% 50% 60%;
    z-index: 0;
    filter: blur(20px);
    position: absolute;
    width: 300px;
    opacity: 0.05;
    top: -150px;
}.thanksCore .container {
    z-index: 1;
    padding: 0 30px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.thanksCore h2 {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.3;
    margin-bottom: 40px;
    color: #000000;
    text-align: left;
    font-size: 29px;
    position: relative;
    font-weight: 600;
    font-family: Arial, sans-serif;
}.thanksCore h2::after {
    height: 4px;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(186,169,160), rgb(157,124,105));
    border-radius: 10px;
    width: 120px;
    left: 0;
    content: "";
    position: absolute;
    bottom: -12px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
}.thanksCore:hover h2::after {
    transform: scaleX(1);
}.thanksCore .learning_track {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    overflow: hidden;
    background: #ffffff;
    position: relative;
    box-shadow: 
        15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        -15px -15px 30px rgba(#ffffff, 0.8),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    border-radius: 28px;
    padding: 40px;
}.thanksCore .learning_track::before {
    top: 0;
    position: absolute;
    left: 0;
    animation: gradientShift 6s ease infinite;
    content: "";
    background: linear-gradient(90deg, rgb(186,169,160), rgb(157,124,105), rgb(186,169,160));
    width: 100%;
    height: 5px;
    background-size: 200% 100%;
}.thanksCore ul {
    list-style: none;
    padding: 0;
    margin: 0;
}.thanksCore li {
    position: relative;
    padding: 10px 0 10px 20px;
    transition: transform 0.3s ease-out;
}.thanksCore li::before {
    position: absolute;
    transform: translateY(-50%);
    content: "";
    height: 8px;
    left: 0;
    box-shadow: 0 0 10px rgba(rgb(186,169,160,0.5), 0.5);
    background: rgb(186,169,160);
    border-radius: 50%;
    top: 24px;
    width: 8px;
}.thanksCore span {
    line-height: 1.7;
    font-size: 13px;
    display: block;
    transform: translateY(0);
    font-weight: 400;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    color: #000000;
    position: relative;
    font-family: Arial, sans-serif;
}.thanksCore span::after {
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(rgb(186,169,160,0.5), 0.3));
    content: "";
    bottom: -10px;
    transform-origin: right;
    width: 40%;
    transform: scaleX(0.5);
    right: 0;
    transition: all 0.5s ease;
    opacity: 0;
}.thanksCore .learning_track:hover {
    transform: translateY(-5px);
    box-shadow: 
        20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        -20px -20px 40px rgba(#ffffff, 0.9),
        inset 2px 2px 5px rgba(#ffffff, 0.1),
        inset -2px -2px 5px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.thanksCore .learning_track:hover span::after {
    transform: scaleX(1);
    opacity: 1;
}

@keyframes floatShape {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    50% {
        transform: translate(20px, 30px) rotate(5deg);
    }
    100% {
        transform: translate(-20px, 10px) rotate(-5deg);
    }
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 768px) {.thanksCore {
    padding: 150px 0;
}.thanksCore .container {
    padding: 0 60px;
}.thanksCore h2 {
    max-width: 90%;
    font-size: calc(29px * 1.1);
    margin-bottom: 50px;
}.thanksCore .learning_track {
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg);
}.thanksCore .learning_track:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thanksCore li {
    padding: 10px 0 10px 30px;
}.thanksCore li::before {
    width: 10px;
    height: 10px;
}.thanksCore span {
    line-height: 1.8;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.thanksCore {
    padding: 80px 0;
}.thanksCore .container {
    padding: 0 20px;
}.thanksCore h2 {
    font-size: calc(29px * 0.9);
    margin-bottom: 30px;
}.thanksCore .learning_track {
    padding: 30px 20px;
}.thanksCore li {
    padding: 10px 0 10px 15px;
}.thanksCore li::before {
    height: 6px;
    width: 6px;
}.thanksCore span {
    font-size: calc(13px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanksCore {
    padding: 60px 0;
}.thanksCore h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.8);
}.thanksCore .learning_track {
    padding: 25px 15px;
}.thanksCore span {
    font-size: calc(13px * 0.9);
    line-height: 1.5;
}}.contact_form_section {
    padding: 100px 0;
    position: relative;
}.contact_form_section::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, rgb(186,169,160,0.5) 0%, rgb(157,124,105,0.5) 100%);
    height: 100%;
    left: 0;
}.contact_form_section .container {
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.contact_form_section .connect_reach {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.contact_form_section .inquiry_inquiry {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 17px;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    display: grid;
    padding: 40px;
}.contact_form_section .inquiry_inquiry h3 {
    margin-bottom: 30px;
    text-align: center;
    font-weight: 700;
    position: relative;
    grid-column: 1 / -1;
    font-size: 30px;
    color: #000000;
}.contact_form_section .inquiry_inquiry h3::after {
    height: 4px;
    border-radius: 2px;
    width: 80px;
    transform: translateX(-50%);
    content: '';
    background: rgb(186,169,160);
    position: absolute;
    left: 50%;
    bottom: -15px;
}.contact_form_section .inquiry_inquiry div {
    background: rgb(215,208,204);
    text-align: center;
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    flex-direction: column;
    padding: 30px 20px;
    display: flex;
}.contact_form_section .inquiry_inquiry div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_form_section .inquiry_inquiry svg {
    height: 40px;
    margin-bottom: 15px;
    width: 40px;
}.contact_form_section .inquiry_inquiry svg path {
    fill: rgb(186,169,160);
}.contact_form_section .inquiry_inquiry span {
    font-size: 17px;
    color: #000000;
}.contact_form_section .inquiry_inquiry a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(186,169,160);
    transition: color 0.3s ease;
}.contact_form_section .inquiry_inquiry a:hover {
    color: rgb(157,124,105);
}.contact_form_section .query_links {
    padding: 40px;
    background: #ffffff;
    border-radius: 17px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.contact_form_section form h3 {
    text-align: center;
    color: #000000;
    position: relative;
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
}.contact_form_section form h3::after {
    height: 4px;
    background: rgb(186,169,160);
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    content: '';
    border-radius: 2px;
    position: absolute;
    bottom: -15px;
}.contact_form_section form {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    display: grid;
}.contact_form_section form h3 {
    grid-column: 1 / -1;
}.contact_form_section form input[type="text"],
.contact_form_section form input[type="email"] {
    padding: 15px 20px;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 10px;
    background: #ffffff;
    font-size: 17px;
}.contact_form_section form input[type="text"]:focus,
.contact_form_section form input[type="email"]:focus {
    border-color: rgb(186,169,160);
    outline: none;
    box-shadow: 0 0 0 3px rgb(186,169,160,0.5);
}.contact_form_section form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_form_section .connect_feedback {
    display: flex;
    margin: 10px 0;
    grid-column: 1 / -1;
    align-items: flex-start;
}.contact_form_section .connect_feedback input[type="checkbox"] {
    cursor: pointer;
    height: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    -webkit-appearance: none;
    width: 22px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 15px;
    flex-shrink: 0;
    appearance: none;
}.contact_form_section .connect_feedback input[type="checkbox"]:checked {
    background-color: rgb(186,169,160);
    border-color: rgb(186,169,160);
}.contact_form_section .connect_feedback input[type="checkbox"]:checked::before {
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 4px;
    width: 6px;
    border: solid #ffffff;
    left: 7px;
    position: absolute;
    height: 10px;
    content: "";
}.contact_form_section .connect_feedback label {
    color: #000000;
    line-height: 1.5;
    font-size: 12px;
}.contact_form_section .connect_feedback a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(186,169,160);
}.contact_form_section .connect_feedback a:hover {
    color: rgb(157,124,105);
}.contact_form_section .request_message {
    background: rgb(186,169,160);
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 19px;
    grid-column: 1 / -1;
    position: relative;
    overflow: hidden;
    padding: 18px 20px;
}.contact_form_section .request_message:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(157,124,105);
}

@media (max-width: 992px) {.contact_form_section {
    padding: 80px 0;
}.contact_form_section .inquiry_inquiry {
    padding: 35px;
}.contact_form_section .query_links {
    padding: 35px;
}
}

@media (max-width: 768px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section .inquiry_inquiry {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
}.contact_form_section .query_links {
    padding: 30px;
}.contact_form_section form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}.contact_form_section .inquiry_inquiry h3,
    .contact_form_section form h3 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.85);
}
}

@media (max-width: 576px) {.contact_form_section {
    padding: 50px 0;
}.contact_form_section .inquiry_inquiry {
    padding: 25px;
    grid-template-columns: 1fr;
}.contact_form_section .query_links {
    padding: 25px;
}.contact_form_section .inquiry_inquiry h3,
    .contact_form_section form h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.contact_form_section .inquiry_inquiry div {
    padding: 25px 15px;
}
}