.elementor-138 .elementor-element.elementor-element-c08690d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-61d437d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-728950f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-230e5b4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-13b46c4{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-c5fe0fb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-138 .elementor-element.elementor-element-7c7ad53{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c121cdd *//* =============================== */
/* RG BIMTECH - PROJECTS PAGE SEC 1 */
/* PROJECTS HERO */
/* =============================== */

.rgb-projects-hero,
.rgb-projects-hero * {
  box-sizing: border-box;
}

.rgb-projects-hero {
  position: relative;
  width: 100vw;
  min-height: 92vh;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  display: flex;
  align-items: center;
  background: #071827;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rgb-projects-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(7, 24, 39, 0.98) 0%, rgba(7, 24, 39, 0.91) 48%, rgba(7, 24, 39, 0.68) 100%),
    url("https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.76;
  z-index: 1;
}

.rgb-projects-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(rgba(33, 212, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 212, 255, 0.055) 1px, transparent 1px);
  background-size: 56px 56px;
  pointer-events: none;
}

.rgb-projects-hero::before {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  right: -130px;
  top: 10%;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(33, 212, 255, 0.18), transparent 70%);
  filter: blur(6px);
  z-index: 3;
  pointer-events: none;
}

.rgb-projects-hero::after {
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  left: -130px;
  bottom: -120px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 117, 188, 0.2), transparent 70%);
  z-index: 3;
  pointer-events: none;
}

.rgb-projects-hero__wrap {
  position: relative;
  z-index: 5;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 120px 42px 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(400px, 0.92fr);
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */

.rgb-projects-hero__content {
  width: 100%;
  max-width: 840px;
}

.rgb-projects-hero__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(33, 212, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  color: #c9f7ff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.rgb-projects-hero__label span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #21d4ff;
  box-shadow: 0 0 18px rgba(33, 212, 255, 0.85);
}

.rgb-projects-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.rgb-projects-hero h1 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 42%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-projects-hero__content p {
  max-width: 760px;
  margin: 26px 0 0;
  color: #b8c7d6;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 520;
}

.rgb-projects-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.rgb-projects-hero__btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
  transition: 0.25s ease;
}

.rgb-projects-hero__btn--primary {
  color: #041521;
  background: linear-gradient(135deg, #ffffff 0%, #21d4ff 100%);
  box-shadow: 0 18px 45px rgba(33, 212, 255, 0.24);
}

.rgb-projects-hero__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

.rgb-projects-hero__btn--outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.rgb-projects-hero__btn--outline:hover {
  transform: translateY(-3px);
  border-color: rgba(33, 212, 255, 0.48);
  background: rgba(33, 212, 255, 0.1);
}

/* RIGHT PANEL */

.rgb-projects-hero__panel {
  position: relative;
  min-width: 0;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.rgb-projects-hero__panel::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0f75bc, #21d4ff);
}

.rgb-projects-hero__panel::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -110px;
  bottom: -110px;
  border-radius: 999px;
  border: 35px solid rgba(33, 212, 255, 0.07);
  pointer-events: none;
}

