/* .background-image {
  position: absolute;
  inset: 0;
  background-image: url('https://www.sharpferro.com/images/contact-us.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.5;
  z-index: -1;
} */

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-BlackOblique.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Heavy.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-HeavyOblique.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-MediumOblique.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Book';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir Book';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-BookOblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Roman.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Oblique.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Avenir';
  src: url('/websiteNew/assets/fonts/Avenir/Avenir-LightOblique.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

* {
  font-family: Inter, sans-serif !important;
}

html,
body {
  font-family: "Avenir", sans-serif !important;
  color: #333333;
  min-height: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

#our-mission-body .wrapper__main {
  padding-top: 80px;
}

main section {
  padding: 3rem 5rem;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1400px !important;
  }
}

.container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

main section h2 {
  font-size: calc(46px / var(--base-font));
  font-weight: 900;
  color: #000;
}

main section h3 {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
}

main section h4 {
  font-size: 1.45rem;
  font-weight: 600;
}

main section h5 {
  font-size: 1.35rem;
  font-weight: 500;
}

.max-w-3xl {
  max-width: 48rem;
  margin: 0 auto;
}

.max-w-4xl {
  max-width: 1024px;
  margin: 0 auto;
}

.button-filled {
  display: inline-block;
  padding: 0.8em 2.4em;
  font-size: calc(24px / var(--base-font));
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  background-color: #de6834;
  border: none;
  border-radius: 0.25rem;
  width: fit-content;
}

.button-filled:hover {
  color: #fff;
  text-decoration: none;
}

.highlight {
  color: #de6834;
}

#our-mission .section-title {
  text-align: left;
  margin-bottom: 2rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: rgb(26 46 68 / 1);
}

@media (min-width: 640px) {
  #our-mission .section-title {
    text-align: center;
  }
}

@media (min-width: 768px) {
  #our-mission .section-title {
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}

.section-subtitle {
  font-size: calc(25px / var(--base-font));
  text-align: center;
  color: #333;
  text-align: left;
  margin-bottom: 2rem;
}

