.main-learn-ui {
  flex: 1 0 auto;
}

a {
  color: inherit;
  text-decoration: none;
}

header,
footer {
  width: 100%;
}

header {
  background: linear-gradient(
    135deg,
    rgb(186, 218, 190, 0.5),
    rgb(191, 149, 135, 0.5)
  );
  padding: 0;
  width: 100%;
  z-index: 100;
  position: relative;
}

.faq-block-ui .company_holder {
  order: 2;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  animation: shiftGradient 15s ease infinite;
  border-radius: 27px;
  transform: perspective(1000px) rotateX(2deg);
  padding: 30px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  margin-top: 70px;
  background-size: 200% 200%;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.05) 0%,
    rgba(255, 255, 255, 0.01) 100%
  );
}

.faq-block-ui .header-sitebar-ui::before {
  position: absolute;
  inset: 0;
  border-radius: 10px;
  content: "";
  z-index: -1;
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
}

.faq-block-ui .header-sitebar-ui .top-master-ui a::before {
  margin-right: 10px;
  content: "";
  background: rgb(191, 149, 135);
  transition: all 0.3s ease;
  min-width: 6px;
  transform: scale(0);
  border-radius: 50%;
  height: 6px;
  opacity: 0;
  flex-shrink: 0;
}

.faq-block-ui .grade-help-ui::before {
  height: 250px;
  position: absolute;
  content: "";
  z-index: -1;
  width: 250px;
  left: -5%;
  animation: pulse 10s infinite ease-in-out reverse;
  bottom: -10%;
  background: rgb(191, 149, 135);
  border-radius: 50%;
  opacity: 0.1;
  filter: blur(100px);
}

.educational-rewards-ui .our-ethos-ui {
  position: relative;
  gap: 40px;
  grid-template-columns: 1fr;
  display: grid;
}

.educational-rewards-ui .desc-block-ui h4 {
  position: relative;
  padding-bottom: 15px;
  margin: 0 0 30px;
  font-size: 23px;
  color: #000000;
  font-weight: 700;
}

.educational-rewards-ui .desc-block-ui ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.educational-rewards-ui .desc-block-ui p span:first-child {
  background: #ffffff;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  transition: all 0.3s ease;
  align-items: center;
  padding: 8px;
}

.educational-rewards-ui .image-stack-ui::after {
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  content: "";
  pointer-events: none;
  background: linear-gradient(
    45deg,
    rgba(rgb(186, 218, 190, 0.5), 0.2),
    transparent
  );
  width: 100%;
}

.thxArea-ui .our-ethos-ui {
  backdrop-filter: blur(10px);
  clip-path: polygon(
    0 5%,
    5% 0,
    95% 0,
    100% 5%,
    100% 95%,
    95% 100%,
    5% 100%,
    0 95%
  );
  transform: perspective(1000px) rotateX(2deg);
  flex-direction: column;
  gap: 2.5rem;
  transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
  padding: 3.5rem;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  position: relative;
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.1),
    0 10px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.thxArea-ui a::before {
  height: 100%;
  transition: left 0.7s cubic-bezier(0.25, 1, 0.5, 1);
  left: -100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  width: 100%;
  top: 0;
  content: "";
  position: absolute;
}

header .nav-know-ui::before {
  left: 0;
  height: 5px;
  content: "";
  background: linear-gradient(to right, rgb(186, 218, 190), rgb(191, 149, 135));
  top: 0;
  position: absolute;
  width: 100%;
}

header .page-top-ui svg {
  transition: all 0.3s ease;
  height: auto;
  width: 180px;
}

header .header-sitebar-ui {
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 2rem 0;
  display: flex;
  max-width: 90%;
  gap: 0.7rem;
}

header .site-core-ui:hover::before {
  height: 100%;
}

.contact-form-box-ui {
  background: rgb(234, 233, 241);
  position: relative;
  padding: 100px 0;
  overflow: hidden;
}