.rgb-projects-hero__panel-head {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.rgb-projects-hero__panel-head small {
  display: block;
  margin-bottom: 8px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-projects-hero__panel-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

/* LIST */

.rgb-projects-hero__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
}

.rgb-projects-hero__list div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: rgba(7, 24, 39, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rgb-projects-hero__list span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: rgba(33, 212, 255, 0.13);
  border: 1px solid rgba(33, 212, 255, 0.24);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.rgb-projects-hero__list p {
  margin: 0;
  color: #ffffff;
  font-size: 15.5px;
  line-height: 1.4;
  font-weight: 850;
}

.rgb-projects-hero__note {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(33, 212, 255, 0.09);
  border: 1px solid rgba(33, 212, 255, 0.18);
}

.rgb-projects-hero__note b {
  display: block;
  margin-bottom: 8px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgb-projects-hero__note p {
  margin: 0;
  color: #b8c7d6;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 550;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-projects-hero {
    min-height: auto;
  }

  .rgb-projects-hero__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 112px 34px 72px;
  }

  .rgb-projects-hero__content,
  .rgb-projects-hero__panel {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-projects-hero__wrap {
    padding: 92px 20px 58px;
    gap: 38px;
  }

  .rgb-projects-hero__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-projects-hero h1 {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.047em;
  }

  .rgb-projects-hero__content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-projects-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rgb-projects-hero__btn {
    width: 100%;
    text-align: center;
  }

  .rgb-projects-hero__panel {
    padding: 23px;
    border-radius: 28px;
  }

  .rgb-projects-hero__panel::before {
    left: 23px;
    right: 23px;
  }

  .rgb-projects-hero__list div {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .rgb-projects-hero__list span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .rgb-projects-hero__wrap {
    padding: 84px 16px 52px;
  }

  .rgb-projects-hero h1 {
    font-size: 34px;
  }

  .rgb-projects-hero__panel {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-projects-hero__panel-head h3 {
    font-size: 25px;
  }

  .rgb-projects-hero__note p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fdacb2 *//* =============================== */
/* RG BIMTECH - PROJECTS PAGE SEC 2 */
/* PORTFOLIO GRID */
/* =============================== */

.rgb-projects-s2,
.rgb-projects-s2 * {
  box-sizing: border-box;
}

.rgb-projects-s2 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 115px 0;
  background:
    linear-gradient(135deg, #f5f9fc 0%, #ffffff 48%, #eef7fb 100%);
  color: #071827;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rgb-projects-s2__pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 117, 188, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 117, 188, 0.052) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.rgb-projects-s2::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(33, 212, 255, 0.2), transparent 68%);
  pointer-events: none;
}

.rgb-projects-s2::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  left: -180px;
  bottom: -180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 117, 188, 0.13), transparent 70%);
  pointer-events: none;
}

.rgb-projects-s2__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
}

/* HEADING */

.rgb-projects-s2__head {
  max-width: 920px;
  margin-bottom: 54px;
}

.rgb-projects-s2__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(15, 117, 188, 0.18);
  background: rgba(15, 117, 188, 0.07);
  color: #0f5f96;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rgb-projects-s2__label span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #21d4ff;
  box-shadow: 0 0 18px rgba(33, 212, 255, 0.75);
}

.rgb-projects-s2 h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-projects-s2 h2 strong {
  display: block;
  color: #0f75bc;
}

.rgb-projects-s2__head p {
  max-width: 790px;
  margin: 24px 0 0;
  color: #50697e;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* GRID */

.rgb-projects-s2__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

/* CARD */

.rgb-projects-s2__card {
  position: relative;
  min-width: 0;
  min-height: 620px;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 24px 70px rgba(7, 24, 39, 0.08);
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.rgb-projects-s2__card:hover {
  transform: translateY(-7px);
  border-color: rgba(15, 117, 188, 0.2);
  box-shadow: 0 36px 92px rgba(7, 24, 39, 0.14);
}

/* IMAGE */

.rgb-projects-s2__image {
  position: relative;
  width: 100%;
  height: 255px;
  overflow: hidden;
  background: #071827;
}

.rgb-projects-s2__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.04) 0%, rgba(7, 24, 39, 0.62) 100%),
    linear-gradient(90deg, rgba(33, 212, 255, 0.16), transparent 62%);
  pointer-events: none;
}

.rgb-projects-s2__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.05);
  transition: 0.35s ease;
}

.rgb-projects-s2__card:hover .rgb-projects-s2__image img {
  transform: scale(1.045);
}

.rgb-projects-s2__image > span {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(7, 24, 39, 0.78);
  border: 1px solid rgba(33, 212, 255, 0.24);
  color: #dffaff;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 900;
  backdrop-filter: blur(14px);
}

/* BODY */

