﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.header_tutor {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.container {
    width: 1114px;
    margin: auto;
    max-width: 100%;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: smooth;
}.panel-container {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}header,footer {
    width: 100%;
}.glossary {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie_dialog_banner {
    position: fixed;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    bottom: 0;
    width: 100%;
    background: rgb(211,228,220);
    border-top: 3px solid rgb(167,200,185);
}.user_tracker {
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    display: flex;
}.user_alert {
    margin-right: 15px;
    flex-shrink: 0;
}.user_alert svg {
    transition: fill 0.3s ease;
    fill: rgb(167,200,185);
    height: 60px;
    width: 60px;
}.user_alert svg:hover {
    fill: rgb(122,170,149);
}.cookie_explained {
    color: #000000;
    margin-right: 15px;
    flex-grow: 1;
}.cookie_dialog_banner h5 {
    font-weight: 600;
    margin-bottom: 8px;
    color: rgb(167,200,185);
    font-family: Arial, sans-serif;
    font-size: 23px;
}.cookie_dialog_banner p {
    line-height: 1.5;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: #000000;
}.visitor_acceptance {
    text-decoration: none;
    cursor: pointer;
    font-size: 20px;
    border-radius: 24px;
    padding: 10px 20px;
    text-align: center;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    background: rgb(167,200,185);
    margin-left: 10px;
    color: #ffffff;
    line-height: 35px;
}.visitor_acceptance:hover {
    box-shadow: 0 0 10px rgb(122,170,149,0.5);
    background: rgb(122,170,149);
}#cookiesConsentApprovalBtn {
    background: rgb(167,200,185);
}#disallow_cookies_collection {
    background: rgba(0, 0, 0, 0.5);
}.cookie_dialog_banner p a {
    color: rgb(167,200,185);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookie_dialog_banner p a:hover {
    color: rgb(122,170,149);
}
@media only screen and (max-width: 1200px) {.user_tracker {
    align-items: center;
    flex-direction: column;
}.user_alert {
    margin-bottom: 15px;
}.cookie_explained {
    margin-right: 0;
    margin-bottom: 15px;
    text-align: center;
}.visitor_acceptance {
    margin-left: 0;
    width: 100%;
    max-width: 200px;
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 800px) {.user_tracker {
    padding: 15px;
}.user_alert {
    display: none;
}.cookie_dialog_banner h5 {
    font-size: 16px;
}.cookie_dialog_banner p {
    font-size: 12px;
}}
#cookie_panel_alert {
    display: none;
}#cookie_panel_alert:checked ~ .cookie_dialog_banner {
    opacity: 0;
    visibility: hidden;
}.thxPanel {
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, rgb(211,228,220) 100%);
    padding: 120px 0 80px;
    position: relative;
}.thxPanel::before {
    content: "";
    top: -10%;
    width: 40%;
    opacity: 0.4;
    filter: blur(40px);
    position: absolute;
    z-index: 1;
    animation: float 12s ease-in-out infinite alternate;
    left: -5%;
    transform: rotate(-15deg) skew(10deg);
    background: linear-gradient(145deg, rgb(122,170,149,0.5) 0%, transparent 80%);
    height: 70%;
}.thxPanel::after {
    z-index: 1;
    height: 60%;
    bottom: -5%;
    width: 35%;
    content: "";
    background: linear-gradient(215deg, rgb(167,200,185,0.5) 0%, transparent 70%);
    right: -5%;
    filter: blur(30px);
    opacity: 0.3;
    position: absolute;
    transform: rotate(10deg) skew(-5deg);
    animation: float 15s ease-in-out infinite alternate-reverse;
}.thxPanel .container {
    z-index: 3;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.thxPanel h2 {
    transform: translateY(20px);
    color: #000000;
    animation: fadeUp 0.8s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 32px;
    letter-spacing: -0.02em;
    position: relative;
    opacity: 0;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}.thxPanel h2::after {
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(167,200,185) 0%, rgb(122,170,149) 100%);
    width: 80px;
    opacity: 0;
    left: 50%;
    animation: expand 1.5s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    height: 3px;
    transform-origin: center;
    bottom: -15px;
    position: absolute;
}.thxPanel .study_tracks {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    opacity: 0;
    overflow: hidden;
    padding: 50px 40px;
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(30px);
}.thxPanel .study_tracks::before {
    top: 0;
    animation: growDown 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 5px;
    left: 0;
    transform: scaleY(0);
    transform-origin: top;
    position: absolute;
    background: linear-gradient(to bottom, rgb(167,200,185), rgb(122,170,149));
    height: 100%;
}.thxPanel ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thxPanel li {
    position: relative;
    padding-left: 25px;
}.thxPanel li::before {
    width: 8px;
    animation: popIn 0.5s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    content: "";
    position: absolute;
    height: 8px;
    background: rgb(122,170,149);
    top: 10px;
    left: 0;
    transform: scale(0);
}.thxPanel span {
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 400;
    opacity: 0;
    display: block;
    transform: translateY(10px);
    line-height: 1.8;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
}

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

@keyframes popIn {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes expand {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 80px;
    opacity: 1;
  }
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0) rotate(-15deg) skew(10deg);
  }
  100% {
    transform: translate(10px, 20px) rotate(-5deg) skew(5deg);
  }
}

@media (max-width: 1024px) {.thxPanel {
    padding: 100px 0 70px;
}.thxPanel h2 {
    font-size: calc(32px * 0.9);
}.thxPanel .study_tracks {
    padding: 40px 35px;
}
}

