* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: #333;
  overflow-x: hidden;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
}

/* Hero Section */
.hero {
  background: #004785;
  display: flex;
  align-items: center;
  position: relative;
}

.hero-content {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.hero-left {
  width: 50%;
  padding: 0 64px;
  color: white;
}

.hero-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 58px;
  line-height: 80px;
  letter-spacing: 0.2px;
  color: #f1fcff;
  margin-bottom: 48px;
  max-width: 735px;
}

.hero-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.2px;
  color: rgba(241, 252, 255, 0.8);
  margin-bottom: 48px;
  max-width: 649px;
}

.hero-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image {
  width: 100%;
  height: 592px;
  object-fit: cover;
}

/* Buttons */
.btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 768px) {
  .btn {
    font-size: 17px;
  }
}

.btn-primary {
  background: #ffffff;
  color: #004785;
  padding: 10px 24px;
  min-width: 334px;
  height: 44px;
}

.btn-secondary {
  background: #004785;
  color: #ecf6ff;
  padding: 10px 24px;
  min-width: 185px;
  height: 44px;
}

.btn-small {
  background: #ffffff;
  color: #004785;
  padding: 10px 24px;
  min-width: 107px;
  height: 41px;
  font-size: 16px;
  line-height: 21px;
  margin-top: auto;
}

.btn-contact {
  background: #ecf6ff;
  color: #004785;
  padding: 10px 24px;
  min-width: 199px;
  height: 44px;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Section Headers */
.section-header {
  text-align: center;
}

.section-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 58px;
  line-height: 80px;
  letter-spacing: 0.2px;
  color: #004785;
  margin-bottom: 30px;
}

.section-title.light {
  font-weight: 400;
}

.section-title.white {
  color: #ffffff;
}

.title-underline {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}
.bigMargin {
  margin-bottom: 64px;
}
.underline-bar {
  height: 4px;
}

.underline-bar.primary {
  width: 40px;
  background: #004785;
}

.underline-bar.secondary {
  width: 20px;
  background: #115b81;
}

.underline-bar.tertiary {
  width: 20px;
  background: #268e61;
}

.underline-bar.white {
  background: #ffffff;
  width: 40px;
}

.section-description p,
p.section-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.2px;
  color: rgba(0, 71, 133, 0.8);
  max-width: 735px;
  margin: 0 auto 30px;
}

.section-description.white,
.section-description.white p {
  color: rgba(255, 255, 255, 0.8);
  max-width: 411px;
  margin: 0 auto 80px;
}

/* Welcome Section */
.welcome {
  padding: 120px 0;
  background: #ffffff;
}

/* Services Section */
.services {
  background: #ffffff;
}

.services-content {
  display: flex;
  gap: 0;
  position: relative;
}

.service-main {
  width: 640px;
  min-width: 640px;
  background: #004785;
  padding: 79px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-main-content {
  text-align: center;
  max-width: 544px;
}

.service-main-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 56px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 30px;
  min-height: 112px;
  height: max-content;
  display: flex;
  align-items: center;
}

@media (max-width: 1300px) {
  .service-main-title {
    font-size: 34px;
  }
}

.service-main-underline {
  width: 100px;
  height: 1px;
  background: #ffffff;
  margin: 0 auto 30px;
}

.service-main-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: rgba(218, 238, 255, 0.8);
  margin-bottom: 30px;
}

.services-grid {
  background: #004179;
  padding: 40px;
  display: grid;
  display: flex;
  gap: 28px;
  align-items: start;
  width: 100%;
  align-items: start;
  position: relative;
  height: 100%;
}

.service-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 200px;
}

.service-icon-container {
  position: relative;
  max-height: 80px;
}

.service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 32px;
}

.service-badge {
  position: absolute;
  top: 37px;
  left: 27px;
  width: 22.84px;
  height: 9.26px;
}

.service-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 21.94px;
  color: #ffffff;
  margin-bottom: 21px;
}

.service-subtitle {
  font-size: 14px;
  opacity: 0.8;
}

.service-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #aecde7;
}

.service-tabs {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
}

.service-tab {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.service-tab:first-child {
  background: #105da1;
}

.service-tab:last-child {
  background: #268e61;
}

.tab-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.2px;
  color: #ffffff;
  transform: rotate(180deg);
}

