section {
  padding: 4rem 0;
}

.page-h1-wrapper {
  background: #ebeae3;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 5rem;
}

.page-h1-wrapper + section {
  padding-top: 0;
}

.page-intro, .services-intro .services-text,
.services-text,
.team-intro,
.results-text,
.contact-trust-text,
.lead {
  margin-bottom: 1.8rem;
  text-align: justify;
}

.sek-nav {
  background: #ebeae3;
  padding: 0.5rem 0 2rem 0;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
.sek-nav .logo-mobile {
  display: none;
}
@media (max-width: 768px) {
  .sek-nav .logo-mobile {
    display: block;
    height: 38px;
  }
}
.sek-nav .justify-content-center {
  flex: 1;
  margin-bottom: 0 !important;
}
.sek-nav .navbar-toggler {
  border: none;
  padding: 0.5rem;
  order: 3;
}
.sek-nav .nav-link {
  font-family: "Cinzel", serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: #222222 !important;
  margin: 0 4.5rem;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.sek-nav .nav-link.active-page {
  color: #018a92 !important;
}
.sek-nav .nav-link.active-page::after {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #018a92;
  transform: translateX(-50%) scaleX(1);
  transition: transform 0.3s ease;
}
.sek-nav .nav-link:hover:not(.active-page) {
  color: #018a92 !important;
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .sek-nav .navbar-collapse {
    padding-top: 0.5rem;
  }
  .sek-nav .nav-link {
    font-size: 0.85rem;
    padding: 0.1rem 0;
    margin: 0.1rem 0;
  }
}
@media (max-width: 576px) {
  .sek-nav {
    padding: 0.5rem 0 !important;
  }
  .sek-nav .navbar-toggler {
    padding: 0.1rem;
  }
  .sek-nav .logo-mobile {
    height: 38px !important;
  }
  .sek-nav .nav-link {
    display: inline-block;
  }
  .sek-nav .nav-link.active-page::after {
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 2px;
    transform: none;
  }
}

.mobile-footprints {
  display: none;
}

@media (max-width: 768px) {
  .sek-nav .container-fluid {
    display: flex;
    position: relative;
    align-items: center;
  }
  .mobile-footprints {
    display: block;
    position: absolute;
    left: 17.5%;
    right: 12.5%;
    height: 14px;
    margin: 0;
    background-image: url("../images/footprints-row.png");
    background-repeat: repeat-x;
    background-size: auto 14px;
    background-position: center center;
    opacity: 0.4;
    filter: brightness(0.5) sepia(0.3);
    top: auto;
    margin-top: 30px;
    z-index: 1;
  }
  .navbar-toggler {
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
}
.page-header {
  position: relative;
  padding: 0;
}
.page-header .page-logo {
  position: fixed;
  top: 96px;
  left: 60px;
  width: auto;
  height: 80px;
  z-index: 1100;
}
@media (max-width: 768px) {
  .page-header .page-logo {
    display: none;
  }
}
.page-header .page-h1 {
  font-family: "Cinzel", serif;
  font-size: clamp(1.5rem, 2.7vw, 2rem);
  font-weight: 400;
  color: #222222;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
  margin: 0;
}
.page-header .page-intro, .page-header .services-intro .services-text, .services-intro .page-header .services-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.2rem;
  color: #222222;
  line-height: 1.7;
  opacity: 0.9;
  text-align: justify;
}
@media (max-width: 768px) {
  .page-header .page-h1 {
    text-align: center;
  }
  .page-header .page-intro, .page-header .services-intro .services-text, .services-intro .page-header .services-text {
    font-size: 1.1rem;
  }
}

.footprint-divider {
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  max-width: 1200px;
  height: 18px;
  background-image: url("../images/footprints-row.png");
  background-repeat: repeat-x;
  background-size: auto 18px;
  background-position: left center;
  opacity: 0.4;
  filter: brightness(0.5) sepia(0.3);
}
@media (max-width: 576px) {
  .footprint-divider {
    display: none;
  }
}

body {
  padding-top: 96px;
  background: #ebeae3;
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
  line-height: 1.6;
}

.logo-hero {
  width: clamp(300px, 45vw, 500px);
  height: auto;
  display: block;
  margin: 0 auto;
}

.hero-title {
  font-family: "Cinzel", serif !important;
  font-size: clamp(1rem, 5vw, 2.2rem);
  font-weight: 400 !important;
  color: #c4a256 !important;
  line-height: 2 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

.hero-section {
  background: #ebeae3;
  margin-top: -4rem;
}

.hero-tagline {
  margin-top: -3rem;
}

.hero-image-section {
  min-height: 45vh;
  position: relative;
  display: flex;
  align-items: center;
}
.hero-image-section .hero-image-bg {
  position: absolute;
  inset: 0;
  background: url("/images/cityscape1.jpg") center/cover no-repeat fixed;
  background-position: 50% 20%;
  z-index: 1;
}
.hero-image-section .hero-image-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(16, 16, 16, 0.111);
  z-index: 2;
}
.hero-image-section .container {
  z-index: 3;
  position: relative;
}

.hero-subtitle {
  font-family: "Cinzel", serif;
  font-size: clamp(1rem, 1.7vw, 2.2rem);
  font-weight: 400;
  color: #ffffff !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  line-height: 1.3;
}

.cta-row {
  margin-top: 1.8rem;
}
.cta-row .btn-cta2 {
  background: #018a92;
  border: 2.5px solid #01a08f;
  color: #ffffff !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 1rem 2.5rem;
  border-radius: 0;
  display: inline-block;
  transition: all 0.3s ease;
}
.cta-row .btn-cta2:hover {
  background: #016d75;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(1, 138, 146, 0.4);
}
.cta-row .cta-or {
  font-family: "Cinzel", serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  vertical-align: middle;
}
@media (max-width: 768px) {
  .cta-row .btn {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 1rem !important;
  }
  .cta-row .cta-or {
    display: block;
    margin: 0.5rem 0;
  }
}

.confidential-bottom {
  color: #ffffff !important;
  font-size: 0.95rem;
  font-weight: bolder;
  position: absolute;
  bottom: -1.4rem;
  left: 79%;
  white-space: nowrap;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}
.confidential-bottom .highlight-1 {
  color: #018a92 !important;
  font-weight: 600;
}
@media (max-width: 576px) {
  .confidential-bottom {
    position: static !important;
    text-align: right;
    margin-top: 1rem;
  }
}

.page-h1 {
  font-family: "Cinzel", serif !important;
  font-size: clamp(1.5rem, 2.7vw, 2rem) !important;
  font-weight: 400 !important;
  color: #222222 !important;
  line-height: 1 !important;
  letter-spacing: -0.02em !important;
  text-align: center !important;
}

.page-h1.underline-highlight-1, .page-h1.underline-highlight-2 {
  position: relative;
  display: inline-block;
}
.page-h1.underline-highlight-1::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #018a92;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
.page-h1.underline-highlight-2::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  width: 100%;
  height: 3px;
  background: #c4a256;
  transform: translateX(-50%);
  transition: transform 0.3s ease;
}
@media (max-width: 576px) {
  .page-h1.underline-highlight-1::after, .page-h1.underline-highlight-2::after {
    bottom: -2px;
    height: 2px;
  }
}

.services-cta {
  padding-top: 5rem;
}

.who-we-help {
  background: #ebeae3;
}
.who-we-help .photo-btn {
  display: block;
  width: 45%;
  max-width: 200px;
  height: 20px;
  max-height: 100px;
  margin: 1rem auto 0;
  padding: 0.75rem 1.5rem;
  background: #018a92;
  border: 2px solid #c4a256;
  color: #ffffff !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  transition: all 0.3s ease;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.who-we-help .photo-card .photo-subtitle {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  color: #222222;
  margin: 0;
}
.who-we-help .photo-card .photo-img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.287);
}
@media (max-width: 991px) {
  .who-we-help .carousel-indicators {
    position: absolute;
    bottom: 25px;
    left: 35%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    gap: 5px;
    z-index: 3;
  }
  .who-we-help .carousel-indicators [data-bs-target] {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #018a92;
    opacity: 0.5;
  }
  .who-we-help .carousel-indicators [data-bs-target].active {
    opacity: 1;
  }
  .who-we-help .photo-img {
    height: 220px;
  }
}