@media (max-width: 768px) {.thxPanel {
    padding: 80px 0 60px;
}.thxPanel h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 35px;
}.thxPanel h2::after {
    width: 60px;
    bottom: -12px;
}.thxPanel .study_tracks {
    padding: 35px 30px;
}.thxPanel span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.thxPanel {
    padding: 60px 0 50px;
}.thxPanel h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.7);
    line-height: 1.4;
}.thxPanel h2::after {
    width: 50px;
    height: 2px;
    bottom: -10px;
}.thxPanel .study_tracks {
    padding: 30px 20px;
}.thxPanel li {
    padding-left: 20px;
}.thxPanel li::before {
    width: 6px;
    top: 12px;
    height: 6px;
}.thxPanel span {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}@keyframes expand {
    100% {
      width: 50px;
    }
  }
}.leadership_profile {
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(211,228,220) 0%, rgb(167,200,185,0.5) 35%, rgb(122,170,149,0.5) 100%);
}.leadership_profile::before {
    left: -10%;
    animation: rotate 20s linear infinite;
    opacity: 0.2;
    top: -50%;
    height: 200%;
    width: 200%;
    position: absolute;
    z-index: 0;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(167,200,185,0.5) 120deg, transparent 180deg, rgb(122,170,149,0.5) 260deg, transparent 360deg);
    content: "";
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.leadership_profile .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    perspective: 1000px;
    position: relative;
}.leadership_profile .student_glow {
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    border-radius: 30px;
    grid-template-areas:
    "photo quote"
    "name quote";
    display: grid;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    padding: 2.5rem;
    gap: 1.5rem;
    background: #ffffff;
    transform: rotateX(5deg) rotateY(-2deg);
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(167,200,185,0.5);
    transition: transform 0.5s ease;
    grid-template-rows: auto auto;
}.leadership_profile .student_glow:hover {
    transform: rotateX(0) rotateY(0);
}.leadership_profile .img_wrapper {
    transition: transform 0.3s ease;
    width: 100%;
    grid-area: photo;
    border-radius: 30px;
    transform: translateZ(20px);
    aspect-ratio: 1/1;
    box-shadow: 
    -5px 5px 0 rgb(122,170,149),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
}.leadership_profile .student_glow:hover .img_wrapper {
    transform: translateZ(30px) scale(1.05);
}.leadership_profile .name {
    grid-area: name;
    display: block;
    font-size: 24px;
    color: rgb(167,200,185);
    font-weight: 700;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 0.5rem;
    transform: translateZ(10px);
}.leadership_profile .name + span {
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 2rem;
    align-self: end;
    color: #000000;
    opacity: 0.8;
    letter-spacing: 1px;
    padding-left: 1rem;
    transform: translateZ(5px);
    font-size: 13px;
    grid-area: name;
}.leadership_profile .work_table {
    grid-area: quote;
    background: linear-gradient(to right, #ffffff, rgb(211,228,220));
    padding: 2rem;
    color: #000000;
    font-size: calc(13px * 1.1);
    transform: translateZ(15px);
    transition: transform 0.3s ease;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 30px;
    position: relative;
    line-height: 1.7;
}.leadership_profile .work_table::before {
    top: 0;
    opacity: 0.3;
    content: "";
    width: 100%;
    left: 0;
    mix-blend-mode: overlay;
    border-radius: 30px;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(167,200,185,0.5) 0%, transparent 40%, transparent 60%, rgb(122,170,149,0.5) 100%);
}.leadership_profile .student_glow:hover .work_table {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.leadership_profile .student_glow {
    grid-template-rows: auto auto auto;
    transform: none;
    grid-template-areas:
      "img_wrapper"
      "name"
      "work_table";
    grid-template-columns: 1fr;
}.leadership_profile .img_wrapper {
    margin: 0 auto;
    max-width: 200px;
}.leadership_profile .name,
  .leadership_profile .name + span {
    padding-left: 0;
    text-align: center;
}.leadership_profile .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.leadership_profile {
    padding: 4rem 1rem;
}.leadership_profile .student_glow {
    padding: 1.5rem;
}.leadership_profile .work_table {
    padding: 1.5rem;
}}.plan_display {
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(211,228,220) 0%, #ffffff 100%);
    position: relative;
}.plan_display::before {
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(167,200,185,0.5) 0%, transparent 40%);
}.plan_display .container {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.plan_display .value_pricing {
    flex-direction: column;
    display: flex;
}.plan_display .learning_plan {
    order: 1;
    margin-bottom: 3rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 800px;
    text-align: center;
}.plan_display .learning_plan h2 {
    font-size: 33px;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    display: inline-block;
    font-weight: 700;
}.plan_display .learning_plan h2::after {
    width: 80px;
    background: rgb(167,200,185);
    bottom: -10px;
    position: absolute;
    left: 50%;
    height: 3px;
    content: "";
    transform: translateX(-50%);
}.plan_display .price_view {
    font-size: 17px;
    overflow-wrap: break-word;
    color: #000000;
    word-break: break-word;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}.plan_display .learning_cost {
    order: 2;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin-top: 2rem;
}.plan_display .access_cost {
    overflow: hidden;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: block;
    background: #ffffff;
    border-radius: 10px;
    text-decoration: none;
    height: 100%;
}.plan_display .access_cost:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px) scale(1.02);
}.plan_display .lesson_rates {
    flex-direction: column;
    display: flex;
    height: 100%;
}.plan_display .plan_deals {
    flex-direction: column;
    word-break: break-word;
    position: relative;
    flex-grow: 1;
    overflow-wrap: break-word;
    z-index: 1;
    padding: 2rem;
    display: flex;
}.plan_display .plan_deals::before {
    width: 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, transparent 0%, #ffffff 100%);
    height: 100%;
    top: 0;
}.plan_display .plan_deals h3 {
    font-size: calc(22px * 1.2);
    font-weight: 700;
    color: #000000;
    padding-bottom: 0.5rem;
    position: relative;
    margin-bottom: 1.5rem;
}.plan_display .plan_deals h3::after {
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    left: 0;
    background: rgb(122,170,149);
    bottom: 0;
    position: absolute;
    width: 40px;
}.plan_display .access_cost:hover .plan_deals h3::after {
    width: 80px;
}.plan_display .bundle_offer {
    position: relative;
    font-size: calc(22px * 1.5);
    display: inline-block;
    margin-bottom: 1.5rem;
    color: rgb(167,200,185);
    font-weight: 700;
}.plan_display .bundle_offer::before {
    width: 0;
    transition: width 0.3s ease;
    height: 2px;
    content: "";
    background: rgb(167,200,185);
    bottom: -5px;
    position: absolute;
    left: 0;
}.plan_display .access_cost:hover .bundle_offer::before {
    width: 100%;
}.plan_display .plan_deals p {
    color: #000000;
    margin-top: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    line-height: 1.6;
    font-size: 17px;
}.plan_display .img_wrapper {
    position: relative;
    height: 200px;
    transition: transform 0.5s ease;
    overflow: hidden;
}.plan_display .img_wrapper::after {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.4) 100%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.plan_display .access_cost:hover .img_wrapper {
    transform: scale(1.05);
}.plan_display .access_cost:nth-child(odd) .lesson_rates {
    flex-direction: column-reverse;
}.plan_display .access_cost:nth-child(3n+1) {
    border-top: 3px solid rgb(167,200,185);
}.plan_display .access_cost:nth-child(3n+2) {
    border-top: 3px solid rgb(122,170,149);
}.plan_display .access_cost:nth-child(3n+3) {
    border-top: 3px solid #000000;
}

