@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap");
/* line 1, app/assets/stylesheets/pages/about-us.scss */
:root {
  --primary: #B00101;
  --secondary: #0F2130;
  --pri-complementry: #01B0B0;
  --pri-analogous-01: #B05901;
  --pri-analogous-02: #B00159;
  --pri-triadic-01: #01B001;
  --pri-triadic-02: #0101B0;
  --pri-tetradic-01: #59B001;
  --pri-tetradic-02: #01B0B0;
  --pri-tetradic-03: #5901B0;
  --blue: #1e90ff;
  --white: #ffffff;
  --black: #000000;
  --dark-gray: #545454;
  --btn-border-radius: 8px;
  --light-gray: #F6F6F6;
  --section-dark-bg: #001128;
}

/* =========== Hero Section ============*/
/* line 29, app/assets/stylesheets/pages/about-us.scss */
.about-us-hero-section-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 35, app/assets/stylesheets/pages/about-us.scss */
.about-us-hero-section {
  display: flex;
  justify-content: center;
  width: 100%;
  font-family: 'Roboto Condensed', 'sans-serif';
  font-size: 22px;
  background-image: url(/assets/home_images/MRFR_BG_Pattern_01-40e0fa83bdc38d626c7851756be333d9caee4aa538ff7b3db64a8e364b826ad2.png);
  background-position: center;
  background-repeat: repeat;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 30px 0px;
  background-size: 60px 60px;
  height: 100%;
}

/* line 51, app/assets/stylesheets/pages/about-us.scss */
.about-us-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 40px;
  /* margin-bottom: 50px; */
}

/* line 61, app/assets/stylesheets/pages/about-us.scss */
.about-us-hero-section-title {
  display: flex;
  justify-content: center;
  width: 55%;
  height: 24rem;
  background-image: url(/assets/about_us/mrfr-facecard-banner-94fd00b0d2777c709be6338b2fcf835905a7e505465da5c9ccbec07f8a324308.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  color: transparent;
}

/* line 77, app/assets/stylesheets/pages/about-us.scss */
.about-us-title-detail {
  font-family: roboto condensed;
  font-size: 3.3rem;
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: var(--secondary);
  text-align: center;
}

/* =========== ABOUT MRFR =========== */
/* line 90, app/assets/stylesheets/pages/about-us.scss */
.about-us-about-mrfr-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  background-color: var(--section-dark-bg);
  background-image: url(/assets/home_images/MRFR_BG_Pattern_Transperant_01-da911303aff4572e63fe167a5bdac40923ea5532a03ed30bd32150e317b92270.png);
  background-position: center;
  background-repeat: repeat;
  font-family: "Noto Sans";
  padding: 20px 0px 20px 0px;
}

/* line 102, app/assets/stylesheets/pages/about-us.scss */
.about-mrfr-wrapper-inner-wraper {
  display: flex;
  justify-content: center;
  width: 88%;
  margin: 20px 0px 20px 0px;
  /* padding: 1rem 0px 1rem 0px;
    margin-bottom: 3rem; */
}

/* line 111, app/assets/stylesheets/pages/about-us.scss */
.about-mrfr-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 30px;
}

/* line 118, app/assets/stylesheets/pages/about-us.scss */
.about-mrfr-container h2 {
  font-family: roboto condensed;
  color: var(--white);
  font-size: 3rem;
  font-weight: 400;
  margin: 0px 0px 0px 0px;
}

/* .about-mrfr-title {
    color: var(--white);
    font-size: 3.3rem;
    font-weight: 400;
} */
/* line 132, app/assets/stylesheets/pages/about-us.scss */
.about-mrfr-detail {
  width: 80%;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 300;
}

/* ============ Our Vision ============= */
/* line 141, app/assets/stylesheets/pages/about-us.scss */
.about-us-our-vision-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 147, app/assets/stylesheets/pages/about-us.scss */
.about-us-our-vision-inner-wrapper {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0rem 2.5rem 0rem;
  width: 100%;
}

/* line 154, app/assets/stylesheets/pages/about-us.scss */
.about-us-our-vision-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
}

/* line 162, app/assets/stylesheets/pages/about-us.scss */
.our-vision-group-01 {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 20px;
  margin-bottom: 20px;
}

/* line 170, app/assets/stylesheets/pages/about-us.scss */
.our-vision-group-02 {
  width: 100%;
}

/* line 174, app/assets/stylesheets/pages/about-us.scss */
.our-vision-container,
.our-values-container,
.our-approach-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 2rem;
  color: var(--white);
  border-radius: 20px;
  background-position: center 70%;
  background-size: cover;
  min-height: 450px;
  overflow: hidden;
}

/* line 190, app/assets/stylesheets/pages/about-us.scss */
.our-vision-container {
  width: 50%;
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/AboutUs_Our_Vision_01-5842f7bb15d8eeba4e8bb121b7ec0b3bc3a5cec27480448909486122f34bb5cb.jpg);
}

/* line 195, app/assets/stylesheets/pages/about-us.scss */
.our-values-container {
  width: 50%;
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/AboutUs_Our_Values_01-8f05ed617448822edb8fc65af8f237b599f2da45064aa46cd0e671672deaa6e6.jpg);
}