.rgb-projects-s2__body {
  position: relative;
  flex: 1;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.rgb-projects-s2__body::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0f75bc, #21d4ff);
}

.rgb-projects-s2__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.rgb-projects-s2__top b {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: rgba(15, 117, 188, 0.08);
  border: 1px solid rgba(15, 117, 188, 0.14);
  color: #0f75bc;
  font-size: 17px;
  line-height: 1;
  font-weight: 950;
}

.rgb-projects-s2__top small {
  max-width: 170px;
  padding: 8px 11px;
  border-radius: 999px;
  background: #eef6fb;
  color: #446175;
  border: 1px solid rgba(7, 24, 39, 0.06);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
  text-align: right;
}

.rgb-projects-s2__card h3 {
  min-height: 72px;
  margin: 0;
  color: #071827;
  font-size: 25px;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 950;
}

/* META */

.rgb-projects-s2__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.rgb-projects-s2__meta span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: #f1f6fa;
  color: #31546b;
  border: 1px solid rgba(7, 24, 39, 0.06);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
}

.rgb-projects-s2__body p {
  margin: 22px 0 0;
  color: #5d7284;
  font-size: 14.8px;
  line-height: 1.68;
  font-weight: 520;
}

/* RESULT */

.rgb-projects-s2__result {
  margin-top: auto;
  padding-top: 22px;
}

.rgb-projects-s2__result strong {
  display: block;
  margin-bottom: 8px;
  color: #0f75bc;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgb-projects-s2__result span {
  display: block;
  padding: 15px 16px;
  border-radius: 18px;
  background:
    linear-gradient(135deg, #071827 0%, #0d263a 100%);
  border-left: 4px solid #21d4ff;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .rgb-projects-s2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rgb-projects-s2__card {
    min-height: 600px;
  }
}

@media (max-width: 768px) {
  .rgb-projects-s2 {
    padding: 84px 0;
  }

  .rgb-projects-s2__wrap {
    padding: 0 20px;
  }

  .rgb-projects-s2__head {
    margin-bottom: 42px;
  }

  .rgb-projects-s2__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-projects-s2 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-projects-s2__head p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-projects-s2__grid {
    grid-template-columns: 1fr;
  }

  .rgb-projects-s2__card {
    min-height: auto;
    border-radius: 26px;
  }

  .rgb-projects-s2__image {
    height: 230px;
  }

  .rgb-projects-s2__body {
    padding: 23px;
  }

  .rgb-projects-s2__body::before {
    left: 23px;
    right: 23px;
  }

  .rgb-projects-s2__top {
    flex-direction: column;
  }

  .rgb-projects-s2__top small {
    max-width: 100%;
    text-align: left;
  }

  .rgb-projects-s2__card h3 {
    min-height: auto;
    font-size: 26px;
  }

  .rgb-projects-s2__result {
    margin-top: 24px;
  }
}

@media (max-width: 480px) {
  .rgb-projects-s2 {
    padding: 72px 0;
  }

  .rgb-projects-s2__wrap {
    padding: 0 16px;
  }

  .rgb-projects-s2__card {
    border-radius: 24px;
  }

  .rgb-projects-s2__image {
    height: 205px;
  }

  .rgb-projects-s2__body {
    padding: 20px;
  }

  .rgb-projects-s2__top b {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .rgb-projects-s2__body p {
    font-size: 13.8px;
  }

  .rgb-projects-s2__result span {
    font-size: 13.8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3827fa0 *//* =============================== */
/* RG BIMTECH - PROJECTS PAGE SEC 3 */
/* PROJECT DELIVERY APPROACH */
/* =============================== */

.rgb-projects-s3,
.rgb-projects-s3 * {
  box-sizing: border-box;
}

.rgb-projects-s3 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 115px 0;
  background: #071827;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rgb-projects-s3__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 212, 255, 0.045) 1px, transparent 1px),
    linear-gradient(rgba(33, 212, 255, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 82% 14%, rgba(33, 212, 255, 0.16), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(15, 117, 188, 0.24), transparent 34%),
    linear-gradient(135deg, #071827 0%, #0b2032 52%, #06131f 100%);
  background-size: 54px 54px, 54px 54px, auto, auto, auto;
  pointer-events: none;
}

.rgb-projects-s3::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 39, 0.05), rgba(7, 24, 39, 0.94));
  pointer-events: none;
}

.rgb-projects-s3::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -250px;
  bottom: -250px;
  border-radius: 999px;
  border: 58px solid rgba(33, 212, 255, 0.045);
  pointer-events: none;
}