@media (min-width: 768px) {.plan_display .value_pricing {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.plan_display .learning_plan {
    text-align: left;
    margin-bottom: 0;
    order: 2;
    flex: 0 0 30%;
}.plan_display .learning_plan h2 {
    text-align: left;
}.plan_display .learning_plan h2::after {
    transform: none;
    left: 0;
}.plan_display .price_view {
    margin: 0;
    text-align: left;
}.plan_display .learning_cost {
    flex: 0 0 65%;
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 992px) {.plan_display .learning_cost {
    grid-template-columns: repeat(2, 1fr);
}.plan_display .access_cost:nth-child(4n+1) {
    transform: translateY(20px);
}.plan_display .access_cost:nth-child(4n+3) {
    transform: translateY(-20px);
}.plan_display .access_cost:hover {
    transform: translateY(0) scale(1.02);
}
}

@media (max-width: 767px) {.plan_display {
    padding: 4rem 0;
}.plan_display .plan_deals {
    padding: 1.5rem;
}.plan_display .plan_deals h3 {
    font-size: 22px;
}.plan_display .bundle_offer {
    font-size: 22px;
}.plan_display .plan_deals p {
    font-size: calc(17px * 0.9);
    overflow-y: auto;
    max-height: 150px;
    line-height: 1.5;
}.plan_display .img_wrapper {
    height: 150px;
}
}

@media (max-width: 480px) {.plan_display .learning_cost {
    grid-template-columns: 1fr;
}.plan_display .learning_plan h2 {
    font-size: calc(33px * 0.8);
}.plan_display .price_view {
    font-size: calc(17px * 0.9);
}.plan_display .plan_deals p {
    max-height: 120px;
}}header {
    position: relative;
    z-index: 99;
    overflow: visible;
    width: 100%;
    background: rgb(211,228,220);
}header::before {
    left: 0;
    background: linear-gradient(90deg, rgb(167,200,185,0.5) 0%, transparent 50%, rgb(167,200,185,0.5) 100%);
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    width: 100%;
    opacity: 0.15;
    top: 0;
}header .head_class {
    grid-template-rows: auto auto;
    padding: 20px;
    display: grid;
    position: relative;
    gap: 15px;
    grid-template-columns: 1fr;
}header .head_class::after {
    position: absolute;
    left: 0;
    height: 1px;
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(167,200,185,0.5), transparent);
    width: 100%;
    content: "";
}header .head_class .main_mentor {
    justify-self: center;
    padding: 5px 20px 15px;
    position: relative;
    z-index: 10;
}header .head_class .main_mentor::before,
header .head_class .main_mentor::after {
    position: absolute;
    width: 90%;
    height: 90%;
    content: "";
    border-radius: 14px;
}header .head_class .main_mentor::before {
    left: -5px;
    transform-origin: top left;
    border-left: 2px solid rgb(167,200,185);
    border-top: 2px solid rgb(167,200,185);
    top: -5px;
    transform: scale(0);
    transition: transform 0.3s ease;
}header .head_class .main_mentor::after {
    right: -5px;
    transition: transform 0.3s ease;
    bottom: -5px;
    transform-origin: bottom right;
    border-bottom: 2px solid rgb(122,170,149);
    border-right: 2px solid rgb(122,170,149);
    transform: scale(0);
}header .head_class .main_mentor:hover::before,
header .head_class .main_mentor:hover::after {
    transform: scale(1);
}header .head_class .main_mentor .nav_lesson {
    display: block;
    transition: transform 0.3s ease;
}header .head_class .main_mentor .nav_lesson svg {
    height: 60px;
    width: auto;
}header .head_class .nav_mainbar {
    padding: 20px 0 10px;
    flex-wrap: wrap;
    display: flex;
    position: relative;
    justify-content: center;
    list-style: none;
    background: linear-gradient(180deg, transparent, rgb(122,170,149) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    margin: 0;
}header .head_class .nav_mainbar::before,
header .head_class .nav_mainbar::after {
    top: 15%;
    height: 70%;
    content: "";
    width: 2px;
    position: absolute;
    background: rgb(167,200,185,0.5);
}header .head_class .nav_mainbar::before {
    left: 0;
}header .head_class .nav_mainbar::after {
    right: 0;
}header .head_class .nav_mainbar .nav_begin {
    position: relative;
    padding: 0 15px;
    transition: transform 0.3s ease;
    margin: 0;
}header .head_class .nav_mainbar .nav_begin:not(:last-child)::after {
    background: rgb(122,170,149,0.5);
    width: 1px;
    content: "";
    height: 60%;
    right: 0;
    position: absolute;
    top: 20%;
}header .head_class .nav_mainbar .nav_begin:hover {
    transform: translateY(-3px);
}header .head_class .nav_mainbar .nav_begin a {
    font-size: 13px;
    display: block;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
    padding: 10px 5px;
    color: #000000;
    text-align: center;
    position: relative;
    font-family: Arial, sans-serif;
}header .head_class .nav_mainbar .nav_begin a:hover {
    color: rgb(167,200,185);
}header .head_class .nav_mainbar .nav_begin a::before {
    left: 0;
    transform: scaleX(0);
    height: 2px;
    bottom: 5px;
    content: "";
    background: rgb(122,170,149);
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
}header .head_class .nav_mainbar .nav_begin a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .head_class {
    grid-template-columns: 1fr;
    padding: 15px 30px;
    grid-template-rows: auto auto;
}header .head_class .nav_mainbar {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .head_class {
    padding: 15px;
    gap: 10px;
    grid-template-rows: auto auto;
}header .head_class .main_mentor {
    padding: 5px 10px;
}header .head_class .main_mentor .nav_lesson svg {
    height: 45px;
}header .head_class .nav_mainbar {
    padding: 15px 0 10px;
}header .head_class .nav_mainbar .nav_begin {
    padding: 0 10px;
}header .head_class .nav_mainbar .nav_begin a {
    font-size: calc(13px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .head_class .nav_mainbar {
    flex-wrap: wrap;
    justify-content: center;
}header .head_class .nav_mainbar .nav_begin {
    margin: 3px 0;
}header .head_class .nav_mainbar .nav_begin:not(:last-child)::after {
    display: none;
}}.course_summary {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: linear-gradient(135deg, rgb(211,228,220) 0%, #ffffff 100%);
}.course_summary::before {
    height: 80%;
    position: absolute;
    opacity: 0.7;
    transform: rotate(-15deg) skewX(15deg);
    filter: blur(30px);
    content: "";
    width: 40%;
    top: -10%;
    background: linear-gradient(145deg, rgb(167,200,185,0.5) 0%, transparent 80%);
    right: -5%;
    z-index: 0;
}.course_summary::after {
    content: "";
    background: linear-gradient(225deg, rgb(122,170,149,0.5) 0%, transparent 85%);
    opacity: 0.6;
    filter: blur(20px);
    transform: rotate(25deg) skewX(-15deg);
    position: absolute;
    z-index: 0;
    left: -5%;
    bottom: -5%;
    width: 30%;
    height: 60%;
}.course_summary .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 25px;
    position: relative;
    margin: 0 auto;
}.course_summary h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: calc(33px * 1.1);
    line-height: 1.3;
    transform: translateX(-5px);
    margin-bottom: 50px;
}.course_summary h2::before {
    bottom: -15px;
    width: 80px;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(167,200,185) 0%, rgb(122,170,149) 100%);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    content: "";
    height: 4px;
}.course_summary h2:hover::before {
    transform: scaleX(1.5);
}.course_summary .lesson_route {
    position: relative;
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}.course_summary .img_wrapper {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    border-radius: 28px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
    height: 300px;
}.course_summary .img_wrapper::before {
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        transparent 50%,
        rgba(var(--secondary-color-rgb), 0.2)
    );
    left: 0;
    height: 100%;
    z-index: 1;
}.course_summary .img_wrapper::after {
    left: -100%;
    z-index: 2;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 200%;
    animation: shine 6s infinite cubic-bezier(0.22, 1, 0.36, 1);
    top: -100%;
    content: "";
    width: 200%;
    position: absolute;
}.course_summary .text_field {
    position: relative;
    padding: 20px 0;
}.course_summary .description {
    color: #000000;
    position: relative;
    line-height: 1.7;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    font-size: 13px;
    padding-right: 15px;
    overflow-y: auto;
    margin-bottom: 20px;
    transform: translateY(0);
    max-height: 300px;
}.course_summary .description:first-of-type {
    position: relative;
}.course_summary .description:first-of-type::after {
    left: 0;
    bottom: 0;
    position: absolute;
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, rgb(122,170,149,0.5) 0%, transparent 100%);
    content: "";
}.course_summary .text_field::before {
    transform: scaleY(0.7);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    width: 4px;
    content: "";
    transform-origin: top center;
    left: -20px;
    top: 0;
    height: 70%;
    background: linear-gradient(to bottom, rgb(167,200,185), transparent);
}.course_summary .text_field:hover::before {
    transform: scaleY(1);
}.course_summary .description::-webkit-scrollbar {
    width: 4px;
}.course_summary .description::-webkit-scrollbar-track {
    background: #ffffff;
}.course_summary .description::-webkit-scrollbar-thumb {
    background: rgb(122,170,149,0.5);
    border-radius: 10px;
}