.why-choose-section {
  background: #ebeae3;
}
.why-choose-section .icon-box {
  border: 2px solid #01a08f;
  background: #ffffff;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.why-choose-section .icon-box .icon-img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
}
.why-choose-section .icon-box .icon-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #222222;
}
.why-choose-section .why-text, .why-choose-section .team-section .team-intro, .team-section .why-choose-section .team-intro,
.why-choose-section .why-text-mobile {
  color: #222222;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 1.7;
}
.why-choose-section .why-text ul, .why-choose-section .team-section .team-intro ul, .team-section .why-choose-section .team-intro ul,
.why-choose-section .why-text-mobile ul {
  font-size: 1.1rem;
}
.why-choose-section .why-text ul strong, .why-choose-section .team-section .team-intro ul strong, .team-section .why-choose-section .team-intro ul strong,
.why-choose-section .why-text-mobile ul strong {
  color: #018a92;
}
@media (max-width: 991px) {
  .why-choose-section .carousel-indicators {
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
  .why-choose-section .carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    background-color: #018a92;
    opacity: 0.6;
  }
  .why-choose-section .carousel-indicators [data-bs-target].active {
    opacity: 1;
    transform: scale(1.2);
  }
  .why-choose-section .carousel-control-prev,
  .why-choose-section .carousel-control-next {
    width: 10%;
    opacity: 0.7;
  }
  .why-choose-section .icon-img {
    width: 70px;
    height: 70px;
  }
  .why-choose-section .icon-box {
    padding: 1.25rem;
  }
  .why-choose-section .why-text-mobile {
    padding: 0 1rem;
  }
}