.rgb-projects-s3__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(520px, 1.18fr);
  gap: 70px;
  align-items: start;
}

/* LEFT CONTENT */

.rgb-projects-s3__content {
  position: sticky;
  top: 110px;
  max-width: 720px;
}

.rgb-projects-s3__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(33, 212, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  color: #c9f7ff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.rgb-projects-s3__label span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #21d4ff;
  box-shadow: 0 0 18px rgba(33, 212, 255, 0.85);
}

.rgb-projects-s3 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-projects-s3 h2 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 45%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-projects-s3__content > p {
  margin: 24px 0 0;
  color: #b8c7d6;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

.rgb-projects-s3__note {
  margin-top: 30px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(33, 212, 255, 0.09);
  border: 1px solid rgba(33, 212, 255, 0.18);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.2);
}

.rgb-projects-s3__note b {
  display: block;
  margin-bottom: 8px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-projects-s3__note span {
  display: block;
  color: #dffaff;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}

/* STEPS */

.rgb-projects-s3__steps {
  display: grid;
  gap: 18px;
}

.rgb-projects-s3__step {
  position: relative;
  min-width: 0;
  padding: 26px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  overflow: hidden;
  transition: 0.28s ease;
}

.rgb-projects-s3__step::before {
  content: "";
  position: absolute;
  left: 26px;
  right: 26px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0f75bc, #21d4ff);
}

.rgb-projects-s3__step::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -96px;
  bottom: -96px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(33, 212, 255, 0.13), transparent 68%);
  pointer-events: none;
}

.rgb-projects-s3__step:hover {
  transform: translateY(-5px);
  border-color: rgba(33, 212, 255, 0.34);
  background:
    linear-gradient(145deg, rgba(33, 212, 255, 0.11), rgba(255, 255, 255, 0.045));
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.34);
}

.rgb-projects-s3__num {
  position: relative;
  z-index: 2;
  width: 68px;
  height: 68px;
  border-radius: 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(33, 212, 255, 0.13);
  border: 1px solid rgba(33, 212, 255, 0.24);
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  font-weight: 950;
  box-shadow: inset 0 0 24px rgba(33, 212, 255, 0.08);
}

.rgb-projects-s3__step-body {
  position: relative;
  z-index: 2;
}