@keyframes shine {
    0% {
        transform: translate(-100%, -100%) rotate(45deg);
    }
    20% {
        transform: translate(100%, 100%) rotate(45deg);
    }
    100% {
        transform: translate(100%, 100%) rotate(45deg);
    }
}

@media (min-width: 768px) {.course_summary {
    padding: 150px 0;
}.course_summary h2 {
    font-size: calc(33px * 1.2);
    margin-left: 60px;
    max-width: 80%;
}.course_summary h2::before {
    width: 100px;
    bottom: 50%;
    left: -60px;
}.course_summary .lesson_route {
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    gap: 50px;
}.course_summary .img_wrapper {
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
    height: 450px;
}.course_summary .text_field {
    padding: 0 30px;
}.course_summary .description {
    max-height: 450px;
}
}

@media (min-width: 992px) {.course_summary .container {
    padding: 0 50px;
}.course_summary h2 {
    margin-bottom: 70px;
    font-size: calc(33px * 1.3);
    margin-left: 80px;
}.course_summary h2::before {
    height: 5px;
    width: 120px;
    left: -80px;
}.course_summary .img_wrapper {
    transform: perspective(1500px) rotateX(4deg) rotateY(-4deg);
    height: 500px;
}.course_summary .img_wrapper:hover {
    transform: perspective(1500px) rotateX(2deg) rotateY(-2deg) translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.2);
}.course_summary .text_field {
    padding: 0 50px 0 20px;
}.course_summary .description {
    font-size: calc(13px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_summary h2 {
    margin-left: 100px;
    font-size: calc(33px * 1.4);
}.course_summary h2::before {
    width: 150px;
    left: -100px;
}.course_summary .lesson_route {
    gap: 70px;
    grid-template-columns: 1fr 1.7fr;
}.course_summary .img_wrapper {
    height: 550px;
}.course_summary .description {
    max-height: 550px;
    margin-bottom: 25px;
}}.explore_now {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(120deg, rgb(122,170,149,0.5) 0%, #ffffff 100%);
}.explore_now::before {
    z-index: 1;
    transform: rotate(-15deg);
    background: rgb(167,200,185,0.5);
    right: -20%;
    height: 200%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    opacity: 0.1;
    width: 80%;
    content: '';
    top: -50%;
}.explore_now::after {
    height: 150%;
    content: '';
    left: -10%;
    transform: rotate(15deg);
    bottom: -30%;
    opacity: 0.1;
    position: absolute;
    background: rgb(122,170,149,0.5);
    width: 60%;
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    z-index: 1;
}.explore_now .study_tracks {
    align-items: center;
    flex-direction: column;
    display: flex;
    padding: 0;
    z-index: 10;
    position: relative;
}.explore_now .container p {
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    line-height: 1.4;
    max-width: 800px;
    z-index: 5;
    font-weight: 700;
    background: #ffffff;
    text-align: center;
    margin: 0 0 60px 0;
    color: #000000;
    font-size: 29px;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    padding: 40px 60px;
}.explore_now .contact_inquiry {
    border-radius: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 5;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(167,200,185), rgb(122,170,149));
    text-decoration: none;
    padding: 20px 50px;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.4s ease;
    overflow: hidden;
}.explore_now .contact_inquiry::before {
    left: 0;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: opacity 0.4s ease;
    background: linear-gradient(90deg, rgb(122,170,149), rgb(167,200,185));
    content: '';
    opacity: 0;
}.explore_now .contact_inquiry:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.explore_now .contact_inquiry:hover::before {
    opacity: 1;
}.explore_now .container p::before {
    position: absolute;
    content: '';
    z-index: -1;
    left: -20%;
    width: 140%;
    height: 120%;
    border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    animation: morph 8s ease-in-out infinite;
    top: -10%;
    background: #ffffff;
    opacity: 0.4;
}.explore_now .contact_inquiry::after {
    height: 100%;
    animation: shine 6s infinite;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-15deg);
    position: absolute;
    width: 30px;
    top: 0;
    left: -100px;
}

