header {
  position: relative;
  background-color: #0d0d0d;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
}

.card-image {
  display: block;
  min-height: 20rem;
  background: #fff center center no-repeat;
  background-size: cover;
  /*filter: blur(3px);*/
}

.card-image>img {
  display: block;
  width: 100%;
  opacity: 0;
}

.card-image.is-loaded {
  filter: none;
  transition: filter 1s;
}

.card-list {
  display: block;
  margin: 1rem auto;
  padding: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
  font-family: 'Poppins';
  width: 70%;
}

.card {
  display: inline-block;
  width: 90%;
  max-width: 20rem;
  margin: 1rem;
  height: 420px;
  font-size: 1rem;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 0 3rem -1rem rgba(0, 0, 0, 0.5);
  transition: transform 0.1s ease-in-out, box-shadow 0.1s;
}

.card:hover {
  transform: translateY(-0.5rem) scale(1.0125);
  box-shadow: 0 0.5em 3rem -1rem rgba(0, 0, 0, 0.5);
}

.card-description {
  display: block;
  padding: 0.5em 0.5em;
  color: #515151;
  text-decoration: none;
  font-size: 12px;
}

.card-description>h2 {
  margin: 0 0 0.5em;
  font-weight: bold;
  font-family: 'Poppins';
  font-size: 24px;
}

.card-description>p {
  margin: 0;
}

a {
  text-decoration: none;
}

.link-more:hover {
  color: black;
}

.loading-page {
  background: #0d0d0d;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-page .counter {
  text-align: center;
}

.loading-page .counter p {
  font-size: 40px;
  font-weight: 100;
  color: #f60d54;
}

.loading-page .counter h1 {
  color: white;
  font-size: 70px;
  margin-top: -10px;
}

.loading-page .counter hr {
  background: #f60d54;
  border: none;
  height: 1px;
}

.loading-page .counter {
  position: relative;
  width: 200px;
}

.loading-page .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}

.loading-page .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}

.loading-page-2 {
  background: #0d0d0d;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-page-2 .counter {
  text-align: center;
}

.loading-page-2 .counter p {
  font-size: 40px;
  font-weight: 100;
  color: #f60d54;
}

.loading-page-2 .counter h1 {
  color: white;
  font-size: 70px;
  margin-top: -10px;
}

.loading-page-2 .counter hr {
  background: #f60d54;
  border: none;
  height: 1px;
}

.loading-page-2 .counter {
  position: relative;
  width: 200px;
}

.loading-page-2 .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}

.loading-page-2 .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}

.loading-page-3 {
  background: #0d0d0d;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-page-3 .counter {
  text-align: center;
}

.loading-page-3 .counter p {
  font-size: 40px;
  font-weight: 100;
  color: #f60d54;
}

.loading-page-3 .counter h1 {
  color: white;
  font-size: 70px;
  margin-top: -10px;
}

.loading-page-3 .counter hr {
  background: #f60d54;
  border: none;
  height: 1px;
}

.loading-page-3 .counter {
  position: relative;
  width: 200px;
}

.loading-page-3 .counter h1.abs {
  position: absolute;
  top: 0;
  width: 100%;
}

.loading-page-3 .counter .color {
  width: 0px;
  overflow: hidden;
  color: #f60d54;
}

#button {
  display: inline-block;
  background-color: #f60d54;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.img-fluid:hover {
  opacity: 0.3;
  transition: .5s ease;
}

.certifications-section {
  background: linear-gradient(180deg, rgba(246, 246, 246, 0.85) 0%, rgba(255, 255, 255, 1) 65%);
}

.certifications-eyebrow {
  color: #f60d54;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
  font-family: 'Poppins';
  font-size: 0.78rem;
}

.certifications-subtitle {
  color: #515151;
  font-size: 1.02rem;
}