.btn-cta1 {
  background: #f5c15b !important;
  border: 2.5px solid #c4a256 !important;
  color: #ffffff !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  padding: 1rem 2.5rem !important;
  border-radius: 0 !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
}
.btn-cta1 strong {
  display: inline-block;
  line-height: 1;
  color: #01a08f !important;
  font-weight: 700;
  font-size: 1.1em;
}
.btn-cta1:hover {
  background: #e6ae4e;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(196, 162, 86, 0.4);
}

.stories-section {
  background: #ebeae3;
}
.stories-section .stories-quotes {
  margin-top: 1.8rem;
  gap: 1.8rem;
}
.stories-section .page-h1.underline-highlight-2::after {
  background: #c4a256 !important;
}
.stories-section .quote-main {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.7rem;
  font-weight: 300;
  color: #018a92 !important;
  font-style: italic;
  line-height: 1.3;
  max-width: 900px;
  margin: 0 auto 1rem;
}
.stories-section .quote-author {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  color: #222222;
  font-style: italic;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 768px) {
  .stories-section .quote-main {
    font-size: 1.3rem;
    padding: 0 1rem;
  }
}

.team-section {
  background: #ebeae3;
}
.team-section .team-photo-wrapper {
  text-align: center;
}
.team-section .team-photo {
  width: 100%;
  max-width: 450px;
  height: auto;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  transition: transform 0.3s ease;
}
@media (max-width: 991px) {
  .team-section .team-h1 {
    margin-top: 5rem !important;
  }
  .team-section .row {
    text-align: center;
  }
  .team-section .team-intro {
    margin-bottom: 2rem;
  }
  .team-section .team-photo {
    max-width: 350px;
  }
}

