header,
footer {
  display: none !important;
}
.alkaline {
  font-family: 'Alkaline', sans-serif;
}
@media screen and (min-width: 992px){
  button.hamburger-menu, .navigation-header .social {
    display: none;
}
}
@media screen and (max-width: 1200px) and (min-width: 992px){
  .hero-content h1, .main-header h2 {
    font-size: 72px !important;
    line-height: 82px !important;
  }
  .testimonial-content p:not(.author) {
    font-size: 70px !important;
    line-height: 72px !important;
  }
  .hero-content p, .left-content h2, .card-info h3 {
    font-size: 36px !important;
    line-height: 42px !important;
  }
  .hero-content a, button#load-more {
    font-size: 14px !important;
    padding: 14px 56px !important;
  }
  .main-header p {
    font-size: 28px !important;
    line-height: 32px !important;
  }
}
@media screen and (max-width: 991px) {
  .logo img {
    height: 40px !important;
}
button.hamburger-menu {
  margin: 0 !important;
}
  .animated-hero {
    width: 100% !important;
    margin-left: 0 !important;
    min-height: 600px !important;
  }
  /* .navigation-header {
    padding: 20px !important;
    justify-content: space-between !important;
  } */
  .hero-card .overlay,
  .hero-card .inverted,
  .grid-1 .hero-card .overlay,
  .grid-1 .hero-card .inverted {
    width: 100% !important;
  }
  .post-modal {
    z-index: 99999 !important;
  }
  .grid-1 .hero-card,
  .grid-1 .overlay {
    height: 400px !important;
    min-height: 0px !important;
    left: 5% !important;
    width: 90% !important;
  }
  .hero-content h1,
  .main-header h2 {
    font-size: 48px !important;
  }
  .hero-content p,
  .main-header p {
    font-size: 28px !important;
  }
  .main-header {
    margin: 120px auto 120px auto !important;
    padding: 0 20px !important;
  }
  .card-info h3 {
    font-size: 36px !important;
  }
  .card-info p {
    font-size: 16px !important;
  }
  .hero-content a, button#load-more {
    font-size: 14px !important;
    padding: 14px 56px !important;
  }
  .load-more-container {
    margin: 0px auto 120px auto !important;
  }
  .testimonial-content p {
    font-size: 42px !important;
  }
  .testimonial {
    padding: 0px !important;
    height: auto !important;
    margin-bottom: 0 !important;
    width: 90% !important;
    margin: 0px auto 20px auto !important;
  }
  .testimonial svg {
    width: 70%;
    margin-left: 0 !important;
    margin-top: 0 !important;
    position: absolute;
    bottom: -28%;
    left: -20%;
  }
  .testimonial-overlay {
    padding: 20px 20px 0px 20px !important;
  }
  .testimonial-inner {
    background-image: none !important;
    background: linear-gradient(
      0deg,
      rgba(73, 62, 32, 0) 38.93%,
      #493e20 59.4%
    ) !important;
    position: relative;
  }
  .testimonial-content .author {
    font-size: 16px !important;
  }
  .testimonial-img {
    display: block !important;
    max-width: none;
    width: 100vw;
    margin-left: -20px;
    mask-image: linear-gradient(to top, black 60%, transparent 100%);
  }
  .hero-card,
  .overlay,
  .inverted {
    max-height: none !important;
    height: 100% !important;
  }
  .hero-card:nth-child(3n + 3) {
    margin-top: 0px !important;
  }
  .hero-card:hover, .masked-bg:hover {
    transform: rotate(2deg) !important;
  }
  .headshot,
  .hero-card:hover img.headshot {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 130px !important;
    height: 130px !important;
    clip-path: path(
      "M86.23 2.943C86.23 2.943 109.15 9.612 115.83 25.64C122.5 41.668 105.38 54.694 97.54 64.816C89.7 74.938 87.01 80.84 78.56 103.77C70.11 126.7 45.49 123.21 25.59 110.06C5.7 96.91 -9.23 61.97 8.45 31.27C26.13 0.57 65.49 -3.77 86.23 2.943Z"
    ) !important;
  }
  .hero-card:hover .inverted {
    background: linear-gradient(
      0deg,
      rgba(6, 36, 67, 0.7) 0%,
      rgba(6, 36, 67, 0.7) 100%
    ) !important;
  }
  .cards-main.related .hero-card {
    opacity: 1;
    transform: none;
}
}

