@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/csr/csr-style.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/csr/csr-style.scss */
body {
  color: var(--secondary);
}

/* line 33, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-hero-section {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 610px;
  font-family: 'Roboto Condensed', 'sans-serif';
  font-size: 22px;
  background-image: url(/assets/home_images/csr_baner_background_placeholder_01-3296cb9cbe94200308857fa8637e6e6d8d7bb32d7b9bb9d1654fb5f017fe9d0d.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10px 0px 10px 0px;
  margin: 0px 0px 0px 0px;
}

/* line 48, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-hero-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  gap: 20px;
}

/* line 57, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-hero-section-title {
  display: flex;
  justify-content: flex-start;
  width: 90%;
  font-size: 3rem;
  font-weight: 400;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/* line 68, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-title-info {
  font-family: "Noto Sans";
  font-size: 1.7rem;
  width: 80%;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

/* ============= CSR COMMITTEE =============== */
/* line 80, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-committee-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans";
  padding: 2rem 0rem 2.5rem 0rem;
  gap: 1.5rem;
}

/* line 89, app/assets/stylesheets/pages/csr/csr-style.scss */
.committee-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 88%;
}

/* line 96, app/assets/stylesheets/pages/csr/csr-style.scss */
.committee-title-cont {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 0rem 2rem 0rem;
}

/* line 104, app/assets/stylesheets/pages/csr/csr-style.scss */
.committee-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
}

/* line 113, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-card-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

/* line 120, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-card {
  width: 385px;
  height: 436px;
  background-color: #001128;
  color: var(--white);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Noto Sans";
}

/* line 133, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-card-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
}

/* line 141, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-card-image img {
  width: 220px;
  height: auto;
  object-fit: contain;
}

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

/* line 156, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-card-title {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0;
}

/* line 162, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-card-subtitle {
  font-size: 1rem;
  color: var(--light-gray);
  margin: 4px 0 0 0;
}

/* ================== CSR POLICY ====================== */
/* line 171, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-policy-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0rem 2rem 0rem;
  font-family: "Noto Sans";
}

/* line 180, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-policy-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 88%;
  gap: 20px;
}

/* line 189, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-policy-title-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

/* line 195, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-policy-title-cont {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
}

/* line 204, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-policy-title {
  display: flex;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
}

/* line 211, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-policy-detail {
  font-size: 1.7rem;
}

/* line 215, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-policy-button-cont {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 2rem 0rem 2rem 0rem;
}

/* line 222, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-policy-button {
  width: 8rem;
  height: 3.5rem;
  background: none;
  border: 1px solid var(--primary);
  border-radius: 10px;
  font-size: 1.2rem;
  color: var(--primary);
  font-weight: 600;
  cursor: pointer;
}

/* ================== CSR PROJECT ====================== */
/* Image Pop-Up style */
/* line 238, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

/* line 251, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-popup-content {
  background: white;
  padding: 20px;
  width: 85%;
  height: 85%;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

/* line 265, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 2.5rem;
  background: rgba(0, 0, 0, 0.2);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  color: white;
  z-index: 1;
}

/* line 282, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-main-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-bottom: 20px;
}

/* line 289, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-main-image {
  width: 100%;
  height: 500px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 10px;
  /* box-shadow: 0 2px 8px rgba(0,0,0,0.2); */
}

/* line 299, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-nav-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.4);
  color: white;
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 10px;
  border-radius: 50%;
  z-index: 2;
}

/* line 318, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-nav-btn.left {
  left: -50px;
}

/* line 322, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-nav-btn.right {
  right: -50px;
}

/* line 326, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-thumbnail-carousel {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px;
  max-width: 100%;
  height: 142px;
}

/* line 335, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-thumbnail-carousel::-webkit-scrollbar {
  height: 8px;
}

/* line 339, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-thumbnail-carousel::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}

/* line 344, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-thumbnail {
  flex: 0 0 auto;
  width: 120px;
  height: 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border 0.3s;
}

/* line 357, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-thumbnail.active {
  /* border: 2px solid #007BFF; */
  transform: scale(1.3);
}

