@import url("https://fonts.googleapis.com/css2?family=Anton&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap"); :root {
  --primary-color: #0056b3;
  --secondary-color: #08b3eb;
  --accent-color: #ffa500;
  --text-dark: #333;
  --text-light: #666;
  --white: #fff;
  --success: #00c389;
  --bs-primary: rgb(0, 86, 179);
}
.text-primary {
  color: var(--bs-primary) !important;
}
body {
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.6;
}

html, body {
  overflow-x: hidden;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Anton, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.navbar {
  background-color: var(--primary-color);
  padding: 1rem 0px;
}

.bg-primary {
  background-color: var(--primary-color) !important;
}

.navbar-brand, .nav-link {
  color: var(--white) !important;
}

.dropdown-menu {
  background-color: var(--primary-color);
}

.dropdown-item {
  color: var(--white);
}

.dropdown-item:hover {
  background-color: rgb(0, 68, 148);
}

.phone-button {
  background: var(--secondary-color);
  color: var(--text-dark);
  transition: all 0.3s ease 0s;
}

.phone-button:hover {
  background: var(--white);
  border: 1px solid var(--text-dark);
  transform: scale(1.05);
}
.member-button {
  background: var(--secondary-color);
  color: var(--text-dark);
  transition: all 0.3s ease 0s;
}

.member-button:hover {
  background: var(--white);
  border: 1px solid var(--text-dark);
  transform: scale(1.05);
}

@media (max-width: 768px) {
    .hero-video {
        width: 100%;
        height: 100%;
    }
}
.hero {
 position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    transform: translateZ(0);
    will-change: transform;
}

.hero-video {
 position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px;
}

.hero-content .container {
  max-width: 800px;
}

.hero h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.hero .lead {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.fallback-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Optimize AOS animations */
[data-aos] {
    transform: translateZ(0);
    will-change: transform, opacity;
    backface-visibility: hidden;
    perspective: 1000px;
}
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.btn-primary {
  background-color: rgb(151, 185, 255);
  border-color: rgb(204, 254, 217);
  transition: all 0.3s ease 0s;
  color: black;
  text-shadow: none;
  font-size: 1.5em;
}

.btn-primary:hover {
  background-color: rgb(255, 255, 255);
  border-color: rgb(151, 185, 255);
  transform: scale(1.05);
  color: black;
}

.btn-outline-light:hover {
  color: var(--primary-color);
}

.empower-section {
  background: linear-gradient(to right, rgb(204, 254, 216), rgb(150, 184, 255));
  padding: 5rem 0px;
}

.content-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0px 3rem;
}

.content-col h2 {
  font-size: 2.5rem;
  margin-bottom: 1.25rem;
  color: rgb(0, 86, 179);
}

.content-col p {
  font-size: 1.1rem;
  margin-bottom: 1.875rem;
  color: var(--text-light);
}

.image-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.our-approach {
  padding: 2rem 1rem;
}

.our-approach h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(0, 86, 179) !important;
}

.text-success {
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(150, 184, 255) !important;
}

.approach-card {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  padding: 1.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-circle {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 0.9375rem;
}

.bg-light-blue {
  background-color: rgb(230, 243, 255);
}

.bg-light-green {
  background-color: rgb(230, 255, 240);
}

.bg-light-orange {
  background-color: rgb(255, 245, 230);
}

.bg-light-gray {
  background-color: rgb(240, 240, 240);
}

.bg-light-yellow {
  background-color: rgb(255, 249, 230);
}

.bg-light-pink {
  background-color: rgb(255, 230, 243);
}

.approach-card h5 {
  font-weight: bold;
  margin-bottom: 1rem;
}

.approach-card p {
  font-size: 0.9rem;
  margin-bottom: 0px;
}

#workerCompSlider {
  position: relative;
  height: 100vh;
}

.carousel-item {
  height: 100vh;
}