body {
  background-color: #fff;
}
.hero-content {
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}
.hero .blue-overlay {
  padding-bottom: 280px;
  background: linear-gradient(0deg, rgb(9, 32, 53) 0%, rgba(9, 32, 53, 0.9) 10%);
}
.hero-content h1 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1.1;
  font-family: "Titillium Web", sans-serif;
  color: #fff;
}
.logo img {
  height: 50px;
}
.hero-content p {
  font-size: 48px;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Neuton", serif;
  color: #fff;
  margin-bottom: 2em;
}
.hero-content a {
  background: #B5834C;
  border: 2px solid #B5834C;
  color: #000;
  padding: 20px 65px;
  font-size: 22px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 110px;
  transition: all 0.3s ease-in-out;
}
.hero-content a:hover, #load-more:hover {
  background: #fff;
  color: #B5834C;
}
.hero-content a, #load-more {
  border: 2px solid #B5834C;
}
.hero {
  background-image: url("/wp-content/uploads/2025/04/9ad2f8f0ef91c097af521a2fb07d7359-min-scaled.jpeg");
  background-size: cover;
}
.blue-overlay {
  background: rgba(9, 32, 53, 0.9);
  padding: 20px;
  min-height: 100vh;
}
.page-content {
  margin-top: 0;
}
/* .navigation-wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  gap: 0px;
  border-radius: 10px;
  margin-top: 0px;
  background: rgba(41, 79, 114, 0.80);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  transition: width 1s ease-in-out, opacity 0.4s ease-in-out, margin-top 0.4s ease-in-out, height 0.4s ease-in-out;
}
.navigation-wrapper.open {
    width: calc(100vw - 40px);
    justify-content: space-between;
}
.navigation-header:nth-child(1) {
  border-radius: 10px 10px 10px 10px;
  position: relative;
  z-index: 1;
}
.navigation-header:nth-child(2) {
  border-radius: 0px 10px 10px 0px;
  position: relative;
  z-index: 0;
  transform: translate(-140%);
  transition: all 0.3s ease-in-out;
}
.navigation-wrapper.open .navigation-header:nth-child(2) {
  transform: translate(0%);
}
.navigation-wrapper.open .navigation-header:nth-child(1) {
  border-radius: 10px 0px 0px 10px;
}
.navigation-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  gap: 60px;
}
.navigation-wrapper.open .hamburger-menu span:nth-child(2) {
  display: none;
}
.hamburger-menu {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  padding: 0;
  margin: 0.4em 1em;
  height: 25px;
  width: 40px;
}

.hamburger-menu:hover,
.hamburger-menu:focus,
.hamburger-menu:active {
  background: none;
}

.navigation-wrapper.open .hamburger-menu span:nth-child(2) {
  opacity: 0;
}

.navigation-wrapper.open .hamburger-menu span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  width: 25px;
}

.navigation-wrapper.open .hamburger-menu span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

.hamburger-menu span:nth-child(2) {
  top: 10px;
}

.hamburger-menu span:nth-child(3) {
  top: 20px;
}

.hamburger-menu span:nth-child(1) {
  top: 0px;
  width: 15px;
}
.hamburger-menu span {
  display: block;
  width: 25px;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  position: absolute;
}
.navigation-links {
  padding: 1rem;
}

.navigation-links a {
  margin: 0.5rem 2rem;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
} */