@media (min-width: 640px) {
  .section-subtitle {
    text-align: center;
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .button-filled {
    --base-font: 1.75;
    margin-top: 1rem;
  }

  main section {
    padding: 4rem 1.5rem;
  }

  main section h2 {
    font-size: 1.65rem;
    color: #000;
  }

  main section h3 {
    font-size: 1.4rem;
    color: #333;
    font-weight: 700;
  }

  main section h4 {
    font-size: 1.25rem;
    font-weight: 600;
  }

  main section h5 {
    font-size: 1.15rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 480px) {
  main section {
    padding: 2rem 1.5rem;
  }

  main section h3 {
    font-size: 1.1rem;
  }

  main section h4 {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }
}

.mission-section {
  gap: 1em;
  margin: auto;
  background: linear-gradient(to bottom right, #de69351a, #ffffff);
  overflow: hidden;
  padding-top: 5rem;
  padding-bottom: 5rem;
  animation: fade-in 0.6s ease-out;
  text-align: left;
}

@media screen and (min-width: 640px) {
  .mission-section {
    text-align: center;
  }

}

.mission-section .container {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.mission-section h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
}

.mission-section p {
  font-size: 1.15rem;
  line-height: 1.75rem;
  margin-bottom: 2rem;
  opacity: 0.9;
  color: #666;
}


@media (min-width: 768px) {
  .mission-section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .mission-section h2 {
    font-size: 3rem;
    line-height: 1;
  }

  .mission-section p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

@media (min-width: 1024px) {
  .mission-section h2 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

/* Animations */
@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.journey-section {
  background-color: #F9FAFB;
  padding: 2rem 0;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .journey-section {
    padding: 6rem 0;
  }

  .stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.stat-card {
  background: white;
  padding: 1.5rem;
  text-align: center;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.stat-icon img {
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
}

.stat-number {
  margin-bottom: .5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  font-weight: 700;
  color: rgb(26 46 68 / 1);
}

.stat-suffix {
  margin-bottom: .5rem;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 900;
  font-weight: 700;
  color: #de6834;
}

.stat-title {
  color: #4b5563;
  font-weight: 500;
  font-size: calc(22px / var(--base-font));
  margin-top: 10px;
}

/* Layout for man grid */
.section-man {
  padding: 4rem 0;
  background-color: #fff;
}

.man-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
  align-items: center;
}

@media screen and (max-width: 480px) {
  .section-man {
    padding: 2rem 0;
    background-color: #fff;
  }

  .man-grid {
    gap: 2rem;
  }
}

.man-image {
  max-width: 28rem;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  aspect-ratio: 1 / 1;
}

.man-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1024px) {
  .man-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .man-image {
    max-width: none;
    margin: 0;
  }
}

.man-name {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  color: #de6834;
  margin-bottom: 0.5rem;
}

.man-content p {
  font-size: calc(23px / var(--base-font));
  color: #374151;
}

.man-content p:not(:last-child) {
  margin-bottom: 1.5rem;
}

/* Layout for how started section */
.how-started-section {
  background-color: #f9fafb;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}


.how-started-section-title {
  font-weight: bold;
  text-align: center;
  margin-bottom: 3rem;
}

.timeline-card {
  background-color: #fff;
  padding: 2rem 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

@media screen and (min-width: 768px) {
  .timeline-card {
    padding: 2rem;
    ;
  }
}

.step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.step:last-child {
  margin-bottom: 0;
}

.step-number {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #de6834;
  color: #fff;
  border-radius: 9999px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.step-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.step-content p {
  font-size: calc(22px / var(--base-font));
  color: #374151;
}

/* what we do */
.what-we-do-section {
  padding: 4rem 2rem;
  background-color: #fff;
}

.explore-our-offerings {
  padding: 4rem 2rem;
  background-color: #f9fafb;
}

.what-we-do-section .section-title {
  margin-bottom: 1rem;
}


@media screen and (max-width: 768px) {
  .what-we-do-section .container {
    padding: 0 !important;
  }
}

@media screen and (min-width: 640px) {
  .what-we-do-section .section-subtitle {
    padding: 0 1.5rem;
  }
}

.what-we-do-section .card-grid,
.explore-our-offerings .card-grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

.what-we-do-section .card-grid .content-card,
.explore-our-offerings .card-grid .content-card {
  padding: 1.5rem;
  border-radius: 0.5rem;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 1rem;
}

.we-do-icon img,
.explore-our-offerings .explore-our-offerings-icon img {
  width: 35px;
  height: 35px;
  margin-bottom: 1rem;
}

.what-we-do-section .card-grid .content-card .card-title {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.explore-our-offerings .card-grid .content-card .card-title {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: #de6834;
}

@media screen and (min-width: 640px) {
  .explore-our-offerings .card-grid .content-card .card-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1024px) {
  .explore-our-offerings .card-grid .content-card .card-title {
    font-size: 1.75rem;
    line-height: 2rem;
    margin-bottom: 1.5rem;
  }
}

.what-we-do-section .card-grid .content-card .card-desc,
.explore-our-offerings .card-grid .content-card .card-desc {
  font-size: calc(22px / var(--base-font));
}

.explore-our-offerings .card-grid .content-card .card-desc {
  font-size: calc(22px / var(--base-font));
  /* color: #666; */
}

.explore-our-offerings .card-grid .content-card .card-desc span {
  font-weight: 700;
}

.explore-our-offerings-list {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.explore-our-offerings-list p {
  font-size: calc(22px / var(--base-font));
  line-height: 1.75rem;
  /* color: #666; */
}

.explore-our-offerings-list .explore-our-offerings-list-title {
  font-size: calc(24px / var(--base-font));
  font-weight: 600;
}

.explore-our-offerings-list p span {
  font-weight: 700;
}

.explore-our-offerings-para {
  margin-top: 1.5rem;
  font-size: calc(22px / var(--base-font));
  line-height: 1.75rem;
}

@media (min-width: 768px) {

  .what-we-do-section,
  .explore-our-offerings {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .what-we-do-section .card-grid,
  .explore-our-offerings .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .what-we-do-section .card-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.explore-our-offerings .card-grid .content-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
}

.explore-our-offerings-card-buttons {
  display: flex;
  gap: 1rem;
  flex-direction: column;
}

.explore-our-offerings-btn-orange a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.375rem 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #de6834;
  border-radius: 0.5rem;
  width: 100%;
}

.explore-our-offerings-btn-orange a:hover {
  color: #fff
}

@media screen and (min-width: 380px) {
  .explore-our-offerings-card-buttons {
    display: flex;
    gap: 1rem;
    flex-direction: row;
  }

  .explore-our-offerings-btn-orange a {
    width: fit-content;
  }
}

@media screen and (min-width: 640px) {
  .explore-our-offerings-btn-orange a {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0.5rem 1rem;
  }
}


/* why we do */
.why-we-do-it {
  background-color: #de6834;
  padding: 4rem 1rem;
  text-align: center;
}

@media screen {}

@media (min-width: 768px) {
  .why-we-do-it {
    padding: 6rem 0rem;
  }
}

.why-we-do-it .section-title {
  color: #fff !important;
  margin-bottom: 1.75rem;
  text-align: center !important;
}

.why-we-do-it .section-subtitle {
  color: #fff;
  opacity: 0.9;
  margin-bottom: 0;
}

blockquote {
  font-size: calc(32px / var(--base-font));
  font-style: italic;
  margin-bottom: 1.5rem;
  color: #fff;
}

/* Our Advisors & Investors */
.our-advisors {
  background: linear-gradient(to bottom right, #fff, #f9fafb);
}

.our-advisors .section-title {
  margin-bottom: 1rem;
}

.our-advisors .section-subtitle {
  margin-bottom: 1rem;
}

.advisor-grid {
  padding: 0px 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advisor-card {
  background: white;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 280px;
}

.advisor-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: top;
}

.advisor-card .card-content {
  padding: 1.5rem;
}

.advisor-card h3 {
  margin: 0;
  font-size: calc(28px / var(--base-font));
  font-weight: 600;
}

.advisor-card .position {
  color: #f97316;
  font-size: calc(20px / var(--base-font));
  margin: 0.5rem 0 0.8rem;
}

@media screen and (min-width: 1600px) {
  .advisor-card {
    max-width: 320px;
  }
}

@media screen and (max-width: 480px) {
  .our-advisors .container {
    padding: 0 !important;
  }
  .advisor-grid {
    padding: 0px;
    gap: 20px;
  }

  .advisor-card {
    max-width: 420px;
  }

  .advisor-card .position {
    margin: 0;
    margin-top: 0.5rem;
  }
}