@keyframes morph {
    0%, 100% {
        border-radius: 60% 40% 40% 60% / 20% 40% 60% 80%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (max-width: 991px) {.explore_now {
    padding: 90px 0;
}.explore_now .container p {
    margin-bottom: 50px;
    font-size: calc(21px * 1.2);
    padding: 35px 50px;
}.explore_now .contact_inquiry {
    padding: 18px 40px;
}
}

@media (max-width: 767px) {.explore_now {
    padding: 70px 0;
}.explore_now .container p {
    font-size: 21px;
    margin-bottom: 40px;
    padding: 30px 40px;
    border-radius: 40% 60% 50% 50% / 40% 40% 60% 60%;
}.explore_now .contact_inquiry {
    padding: 15px 35px;
}.explore_now .container p::before {
    animation: none;
}
}

@media (max-width: 480px) {.explore_now {
    padding: 50px 0;
}.explore_now .container p {
    padding: 25px 30px;
    font-size: calc(15px * 1.2);
    margin-bottom: 30px;
    border-radius: 30px;
}.explore_now .contact_inquiry {
    font-size: calc(14px * 0.9);
    padding: 12px 30px;
}}.welcome_page {
    height: 100vh;
    flex-direction: column;
    position: relative;
    display: flex;
    justify-content: center;
    overflow: hidden;
}.welcome_page .edu_head {
    width: 100%;
    align-items: center;
    display: flex;
    position: relative;
    justify-content: center;
    height: 100%;
}.welcome_page .edu_head::before {
    top: 0;
    content: "";
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
}.welcome_page .edu_head::after {
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    background-image: 
    repeating-linear-gradient(
      45deg, 
      rgb(122,170,149,0.5) 0px, 
      rgb(122,170,149,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    ),
    repeating-linear-gradient(
      -45deg, 
      rgb(122,170,149,0.5) 0px, 
      rgb(122,170,149,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    );
    bottom: 0;
    content: "";
    opacity: 0.2;
}.welcome_page .skill_growth {
    padding: 3.5rem;
    width: 90%;
    z-index: 5;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
    135deg, 
    rgba(rgb(167,200,185), 0.05) 0%,
    rgba(rgb(122,170,149), 0.15) 100%
  );
    backdrop-filter: blur(8px);
    max-width: 1200px;
    border-left: 4px solid rgb(122,170,149);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05);
}.welcome_page .skill_growth:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.welcome_page .skill_growth > div {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s forwards;
}.welcome_page .skill_growth > div:nth-child(2) {
    animation-delay: 0.3s;
}.welcome_page .skill_growth > div:nth-child(3) {
    animation-delay: 0.6s;
}.welcome_page p {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 2.5rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
    position: relative;
}.welcome_page p::before {
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    background: rgb(122,170,149);
    width: 2rem;
    content: "";
    left: 0;
    height: 2px;
}.welcome_page h1.title_style_header {
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    color: #ffffff;
    background: linear-gradient(
    to right,
    #ffffff 0%,
    rgb(122,170,149) 100%
  );
    text-fill-color: transparent;
    background-clip: text !important;
    font-weight: 700;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text !important;
}.welcome_page h3 {
    max-width: 90%;
    color: rgba(255, 255, 255, 0.9);
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    font-weight: 400;
    padding-top: 1.5rem;
    line-height: 1.5;
    position: relative;
}.welcome_page h3::before {
    background: linear-gradient(
    to right,
    rgb(122,170,149) 0%,
    transparent 100%
  );
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100px;
    height: 3px;
}

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

@media (max-width: 992px) {.welcome_page .skill_growth {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.welcome_page h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.welcome_page .skill_growth {
    padding: 2rem;
    transform: none;
    width: 95%;
}.welcome_page .skill_growth:hover {
    transform: translateY(-5px);
}.welcome_page p {
    font-size: 0.9rem;
    padding-left: 2rem;
}.welcome_page h1.title_style_header {
    font-size: clamp(2rem, 6vw, 3rem);
}.welcome_page h3 {
    font-size: 1.1rem;
}
}

@media (max-width: 576px) {.welcome_page .skill_growth {
    padding: 1.5rem;
}.welcome_page p {
    padding-left: 1.5rem;
    font-size: 0.85rem;
}.welcome_page p::before {
    width: 1.2rem;
}.welcome_page h1.title_style_header {
    margin-bottom: 1rem;
}.welcome_page h3::before {
    width: 70px;
}}.secure_hideout {
    background-color: rgb(211,228,220);
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5);
    padding: 40px;
    line-height: 1.6;
}.secure_hideout h1 {
    margin-bottom: 20px;
    font-size: 47px;
    padding-bottom: 10px;
    color: rgb(167,200,185);
    border-bottom: 2px solid rgb(167,200,185);
    font-weight: 700;
}.secure_hideout h2 {
    color: rgb(122,170,149);
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}.secure_hideout h3,
.secure_hideout h4,
.secure_hideout h5,
.secure_hideout h6 {
    margin-bottom: 10px;
    margin-top: 25px;
    color: rgb(167,200,185);
    font-weight: 400;
}.secure_hideout h3 {
    font-size: calc(21px - 0.2rem);
}.secure_hideout h4 {
    font-size: 21px;
}.secure_hideout h5 {
    font-size: calc(21px - 0.2rem);
}.secure_hideout h6 {
    font-size: 17px;
}.secure_hideout ul {
    padding-left: 20px;
    list-style-type: disc;
    margin-top: 10px;
}.secure_hideout ol {
    list-style-type: decimal;
    padding-left: 20px;
    margin-top: 10px;
}.secure_hideout li {
    line-height: 1.5;
    margin-bottom: 10px;
}.secure_hideout div {
    margin-bottom: 20px;
}.secure_hideout p {
    font-size: 12px;
    margin-bottom: 20px;
}.secure_hideout span {
    font-weight: 600;
    color: rgb(167,200,185);
}
@media only screen and (max-width: 800px) {.secure_hideout {
    padding: 20px;
    border-radius: 10px;
}.secure_hideout h1 {
    font-size: calc(21px - 0.5rem);
}.secure_hideout h2 {
    font-size: calc(21px - 0.4rem);
}.secure_hideout p {
    font-size: calc(12px - 0.2rem);
}}
.secure_hideout::before {
    width: 50px;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: rgb(167,200,185);
    height: 5px;
    content: '';
}.secure_hideout ul li::marker,
.secure_hideout ol li::marker {
    color: rgb(122,170,149);
    font-weight: 700;
}.secure_hideout h2 {
    background: linear-gradient(to right, rgb(167,200,185), rgb(122,170,149));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}.secure_hideout section {
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-top: 20px;
    margin: 40px 0;
}.glossary {
    background: linear-gradient(45deg, #000000 0%, rgb(122,170,149,0.5) 100%);
    color: #ffffff;
    padding: 6rem 0 2rem;
    position: relative;
    font-family: Arial, sans-serif;
}.glossary::before {
    z-index: 1;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(167,200,185,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(122,170,149,0.5) 0%, transparent 30%);
    top: 0;
    content: '';
    left: 0;
    opacity: 0.15;
    width: 100%;
    height: 100%;
    position: absolute;
}.glossary::after {
    left: 0;
    content: '';
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    position: absolute;
    height: 100%;
    z-index: 2;
    width: 100%;
}.glossary .container {
    position: relative;
    z-index: 3;
}.glossary .module_end {
    flex-direction: column;
    position: relative;
    display: flex;
}.glossary .contact_card {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 1.25rem 2rem;
    position: relative;
    justify-content: space-between;
    background-color: #ffffff;
    transform: translateY(-3.5rem);
    border-radius: 21px;
    display: flex;
    z-index: 10;
    margin-bottom: 2rem;
}.glossary .contact_card::before {
    opacity: 0.08;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 20%, rgb(167,200,185,0.5) 140%);
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    border-radius: 21px;
}.glossary .info_item {
    max-width: 300px;
    flex: 1;
    position: relative;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    min-width: 200px;
}.glossary .info_item:not(:last-child)::after {
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(122,170,149,0.5), transparent);
    height: 70%;
    right: -0.75rem;
    transform: translateY(-50%);
    top: 50%;
    content: '';
    position: absolute;
}.glossary .info_item p,
.glossary .info_item a {
    font-size: 16px;
    color: #000000;
    align-items: center;
    padding: 0.5rem;
    transition: all 0.3s ease;
    text-decoration: none;
    gap: 0.875rem;
    border-radius: 10px;
    display: flex;
}.glossary .info_item:hover {
    transform: translateY(-5px);
}.glossary .info_item:hover p,
.glossary .info_item:hover a {
    color: rgb(167,200,185);
}.glossary .info_item svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
    fill: rgb(167,200,185);
}.glossary .info_item:hover svg {
    transform: scale(1.15);
}.glossary .text_main_holder {
    gap: 4rem;
    grid-template-columns: 1fr 1.5fr 1fr;
    display: grid;
    position: relative;
}.glossary .main_mentor {
    gap: 1.5rem;
    flex-direction: column;
    display: flex;
}.glossary .main_mentor svg {
    transition: filter 0.3s ease, transform 0.3s ease;
    filter: brightness(0) invert(1);
    max-width: 180px;
    height: auto;
}.glossary .main_mentor:hover svg {
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(167,200,185,0.5));
    transform: scale(1.03);
}.glossary .about_learn {
    opacity: 0.8;
    font-size: calc(13px + 1px);
    line-height: 1.6;
}.glossary .nav_mainbar {
    display: flex;
    position: relative;
    flex-direction: column;
}.glossary .nav_mainbar::before {
    background: linear-gradient(to bottom, transparent, rgb(122,170,149,0.5) 30%, rgb(122,170,149,0.5) 70%, transparent);
    position: absolute;
    left: -2rem;
    width: 1px;
    bottom: 0;
    content: '';
    top: 0;
}.glossary .nav_mainbar::after {
    content: '';
    right: -2rem;
    bottom: 0;
    position: absolute;
    top: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(122,170,149,0.5) 30%, rgb(122,170,149,0.5) 70%, transparent);
}.glossary .nav_mainbar h5 {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 1.75rem;
    position: relative;
    padding-bottom: 0.875rem;
}.glossary .nav_mainbar h5::after {
    background: linear-gradient(to right, rgb(167,200,185), transparent);
    content: '';
    left: 0;
    width: 60px;
    position: absolute;
    height: 2px;
    bottom: 0;
}.glossary .header_learn {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
    display: grid;
}.glossary .header_learn:first-child {
    margin-bottom: 2rem;
}.glossary .header_learn a {
    position: relative;
    opacity: 0.85;
    padding: 0.25rem 0;
    transition: all 0.3s ease;
    font-size: 16px;
    color: #ffffff;
    transform-origin: left;
    text-decoration: none;
}.glossary .header_learn a::before {
    content: '';
    width: 0;
    left: 0;
    height: 1px;
    background-color: rgb(167,200,185);
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
}.glossary .header_learn a:hover {
    transform: translateX(8px);
    opacity: 1;
    color: rgb(167,200,185);
}.glossary .header_learn a:hover::before {
    width: 20px;
}.glossary .subscribe_holder {
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    gap: 1.5rem;
    flex-direction: column;
    border-radius: 21px;
    padding: 2rem;
    display: flex;
    position: relative;
    overflow: hidden;
}.glossary .subscribe_holder::before {
    content: '';
    top: 0;
    opacity: 0.2;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(167,200,185,0.5), transparent 70%);
    width: 100%;
    z-index: -1;
    height: 100%;
    left: 0;
    position: absolute;
}.glossary .subscribe_holder::after {
    z-index: -1;
    bottom: 0;
    animation: pulseGlow 6s infinite alternate;
    content: '';
    height: 150px;
    position: absolute;
    background: radial-gradient(circle, rgb(167,200,185,0.5) 0%, transparent 70%);
    width: 150px;
    right: 0;
    opacity: 0.3;
}@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