@media screen and (max-width: 768px) {
  /* .navigation-wrapper {
    flex-direction: column;
    height: 12%;
    max-height: 85px;
  } */
  html:has(.open) {
    overflow: hidden;
}
  /* .open.navigation-wrapper {
    height: 95%;
    max-height: 3000px;
    background: rgba(41, 79, 114, 0.98);
  }
  .navigation-header .social {
    display: flex;
    gap: 20px;
    margin-top: 20px;
  }
  .navigation-header:nth-child(2) {
    transform: translateY(-170%);
    display: block;
  }
  .navigation-wrapper.open .navigation-header:nth-child(1) {
    border-radius: 10px 10px 0px 0px;
  }
  .navigation-header:nth-child(2) {
    border-radius: 0px 0px 10px 10px;
    margin-top: -2px;
    padding: 0px !important;
  }
  .navigation-header:nth-child(2), .navigation-links,  .navigation-links a, .navigation-wrapper {
    transition: all 0.5s ease-in-out;
  }
  .open .navigation-header:nth-child(2) {
    padding: 20px !important;
  }
  .navigation-links {
    flex-direction: column !important;
}
  .navigation-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0px !important;
    width: 100%;
  }
  .navigation-links a {
    margin: 0;
    font-size: 0px;
    font-weight: 400;
  }
  .open .navigation-links a {
    font-size: 18px;
  } */
  .slider-cards {
    grid-template-columns: 1fr !important;
    padding-bottom: 120px !important;
  }
  .hero-card:not(:has(.inverted)), .hero-card:not(:has(.overlay)), .inverted, .overlay {
    padding: 20px !important;
  }
  .hero-card:has(.inverted), .hero-card:has(.overlay) {
    padding: 0px !important;
  }
  .slide-container .content-wrapper {
    padding: 20px;
  }
}

/* cards */
.hero-card:not(:has(.inverted)),
.hero-card:not(:has(.overlay)) {
  border-radius: 10px;
  width: 100%;
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  background-size: cover;
  background-position: center;
}
.hero-card:has(.inverted),
.hero-card:has(.overlay) {
  border-radius: 10px;
  padding: 0px;
  background-size: cover;
  background-position: center;
}
.inverted,
.overlay {
  width: 100%;
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.hero-card {
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
  max-height: 50vw;
}
.slider-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  justify-content: center;
  margin: 0 auto;
  max-width: 1400px;
  padding-bottom: 280px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width:1281px){
.cards-main .slider-cards > *:nth-child(3n + 3):not(.post-modal), .cards-main.related .slider-cards > *:nth-child(3n + 2):not(.post-modal) {
  margin-top: -60px;
}
.cards-main.related .slider-cards > *:nth-child(3n + 3):not(.post-modal) {
  margin-top: 0px;
}
}
.hero-card,
.inverted {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: relative;
}
.hero-card:hover {
  transform: rotate(3deg);
}
.hero-card:hover .inverted,
.overlay {
  background: linear-gradient(
    0deg,
    rgba(6, 36, 67, 0) 0%,
    rgba(6, 36, 67, 0) 100%
  );
}
.overlay,
.inverted {
  background: linear-gradient(
    0deg,
    rgba(6, 36, 67, 0.7) 0%,
    rgba(6, 36, 67, 0.7) 100%
  );
}
.hero-card *:not(.headshot) {
  z-index: 100;
}
img.headshot {
  position: absolute;
  top: 180px;
  left: 40px;
  border-radius: 10px;
  height: 230px;
  width: 210px;
  object-fit: cover;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  clip-path: path(
    "M152.53 5.59795C152.53 5.59795 193.075 18.3694 204.835 48.9824C216.595 79.5954 186.385 103.922 172.397 122.98C158.41 142.038 153.746 152.377 138.945 195.559C124.144 238.742 81.1664 232.052 45.2816 207.723C9.4 183.393 -16.3477 117.305 14.2653 59.7277C44.8783 2.15061 112.593 -7.17346 152.53 5.59795Z"
  );
}
.br-10 {
  border-radius: 10px;
}
.hero-card:hover img.headshot {
  top: 0;
  left: 0;
  clip-path: none;
  height: 100%;
  width: 100%;
}
.cards-main img.headshot {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  mask-image: url('/wp-content/uploads/2025/04/Vector-01.png');
  mask-repeat: no-repeat;
  mask-position: 20px 45%;
  mask-size: 50%;
  clip-path: none;
}
.cards-main .hero-card:hover img.headshot {
  mask-size: 300%;
  mask-position: 50% 50%;
}
.slider-cards a {
  text-decoration: none;
  color: inherit;
}
.card-crumb {
  font-size: 14px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1.25px;
}
.card-info h3 {
  font-size: 48px;
  font-family: "Neuton", serif;
  line-height: 1.1;
}
.card-info p {
  font-size: 21px;
  font-family: "Titillium Web", sans-serif;
  line-height: 1.3;
}
.card-crumb,
.card-info h3,
.card-info p {
  color: #fff;
}
.light-bg .card-crumb,
.light-bg .card-info h3,
.light-bg .card-info p {
  color: #231f20;
}
.main-header {
  text-align: center;
  margin: 280px auto 280px auto;
}
.main-header h2 {
  font-size: 72px;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: #000;
  margin: 15px auto;
}
.main-header img {
  display: inline-block;
  margin: -120px 0;
}
.main-header p {
  font-size: 36px;
  font-family: "Neuton", serif;
  font-weight: 400;
  line-height: 1.1;
}