.ethics-section {
  background: #e7efe8;
}
.ethics-section .page-h1-wrapper {
  margin-top: 2.5rem;
}
.ethics-section .ethics-h1 {
  background: #e7efe8;
}
.ethics-section .ethics-item {
  padding: 0rem 1rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ethics-section .ethics-bullet {
  width: 85px;
  height: 85px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
.ethics-section .ethics-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
}
.ethics-section .ethics-quote-wrapper {
  margin-top: auto;
}
.ethics-section .ethics-quote-wrapper .ethics-quote-main {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.95rem;
  font-weight: 300;
  color: #018a92 !important;
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
}
.ethics-section .ethics-quote-wrapper::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: -3rem;
  bottom: -1rem;
  width: 1.5px;
  background: #018a92;
  z-index: 1;
  transform: translateY(-65px);
}
.ethics-section .ethics-quote-wrapper {
  padding-left: 1.5rem;
  position: relative;
}
.ethics-section .ethics-quote-wrapper .ethics-author {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.9rem;
  color: #222222;
  font-style: italic;
  font-weight: 500;
  margin: 0;
  display: block;
}
@media (max-width: 768px) {
  .ethics-section .ethics-quote-main {
    margin: 0 !important;
  }
  .ethics-section .ethics-author {
    margin: 0 !important;
    display: block;
  }
  .ethics-section .ethics-quote-wrapper::before {
    display: none !important;
  }
  .ethics-section .col-lg-4.col-md-6 {
    position: relative;
  }
  .ethics-section .col-lg-4.col-md-6::after {
    content: "";
    display: block;
    width: 50%;
    height: 1.5px;
    background: #018a92;
    margin: 4rem auto 0 auto;
  }
  .ethics-section .col-lg-4.col-md-6:last-of-type::after {
    display: none;
  }
  .ethics-section .ethics-bullet {
    width: 50px;
    height: 50px;
  }
  .ethics-section .ethics-text {
    font-size: 1rem;
  }
  .ethics-section .ethics-item {
    display: flex;
    flex-direction: column;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-h1-wrapper {
    margin-bottom: 1.5rem;
  }
}
.services-intro .btn-cta1,
.services-intro .btn-cta2 {
  margin-top: 1.8rem;
}

.services-intro {
  background: #ebeae3;
}
.services-intro .services-text {
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 1.25rem;
  color: #222222;
  line-height: 1.7;
}
.services-intro .wider-icons {
  width: calc(100% + 15rem) !important;
  margin-left: -7rem;
  margin-right: -7rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 1.8rem;
}
@media (max-width: 768px) {
  .services-intro .wider-icons {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.services-intro .services-icon {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .services-intro .services-icon {
    width: 55px;
    height: 55px;
  }
}
.services-intro .services-icon-text {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  color: #222222;
  line-height: 1.3;
  margin: 0;
}
@media (max-width: 768px) {
  .services-intro .services-icon-text {
    font-size: 0.8rem;
  }
}
.services-intro .icon-item {
  padding: 0.2rem 0.5rem;
}

.ethics-bg-section {
  background-color: #e7efe8;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 1rem;
  padding-top: 2rem;
  padding-bottom: 6rem;
}
.ethics-bg-section .page-h1-wrapper {
  background: transparent !important;
  padding: 0 !important;
  margin-bottom: 1.5rem;
}
.ethics-bg-section .page-h1 {
  background: transparent !important;
}

.btn-learn-more {
  display: inline-block;
  padding: 0.6rem 1.25rem;
  background: #f8f8f6;
  border: 2px solid #018a92;
  color: #222222 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  transform: scale(0.95);
  margin-top: 2rem;
}
.btn-learn-more:hover {
  background: rgb(236.84375, 236.84375, 231.65625);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(1, 138, 146, 0.3);
}

.sek-modal {
  z-index: 1060;
}
.sek-modal .modal-dialog {
  max-width: 500px;
  height: 100vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .sek-modal .modal-dialog {
    height: auto;
    display: block;
    margin: 1rem auto;
  }
}
@media (max-width: 576px) {
  .sek-modal .modal-dialog {
    max-width: calc(100% - 1rem);
  }
}
.sek-modal .modal-content {
  display: flex;
  flex-direction: column;
  transform: scale(0.85);
  transform-origin: center top;
}
.sek-modal .modal-body {
  overflow: visible;
}
.sek-modal .modal-body.p-4 {
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0rem !important;
  padding-bottom: 1rem !important;
}
.sek-modal .modal-footer .btn-cta1 {
  background: #f5c15b !important;
  border: 2.5px solid #c4a256 !important;
  color: #ffffff !important;
}
.sek-modal .modal-footer .btn-cta1 strong {
  color: #01a08f !important;
}
.sek-modal .modal-footer .btn-cta1:hover {
  background: #e6ae4e !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(196, 162, 86, 0.4) !important;
}
.sek-modal .modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}
@media (max-width: 576px) {
  .sek-modal .modal-dialog {
    margin: 0.5rem;
    max-width: calc(100% - 1rem);
  }
}
.sek-modal .sek-modal-content {
  border: 2px solid #c4a256;
  background: #f5f4ef;
  border-radius: 0;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.sek-modal .sek-input, .sek-modal .sek-textarea {
  width: 100%;
  height: 30px;
  border-radius: 15px !important;
  border: 2px solid #018a92 !important;
  background-color: #dddddd !important;
}
.sek-modal .sek-input:focus, .sek-modal .sek-textarea:focus {
  border-color: rgb(0.6530612245, 90.1224489796, 95.3469387755) !important;
  box-shadow: 0 0 0 0.2rem rgba(1, 138, 146, 0.25) !important;
  background-color: #dddddd !important;
}
.sek-modal .sek-modal .btn-cta1 {
  background: #f5c15b !important;
  border: 2.5px solid #c4a256 !important;
  color: #ffffff !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-weight: 700 !important;
}
.sek-modal .modal-body,
.sek-modal .modal-footer {
  font-size: 0.9rem;
}
.sek-modal .modal-body .sek-input,
.sek-modal .modal-body .sek-textarea,
.sek-modal .modal-footer .sek-input,
.sek-modal .modal-footer .sek-textarea {
  height: 35px !important;
  font-size: 0.9rem;
}
.sek-modal .modal-body .sek-textarea,
.sek-modal .modal-footer .sek-textarea {
  height: 80px !important;
}
.sek-modal .modal-body .sek-label,
.sek-modal .modal-body .form-label,
.sek-modal .modal-footer .sek-label,
.sek-modal .modal-footer .form-label {
  font-size: 0.85rem !important;
}
.sek-modal .modal-body .btn-cta1,
.sek-modal .modal-footer .btn-cta1 {
  font-size: 0.95rem !important;
  padding: 0.75rem 1.5rem !important;
}
.sek-modal .sek-textarea {
  height: 120px;
}
.sek-modal .form-label {
  color: #222222 !important;
}
.sek-modal .btn-close-white {
  filter: none;
  opacity: 0.8;
  position: absolute;
  top: 5px;
  right: 8px;
  z-index: 10;
}
.sek-modal .btn-close-white:hover {
  opacity: 1;
}

.sek-label {
  font-family: "Cinzel", serif !important;
  color: #222222 !important;
  margin-bottom: 0rem !important;
  margin-top: 1rem !important;
}

.services-btn {
  display: inline-block;
  padding: 0.7rem 1.5rem !important;
  background: #f5f4ef;
  border: 2.5px solid #f5c15b;
  color: #018a92 !important;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.services-btn:hover {
  background: #f5c15b;
  color: #ffffff !important;
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(245, 193, 91, 0.4);
}

.about-photo {
  max-height: 350px;
}

.about-team .team-card {
  text-align: center;
}
.about-team .team-name-box {
  background: #018a92;
  border: 2px solid #c4a256;
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}
.about-team .team-name-box .team-name {
  display: block;
  font-size: 1.2rem;
  line-height: 1.1;
}
.about-team .team-name-box .team-role {
  display: block;
  font-size: 1rem;
  opacity: 0.9;
}
.about-team .team-photo {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.8rem;
}
.about-team .team-meta {
  font-family: "Source Sans Pro", sans-serif;
  color: #018a92;
  font-size: 1.2rem;
}
.about-team .team-meta span {
  margin: 0 0.25rem;
}
.about-team .team-note {
  margin-top: 1.5rem;
}
.about-team .team-note .team-note-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: #c4a256;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
}
.about-team .team-note .team-note-inner img {
  height: 5.5rem;
  width: auto;
}
.about-team {
  /* mobile adjustments */
}
@media (max-width: 991px) {
  .about-team .team-photo {
    height: 220px;
  }
  .about-team .team-meta {
    font-size: 0.9rem;
  }
}

#teamCarousel .carousel-control-prev,
#teamCarousel .carousel-control-next {
  width: 10%;
  opacity: 0.7;
}

.client-collaboration .collab-box {
  border: 2px solid #018a92;
  background: rgba(255, 255, 255, 0.362);
  padding: 2rem 1.6rem;
  height: 100%;
  text-align: center;
}
.client-collaboration .collab-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.35rem;
  font-weight: 600;
  color: #222222;
  margin-bottom: 2.5rem;
}
.client-collaboration .collab-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
  text-align: justify;
  line-height: 1.7;
}
.client-collaboration .quote-text {
  color: #018a92;
}
.client-collaboration .cta-question {
  font-family: "Cinzel", serif;
  font-size: 1.5rem;
  color: #c4a256;
  margin-bottom: 1rem;
}
.client-collaboration {
  /* mobile adjustments */
}
@media (max-width: 991px) {
  .client-collaboration .collab-box {
    padding: 1.6rem 1.3rem;
  }
  .client-collaboration .collab-title {
    font-size: 1.25rem;
  }
}