/* Impact Section */
.impact {
  padding: 120px 0;
  background: #ffffff;
}

.impact-subtitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.2px;
  color: rgba(0, 71, 133, 0.8);
  text-align: center;
  margin-bottom: 60px;
}

.impact-cta {
  font-weight: 500;
}

.video-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-section iframe {
  width: 100%;
  max-width: 1920px;
  height: 500px;
  /*height: 821px;*/
  /*object-fit: cover;*/
}

.video-thumbnail {
  width: 100%;
  max-width: 1920px;
  height: 821px;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.3s ease;
}

.play-button:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

.play-icon {
  width: 100px;
  height: 100px;
}

/* Key Facts Section */
.key-facts {
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 60px 120px;
  padding: 64px 121px;
  background: #004785;
  max-width: 100%;
  margin: 0 auto;
}

.stat-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.stat-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.stat-content {
  flex: 1;
}

.stat-number {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 64px;
  line-height: 56px;
  letter-spacing: 0.2px;
  color: #ffffff;
  margin-bottom: 10px;
}

.stat-description {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.2px;
  color: #ffffff;
}

/* Management Section */
.management {
  padding-top: 120px;
  background: #ffffff;
}

.team-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  max-width: 640px;
  margin-top: 80px;
}

.service-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  max-width: 640px;
}

.carousel-nav {
  cursor: pointer;
  transition: transform 0.3s ease;
}

.carousel-nav:hover {
  transform: scale(1.1);
}

.nav-arrow {
  width: 11px;
  height: 23px;
}

.team-member {
  display: flex;
  align-items: center;
}

.member-photo {
  width: 395px;
  height: 365px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: -75px;
  margin-left: 45px;
}

.member-info {
  text-align: left;
}

@media (max-width: 1200px) {
  .video-section iframe {
    /*height: 500px;*/
    height: 400px;
  }
}

@media (max-width: 580px) {
  .video-section iframe {
    /*height: 220px;*/
    height: 200px;
  }
}

@media (min-width: 1024px) {
  .member-info {
    margin-left: 60px;
    width: 250px;
  }
  .team-carousel {
    max-width: 700px;
  }
}
@media (min-width: 900px) {
  .member-info {
    margin-left: 60px;
    width: 250px;
  }
}
@media (min-width: 769px) {
  .member-info {
    margin-left: 60px;
    width: 250px;
  }
}


.member-name {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #004785;
  margin-bottom: 10px;
}

.swiper-button-prev,
.swiper-button-next {
  color: #00478580;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
  background: #004785;
}

.member-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24.38px;
  color: rgba(0, 71, 133, 0.8);
}

.carousel-indicators {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
}

.indicators {
  width: 88px;
  height: 8px;
}

/* Expansion Section */
.expansion {
  padding: 120px 0;
  background: #f9f9f9;
}

/* Contact Section */
.contact {
  padding: 30px 0;
  background: #004785;
  height: fit-content;
}

.contact-form,
.wpcf7-form {
  max-width: 640px;
  margin: 0 auto;
}

.form-group {
  /*margin-bottom: 40px;*/
  margin-bottom: 27px;
}

.contact .form-group input {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border-bottom: 1px solid #ffffff80;
  padding-bottom: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24.38px;
  color: #ffffff;
}

.contact .form-group textarea {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  border: 1px solid #ffffff80;
  padding: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24.38px;
  color: #ffffff;
  border-radius: 5px;
}

.contact .form-group input::placeholder {
  color: #ffffffcc;
}

.form-label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 24.38px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  margin-bottom: 16px;
}

.form-input-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.form-textarea {
  width: 100%;
  height: 124px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
}

.contact-form .btn-contact,
.wpcf7-form .btn-contact {
  margin: 40px auto 0;
  display: block;
}

.team-card {
  text-align: center;
}
.team-card img {
  max-width: 220px;
  border-radius: 12px;
  margin-bottom: 15px;
}
.team-card h3 {
  font-size: 20px;
  color: #004080;
  margin: 0;
}
.team-card p {
  font-size: 16px;
  color: #666;
  margin: 5px 0 0;
}

.extra-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  justify-content: center;
  text-align: center;
  z-index: 99;
}

.extraBlockSevice {
  width: 50%;
  min-width: 50%;
}

.lightblueItem {
  background: #004785;
}

.blueItem {
  background: #105da1;
}