/* main section */
.cards-main {
  /* background-color: #eaeaed; */
  /* background-image: url("/wp-content/uploads/2025/04/8fba85e573806864ce9d603c9adc1540.png"); */
  background-size: contain;
  background-position: 150% -20%;
  background-repeat: no-repeat;
}
.cards-main-overlay {
    padding: 60px 0;
    /* background: rgb(255, 255, 255, 0.96); */
}
button#load-more {
  font-family: "Titillium Web";
  font-size: 22px;
  font-weight: 700;
  color: #000;
  background-color: #B5834C;
  padding: 20px 65px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
  border-radius: 110px;
}
.load-more-container {
  text-align: center;
  margin: 0px auto 280px auto;
}
body {
  overflow-y: hidden;
}
.navigation-wrapper {
  margin-left: -20%;
  opacity: 0;
  margin-top: 0px;
  position: fixed;
}
.navigation-wrapper.hide-on-scroll {
  opacity: 0;
  margin-top: -150px;
}
body.done {
  overflow-y: auto !important;
}
.navigation-wrapper.ready {
  opacity: 1;
  margin-left: 0%;
  top: 20px;
  z-index: 9999;
}
.animated-hero {
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
  min-height: 100vh;
  width: 200%;
  margin-left: -50%;
}
.hero-grid {
  display: flex;
  gap: 40px;
  margin: 40px auto;
}
.hero-grid a,
.hero-grid .hero-card {
  width: 440px;
  margin-top: 0 !important;
  text-decoration: none;
}
.animated-hero .hero-card {
  height: 640px;
  width: 440px;
  pointer-events: none;
}
.hero-grid {
  justify-content: center;
}
.grid-1 {
  transform: translateX(-150%) scale(2);
  opacity: 0;
  margin-top: -120px;
}
.grid-1.stacked {
  margin-top: 40px;
}
.grid-2 {
  transform: translateX(150%) scale(2);
  opacity: 0;
}
.hero-grid h3 {
  font-size: 32px;
}
.hero-grid p {
  font-size: 16px;
}
.hero-grid .hero-card .headshot {
  width: 100%;
  height: auto;
  top: 100px;
}
@media screen and (max-width: 991px) {
  .animated-hero {
    margin-top: 280px;
  }
  .grid-2 {
    display: none;
  }
  .cards-main .overlay {
    width: 100% !important;
  }
  .grid-1 {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
  }
  .grid-1 .hero-card {
    position: absolute;
    background-color: var(--navy);
  }
  .grid-1 .hero-card:nth-child(1) { z-index: 5; }
  .grid-1 .hero-card:nth-child(2) { z-index: 4; }
  .grid-1 .hero-card:nth-child(3) { z-index: 3; }
  .grid-1 .hero-card:nth-child(4) { z-index: 2; }
  .grid-1 .hero-card:nth-child(5) { z-index: 1; }
  .cards-main .hero-card,
  .cards-main .overlay,
  .cards-main .inverted {
    height: 400px !important;
  }
  body {
    overflow: scroll !important;
  }
  .navigation-wrapper {
    opacity: 1 !important;
    margin-left: 0% !important;
    z-index: 9999;
  }
  .animation-hero {
    min-height: 0 !important;
  }

.navigation-wrapper {
  position: fixed !important;
  top: 20px !important;
  width: 90% !important;
}
.navigation-wrapper.hide-on-scroll {
  margin-top: -200px !important;
}
}
.orbital-career-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0px 20px 0px 20px;
  background-color: #092035;
}
.career-slider-wrapper {
  background-color: #092035;
  padding: 120px 0px 200px 0px;
}