.glossary .subscribe_holder h5 {
    margin-bottom: 0.5rem;
    font-weight: 600;
    position: relative;
    padding-bottom: 0.875rem;
    font-size: 22px;
}.glossary .subscribe_holder h5::after {
    height: 2px;
    content: '';
    background: rgb(167,200,185);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
}.glossary .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}.glossary .input_holder {
    margin-top: 0.5rem;
    gap: 1rem;
    flex-direction: column;
    position: relative;
    display: flex;
}.glossary .input_holder::before {
    border-radius: calc(10px + 10px);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: 
        radial-gradient(circle at bottom right, rgb(167,200,185,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(122,170,149,0.5) 0%, transparent 70%);
    opacity: 0.1;
    left: -10px;
    top: -10px;
    position: absolute;
    content: '';
    z-index: -1;
    animation: subtleRotate 15s linear infinite;
}@keyframes subtleRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.glossary .input_holder input[type="email"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.1);
}.glossary .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 0 0 3px rgb(167,200,185,0.5);
    outline: none;
    border-color: rgb(167,200,185,0.5);
}.glossary .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.glossary .subscribe_asset {
    font-size: 18px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    padding: 1.125rem 1.5rem;
    color: #ffffff;
    background-color: rgb(167,200,185);
    z-index: 1;
}.glossary .subscribe_asset::before {
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: left 0.7s ease;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    position: absolute;
}.glossary .subscribe_asset::after {
    opacity: 0;
    width: 100%;
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
    top: 0;
    background: rgb(122,170,149);
    left: 0;
    height: 100%;
    z-index: -2;
}.glossary .subscribe_asset:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}.glossary .subscribe_asset:hover::before {
    left: 100%;
}.glossary .subscribe_asset:hover::after {
    opacity: 1;
}.glossary .law_res {
    text-align: center;
    position: relative;
    margin-top: 4rem;
    padding-top: 2rem;
}.glossary .law_res::before {
    background: linear-gradient(to right, transparent, rgb(122,170,149,0.5), transparent);
    left: 20%;
    width: 60%;
    height: 1px;
    top: 0;
    position: absolute;
    content: '';
}.glossary .contact_edu {
    font-size: 13px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.glossary .text_main_holder {
    gap: 3rem;
    grid-template-columns: 1fr 1.5fr;
}.glossary .subscribe_holder {
    margin-top: 2rem;
    grid-column: 1 / -1;
}.glossary .nav_mainbar::after {
    display: none;
}
}

@media (max-width: 991px) {.glossary {
    padding: 5rem 0 2rem;
}.glossary .contact_card {
    flex-wrap: wrap;
    justify-content: center;
}.glossary .info_item {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    max-width: none;
}.glossary .info_item:not(:last-child)::after {
    display: none;
}.glossary .text_main_holder {
    grid-template-columns: 1fr;
    gap: 3rem;
}.glossary .nav_mainbar::before, 
    .glossary .nav_mainbar::after {
    display: none;
}.glossary .main_mentor {
    text-align: center;
    align-items: center;
}.glossary .nav_mainbar h5, 
    .glossary .subscribe_holder h5 {
    text-align: center;
}.glossary .nav_mainbar h5::after, 
    .glossary .subscribe_holder h5::after {
    transform: translateX(-50%);
    left: 50%;
}.glossary .header_learn {
    grid-template-columns: repeat(3, 1fr);
}.glossary .input_holder {
    max-width: 400px;
    margin: 0 auto;
}
}