@media (max-width: 768px) {
  .about-team .page-h1-wrapper,
  .client-collaboration .page-h1-wrapper {
    margin-bottom: 1.5rem;
  }
}
.ethics-bg-section .services-icon {
  width: 130px;
  height: 130px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 0.5rem auto;
}
.ethics-bg-section .services-icon-text {
  text-align: center;
}
.ethics-bg-section .icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ethics-bg-section .wider-icons {
  width: 100%;
}
@media (min-width: 992px) {
  .ethics-bg-section .wider-icons {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.services-intro .page-h1-wrapper {
  margin-bottom: 1rem;
}

.results-block .results-h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 1.45rem;
  color: #222222;
  text-align: center;
  line-height: 1.35;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  padding-bottom: 2rem;
}
.results-block .results-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
  text-align: justify;
  line-height: 1.7;
}
.results-block .quote-highlight-1 {
  color: #018a92;
  font-style: italic;
}
.results-block .quote-highlight-2 {
  color: #c4a256;
  font-style: italic;
}
.results-block .results-photo {
  max-height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

.results-cta-text {
  font-family: "Cinzel", serif;
  color: #c4a256;
  font-size: 1.5rem;
  text-align: center;
  margin-top: 5rem;
}

.contact-confidential {
  font-family: "Source Sans Pro", sans-serif;
  color: #018a92 !important;
  font-size: 1.15rem;
  text-align: center;
  margin-bottom: 2rem;
}

.contact-trust-title {
  font-family: "Cinzel", serif;
  color: #222222;
}

.contact-trust-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
  text-align: justify;
  line-height: 1.7;
}

