* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
* {
  scrollbar-width: none;
  scrollbar-color: rgb(255, 255, 255, 0.5) rgb(236, 227, 207);
}
.nav_guide_ex {
  flex: 1 0 auto;
}
.patent_info_ex {
  flex: 0 0 auto;
}
.patent_info_ex {
  padding: 4rem 0 2rem;
  position: relative;
  color: #ffffff;
}
header,
footer {
  width: 100%;
}
header {
  background: linear-gradient(
    to right,
    rgb(196, 166, 120) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  overflow: visible;
  position: relative;
  z-index: 99;
  width: 100%;
}
.gratZone_ex::before {
  left: 0;
  opacity: 0.15;
  height: 100%;
  width: 100%;
  top: 0;
  background:
    radial-gradient(
      circle at 20% 30%,
      rgb(219, 199, 166, 0.5) 0%,
      transparent 60%
    ),
    radial-gradient(
      circle at 80% 70%,
      rgb(196, 166, 120, 0.5) 0%,
      transparent 60%
    );
  content: "";
  z-index: 0;
  position: absolute;
  animation: backgroundPulse 15s infinite alternate ease-in-out;
  pointer-events: none;
}
.gratZone_ex .container {
  transform-style: preserve-3d;
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1200px;
  position: relative;
  z-index: 2;
}
.gratZone_ex h2::after {
  animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
  width: 80px;
  transform-origin: left;
  height: 3px;
  position: absolute;
  content: "";
  background: rgb(219, 199, 166);
  left: 0;
  bottom: -15px;
  transform: scaleX(0);
}
.gratZone_ex .training_pro_ex::before {
  height: 0;
  background: linear-gradient(
    to bottom,
    rgb(219, 199, 166),
    rgb(196, 166, 120)
  );
  position: absolute;
  content: "";
  left: 0;
  animation: heightGrow 1.2s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
  width: 6px;
  top: 0;
}
.gratZone_ex ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gratZone_ex li {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.gratZone_ex li span {
  display: block;
  transform: translateX(0);
  font-size: 14px;
  line-height: 1.8;
  color: #000000;
  font-family: Arial, sans-serif;
  position: relative;
  opacity: 0;
  animation: textFadeIn 0.8s 1s forwards ease-out;
}
.subscribe_to_newsletter_ex {
  z-index: 1;
  overflow: hidden;
  position: relative;
  background: linear-gradient(
    135deg,
    rgb(219, 199, 166),
    rgb(196, 166, 120) 70%
  );
  padding: 4rem 2rem;
}
.subscribe_to_newsletter_ex::after {
  z-index: -1;
  bottom: 0;
  transform: translateZ(0);
  left: 0;
  width: 100%;
  position: absolute;
  height: 50%;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), transparent);
}
.subscribe_to_newsletter_ex .container {
  position: relative;
  max-width: 1200px;
  z-index: 2;
  margin: 0 auto;
}
.subscribe_to_newsletter_ex .training_pro_ex > div {
  position: relative;
  padding: 0.5rem;
  width: 100%;
  transform: translateZ(20px);
}
.subscribe_to_newsletter_ex .training_pro_ex > div {
  text-align: center;
}
.subscribe_to_newsletter_ex h4 {
  font-weight: 600;
  transition: transform 0.5s ease-out;
  line-height: 1.4;
  font-family: Arial, sans-serif;
  font-size: calc(19px * 1.1);
  position: relative;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0;
  transform: translateZ(10px);
}
.subscribe_to_newsletter_ex h4 {
  margin-bottom: 1.5rem;
}
.subscribe_to_newsletter_ex .input_holder {
  display: flex;
  position: relative;
  gap: 1rem;
  width: 100%;
  transform: translateZ(30px);
  flex-wrap: wrap;
}
.subscribe_to_newsletter_ex .input_holder::before {
  position: absolute;
  transform: scaleX(0.7);
  width: 100%;
  left: 0;
  animation: lineExpand 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
  height: 1px;
  content: "";
  top: -1rem;
  background: linear-gradient(
    to right,
    transparent,
    rgba(255, 255, 255, 0.3),
    transparent
  );
}
.subscribe_to_newsletter_ex .input_holder span:last-child {
  animation-delay: 0.8s;
  flex: 0 0 auto;
}
.subscribe_to_newsletter_ex .input_holder span:last-child {
  margin-top: 0.5rem;
}
.subscribe_to_newsletter_ex input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease;
}
.subscribe_to_newsletter_ex input[type="email"]:focus {
  background: rgba(255, 255, 255, 0.25);
  outline: none;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #ffffff;
  transform: translateY(-2px);
}
.subscribe_to_newsletter_ex .news_signup_form_ex::before {
  left: 0;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 0.4s ease;
  content: "";
  z-index: -1;
  top: 0;
  background: linear-gradient(135deg, rgb(196, 166, 120), rgb(219, 199, 166));
  height: 100%;
}
.subscribe_to_newsletter_ex .news_signup_form_ex:hover {
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow:
    0 8px 25px rgba(0, 0, 0, 0.2),
    0 2px 5px rgba(0, 0, 0, 0.1);
}
.subscribe_to_newsletter_ex .news_signup_form_ex:active {
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
header .head_lead_ex {
  padding: 15px;
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
header .head_lead_ex::after {
  background: linear-gradient(
    90deg,
    transparent,
    rgb(219, 199, 166),
    rgb(196, 166, 120),
    rgb(219, 199, 166),
    transparent
  );
  bottom: 0;
  width: 90%;
  position: absolute;
  left: 5%;
  height: 1px;
  content: "";
  box-shadow:
    0 0 10px rgb(196, 166, 120),
    0 0 20px rgb(196, 166, 120, 0.5);
}
header .head_lead_ex .top_lesson_ex:hover::before {
  opacity: 1;
}
header .head_lead_ex .top_lesson_ex .head_mainbar_ex {
  transition: transform 0.3s ease;
  display: block;
}
header .head_lead_ex .top_lesson_ex .head_mainbar_ex svg {
  height: 45px;
  width: auto;
  filter: drop-shadow(0 0 5px rgb(196, 166, 120, 0.5));
}
header .head_lead_ex .header_bar_ex::before {
  opacity: 0.2;
  background: radial-gradient(
    ellipse at center,
    rgb(196, 166, 120, 0.5) 0%,
    transparent 70%
  );
  width: 100%;
  border-radius: 10px;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
header .head_lead_ex .header_bar_ex .head_bar_ex:hover::after {
  width: 80%;
  left: 10%;
}
header .head_lead_ex .header_bar_ex .head_bar_ex a {
  padding: 10px 15px;
  transition:
    color 0.3s ease,
    text-shadow 0.3s ease;
  font-size: 14px;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  display: block;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
.title_intro_ex .fast_school_ex {
  position: relative;
  height: 100vh;
  width: 100%;
  background-position: center center !important;
  align-items: center;
  display: flex;
  justify-content: center;
}
.title_intro_ex .academy_cult_ex {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  background: rgba(255, 255, 255, 0.1);
  z-index: 2;
  display: grid;
  width: 90%;
  grid-template-columns: 1fr;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.2);
  gap: calc(16px * 1.618);
  border-left: 4px solid rgb(219, 199, 166);
  padding: 4rem 3rem;
  transform: perspective(1000px) rotateY(2deg);
  max-width: 1200px;
  position: relative;
}
.title_intro_ex .academy_cult_ex > div:nth-child(2) {
  animation: slideInUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  transform: translateY(30px);
  animation-delay: 0.4s;
  opacity: 0;
}
.title_intro_ex p {
  letter-spacing: 0.5px;
  font-size: calc(16px * 1.1);
  border-left: 3px solid rgb(196, 166, 120);
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding-left: 1.5rem;
  margin: 0;
}
.title_intro_ex .title_style_header::after {
  content: "";
  animation-delay: 1s;
  transform-origin: left;
  background: rgb(219, 199, 166);
  left: 0;
  transform: scaleX(0);
  height: 4px;
  bottom: -10px;
  border-radius: 2px;
  position: absolute;
  animation: scaleIn 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  width: 80px;
}
.client_opinions_ex {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: linear-gradient(
    180deg,
    rgb(236, 227, 207) 0%,
    rgb(219, 199, 166, 0.5) 100%
  );
}
.client_opinions_ex::after {
  left: 0;
  background: linear-gradient(
    to left,
    rgb(219, 199, 166, 0.5),
    transparent,
    rgb(219, 199, 166, 0.5)
  );
  content: "";
  height: 150px;
  right: 0;
  position: absolute;
  bottom: 0;
  transform: skewY(3deg) translateY(50px);
  z-index: 0;
  opacity: 0.3;
}
.client_opinions_ex h2 {
  color: #000000;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 70px;
  font-size: 32px;
  position: relative;
  transform: perspective(500px) rotateX(5deg);
  text-align: center;
}
.client_opinions_ex .testimonials_pro_ex {
  max-width: 800px;
  align-items: center;
  perspective: 1000px;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  gap: 70px;
  margin: 0 auto;
}
.client_opinions_ex .student_voices_ex:nth-child(odd) {
  transform: translateX(-30px) rotateZ(-1deg);
  align-self: flex-start;
}
.client_opinions_ex .student_voices_ex:nth-child(even) {
  align-self: flex-end;
  transform: translateX(30px) rotateZ(1deg);
}
.client_opinions_ex .student_voices_ex::before {
  position: absolute;
  top: -15px;
  background: #ffffff;
  z-index: -1;
  left: 30px;
  width: 30px;
  transform: rotate(45deg);
  content: "";
  height: 30px;
  box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
}
.client_opinions_ex .student_voices_ex:nth-child(even) img {
  right: 20px;
  left: auto;
}
.client_opinions_ex .student_voices_ex:hover img {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
  transform: scale(1.1) translateY(-5px);
}
.client_opinions_ex .student_voices_ex p:first-of-type {
  font-weight: 600;
  margin-left: 100px;
  margin-top: 40px;
  color: #000000;
  position: relative;
  font-size: 18px;
}
.client_opinions_ex .student_voices_ex:nth-child(even) .description {
  background: linear-gradient(to left, rgb(236, 227, 207), transparent);
}
.client_opinions_ex .student_voices_ex .description::before {
  left: 0;
  position: absolute;
  font-weight: 700;
  color: rgb(219, 199, 166, 0.5);
  font-size: 60px;
  content: "";
  line-height: 1;
  top: -20px;
}
.client_opinions_ex .student_voices_ex:nth-child(3n + 2) {
  animation: float 7s ease-in-out infinite;
  animation-delay: 1s;
}
.who_we_are_ex {
  padding: 5rem 0;
  overflow: hidden;
  position: relative;
}
.who_we_are_ex::before {
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
  content: "";
  position: absolute;
  background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.5),
    rgb(219, 199, 166, 0.5) 70%
  );
  z-index: 1;
}
.who_we_are_ex h4 {
  z-index: 2;
  animation: slideIn 0.8s forwards 0.2s ease-out;
  font-weight: 700;
  color: #ffffff;
  opacity: 0;
  margin-bottom: 2rem;
  transform: translateX(20px);
  font-size: 28px;
  padding-left: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
}
.who_we_are_ex .content_wrap_ex {
  animation: fadeUp 1s forwards 0.4s ease-out;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transform: translateY(20px);
  padding: 3rem;
  clip-path: polygon(0 0, 100% 0, 100% 96%, 96% 100%, 0 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}
.who_we_are_ex .content_wrap_ex div {
  position: relative;
}
.who_we_are_ex .content_wrap_ex span {
  column-gap: 2rem;
  line-height: 1.8;
  display: block;
  color: #000000;
  position: relative;
  font-size: 15px;
  column-count: 1;
  z-index: 2;
}
.teacher_profile_ex {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: rgb(236, 227, 207);
}
.teacher_profile_ex::before {
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0.3;
  width: 100%;
  animation: gradientSlide 30s linear infinite;
  background-size: 150px 100%;
  background: linear-gradient(
    90deg,
    transparent 9%,
    rgb(219, 199, 166, 0.5) 10%,
    transparent 11%
  );
  height: 100%;
  content: "";
}
.teacher_profile_ex .student_voices_ex:hover {
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}
.teacher_profile_ex .student_voices_ex:hover .img_text_overlay_ex {
  transform: rotate(-5deg);
}
.teacher_profile_ex .name {
  letter-spacing: -0.5px;
  font-weight: 700;
  font-size: calc(20px * 1.2);
  transform: translateX(0);
  transition: transform 0.5s ease;
  color: #000000;
  margin-top: 40px;
  margin-left: 0;
}
.teacher_profile_ex .student_voices_ex span:not(.name) {
  font-weight: 300;
  margin-top: 5px;
  letter-spacing: 1px;
  transition: transform 0.5s ease;
  text-transform: uppercase;
  font-size: 15px;
  transform: translateX(0);
  color: #000000;
}
.teacher_profile_ex .emp_details_ex::before {
  top: 15px;
  height: 2px;
  transform: scaleX(0);
  width: 30px;
  position: absolute;
  background: rgb(219, 199, 166);
  content: "";
  transition: transform 0.5s ease;
  left: -40px;
  transform-origin: right;
}
.contact_box_ex {
  overflow: hidden;
  background: rgb(236, 227, 207);
  padding: 120px 0;
  position: relative;
}
.contact_box_ex::after {
  width: 300px;
  animation: float 10s ease-in-out infinite;
  right: 0;
  background: radial-gradient(circle, rgb(196, 166, 120) 0%, transparent 70%);
  height: 300px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  content: "";
  filter: blur(60px);
  opacity: 0.2;
}
.contact_box_ex .img_text_overlay_ex::after {
  position: absolute;
  top: 0;
  content: "";
  background: linear-gradient(
    to bottom,
    rgb(196, 166, 120, 0.5) 0%,
    transparent 100%
  );
  width: 100%;
  height: 100%;
  left: 0;
}
.contact_box_ex h3 {
  margin-bottom: 50px;
  color: #000000;
  font-size: 28px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
  position: relative;
}
.contact_box_ex h3::after {
  bottom: -20px;
  left: 50%;
  content: "";
  position: absolute;
  height: 1px;
  transform: translateX(-50%);
  width: 100px;
  background: linear-gradient(
    to right,
    transparent,
    rgb(219, 199, 166),
    transparent
  );
}
.query_card_ex::before {
  opacity: 0.2;
  width: 200%;
  z-index: 0;
  left: -50%;
  top: -50%;
  position: absolute;
  animation: rotate 60s linear infinite;
  background: radial-gradient(
    circle at center,
    rgb(196, 166, 120, 0.5) 0%,
    transparent 50%
  );
  content: "";
  height: 200%;
}
.query_card_ex .inquiry_list_ex h3 {
  font-size: 23px;
  color: #000000;
  font-weight: 600;
  text-align: left;
  margin-bottom: 35px;
  letter-spacing: 0.5px;
}
.query_card_ex .inquiry_list_ex h3::after {
  background: rgb(219, 199, 166);
  width: 60px;
  bottom: -15px;
  left: 0;
  transform: none;
  height: 2px;
}
.query_card_ex .inquiry_list_ex input[type="text"]:focus,
.query_card_ex .inquiry_list_ex textarea:focus {
  outline: none;
  box-shadow:
    0 0 0 2px rgb(219, 199, 166, 0.5),
    inset 0 1px 3px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.query_card_ex .inquiry_list_ex textarea {
  resize: vertical;
  min-height: 150px;
}
.query_card_ex .inquiry_list_ex .connect_message_ex {
  margin-bottom: 30px;
  align-items: flex-start;
  position: relative;
  display: flex;
}
.query_card_ex .inquiry_list_ex .connect_message_ex label {
  color: #000000;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  font-size: calc(17px - 2px);
  padding-left: 30px;
}
.query_card_ex
  .inquiry_list_ex
  .connect_message_ex
  input[type="checkbox"]:checked
  + label::before {
  background: rgb(219, 199, 166);
}
.query_card_ex .inquiry_list_ex .connect_message_ex a {
  font-weight: 600;
  position: relative;
  color: rgb(219, 199, 166);
  transition: all 0.3s ease;
  text-decoration: none;
}
.query_card_ex .inquiry_list_ex .connect_message_ex a::after {
  height: 1px;
  bottom: -2px;
  position: absolute;
  width: 0;
  background-color: rgb(219, 199, 166);
  left: 0;
  content: "";
  transition: width 0.3s ease;
}
.query_card_ex .inquiry_list_ex .inquiry_message_ex::before {
  z-index: -1;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: absolute;
  height: 100%;
  top: 0;
  content: "";
  background: rgb(219, 199, 166);
  width: 0;
  left: 0;
}
.query_card_ex .inquiry_list_ex .inquiry_message_ex:hover {
  color: #ffffff;
}
.query_card_ex .inquiry_list_ex .inquiry_message_ex:hover::before {
  width: 100%;
}
.query_card_ex .reach_feedback_ex::before {
  left: 0;
  content: "";
  top: 0;
  background: linear-gradient(
    45deg,
    transparent 25%,
    rgba(0, 0, 0, 0.02) 25%,
    rgba(0, 0, 0, 0.02) 50%,
    transparent 50%,
    transparent 75%,
    rgba(0, 0, 0, 0.02) 75%
  );
  opacity: 0.5;
  height: 100%;
  background-size: 20px 20px;
  position: absolute;
  width: 100%;
}
.query_card_ex .reach_feedback_ex .query_message_ex {
  list-style: none;
  padding: 0;
  margin: 0;
}
.query_card_ex .reach_feedback_ex .query_message_ex li {
  margin-bottom: 30px;
  position: relative;
  display: flex;
  z-index: 1;
  padding-left: 15px;
  transition: all 0.3s ease;
  align-items: center;
  border-left: 2px solid transparent;
}
.query_card_ex .reach_feedback_ex .query_message_ex li:hover svg {
  opacity: 1;
  transform: scale(1.1);
}
.query_card_ex .reach_feedback_ex .query_message_ex li svg path {
  fill: rgb(219, 199, 166);
  transition: all 0.3s ease;
}
.query_card_ex .reach_feedback_ex .query_message_ex li span {
  color: #000000;
  font-size: 17px;
  line-height: 1.5;
}
.query_card_ex .reach_feedback_ex .query_message_ex li a::after {
  position: absolute;
  transition: width 0.3s ease;
  height: 1px;
  width: 0;
  left: 0;
  content: "";
  background-color: rgb(219, 199, 166);
  bottom: -3px;
}
.program_information_ex {
  padding: 7rem 0;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    120deg,
    #000000 20%,
    rgb(196, 166, 120, 0.5) 100%
  );
}
.program_information_ex::after {
  width: 100%;
  content: "";
  left: 0;
  top: 0;
  opacity: 0.8;
  height: 100%;
  z-index: 1;
  background:
    repeating-linear-gradient(
      45deg,
      transparent,
      transparent 5px,
      rgba(255, 255, 255, 0.02) 5px,
      rgba(255, 255, 255, 0.02) 10px
    ),
    radial-gradient(
      circle at 10% 90%,
      rgb(196, 166, 120, 0.5) 0%,
      transparent 40%
    );
  position: absolute;
}
.program_information_ex .tech_classes_ex {
  backdrop-filter: blur(8px);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateX(-40px);
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.3),
    5px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 3;
  overflow: hidden;
  grid-area: info;
  border-radius: 0 12px 12px 0;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  position: relative;
  padding: 3.5rem 3rem 3.5rem 5rem;
}
.program_information_ex .top_lesson_ex {
  margin-bottom: 2rem;
  width: 90px;
  height: 90px;
  transform: rotate(-5deg) skew(-5deg);
  position: relative;
}
.program_information_ex .top_lesson_ex::before {
  border-radius: 12px;
  filter: blur(5px);
  z-index: -1;
  position: absolute;
  background: linear-gradient(
    135deg,
    rgb(219, 199, 166) 0%,
    rgb(196, 166, 120) 100%
  );
  animation: pulseLogo 4s ease-in-out infinite alternate;
  inset: -5px;
  content: "";
  transform: rotate(5deg);
}
.program_information_ex .top_lesson_ex svg path {
  transition: fill 0.3s ease;
  fill: rgb(219, 199, 166);
}
.program_information_ex h3 {
  color: #ffffff;
  line-height: 1.3;
  margin-bottom: 1.8rem;
  font-weight: 700;
  position: relative;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  font-size: 30px;
  transform: skew(-2deg);
}
.program_information_ex h3::after {
  bottom: -15px;
  height: 1px;
  background: linear-gradient(to right, rgb(219, 199, 166), transparent);
  content: "";
  position: absolute;
  left: 0;
  width: 80px;
}
.program_information_ex .img_text_overlay_ex {
  height: 460px;
  grid-area: photo;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  overflow: hidden;
  border-radius: 12px 0 0 12px;
  box-shadow:
    -15px 15px 30px rgba(0, 0, 0, 0.3),
    -5px 5px 15px rgba(0, 0, 0, 0.2),
    inset 0 0 20px rgba(0, 0, 0, 0.4);
  position: relative;
  transform: perspective(1000px) rotateY(5deg);
  z-index: 2;
}
.program_information_ex .img_text_overlay_ex::after {
  z-index: 2;
  content: "";
  opacity: 0.7;
  left: 0;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to top, #000000 0%, transparent 100%);
  height: 50%;
  position: absolute;
}
.program_information_ex .training_pro_ex:hover .tech_classes_ex {
  transform: translateX(-20px);
  box-shadow:
    5px 15px 45px rgba(0, 0, 0, 0.35),
    10px 10px 25px rgba(0, 0, 0, 0.25);
}
footer::after {
  bottom: 0;
  background-size: 50px 50px;
  background-image:
    radial-gradient(circle at 25% 25%, rgb(196, 166, 120) 1px, transparent 1px),
    radial-gradient(circle at 75% 75%, rgb(196, 166, 120) 1px, transparent 1px),
    radial-gradient(circle at 25% 75%, rgb(196, 166, 120) 1px, transparent 1px),
    radial-gradient(circle at 75% 25%, rgb(196, 166, 120) 1px, transparent 1px);
  top: 0;
  position: absolute;
  left: 0;
  content: "";
  z-index: -1;
  opacity: 0.1;
  right: 0;
}
.patent_info_ex .container {
  flex-wrap: wrap;
  position: relative;
  display: flex;
  gap: 3rem;
}
.patent_info_ex .company_holder {
  position: relative;
  flex: 1 1 400px;
  padding: 0;
  border-radius: 20px;
}
.patent_info_ex .company_holder::before {
  content: "";
  width: 100%;
  left: 0;
  border-radius: 20px;
  top: 0;
  height: 100%;
  background-image:
    linear-gradient(
      0deg,
      transparent 24px,
      rgb(196, 166, 120) 25px,
      rgb(196, 166, 120) 26px,
      transparent 27px,
      transparent 49px
    ),
    linear-gradient(
      90deg,
      transparent 24px,
      rgb(196, 166, 120) 25px,
      rgb(196, 166, 120) 26px,
      transparent 27px,
      transparent 49px
    );
  opacity: 0.1;
  background-size: 50px 50px;
  position: absolute;
}
.patent_info_ex .company_holder h3::after {
  right: 15px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #ffffff;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
  width: 10px;
  content: "";
  border-radius: 50%;
}
.patent_info_ex .a11y_tools_ex::before {
  border-radius: 50%;
  top: 2rem;
  left: -10px;
  content: "";
  opacity: 0.6;
  position: absolute;
  width: 20px;
  background: rgb(196, 166, 120);
  height: 20px;
}
.patent_info_ex .science_ref_ex {
  min-width: 400px;
  flex: 1 1 calc(100% - 450px);
}
.patent_info_ex .nav_pagebar_ex {
  gap: 3rem;
  display: flex;
  flex-wrap: wrap;
}
.patent_info_ex .header_bar_ex::before {
  z-index: -1;
  bottom: 0;
  position: absolute;
  background-image: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 10px,
    rgba(255, 255, 255, 0.05) 10px,
    rgba(255, 255, 255, 0.05) 20px
  );
  right: 0;
  top: 0;
  border-radius: 20px;
  content: "";
  left: 0;
}
.patent_info_ex .header_bar_ex h5::before {
  background: #ffffff;
  width: 8px;
  display: inline-block;
  height: 8px;
  border-radius: 50%;
  margin-right: 10px;
  content: "";
}
.patent_info_ex .header_bar_ex .nav_pagebar_ex {
  flex-direction: column;
  gap: 2px;
  background: rgba(255, 255, 255, 0.05);
  display: flex;
  padding: 1.5rem;
}
.patent_info_ex .header_bar_ex .nav_pagebar_ex a::before {
  transition: all 0.3s ease;
  width: 6px;
  transform: translateY(-50%);
  content: "";
  left: 0.7rem;
  background: rgb(196, 166, 120);
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
}
.trade_mark_ex {
  position: relative;
  margin-top: 2.5rem;
  padding: 2rem 0;
  background: rgb(196, 166, 120);
}
.trade_mark_ex::before {
  content: "";
  background-image: linear-gradient(
    90deg,
    transparent 0px,
    transparent 20px,
    rgb(219, 199, 166) 20px,
    rgb(219, 199, 166) 40px,
    transparent 40px,
    transparent 60px,
    rgb(219, 199, 166) 60px,
    rgb(219, 199, 166) 80px,
    transparent 80px,
    transparent 100px,
    rgb(219, 199, 166) 100px,
    rgb(219, 199, 166) 120px
  );
  background-repeat: repeat-x;
  left: 0;
  width: 100%;
  top: -5px;
  height: 5px;
  position: absolute;
}
.trade_mark_ex .vr_labs_ex::before,
.trade_mark_ex .vr_labs_ex::after {
  height: 1px;
  position: absolute;
  background: rgb(219, 199, 166);
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 50px;
}
.trade_mark_ex .vr_labs_ex::before {
  right: 100%;
  margin-right: 15px;
}
.privacy_shield_ex h1,
.privacy_shield_ex h2 {
  margin-bottom: 0.75rem;
  letter-spacing: 0.05em;
  color: rgb(219, 199, 166);
  text-transform: uppercase;
}
.privacy_shield_ex h1 {
  border-left: 4px solid rgb(196, 166, 120);
  font-weight: 700;
  padding-left: 0.5rem;
  font-size: 43px;
}
.privacy_shield_ex ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  list-style: none;
  padding-left: 0;
  gap: 0.5rem;
}
.privacy_shield_ex ul li::before {
  content: "";
  background-color: rgb(219, 199, 166);
  height: 10px;
  margin-right: 0.75rem;
  width: 10px;
  border-radius: 50%;
}
.privacy_shield_ex div {
  gap: 1rem;
  flex-direction: column;
  display: flex;
}
.cookie_popup_advisory_ex {
  animation: fadeInUp 0.5s ease-out;
  background-color: rgb(236, 227, 207);
  border-top: 1px solid rgb(219, 199, 166);
  z-index: 1000;
  width: 100%;
  bottom: 0;
  padding: 20px 0;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
  position: fixed;
}
.cookie_popup_advisory_ex .safe_cookies_ex {
  flex-grow: 1;
}
.cookie_popup_advisory_ex .safe_cookies_ex p {
  margin: 0;
  font-size: 17px;
  color: #000000;
  line-height: 1.5;
}
.cookie_popup_advisory_ex .tracking_policy_ex:hover {
  transform: translateY(-3px);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.cookie_popup_advisory_ex .tracking_policy_ex:active {
  box-shadow: none;
  transform: translateY(1px);
}
#cookie_info_banner_ex {
  display: none;
}
#cookie_info_banner_ex:checked ~ .cookie_popup_advisory_ex {
  visibility: hidden;
  opacity: 0;
}
.tariff_box_ex::before {
  top: 0;
  left: 0;
  content: "";
  background: radial-gradient(
    circle at 30% 70%,
    rgb(196, 166, 120, 0.5) 0%,
    transparent 60%
  );
  z-index: 0;
  position: absolute;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.tariff_box_ex .price_plan_ex {
  max-width: 100%;
  background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
  position: relative;
  padding: 30px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transform: perspective(1000px) rotateX(0deg);
  border-left: 3px solid rgb(219, 199, 166);
}
.tariff_box_ex .price_plan_ex .package_deals_ex {
  font-size: 18px;
  max-width: 700px;
  margin-bottom: 0;
  line-height: 1.6;
  word-break: break-word;
  color: #000000;
  overflow-wrap: break-word;
}
.tariff_box_ex .cost_summary_ex {
  border-radius: 4px;
  overflow: hidden;
  transition:
    transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  transform: translateY(0);
  display: block;
  text-decoration: none;
}
.tariff_box_ex .pricing_fees_ex::before {
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.4s ease-out;
  background: linear-gradient(90deg, rgb(219, 199, 166), rgb(196, 166, 120));
  transform-origin: left;
  transform: scaleX(0.8);
  height: 5px;
  content: "";
  position: absolute;
}
.tariff_box_ex .price_panel_ex h3 {
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: transform 0.3s ease;
  font-size: calc(22px + 2px);
  transform-origin: left;
  color: #000000;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.tariff_box_ex .learning_fees_ex::after {
  bottom: -5px;
  transform-origin: left;
  transform: scaleX(0.5);
  position: absolute;
  width: 50px;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  background: rgb(219, 199, 166);
  left: 0;
  height: 3px;
  content: "";
}
.tariff_box_ex .img_text_overlay_ex {
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  height: 200px;
  overflow: hidden;
}
.tariff_box_ex .img_text_overlay_ex::after {
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
  top: 0;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(0, 0, 0, 0.3) 100%
  );
  content: "";
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 800px) {
  .container {
    padding: 0 12px;
  }
}
@media (max-width: 991px) {
  .gratZone_ex {
    padding: 80px 0;
  }
  .gratZone_ex h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
  }
  .gratZone_ex .training_pro_ex {
    padding: 35px;
  }
}
@media (max-width: 767px) {
  .gratZone_ex {
    perspective: 800px;
    padding: 60px 0;
  }
  .gratZone_ex h2 {
    margin-bottom: 25px;
    transform: translateZ(20px);
    font-size: calc(38px * 0.8);
  }
  .gratZone_ex .training_pro_ex {
    transform: translateZ(5px) rotateX(1deg);
    padding: 30px 25px;
  }
  .gratZone_ex li::before {
    width: 10px;
    left: -20px;
    height: 10px;
  }
  .gratZone_ex li span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .gratZone_ex {
    padding: 40px 0;
  }
  .gratZone_ex h2 {
    margin-bottom: 20px;
    font-size: calc(38px * 0.7);
  }
  .gratZone_ex .training_pro_ex {
    padding: 25px 20px;
  }
  .gratZone_ex h2::after {
    height: 2px;
    width: 60px;
  }
  .gratZone_ex li span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
  }
}
@media (max-width: 480px) {
  .subscribe_to_newsletter_ex {
    padding: 3rem 1.5rem;
  }
  .subscribe_to_newsletter_ex h4 {
    font-size: 19px;
  }
  .subscribe_to_newsletter_ex input[type="email"],
  .subscribe_to_newsletter_ex .news_signup_form_ex {
    font-size: calc(15px * 0.95);
    padding: 0.9rem 1.2rem;
  }
}
@media (min-width: 1200px) {
  .subscribe_to_newsletter_ex .container {
    padding: 0 2rem;
  }
  .subscribe_to_newsletter_ex h4 {
    font-size: calc(19px * 1.3);
  }
  .subscribe_to_newsletter_ex .training_pro_ex {
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .title_intro_ex .academy_cult_ex {
    grid-template-columns: 1fr;
    padding: 5rem 5rem;
    transform: perspective(1200px) rotateY(2deg) translateZ(0);
    gap: calc(16px * 2.618);
  }
  .title_intro_ex .title_style_header {
    font-size: calc(43px * 1.5);
  }
  .title_intro_ex p {
    font-size: calc(16px * 1.2);
    max-width: 85%;
  }
  .title_intro_ex h3 {
    font-size: calc(18px * 1.2);
    margin-left: auto;
    max-width: 90%;
  }
  .title_intro_ex .title_style_header::after {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .title_intro_ex .academy_cult_ex {
    gap: calc(16px * 3.5);
    max-width: 1200px;
    grid-template-columns: 1fr;
  }
  .title_intro_ex .title_style_header {
    font-size: calc(43px * 2);
  }
  .title_intro_ex .title_style_header::after {
    width: 180px;
  }
}
@media (max-width: 992px) {
  .client_opinions_ex {
    padding: 80px 0;
  }
  .client_opinions_ex .student_voices_ex:nth-child(odd),
  .client_opinions_ex .student_voices_ex:nth-child(even) {
    transform: none;
    width: 90%;
  }
  .client_opinions_ex .student_voices_ex:hover {
    transform: scale(1.02);
  }
}
@media (max-width: 768px) {
  .client_opinions_ex {
    padding: 70px 0;
  }
  .client_opinions_ex h2 {
    margin-bottom: 50px;
    transform: none;
  }
  .client_opinions_ex .testimonials_pro_ex {
    gap: 80px;
  }
  .client_opinions_ex .student_voices_ex {
    padding: 25px 20px;
  }
  .client_opinions_ex .student_voices_ex img {
    top: -30px;
    width: 60px;
    height: 60px;
  }
  .client_opinions_ex .student_voices_ex p:first-of-type {
    margin-top: 30px;
    font-size: calc(18px * 0.9);
    margin-left: 80px;
  }
  .client_opinions_ex .student_voices_ex:nth-child(even) p:first-of-type {
    margin-right: 80px;
  }
  .client_opinions_ex .student_voices_ex .description {
    padding: 15px;
    font-size: calc(12px * 0.95);
  }
}
@media (max-width: 767px) {
  .who_we_are_ex {
    padding: 4rem 0;
  }
  .who_we_are_ex h4 {
    text-align: left;
    padding-left: 1.5rem;
  }
  .who_we_are_ex .content_wrap_ex {
    padding: 2rem;
  }
  .who_we_are_ex .content_wrap_ex::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .teacher_profile_ex {
    padding: 80px 0;
  }
  .teacher_profile_ex .student_voices_ex {
    padding: 80px 25px 30px;
    margin: 0 15px;
  }
  .teacher_profile_ex .img_text_overlay_ex {
    left: 25px;
    width: 100px;
    height: 100px;
  }
  .teacher_profile_ex .name {
    font-size: 20px;
  }
  .teacher_profile_ex .emp_details_ex {
    font-size: calc(15px * 0.95);
  }
  .teacher_profile_ex .emp_details_ex::before {
    left: -25px;
    width: 20px;
  }
}
@media screen and (max-width: 480px) {
  .contact_box_ex {
    padding: 50px 0;
  }
  .query_card_ex {
    border-radius: 10px;
  }
  .query_card_ex .inquiry_list_ex,
  .query_card_ex .reach_feedback_ex {
    padding: 30px 25px;
  }
  .query_card_ex .reach_feedback_ex .query_message_ex li {
    align-items: flex-start;
  }
  .query_card_ex .reach_feedback_ex .query_message_ex li svg {
    margin-top: 3px;
  }
}
@media screen and (max-width: 1200px) {
  .program_information_ex .training_pro_ex {
    min-height: 450px;
    grid-template-columns: 42% 58%;
  }
  .program_information_ex .tech_classes_ex {
    padding: 3rem 2.5rem 3rem 4.5rem;
  }
  .program_information_ex h3 {
    font-size: calc(30px * 0.9);
  }
}
@media screen and (max-width: 768px) {
  .program_information_ex {
    padding: 4rem 0;
  }
  .program_information_ex .img_text_overlay_ex {
    height: 300px;
  }
  .program_information_ex .tech_classes_ex {
    padding: 2.5rem 2rem;
  }
  .program_information_ex .top_lesson_ex {
    width: 80px;
    margin-bottom: 1.5rem;
    height: 80px;
  }
  .program_information_ex .top_lesson_ex svg {
    height: 45px;
    width: 45px;
  }
  .program_information_ex h3 {
    margin-bottom: 1.5rem;
    font-size: calc(30px * 0.8);
  }
  .program_information_ex p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
  }
}
@media screen and (max-width: 576px) {
  .program_information_ex {
    padding: 3rem 0;
  }
  .program_information_ex .img_text_overlay_ex {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
  }
  .program_information_ex .tech_classes_ex {
    transform: translateY(-30px);
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
  }
  .program_information_ex .top_lesson_ex {
    width: 70px;
    height: 70px;
    margin-bottom: 1.2rem;
  }
  .program_information_ex .top_lesson_ex svg {
    width: 40px;
    height: 40px;
  }
  .program_information_ex h3 {
    margin-bottom: 1.2rem;
    font-size: calc(30px * 0.7);
  }
  .program_information_ex h3::before {
    height: 2px;
    bottom: -8px;
    width: 30px;
  }
  .program_information_ex h3::after {
    bottom: -12px;
    height: 1px;
    width: 60px;
  }
  .program_information_ex p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
    line-height: 1.6;
  }
  .program_information_ex .training_pro_ex:hover .tech_classes_ex {
    transform: translateY(-35px);
  }
}
@media (max-width: 768px) {
  .patent_info_ex {
    padding: 3rem 0 1rem;
  }
  .patent_info_ex .nav_pagebar_ex {
    gap: 1.5rem;
  }
  .patent_info_ex .company_holder h3 {
    font-size: calc(36px - 2px);
    padding: 1.2rem 1.5rem;
  }
  .patent_info_ex .a11y_tools_ex {
    padding: 1.5rem;
  }
  .patent_info_ex .a11y_tools_ex::before,
  .patent_info_ex .a11y_tools_ex::after {
    display: none;
  }
  .trade_mark_ex {
    margin-top: 2rem;
  }
  .trade_mark_ex .vr_labs_ex::before,
  .trade_mark_ex .vr_labs_ex::after {
    width: 30px;
  }
}
@media (max-width: 420px) {
  .patent_info_ex::after {
    background-size: 100px 5px;
    height: 5px;
  }
  .patent_info_ex .company_holder h3::after,
  .patent_info_ex .header_bar_ex h5::before,
  .patent_info_ex .header_bar_ex h5::after {
    display: none;
  }
  .patent_info_ex .header_bar_ex h5 {
    padding: 0.8rem 1rem;
  }
  .patent_info_ex .header_bar_ex .nav_pagebar_ex {
    padding: 1rem;
  }
  .trade_mark_ex .vr_labs_ex {
    width: 90%;
    padding: 0.4rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .tariff_box_ex .price_schemes_ex {
    grid-template-columns: repeat(2, 1fr);
  }
  .tariff_box_ex .price_plan_ex {
    padding: 40px;
  }
  .tariff_box_ex .price_panel_ex {
    padding: 30px 35px;
  }
  .tariff_box_ex .img_text_overlay_ex {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .tariff_box_ex {
    padding: 120px 0;
  }
  .tariff_box_ex .price_schemes_ex {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .tariff_box_ex .price_plan_ex h2 {
    font-size: calc(28px + 4px);
  }
  .tariff_box_ex .price_panel_ex h3 {
    font-size: calc(22px + 4px);
  }
  .tariff_box_ex .learning_fees_ex {
    font-size: calc(22px + 8px);
  }
  .tariff_box_ex .img_text_overlay_ex {
    height: 280px;
  }
}
@media (hover: hover) {
  .tariff_box_ex .cost_summary_ex {
    transition:
      transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
      box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .tariff_box_ex .cost_summary_ex:hover {
    transform: translateY(-10px) scale(1.02);
  }
}
@keyframes floatElement {
  0% {
    transform: rotate(-15deg) translateZ(-10px) translate(0, 0);
  }
  50% {
    transform: rotate(-10deg) translateZ(-10px) translate(20px, -10px);
  }
  100% {
    transform: rotate(-15deg) translateZ(-10px) translate(0, 0);
  }
}
@keyframes lineExpand {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes heightGrow {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes dotAppear {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  70% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes subtleShift {
  0%,
  100% {
    transform: rotate(-3deg) translateZ(0);
  }
  50% {
    transform: rotate(-2deg) translateZ(0);
  }
}
@keyframes lineGrow {
  0% {
    transform: translateY(-50%) scaleY(0);
  }
  100% {
    transform: translateY(-50%) scaleY(1);
  }
}
@keyframes slideUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    transform: translateX(-30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    transform: translateX(30px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes slideIn {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes gradientSlide {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotateRadial {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulseLogo {
  0% {
    filter: blur(5px) brightness(1);
  }
  50% {
    filter: blur(8px) brightness(1.2);
  }
  100% {
    filter: blur(5px) brightness(1);
  }
}
@keyframes logoScale {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  word-break: break-word;
}

@media(max-width: 768px) {
    .container {
        width: 350px !important;
    }
}