.greenItem {
  background: #268e61;
}

.services-content-mobile {
  display: none;
}

ul {
  list-style-position: outside;
  padding: 0 0 0 17px;
}
ul li {
  color: #fff;
}

@media (max-width: 1605px) {
  .service-tabs {
    height: 50%;
    top: unset;
  }

  .service-tab {
    height: 100%;
  }

  .service-main {
    width: 100%;
    min-width: 100%;
  }

  .extraBlockSevice {
    width: 50%;
    min-width: 50%;
  }
}

@media (max-width: 1264px) {
  .service-tabs {
    position: static;
    flex-direction: row;
    width: 100%;
  }
  .service-tab {
    width: 50%;
    height: 60px;
    writing-mode: horizontal-tb;
  }
  .tab-text {
    transform: none;
  }

  .services-grid {
    padding-right: 40px;
  }
}

@media (max-width: 1600px) {
  .hero-title {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-subtitle {
    font-size: 20px;
    line-height: 30px;
  }

  .hero-image {
    height: 450px;
  }
}

@media (max-width: 1200px) {
  .services-content {
    flex-direction: column;
  }
  .container {
    padding: 0 20px;
  }

  .header-content {
    padding: 0 20px;
  }

  .nav {
    gap: 30px;
  }

  .nav-text {
    font-size: 14px;
  }

  .section-title {
    font-size: 48px;
    line-height: 60px;
  }

  .service-main,
  .services-grid {
    width: 100%;
  }

  .services-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .service-tabs {
    position: static;
    flex-direction: row;
    width: 100%;
  }

  .service-tab {
    width: 50%;
    height: 60px;
    writing-mode: horizontal-tb;
  }

  .tab-text {
    transform: none;
  }

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding: 30px 20px;
  }

  .member-photo {
    width: 300px;
    height: 280px;
  }

  .video-thumbnail {
    height: auto;
  }
}

@media (max-width: 1100px) {
  .hero {
    background: #004785;
    min-height: auto;
  }

  .hero-left,
  .hero-right {
    width: 100%;
  }

  .hero-right {
    padding-right: 0;
  }

  .hero-left {
    padding: 30px 20px;
  }

  .hero-title {
    font-size: 36px;
    line-height: 48px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 28px;
  }

  .hero-image {
    height: 450px;
  }
}

@media (max-width: 800px) {
  .hero-content {
    flex-direction: column-reverse;
  }
}

@media (max-width: 768px) {
  .team-member {
    flex-direction: column-reverse;
    gap: 26px;
  }
  .header-content {
    flex-direction: column;
    gap: 20px;
  }

  .nav {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .hero-image {
    height: 241px;
  }

  .nav-item {
    flex-direction: column;
    gap: 8px;
  }

  .nav-icon {
    width: 32px;
    height: 32px;
  }

  .section-title {
    font-size: 32px;
    line-height: 48px;
  }

  .section-description p,
  p.section-description {
    font-size: 18px;
    line-height: 28px;
  }

  .services-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-card {
    width: 100%;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .stat-item {
    gap: 18px;
  }

  .stat-icon {
    width: 48px;
    height: 48px;
  }

  .stat-number {
    font-size: 40px;
    line-height: 48px;
  }

  .stat-description {
    font-size: 16px;
  }

  .bigMargin {
    margin-bottom: 30px;
  }

  .team-carousel {
    flex-direction: column;
    gap: 20px;
  }

  .member-photo {
    width: 205px;
    height: 190px;
    margin: 0;
  }

  .member-info {
    text-align: center;
  }

  .member-name {
    font-size: 20px;
  }

  .member-title {
    font-size: 16px;
  }

  .team-carousel {
    margin-top: 10px;
  }

  .management {
    padding-top: 48px;
  }

  .contact,
  .expansion,
  .impact,
  .welcome {
    padding: 48px 0;
  }

  .contact-form,
  .wpcf7-form {
    max-width: 100%;
  }

  .impact-subtitle {
    margin-bottom: 30px;
    font-size: 18px;
  }

  .impact-cta {
    font-size: 18px;
  }

  .contact .form-group input {
    padding-bottom: 19px;
  }

  .section-description.white,
  .section-description.white p {
    margin: 0 auto 40px;
  }

  .hero-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 30px;
  }

  .hero-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  .buttonBanner {
    width: 100%;
  }

  .services-content {
    display: none;
  }

  .services-content-mobile {
    display: flex;
    flex-direction: column;
  }

  .service-carousel .swiper-button-prev,
  .service-carousel .swiper-button-next {
    color: #ffffff80;
  }

  .service-main {
    padding: 48px 20px;
  }

  .service-main-content {
    max-width: 100%;
  }

  .service-carousel {
    max-width: 100%;
  }

  .service-carousel .swiper-slide {
    padding: 0 50px;
    color: #fff;
  }

  .service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 26px;
  }

  .service-carousel .swiper-slide {
    text-align: start;
    padding-bottom: 67px;
  }

  .service-carousel .swiper-pagination {
    bottom: 25px;
  }

  .service-carousel .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ffffff40;
    opacity: 1;
    margin: 0 6px !important;
    border-radius: 50%;
    transition: all 0.3s ease;
  }

  .service-carousel .swiper-pagination-bullet-active {
    background: #ffffff;
  }

  .service-main-title {
    font-size: 24px;
    line-height: 32px;
    justify-content: center;
    min-height: max-content;
  }

  .service-main-description {
    font-size: 16px;
  }

  .hidden {
    display: none;
  }
}