.contact-form-section {
  margin-top: -5rem;
}
.contact-form-section .modal-dialog {
  max-width: 640px;
  height: auto;
  display: block;
}
.contact-form-section .sek-modal-content {
  padding: 2rem 2rem 2.2rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.contact-form-section .modal-body.p-4 {
  padding: 1.5rem 2rem !important;
}
.contact-form-section .sek-input, .contact-form-section .sek-modal .sek-textarea, .sek-modal .contact-form-section .sek-textarea {
  height: 40px;
}
.contact-form-section .sek-textarea {
  height: 130px;
}

.sek-modal-contact .modal-dialog {
  height: auto;
  margin: 0;
  align-items: stretch;
  display: block;
  max-width: 100%;
}
.sek-modal-contact .modal-content {
  transform: none;
  transform-origin: unset;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
}
.sek-modal-contact .modal-body.p-4 {
  padding: 1.5rem 2rem !important;
}
.sek-modal-contact .sek-label {
  margin-top: 0.5rem !important;
}
.sek-modal-contact .cta-row {
  margin-top: 3rem;
  transform: scale(0.9);
}

.contact-process .process-row {
  margin-top: 1.8rem;
}
.contact-process .process-card {
  padding: 1rem;
}
.contact-process .process-icon {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}
.contact-process .process-title {
  font-family: "Cinzel", serif;
  font-size: 1.1rem;
  color: #018a92;
  margin-bottom: 0.6rem;
}
.contact-process .process-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
  line-height: 1.6;
  font-size: 0.95rem;
}

.media-recognition .media-card {
  text-align: center;
}
.media-recognition .media-image {
  width: 100%;
  max-height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  margin-bottom: 0.8rem;
}
.media-recognition .media-caption {
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
  font-size: 0.95rem;
}

.cta-success-message {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.cta-success-message.show {
  opacity: 1;
  visibility: visible;
}
.cta-success-message .cta-success-box {
  background: #f5f4ef;
  border: 2px solid #c4a256;
  padding: 2.5rem 3rem;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}
.cta-success-message p {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
}
.cta-success-message .success-line1 {
  font-size: 1.35rem;
}
.cta-success-message .success-line2 {
  font-size: 1.35rem;
  margin-top: 0.5rem;
}
@media (max-width: 768px) {
  .cta-success-message .cta-success-box {
    padding: 2rem;
    width: 50%;
  }
  .cta-success-message .success-line1 {
    font-size: 1.2rem;
  }
  .cta-success-message .success-line2 {
    font-size: 1.2rem;
  }
}

.credibility-section .credibility-feature {
  margin-top: 1.8rem;
  margin-bottom: 5rem;
}
.credibility-section .credibility-image {
  width: 100%;
  height: auto;
  max-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.25);
}
.credibility-section .credibility-title {
  font-family: "Cinzel", serif;
  font-size: 1.6rem;
  color: #018a92;
  margin-bottom: 5rem;
  margin-top: -5rem;
  text-align: center;
}
@media (max-width: 576px) {
  .credibility-section .credibility-title {
    margin-top: 1.5rem;
  }
}
.credibility-section .credibility-text {
  font-family: "Source Sans Pro", sans-serif;
  color: #222222;
  line-height: 1.7;
  margin-top: 5rem;
  text-align: justify;
}
.credibility-section .credibility-btn {
  margin-top: 1rem;
  color: #018a92;
}
.credibility-section .credibility-logos-title {
  font-family: "Cinzel", serif;
  color: #c4a256;
  font-size: 1.4rem;
}
.credibility-section .credibility-logo {
  max-width: 140px;
  height: auto;
  opacity: 0.85;
  transition: all 0.3s ease;
  margin-top: 2.5rem;
}
.credibility-section .credibility-logo:hover {
  transform: scale(1.05);
  opacity: 1;
}

