/*
Theme Name: Penvista Theme
Theme URI: https://penvistalimited.com
Author: the Penvista team
Author URI: https://penvistalimited.com
Description: Penvista Theme is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Penvista Theme comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.0
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: penvista-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap";
.hero {
  color: #fff;
  background-image: url(/assets/HqhzuWrPT7ke2nmMa0hC46wnM-CBCRo_YM.png);
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}
.hero-content {
  z-index: 2;
  flex-direction: column;
  flex-grow: 1;
  align-items: center;
  display: flex;
  position: relative;
}
.hero-text-container {
  margin-top: 60px;
}
.hero h1 {
  text-shadow: 0 4px 12px #0000004d;
  margin-bottom: 24px;
  font-size: 56px;
  line-height: 1.1;
}
.hero p {
  color: #aeb4b4;
  opacity: 0.9;
  text-shadow: 0 2px 8px #0000004d;
  margin-bottom: 40px;
  font-size: 28px;
}
.hero-actions {
  gap: 50px;
  display: flex;
}
.hero-actions .btn-primary {
  border-radius: 40px;
  gap: 8px;
  padding: 16px 32px;
  font-size: 24px;
}
.hero-btn-outline {
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffff1a;
  border: 1px solid #fffc;
  border-radius: 40px;
  gap: 8px;
  padding: 16px 32px;
  font-size: 24px;
}
.hero-btn-outline:hover {
  color: var(--dark-navy);
  background: #fff;
  border-color: #fff;
}
.mobile-stats-nav {
  display: none;
}
@media (width<=768px) {
  .hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .hero h1 {
    font-size: 36px;
  }
  .hero p {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
  }
  .mobile-stats-nav {
    pointer-events: none;
    justify-content: space-between;
    display: flex;
    position: absolute;
    top: 50%;
    left: -8px;
    right: -8px;
    transform: translateY(-50%);
  }
  .stats-nav-btn {
    background: var(--dark-navy);
    pointer-events: auto;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
    box-shadow: 0 4px 12px #0000001a;
  }
}
.programs {
  background-color: var(--bg-white);
  padding-top: 100px;
}
.program-category {
  margin-bottom: 80px;
}
.program-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 48px;
}
.section-label {
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  display: block;
}
h2 .sub {
  color: #a6a7a7;
  font-weight: 400;
}
.section-label:before,
.section-label:after {
  content: "";
  background-color: var(--primary);
  vertical-align: middle;
  opacity: 0.3;
  width: 40px;
  height: 2px;
  margin: 0 16px;
  display: inline-block;
}
.program-header h2 {
  color: var(--dark-navy);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.programs-slider {
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  gap: 32px;
  padding-bottom: 24px;
  display: flex;
  overflow-x: auto;
}
.programs-slider::-webkit-scrollbar {
  display: none;
}
.program-card {
  scroll-snap-align: center;
  border: 1px solid var(--border-color);
  background: #fff;
  border-radius: 24px;
  flex: 0 0 38%;
  min-width: 320px;
  transition: transform 0.3s, box-shadow 0.3s;
  overflow: hidden;
  box-shadow: 0 4px 20px #0000000d;
}
.program-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px #00000014;
}
.card-image,
.card-video {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.card-image img,
.card-video iframe {
  object-fit: cover;
  border: none;
  width: 100%;
  height: 100%;
}
.card-image img,
.video-thumbnail img {
  transition: transform 0.5s;
}
.program-card:hover .card-image img,
.program-card:hover .video-thumbnail img {
  transform: scale(1.05);
}
.video-thumbnail {
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.play-button-overlay {
  z-index: 2;
  background-color: #00000080;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  transition: background-color 0.3s, transform 0.3s;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-thumbnail:hover .play-button-overlay {
  background-color: var(--primary);
  transform: translate(-50%, -50%) scale(1.1);
}
.card-content {
  text-align: center;
  padding: 32px;
}
.card-title {
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  display: flex;
}
.flag {
  font-size: 24px;
}
.card-title h3 {
  color: var(--dark-navy);
  margin: 0;
  font-size: 24px;
}
.card-content p {
  color: var(--text-muted);
  margin-bottom: 24px;
  padding: 0 20px;
  font-size: 16px;
}
.card-btn {
  color: var(--dark-navy);
  border-color: var(--border-color);
  border-radius: 40px;
  margin: 0 auto;
  padding: 12px 24px;
}
.card-btn:hover {
  background: var(--bg-light);
  border-color: var(--dark-navy);
  color: var(--dark-navy);
}
.carousel-controls {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  padding: 0 16px;
  display: flex;
}
.carousel-btn {
  background: var(--dark-navy);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: background 0.2s;
  display: flex;
}
.carousel-btn:hover {
  background: var(--primary);
}
.carousel-btn.disabled {
  background: var(--bg-light);
  color: var(--text-muted);
  cursor: not-allowed;
}
.programs-divider {
  background-color: var(--border-color);
  width: 50%;
  height: 1px;
  margin: 0 auto 80px;
}
.programs .stats-container {
  z-index: 3;
  width: 100%;
  padding-bottom: 24px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translate(-50%);
}
.programs .hero-stats-wrapper {
  z-index: 2;
  position: relative;
}
.programs .hero-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}
.stat-card {
  -webkit-backdrop-filter: blur(16px);
  text-align: center;
  background: linear-gradient(135deg, #fff6, #ffffff1a);
  border: none;
  border-radius: 16px;
  flex-direction: column;
  padding: 32px 24px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000001a;
}
.stat-card-top h3 {
  color: #fff;
  text-shadow: 0 2px 8px #0003;
  margin: 0;
  font-size: 32px;
}
.stat-card-bottom p {
  color: var(--text-muted);
  text-shadow: none;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
@media (width<=768px) {
  .programs-slider {
    gap: 16px;
  }
  .program-card {
    min-width: unset;
    flex: 0 0 100%;
  }
  .program-header h2 {
    font-size: 24px;
  }
  .section-label:before,
  .section-label:after {
    width: 20px;
    margin: 0 8px;
  }
  .programs-stats {
    z-index: 1;
    position: static;
    top: 0;
  }
  .programs .hero-stats {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 16px;
    padding-bottom: 24px;
    display: flex;
    overflow-x: auto;
  }
  .programs .stats-container {
    position: relative;
  }
  .programs .hero-stats::-webkit-scrollbar {
    display: none;
  }
  .stat-card {
    scroll-snap-align: center;
    border: 1px solid var(--border-color);
    background: #fff;
    min-width: 85%;
  }
  .stat-card-top {
    -webkit-backdrop-filter: none;
    background: #fff;
    padding: 32px 24px 8px;
  }
  .stat-card-top h3 {
    color: var(--dark-navy);
    text-shadow: none;
  }
}
@media (width<=1024px) {
  .programs .hero-stats {
    gap: 16px;
  }
  .stat-card-top h3 {
    font-size: 28px;
  }
}
.testimonials {
  background-color: var(--bg-white);
  padding-bottom: 120px;
}
.testimonials-header {
  max-width: 800px;
  margin-bottom: 48px;
}
.testimonials-header h2 {
  color: var(--dark-navy);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.3;
}
.testimonials-header .section-label {
  display: inline-block;
}
.testimonials-header .section-label:before {
  display: none;
}
.testimonials-header .section-label:after {
  content: "";
  background-color: var(--primary);
  vertical-align: middle;
  opacity: 0.3;
  width: 40px;
  height: 2px;
  margin: 0 16px;
  display: inline-block;
}
.testimonials-grid {
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  display: grid;
}
.testimonial-card {
  border-radius: 24px;
  flex-direction: column;
  padding: 40px;
  display: flex;
}
.col-span-1 {
  grid-column: span 1;
}
.col-span-2 {
  grid-column: span 2;
}
.row-span-1 {
  grid-row: span 1;
}
.row-span-2 {
  grid-row: span 2;
}
.quote-icon {
  color: var(--dark-navy);
  opacity: 0.2;
  margin-bottom: 24px;
}
.testimonial-text {
  color: var(--dark-navy);
  flex-grow: 1;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.6;
}
.testimonial-author {
  align-items: center;
  gap: 16px;
  display: flex;
}
.testimonial-author img {
  object-fit: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
}
.testimonial-author strong {
  color: var(--dark-navy);
  font-size: 16px;
}
@media (width<=768px) {
  .testimonials-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  .row-span-2 {
    grid-row: span 1;
  }
  .testimonials-header h2 {
    font-size: 24px;
  }
}
.contact {
  flex-direction: column;
  padding: 0;
  display: flex;
}
.contact-intro {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 60px;
}
.contact-header {
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}
.contact-header h2 {
  color: var(--dark-navy);
  margin-bottom: 24px;
  font-size: 36px;
}
.contact-header h2 span {
  color: var(--primary);
}
.contact-header p {
  color: var(--text-muted);
  font-size: 18px;
  line-height: 1.6;
}
.contact-wave-image {
  object-fit: cover;
  object-position: center top;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}
.contact-wave svg {
  width: 100%;
  height: 120px;
  display: block;
}
.contact-form-area {
  background-image: radial-gradient(circle, #ffffff0d 1px, #0000 1px);
  background-size: 20px 20px;
  padding: 60px 0 120px;
  position: relative;
}
.form-container {
  justify-content: center;
  display: flex;
}
.contact-form {
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 600px;
  padding-top: 140px;
  display: flex;
}
.form-group input,
.form-group textarea {
  color: #fff;
  width: 100%;
  font-family: var(--font-family);
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff3;
  padding: 16px 0;
  font-size: 16px;
  transition: border-color 0.3s;
}
.form-group input:focus,
.form-group textarea:focus {
  border-bottom-color: var(--primary);
  outline: none;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #ffffff80;
}
.form-submit {
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-top: 16px;
  padding: 16px;
  font-size: 18px;
  display: flex;
}
@media (width<=768px) {
  .contact-header h2 {
    font-size: 28px;
  }
}
.faq {
  background-color: var(--bg-white);
  padding: 100px 0 120px;
}
.faq-container {
  max-width: 900px;
  margin: 0 auto;
}
.faq-header {
  text-align: center;
  margin-bottom: 48px;
}
.faq-header h2 {
  color: var(--dark-navy);
  margin-bottom: 24px;
  font-size: 32px;
}
.faq-header h2 span {
  color: var(--primary);
}
.faq-header p {
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.6;
}
.faq-tabs {
  border-bottom: 1px solid var(--border-color);
  justify-content: center;
  gap: 32px;
  display: flex;
}
.faq-tab {
  color: var(--text-muted);
  padding: 12px 0;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.faq-tab.active {
  color: var(--primary);
}
.faq-tab.active:after {
  content: "";
  background-color: var(--primary);
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.faq-list {
  flex-direction: column;
  gap: 16px;
  display: flex;
}
.faq-item {
  border-bottom: 1px solid var(--border-color);
  cursor: pointer;
  padding: 24px 0;
}
.faq-question {
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  display: flex;
}
.faq-question h3 {
  color: var(--dark-navy);
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.faq-icon {
  color: var(--text-muted);
  flex-shrink: 0;
}
.faq-item.active .faq-icon {
  color: var(--primary);
}
.faq-icon .icon-minus {
  display: none;
}
.faq-icon .icon-plus,
.faq-item.active .faq-icon .icon-minus {
  display: block;
}
.faq-item.active .faq-icon .icon-plus,
.faq-panel {
  display: none;
}
.faq-panel.active {
  display: block;
}
.faq-answer {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.3s, opacity 0.3s;
  overflow: hidden;
}
.faq-answer.open {
  opacity: 1;
  max-height: 500px;
}
.faq-answer p {
  color: var(--text-muted);
  padding-top: 16px;
  line-height: 1.6;
}
@media (width<=768px) {
  .faq-tabs {
    white-space: nowrap;
    justify-content: flex-start;
    gap: 16px;
    overflow-x: auto;
  }
}
.navbar {
  z-index: 100;
  background: 0 0;
  padding: 24px 0;
  transition: all 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.navbar.scrolled {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0a1128f2;
  padding: 16px 0;
  box-shadow: 0 4px 6px #0000001a;
}
.scroll {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #0a1128f2;
  padding: 16px 0;
  box-shadow: 0 4px 6px #0000001a;
}

.nav-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.logo {
  color: #fff;
  letter-spacing: 1px;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}
.desktop-nav {
  flex-grow: 1;
  justify-content: center;
  display: flex;
}
.nav-links-wrapper {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: #ffffff26;
  border-radius: 40px;
  align-items: center;
  gap: 24px;
  padding: 8px 24px;
  display: flex;
}
@media (width<=1024px) {
  .desktop-nav {
    display: none;
  }
}
.nav-link {
  color: #fff;
  opacity: 0.9;
  align-items: center;
  gap: 4px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 500;
  transition: opacity 0.2s;
  display: flex;
}
.nav-link:hover {
  opacity: 1;
}
.nav-link svg {
  transition: transform 0.3s;
}
.rotate-180 {
  transform: rotate(180deg);
}
.nav-item-dropdown {
  position: relative;
}
.mega-menu {
  -webkit-backdrop-filter: blur(20px);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: #28324699;
  border: 1px solid #ffffff1a;
  border-radius: 20px;
  width: max-content;
  margin-top: 24px;
  padding: 24px;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%) translateY(10px);
  box-shadow: 0 30px 60px #0000004d;
}
.nav-item-dropdown:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%) translateY(0);
}
.nav-item-dropdown:hover > .nav-link svg {
  transform: rotate(180deg);
}
.mega-menu:before {
  content: "";
  height: 24px;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
}
.mega-menu-grid {
  gap: 16px;
  display: flex;
}
.mega-card {
  border-radius: 12px;
  width: 200px;
  height: 120px;
  display: block;
  position: relative;
  overflow: hidden;
}
.service-mega-card {
  border-radius: 16px;
  width: 280px;
}
.mega-card img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.mega-card:hover img {
  transform: scale(1.05);
}
.mega-card-overlay {
  background: linear-gradient(#0000 40%, #000c 100%);
  justify-content: flex-end;
  align-items: flex-end;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0;
}
.mega-card-overlay span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
.mega-card-overlay span:after {
  content: "";
  background-color: var(--primary);
  width: 20px;
  height: 2px;
  transition: width 0.3s;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.mega-card:hover .mega-card-overlay span:after {
  width: 100%;
}
.citizenship-menu {
  width: 760px;
}
.mega-menu-header {
  margin-bottom: 20px;
}
.mega-menu-header h4 {
  color: #ffffffb3;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-weight: 400;
}
.citizenship-grid {
  flex-wrap: wrap;
  gap: 16px;
  display: flex;
}
.flag-card {
  width: calc(33.333% - 11px);
  height: 120px;
}
.flag-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
}
.flag-texture {
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
      135deg,
      #ffffff26 0%,
      #0000 30%,
      #0000004d 70%,
      #0009 100%
    ),
    radial-gradient(circle at 30% 20%, #ffffff1a 0%, #0000 40%),
    radial-gradient(circle at 70% 80%, #0006 0%, #0000 50%);
  position: absolute;
  inset: 0;
}
.flag-card .mega-card-overlay {
  z-index: 2;
  background: linear-gradient(#0000 0%, #0000004d 50%, #000000e6 100%);
}
.flag-card .mega-card-overlay span:after {
  width: 100%;
}
.flag-icon-expand {
  color: #fff;
  opacity: 0;
  z-index: 3;
  transition: opacity 0.3s, transform 0.3s;
  position: absolute;
  top: 12px;
  right: 12px;
}
.flag-card:hover .flag-icon-expand {
  opacity: 1;
  transform: scale(1.1);
}
.nav-actions {
  align-items: center;
  gap: 16px;
  display: flex;
}
.contact-btn {
  color: var(--dark-navy);
  background: #fff;
  border: none;
  border-radius: 40px;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  font-weight: 600;
  display: flex;
}
.contact-btn:hover {
  background: var(--bg-light);
  color: var(--dark-navy);
  border: none;
}
@media (width<=768px) {
  .contact-btn {
    display: none;
  }
}
.mobile-toggle,
.mobile-menu,
.mobile-toggle .menu-icon-close {
  display: none;
}
.mobile-toggle .menu-icon-open {
  display: block;
}
@media (width<=1024px) {
  .mobile-toggle {
    cursor: pointer;
    z-index: 1001;
    background: #ffffff1a;
    border: 1px solid #fff3;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    transition: all 0.3s;
    display: flex;
  }
  .mobile-toggle:hover {
    background: #fff3;
  }
  .mobile-toggle .menu-icon-close,
  .mobile-toggle[data-open="true"] .menu-icon-open {
    display: none;
  }
  .mobile-toggle[data-open="true"] .menu-icon-close {
    display: block;
  }
  .mobile-menu {
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
    visibility: hidden;
    opacity: 0;
    background: #0a1128fa;
    width: 100%;
    height: 100vh;
    padding-top: 100px;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    transform: translateY(-20px);
  }
  .mobile-menu.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }
  .mobile-menu-inner {
    flex-direction: column;
    gap: 40px;
    width: 100%;
    padding-bottom: 60px;
    display: flex;
  }
  .mobile-menu-nav {
    flex-direction: column;
    gap: 8px;
    display: flex;
  }
  .mobile-nav-item {
    border-bottom: 1px solid #ffffff0d;
    overflow: hidden;
  }
  .mobile-nav-link {
    color: #fff;
    text-align: left;
    background: 0 0;
    border: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
  }
  .mobile-nav-link svg {
    transition: transform 0.3s;
  }
  .mobile-nav-item.submenu-open .mobile-nav-link {
    color: var(--primary);
  }
  .mobile-nav-item.submenu-open .mobile-nav-link svg {
    transform: rotate(180deg);
  }
  .mobile-submenu {
    opacity: 0;
    background: #ffffff05;
    border-radius: 12px;
    max-height: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  }
  .mobile-nav-item.submenu-open .mobile-submenu {
    opacity: 1;
    max-height: 500px;
    margin-bottom: 16px;
    padding: 8px 16px;
  }
  .mobile-submenu-grid {
    flex-direction: column;
    gap: 12px;
    display: flex;
  }
  .mobile-submenu-grid a {
    color: #ffffffb3;
    padding: 4px 0;
    font-size: 16px;
    text-decoration: none;
    transition: color 0.3s;
  }
  .mobile-submenu-grid a:hover {
    color: #fff;
  }
  .mobile-menu-footer {
    border-top: 1px solid #ffffff1a;
    flex-direction: column;
    gap: 24px;
    margin-top: auto;
    padding-top: 40px;
    display: flex;
  }
  .mobile-contact-info p {
    color: #fff9;
    margin-bottom: 8px;
    font-size: 14px;
  }
  .mobile-menu-nav .mobile-nav-item {
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translate(-20px);
  }
  .mobile-menu.open .mobile-nav-item {
    opacity: 1;
    transform: translate(0);
  }
  .mobile-menu.open .mobile-nav-item:first-child {
    transition-delay: 0.1s;
  }
  .mobile-menu.open .mobile-nav-item:nth-child(2) {
    transition-delay: 0.15s;
  }
  .mobile-menu.open .mobile-nav-item:nth-child(3) {
    transition-delay: 0.2s;
  }
  .mobile-menu.open .mobile-nav-item:nth-child(4) {
    transition-delay: 0.25s;
  }
  .mobile-menu.open .mobile-nav-item:nth-child(5) {
    transition-delay: 0.3s;
  }
}
.footer {
  background-color: var(--dark-navy);
  color: #fff;
  font-family: var(--font-family);
  padding: 80px 0 32px;
}
.footer-top {
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 64px;
  display: flex;
}
.footer-brand {
  flex-direction: column;
  max-width: 350px;
  display: flex;
}
.footer-logo {
  color: #fff;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  text-decoration: none;
  display: flex;
}
.footer-logo .logo-text {
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
}
.brand-address {
  color: #fff9;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.6;
}
.brand-contact {
  flex-direction: column;
  gap: 16px;
  display: flex;
}
.contact-item {
  color: #fffc;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s;
  display: flex;
}
.contact-item:hover,
.contact-icon {
  color: var(--primary);
}
.footer-right-content {
  flex-direction: column;
  flex: 1;
  gap: 48px;
  max-width: 700px;
  display: flex;
}
.footer-links-group {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 32px;
  display: flex;
}
.footer-col {
  flex: 1;
  min-width: 140px;
}
.footer-col h4 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 15px;
  font-weight: 600;
}
.footer-col ul {
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.footer-col a {
  color: #fff9;
  font-size: 15px;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-col a:hover {
  color: #fff;
}
.footer-newsletter h4 {
  color: #fff;
  margin-bottom: 16px;
  font-size: 15px;
  font-weight: 400;
}
.newsletter-input-container {
  width: 100%;
}
.newsletter-input-wrapper {
  background: 0 0;
  border: 1px solid #ffffff26;
  border-radius: 40px;
  align-items: center;
  max-width: 450px;
  padding: 6px;
  display: flex;
}
.newsletter-input-wrapper input {
  color: #fff;
  font-family: var(--font-family);
  background: 0 0;
  border: none;
  outline: none;
  flex: 1;
  padding: 10px 16px;
  font-size: 15px;
}
.newsletter-input-wrapper input::placeholder {
  color: #fff6;
}
.btn-newsletter {
  color: var(--dark-navy);
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  align-items: center;
  gap: 8px;
  padding: 10px 24px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.2s;
  display: flex;
}
.btn-newsletter:hover {
  background-color: #f1f5f9;
}
.footer-bottom {
  border-top: 1px solid #ffffff1a;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding-top: 32px;
  display: grid;
}
.social-links {
  grid-column: 2;
  justify-content: center;
  gap: 16px;
  display: flex;
}
.social-icon {
  color: #fff;
  border: 1px solid #fff3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all 0.2s;
  display: flex;
}
.social-icon:hover {
  border-color: var(--primary);
  color: var(--primary);
}
.footer-copyright {
  color: #ffffff80;
  text-align: center;
  grid-column: 2;
  margin-top: -12px;
  font-size: 14px;
}
.framer-badge {
  color: #000;
  background-color: #fff;
  border-radius: 8px;
  grid-column: 3;
  justify-self: flex-end;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}
@media (width<=1024px) {
  .footer-col ul {
    font-size: 12px;
  }
  .footer-col {
    min-width: 100px;
  }
  .footer-brand {
    align-items: center;
  }
  .footer-brand p {
    font-size: 12px;
  }
  .footer-top {
    flex-direction: column;
    gap: 64px;
  }
  .footer-right-content {
    max-width: 100%;
  }
}
@media (width<=768px) {
  .footer {
    padding: 60px 0 32px;
  }
  .footer-links-group {
    flex-direction: row;
    gap: 12px;
  }
  .newsletter-input-wrapper {
    background: #ffffff0d;
    border: none;
    border-radius: 16px;
    flex-direction: column;
    max-width: 100%;
    padding: 16px;
  }
  .newsletter-input-wrapper input {
    width: 100%;
    margin-bottom: 16px;
    padding: 0;
  }
  .btn-newsletter {
    justify-content: center;
    width: 100%;
  }
  .footer-bottom {
    border-top: 1px solid #ffffff1a;
    flex-direction: column;
    display: flex;
  }
  .social-links {
    order: 1;
  }
  .framer-badge {
    order: 2;
    align-self: flex-end;
    margin-top: 16px;
  }
  .footer-copyright {
    order: 3;
    margin-top: 16px;
  }
}
.about-page {
  background-color: var(--background);
}
.about-hero {
  background-color: #fff;
  padding: 120px 24px 24px;
}
.about-hero-container {
  text-align: center;
  color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000001a;
}
.about-hero-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.about-hero-image img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 100%;
}
.about-hero-content {
  z-index: 1;
  padding: 0 24px;
}
.about-hero h1 {
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}
.about-hero p {
  opacity: 0.9;
  margin-bottom: 40px;
  font-size: 26px;
  line-height: 1.6;
}
.badge {
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid #fff6;
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 6px 16px;
  font-size: 14px;
  display: inline-block;
}
.about-hero-actions {
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  display: flex;
}
.about-hero-actions .btn-primary,
.about-hero-actions .btn-outline {
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}
@media (width<=768px) {
  .about-hero-container {
    height: 80vh;
  }
  .about-hero h1 {
    font-size: 28px;
  }
  .about-hero p {
    font-size: 18px;
  }
  .about-hero-content {
    padding: 0 20px;
  }
}
.section-badge {
  color: var(--secondary);
  border: 1px solid #0000004d;
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 6px 16px;
  font-size: 14px;
  display: inline-block;
}
.about-intro-section {
  text-align: center;
  background-color: #fff;
  padding: 100px 0;
}
.about-intro-container {
  max-width: 900px;
  margin: 0 auto;
}
.intro-text-lead {
  color: var(--text-light);
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.8;
}
.intro-text-lead strong {
  color: var(--secondary);
  font-weight: 600;
}
.intro-text {
  color: var(--text-light);
  font-size: 18px;
  line-height: 1.8;
}
.about-services-section {
  background-color: #fff;
  padding: 80px 0;
}
.services-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 40px;
  display: grid;
}
.service-card {
  color: #fff;
  background-color: #0b1221;
  background-position: 50%;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  min-height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.service-card:before {
  content: "";
  z-index: 1;
  background: linear-gradient(#0b122100 0%, #0b1221e6 60%, #0b1221 100%);
  position: absolute;
  inset: 0;
}
.service-content {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  padding: 40px 32px;
  display: flex;
  position: relative;
}
.service-content h3 {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 400;
}
.service-content p {
  color: #ffffffd9;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6;
}
.service-line {
  opacity: 0.8;
  background-color: #d17a42;
  width: 100%;
  height: 1px;
  margin-top: auto;
}
@media (width<=992px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width<=768px) {
  .services-grid,
  .metrics-grid {
    grid-template-columns: 1fr;
  }
}
.vision-mission-section,
.why-penvista-section {
  background-color: #fff;
  padding: 80px 0;
}
.split-layout {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 64px;
  display: grid;
}
.split-layout.reverse .split-content {
  order: 2;
}
.split-layout.reverse .split-image {
  order: 1;
}
.top-gap {
  margin-top: 120px;
}
.split-content h2 {
  color: var(--secondary);
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 500;
}
.split-content p {
  color: var(--text-light);
  font-size: 18px;
  line-height: 1.6;
}
.split-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000000d;
}
.split-image img {
  width: 100%;
  height: auto;
  display: block;
}
.split-image.tall {
  height: 100%;
  min-height: 600px;
}
.split-image.tall img {
  object-fit: cover;
  height: 100%;
}
.values-list {
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  display: flex;
}
.value-item p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.6;
}
.value-item strong {
  color: var(--secondary);
  font-size: 18px;
  font-weight: 500;
}
@media (width<=992px) {
  .split-layout,
  .team-member-row {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .split-layout.reverse .split-content,
  .split-layout.reverse .split-image,
  .split-image.tall,
  .team-image {
    height: auto;
  }
  .split-layout.reverse .split-content {
    order: 1;
  }
}
@media (width<=768px) {
  .top-gap {
    margin-top: 80px;
  }
}
.about-team-section {
  background-color: #fff;
  padding: 80px 0;
}
.about-team-section .section-header {
  margin-bottom: 60px;
}
.about-team-section h2 {
  color: var(--secondary);
  font-size: 40px;
  font-weight: 400;
}
.about-team-section h2 span {
  font-weight: 600;
}
.team-list {
  flex-direction: column;
  gap: 80px;
  display: flex;
}
.team-department {
  text-align: center;
  margin-bottom: -40px;
}
.team-department h3 {
  color: var(--text-light);
  font-size: 32px;
  font-weight: 400;
}
.team-department h3 strong {
  color: var(--secondary);
  font-weight: 600;
}
.team-member-row {
  flex-wrap: wrap-reverse;
  justify-content: center;
  gap: 80px;
  display: flex;
}
.team-member-row .team-text,
.team-member-row .team-image {
  width: 40%;
}
.team-member-row.reverse .team-text {
  order: 2;
}
.team-member-row.reverse .team-image {
  order: 1;
}
.team-text {
  padding: 20px 0;
  position: relative;
}
.quote-icon {
  color: var(--secondary);
  font-family: serif;
  font-size: 80px;
  line-height: 1;
  position: absolute;
}
.quote-icon.start {
  top: -20px;
  left: -40px;
}
.quote-icon.end {
  bottom: 0;
  right: -20px;
  transform: translateY(50%);
}
.team-text p {
  color: var(--text-light);
  z-index: 1;
  margin-bottom: 52px;
  font-size: 22px;
  line-height: 1.7;
  position: relative;
}
.team-text p strong {
  color: var(--secondary);
  font-weight: 600;
}
.team-name {
  color: #a75d3b;
  margin-top: 40px;
  font-size: 28px;
  font-weight: 500;
}
.team-image {
  object-fit: cover;
  background-color: #e5e5e5;
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000000d;
}
.team-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (width<=992px) {
  .team-member-row .team-text,
  .team-member-row .team-image {
    width: 100%;
  }
  .quote-icon.start {
    left: -20px;
  }
}
.about-metrics-section {
  background-color: #fff;
  padding: 80px 0 120px;
}
.metrics-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 48px;
  display: flex;
}
.metric-item {
  text-align: left;
  width: 30%;
}
.metric-icon {
  color: #a75d3b;
  margin-bottom: 24px;
}
.metric-item h4 {
  color: var(--secondary);
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 600;
}
.metric-item p {
  color: var(--text-light);
  font-size: 15px;
  line-height: 1.6;
}
@media (width<=768px) {
  .metric-item {
    width: 100%;
  }
}
.why-penvista-section {
  background-color: var(--bg-white);
  border-top: 1px solid var(--border-color);
  padding: 80px 0;
}
.why-penvista-grid {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  display: flex;
}
.why-penvista-content {
  flex-direction: column;
  display: flex;
}
.why-badge {
  border: 1px solid var(--primary);
  color: var(--text-main);
  border-radius: 20px;
  align-self: flex-start;
  margin-bottom: 24px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.why-penvista-content .section-title {
  color: var(--dark-navy);
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  font-weight: 600;
}
.why-features-list {
  flex-direction: column;
  gap: 12px;
  display: flex;
}
.why-feature-item {
  font-size: 18px;
  line-height: 1.6;
}
.why-feature-title {
  color: var(--dark-navy);
  font-size: 20px;
  font-weight: 600;
}
.why-feature-desc {
  color: var(--text-muted);
}
.why-penvista-image-wrapper {
  background-image: url(/assets/HO81G6Okts2vZE0Im9MaBBj4JEw-BEVlu_73.png);
  background-position: 100%;
  background-size: 100%;
  border-radius: 20px;
  width: 100%;
  height: 700px;
  position: relative;
}
.why-penvista-image {
  object-fit: contain;
  object-position: bottom;
  position: absolute;
}
.why-penvista-content,
.why-penvista-image-wrapper {
  width: 45%;
}
@media (width<=992px) {
  .why-penvista-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
@media (width<=768px) {
  .why-penvista-content .section-title {
    margin-bottom: 32px;
    font-size: 28px;
  }
  .why-penvista-content,
  .why-penvista-image-wrapper {
    width: 100%;
  }
}
.program-page {
  background-color: #fff;
}
.program-hero {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  min-height: 870px;
  padding-top: 80px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}
.hero-overlay {
  z-index: 1;
  background: linear-gradient(#0a1128b3 0%, #0a1128d9 100%);
  position: absolute;
  inset: 0;
}
.program-hero-container {
  z-index: 2;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}
.program-hero .badge {
  color: #fff;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid #ffffff80;
  border-radius: 30px;
  margin-bottom: 24px;
  padding: 8px 24px;
  font-size: 14px;
  display: inline-block;
}
.program-hero h1 {
  color: #fff;
  margin-bottom: 24px;
  font-size: 64px;
  font-weight: 500;
}
.program-hero-lead {
  color: #ffffffe6;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.7;
}
.program-hero-actions {
  justify-content: center;
  gap: 24px;
  display: flex;
}
.glass-btn {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background: #ffffff1a;
  border: 1px solid #ffffff80;
}
.glass-btn:hover {
  color: #fff;
  background: #fff3;
  border: 1px solid #fffc;
}
.program-page .stats-container {
  width: 100%;
  position: relative;
  top: -60px;
}
.desktop-stats {
  display: grid;
}
.mobile-stats {
  display: none;
}
.stats-wrapper {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  padding: 0 40px;
}
.stat-card {
  -webkit-backdrop-filter: blur(20px);
  text-align: center;
  background: #fffc;
  border-radius: 20px;
  padding: 40px 24px;
  box-shadow: 0 10px 30px #0000001a;
}
.stat-card h3 {
  margin-bottom: 8px;
  font-size: 36px;
  font-weight: 500;
}
.stat-card p {
  color: var(--text-light);
  font-size: 16px;
  font-weight: 500;
}
.program-about-section {
  background-color: #fff;
  padding: 160px 0 80px;
}
.section-header-left {
  max-width: 900px;
  margin-bottom: 40px;
}
.subtitle-line {
  color: var(--primary);
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}
.subtitle-line:before {
  content: "";
  background-color: var(--primary);
  width: 60px;
  height: 2px;
  display: block;
}
.section-header-left h2 {
  color: var(--secondary);
  font-size: 32px;
  font-weight: 500;
  line-height: 1.4;
}
.program-about-content {
  max-width: 900px;
  margin-bottom: 40px;
}
.program-about-content p {
  color: var(--text-light);
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.8;
}
.program-bullets {
  margin-top: 24px;
  padding: 0;
  list-style: none;
}
.program-bullets li {
  color: var(--text-light);
  margin-bottom: 12px;
  padding-left: 20px;
  font-size: 16px;
  position: relative;
}
.program-bullets li:before {
  content: "•";
  color: var(--text-light);
  position: absolute;
  left: 0;
}
.btn-dark {
  background-color: var(--secondary);
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  align-items: center;
  gap: 10px;
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s;
  display: inline-flex;
}
.btn-dark:hover {
  background-color: #080f24;
}
.program-benefits-section {
  background-color: var(--light-bg, #fbfbfb);
  padding: 80px 0;
}
.benefits-grid {
  background-color: #fff;
  border: 1px solid #0000000d;
  border-radius: 20px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 20px #0000000d;
}
.benefit-row {
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
  display: grid;
}
.benefit-row:not(:last-child) {
  border-bottom: 1px solid #0000000d;
}
.benefit-content {
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  display: flex;
}
.benefit-row.reverse .benefit-content {
  border-left: 1px solid #0000000d;
  order: 2;
}
.benefit-row.reverse .benefit-image {
  order: 1;
}
.benefit-icon {
  color: var(--primary);
  margin-bottom: 24px;
}
.benefit-content h3 {
  color: var(--secondary);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}
.benefit-content p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.7;
}
.benefit-image {
  height: 100%;
}
.benefit-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.program-requirements-section {
  background-color: #fff;
  padding: 80px 0;
}
.tabs-header {
  border-bottom: 1px solid #0000001a;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 60px;
  display: flex;
  overflow-x: auto;
}
.tab-btn {
  color: var(--text-light);
  cursor: pointer;
  white-space: nowrap;
  background: 0 0;
  border: none;
  padding: 16px 0;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.tab-btn.active {
  color: var(--secondary);
}
.tab-btn.active:after {
  content: "";
  background-color: var(--primary);
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
}
.requirements-grid {
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 40px 0;
  display: flex;
}
.requirement-card {
  text-align: center;
  flex: 1;
  min-width: 250px;
  max-width: 400px;
}
.requirement-icon {
  color: #a75d3b;
  justify-content: center;
  margin-bottom: 24px;
  display: flex;
}
.requirement-card h3 {
  color: var(--secondary);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
}
.requirement-card p {
  color: var(--text-light);
  font-size: 16px;
  line-height: 1.7;
}
.mt-4 {
  margin-top: 32px;
}
.program-process-section {
  background-color: var(--light-bg, #fbfbfb);
  padding: 80px 0 120px;
}
.section-title {
  color: var(--secondary);
  margin-bottom: 60px;
  font-size: 36px;
  font-weight: 500;
}
.text-center {
  text-align: center;
}
.process-grid-container {
  border-radius: 20px;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  overflow: hidden;
  box-shadow: 0 10px 40px #00000014;
}
.process-cell {
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
  padding: 60px;
  display: flex;
}
.light-cell {
  background-color: #fff;
}
.dark-cell {
  color: #fff;
  text-align: center;
  background-color: #000;
  align-items: center;
}
.process-icon {
  color: var(--primary);
  margin-bottom: 24px;
}
.process-cell-content h3 {
  color: var(--secondary);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500;
}
.process-cell-content p {
  color: var(--text-light);
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.7;
}
.btn-outline-primary {
  border: 1px solid var(--primary);
  color: var(--primary);
  cursor: pointer;
  background: 0 0;
  border-radius: 30px;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
  display: inline-flex;
}
.btn-outline-primary:hover {
  background: var(--primary);
  color: #fff;
}
.process-time-display {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
.process-time-display span span {
  font-size: 64px;
  font-weight: 700;
}
.program-page .hero-stats {
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  display: grid;
}
@media (width<=992px) {
  .program-hero h1 {
    font-size: 48px;
  }
  .stats-wrapper {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
  }
  .benefit-row,
  .benefit-row.reverse {
    grid-template-columns: 1fr;
  }
  .benefit-row .benefit-image,
  .benefit-row.reverse .benefit-image {
    order: -1;
  }
  .benefit-row .benefit-content,
  .benefit-row.reverse .benefit-content {
    order: 2;
  }
  .benefit-image {
    height: 300px;
  }
  .benefit-content {
    padding: 32px;
  }
}
@media (width<=768px) {
  .program-page .stats-container {
    width: 100%;
    margin: 30px 0;
    position: relative;
    top: 0;
  }
  .program-hero {
    min-height: auto;
    padding: 120px 0;
  }
  .program-page .hero-stats {
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    gap: 16px;
    display: flex;
    overflow-x: auto;
  }
  .program-hero h1 {
    font-size: 36px;
  }
  .program-hero-actions {
    flex-direction: column;
  }
  .mobile-stats {
    background: #fff;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    display: flex;
    box-shadow: 0 10px 30px #0000001a;
  }
  .stat-nav-btn {
    color: #fff;
    cursor: pointer;
    background: #0a1128;
    border: none;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
  }
  .stat-content-mobile {
    text-align: center;
  }
  .stat-content-mobile h3 {
    color: var(--secondary);
    margin-bottom: 8px;
    font-size: 28px;
    font-weight: 600;
  }
  .stat-content-mobile p {
    color: var(--text-light);
    font-size: 14px;
    font-weight: 500;
  }
  .stats-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }
  .program-about-section {
    padding-top: 80px;
  }
  .tabs-header {
    justify-content: flex-start;
  }
  .process-grid-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
  .process-top-left {
    order: 2;
    min-height: auto;
    padding: 40px 30px;
  }
  .process-top-right {
    order: 1;
    min-height: 200px;
  }
  .process-bottom-left {
    order: 3;
    min-height: 200px;
  }
  .process-bottom-right {
    order: 4;
    min-height: auto;
    padding: 40px 30px;
  }
}
.contact-page {
  background-color: var(--bg-white);
  padding-bottom: 80px;
}
.contact-hero {
  text-align: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 90vh;
  min-height: 400px;
  display: flex;
  position: relative;
}
.contact-hero-content {
  z-index: 2;
  color: #fff;
  max-width: 800px;
  margin-top: -60px;
  padding: 0 20px;
  position: relative;
}
.contact-hero h1 {
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: 700;
}
.contact-hero p {
  opacity: 0.9;
  font-size: 18px;
  line-height: 1.6;
}
.contact-info-section {
  z-index: 10;
  margin-top: -100px;
  margin-bottom: 80px;
  position: relative;
}
.contact-cards {
  justify-content: space-between;
  gap: 24px;
  margin-top: -80px;
  margin-bottom: 80px;
  display: flex;
}
.info-card {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background: linear-gradient(#ebebebf2 0%, #fff 100%);
  border: 1px solid #ffffff80;
  border-radius: 20px;
  flex: 1;
  padding: 40px 24px;
  box-shadow: 0 10px 40px #00000014;
}
.info-icon {
  width: 60px;
  height: 60px;
  color: var(--primary);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: 0 auto 16px;
  display: flex;
}
.info-card h3 {
  color: var(--dark-navy);
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 600;
}
.info-card p {
  color: var(--text-muted);
  min-height: 45px;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}
.contact-form-section {
  margin-top: 60px;
}
.contact-form-grid {
  grid-template-columns: 1fr 1fr;
  align-items: flex-start;
  gap: 60px;
  display: grid;
}
.contact-pill {
  border: 1px solid var(--border-color);
  color: var(--dark-navy);
  border-radius: 20px;
  margin-bottom: 24px;
  padding: 6px 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
}
.contact-text-content h2 {
  color: var(--dark-navy);
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
}
.contact-text-content p {
  color: var(--text-muted);
  max-width: 90%;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
}
.contact-curved-arrow {
  opacity: 0.8;
  margin-top: 20px;
}
.contact-curved-arrow svg {
  max-width: 100%;
}
.contact-form-card {
  background-color: #fff6f0;
  border-radius: 24px;
  padding: 48px;
}
.contact-form-card h3 {
  color: var(--dark-navy);
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 600;
}
.form-subtitle {
  color: var(--text-muted);
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.6;
}
.talk-form {
  flex-direction: column;
  gap: 24px;
  display: flex;
}
.form-row input,
.form-row textarea {
  width: 100%;
  color: var(--dark-navy);
  font-size: 16px;
  font-family: var(--font-family);
  background: 0 0;
  border: none;
  border-bottom: 1px solid #0000001a;
  padding: 12px 0 16px;
  transition: border-color 0.3s;
}
.form-row input:focus,
.form-row textarea:focus {
  border-bottom-color: var(--primary);
  outline: none;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: #8892a0;
}
.submit-btn {
  color: #fff;
  cursor: pointer;
  background-color: #0b1426;
  border: none;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.3s, transform 0.2s;
  display: flex;
}
.submit-btn:hover {
  background-color: var(--primary);
  transform: translateY(-2px);
}
@media (width<=1024px) {
  .contact-form-grid {
    gap: 40px;
  }
}
@media (width<=768px) {
  .contact-cards {
    gap: 24px;
    margin-top: 20px;
  }
  .contact-hero {
    text-align: center;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
    align-items: center;
    height: 50vh;
    min-height: 400px;
    display: flex;
    position: relative;
  }
  .contact-hero h1 {
    font-size: 40px;
  }
  .contact-cards {
    flex-direction: column;
    gap: 16px;
  }
  .contact-info-section {
    margin-top: -60px;
  }
  .contact-form-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .contact-text-content p {
    max-width: 100%;
  }
  .contact-curved-arrow {
    justify-content: center;
    display: flex;
  }
  .contact-form-card {
    padding: 32px 24px;
  }
}
.services-page {
  background-color: var(--bg-white);
  padding-top: 100px;
  padding-bottom: 80px;
}
.services-hero-container {
  padding-top: 20px;
}
.services-hero {
  text-align: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.services-hero-overlay {
  z-index: 1;
  background: linear-gradient(#0b1426b3 0%, #0b1426e6 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.services-hero-content {
  z-index: 2;
  color: #fff;
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  padding: 0 20px;
  display: flex;
  position: relative;
}
.services-pill {
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 1px solid #fff9;
  border-radius: 40px;
  margin-bottom: 24px;
  padding: 8px 24px;
  font-size: 14px;
  display: inline-block;
}
.services-hero-content h1 {
  margin-bottom: 24px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}
.services-hero-content p {
  opacity: 0.9;
  color: #e2e8f0;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 1.6;
}
.schedule-btn {
  color: #fff;
  background-color: #b86b45;
  border: none;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-weight: 500;
  display: flex;
}
.schedule-btn:hover {
  background-color: #a05a39;
}
.services-tabs-section {
  z-index: 10;
  margin-top: -60px;
  margin-bottom: 80px;
  position: relative;
}
.services-tabs-grid {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
  display: grid;
}
.service-tab-card {
  border: 4px solid var(--bg-white);
  border-radius: 16px;
  align-items: flex-end;
  height: 160px;
  text-decoration: none;
  transition: transform 0.3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000001a;
}
.service-tab-card:hover {
  transform: translateY(-5px);
}
.tab-bg {
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.service-tab-card:hover .tab-bg {
  transform: scale(1.05);
}
.tab-overlay {
  background: linear-gradient(#0003 0%, #000c 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tab-icon {
  color: #fff;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: #ffffff1a;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: absolute;
  top: 16px;
  right: 16px;
}
.tab-content {
  z-index: 2;
  width: 100%;
  padding: 24px;
  position: relative;
}
.tab-content h3 {
  color: #fff;
  margin: 0;
  font-size: 20px;
  font-weight: 500;
}
.services-content-section {
  max-width: var(--max-width);
  margin: 60px auto;
  padding: 0 24px;
}
.svc-content-grid {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  display: grid;
}
.svc-text-side h2 {
  color: var(--dark-navy);
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 600;
}
.svc-description {
  color: var(--text-muted);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
}
.accordion-list {
  flex-direction: column;
  gap: 0;
  margin-bottom: 40px;
  display: flex;
}
.accordion-item {
  border-bottom: 1px solid #00000014;
}
.accordion-header {
  width: 100%;
  color: var(--dark-navy);
  cursor: pointer;
  text-align: left;
  background: 0 0;
  border: none;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}
.accordion-title {
  align-items: center;
  gap: 12px;
  display: flex;
}
.accordion-header .icon-minus {
  display: none;
}
.accordion-header .icon-plus,
.accordion-item.active .accordion-header .icon-minus {
  display: block;
}
.accordion-item.active .accordion-header .icon-plus {
  display: none;
}
.accordion-content {
  opacity: 0;
  max-height: 0;
  transition: max-height 0.3s, opacity 0.3s;
  overflow: hidden;
}
.accordion-content.open {
  opacity: 1;
  max-height: 500px;
}
.accordion-inner {
  color: var(--text-muted);
  padding: 0 0 20px 36px;
  font-size: 15px;
  line-height: 1.6;
}
.svc-cta-wrapper {
  margin-top: 10px;
}
.svc-outline-btn {
  color: var(--dark-navy);
  border-color: var(--dark-navy);
  border-radius: 40px;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  display: inline-flex;
}
.svc-outline-btn:hover {
  background-color: var(--dark-navy);
  color: #fff;
}
.svc-image-side {
  border-radius: 24px;
  height: 500px;
  overflow: hidden;
  box-shadow: 0 20px 40px #0000001a;
}
.svc-image-side img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (width<=1024px) {
  .svc-content-grid {
    gap: 40px;
  }
}
@media (width<=768px) {
  .services-hero-container {
    padding-top: 0;
  }
  .services-hero {
    height: auto;
    padding: 80px 0;
  }
  .services-hero-content h1 {
    font-size: 32px;
  }
  .services-tabs-section {
    margin-top: -30px;
  }
  .services-tabs-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 20px;
  }
  .svc-content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .svc-content-grid.reverse-grid {
    flex-direction: column-reverse;
    display: flex;
  }
  .svc-image-side {
    height: 350px;
  }
  .svc-text-side h2 {
    font-size: 28px;
  }
}
.residency-hero-actions {
  justify-content: center !important;
}
.schedule-btn-residency {
  color: #fff;
  cursor: pointer;
  background-color: #b86b45;
  border: none;
  border-radius: 40px;
  align-items: center;
  gap: 10px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color 0.2s;
  display: inline-flex;
}
.schedule-btn-residency:hover {
  background-color: #a05a39;
}
:root {
  --primary: #b26b43;
  --primary-hover: #985734;
  --dark-navy: #0f1928;
  --bg-white: #fff;
  --bg-light: #f9fafb;
  --text-main: #333;
  --text-muted: #6b7280;
  --border-color: #e5e7eb;
  --font-family: "Raleway", sans-serif;
  --max-width: 1280px;
  --section-padding: 80px 24px;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  font-family: var(--font-family);
  color: var(--text-main);
  background-color: var(--bg-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.2;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font-family: var(--font-family);
  cursor: pointer;
  background: 0 0;
  border: none;
}
img {
  max-width: 100%;
  display: block;
}
.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
}
section {
  padding: var(--section-padding);
}
@media (width<=768px) {
  :root {
    --section-padding: 48px 16px;
  }
}
.btn-primary {
  background-color: var(--primary);
  color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: background-color 0.2s;
  display: inline-flex;
}
.btn-primary:hover {
  background-color: var(--primary-hover);
}
.btn-outline {
  border: 1px solid var(--border-color);
  color: var(--text-main);
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s;
  display: inline-flex;
}
.btn-outline:hover {
  border-color: var(--primary);
  color: var(--primary);
}
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeSlideLeft {
  0% {
    opacity: 0;
    transform: translate(-30px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes fadeSlideRight {
  0% {
    opacity: 0;
    transform: translate(30px);
  }
  to {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes fadeScaleIn {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.anim-slide-up {
  animation: 0.8s ease-out both fadeSlideUp;
}
.anim-slide-up-d1 {
  animation: 0.8s ease-out 0.1s both fadeSlideUp;
}
.anim-slide-up-d2 {
  animation: 0.8s ease-out 0.2s both fadeSlideUp;
}
.anim-slide-up-d3 {
  animation: 0.8s ease-out 0.3s both fadeSlideUp;
}
.anim-slide-left {
  animation: 0.6s ease-out both fadeSlideLeft;
}
.anim-slide-right {
  animation: 0.6s ease-out both fadeSlideRight;
}
.anim-slide-right-d2 {
  animation: 0.6s ease-out 0.2s both fadeSlideRight;
}
.anim-scale-in {
  animation: 0.5s ease-out both fadeScaleIn;
}
.anim-fade-in {
  animation: 0.3s ease-out both fadeIn;
}
.tab-panel {
  display: none;
}
.tab-panel.active {
  display: grid;
}
.tab-content-animated {
  animation: 0.3s ease-out both fadeSlideUp;
}