.about-page {
  font-family: 'Poppins', sans-serif;
  background:
    radial-gradient(circle at 8% 15%, rgba(241, 127, 42, 0.1), rgba(241, 127, 42, 0) 36%),
    radial-gradient(circle at 92% 18%, rgba(246, 13, 84, 0.1), rgba(246, 13, 84, 0) 34%),
    linear-gradient(180deg, #f8f9fb 0%, #ffffff 55%);
}

.courses-page {
  font-family: 'Poppins', sans-serif;
  background:
    radial-gradient(circle at 6% 14%, rgba(241, 127, 42, 0.1), rgba(241, 127, 42, 0) 34%),
    radial-gradient(circle at 92% 18%, rgba(246, 13, 84, 0.09), rgba(246, 13, 84, 0) 32%),
    linear-gradient(180deg, #f8f9fb 0%, #ffffff 58%);
}

.course-detail-page {
  font-family: 'Poppins', sans-serif;
  background:
    radial-gradient(circle at 10% 12%, rgba(241, 127, 42, 0.1), rgba(241, 127, 42, 0) 35%),
    radial-gradient(circle at 91% 20%, rgba(246, 13, 84, 0.08), rgba(246, 13, 84, 0) 33%),
    linear-gradient(180deg, #f8f9fb 0%, #ffffff 62%);
}

.course-detail-page>.container {
  max-width: 1140px;
}

.course-detail-page>.container>.row>.col-lg-12 {
  background: #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 18px;
  box-shadow: 0 24px 56px -44px rgba(0, 0, 0, 0.9);
  padding: 2rem 1.5rem 1.8rem !important;
  margin-top: 1rem;
  margin-bottom: 2.1rem;
}

.course-detail-page .section-heading {
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  color: #111;
  line-height: 1.12;
  margin-bottom: 1.05rem;
}

.course-detail-page .section-subheading {
  margin: 0 !important;
  padding: 0 !important;
}

.course-detail-page .section-subheading:empty {
  display: none;
}

.course-detail-page .p-3.mb-4 {
  border-radius: 12px;
  background: linear-gradient(165deg, rgba(249, 249, 250, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
  border: 1px solid rgba(13, 13, 13, 0.09);
  border-left: 4px solid #f17f2a !important;
  box-shadow: 0 16px 34px -30px rgba(0, 0, 0, 0.75);
}

.course-detail-page .p-3.mb-4 .btn {
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.course-detail-page p {
  color: #454545;
  line-height: 1.72;
  font-size: 0.98rem;
  margin-bottom: 0.82rem;
}

.course-detail-page p strong,
.course-detail-page li strong {
  color: #1a1a1a;
}

.course-detail-page ul {
  margin: 0.35rem 0 1rem;
  padding-left: 1.2rem;
}

.course-detail-page li {
  margin-bottom: 0.44rem;
  color: #4a4a4a;
  line-height: 1.65;
}

.course-detail-page ul li::marker {
  color: #f60d54;
}

@media (max-width: 767.98px) {
  .course-detail-page>.container>.row>.col-lg-12 {
    padding: 1.2rem 0.95rem 1.1rem !important;
    border-radius: 14px;
    margin-top: 0.7rem;
  }

  .course-detail-page .section-heading {
    font-size: 1.35rem;
  }

  .course-detail-page p,
  .course-detail-page li {
    font-size: 0.92rem;
    line-height: 1.6;
  }
}

.courses-page section[id^="portfolio"] {
  background: transparent !important;
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}

.courses-page section[id^="portfolio"] .container {
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 18px;
  padding: 0.35rem 1rem 1.4rem;
  box-shadow: 0 24px 54px -42px rgba(0, 0, 0, 0.9);
}

.courses-section-head {
  position: relative;
}

.courses-kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f60d54;
  font-size: 0.78rem;
  font-weight: 700;
}

.courses-page .section-heading {
  font-size: clamp(1.42rem, 2.8vw, 2.25rem);
  color: #0d0d0d;
  line-height: 1.15;
  margin-bottom: 0.5rem;
}

.courses-page .section-subheading {
  font-size: 0.98rem;
  color: #5f5f5f !important;
  margin-bottom: 0;
}

.courses-page .portfolio-item {
  margin-bottom: 0.65rem;
}

.courses-page .portfolio-link {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 18px 30px -24px rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.09);
  background: #fff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.courses-page .portfolio-link:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 36px -24px rgba(0, 0, 0, 0.9);
  border-color: rgba(241, 127, 42, 0.42);
}

.courses-page .portfolio-link img.img-fluid {
  width: 100% !important;
  height: 240px !important;
  object-fit: cover;
  opacity: 1 !important;
  transition: transform 0.35s ease;
}

.courses-page .portfolio-link:hover img.img-fluid {
  transform: scale(1.03);
}

.courses-page .portfolio-caption {
  padding: 0;
}

.courses-page .portfolio-item h4 {
  margin: 0.8rem 0 0.2rem;
  font-size: 1rem !important;
  line-height: 1.35;
  letter-spacing: 0.01em;
  color: #151515;
  min-height: 2.7em;
}

.courses-page .portfolio-modal .modal-dialog {
  max-width: 980px;
}

.courses-page .portfolio-modal .modal-content {
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 28px 70px -42px rgba(0, 0, 0, 0.9);
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%);
}

.courses-page .portfolio-modal .modal-body {
  text-align: left;
  padding: 1.2rem 0 0.95rem;
}

.courses-page .portfolio-modal .modal-body h2 {
  margin-bottom: 1rem;
  font-size: clamp(1.12rem, 2.1vw, 1.72rem);
  line-height: 1.2;
  color: #111 !important;
  letter-spacing: 0.02em;
  text-align: left;
}

.courses-page .portfolio-modal .modal-body h2 span {
  color: inherit !important;
  font: inherit;
}

.courses-page .portfolio-modal .modal-body p {
  font-family: 'Poppins', sans-serif !important;
  font-size: 0.96rem;
  color: #444 !important;
  line-height: 1.72;
  text-align: left !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.courses-page .portfolio-modal .modal-body p span {
  color: inherit !important;
  background: transparent !important;
  font-size: inherit !important;
}

.courses-page .portfolio-modal .modal-body p br+br {
  display: none;
}

.courses-page .portfolio-modal .modal-body ul.list-unstyled {
  display: none;
}

.courses-page .portfolio-modal .modal-body img {
  width: 100%;
  max-height: 330px;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 32px -30px rgba(0, 0, 0, 0.85);
}

.courses-page .portfolio-modal .btn.btn-primary {
  margin-top: 0.35rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #111111 0%, #2a2a2a 100%) !important;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.64rem 1.15rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.courses-page .portfolio-modal .btn.btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 26px -18px rgba(0, 0, 0, 0.9);
}

.courses-page .portfolio-modal .btn.btn-primary .fa {
  margin-right: 0.36rem;
}

@media (max-width: 991.98px) {
  .courses-page section[id^="portfolio"] .container {
    border-radius: 15px;
  }

  .courses-page .portfolio-link img.img-fluid {
    height: 220px !important;
  }

  .courses-page .portfolio-modal .modal-body img {
    max-height: 290px;
  }
}

@media (max-width: 767.98px) {
  .courses-page section[id^="portfolio"] {
    padding-top: 0.45rem;
    padding-bottom: 0.95rem;
  }

  .courses-page section[id^="portfolio"] .container {
    padding: 0.15rem 0.75rem 1rem;
  }

  .courses-page .section-heading {
    font-size: 1.3rem;
  }

  .courses-page .section-subheading {
    font-size: 0.9rem;
  }

  .courses-page .portfolio-item h4 {
    font-size: 0.93rem !important;
    min-height: 2.5em;
  }

  .courses-page .portfolio-link img.img-fluid {
    height: 205px !important;
  }

  .courses-page .portfolio-modal .modal-body {
    padding-top: 0.95rem;
  }

  .courses-page .portfolio-modal .modal-body h2 {
    font-size: 1.02rem;
  }

  .courses-page .portfolio-modal .modal-body p {
    font-size: 0.9rem;
    line-height: 1.62;
  }

  .courses-page .portfolio-modal .modal-body img {
    max-height: 240px;
    border-radius: 12px;
  }
}

.about-hero-section {
  position: relative;
}

.about-hero-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.78rem;
  font-weight: 700;
  color: #f60d54;
  margin-bottom: 0.9rem;
}

.about-hero-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.05;
  color: #0d0d0d;
  font-weight: 700;
}

.about-hero-lead {
  color: #4b4b4b;
  font-size: 1.06rem;
  line-height: 1.7;
  max-width: 50ch;
}

.about-hero-actions .btn {
  border-radius: 999px;
  padding-top: 0.72rem;
  padding-bottom: 0.72rem;
}

.about-hero-panel {
  background: #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  border-radius: 16px;
  box-shadow: 0 24px 54px -40px rgba(0, 0, 0, 0.8);
  padding: 1.25rem;
  display: grid;
  gap: 0.75rem;
}

.about-hero-panel-item {
  border-radius: 12px;
  padding: 0.82rem 0.9rem;
  background: linear-gradient(135deg, rgba(248, 248, 248, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(13, 13, 13, 0.08);
}

.about-hero-panel-item h2 {
  margin: 0 0 0.3rem;
  font-size: 0.92rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #202020;
  letter-spacing: 0.03em;
}

.about-hero-panel-item p {
  margin: 0;
  color: #555;
  font-size: 0.9rem;
  line-height: 1.5;
}

.about-story-shell {
  background: #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.09);
  border-radius: 18px;
  box-shadow: 0 22px 50px -42px rgba(0, 0, 0, 0.88);
  padding: 1.5rem;
}

.about-section-title {
  font-size: clamp(1.2rem, 2.4vw, 1.72rem);
  font-weight: 700;
  color: #111;
  margin-bottom: 1rem;
}

.about-story-shell p {
  color: #4a4a4a;
  line-height: 1.8;
  font-size: 0.99rem;
}

.about-highlights-card {
  border: 1px solid rgba(13, 13, 13, 0.1);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(255, 255, 255, 1) 0%, rgba(249, 250, 251, 1) 100%);
  padding: 1.1rem 1rem;
}

.about-highlights-card h3 {
  margin: 0 0 0.8rem;
  font-size: 0.96rem;
  color: #0d0d0d;
  font-weight: 700;
}

.about-highlights-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.55rem;
}

.about-highlights-list li {
  position: relative;
  padding-left: 1.2rem;
  color: #505050;
  font-size: 0.91rem;
  line-height: 1.5;
}

.about-highlights-list li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #f60d54;
  position: absolute;
  left: 0;
  top: 0.52rem;
}

.about-value-card {
  background: #ffffff;
  border: 1px solid rgba(13, 13, 13, 0.09);
  border-radius: 14px;
  padding: 1.2rem 1rem;
  box-shadow: 0 18px 34px -30px rgba(0, 0, 0, 0.75);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.about-value-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 40px -32px rgba(0, 0, 0, 0.88);
  border-color: rgba(241, 127, 42, 0.38);
}

.about-value-card i {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #f60d54;
  background: rgba(246, 13, 84, 0.12);
  margin-bottom: 0.7rem;
}

.about-value-card h3 {
  margin: 0 0 0.38rem;
  font-size: 1rem;
  color: #131313;
  font-weight: 700;
}

.about-value-card p {
  margin: 0;
  color: #5c5c5c;
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 767.98px) {
  .about-story-shell {
    padding: 1.1rem 0.95rem;
  }

  .about-hero-panel {
    padding: 0.95rem;
  }

  .about-hero-lead {
    font-size: 0.98rem;
  }
}

.certification-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 14px;
  box-shadow: 0 20px 40px -30px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.certification-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 45px -28px rgba(0, 0, 0, 0.55);
}