.rgb-projects-s3__step-body small {
  display: block;
  margin-bottom: 8px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgb-projects-s3__step-body h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.rgb-projects-s3__step-body p {
  margin: 0;
  color: #b8c7d6;
  font-size: 15.5px;
  line-height: 1.7;
  font-weight: 520;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-projects-s3__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 34px;
  }

  .rgb-projects-s3__content {
    position: relative;
    top: auto;
    max-width: 920px;
  }

  .rgb-projects-s3__steps {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-projects-s3 {
    padding: 84px 0;
  }

  .rgb-projects-s3__wrap {
    padding: 0 20px;
    gap: 38px;
  }

  .rgb-projects-s3__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-projects-s3 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-projects-s3__content > p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-projects-s3__step {
    grid-template-columns: 1fr;
    padding: 23px;
    border-radius: 26px;
  }

  .rgb-projects-s3__step::before {
    left: 23px;
    right: 23px;
  }

  .rgb-projects-s3__num {
    width: 60px;
    height: 60px;
    border-radius: 19px;
  }

  .rgb-projects-s3__step-body h3 {
    font-size: 24px;
  }

  .rgb-projects-s3__note {
    padding: 22px;
    border-radius: 24px;
  }
}

@media (max-width: 480px) {
  .rgb-projects-s3 {
    padding: 72px 0;
  }

  .rgb-projects-s3__wrap {
    padding: 0 16px;
  }

  .rgb-projects-s3__step {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-projects-s3__step-body p {
    font-size: 14.2px;
  }

  .rgb-projects-s3__note {
    padding: 20px;
    border-radius: 22px;
  }

  .rgb-projects-s3__note span {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f0c8d1 *//* =============================== */
/* RG BIMTECH - PROJECTS PAGE SEC 4 */
/* PROJECT OUTCOMES */
/* =============================== */

.rgb-projects-s4,
.rgb-projects-s4 * {
  box-sizing: border-box;
}

.rgb-projects-s4 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 115px 0;
  background:
    linear-gradient(135deg, #f5f9fc 0%, #ffffff 48%, #eef7fb 100%);
  color: #071827;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rgb-projects-s4__pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 117, 188, 0.052) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 117, 188, 0.052) 1px, transparent 1px);
  background-size: 52px 52px;
  pointer-events: none;
}

.rgb-projects-s4::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(33, 212, 255, 0.2), transparent 68%);
  pointer-events: none;
}

.rgb-projects-s4::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  left: -180px;
  bottom: -180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 117, 188, 0.13), transparent 70%);
  pointer-events: none;
}

.rgb-projects-s4__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
}

/* HEADING */

.rgb-projects-s4__head {
  max-width: 920px;
  margin-bottom: 54px;
}

.rgb-projects-s4__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 22px;
  padding: 9px 15px;
  border-radius: 999px;
  border: 1px solid rgba(15, 117, 188, 0.18);
  background: rgba(15, 117, 188, 0.07);
  color: #0f5f96;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rgb-projects-s4__label span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #21d4ff;
  box-shadow: 0 0 18px rgba(33, 212, 255, 0.75);
}

.rgb-projects-s4 h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-projects-s4 h2 strong {
  display: block;
  color: #0f75bc;
}

.rgb-projects-s4__head p {
  max-width: 790px;
  margin: 24px 0 0;
  color: #50697e;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* GRID */

.rgb-projects-s4__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.rgb-projects-s4__card {
  position: relative;
  min-width: 0;
  min-height: 315px;
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 24px 70px rgba(7, 24, 39, 0.08);
  overflow: hidden;
  transition: 0.28s ease;
}

.rgb-projects-s4__card::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0f75bc, #21d4ff);
}

.rgb-projects-s4__card::after {
  content: "";
  position: absolute;
  width: 185px;
  height: 185px;
  right: -95px;
  bottom: -95px;
  border-radius: 999px;
  background: rgba(15, 117, 188, 0.06);
  pointer-events: none;
}

.rgb-projects-s4__card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 117, 188, 0.2);
  box-shadow: 0 32px 88px rgba(7, 24, 39, 0.13);
}

.rgb-projects-s4__icon {
  position: relative;
  z-index: 2;
  width: 62px;
  height: 62px;
  margin-bottom: 26px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 117, 188, 0.08);
  border: 1px solid rgba(15, 117, 188, 0.14);
  color: #0f75bc;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.035em;
}

.rgb-projects-s4__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 13px;
  color: #071827;
  font-size: 26px;
  line-height: 1.16;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.rgb-projects-s4__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #5d7284;
  font-size: 15.5px;
  line-height: 1.72;
  font-weight: 520;
}

/* HIGHLIGHT */

