@charset "UTF-8";
.fb-msg-icon-container {
  position: fixed;
  bottom: 35px;
  right: 35px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  height: 50px;
  width: 50px;
}

.fb-msg-icon-container .fb-msg-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

#back-to-top {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 100px;
  z-index: 80;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #337ab7;
  color: white;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  height: 50px;
  width: 50px;
}

@font-face {
  font-family: "Bahnschrift";
  src: url("/static-pages/fonts/bahnschrift.ttf");
}
@font-face {
  font-family: "Bayon";
  src: url("/static-pages/fonts/bayon.ttf");
}
@font-face {
  font-family: "Kantumruy Pro";
  src: url("/static-pages/fonts/KantumruyPro-Medium.ttf");
}
.bahnschrift {
  font-family: "Bahnschrift" !important;
}

.bayon {
  font-family: "Bayon" !important;
}

.kantumruy-pro {
  font-family: "Kantumruy Pro" !important;
}

body {
  font-family: "Bahnschrift";
  background-color: #f8f9fa;
}

body.kh {
  font-family: "Kantumruy Pro";
}

body.kh .title {
  font-family: "Bayon";
  letter-spacing: 0.03em;
  line-height: 90px;
}

.btn-rgi-primary {
  background-color: #FFC20E;
  color: #252525;
  padding: 10px 25px;
  border-radius: 25px;
}

.btn-rgi-secondary {
  background-color: #1A678D;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
}

.btn-rgi-tertiary {
  background-color: #2A317D;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
}

.btn-rgi-primary:hover {
  background-color: #FFC20E;
  color: #252525;
}

.btn-rgi-secondary:hover {
  background-color: #1A678D;
  color: #fff;
}

.btn-rgi-tertiary:hover {
  background-color: #2A317D;
  color: #fff;
}

.text-rgi-primary {
  color: #FFC20E;
}

.text-rgi-secondary {
  color: #1A678D;
}

.text-rgi-tertiary {
  color: #2A317D;
}

.text-charcoal-grey {
  color: #565656;
}

.text-dark-grey {
  color: #909090;
}

.text-mine-shaft {
  color: #252525;
}

.title {
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
  letter-spacing: -0.005em;
}

.description {
  font-style: normal;
  font-weight: 400;
  font-size: 17.5px;
  line-height: 25px;
  letter-spacing: -0.001em;
}

.subtitle {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  letter-spacing: -0.005em;
}

@media (max-width: 768px) {
  .title {
    font-size: 35px;
    line-height: 40px;
  }
  .description {
    font-size: 15px;
    line-height: 20px;
  }
  .subtitle {
    font-size: 25px;
    line-height: 30px;
  }
  body.kh .title {
    letter-spacing: 0;
    line-height: 60px;
  }
}
.blockRgiHomeCarousel .carousel-indicators {
  margin-bottom: -2.5rem;
}

.blockRgiHomeCarousel .carousel-indicators [data-bs-target] {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #E2E2E2;
  opacity: 1;
}

.blockRgiHomeCarousel .carousel-indicators .active {
  background-color: #1A678D;
}

.blockRgiHomeCarousel .carousel-control-next,
.blockRgiHomeCarousel .carousel-control-prev {
  width: 5%;
}

.blockRgiHomeCarousel .carousel-control-next-icon {
  background-image: url("/static-pages/images/home/arrow-right.png");
}

.blockRgiHomeCarousel .carousel-control-prev-icon {
  background-image: url("/static-pages/images/home/arrow-left.png");
}

.blockRgiHomeCta iframe.youtube-video {
  height: 400px;
}
@media (max-width: 768px) {
  .blockRgiHomeCta iframe.youtube-video {
    height: 200px;
  }
}

.blockRgiProducts .section-3-container {
  background: linear-gradient(90deg, #2A317D 0%, #1A678D 100%);
  border-radius: 24px;
}
.blockRgiProducts .section-3-container .card {
  background-color: #DCE7EF;
  border-radius: 25px;
}
.blockRgiProducts .section-3-container .card .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.005em;
  color: #252525;
}
.blockRgiProducts .section-3-container .card .card-description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.001em;
  color: #909090;
}