.certification-card-header {
  padding: 1.1rem 1.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-family: 'Poppins';
}

.certification-card-header h3 {
  margin: 0;
  font-size: 1.18rem;
  font-weight: 700;
  color: #0d0d0d;
}

.certification-card-header p {
  margin: 0.35rem 0 0;
  color: #6f6f6f;
  font-size: 0.92rem;
}

.certification-media-link {
  display: block;
  background: #fafafa;
}

.certification-image {
  width: 100%;
  height: auto;
  display: block;
  opacity: 1;
  transition: transform 0.35s ease;
}

.certification-media-link:hover .certification-image {
  transform: scale(1.015);
}

@media (max-width: 767.98px) {
  .certification-card-header h3 {
    font-size: 1.06rem;
  }

  .certification-card-header p {
    font-size: 0.88rem;
  }

  .certifications-subtitle {
    font-size: 0.96rem;
  }
}

.organigramma-professional {
  max-width: 980px;
  margin-top: 2.4rem;
  padding: 2.1rem 1.6rem;
  border-radius: 16px;
  background: linear-gradient(165deg, rgba(252, 252, 252, 1) 0%, rgba(255, 255, 255, 1) 55%);
  border: 1px solid rgba(0, 0, 0, 0.09);
  box-shadow: 0 26px 44px -36px rgba(0, 0, 0, 0.6);
  font-family: 'Poppins';
  position: relative;
}