@media (max-width: 768px) {.glossary {
    padding: 4rem 0 2rem;
}.glossary .contact_card {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.glossary .info_item {
    max-width: none;
    width: 100%;
}.glossary .header_learn {
    grid-template-columns: repeat(2, 1fr);
}.glossary .law_res {
    margin-top: 3rem;
}
}

@media (max-width: 576px) {.glossary {
    padding: 3rem 0 1.5rem;
}.glossary .contact_card {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.glossary .info_item p,
    .glossary .info_item a {
    font-size: calc(16px - 1px);
}.glossary .header_learn {
    text-align: center;
    grid-template-columns: 1fr;
}.glossary .header_learn a:hover {
    transform: none;
}.glossary .header_learn a::before {
    transform: translateX(-50%);
    left: 50%;
}.glossary .header_learn a:hover::before {
    width: 30px;
}.glossary .input_holder {
    width: 100%;
}}.course_suitability {
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(120deg, rgb(211,228,220) 0%, rgb(167,200,185,0.5) 100%);
}.course_suitability::before {
    animation: rotateRings 60s linear infinite;
    z-index: 1;
    position: absolute;
    left: 50%;
    height: 150%;
    background: radial-gradient(
        ellipse at center,
        transparent 0%,
        transparent 30%,
        rgba(rgb(122,170,149,0.5), 0.1) 31%,
        rgba(rgb(122,170,149,0.5), 0.1) 32%,
        transparent 33%,
        transparent 40%,
        rgba(rgb(122,170,149,0.5), 0.05) 41%,
        rgba(rgb(122,170,149,0.5), 0.05) 42%,
        transparent 43%,
        transparent 50%,
        rgba(rgb(167,200,185,0.5), 0.07) 51%,
        rgba(rgb(167,200,185,0.5), 0.07) 52%,
        transparent 53%,
        transparent 70%,
        rgba(rgb(167,200,185,0.5), 0.05) 71%,
        rgba(rgb(167,200,185,0.5), 0.05) 72%,
        transparent 73%
    );
    pointer-events: none;
    width: 150%;
    transform: translate(-50%, -50%);
    top: 50%;
    content: '';
}.course_suitability::after {
    top: 0;
    height: 100%;
    background: radial-gradient(
        circle at 70% 80%,
        rgb(167,200,185,0.5) 0%,
        transparent 50%
    );
    position: absolute;
    left: 0;
    content: '';
    z-index: 1;
    width: 100%;
    opacity: 0.3;
}.course_suitability .study_tracks {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.course_suitability h3 {
    color: #ffffff;
    margin-bottom: 3.5rem;
    font-weight: 700;
    position: relative;
    font-size: 37px;
    text-align: center;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}.course_suitability h3::after {
    height: 3px;
    content: '';
    width: 120px;
    box-shadow: 0 0 15px rgb(167,200,185);
    border-radius: 50px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
    background: rgb(167,200,185);
}.course_suitability ul {
    list-style-type: none;
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    display: grid;
    margin: 0;
}.course_suitability li {
    border-radius: 50px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    overflow: hidden;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    padding: 1.8rem 2rem;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.12);
}.course_suitability li::before {
    pointer-events: none;
    top: 0;
    width: 100%;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 100%
    );
}.course_suitability li::after {
    pointer-events: none;
    position: absolute;
    transform: scale(0.5);
    left: -50%;
    opacity: 0;
    top: -50%;
    height: 200%;
    transition: all 0.5s ease;
    width: 200%;
    content: '';
    background: radial-gradient(
        circle at center,
        rgba(rgb(122,170,149,0.5), 0.3) 0%,
        transparent 70%
    );
}.course_suitability li:hover {
    transform: translateY(-5px);
    border-color: rgb(167,200,185,0.5);
    background-color: rgba(255, 255, 255, 0.18);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 0 20px rgb(167,200,185,0.5);
}.course_suitability li:hover::after {
    transform: scale(1);
    opacity: 0.5;
}.course_suitability li svg {
    transition: all 0.4s ease;
    transform-origin: center;
    fill: rgb(122,170,149);
    filter: drop-shadow(0 0 5px rgb(122,170,149,0.5));
    flex-shrink: 0;
    margin-right: 1.5rem;
    height: 40px;
    width: 40px;
}.course_suitability li:hover svg {
    filter: drop-shadow(0 0 8px rgb(167,200,185));
    transform: rotate(15deg);
    fill: rgb(167,200,185);
}.course_suitability li svg path {
    transition: all 0.4s ease;
}.course_suitability li:hover svg path {
    fill: rgb(167,200,185);
}.course_suitability li {
    color: #ffffff;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.3px;
}

@keyframes rotateRings {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.course_suitability {
    padding: 4rem 0;
}.course_suitability ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_suitability h3 {
    font-size: calc(37px * 0.9);
}.course_suitability li {
    padding: 1.5rem 1.8rem;
}
}

@media (max-width: 767px) {.course_suitability {
    padding: 3rem 0;
}.course_suitability h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.8);
}.course_suitability h3::after {
    width: 100px;
}.course_suitability li {
    border-radius: 25px;
    padding: 1.2rem 1.5rem;
}.course_suitability li svg {
    height: 35px;
    margin-right: 1rem;
    width: 35px;
}}.company_overview {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.company_overview::before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.85;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(167,200,185,0.5), rgb(122,170,149,0.5));
    content: "";
}.company_overview::after {
    animation: float 15s ease-in-out infinite;
    height: 250px;
    transform: rotate(15deg);
    width: 250px;
    border: 25px solid rgb(122,170,149,0.5);
    position: absolute;
    content: "";
    bottom: -50px;
    right: -50px;
    z-index: 0;
}.company_overview h4 {
    transform: translateY(20px);
    color: #ffffff;
    opacity: 0;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    letter-spacing: 3px;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    z-index: 2;
    position: relative;
    font-size: 22px;
}.company_overview .container {
    max-width: 1200px;
    transform-style: preserve-3d;
    margin: 0 auto;
    padding: 0 20px;
    perspective: 1000px;
    position: relative;
    z-index: 2;
}.company_overview .text_field {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.9));
    padding: 50px 60px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transform: translateY(20px) rotateX(2deg);
    animation: fadeSlideUpRotate 1.2s ease-out 0.5s forwards;
    position: relative;
    overflow: hidden;
    opacity: 0;
}.company_overview .text_field::before {
    left: 0;
    content: "";
    width: 5px;
    background: linear-gradient(to bottom, rgb(167,200,185), rgb(122,170,149));
    height: 100%;
    position: absolute;
    top: 0;
}.company_overview .text_field h6 {
    transform: translateX(-10px);
    opacity: 0;
    font-weight: 700;
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    animation: fadeSlideRight 0.8s ease-out 0.8s forwards;
    padding-bottom: 15px;
    font-size: calc(21px * 1.5);
}.company_overview .text_field h6::after {
    transform: scaleX(0);
    left: 0;
    animation: lineGrow 1s ease-out 1.2s forwards;
    background: rgb(122,170,149);
    transform-origin: left;
    position: absolute;
    width: 80px;
    content: "";
    bottom: 0;
    height: 3px;
}.company_overview .text_field div {
    position: relative;
}.company_overview .text_field span {
    transform: translateY(20px);
    line-height: 1.8;
    column-count: 1;
    opacity: 0;
    animation: fadeSlideUp 1s ease-out 1s forwards;
    color: #000000;
    display: block;
    font-size: 18px;
}

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

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