.contact-form-box-ui::after {
  opacity: 0.07;
  background-size: 30px 30px;
  left: 0;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 1;
  content: "";
  background-image:
    linear-gradient(rgb(191, 149, 135, 0.5) 1px, transparent 1px),
    linear-gradient(90deg, rgb(191, 149, 135, 0.5) 1px, transparent 1px);
  position: absolute;
}

.contact-form-box-ui .connect-feedback-ui {
  position: relative;
  display: flex;
  background: #ffffff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 0;
  margin-top: 50px;
}

.contact-form-box-ui .connect-panel-ui::after {
  content: "";
  background: rgb(191, 149, 135, 0.5);
  bottom: -50px;
  left: -50px;
  transform: rotate(45deg);
  height: 100px;
  border-radius: 0;
  position: absolute;
  z-index: 0;
  width: 100px;
}

.contact-form-box-ui form input[type="text"]::placeholder {
  transition: all 0.3s ease;
  color: rgba(#000000, 0.5);
}

.contact-form-box-ui .request-panel-ui input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

.contact-form-box-ui
  .request-panel-ui
  input[type="checkbox"]:checked
  + label::after {
  position: absolute;
  border-width: 0 2px 2px 0;
  left: 8px;
  width: 6px;
  top: 4px;
  height: 12px;
  content: "";
  border: solid #ffffff;
  transform: rotate(45deg);
}

.contact-form-box-ui .reach-map-ui {
  border: none;
  font-size: 15px;
  clip-path: polygon(0 0, 100% 0, 100% 70%, 90% 100%, 0 100%);
  width: auto;
  background: rgb(186, 218, 190);
  cursor: pointer;
  padding: 18px 40px;
  transition: all 0.3s ease;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
  display: inline-block;
}

.stay-informed-ui .container {
  z-index: 2;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  transform-style: preserve-3d;
}

.stay-informed-ui .our-ethos-ui h4 {
  font-weight: 600;
  font-size: 22px;
  transform: translateZ(10px);
  margin: 0 0 30px 0;
  position: relative;
  letter-spacing: -0.01em;
  line-height: 1.4;
  color: #000000;
}

.stay-informed-ui .input_holder span {
  min-width: 200px;
  flex: 1;
  position: relative;
}

.stay-informed-ui .input_holder input[type="submit"] {
  color: #ffffff;
  cursor: pointer;
  padding: 15px 20px;
  background: linear-gradient(135deg, rgb(186, 218, 190), rgb(191, 149, 135));
  text-align: center;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 15px;
  overflow: hidden;
  border: none;
  width: 100%;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.pricing-deck-ui .plan-options-ui {
  flex-direction: column;
  display: flex;
}

.pricing-deck-ui .pricing-block-ui {
  position: relative;
  order: -1;
  margin-bottom: 3rem;
}

.pricing-deck-ui .pricing-block-ui h2::after {
  height: 3px;
  left: 0;
  background: linear-gradient(90deg, rgb(186, 218, 190), transparent);
  position: absolute;
  width: 60%;
  bottom: -0.5rem;
  content: "";
}

.pricing-deck-ui .group-rates-ui:hover .indv-sub-ui {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.pricing-deck-ui .study-packages-ui h3 {
  transition: color 0.3s ease;
  display: inline-block;
  font-size: calc(19px + 0.1rem);
  color: #000000;
  margin-bottom: 0.5rem;
  position: relative;
  font-weight: 600;
}

.pricing-deck-ui .study-packages-ui p {
  font-size: calc(17px - 0.1rem);
  margin-bottom: 1.5rem;
  color: #000000;
  line-height: 1.6;
  overflow-wrap: break-word;
  flex-grow: 1;
  word-break: break-word;
}

.pricing-deck-ui .group-rates-ui:hover .image-stack-ui::after {
  opacity: 0.4;
}

.company-info-ui {
  background: rgb(234, 233, 241);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}

.company-info-ui .our-ethos-ui {
  position: relative;
}

.company-info-ui h3::after {
  left: 50%;
  bottom: -15px;
  width: 60px;
  height: 3px;
  content: "";
  background: rgb(186, 218, 190);
  position: absolute;
  transform: translateX(-50%);
}

.company-info-ui .mentor-values-ui p {
  font-size: 16px;
  margin-bottom: 30px;
  width: 60%;
  line-height: 1.7;
  color: #000000;
}

.company-info-ui .master-sessions-ui p {
  margin-left: auto;
  margin-bottom: 30px;
  color: #000000;
  width: 60%;
  font-size: 16px;
  line-height: 1.7;
}

.company-info-ui .our-ethos-ui::after {
  border-radius: 50%;
  height: 150px;
  border: 2px dashed rgb(191, 149, 135, 0.5);
  position: absolute;
  bottom: -75px;
  content: "";
  z-index: -1;
  animation: rotate 20s infinite linear reverse;
  width: 150px;
  right: -75px;
}

.company-info-ui .master-sessions-ui svg {
  top: 10px;
  height: 30px;
  position: absolute;
  right: -45px;
  width: 30px;
  opacity: 0.7;
  color: rgb(191, 149, 135);
}

.reach-us-ui::after {
  border-radius: 50%;
  left: -2%;
  bottom: -5%;
  z-index: 0;
  animation: pulse 15s infinite alternate-reverse ease-in-out;
  width: 15rem;
  background: radial-gradient(
    circle,
    rgba(rgb(186, 218, 190, 0.5), 0.06) 0%,
    rgba(rgb(186, 218, 190, 0.5), 0) 70%
  );
  position: absolute;
  content: "";
  height: 15rem;
}

.reach-us-ui .connect-team-ui {
  position: relative;
  padding: 3rem;
  grid-template-columns: 1fr;
  transform: translateY(0);
  transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  gap: 2.5rem;
  display: grid;
  background: #ffffff;
  box-shadow: 0 8px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
}

.reach-us-ui .message-section-ui {
  gap: 1.5rem;
  flex-direction: column;
  margin-top: 0.5rem;
  display: flex;
}

.reach-us-ui .form-learn-ui:hover::before {
  width: 100%;
}

.reach-us-ui .form-learn-ui svg {
  width: 20px;
  transition: transform 0.3s ease;
  height: 20px;
}

.reach-us-ui svg path {
  fill: #000000;
  transition: fill 0.3s ease;
}

.secure-enclosure-ui:after {
  border-radius: 50%;
  position: absolute;
  right: -50px;
  width: 200px;
  bottom: -50px;
  height: 200px;
  background: rgb(191, 149, 135, 0.5);
  content: "";
  z-index: 1;
}

.secure-enclosure-ui h2 {
  margin-top: 35px;
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 25px;
  color: rgb(191, 149, 135);
  z-index: 2;
  position: relative;
}

.secure-enclosure-ui li:before {
  line-height: 1;
  left: -25px;
  position: absolute;
  color: rgb(186, 218, 190);
  content: "•";
  font-size: 1.5em;
}

.secure-enclosure-ui a {
  color: rgb(191, 149, 135);
  border-bottom: 1px solid rgb(191, 149, 135);
  z-index: 2;
  position: relative;
  text-decoration: none;
  font-weight: 400;
}

.title-greeting-ui {
  width: 100%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  position: relative;
}

.title-greeting-ui .impact-facts-ui {
  z-index: 2;
  padding: 3rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: transform 0.5s ease;
  max-width: 1200px;
  transform: perspective(1000px) rotateY(-2deg);
  background: linear-gradient(
    to right,
    rgb(186, 218, 190, 0.5) 0%,
    transparent 100%
  );
  width: 90%;
  position: relative;
}

.title-greeting-ui .title_style_header:hover {
  transform: scale(1.03);
}

.title-greeting-ui h3 {
  letter-spacing: 0.3px;
  font-size: calc(19px * 1.1);
  background: linear-gradient(to right, rgb(191, 149, 135, 0.5), transparent);
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  border-left: 3px solid rgb(191, 149, 135);
  padding: 15px;
}

.cookie-alert-overlay-ui h5 {
  color: rgb(186, 218, 190);
  margin-bottom: 8px;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 22px;
}

#disallow-tracking-policy-ui {
  background: rgba(0, 0, 0, 0.5);
}

#userConsentBanner-ui {
  display: none;
}

.academic-experience-ui {
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgb(234, 233, 241) 0%,
    rgb(191, 149, 135, 0.5) 100%
  );
  position: relative;
  padding: 6rem 2rem 4rem;
}