.blockRgiNews {
  /* Show checkmark only on active tab */
  /* Base tab styles */
  /* Active tab (black background, white text) */
}
.blockRgiNews .custom-tabs .nav-link .check-icon {
  display: none;
}
.blockRgiNews .custom-tabs .nav-link.active .check-icon {
  display: inline-block;
  vertical-align: middle;
}
.blockRgiNews .custom-tabs .nav-link {
  border-radius: 6px;
  padding: 6px 16px;
  font-weight: 500;
  color: #6c757d;
  /* muted gray */
  background: transparent;
}
.blockRgiNews .custom-tabs .nav-link.active {
  background: #212529;
  /* dark background */
  color: #fff;
}
.blockRgiNews .card {
  border-radius: 25px;
}
.blockRgiNews .card .news-card-img {
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}
.blockRgiNews .card .date-badge {
  background-color: #ED1C24;
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 15px;
  /* identical to box height, or 117% */
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  border-radius: 25px;
}
.blockRgiNews .card .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 125% */
  letter-spacing: -0.005em;
}
.blockRgiNews .card .card-description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* or 150% */
  letter-spacing: -0.001em;
}
@media (max-width: 1199.98px) {
  .blockRgiNews .card .news-card-img {
    height: 35%;
  }
}

.blockRgiSupportForm .custom-card {
  border: none;
}

.blockRgiSupportForm .card-form {
  background: #E2E2E2;
  border-radius: 25px;
}

.blockRgiSupportForm .custom-card-body {
  padding: 0;
}

.blockRgiFaq .accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #f8f9fa;
}

.blockRgiFaq .accordion-item:not(:first-of-type) {
  border-top: 1px solid #ddd !important;
}

.blockRgiFaq .accordion-button {
  background: transparent;
  font-weight: 600;
  color: #212529;
  box-shadow: none !important;
  border: none;
  padding: 16px;
}

.blockRgiFaq .accordion-button:not(.collapsed) {
  background: #fff;
  color: #212529;
  box-shadow: none;
}

.blockRgiFaq .accordion-body {
  padding: 16px;
  background: #fff;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.blockRgiFaq .accordion-button::after {
  filter: invert(0.5);
}

.blockRgiVisionMission .card {
  background: #f8f9fa;
}

.blockRgiVisionMission .text-container {
  padding: 20px;
  background: #DFE7F4;
  border-radius: 25px;
}

.blockRgiVisionMission .text-container .title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  /* identical to box height, or 111% */
  letter-spacing: -0.005em;
}

.blockRgiCoreValues {
  background: #1A678D;
}

.blockRgiCoreValues .custom-accordion .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.blockRgiCoreValues .custom-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-weight: 600;
  padding: 1rem 0;
  box-shadow: none;
}

.blockRgiCoreValues .custom-accordion .accordion-button:not(.collapsed) {
  background: transparent;
  color: #fff;
}

.blockRgiCoreValues .custom-accordion .accordion-body {
  color: #fff;
  padding: 0 0 1rem 0;
  font-size: 0.95rem;
}

.blockRgiCoreValues .custom-accordion .accordion-button::after {
  content: "+";
  background-image: unset;
  font-size: 1.2rem;
  color: #fff;
  transform: none !important;
}

.blockRgiCoreValues .custom-accordion .accordion-button:not(.collapsed)::after {
  content: "–";
  background-image: unset;
}

.blockRgiAboutCards .custom-card {
  background: #1A678D;
  border-radius: 25px;
  padding: 20px;
}

.blockRgiAboutCards .custom-card .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  /* identical to box height, or 111% */
  letter-spacing: -0.005em;
}

.blockRgiAboutCards .custom-card .card-text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* or 150% */
  letter-spacing: -0.001em;
}

.blockRgiAboutCards .custom-card-2 {
  background: #5B91CC;
  border-radius: 25px;
  padding: 20px;
}

.blockRgiAboutCards .custom-card-2 .card-title {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  /* identical to box height, or 111% */
  letter-spacing: -0.005em;
}

@media (max-width: 768px) {
  .blockRgiAboutCards .custom-card .card-title {
    font-size: 20px;
    line-height: 25px;
  }
  .blockRgiAboutCards .custom-card .card-text {
    font-size: 14px;
    line-height: 18px;
  }
  .blockRgiAboutCards .custom-card-2 .card-title {
    font-size: 25px;
    line-height: 30px;
  }
}
.blockRgiClaims .step-number {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #2A317D;
  text-align: center;
  color: #fff;
  font-style: normal;
}

.blockRgiClaims .step-title {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.005em;
  color: #252525;
}