@keyframes fadeSlideUpRotate {
    from {
        opacity: 0;
        transform: translateY(20px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0deg);
    }
}

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

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

@media (min-width: 768px) {.company_overview {
    padding: 160px 0 140px;
}.company_overview h4 {
    margin-bottom: 60px;
}.company_overview .text_field {
    padding: 60px 80px;
}.company_overview .text_field span {
    column-gap: 40px;
    column-count: 2;
}
}

@media (min-width: 992px) {.company_overview {
    padding: 180px 0 160px;
}.company_overview::after {
    height: 350px;
    width: 350px;
}.company_overview .text_field {
    padding: 70px 90px;
    transform: translateY(20px) rotateX(3deg);
    width: 90%;
    margin: 0 auto;
}.company_overview .text_field h6 {
    font-size: calc(21px * 1.8);
}.company_overview .text_field span {
    column-count: 2;
}
}

@media (min-width: 1200px) {.company_overview .text_field {
    width: 80%;
}.company_overview .text_field::before {
    width: 8px;
}.company_overview .text_field h6::after {
    width: 120px;
}
}

@media (max-width: 767px) {.company_overview {
    padding: 80px 0 60px;
}.company_overview h4 {
    margin-bottom: 30px;
    font-size: calc(22px * 0.9);
}.company_overview .text_field {
    padding: 30px 25px;
}.company_overview .text_field h6 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.2);
}.company_overview .text_field span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}
}

@media (hover: hover) {.company_overview .text_field:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(-5px) scale(1.01);
}.company_overview .text_field:hover h6 {
    color: rgb(167,200,185);
    transition: color 0.3s ease;
}.company_overview .text_field:hover h6::after {
    background: rgb(167,200,185);
    transition: background 0.3s ease;
}}.contact {
    padding: 100px 0;
    position: relative;
}.contact::before {
    top: 0;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(167,200,185,0.5) 0%, rgb(122,170,149,0.5) 100%);
    left: 0;
}.contact .container {
    padding: 0 15px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}.contact .reach_list {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}.contact .query_request {
    display: grid;
    padding: 40px;
    border-radius: 13px;
    background: #ffffff;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    grid-gap: 20px;
}.contact .query_request h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    grid-column: 1 / -1;
    color: #000000;
}.contact .query_request h3::after {
    transform: translateX(-50%);
    background: rgb(167,200,185);
    left: 50%;
    border-radius: 2px;
    height: 4px;
    content: '';
    bottom: -15px;
    position: absolute;
    width: 80px;
}.contact .query_request div {
    transition: all 0.3s ease;
    border-radius: 10px;
    flex-direction: column;
    background: rgb(211,228,220);
    display: flex;
    text-align: center;
    padding: 30px 20px;
    align-items: center;
}.contact .query_request div:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.contact .query_request svg {
    width: 40px;
    margin-bottom: 15px;
    height: 40px;
}.contact .query_request svg path {
    fill: rgb(167,200,185);
}.contact .query_request span {
    color: #000000;
    font-size: 12px;
}.contact .query_request a {
    text-decoration: none;
    color: rgb(167,200,185);
    font-weight: 600;
    transition: color 0.3s ease;
}.contact .query_request a:hover {
    color: rgb(122,170,149);
}.contact .connect_box {
    background: #ffffff;
    padding: 40px;
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.contact form h3 {
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}.contact form h3::after {
    left: 50%;
    border-radius: 2px;
    width: 80px;
    content: '';
    transform: translateX(-50%);
    position: absolute;
    height: 4px;
    bottom: -15px;
    background: rgb(167,200,185);
}.contact form {
    display: grid;
    grid-gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.contact form h3 {
    grid-column: 1 / -1;
}.contact form input[type="text"],
.contact form input[type="email"] {
    background: #ffffff;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
}.contact form input[type="text"]:focus,
.contact form input[type="email"]:focus {
    border-color: rgb(167,200,185);
    outline: none;
    box-shadow: 0 0 0 3px rgb(167,200,185,0.5);
}.contact form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact .help_support {
    margin: 10px 0;
    display: flex;
    grid-column: 1 / -1;
    align-items: flex-start;
}.contact .help_support input[type="checkbox"] {
    -webkit-appearance: none;
    border-radius: 10px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    width: 22px;
    height: 22px;
    transition: all 0.3s ease;
    margin-right: 15px;
    position: relative;
    appearance: none;
    flex-shrink: 0;
    cursor: pointer;
}.contact .help_support input[type="checkbox"]:checked {
    background-color: rgb(167,200,185);
    border-color: rgb(167,200,185);
}.contact .help_support input[type="checkbox"]:checked::before {
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    position: absolute;
    border-width: 0 2px 2px 0;
    top: 4px;
    height: 10px;
    content: "";
    left: 7px;
}.contact .help_support label {
    line-height: 1.5;
    font-size: 13px;
    color: #000000;
}.contact .help_support a {
    transition: color 0.3s ease;
    color: rgb(167,200,185);
    text-decoration: none;
    font-weight: 600;
}.contact .help_support a:hover {
    color: rgb(122,170,149);
}.contact .contact_inquiry {
    color: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    background: rgb(167,200,185);
    padding: 18px 20px;
    font-weight: 600;
    border: none;
    font-size: 19px;
    grid-column: 1 / -1;
    overflow: hidden;
}.contact .contact_inquiry:hover {
    transform: translateY(-3px);
    background: rgb(122,170,149);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.contact {
    padding: 80px 0;
}.contact .query_request {
    padding: 35px;
}.contact .connect_box {
    padding: 35px;
}
}

@media (max-width: 768px) {.contact {
    padding: 60px 0;
}.contact .query_request {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
}.contact .connect_box {
    padding: 30px;
}.contact form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}.contact .query_request h3,
    .contact form h3 {
    font-size: calc(30px * 0.85);
    margin-bottom: 30px;
}
}

@media (max-width: 576px) {.contact {
    padding: 50px 0;
}.contact .query_request {
    padding: 25px;
    grid-template-columns: 1fr;
}.contact .connect_box {
    padding: 25px;
}.contact .query_request h3,
    .contact form h3 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.8);
}.contact .query_request div {
    padding: 25px 15px;
}
}