.academic-experience-ui .image-stack-ui {
  border-radius: 0;
  margin-bottom: -50px;
  height: 250px;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
  width: 200px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 3;
  position: relative;
  transition: all 0.5s ease;
}

.academic-experience-ui .name::after {
  content: "";
  background: rgb(191, 149, 135);
  position: absolute;
  width: 50px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}

.academic-experience-ui .work-box-ui::after {
  transform: translateX(-10px);
  top: -15px;
  left: 50%;
}

.course-overview-ui {
  background: rgb(234, 233, 241);
  overflow: hidden;
  padding: 120px 0;
  position: relative;
}

.course-overview-ui .container {
  z-index: 1;
  position: relative;
}

.course-overview-ui .image-stack-ui {
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.15),
    0 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 27px;
  top: 0;
  height: 100%;
  z-index: 0;
  filter: saturate(0.8) contrast(1.1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  left: 0;
  transform: translateZ(0);
  width: 100%;
  overflow: hidden;
}

.course-overview-ui .study-track-ui {
  width: 85%;
  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.1),
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1);
  margin: 40px auto;
  backdrop-filter: blur(10px);
  z-index: 3;
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.6s ease;
  padding: 80px 60px;
  transform: perspective(1000px) rotateX(2deg);
  position: relative;
}