.organigramma-professional::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #f60d54 0%, #f17f2a 100%);
}

.organigramma-eyebrow {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f60d54;
  font-size: 0.78rem;
  font-weight: 700;
}

.organigramma-head h3 {
  margin: 0;
  color: #0d0d0d;
  font-size: 1.72rem;
  font-weight: 700;
}

.organigramma-intro {
  margin-top: 0.6rem;
  color: #666;
  font-size: 0.96rem;
  line-height: 1.55;
}

.organigramma-list {
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.85rem;
}

.organigramma-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.95rem 1.05rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.09);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.organigramma-item:hover {
  border-color: rgba(246, 13, 84, 0.35);
  box-shadow: 0 14px 30px -26px rgba(0, 0, 0, 0.8);
  transform: translateY(-2px);
}

.organigramma-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  background: rgba(246, 13, 84, 0.11);
  color: #f60d54;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.organigramma-content h4 {
  margin: 0;
  color: #202020;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.organigramma-person {
  margin: 0.2rem 0 0;
  font-size: 0.93rem;
  color: #414141;
  font-weight: 700;
  display: inline-block;
  background: rgba(0, 0, 0, 0.04);
  padding: 0.16rem 0.5rem;
  border-radius: 6px;
}

@media (min-width: 992px) {
  .organigramma-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767.98px) {
  .organigramma-professional {
    padding: 1.35rem 1rem;
    margin-top: 1.7rem;
  }

  .organigramma-head h3 {
    font-size: 1.45rem;
  }

  .organigramma-intro {
    font-size: 0.9rem;
  }

  .organigramma-item {
    padding: 0.85rem 0.8rem;
  }

  .organigramma-content h4 {
    font-size: 0.86rem;
  }

  .organigramma-person {
    font-size: 0.86rem;
  }
}