.cardService {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*color: #daeeffcc;*/
  color: #fff;
  padding: 79px 48px;
  transition: flex 1s cubic-bezier(0.77, 0, 0.175, 1),
    padding 1s cubic-bezier(0.77, 0, 0.175, 1),
    max-width 1s cubic-bezier(0.77, 0, 0.175, 1),
    transform 1s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.9s ease-in-out;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.cardService h2 {
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    font-size 0.8s ease-in-out;
}

.cardService p,
.btnService,
.extra-content {
  transition: opacity 0.9s ease-in-out;
}

.cardService:nth-child(1) {
  background: #004785;
}
.cardService:nth-child(2) {
  background: #105da1;
}
.cardService:nth-child(3) {
  background: #268e61;
}

.cardService:nth-child(1) .services-grid {
  background: #004785;
}
.cardService:nth-child(2) .services-grid {
  background: #0a599d;
}
.cardService:nth-child(3) .services-grid {
  background: #078a51;
}

.cardService.active {
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  padding: 0px;
  animation: cardAppear 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  height: auto;
  max-height: 440px;
}

.cardService.active .serviceWrapperCard {
  padding: 79px 48px;
  max-width: 650px;
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: padding 1s cubic-bezier(0.77, 0, 0.175, 1),
    max-width 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.cardService.collapsed {
  flex: 0.3;
  justify-content: center;
  align-items: center;
  padding: 11px;
  max-width: 56px;
  position: relative;
}

.cardService.collapsed .serviceWrapperCard {
  width: 100%;
  min-width: 100%;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  max-height: 436px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: max-width 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.cardService.collapsed p,
.cardService.collapsed .btnService,
.cardService.collapsed .extra-content,
.cardService.collapsed .service-main-underline {
  opacity: 0 !important;
  pointer-events: none;
  height: 0;
  overflow: hidden;
}

.cardService.collapsed h2 {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1),
    font-size 0.8s ease-in-out;
}

.extra-content {
  margin-top: 20px;
  display: none;
  font-size: 14px;
  line-height: 1.4;
  max-width: 400px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.cardService.active .extra-content {
  display: block;
  opacity: 1;
  animation: fadeIn 1.4s cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 0;
  max-width: 100%;
  height: 100%;
  width: 100%;
}

.cardService.collapsed .serviceWrapperCard {
  max-width: 640px;
}

.serviceWrapperCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  height: 100%;
}

.wpcf7-response-output {
  color: #fff;
}

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

@keyframes cardAppear {
  from {
    opacity: 0;
    transform: scale(0.94);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1730px) {
  .services-grid {
    gap: 5px;
    padding-left: 20px;
  }
}

@media (max-width: 1604px) {
  .services-grid {
    flex-wrap: wrap;
    gap: 15px;
  }
  .cardService.active {
    max-height: 100%;
  }
}

@media (max-width: 1200px) {
  .cardService.collapsed h2 {
    transform: unset;
    margin-bottom: 0;
  }

  .cardService.collapsed {
    max-width: 100%;
  }

  .cardService.collapsed .serviceWrapperCard {
    max-height: 56px;
  }
}