.rgb-projects-s4__card--highlight {
  background:
    linear-gradient(145deg, #071827 0%, #0d263a 100%);
  border-color: rgba(33, 212, 255, 0.22);
  box-shadow: 0 32px 90px rgba(7, 24, 39, 0.22);
}

.rgb-projects-s4__card--highlight::after {
  background: radial-gradient(circle, rgba(33, 212, 255, 0.16), transparent 68%);
}

.rgb-projects-s4__card--highlight .rgb-projects-s4__icon {
  background: rgba(33, 212, 255, 0.13);
  border-color: rgba(33, 212, 255, 0.24);
  color: #ffffff;
}

.rgb-projects-s4__card--highlight h3 {
  color: #ffffff;
}

.rgb-projects-s4__card--highlight p {
  color: #b8c7d6;
}

/* BOTTOM */

.rgb-projects-s4__bottom {
  margin-top: 26px;
  padding: 28px;
  border-radius: 30px;
  background:
    linear-gradient(135deg, #071827 0%, #0d263a 58%, #0f75bc 100%);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  box-shadow: 0 28px 82px rgba(7, 24, 39, 0.18);
  overflow: hidden;
}

.rgb-projects-s4__bottom span {
  display: block;
  margin-bottom: 8px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-projects-s4__bottom h3 {
  margin: 0;
  max-width: 850px;
  color: #ffffff;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.18;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.rgb-projects-s4__btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #21d4ff 100%);
  color: #041521;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
  box-shadow: 0 18px 50px rgba(33, 212, 255, 0.24);
  transition: 0.25s ease;
}

.rgb-projects-s4__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-projects-s4__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rgb-projects-s4__card {
    min-height: 290px;
  }

  .rgb-projects-s4__bottom {
    grid-template-columns: 1fr;
  }

  .rgb-projects-s4__btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .rgb-projects-s4 {
    padding: 84px 0;
  }

  .rgb-projects-s4__wrap {
    padding: 0 20px;
  }

  .rgb-projects-s4__head {
    margin-bottom: 42px;
  }

  .rgb-projects-s4__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-projects-s4 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-projects-s4__head p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-projects-s4__grid {
    grid-template-columns: 1fr;
  }

  .rgb-projects-s4__card {
    min-height: auto;
    padding: 23px;
    border-radius: 26px;
  }

  .rgb-projects-s4__card::before {
    left: 23px;
    right: 23px;
  }

  .rgb-projects-s4__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .rgb-projects-s4__card h3 {
    font-size: 24px;
  }

  .rgb-projects-s4__bottom {
    padding: 23px;
    border-radius: 26px;
  }
}

@media (max-width: 480px) {
  .rgb-projects-s4 {
    padding: 72px 0;
  }

  .rgb-projects-s4__wrap {
    padding: 0 16px;
  }

  .rgb-projects-s4__card {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-projects-s4__card p {
    font-size: 14.5px;
  }

  .rgb-projects-s4__bottom {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-projects-s4__bottom h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b110fbd *//* =============================== */
/* RG BIMTECH - PROJECTS PAGE SEC 5 */
/* FINAL CTA / CONTACT */
/* =============================== */

.rgb-projects-s5,
.rgb-projects-s5 * {
  box-sizing: border-box;
}

.rgb-projects-s5 {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 120px 0;
  background: #071827;
  color: #ffffff;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rgb-projects-s5__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 212, 255, 0.05) 1px, transparent 1px),
    linear-gradient(rgba(33, 212, 255, 0.05) 1px, transparent 1px),
    radial-gradient(circle at 78% 18%, rgba(33, 212, 255, 0.2), transparent 34%),
    radial-gradient(circle at 10% 88%, rgba(15, 117, 188, 0.24), transparent 34%),
    linear-gradient(135deg, #071827 0%, #0b2032 52%, #06131f 100%);
  background-size: 54px 54px, 54px 54px, auto, auto, auto;
  pointer-events: none;
}

.rgb-projects-s5::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 39, 0.08), rgba(7, 24, 39, 0.94));
  pointer-events: none;
}

.rgb-projects-s5::after {
  content: "";
  position: absolute;
  width: 560px;
  height: 560px;
  right: -250px;
  bottom: -250px;
  border-radius: 999px;
  border: 58px solid rgba(33, 212, 255, 0.045);
  pointer-events: none;
}

.rgb-projects-s5__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, 0.92fr);
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */

.rgb-projects-s5__content {
  max-width: 820px;
}

.rgb-projects-s5__label {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(33, 212, 255, 0.24);
  background: rgba(255, 255, 255, 0.07);
  color: #c9f7ff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.rgb-projects-s5__label span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: #21d4ff;
  box-shadow: 0 0 18px rgba(33, 212, 255, 0.85);
}

.rgb-projects-s5 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.rgb-projects-s5 h2 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 42%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-projects-s5__content p {
  max-width: 760px;
  margin: 26px 0 0;
  color: #b8c7d6;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 520;
}

.rgb-projects-s5__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.rgb-projects-s5__btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
  transition: 0.25s ease;
}

.rgb-projects-s5__btn--primary {
  color: #041521;
  background: linear-gradient(135deg, #ffffff 0%, #21d4ff 100%);
  box-shadow: 0 18px 45px rgba(33, 212, 255, 0.24);
}

.rgb-projects-s5__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

.rgb-projects-s5__btn--outline {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.rgb-projects-s5__btn--outline:hover {
  transform: translateY(-3px);
  border-color: rgba(33, 212, 255, 0.48);
  background: rgba(33, 212, 255, 0.1);
}

/* RIGHT CARD */

.rgb-projects-s5__card {
  position: relative;
  min-width: 0;
  padding: 30px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.045));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.rgb-projects-s5__card::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0f75bc, #21d4ff);
}

.rgb-projects-s5__card::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -110px;
  bottom: -110px;
  border-radius: 999px;
  border: 35px solid rgba(33, 212, 255, 0.07);
  pointer-events: none;
}

