/* Global mobile safety */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

/* Fix oversized inline SVGs (512pt icons break mobile layout) */
svg {
  max-width: 30px !important;
  width: 30px !important;
  height: 30px !important;
  flex-shrink: 0;
  overflow: hidden;
}

.course_benefitsXDfC li span svg,
.program_informationWVEo svg,
li span svg {
  width: 24px !important;
  height: 24px !important;
  max-width: 24px !important;
}

.title_introylbM .learn_opengNmb svg {
  width: 60px !important;
  height: 60px !important;
  max-width: 60px !important;
}

.site-logo {
  width: 90px !important;
  max-width: 90px !important;
  height: auto !important;
  display: block;
  transition: all 0.3s ease;
}

header {
  padding: 0.5rem 0 !important;
}

header .nav_expertjPds {
  padding: 0;
}

header .nav_knowFyAl {
  padding: 0.5rem 0.75rem !important;
  gap: 0.5rem !important;
  display: flex !important;
}

.header-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 12px;
}

header .main_mainwraplyRs {
  padding: 0.25rem 0.5rem !important;
  margin-bottom: 0 !important;
}

header .nav_mainbarWENa {
  padding: 0.25rem 0.6rem !important;
}

header .main_mainwraplyRs:hover .site-logo {
  transform: translateY(-2px);
  filter: drop-shadow(0 2px 4px rgba(185, 209, 179, 0.5));
}

.site-logo--footer {
  width: 120px !important;
  max-width: 120px !important;
  height: auto !important;
  display: block;
  margin-bottom: 1rem;
}

.nav_toggle_btn {
  display: none;
  border: none;
  background: transparent;
  font: inherit;
  line-height: 0;
}

footer .info_item p {
  margin: 0;
  line-height: 1.5;
}

footer .info_item--static {
  cursor: default;
  pointer-events: none;
}

footer .info_item--static:hover {
  background-color: rgba(255, 255, 255, 0.03);
  transform: none;
}

footer .info_item--static p {
  cursor: default;
  pointer-events: none;
  user-select: text;
}

footer .info_item--address {
  max-width: 100% !important;
  min-width: 0 !important;
  width: 100%;
  flex: 1 1 100%;
  min-height: auto !important;
  height: auto !important;
  align-items: center;
  padding: 16px 20px !important;
}

footer .info_item--address p {
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  height: auto !important;
  width: auto !important;
  max-width: 100%;
  text-align: center;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.5;
}

footer .info_item a {
  color: rgb(185, 209, 179);
  text-decoration: underline;
}

footer .info_item a:hover {
  color: #ffffff;
}

.form-phone-error {
  color: #ffcccc;
  font-size: 13px;
  margin-top: -0.75rem;
  margin-bottom: 1rem;
  display: block;
}

/* Desktop navigation */
@media (min-width: 992px) {
  header .nav_knowFyAl {
    flex-direction: column !important;
    align-items: center !important;
  }

  .header-top-row {
    justify-content: center;
  }

  header .first_classhoJV {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    overflow: visible !important;
    white-space: normal !important;
    width: 100% !important;
    padding: 0.35rem !important;
    gap: 0.25rem !important;
  }

  .nav_toggle_btn {
    display: none !important;
  }
}

/* Mobile navigation */
@media (max-width: 991px) {
  header .nav_knowFyAl {
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
  }

  .nav_toggle_btn {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 8px;
    cursor: pointer;
    background: #ffffff !important;
    border: 2px solid rgb(150, 181, 143) !important;
    border-radius: 8px;
    z-index: 200;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  }

  .nav_toggle_btn span {
    display: block !important;
    width: 22px !important;
    height: 2px !important;
    max-width: 22px !important;
    background: rgb(100, 130, 95) !important;
    transition: all 0.3s ease;
    border-radius: 2px;
  }

  header .first_classhoJV {
    display: none !important;
    width: 100% !important;
    flex-direction: column !important;
    overflow: visible !important;
    flex-wrap: nowrap !important;
    white-space: normal !important;
    padding: 0.75rem !important;
    gap: 0.35rem;
    background: rgb(220, 235, 217);
    border-radius: 10px;
    margin-top: 0.35rem;
  }

  header .first_classhoJV.is-open {
    display: flex !important;
  }

  .nav_toggle_btn.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav_toggle_btn.is-active span:nth-child(2) {
    opacity: 0;
  }

  .nav_toggle_btn.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  header .main_mainwraplyRs .site-logo {
    width: 75px !important;
    max-width: 75px !important;
  }

  header .nav_mainbarWENa {
    white-space: normal !important;
    width: 100% !important;
    text-align: center;
    flex-shrink: 1 !important;
    display: block !important;
  }
}