.carousel-item img, .carousel-item video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.carousel-caption {
  background: rgba(255, 255, 255, 0.8);
  inset: 0px;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 1.25rem;
}

.caption-content {
  max-width: 100%;
  color: var(--text-dark);
}

.carousel-caption h2 {
  font-size: 1.5rem;
  margin-bottom: 0.625rem;
  color: rgb(0, 86, 179);
}
h3 {
  font-size: 1.5em;
}
.carousel-caption p {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}

.carousel-caption .btn {
  font-size: 1rem;
  padding: 0.625rem 1.25rem;
}

.services {
  background-color: rgb(249, 249, 249);
  padding: 5rem 1rem;
}

.services h2 {
  color: rgb(0, 86, 179);
  font-size: 2.5rem;
  font-weight: bold;
}

.services p {
  font-size: 1.1rem;
  color: var(--text-light);
}

.service-card {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  padding: 2rem 1.5rem;
  transition: transform 0.3s ease 0s;
}

.service-card:hover {
  transform: translateY(-10px);
}

.explore-link {
  color: var(--accent-color);
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
}

.explore-link:hover {
  text-decoration: underline;
}

.device-mockup img {
  width: 100%;
  height: auto;
}

.service-badge {
  background-color: rgb(230, 247, 255);
  color: var(--text-dark);
  padding: 0.3125rem 0.9375rem;
  border-radius: 20px;
  margin: 0px 0.3125rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
}

.service-badge i {
  color: rgb(0, 168, 232);
  margin-right: 0.3125rem;
}

.industry-problems .content-col {
  background-color: rgb(248, 249, 250);
  padding: 4rem 2rem;
}

.industry-problems .content-wrapper {
  max-width: 500px;
  margin-left: auto;
  margin-right: 2rem;
}

.industry-problems h2 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.industry-problems p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: var(--text-light);
}