.contact-page-section {
  position: relative;
}

.contact-page-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(247, 248, 250, 0.9) 0%, rgba(255, 255, 255, 1) 72%);
  pointer-events: none;
}

.contact-page-section .container {
  position: relative;
  z-index: 1;
}

.contact-info-stack {
  gap: 0.35rem;
}

.contact-info-item {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  border: 1px solid rgba(13, 13, 13, 0.08);
  box-shadow: 0 12px 30px -28px rgba(13, 13, 13, 0.85);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.contact-info-item:hover {
  transform: translateY(-2px);
  border-color: rgba(241, 127, 42, 0.42);
  box-shadow: 0 18px 36px -30px rgba(13, 13, 13, 0.88);
}

.contact-info-item .bs-icon {
  box-shadow: 0 10px 22px -16px rgba(0, 0, 0, 0.65);
}

.contact-info-item h6 {
  margin-bottom: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  font-size: 0.78rem;
  color: #555;
}

.contact-info-item a,
.contact-info-item p {
  margin-bottom: 0;
  color: #111 !important;
  font-size: 0.95rem;
}

.contact-form-shell {
  height: 100%;
  display: flex;
}

.contact-form-card {
  width: 100%;
  border-radius: 14px;
  border: 1px solid rgba(13, 13, 13, 0.1);
  background: #fff;
  box-shadow: 0 24px 55px -38px rgba(0, 0, 0, 0.9);
}

.contact-form-card .form-control {
  border-radius: 10px;
  border-color: rgba(13, 13, 13, 0.14);
  padding-top: 0.74rem;
  padding-bottom: 0.74rem;
}

.contact-form-card .form-control:focus {
  border-color: #f17f2a;
  box-shadow: 0 0 0 0.2rem rgba(241, 127, 42, 0.2);
}

.contact-form-card textarea.form-control {
  min-height: 220px;
}

.contact-form-card .btn-dark {
  border-radius: 10px;
  font-weight: 700;
  padding: 0.78rem 1rem;
}

@media (max-width: 767.98px) {
  .contact-info-item {
    padding: 0.85rem !important;
  }

  .contact-form-card {
    margin-top: 0.4rem;
  }
}

.route-section {
  font-family: 'Poppins';
  background: linear-gradient(180deg, rgba(248, 250, 252, 0.9) 0%, rgba(255, 255, 255, 1) 65%);
}

.route-heading {
  margin-bottom: 1.8rem;
}

.route-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.76rem;
  font-weight: 700;
  color: #f17f2a;
}

.route-heading h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
}

.route-grid {
  align-items: stretch;
}

.route-card {
  border-radius: 14px;
  border: 1px solid rgba(13, 13, 13, 0.08);
  background: #fff;
  padding: 1.2rem 1.1rem;
  box-shadow: 0 18px 36px -30px rgba(13, 13, 13, 0.8);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.route-card:hover {
  transform: translateY(-3px);
  border-color: rgba(241, 127, 42, 0.38);
  box-shadow: 0 22px 40px -28px rgba(13, 13, 13, 0.85);
}

.route-card-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.route-icon {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, rgba(241, 127, 42, 0.18), rgba(246, 13, 84, 0.18));
  color: #0d0d0d;
  font-size: 1.08rem;
  flex-shrink: 0;
}

.route-card h3 {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0d0d0d;
}

.route-card p {
  margin: 0;
  color: #3d3d3d;
  line-height: 1.58;
  font-size: 0.95rem;
}

@media (max-width: 767.98px) {
  .route-heading h2 {
    font-size: 1.6rem;
  }

  .route-card {
    padding: 1rem 0.95rem;
  }
}