/* Base button style */
.blockRgiClaims .custom-radio {
  border: 1px solid #ddd;
  border-radius: 8px !important;
  background: #f8f9fa;
  font-weight: 500;
  padding: 12px 16px;
  text-align: left;
  justify-content: flex-start;
  cursor: pointer;
}

/* Dot appearance */
.blockRgiClaims .radio-dot {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  display: inline-block;
  position: relative;
}

/* Dot filled when checked */
.blockRgiClaims .btn-check:checked + .custom-radio .radio-dot {
  border-color: #f1c40f;
}

.blockRgiClaims .btn-check:checked + .custom-radio .radio-dot::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #f1c40f;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}

/* Active card background */
.blockRgiClaims .btn-check:checked + .custom-radio {
  background-color: #fff3cd;
  /* light yellow */
  border-color: #f1c40f;
  color: #000;
  font-weight: 600;
}

.blockRgiClaims .upload-box {
  background: #fafafa;
  cursor: pointer;
  transition: all 0.2s ease;
}

.blockRgiClaims .upload-box:hover {
  background: #f1f1f1;
}

.blockRgiClaims .option-1-text {
  border-radius: 10px;
  padding: 2.5px 7.5px;
  background-color: #7CCCBF;
  text-align: center;
  color: #000;
  font-style: normal;
}

.blockRgiClaims .option-2-text {
  border-radius: 10px;
  padding: 2.5px 7.5px;
  background-color: #FFC20E;
  text-align: center;
  color: #000;
  font-style: normal;
}

.blockRgiProduct .product-section-1 .product-img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.blockRgiProduct .product-section-3 .download-button {
  border: 1px solid #1A678D;
  border-radius: 50px;
  cursor: pointer;
}

.blockRgiProduct .product-section-3 .download-button-text {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 15px;
  color: #565656;
}

.blockRgiProduct .product-section-3 .download-button-icon {
  width: 50%;
  padding: 7.5px;
}

.blockRgiProduct .accordion-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #f8f9fa;
}

.blockRgiProduct .accordion-item:not(:first-of-type) {
  border-top: 1px solid #ddd !important;
}

.blockRgiProduct .accordion-button {
  background: transparent;
  font-weight: 600;
  color: #212529;
  box-shadow: none !important;
  border: none;
  padding: 16px;
}

.blockRgiProduct .accordion-button:not(.collapsed) {
  background: #fff;
  color: #212529;
  box-shadow: none;
}

.blockRgiProduct .accordion-body {
  padding: 16px;
  background: #fff;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
}

.blockRgiProduct .accordion-button::after {
  filter: invert(0.5);
}

.blockRgiProduct .product-section-5 {
  position: relative;
  background-color: #1A678D;
}

.blockRgiProduct .product-section-5 .bottom-left-img {
  position: absolute;
  bottom: -10%;
  left: 0;
  width: 25%;
}

.blockRgiProduct .product-section-5 .bottom-right-img {
  position: absolute;
  bottom: 0;
}

@media (max-width: 768px) {
  .blockRgiProduct .product-section-3 .download-button {
    margin-left: 5px;
    margin-right: 5px;
  }
  .blockRgiProduct .product-section-3 .download-button-icon {
    width: 50%;
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .blockRgiProduct .product-section-3 .download-button-icon {
    width: 100%;
    padding-top: 15px;
  }
}
.blockRgiNewsDetails img {
  border-radius: 16px;
}

.blockRgiNewsDetails .card {
  border-radius: 25px;
}

.blockRgiNewsDetails .card .news-card-img {
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 25px;
}

.blockRgiNewsDetails .card .date-badge {
  background-color: #ED1C24;
  font-style: normal;
  font-weight: 400;
  font-size: 12.5px;
  line-height: 15px;
  /* identical to box height, or 117% */
  text-transform: uppercase;
  /* Pure White */
  color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px;
  border-radius: 25px;
}

.blockRgiNewsDetails .card .card-title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* identical to box height, or 125% */
  letter-spacing: -0.005em;
}

.blockRgiNewsDetails .card .card-description {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  /* or 150% */
  letter-spacing: -0.001em;
}

@media (max-width: 1199.98px) {
  .blockRgiNewsDetails .card .news-card-img {
    height: 35%;
  }
}
@media (max-width: 768px) {
  .blockRgiNewsDetails .card .card-title {
    font-size: 20px;
    line-height: 25px;
  }
  .blockRgiNewsDetails .card .card-description {
    font-size: 14px;
    line-height: 18px;
  }
}