.swiper-container {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

.slide-container {
  display: flex;
  width: 100%;
  height: 40vw;
  max-height: 800px;
}
.swiper-slide .left-content {
  height: 0%;
}
.swiper-slide.swiper-slide-active .left-content {
  height: 100%;
}
.swiper-slide .right-preview {
  height: 0%;
}
.swiper-slide.swiper-slide-active .right-preview {
  height: 100%;
}
.right-preview {
  transition: height 1s ease-in-out;
}
.right-preview .featured-image::after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--navy);
    opacity: 0.8;
    border-radius: 10px;
}
.left-content {
  position: relative;
  width: 60%;
  background-color: #fff;
  background-position: center;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  transition: height 0.7s ease-in-out;
  justify-content: flex-end;
}

.content-wrapper {
  padding: 40px;
  z-index: 2;
  background-color: #fff;
  margin: 20px;
  border-radius: 10px;
}

.company {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #092035;
  margin-bottom: 12px;
  font-weight: 600;
}

.left-content h2 {
  font-size: 32px;
  line-height: 1.1;
  color: #092035;
  margin-bottom: 12px;
  font-family: "Neuton", serif;
}

.left-content p {
  font-size: 18px;
  color: #092035;
}

.featured-image {
  width: 100%;
  height: 100%;
}

.featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.right-preview {
  width: 40%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  margin-left: 20px;
}

.slide-counter {
  position: absolute;
  top: 47%;
  left: calc(60% + 10px);
  font-size: 140px;
  font-weight: 700;
  color: rgba(41, 79, 114, 0.5);
  z-index: 10;
  font-family: "Titillium Web", sans-serif;
}
span.separator {
  margin: 0px -15px;
}
.slide-counter .separator,
.slide-counter .total {
  color: rgba(41, 79, 114, 0.5);
  font-size: 100px;
  font-weight: 200;
}
.orbital-slider-nav {
  position: absolute;
  bottom: 0;
  left: calc(60% + 10px);
  display: flex;
  gap: 12px;
  z-index: 10;
}

.slider-prev,
.slider-next {
  width: 104px;
  height: 56px;
  border-radius: 110px;
  background-color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #000;
}

.swiper-slide-active .featured-image:nth-child(2) {
  display: none;
}
.left-content {
  background-size: cover !important;
}
.right-preview .blue-overlay-slider {
  background: rgba(9, 32, 53, 0.9);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: 1;
}
.right-preview img {
  border-radius: 10px;
}

/* Ensure the slider is responsive */
@media (max-width: 992px) {
  .slide-container {
    flex-direction: column;
    height: 600px;
  }
  .swiper-container {
    width: 90%;
  }
  .left-content,
  .right-preview {
    width: 100%;
    margin-left: 0;
  }

  .right-preview {
    display: none;
  }

  .slide-counter {
    position: relative;
    font-size: 36px;
    bottom: 0;
    left: 0;
  }
  .slide-counter .current {
    font-size: 42px;
  }
  .slide-counter .separator,
  .slide-counter .total {
    font-size: 34px;
  }
  .slider-prev,
  .slider-next {
    width: 84px;
    height: 36px;
  }
  .slide-counter .current {
    font-size: 48px;
  }
  .orbital-slider-nav {
    bottom: 10px;
    right: 0px;
    left: 60% !important;
  }
  .orbital-slider-nav svg {
    width: 15px;
}
  .company,
  .content-wrapper p {
    font-size: 14px;
  }
  .content-wrapper h2 {
    font-size: 22px;
  }
  .modal-content a {
    padding: 20px !important;
  }
  .modal-content .card-info {
    margin: -60px auto 40px auto !important;
  }
  .modal-content img:not(.benefit img) {
    height: 300px;
    object-fit: cover;
}
.cards-main {
  background-position: 50% -10% !important;
  background-size: 200% !important;
}
span.separator {
  margin: 0px !important;
}
}