/* Main Projects Style */
/* line 365, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-inner-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans";
  padding: 1rem 0rem 1rem 0rem;
  margin-bottom: 50px;
}

/* line 375, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 88%;
}

/* line 382, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-title,
.csr-projects-subtitle {
  display: flex;
  font-size: 3.2rem;
  text-align: center;
  font-weight: 400;
}

/* line 390, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-title-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 396, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-select {
  width: 204px;
  height: 34px;
  border-radius: 5px;
  font-size: 1rem;
  padding: 5px;
}

/* line 404, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-subgroup {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

/* line 411, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-img-group-cont {
  display: flex;
}

/* line 415, app/assets/stylesheets/pages/csr/csr-style.scss */
.projects-img-group-01 {
  flex: 1;
  min-width: 385px;
  position: relative;
  display: flex;
  align-items: flex-end;
}

/* line 424, app/assets/stylesheets/pages/csr/csr-style.scss */
.projects-img-cont-01 {
  background-image: url(/assets/home_images/csr_project_image_01-020f36dfac28089c52c01fb445f9849791e3e58b72ecc22ab3d2990a2a9ee6c7.png);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

/* line 438, app/assets/stylesheets/pages/csr/csr-style.scss */
.projects-img-subtitle,
.projects-img-title,
.projects-img-info {
  color: var(--white);
}

/* line 444, app/assets/stylesheets/pages/csr/csr-style.scss */
.projects-img-subtitle {
  font-size: 1.7rem;
  font-weight: 400;
  margin: 0;
  padding: 0 0 1rem 0;
}

/* line 451, app/assets/stylesheets/pages/csr/csr-style.scss */
.projects-img-title {
  font-size: 3rem;
  font-weight: 500;
  margin: 0;
  padding: 0rem 0 1rem 0;
}

/* line 458, app/assets/stylesheets/pages/csr/csr-style.scss */
.projects-img-info {
  font-size: 1.75rem;
}

/* line 462, app/assets/stylesheets/pages/csr/csr-style.scss */
.projects-img-group-02 {
  flex: 1.5;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  padding: 0.7rem 0.7rem 0.7rem 0.7rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  gap: 10px;
}

/* .projects-img-group-02 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} */
/* line 480, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-img-grid {
  width: 100%;
  height: 310px;
  background-size: cover;
  background-position: center;
}

/* line 487, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-img-count-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  color: var(--white);
  font-size: 3rem;
  padding: 0.3rem 0.6rem;
  /* border-radius: 20px; */
  pointer-events: none;
  font-weight: 600;
}

/* line 502, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-img-cont-07 {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* line 509, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-img-cont-02 {
  background-image: url(/assets/home_images/csr_project_image_02-0488f3ec3ac228cebbd2ef04767b5c5115b01ec94ffcb5448fa93b560465ebc5.png);
}

/* line 513, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-img-cont-03 {
  background-image: url(/assets/home_images/csr_project_image_03-97b258c22340adad0aeed61817100974a5673430f3e0933a5e8eff906ec6572f.png);
}

/* line 517, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-img-cont-04 {
  background-image: url(/assets/home_images/csr_project_image_04-c79cff5a2295905f53411572e8267dd5b3f40e76ef1539e9e67d748b6d9249fa.png);
}

/* line 521, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-img-cont-05 {
  background-image: url(/assets/home_images/csr_project_image_05-9eee5e7e742ba10f17d307b7a47f89d949ed37b1c624a006d1871cbcc6451fe6.png);
}

/* line 525, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-img-cont-06 {
  background-image: url(/assets/home_images/csr_project_image_06-5e447f5815a2d9e2afa2572bb70279420058c95b73152165ef81687df86580d0.png);
}

/* line 529, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-img-cont-07 {
  background-image: url(/assets/home_images/csr_project_image_07-751d078e95c02a6b2c2d00d4f3826793ae0af95ec9201104fab2ee22623edbc6.png);
  background-size: cover;
}

/* line 534, app/assets/stylesheets/pages/csr/csr-style.scss */
.csr-projects-img-cont-07:hover {
  background-size: 200% !important;
}