@media (max-width: 767px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .warp-containeruHoy,
  .nav_teachDhuN,
  section {
    max-width: 100%;
    overflow-x: hidden;
  }

  .program_informationWVEo {
    min-height: auto !important;
    padding: 2.5rem 0 !important;
    display: block !important;
  }

  .program_informationWVEo .knowledgeUEPM {
    position: relative !important;
    height: 180px !important;
    overflow: hidden !important;
    margin-bottom: 1rem;
  }

  .program_informationWVEo .study_hackdsfq {
    width: 500% !important;
  }

  .program_informationWVEo .fast_developmentLICv {
    width: 20% !important;
  }

  .program_informationWVEo .career_classesMNyX {
    padding: 1.25rem 1rem !important;
  }

  .program_informationWVEo .career_classesMNyX h3 {
    font-size: 1.35rem !important;
    line-height: 1.3 !important;
    word-break: break-word;
  }

  .program_informationWVEo .career_classesMNyX p {
    font-size: 0.95rem !important;
    text-align: left !important;
    word-break: break-word;
  }

  .program_informationWVEo .heritage_tlTlGO {
    max-width: 100% !important;
  }

  .pricing_shelfmgGu {
    padding: 2.5rem 0 !important;
  }

  .pricing_shelfmgGu .plan_costtKMA {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
    gap: 16px !important;
  }

  .pricing_shelfmgGu .pricing_dealsuMdI {
    min-height: auto !important;
    padding: 1.25rem !important;
  }

  .pricing_shelfmgGu h2 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }

  .course_benefitsXDfC {
    padding: 2.5rem 0 !important;
  }

  .course_benefitsXDfC .text_card_wrapdjYw {
    padding: 1.25rem 1rem !important;
  }

  .course_benefitsXDfC h4 {
    font-size: 1.25rem !important;
    word-break: break-word;
  }

  .company_overviewMIks {
    padding: 3rem 0 4rem !important;
  }

  .company_overviewMIks .text_card_wrapdjYw {
    padding: 1.25rem 1rem !important;
  }

  .company_overviewMIks h2 {
    font-size: 1.5rem !important;
    padding: 0 12px;
  }

  .statistical_summarybIFL {
    padding: 2.5rem 0 !important;
  }

  .statistical_summarybIFL .container {
    flex-direction: column !important;
    max-width: 100% !important;
    padding: 0 12px !important;
  }

  .statistical_summarybIFL .statistics_extrasfFsw {
    flex: 1 1 100% !important;
    width: 100% !important;
  }

  .statistical_summarybIFL .career_statisticsILfZ {
    width: 100% !important;
    padding: 1.25rem 1rem !important;
  }

  .statistical_summarybIFL .growth_statisticslDEC {
    flex: 0 0 50% !important;
    height: auto !important;
    min-height: 96px;
    padding: 16px 8px !important;
  }

  .statistical_summarybIFL .growth_statisticslDEC h4 {
    font-size: 1.6rem !important;
  }

  .leadership_profileVAec .learner_reviewcaPe {
    padding: 1.25rem !important;
  }

  .leadership_profileVAec .work_boxZzto {
    font-size: 0.95rem !important;
    word-break: break-word;
  }

  .title_introylbM {
    padding: 3rem 0 !important;
  }

  .title_introylbM .heritage_tlTlGO {
    padding: 0 12px !important;
  }

  .title_introylbM h1 {
    font-size: 1.65rem !important;
    line-height: 1.3 !important;
  }

  .title_introylbM .img_expandkgJY {
    width: 100% !important;
    height: 240px !important;
    min-height: 0 !important;
  }

  .company_overviewMIks {
    padding: 60px 0 80px !important;
  }

  .statistical_summarybIFL .growth_statisticslDEC {
    flex: 0 0 50% !important;
    height: auto !important;
    min-height: 110px;
  }

  .leadership_profileVAec {
    padding: 3rem 0 !important;
  }

  .leadership_profileVAec .container {
    padding: 0 12px !important;
  }

  .reach_outyTxI .connect_querypSMm {
    flex-direction: column;
  }

  .reach_outyTxI .img_expandkgJY {
    min-height: 220px;
    flex: none;
    width: 100%;
  }

  .reach_outyTxI .feedback_mapfIDN {
    flex: none;
    width: 100%;
    padding: 2rem 1.25rem;
  }

  .reach_outyTxI .feedback_mapfIDN input:not([type="checkbox"]):not([type="submit"]) {
    font-size: 16px;
    width: 100%;
    box-sizing: border-box;
  }

  .reach_outyTxI .feedback_mapfIDN .message_widgetkGfO {
    flex-wrap: wrap;
    gap: 0.5rem;
  }

  .reach_outyTxI .feedback_mapfIDN .query_feedbackKrLF {
    width: 100%;
    padding: 1rem;
    font-size: 16px;
  }

  footer .input_holder {
    flex-direction: column;
    width: 100%;
  }

  footer .input_holder input[type="email"],
  footer .email_formCrjo {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
  }

  footer .email_formCrjo {
    min-width: 0;
  }

  .stay_connectedPwfi .input_holder {
    flex-direction: column;
    width: 100%;
  }

  .stay_connectedPwfi .input_holder span {
    flex: 1 1 100%;
    width: 100%;
  }

  .stay_connectedPwfi input[type="email"],
  .stay_connectedPwfi .email_formCrjo {
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
  }

  footer .write_feedbackXueg {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  footer .info_item {
    clip-path: none !important;
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    min-height: auto !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
  }

  footer .info_item::before {
    display: none !important;
  }

  footer .info_item p,
  footer .info_item a {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    display: block !important;
    height: auto !important;
    width: 100% !important;
  }

  footer .text_main_holder {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  footer .head_mainwraptHoR {
    text-align: center;
  }

  footer .head_mainwraptHoR .site-logo--footer {
    margin-left: auto;
    margin-right: auto;
  }

  .cookie_notice_windowdBzK .container {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
  }

  .cookie_frameTYax {
    flex-wrap: wrap;
    justify-content: center;
  }

  .privacy_cloisterwEhD {
    padding: 2rem 0 !important;
  }

  .privacy_cloisterwEhD h1 {
    font-size: 1.75rem !important;
    line-height: 1.3 !important;
    word-break: break-word;
  }

  .privacy_cloisterwEhD h2,
  .privacy_cloisterwEhD h4 {
    font-size: 1.25rem !important;
    word-break: break-word;
  }

  .privacy_cloisterwEhD p,
  .privacy_cloisterwEhD li {
    word-break: break-word;
  }

  .privacy_cloisterwEhD .container,
  .about_company_hero .container,
  .about_company_split .container,
  .about_company_values .container,
  .about_company_cta .container {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
}

@media (max-width: 480px) {
  header .main_mainwraplyRs .site-logo {
    width: 65px !important;
    max-width: 65px !important;
  }

  .reach_outyTxI h2 {
    font-size: calc(41px * 0.7);
    padding: 0 0.5rem;
  }

  .title_introylbM h1 {
    font-size: 1.45rem !important;
  }
}

/* About page */
.about_company_hero {
  background: linear-gradient(135deg, rgb(220, 235, 217) 0%, rgb(185, 209, 179, 0.45) 100%);
  padding: 4rem 0 3rem;
}

.about_company_hero .container {
  max-width: 900px;
  text-align: center;
}

.about_company_hero h1 {
  font-size: calc(38px * 0.95);
  margin-bottom: 1.25rem;
  color: #000000;
  line-height: 1.25;
}

.about_company_hero p {
  font-size: 17px;
  line-height: 1.75;
  color: #000000;
  opacity: 0.9;
}

.about_company_split {
  padding: 4rem 0;
  background: #ffffff;
}

.about_company_split .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.about_company_split__media img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.about_company_split__content h2,
.about_company_feature__text h2,
.about_company_values h2 {
  font-size: 30px;
  margin-bottom: 1rem;
  color: rgb(150, 181, 143);
}

.about_company_split__content p,
.about_company_feature__text p,
.about_company_values li {
  font-size: 16px;
  line-height: 1.75;
  color: #000000;
  margin-bottom: 1rem;
}

.about_company_values {
  padding: 4rem 0;
  background: rgb(220, 235, 217);
}

.about_company_values h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.about_company_values ul {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding: 0;
}

.about_company_values li {
  background: #ffffff;
  border-radius: 12px;
  padding: 1.75rem;
  margin: 0;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  border-left: 4px solid rgb(185, 209, 179);
}

.about_company_values li strong {
  display: block;
  font-size: 18px;
  margin-bottom: 0.75rem;
  color: rgb(150, 181, 143);
}

.about_company_feature {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
}

.about_company_feature img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_company_feature__text {
  position: relative;
  z-index: 2;
  max-width: 560px;
  margin-left: auto;
  margin-right: 5%;
  background: rgba(255, 255, 255, 0.94);
  padding: 2.5rem;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.about_company_cta {
  padding: 3.5rem 0;
  background: linear-gradient(135deg, rgb(150, 181, 143) 0%, rgb(185, 209, 179) 100%);
  text-align: center;
}

.about_company_cta h2 {
  color: #ffffff;
  font-size: 28px;
  margin-bottom: 1rem;
}

.about_company_cta p {
  color: rgba(255, 255, 255, 0.92);
  max-width: 640px;
  margin: 0 auto 1.5rem;
  line-height: 1.7;
}

.about_company_cta .query_feedbackKrLF {
  display: inline-block;
  padding: 0.9rem 2rem;
  background: #ffffff;
  color: rgb(150, 181, 143);
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
}

.about_company_cta .query_feedbackKrLF:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
  .about_company_split .container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .about_company_split__media img {
    height: 300px;
  }

  .about_company_values ul {
    grid-template-columns: 1fr;
  }

  .about_company_feature {
    min-height: auto;
    flex-direction: column;
  }

  .about_company_feature img {
    position: relative;
    height: 280px;
  }

  .about_company_feature__text {
    margin: 0;
    max-width: 100%;
    border-radius: 0;
  }
}

@media (max-width: 768px) {
  .about_company_hero {
    padding: 3rem 0 2rem;
  }

  .about_company_hero h1 {
    font-size: calc(32px * 0.9);
  }
}