.industry-problems .image-col {
  background-image: url("images/office-3.jpg");
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.lead-capture {
  color: var(--white);
  padding: 5rem 1rem;
  background: linear-gradient(to right, rgb(204, 254, 216), rgb(150, 184, 255));
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

.lead-capture h2 {
  font-family: Anton, sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.lead-capture p {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}

.lead-form .form-control {
  background-color: var(--white);
  border: 1px solid rgb(204, 204, 204);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  color: var(--text-dark);
}

.lead-form .form-control::placeholder {
  color: var(--text-light);
}

.lead-form .form-control:focus {
  border-color: var(--accent-color);
  box-shadow: rgba(255, 165, 0, 0.5) 0px 0px 5px;
}

.team-section {
  background-color: rgb(255, 255, 255);
  padding: 5rem 0px;
}

.team-section h2 {
  font-size: 3rem;
  font-weight: bold;
  color: rgb(0, 86, 179);
  margin-bottom: 3rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.team-section .card.team-member {
  perspective: 1000px;
  height: 350px;
  border: none;
  background: transparent;
  margin-bottom: 30px;
}

.team-section .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.8s ease 0s;
  transform-style: preserve-3d;
}

.team-section .card:hover .card-inner {
  transform: rotateY(180deg);
}

.team-section .card-front, .team-section .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  overflow: hidden;
}

.team-section .card-front {
  background: linear-gradient(135deg, rgb(204, 254, 216) 0%, rgb(150, 184, 255) 100%);
  color: rgb(0, 86, 179);
}

.team-section .card-front::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  transform: rotate(30deg);
  transition: transform 0.5s ease 0s;
}

.team-section .card:hover .card-front::before {
  transform: rotate(0deg);
}

.team-section .card-back {
  background: linear-gradient(135deg, rgb(0, 86, 179) 0%, rgb(0, 51, 102) 100%);
  color: rgb(255, 255, 255);
  transform: rotateY(180deg);
}

.team-section .member-image {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto 1.5rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
  border: 3px solid rgba(255, 255, 255, 0.5);
}

.team-section .member-image i {
  font-size: 5rem;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.team-section h5 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-shadow: rgba(0, 0, 0, 0.1) 1px 1px 2px;
}

.team-section p {
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.team-section .btn {
  transition: all 0.3s ease 0s;
  padding: 0.5rem 1.5rem;
  font-size: 1rem;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 86, 179);
  border: none;
  border-radius: 25px;
}

.team-section .btn:hover {
  background-color: rgb(204, 254, 216);
  color: rgb(0, 86, 179);
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

.team-section .card-back h5 {
  color: rgb(204, 254, 216);
}

.team-section .card-back p {
  color: rgb(255, 255, 255);
  margin-bottom: 1.5rem;
}

.team-section .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media (max-width: 767px) {
  .team-section .card.team-member {
      height: 300px;
      position: relative;
      overflow: hidden;
      margin-bottom: 20px;
  }

  .team-section .card-inner {
      position: relative;
      width: 100%;
      height: 100%;
  }

  .team-section .card-front, .team-section .card-back {
      position: absolute;
      width: 100%;
      height: 100%;
      padding: 1rem;
  }

  .team-section .member-image {
      width: 100px;
      height: 100px;
      margin-bottom: 1rem;
  }

  .team-section .member-image i {
      font-size: 3rem;
  }

  .team-section h5 {
      font-size: 1.2rem;
  }

  .team-section p {
      font-size: 0.9rem;
      margin-bottom: 0.5rem;
  }

  .team-section .btn {
      padding: 0.25rem 0.5rem;
      font-size: 0.875rem;
  }
}

.contact-section {
  background: linear-gradient(135deg, rgb(204, 254, 216) 0%, rgb(150, 184, 255) 100%);
  padding: 4rem 0px;
  overflow: hidden;
}

.contact-section h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(0, 86, 179);
  line-height: 1.2;
}

.contact-section .lead {
  font-size: 1.1rem;
  color: rgb(51, 51, 51);
}

.contact-features {
  list-style-type: none;
  padding-left: 0px;
}

.contact-features li {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: rgb(0, 86, 179);
}

.contact-features i {
  margin-right: 10px;
  color: rgb(0, 195, 137);
}

.contact-form-wrapper {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}

.contact-form-wrapper h3 {
  color: rgb(0, 86, 179);
  font-weight: bold;
}

.contact-form .form-control, .contact-form .form-select {
  border: 2px solid rgb(224, 224, 224);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease 0s;
  width: 100%;  /* Ensure full width */
  font-size: 1rem;
  color: #495057;
}

.contact-form .form-control, .contact-form .form-select {
  border: 2px solid rgb(224, 224, 224);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease 0s;
  width: 100%;  /* Ensure full width */
  font-size: 1rem;
  color: #495057;
}

.contact-form .form-control, .contact-form .form-select {
  border: 2px solid rgb(224, 224, 224);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease 0s;
  width: 100%;
  font-size: 1rem;
  color: #495057;
}

.contact-form .form-control:focus, .contact-form .form-select:focus {
  border-color: rgb(150, 184, 255);
  box-shadow: rgba(150, 184, 255, 0.25) 0px 0px 0px 0.2rem;
}

.contact-form .form-select {
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid rgb(224, 224, 224);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  /* height: calc(1.5em + 0.75rem + 2px); */
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.contact-form .form-select::placeholder {
  color: #6c757d;
}

.form-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}




.contact-form .btn-primary {
  background-color: rgb(0, 86, 179);
  border: none;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1.1rem;
  transition: all 0.3s ease 0s;
}

.contact-form .btn-primary:hover {
  background-color: rgb(0, 61, 130);
  transform: translateY(-3px);
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px;
}

footer {
  font-size: 0.9rem;
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  padding: 3rem 0px 1rem;
}

.footer-logo {
  max-height: 50px;
  width: auto;
}

.footer-heading {
  font-size: 1.2rem;
  font-weight: 600;
  color: rgb(0, 86, 179);
  margin-bottom: 1rem;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a, .social-links a {
  color: rgb(51, 51, 51);
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.footer-links a:hover, .social-links a:hover {
  color: rgb(0, 86, 179);
}

.social-links {
  font-size: 1.2rem;
}

.social-links .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

footer hr {
  border-top: 1px solid rgb(224, 224, 224);
  margin: 2rem 0px;
}

@media (max-width: 767px) {
  .container {
      padding-left: 15px;
      padding-right: 15px;
  }

  .hero h1 {
      font-size: 2rem;
  }

  .hero .lead {
      font-size: 1.2rem;
  }

  .cta-buttons {
      flex-direction: column;
      gap: 0.5rem;
  }

  .content-col, .image-col {
      padding: 1.875rem;
  }

  .carousel-caption {
      background: none;
      justify-content: center;
  }

  .caption-content {
      background: rgba(0, 0, 0, 0.6);
      padding: 0.9375rem;
      border-radius: 8px;
      color: white;
  }

  .carousel-caption h2, .carousel-caption p, .carousel-caption li {
      color: var(--white) !important;
  }

  .industry-problems .content-col {
      order: 2;
  }

  .industry-problems .image-col {
      order: 1;
  }

  .contact-section .content-col, .contact-section .contact-form-wrapper {
      padding: 1rem;
      margin-top: 2em;
      margin-bottom: 2em;
  }

  footer .row > div {
      text-align: center;
  }

  footer .social-links {
      justify-content: center;
  }

  .footer-heading {
      margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .carousel-caption {
      left: 0px;
      right: auto;
      width: 50%;
  }

  .caption-content {
      max-width: 80%;
  }

  .carousel-caption h2 {
      margin-bottom: 0.9375rem;
      font-size: 2.5rem;
      font-weight: bold;
  }

  .carousel-caption p {
      font-size: 1.125rem;
      margin-bottom: 1.25rem;
  }

  .carousel-caption .btn {
      font-size: 1.125rem;
      padding: 0.75rem 1.5rem;
  }

  .our-approach {
      padding-left: 3em;
      padding-right: 3em;
  }

  .empower-section {
      padding-left: 3em;
      padding-right: 3em;
  }
}

.custom-shape-divider-top-1721429578, .custom-shape-divider-bottom-1721430201, .custom-shape-divider-top-1721430443, .custom-shape-divider-bottom-1721430586, .custom-shape-divider-top-1721770205, .custom-shape-divider-bottom-1721770323 {
  position: absolute;
  left: 0px;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1721429578, .custom-shape-divider-top-1721430443, .custom-shape-divider-top-1721770205 {
  top: 0px;
}

.custom-shape-divider-bottom-1721430201, .custom-shape-divider-bottom-1721430586, .custom-shape-divider-bottom-1721770323 {
  bottom: 0px;
  transform: rotate(180deg);
}

.custom-shape-divider-top-1721429578 svg, .custom-shape-divider-bottom-1721430201 svg, .custom-shape-divider-top-1721430443 svg, .custom-shape-divider-bottom-1721430586 svg, .custom-shape-divider-top-1721770205 svg, .custom-shape-divider-bottom-1721770323 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 60px;
}

.custom-shape-divider-top-1721429578 .shape-fill {
  fill: rgb(204, 254, 216);
}

.custom-shape-divider-bottom-1721430201 .shape-fill {
  fill: rgb(151, 185, 255);
}

.custom-shape-divider-top-1721430443 .shape-fill {
  fill: rgb(204, 253, 216);
}

.custom-shape-divider-bottom-1721430586 .shape-fill, .custom-shape-divider-bottom-1721770323 .shape-fill {
  fill: rgb(150, 184, 254);
}

.custom-shape-divider-top-1721770205 .shape-fill {
  fill: rgb(203, 253, 216);
}

.our-approach {
  padding: 2rem 1rem;
}

.our-approach .row {
  margin-left: 2em;
  margin-right: 2em;
}

.our-approach [class*="col-"] {
  padding-left: 10px;
  padding-right: 10px;
}

.our-approach h2 {
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(0, 86, 179) !important;
}

.text-success {
  font-size: 2.5rem;
  font-weight: bold;
  color: rgb(150, 184, 255) !important;
}

.approach-card {
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
  padding: 1.25rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.icon-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}

.icon-circle i {
  font-size: 1rem;
}

.approach-card h5 {
  font-weight: 600 !important;
  margin-bottom: 1rem;
  font-family: "Roboto Condensed", sans-serif;
}

.approach-card p {
  font-size: 1rem;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .our-approach .col-lg-3 {
      width: 100%;
  }
}
@media (max-width: 767px) {
  .our-approach .col-lg-3,
  .our-approach .col-md-6 {
      width: 100%; /* Make columns full width on mobile */
      padding-left: 15px;
      padding-right: 15px;
  }


  .our-approach .row {
      margin-left: 0;
      margin-right: 0;
  }
}
.logo {
  max-width: 50%;
}


/* BIO PAGES */

.bio-header {
  background: linear-gradient(135deg, #ccfed8 0%, #96b8ff 100%);
  padding: 120px 0 50px;
  text-align: center;
  margin-top: 3em;
}
.bio-image {
  width: 220px;
  height: 275px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 20px;
}
.card-link {
text-decoration: none;
color: inherit;
display: block;
height: 100%;
}

.card-link:hover {
text-decoration: none;
color: inherit;
}

.card-link .card {
transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card-link:hover .card {
transform: translateY(-5px);
box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* SERVICES PAGE */


.services-hero {
  background: linear-gradient(135deg, #0056b3, #00c389);
  color: white;
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
  margin-top: 56px; /* Adjust this value based on your navbar height */

}

.services-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  transform: rotate(30deg);
}
.services-hero h1 {
  font-size: 2.9rem; /* Adjust as needed */
  margin-bottom: 1rem;
}

.services-core-details .services-core-row {
  margin-bottom: 4rem;
}

@media (max-width: 991px) {
  .services-core-details .services-core-row .order-lg-2 {
      order: 2;
  }
  .services-core-details .services-core-row .order-lg-1 {
      order: 1;
  }
}

.mt-6 {
  margin-top: 6rem !important;
}

/* CONTACT PAGE */

.contact-hero {
  background: linear-gradient(135deg, #0056b3, #00c389);
  color: white;
  padding: 100px 0 50px;
  position: relative;
  overflow: hidden;
  margin-top: 56px; /* Adjust this value based on your navbar height */

}

.contact-hero::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  transform: rotate(30deg);
}
.contact-hero h1 {
  font-size: 3.5rem; /* Adjust as needed */
  margin-bottom: 1rem;
}

.contact-hero p {
  font-size: 1.25rem; /* Adjust as needed */
}
.contact-form-wrapper {
  background-color: white;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-top: 10px;
  position: relative;
  z-index: 1;
}

.contact-info-card {
  background-color: #f8f9fa;
  border-radius: 15px;
  padding: 30px;
  height: 100%;
  margin-top: 10px;
}

.contact-map {
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}

.social-links a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #0056b3;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #00c389;
  transform: translateY(-3px);
}

/* WHO WE ARE PAGE */

.hero-who-we-are {
  background: linear-gradient(135deg, #ccfed8 0%, #96b8ff 100%);

  padding: 120px 0 50px;
  margin-top: 56px;
}

.hero-who-we-are h1 {
  font-size: 3.5rem;
  margin-bottom: 1rem;
}

.hero-who-we-are p {
  font-size: 1.25rem;
}

.section-title {
  color: #0056b3;
  margin-bottom: 2rem;
}

.innovation-focus {
  background-color: #f8f9fa;
  padding: 50px 0;
}

.approach-item {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
}

.approach-item i {
  flex-shrink: 0;
}

.approach-item p {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .phone-button {
    position: absolute;
    right: 15px;
    top: 10px; /* Adjust this value to set how high the button should be */
    transform: none; /* Remove vertical centering */
    z-index: 1050; /* Ensure it stays above other elements */
  }
  .navbar-toggler {
      margin-left: auto; /* Pushes the hamburger menu to the left */
  }
  .navbar-collapse.show ~ .phone-button {
    top: 20%; /* Adjust this value to set how high the button should move */
    transform: translateY(0); /* Aligns it better when the menu is expanded */
}
}

/* CLAIMS MANAGEMENT */

.hero-claims {
  background: linear-gradient(135deg, #0056b3, #00c389);
  color: white;
  padding: 120px 0 50px;
  position: relative;
  overflow: hidden;
  margin-top: 56px;
}

.hero-claims::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  transform: rotate(30deg);
}

.value-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.key-benefits {
background: linear-gradient(135deg, #0056b3, #00c389);
}

.benefit-item {
padding: 2rem;
border-radius: 10px;
background-color: rgba(255, 255, 255, 0.1);
transition: all 0.3s ease;
}

.benefit-item:hover {
transform: translateY(-5px);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.dissolve-text {
opacity: 0;
transition: opacity 1s ease-in-out, transform 1s ease-in-out;
transform: translateY(20px);
}

.dissolve-text.show {
opacity: 1;
transform: translateY(0);
}

.progress {
height: 10px;
border-radius: 5px;
overflow: hidden;
}

.progress-bar {
width: 0;
transition: width 1.5s ease-in-out;
}

/* CLIENT EDUCATION */

.hero-education {
  background: linear-gradient(135deg, #0056b3, #00c389);
  color: white;
  padding: 120px 0 50px;
  position: relative;
  overflow: hidden;
  margin-top: 56px;
}

.hero-education::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  transform: rotate(30deg);
}

.value-icon {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.parallax-section {
  background-image: url('images/empower-your-team.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.parallax-content {
  position: relative;
  z-index: 1;
  color: white;
}

/* TAILORED SOLUTIONS */

.hero-tailored {
  background: linear-gradient(135deg, #0056b3, #00c389);
  color: white;
  padding: 120px 0 50px;
  position: relative;
  overflow: hidden;
  margin-top: 56px; /* Adjust this value based on your navbar height */
}

.hero-tailored::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  transform: rotate(30deg);
}

.core-values {
background: linear-gradient(135deg, #f6f9fc 0%, #e9f2f9 100%);
}

.value-card {
background-color: white;
border-radius: 15px;
padding: 2rem;
height: 100%;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transition: all 0.3s ease;
position: relative;
overflow: hidden;
}

.value-card:hover {
transform: translateY(-10px);
box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
}

.value-icon-wrapper {
background: linear-gradient(135deg, #0056b3, #00c389);
width: 80px;
height: 80px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 1.5rem;
}

.value-icon {
font-size: 2.5rem;
color: white;
}

.value-card h3 {
color: #0056b3;
margin-bottom: 1rem;
}

.value-hover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: linear-gradient(135deg, #0056b3, #00c389);
color: white;
padding: 2rem;
opacity: 0;
transition: opacity 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
}

.value-card:hover .value-hover {
opacity: 1;
}
.parallax-section {
  background-image: url('images/empower-your-team.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.parallax-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.parallax-content {
  position: relative;
  z-index: 1;
  color: white;
}
.member-sticker {
    width: 40%;
}

@media (max-width: 767px) {
    .team-section .btn {
        padding: 10px 20px;
        font-size: 16px;
    }
}

.team-section .btn {
    transition: all 0.3s ease 0s;
    padding: 0.5rem 1.5rem;
    font-size: 1rem;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 86, 179);
    border: none;
    border-radius: 25px;
}

.badge-img img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}