.course-overview-ui .our-ethos-ui:hover .study-track-ui::before {
  opacity: 1;
}

.course-overview-ui .top-head-ui:hover {
  box-shadow:
    0 15px 30px rgba(0, 0, 0, 0.15),
    0 6px 12px rgba(0, 0, 0, 0.08),
    0 0 0 5px rgb(191, 149, 135, 0.5);
  transform: translateX(-50%) scale(1.1);
}

.course-overview-ui .top-head-ui:hover svg {
  transform: rotate(15deg);
}

.course-overview-ui .top-head-ui:hover svg path {
  fill: rgb(191, 149, 135);
}

.course-overview-ui h3::before {
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  bottom: 0;
  background: rgb(186, 218, 190);
  transition: width 0.5s ease;
  height: 2px;
  content: "";
  position: absolute;
}

.course-overview-ui p {
  line-height: 1.8;
  position: relative;
  max-width: 90%;
  font-size: 15px;
  color: #000000;
  text-align: center;
  margin: 0 auto;
}

.customer-experience-ui {
  overflow: hidden;
  padding: 6rem 0;
  position: relative;
  background: linear-gradient(
    135deg,
    rgb(234, 233, 241) 0%,
    rgba(245, 245, 255, 0.95) 100%
  );
}

.customer-experience-ui h2 {
  z-index: 2;
  margin-bottom: 3rem;
  text-align: center;
  transform: perspective(1000px) rotateX(0deg);
  font-weight: 700;
  color: #000000;
  position: relative;
  font-size: 28px;
}

.customer-experience-ui .client-opinions-ui {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2.5rem;
  perspective: 1000px;
  display: grid;
}

.customer-experience-ui .review-list-ui h3 {
  color: rgb(186, 218, 190);
  letter-spacing: 0.02em;
  margin-bottom: 0.8rem;
  font-weight: 600;
  font-size: calc(20px * 1.1);
}