.rgb-projects-s5__card-head {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.rgb-projects-s5__card-head small {
  display: block;
  margin-bottom: 8px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-projects-s5__card-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

/* LIST */

.rgb-projects-s5__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.rgb-projects-s5__list div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(7, 24, 39, 0.48);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rgb-projects-s5__list span {
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: rgba(33, 212, 255, 0.13);
  border: 1px solid rgba(33, 212, 255, 0.24);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.rgb-projects-s5__list p {
  margin: 0;
  color: #b8c7d6;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 550;
}

.rgb-projects-s5__contact {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  padding: 18px;
  border-radius: 22px;
  background: rgba(33, 212, 255, 0.09);
  border: 1px solid rgba(33, 212, 255, 0.18);
}

.rgb-projects-s5__contact b {
  display: block;
  margin-bottom: 8px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgb-projects-s5__contact a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.rgb-projects-s5__contact a:hover {
  color: #21d4ff;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-projects-s5__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 34px;
  }

  .rgb-projects-s5__content,
  .rgb-projects-s5__card {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-projects-s5 {
    padding: 88px 0;
  }

  .rgb-projects-s5__wrap {
    padding: 0 20px;
    gap: 38px;
  }

  .rgb-projects-s5__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-projects-s5 h2 {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.047em;
  }

  .rgb-projects-s5__content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-projects-s5__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rgb-projects-s5__btn {
    width: 100%;
    text-align: center;
  }

  .rgb-projects-s5__card {
    padding: 23px;
    border-radius: 28px;
  }

  .rgb-projects-s5__card::before {
    left: 23px;
    right: 23px;
  }

  .rgb-projects-s5__list div {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .rgb-projects-s5__list span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .rgb-projects-s5 {
    padding: 74px 0;
  }

  .rgb-projects-s5__wrap {
    padding: 0 16px;
  }

  .rgb-projects-s5 h2 {
    font-size: 34px;
  }

  .rgb-projects-s5__card {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-projects-s5__card-head h3 {
    font-size: 25px;
  }

  .rgb-projects-s5__list p {
    font-size: 14px;
  }
}/* End custom CSS */