/* line 200, app/assets/stylesheets/pages/about-us.scss */
.our-approach-container {
  width: 100%;
  background-image: linear-gradient(to bottom, #0000000c, #000000c0), url(/assets/home_images/AboutUs_Our_Approach_01-7580ab16a07fa1364faa0984ba5833e6e6a12830d75612e675485b5c96a20ab8.jpg);
}

/* line 205, app/assets/stylesheets/pages/about-us.scss */
.our-vision-container h2,
.our-values-container h2,
.our-approach-container h2 {
  font-family: "Noto sans";
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 1rem 0;
}

/* line 214, app/assets/stylesheets/pages/about-us.scss */
.our-vision-container article,
.our-values-container article,
.our-approach-container article {
  font-family: "Noto sans";
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.5rem;
  border-radius: 10px;
}

/* ============== Our Team ==================== */
/* line 227, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-team-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0px 0px 0px;
}

/* line 234, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-team-inner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background-image: linear-gradient(to bottom, rgba(0, 17, 40, 0.5), rgba(0, 17, 40, 0.5)), url(/assets/about_us/our_team-48d5ac49fde56beb501a8f53216a508aadbcd0cf85c37fc62e266c703b9c1d45.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* line 246, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-team-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 88%;
}

/* line 253, app/assets/stylesheets/pages/about-us.scss */
.our-team-title {
  font-family: "Roboto Condensed";
  font-size: 4.5rem;
  font-weight: 400;
  color: var(--white);
}

/* ============= OUR VISIONARIES =============== */
/* line 262, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-visionaries-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 30px 0px 50px 0px;
  background-color: #EAEAEA;
}

/* line 271, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-visionaries-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* background-color: var(--light-gray); */
  background-color: #EAEAEA;
  font-family: "Noto Sans";
  /* padding: 2rem 0rem 2.5rem 0rem; */
  gap: 1.5rem;
}

/* line 282, app/assets/stylesheets/pages/about-us.scss */
.our-visionaries-cont,
.leadership-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 88%;
}

/* line 290, app/assets/stylesheets/pages/about-us.scss */
.our-visionaries-cont-group,
.leadership-cont-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem 0rem 2rem 0rem;
}

/* line 299, app/assets/stylesheets/pages/about-us.scss */
.our-visionaries-cont-title,
.leadership-cont-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: roboto condensed;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 400;
}

/* line 310, app/assets/stylesheets/pages/about-us.scss */
.our-visionaries-cont-detail,
.leadership-cont-detail {
  width: 80%;
  color: #434343;
  display: flex;
  font-size: 1.3rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}

/* line 321, app/assets/stylesheets/pages/about-us.scss */
.visionaries-card-inner-wrapper,
.leadership-card-inner-wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
}

/* line 329, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card {
  width: 385px;
  height: 632px;
  /* background-color: #001128; */
  color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-family: "Noto Sans";
  background-image: radial-gradient(circle farthest-side at center top, #2f4563 0%, #001128 100%);
}

/* line 344, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  /* background: radial-gradient(circle at center, white 0%, #001128 80%); */
}

/* line 353, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-image img {
  width: 160px;
  height: auto;
  object-fit: contain;
}

/* line 359, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-title-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
  padding: 0 12px;
}

/* line 368, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-align: center;
}

/* line 375, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-subtitle {
  font-size: 1rem;
  color: #aaa;
  margin: 4px 0 0 0;
  text-align: center;
}

/* line 398, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info-cont {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  text-align: center;
}

/* line 406, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info {
  font-size: 0.9rem;
  line-height: 1.4;
  color: #ccc;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s ease;
  max-height: calc(1.4em * 5);
}

/* line 423, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info:hover {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow-y: auto;
  max-height: 120px;
}

/* ===== Custom Scrollbar ===== */
/* Chrome, Edge, Safari */
/* line 435, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info::-webkit-scrollbar {
  width: 4px;
}

/* line 438, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info::-webkit-scrollbar-track {
  background: #001128;
  border-radius: 4px;
}

/* line 442, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 4px;
}

/* line 446, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}

/* Firefox */
/* line 451, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-info {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.25) #001128;
}

/* line 456, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-card-footer {
  width: 24px;
  height: 24px;
  background-image: url(/assets/home_images/AboutUs_LinkedIn_Icon_01-c105f3ae1095d584e10953e5c0d1b5592b1a5d64ab9e52810cda88c5f3861a95.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 16px;
  cursor: pointer;
}

/* ================== OUR JOURNEY ====================== */
/* line 468, app/assets/stylesheets/pages/about-us.scss */
.aboutus-our-journey-wrapper {
  display: flex;
  width: 100%;
  padding: 50px 0px 50px 0px;
}

/* line 473, app/assets/stylesheets/pages/about-us.scss */
.our-journey-inner-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  /* margin-bottom: 20px;
    padding: 1rem 0rem 2.5rem 0rem; */
  font-family: "Noto Sans";
  justify-content: center;
}

/* line 484, app/assets/stylesheets/pages/about-us.scss */
.our-journey-container {
  display: flex;
  flex-direction: column;
  width: 88%;
}

/* line 490, app/assets/stylesheets/pages/about-us.scss */
.our-journey-title-group {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0px 20px 0px;
}

/* line 496, app/assets/stylesheets/pages/about-us.scss */
.our-journey-title-group h2 {
  width: 100%;
  font-family: roboto condensed;
  font-size: 3.5rem;
  font-weight: 400;
  color: var(--secondary);
  margin: 0px 0px 0px 0px;
}

/* line 505, app/assets/stylesheets/pages/about-us.scss */
.our-journey-img-cont-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

/* line 512, app/assets/stylesheets/pages/about-us.scss */
.our-journey-img-cont-group h3 {
  font-size: 2.5rem;
  font-weight: 400;
}

/* line 517, app/assets/stylesheets/pages/about-us.scss */
.our-journey-img-cont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
}

/* line 524, app/assets/stylesheets/pages/about-us.scss */
.our-journey-image {
  width: 100%;
}

/* line 531, app/assets/stylesheets/pages/about-us.scss */
.aboutUs-our-visionaries-ineer-wrapper {
  width: 100%;
}