.post-card {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.post-title {
  margin-top: 0;
}

.read-more-btn {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
}

.read-more-btn:hover {
  background-color: #005177;
}

/* Modal styling */
.post-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(9, 32, 53, 0.95);
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 0px 0px 40px 0px;
  width: 80%;
  max-width: 1240px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.close-modal {
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  font-size: 24px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 110px;
  border: 1px solid #a78152;
  color: #a78157;
  padding: 6px 20px;
  z-index: 999;
}

.close-modal:hover {
  color: #666;
}

.post-meta {
  margin-bottom: 20px;
  color: #666;
}

.post-meta span {
  margin-right: 15px;
}

.post-content {
  line-height: 1.6;
}
.modal-content img {
  border-radius: 10px 10px 0px 0px;
  width: 100%;
}
.modal-content .card-info {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 20px 100px 0px rgba(0, 0, 0, 0.45);
  width: 90%;
  margin: -120px auto 40px auto;
  position: relative;
  overflow: hidden;
}
.modal-content a {
  display: inline-block;
  margin-top: 20px;
  padding: 20px 65px;
  background-color: #a78157;
  color: white;
  text-decoration: none;
  border-radius: 110px;
}
.modal-content li {
  font-size: 18px;
  color: #000;
}
.modal-content .card-crumb {
  font-size: 18px;
  margin-bottom: 40px;
}
.modal-content .card-info img {
  opacity: 0.2;
  position: absolute;
  bottom: -50%;
  width: 70%;
  right: -20%;
  z-index: 10;
}
.modal-content .card-info * {
  position: relative;
  z-index: 999;
}
.post-modal .cards-main {
  background: none;
  padding: 0;
}
.post-modal .cards-main * {
  color: #fff;
}
.post-modal .cards-main .light-bg * {
  color: #000;
}
.post-modal .main-header {
  margin: 120px auto 180px auto;
}
.post-modal .main-header h2 {
  color: #fff;
}
.card-info:has(.benefit) {
  margin-top: 0;
}
.modal-content:has(.benefit) .card-info img {
  opacity: 1;
  width: auto;
  position: relative;
  right: 0;
  bottom: 0;
}
.benefit {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.card-info:has(.benefit) {
  margin: 0;
  width: 100%;
}
.modal-content:has(.benefit) {
  padding: 0;
}
/* Add animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes scaleUp {
    from {
      scale: 0;
    }
    to {
      scale: 1;
    }
  }

.post-modal.show {
  display: block;
  animation: fadeIn 1s, scaleUp 0.5s;
}
.post-modal p,
.post-modal h3 {
  color: #000;
}
/* Make modal responsive */
@media screen and (max-width: 768px) {
  .modal-content {
    width: 95%;
    margin: 10% auto;
  }
}

.testimonial {
  height: 1400px;
  width: 100%;
  padding: 20px;
  max-width:1940px;
  margin: 0px auto;
  overflow: hidden;
  background-color: #fff;
}
.testimonial-inner {
  background-image: url("/wp-content/uploads/2025/04/68c1bae650c0c2a81a53a93aa6f10f97-min-scaled-e1743726346948.jpeg");
  background-size: cover;
  background-position: right;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.25);
}
.testimonial-content {
  max-width: 580px;
}
.testimonial-content p {
  font-family: "Alkaline", sans-serif;
  font-size: 90px;
  line-height: 1.1;
  color: #fff;
  margin: 25px 0;
}
.testimonial-content .author {
  font-family: "Titillium Web", sans-serif;
  font-size: 21px;
  color: #fff;
}
.testimonial-overlay {
  background: linear-gradient(
    270deg,
    rgba(9, 32, 53, 0) 29.06%,
    rgba(9, 32, 53, 0.7) 99%
  );
  padding: 140px;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.testimonial svg {
  margin-left: -140px;
  margin-top: 140px;
}
.testimonial-img {
  display: none;
}


.testimonial svg g {
  mix-blend-mode: soft-light !important;
}
.testimonial svg path {
  fill: #fff;
}
@media screen and (min-width: 992px){
    .hero-grid .hero-card .headshot {
    object-fit: none;
  }
}
@media screen and (max-width: 1280px) and (min-width: 769px){
    .slider-cards {
        grid-template-columns: 1fr 1fr;
    }
    .hero-card {
        margin-top: 0px !important;
    }
}
.cards-main .hero-card, .hero-content {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 2s ease, transform 1s ease;
}

.fade-in-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.cards-main .hero-card.fade-in-up:hover {
  opacity: 1;
  transform: translateY(0) rotate(3deg) !important;
}