:root {
  --primary-color: #2f89b0;
  --primary-light-color: #135776;
  --secondary-color: #17977e;
  --secondary-light-color: #046955;
  --lime-color: #17977e1a;
  --text-primary-color: #8a8a8a;
  --text-secondary-color: #828282;
  --white-color: #ffffff;
  --input-bg-color: #f6f6f6;
  --input-dark-bg-color: #e5e5e5;
}

/* Full-width banner image */
.about-us-navbar {
  background-image: url(../img/about-us-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.banner {
  min-height: 300px;
  background-image: url(../img/about-us-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-banner-heading {
  font-size: 8vw;
  color: #464646 !important;
}

.description-image {
  width: 400px;
  height: 420px;
  object-fit: cover;
}

.content-box {
  background: linear-gradient(
    180deg,
    var(--secondary-color) 0%,
    var(--primary-light-color) 100%
  );
  color: white;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.content-box h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.content-box p {
  font-family: Inter;
  font-size: 24px;
  font-weight: 400;
  line-height: 48.41px;
  text-align: center;
}

/* Full-width image */
.full-width-image img {
  width: 100%;
  height: auto;
  margin-top: 20px; /* Adjust as needed */
}

/* Mission section styles */
.mission-section {
  background-color: var(--white-color);
}

.mission-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mission-heading {
  color: var(--secondary-color);
  font-size: 10vw;
  font-weight: 500;
  line-height: 100px;
  margin-bottom: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.core-values-heading {
  color: var(--primary-color);
  font-size: 8vw;
  font-weight: 500;
  line-height: 100px;
  margin-bottom: 20px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.mission-paragraph {
  color: var(--text-secondary-color);
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36.31px;
  text-align: justified;
  margin-bottom: 30px;
}

/* Boxes section styles */
/* Boxes section styles */
.boxes-section {
  background-color: var(--white-color);
}

.box {
  background-color: #2f89b0;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 20px;
  margin-bottom: 30px;
}

.box-icon {
  font-size: 50px;
  color: #ffffff; /* Icon color */
  margin-bottom: 15px;
}

.box h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-align: center; /* Centered heading */
  color: #ffffff; /* Heading color */
  margin-bottom: 10px;
}

.box p {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: justified;
  color: #ffffff; /* Paragraph color */
}

/* Contact Section Styles */
.contact-section {
  height: 550px;
  background-color: var(--primary-light-color);
  clip-path: polygon(0 23%, 100% 0, 100% 75%, 0% 100%);
  display: flex;
  align-items: center; /* Center content vertically */
  justify-content: center; /* Center content horizontally */
  padding: 0 5%; /* Add horizontal padding for spacing */
}
/* Content within the section */
.contact-content {
  position: relative; /* Position relative for padding adjustment */
  text-align: left; /* Align text to the left */
}

.contact-content-image-area {
  top: -120px;
  right: -50px;
}

/* Layout for small screens (576px to 767px) */
@media (max-width: 767px) {
  .contact-content-image-area {
    position: relative !important;
    top: inherit !important;
    right: inherit !important;
  }
}

.contact-heading {
  font-family: "Josefin Sans", sans-serif;
  font-size: 60px; /* Adjust size as needed */
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff; /* Heading color */
  margin-bottom: 20px; /* Space below the heading */
}

.contact-paragraph {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
  color: #ffffff; /* Paragraph color */
}

.contact-link {
  color: var(--secondary-color); /* Link color */
  text-decoration: underline; /* Underline links */
}

.contact-link:hover {
  color: #dcdcdc; /* Change link color on hover for better visibility */
}

.trusted-professionals-section {
  height: 500px;
  background-color: var(--primary-light-color);
  clip-path: polygon(0 0, 100% 0, 100% 77%, 0% 100%);
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .trusted-professionals-section {
    height: inherit !important;
  }
}

.about-section {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
}

.about-title {
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
}

.about-arrow {
  width: 24px;
  height: 24px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
}

.about-description {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #666;
}

.about-highlight {
  color: #3498db;
  font-weight: 400;
}

.about-image-left {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  background: #f8f9fa;
}

.about-image-right {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  background-color: #3498db;
}

.about-subtext {
  font-size: 25px;
  color: #666;
  margin-top: 2rem;
  line-height: 1.6;
  font-weight: 300;
}

.about-blue-bar {
  width: 4px;
  height: 100px;
  background: linear-gradient(180deg, #3498db, transparent);
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .about-description {
    font-size: 1.8rem;
  }

  .about-subtext {
    font-size: 1.2rem;
  }

  .about-section {
    padding: 40px 0;
  }
}

.testimonial-section {
  background-color: var(--secondary-color);
  padding: 150px 0;
  position: relative;
  overflow: hidden;
}

.testimonial-quote {
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 200px;
  font-family: Georgia, serif;
  color: #fff;
  opacity: 0.9;
  line-height: 1;
}

.testimonial-heading {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .testimonial-heading {
    font-size: 2.5rem;
  }

  .testimonial-quote {
    font-size: 150px;
  }
}

@media (max-width: 576px) {
  .testimonial-heading {
    font-size: 2rem;
  }

  .testimonial-quote {
    font-size: 100px;
  }
}

.section-mission {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
}

.section-title {
  color: #666;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  text-transform: uppercase;
}

.section-arrow {
  width: 24px;
  height: 24px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
}

.section-description {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 2rem;
  color: #828282;
}

.section-highlight {
  color: var(--secondary-color);
  font-weight: 400;
}

.section-subtext {
  font-size: 18px;
  color: #828282;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 2rem;
}

.section-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .section-description {
    font-size: 2rem;
  }

  .section-subtext {
    font-size: 1rem;
  }

  .section-mission {
    padding: 40px 0;
  }

  .section-image {
    height: 300px;
    margin-top: 2rem;
  }
}

.section-values {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
}

.section-title {
  color: #666;
  font-size: 1.2rem;
  text-align: center; /* Changed from right to center */
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center; /* Changed from flex-end to center */
  gap: 1rem;
  text-transform: uppercase;
}

.section-arrow {
  width: 24px;
  height: 24px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  display: inline-block;
  margin-left: 5px;
}

.section-card {
  background-color: #f8f9fa;
  border-radius: 30px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}

.section-card:hover {
  transform: translateY(-5px);
}

.section-icon {
  color: #135776;
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.section-label {
  color: #135776;
  font-size: 1.1rem;
  margin: 0;
  font-weight: 500;
}

@media (max-width: 768px) {
  .section-values {
    padding: 40px 0;
  }

  .section-card {
    margin-bottom: 1rem;
  }
}

.social-icons {
  display: flex;
  justify-content: center;
}

.social-icon {
  margin: 20px 10px 5px 0 !important;
  text-decoration: none;
}