.sek-footer {
  background: #ebeae3;
  color: #222222;
  padding-top: 1rem;
}
.sek-footer .footer-footprints {
  position: relative;
  width: 100vw;
  height: 55px;
  margin-left: calc(-50vw + 50%);
  background-image: url("../images/footprints-row.png");
  background-size: 150px 35px;
  background-position: center;
  background-repeat: repeat-x;
  animation: slideFootprints 25s linear infinite;
}
.sek-footer .footer-logo {
  width: 300px !important;
  height: auto !important;
  display: block !important;
  margin-bottom: 2.5rem !important;
}
.sek-footer .footer-hours-h1 {
  font-family: "Cinzel", serif;
  font-size: 1.8rem;
  color: #018a92;
  font-weight: 400;
  margin-bottom: 2.5rem !important;
}
.sek-footer .contact-bullets .bullet-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.2rem;
}
.sek-footer .contact-bullets .bullet-item .bullet-icon {
  width: 30px !important;
  height: 30px !important;
  margin-right: 1rem;
  flex-shrink: 0;
}
.sek-footer .contact-bullets .bullet-item span {
  font-family: "Cinzel", serif;
  font-size: 1rem;
  color: #222222;
  line-height: 1.4;
}
.sek-footer .contact-bullets .no-bullet {
  font-family: "Cinzel", serif;
  font-size: 0.95rem;
  color: #222222;
  font-style: italic;
}
.sek-footer .footer-map-wrapper {
  position: relative;
  border: 4px solid #018a92;
  box-shadow: 0 0 20px rgba(245, 193, 91, 0.6);
  border-radius: 12px;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.sek-footer .footer-map-wrapper:hover {
  box-shadow: 0 0 40px rgba(245, 193, 91, 0.8);
}
.sek-footer .footer-map {
  width: 100%;
  height: 300px;
  border: none;
  display: block;
}
.sek-footer .map-labels div {
  font-family: "Cinzel", serif;
  font-size: 0.85rem;
  color: #018a92;
  font-weight: 400;
}
.sek-footer .footer-tagline {
  font-family: "Cinzel", serif;
  font-weight: 500;
  font-size: 1.4rem;
  color: #c4a256;
  line-height: 1.3;
  margin-top: 4rem !important;
  margin-bottom: 2.5rem !important;
}
.sek-footer .stay-connected {
  font-family: "Cinzel", serif;
  font-size: 1.3rem;
  color: #222222;
  font-weight: 400;
  margin-bottom: 1.5rem;
}
.sek-footer .social-logos {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.sek-footer .social-logos .social-logo {
  width: 45px;
  height: 45px;
  transition: transform 0.3s ease;
}
.sek-footer .social-logos .social-logo:hover {
  transform: scale(1.1);
}
.sek-footer .bottom-logos {
  display: flex !important;
  justify-content: space-around !important;
  align-items: center !important;
  gap: 2rem;
  width: 100% !important;
  margin-top: 1rem !important;
}
.sek-footer .bottom-logos .bottom-logo {
  width: 90px !important;
  height: auto !important;
  max-width: 120px;
}
.sek-footer .bottom-logos .bottom-logo:hover {
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .sek-footer {
    padding-top: 4rem;
  }
  .sek-footer .footer-map {
    height: 200px;
  }
  .sek-footer .bottom-logos {
    gap: 1rem;
  }
  .sek-footer .social-logos {
    gap: 1rem;
  }
}

@keyframes slideFootprints {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@media (max-width: 768px) {
  .page-first-section .page-h1-wrapper {
    margin-top: -3rem;
  }
}/*# sourceMappingURL=styles.css.map */