.customer-experience-ui .review-list-ui div img {
  transform: scale(1);
  transition: transform 0.4s ease;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.customer-experience-ui .review-list-ui:nth-child(1) {
  animation-delay: 0.1s;
}

.customer-experience-ui .review-list-ui:nth-child(4) {
  animation-delay: 0.4s;
}

.give-it-a-try-ui {
  padding: 5rem 0;
  background: linear-gradient(
    135deg,
    rgb(191, 149, 135) 0%,
    rgb(186, 218, 190) 100%
  );
  overflow: hidden;
  margin: 2rem 0;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: perspective(1000px) rotateX(2deg);
  position: relative;
}

.give-it-a-try-ui .our-ethos-ui {
  background: rgba(255, 255, 255, 0.15);
  gap: 1.5rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  transition:
    transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    box-shadow 0.4s ease;
  border-radius: 29px;
  padding: 2rem 3rem;
  transform: translateY(0);
  align-items: center;
  justify-content: center;
  display: flex;
}

.give-it-a-try-ui .reach-map-ui:hover::before {
  left: 100%;
}

.give-it-a-try-ui .reach-map-ui:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
    width: 100%;
  }
}

@media (max-width: 992px) {
  .faq-block-ui {
    padding: 70px 0 40px;
  }
  .faq-block-ui .top-master-ui {
    gap: 40px;
  }
  .faq-block-ui .company_holder {
    margin-top: 50px;
  }
}

@media (min-width: 768px) {
  .educational-rewards-ui .our-ethos-ui {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
  .educational-rewards-ui .desc-block-ui {
    padding: 50px;
  }
  .educational-rewards-ui .desc-block-ui > div {
    gap: 30px;
    display: flex;
  }
  .educational-rewards-ui .desc-block-ui > div > ul {
    flex: 1;
  }
  .educational-rewards-ui .desc-block-ui h4 {
    font-size: calc(23px * 1.1);
  }
}

@media (max-width: 992px) {
  .thxArea-ui {
    padding: 5rem 0;
  }
  .thxArea-ui .our-ethos-ui {
    gap: 2rem;
    padding: 2.5rem;
  }
  .thxArea-ui h5 {
    font-size: calc(24px * 0.9);
  }
}

@media (max-width: 576px) {
  .thxArea-ui {
    padding: 3rem 0;
  }
  .thxArea-ui .our-ethos-ui {
    gap: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
    padding: 1.5rem;
  }
  .thxArea-ui h5 {
    font-size: calc(24px * 0.8);
  }
  .thxArea-ui h5::before {
    width: 0.3rem;
    left: -1rem;
  }
  .thxArea-ui a {
    padding: 0.8rem 1rem;
  }
  .thxArea-ui p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
  }
}

@media (max-width: 768px) {
  .contact-form-box-ui {
    padding: 60px 0;
  }
  .contact-form-box-ui .connect-feedback-ui {
    flex-direction: column;
  }
  .contact-form-box-ui .image-stack-ui {
    min-height: 300px;
    width: 100%;
  }
  .contact-form-box-ui .connect-panel-ui {
    padding: 40px 30px;
    width: 100%;
  }
  .contact-form-box-ui form h3 {
    margin-bottom: 30px;
  }
  .contact-form-box-ui form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
  }
  .contact-form-box-ui .request-panel-ui {
    margin-bottom: 30px;
  }
  .contact-form-box-ui .reach-map-ui {
    padding: 15px 30px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .pricing-deck-ui .plan-options-ui {
    align-items: flex-start;
    gap: 2rem;
    flex-direction: row;
  }
  .pricing-deck-ui .pricing-block-ui {
    margin-bottom: 0;
    padding-top: 2rem;
    order: 0;
    flex: 0 0 30%;
  }
  .pricing-deck-ui .bundle-offer-ui {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  }
  .pricing-deck-ui .indv-sub-ui {
    border-radius: 0.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pricing-deck-ui .group-rates-ui,
  .pricing-deck-ui .indv-sub-ui,
  .pricing-deck-ui .image-stack-ui,
  .pricing-deck-ui .study-pricing-ui::before,
  .pricing-deck-ui .indv-sub-ui::before {
    transition: none;
  }
}

@media screen and (max-width: 480px) {
  .company-info-ui {
    padding: 40px 0;
  }
  .company-info-ui h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 30px;
  }
  .company-info-ui h3::after {
    width: 40px;
    bottom: -10px;
  }
  .company-info-ui .mentor-values-ui {
    margin-bottom: 40px;
  }
  .company-info-ui .mentor-values-ui p,
  .company-info-ui .master-sessions-ui p {
    margin-bottom: 180px;
    font-size: calc(16px * 0.9);
  }
  .company-info-ui .mentor-values-ui .image-stack-ui,
  .company-info-ui .master-sessions-ui .skills-center-ui {
    height: 160px;
  }
  .company-info-ui .mentor-values-ui .image-stack-ui {
    box-shadow: -8px 8px 0 rgb(186, 218, 190, 0.5);
    margin-top: -180px;
  }
  .company-info-ui .master-sessions-ui .skills-center-ui {
    box-shadow: 8px 8px 0 rgb(191, 149, 135, 0.5);
  }
  .company-info-ui .mentor-values-ui .image-stack-ui:hover {
    box-shadow: -10px 10px 0 rgb(186, 218, 190, 0.5);
    transform: translate(3px, -3px);
  }
  .company-info-ui .master-sessions-ui .skills-center-ui:hover {
    box-shadow: 10px 10px 0 rgb(191, 149, 135, 0.5);
    transform: translate(-3px, -3px);
  }
  .company-info-ui .mentor-values-ui span {
    margin-bottom: 15px;
    font-size: calc(23px * 0.9);
  }
  .company-info-ui .our-ethos-ui::before,
  .company-info-ui .our-ethos-ui::after {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (max-width: 800px) {
  .cookie-box-ui {
    padding: 15px;
  }
  .cookie-lock-ui {
    display: none;
  }
  .cookie-alert-overlay-ui h5 {
    font-size: 16px;
  }
  .cookie-alert-overlay-ui p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .course-overview-ui {
    padding: 80px 0;
  }
  .course-overview-ui .study-track-ui {
    margin: 30px auto;
    width: 90%;
    padding: 60px 40px;
  }
  .course-overview-ui .top-head-ui {
    height: 60px;
    top: -30px;
    width: 60px;
  }
  .course-overview-ui .top-head-ui svg {
    width: 35px;
    height: 35px;
  }
  .course-overview-ui h3 {
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-size: calc(37px - 4px);
  }
  .course-overview-ui p {
    font-size: calc(15px - 1px);
    line-height: 1.7;
  }
}

@media screen and (max-width: 992px) {
  .give-it-a-try-ui {
    padding: 4rem 0;
    transform: perspective(1000px) rotateX(1deg);
  }
  .give-it-a-try-ui h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
  }
  .give-it-a-try-ui .our-ethos-ui {
    padding: 1.75rem 2.5rem;
  }
  .give-it-a-try-ui svg {
    width: 40px;
    height: 40px;
  }
  .give-it-a-try-ui .reach-map-ui {
    padding: 0.875rem 2.25rem;
  }
}

@media screen and (max-width: 576px) {
  .give-it-a-try-ui {
    padding: 3rem 0;
  }
  .give-it-a-try-ui h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
  }
   .our-ethos-ui {
    padding: 1.25rem 1.5rem;
    width: 320px !important;
  }
  .give-it-a-try-ui svg {
    width: 32px;
    height: 32px;
  }
  .give-it-a-try-ui .reach-map-ui {
    font-size: calc(16px * 0.9);
    padding: 0.75rem 1.5rem;
  }
}

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

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

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

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: perspective(1000px) rotateY(5deg) translateZ(-20px)
      translateY(20px);
  }
  100% {
    opacity: 1;
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(0);
  }
}

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

@media(max-width: 600px) {
    .connect-feedback-ui {
        width: 300px;
    }
    
    .master-sessions-ui {
        display: flex  !important;
        flex-direction: column !important;
    }

    .image-stack-ui {
        display: none;
    }

    .mentor-values-ui p {
        width: 310px !important;
    }

    .master-sessions-ui p {
margin: 0 !important;
width: 310px !important;
    }
}
