.elementor-106 .elementor-element.elementor-element-b6df562{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-4969041{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-14d8168{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-c0160d9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-2b53228{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-eb3c9fe{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-18669ca{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-1733489{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-f529a3c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-106 .elementor-element.elementor-element-8e61173{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-15d1565 *//* =============================== */
/* RG BIMTECH - SERVICES PAGE SEC 1 */
/* SERVICES HERO */
/* =============================== */

.rgb-services-hero,
.rgb-services-hero * {
  box-sizing: border-box;
}

.rgb-services-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-services-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(7, 24, 39, 0.98) 0%, rgba(7, 24, 39, 0.9) 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-services-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-services-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-services-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-services-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-services-hero__content {
  width: 100%;
  max-width: 820px;
}

.rgb-services-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-services-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-services-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.rgb-services-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-services-hero__content p {
  max-width: 740px;
  margin: 26px 0 0;
  color: #b8c7d6;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 520;
}

.rgb-services-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.rgb-services-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-services-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-services-hero__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

.rgb-services-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-services-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-services-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-services-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-services-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-services-hero__panel-head {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.rgb-services-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-services-hero__panel-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 2.7vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

/* LIST */

.rgb-services-hero__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
}

.rgb-services-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-services-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-services-hero__list p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 850;
}

.rgb-services-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-services-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-services-hero__note p {
  margin: 0;
  color: #b8c7d6;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 550;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-services-hero {
    min-height: auto;
  }

  .rgb-services-hero__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 112px 34px 72px;
  }

  .rgb-services-hero__content,
  .rgb-services-hero__panel {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-services-hero__wrap {
    padding: 92px 20px 58px;
    gap: 38px;
  }

  .rgb-services-hero__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-services-hero h1 {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.047em;
  }

  .rgb-services-hero__content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-services-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rgb-services-hero__btn {
    width: 100%;
    text-align: center;
  }

  .rgb-services-hero__panel {
    padding: 23px;
    border-radius: 28px;
  }

  .rgb-services-hero__panel::before {
    left: 23px;
    right: 23px;
  }

  .rgb-services-hero__list div {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .rgb-services-hero__list span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .rgb-services-hero__wrap {
    padding: 84px 16px 52px;
  }

  .rgb-services-hero h1 {
    font-size: 34px;
  }

  .rgb-services-hero__panel {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-services-hero__panel-head h3 {
    font-size: 25px;
  }

  .rgb-services-hero__note p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d02dfcd *//* =============================== */
/* RG BIMTECH - SERVICES PAGE SEC 2 */
/* SERVICE OVERVIEW WITH IMAGES */
/* =============================== */

.rgb-services-s2,
.rgb-services-s2 * {
  box-sizing: border-box;
}

.rgb-services-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-services-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-services-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-services-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-services-s2__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
}

/* HEADING */

.rgb-services-s2__head {
  max-width: 900px;
  margin-bottom: 54px;
}

.rgb-services-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-services-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-services-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-services-s2 h2 strong {
  display: block;
  color: #0f75bc;
}

.rgb-services-s2__head p {
  max-width: 780px;
  margin: 24px 0 0;
  color: #50697e;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* GRID */

.rgb-services-s2__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

/* CARD */

.rgb-services-s2__card {
  position: relative;
  min-width: 0;
  min-height: 500px;
  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;
  display: flex;
  flex-direction: column;
  transition: 0.28s ease;
}

.rgb-services-s2__card:hover {
  transform: translateY(-6px);
  border-color: rgba(15, 117, 188, 0.2);
  box-shadow: 0 34px 88px rgba(7, 24, 39, 0.13);
}

/* IMAGE */

.rgb-services-s2__image {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: #071827;
}

.rgb-services-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.18), transparent 60%);
  pointer-events: none;
}

.rgb-services-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-services-s2__card:hover .rgb-services-s2__image img {
  transform: scale(1.045);
}

.rgb-services-s2__image span {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  width: 54px;
  height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  background: rgba(7, 24, 39, 0.78);
  border: 1px solid rgba(33, 212, 255, 0.24);
  color: #ffffff;
  font-size: 17px;
  line-height: 1;
  font-weight: 950;
  backdrop-filter: blur(14px);
}

/* BODY */

.rgb-services-s2__body {
  position: relative;
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.rgb-services-s2__body::before {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, #0f75bc, #21d4ff);
}

.rgb-services-s2__body > small {
  display: block;
  margin-bottom: 10px;
  color: #0f75bc;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgb-services-s2__card h3 {
  min-height: 62px;
  margin: 0 0 14px;
  color: #071827;
  font-size: 25px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.rgb-services-s2__card p {
  margin: 0;
  color: #5d7284;
  font-size: 14.8px;
  line-height: 1.68;
  font-weight: 520;
}

/* TAGS */

.rgb-services-s2__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 24px;
}

.rgb-services-s2__tags span {
  display: inline-flex;
  padding: 8px 10px;
  border-radius: 999px;
  background: #f1f6fa;
  color: #31546b;
  border: 1px solid rgba(7, 24, 39, 0.06);
  font-size: 11.5px;
  line-height: 1.25;
  font-weight: 850;
}

/* RESPONSIVE */

@media (max-width: 1280px) {
  .rgb-services-s2__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rgb-services-s2__card {
    min-height: 490px;
  }
}

@media (max-width: 900px) {
  .rgb-services-s2__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .rgb-services-s2 {
    padding: 84px 0;
  }

  .rgb-services-s2__wrap {
    padding: 0 20px;
  }

  .rgb-services-s2__head {
    margin-bottom: 42px;
  }

  .rgb-services-s2__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-services-s2 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-services-s2__head p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-services-s2__grid {
    grid-template-columns: 1fr;
  }

  .rgb-services-s2__card {
    min-height: auto;
    border-radius: 26px;
  }

  .rgb-services-s2__image {
    height: 230px;
  }

  .rgb-services-s2__body {
    padding: 23px;
  }

  .rgb-services-s2__body::before {
    left: 23px;
    right: 23px;
  }

  .rgb-services-s2__card h3 {
    min-height: auto;
    font-size: 24px;
  }

  .rgb-services-s2__tags {
    margin-top: 22px;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .rgb-services-s2 {
    padding: 72px 0;
  }

  .rgb-services-s2__wrap {
    padding: 0 16px;
  }

  .rgb-services-s2__card {
    border-radius: 24px;
  }

  .rgb-services-s2__image {
    height: 205px;
  }

  .rgb-services-s2__body {
    padding: 20px;
  }

  .rgb-services-s2__image span {
    width: 50px;
    height: 50px;
    border-radius: 16px;
  }

  .rgb-services-s2__card p {
    font-size: 14.2px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2424db2 *//* =============================== */
/* RG BIMTECH - SERVICES PAGE SEC 3 */
/* BIM SERVICES DETAIL */
/* =============================== */

.rgb-services-s3,
.rgb-services-s3 * {
  box-sizing: border-box;
}

.rgb-services-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-services-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% 12%, 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-services-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-services-s3__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
}

/* IMAGE */

.rgb-services-s3__media {
  position: relative;
  min-width: 0;
  height: 680px;
  border-radius: 34px;
  overflow: hidden;
  background: #0b2032;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.rgb-services-s3__media::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 26px;
  border: 1px solid rgba(33, 212, 255, 0.18);
  z-index: 2;
  pointer-events: none;
}

.rgb-services-s3__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.04) 0%, rgba(7, 24, 39, 0.78) 100%),
    linear-gradient(90deg, rgba(33, 212, 255, 0.18), transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.rgb-services-s3__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.06);
}

.rgb-services-s3__media-card {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  padding: 22px;
  border-radius: 24px;
  background: rgba(7, 24, 39, 0.78);
  border: 1px solid rgba(33, 212, 255, 0.22);
  backdrop-filter: blur(18px);
}

.rgb-services-s3__media-card span {
  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-services-s3__media-card b {
  display: block;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 950;
}

/* CONTENT */

.rgb-services-s3__content {
  min-width: 0;
}

.rgb-services-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-services-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-services-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-services-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-services-s3__lead {
  margin: 24px 0 0;
  color: #b8c7d6;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* SCOPE */

.rgb-services-s3__scope {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rgb-services-s3__scope div {
  min-width: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rgb-services-s3__scope span {
  width: 48px;
  height: 48px;
  border-radius: 15px;
  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: 13px;
  font-weight: 950;
}

.rgb-services-s3__scope p {
  margin: 0;
  color: #dffaff;
  font-size: 14.5px;
  line-height: 1.4;
  font-weight: 800;
}

/* BOTTOM */

.rgb-services-s3__bottom {
  margin-top: 24px;
  padding: 24px;
  border-radius: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.rgb-services-s3__bottom 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-services-s3__bottom p {
  margin: 0;
  color: #b8c7d6;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 550;
}

.rgb-services-s3__btn {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  padding: 14px 23px;
  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 45px rgba(33, 212, 255, 0.22);
  transition: 0.25s ease;
}

.rgb-services-s3__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-services-s3__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 34px;
  }

  .rgb-services-s3__media {
    height: 520px;
    max-width: 900px;
  }

  .rgb-services-s3__content {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-services-s3 {
    padding: 84px 0;
  }

  .rgb-services-s3__wrap {
    padding: 0 20px;
    gap: 38px;
  }

  .rgb-services-s3__media {
    height: 360px;
    border-radius: 28px;
  }

  .rgb-services-s3__media::before {
    inset: 16px;
    border-radius: 22px;
  }

  .rgb-services-s3__media-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 18px;
    border-radius: 20px;
  }

  .rgb-services-s3__media-card b {
    font-size: 22px;
  }

  .rgb-services-s3__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-services-s3 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-services-s3__lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-services-s3__scope {
    grid-template-columns: 1fr;
  }

  .rgb-services-s3__bottom {
    grid-template-columns: 1fr;
    padding: 22px;
    border-radius: 24px;
  }

  .rgb-services-s3__btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rgb-services-s3 {
    padding: 72px 0;
  }

  .rgb-services-s3__wrap {
    padding: 0 16px;
  }

  .rgb-services-s3__media {
    height: 310px;
    border-radius: 24px;
  }

  .rgb-services-s3__media-card b {
    font-size: 20px;
  }

  .rgb-services-s3__scope div {
    grid-template-columns: 1fr;
  }

  .rgb-services-s3__scope span {
    width: 46px;
    height: 46px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b146fc6 *//* =============================== */
/* RG BIMTECH - SERVICES PAGE SEC 4 */
/* BIM TRAINING DETAIL */
/* =============================== */

.rgb-services-s4,
.rgb-services-s4 * {
  box-sizing: border-box;
}

.rgb-services-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-services-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-services-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-services-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-services-s4__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */

.rgb-services-s4__content {
  min-width: 0;
  max-width: 780px;
}

.rgb-services-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-services-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-services-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-services-s4 h2 strong {
  display: block;
  color: #0f75bc;
}

.rgb-services-s4__lead {
  margin: 24px 0 0;
  color: #50697e;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* TRAINING LIST */

.rgb-services-s4__training {
  margin-top: 34px;
  display: grid;
  gap: 14px;
}

.rgb-services-s4__training div {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 15px;
  align-items: center;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 18px 50px rgba(7, 24, 39, 0.07);
}

.rgb-services-s4__training span {
  width: 54px;
  height: 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: 15px;
  font-weight: 950;
}

.rgb-services-s4__training p {
  margin: 0;
  color: #31546b;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 750;
}

/* SOFTWARE */

.rgb-services-s4__software {
  margin-top: 22px;
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, #071827 0%, #0d263a 58%, #0f75bc 100%);
  box-shadow: 0 24px 70px rgba(7, 24, 39, 0.18);
}

.rgb-services-s4__software b {
  display: block;
  margin-bottom: 16px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-services-s4__software div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.rgb-services-s4__software span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #dffaff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 850;
}

/* RIGHT MEDIA */

.rgb-services-s4__media {
  position: relative;
  min-width: 0;
  min-height: 680px;
  border-radius: 34px;
  overflow: hidden;
  background: #071827;
  border: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 32px 90px rgba(7, 24, 39, 0.18);
}

.rgb-services-s4__media::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 26px;
  border: 1px solid rgba(33, 212, 255, 0.18);
  z-index: 2;
  pointer-events: none;
}

.rgb-services-s4__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.05) 0%, rgba(7, 24, 39, 0.78) 100%),
    linear-gradient(90deg, rgba(33, 212, 255, 0.18), transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.rgb-services-s4__media img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.06);
}

.rgb-services-s4__media-card {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  padding: 24px;
  border-radius: 26px;
  background: rgba(7, 24, 39, 0.78);
  border: 1px solid rgba(33, 212, 255, 0.22);
  backdrop-filter: blur(18px);
}

.rgb-services-s4__media-card small {
  display: block;
  margin-bottom: 9px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-services-s4__media-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.rgb-services-s4__media-card p {
  margin: 14px 0 0;
  color: #b8c7d6;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 550;
}

.rgb-services-s4__btn {
  min-height: 52px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #21d4ff 100%);
  color: #041521;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(33, 212, 255, 0.22);
  transition: 0.25s ease;
}

.rgb-services-s4__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-services-s4__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 34px;
  }

  .rgb-services-s4__content {
    max-width: 920px;
  }

  .rgb-services-s4__media {
    min-height: 520px;
    max-width: 900px;
  }

  .rgb-services-s4__media img {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .rgb-services-s4 {
    padding: 84px 0;
  }

  .rgb-services-s4__wrap {
    padding: 0 20px;
    gap: 38px;
  }

  .rgb-services-s4__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-services-s4 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-services-s4__lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-services-s4__training div {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .rgb-services-s4__media {
    min-height: 420px;
    border-radius: 28px;
  }

  .rgb-services-s4__media img {
    min-height: 420px;
  }

  .rgb-services-s4__media::before {
    inset: 16px;
    border-radius: 22px;
  }

  .rgb-services-s4__media-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
    border-radius: 22px;
  }

  .rgb-services-s4__btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rgb-services-s4 {
    padding: 72px 0;
  }

  .rgb-services-s4__wrap {
    padding: 0 16px;
  }

  .rgb-services-s4__software {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-services-s4__media {
    min-height: 380px;
    border-radius: 24px;
  }

  .rgb-services-s4__media img {
    min-height: 380px;
  }

  .rgb-services-s4__media-card h3 {
    font-size: 22px;
  }

  .rgb-services-s4__media-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4b16b6a *//* =============================== */
/* RG BIMTECH - SERVICES PAGE SEC 5 */
/* BIM FORENSIC DETAIL */
/* =============================== */

.rgb-services-s5,
.rgb-services-s5 * {
  box-sizing: border-box;
}

.rgb-services-s5 {
  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-services-s5__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% 12%, 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-services-s5::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-services-s5__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
}

/* MEDIA */

.rgb-services-s5__media {
  position: relative;
  min-width: 0;
  height: 680px;
  border-radius: 34px;
  overflow: hidden;
  background: #0b2032;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.rgb-services-s5__media::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 26px;
  border: 1px solid rgba(33, 212, 255, 0.18);
  z-index: 2;
  pointer-events: none;
}

.rgb-services-s5__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.04) 0%, rgba(7, 24, 39, 0.78) 100%),
    linear-gradient(90deg, rgba(33, 212, 255, 0.18), transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.rgb-services-s5__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.06);
}

.rgb-services-s5__media-card {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  padding: 24px;
  border-radius: 26px;
  background: rgba(7, 24, 39, 0.78);
  border: 1px solid rgba(33, 212, 255, 0.22);
  backdrop-filter: blur(18px);
}

.rgb-services-s5__media-card small {
  display: block;
  margin-bottom: 9px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-services-s5__media-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.rgb-services-s5__media-card p {
  margin: 14px 0 0;
  color: #b8c7d6;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 550;
}

/* CONTENT */

.rgb-services-s5__content {
  min-width: 0;
}

.rgb-services-s5__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-services-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-services-s5 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-services-s5 h2 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 45%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-services-s5__lead {
  margin: 24px 0 0;
  color: #b8c7d6;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* GRID */

.rgb-services-s5__grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rgb-services-s5__grid article {
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  transition: 0.25s ease;
}

.rgb-services-s5__grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 212, 255, 0.3);
  background: rgba(33, 212, 255, 0.08);
}

.rgb-services-s5__grid span {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  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: 14px;
  font-weight: 950;
}

.rgb-services-s5__grid h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.rgb-services-s5__grid p {
  margin: 0;
  color: #b8c7d6;
  font-size: 14.2px;
  line-height: 1.58;
  font-weight: 520;
}

/* BOTTOM */

.rgb-services-s5__bottom {
  margin-top: 24px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(33, 212, 255, 0.09);
  border: 1px solid rgba(33, 212, 255, 0.18);
}

.rgb-services-s5__bottom 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-services-s5__bottom p {
  margin: 0;
  color: #b8c7d6;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 550;
}

.rgb-services-s5__btn {
  min-height: 54px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  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 45px rgba(33, 212, 255, 0.22);
  transition: 0.25s ease;
}

.rgb-services-s5__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-services-s5__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 34px;
  }

  .rgb-services-s5__media {
    height: 520px;
    max-width: 900px;
  }

  .rgb-services-s5__content {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-services-s5 {
    padding: 84px 0;
  }

  .rgb-services-s5__wrap {
    padding: 0 20px;
    gap: 38px;
  }

  .rgb-services-s5__media {
    height: 400px;
    border-radius: 28px;
  }

  .rgb-services-s5__media::before {
    inset: 16px;
    border-radius: 22px;
  }

  .rgb-services-s5__media-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
    border-radius: 22px;
  }

  .rgb-services-s5__media-card h3 {
    font-size: 22px;
  }

  .rgb-services-s5__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-services-s5 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-services-s5__lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-services-s5__grid {
    grid-template-columns: 1fr;
  }

  .rgb-services-s5__grid article {
    grid-template-columns: 1fr;
  }

  .rgb-services-s5__btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rgb-services-s5 {
    padding: 72px 0;
  }

  .rgb-services-s5__wrap {
    padding: 0 16px;
  }

  .rgb-services-s5__media {
    height: 360px;
    border-radius: 24px;
  }

  .rgb-services-s5__media-card p {
    font-size: 14px;
  }

  .rgb-services-s5__grid article {
    padding: 16px;
    border-radius: 20px;
  }

  .rgb-services-s5__grid p {
    font-size: 13.8px;
  }

  .rgb-services-s5__bottom {
    padding: 20px;
    border-radius: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5985b61 *//* =============================== */
/* RG BIMTECH - SERVICES PAGE SEC 6 */
/* DIGITAL TWIN DETAIL */
/* =============================== */

.rgb-services-s6,
.rgb-services-s6 * {
  box-sizing: border-box;
}

.rgb-services-s6 {
  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-services-s6__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-services-s6::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-services-s6::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-services-s6__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 70px;
  align-items: center;
}

/* CONTENT */

.rgb-services-s6__content {
  min-width: 0;
  max-width: 800px;
}

.rgb-services-s6__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-services-s6__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-services-s6 h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-services-s6 h2 strong {
  display: block;
  color: #0f75bc;
}

.rgb-services-s6__lead {
  margin: 24px 0 0;
  color: #263f55;
  font-size: 18px;
  line-height: 1.78;
  font-weight: 700;
}

.rgb-services-s6__content > p:not(.rgb-services-s6__lead) {
  margin: 18px 0 0;
  color: #5d7284;
  font-size: 16.5px;
  line-height: 1.82;
  font-weight: 520;
}

/* GRID */

.rgb-services-s6__grid {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rgb-services-s6__grid article {
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 18px 50px rgba(7, 24, 39, 0.07);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  transition: 0.25s ease;
}

.rgb-services-s6__grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 117, 188, 0.2);
  box-shadow: 0 28px 70px rgba(7, 24, 39, 0.12);
}

.rgb-services-s6__grid span {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  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: 14px;
  font-weight: 950;
}

.rgb-services-s6__grid h3 {
  margin: 0 0 7px;
  color: #071827;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.rgb-services-s6__grid p {
  margin: 0;
  color: #5d7284;
  font-size: 14.2px;
  line-height: 1.58;
  font-weight: 520;
}

/* BOTTOM */

.rgb-services-s6__bottom {
  margin-top: 24px;
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(135deg, #071827 0%, #0d263a 58%, #0f75bc 100%);
  box-shadow: 0 24px 70px rgba(7, 24, 39, 0.18);
}

.rgb-services-s6__bottom 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-services-s6__bottom p {
  margin: 0;
  color: #dffaff;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 600;
}

/* MEDIA */

.rgb-services-s6__media {
  position: relative;
  min-width: 0;
  min-height: 680px;
  border-radius: 34px;
  overflow: hidden;
  background: #071827;
  border: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 32px 90px rgba(7, 24, 39, 0.18);
}

.rgb-services-s6__media::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 26px;
  border: 1px solid rgba(33, 212, 255, 0.18);
  z-index: 2;
  pointer-events: none;
}

.rgb-services-s6__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.05) 0%, rgba(7, 24, 39, 0.78) 100%),
    linear-gradient(90deg, rgba(33, 212, 255, 0.18), transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.rgb-services-s6__media img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.06);
}

.rgb-services-s6__media-card {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  padding: 24px;
  border-radius: 26px;
  background: rgba(7, 24, 39, 0.78);
  border: 1px solid rgba(33, 212, 255, 0.22);
  backdrop-filter: blur(18px);
}

.rgb-services-s6__media-card small {
  display: block;
  margin-bottom: 9px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-services-s6__media-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.rgb-services-s6__media-card p {
  margin: 14px 0 0;
  color: #b8c7d6;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 550;
}

.rgb-services-s6__btn {
  min-height: 52px;
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #21d4ff 100%);
  color: #041521;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(33, 212, 255, 0.22);
  transition: 0.25s ease;
}

.rgb-services-s6__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-services-s6__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 34px;
  }

  .rgb-services-s6__content {
    max-width: 920px;
  }

  .rgb-services-s6__media {
    min-height: 520px;
    max-width: 900px;
  }

  .rgb-services-s6__media img {
    min-height: 520px;
  }
}

@media (max-width: 768px) {
  .rgb-services-s6 {
    padding: 84px 0;
  }

  .rgb-services-s6__wrap {
    padding: 0 20px;
    gap: 38px;
  }

  .rgb-services-s6__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-services-s6 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-services-s6__lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-services-s6__content > p:not(.rgb-services-s6__lead) {
    font-size: 15.5px;
    line-height: 1.72;
  }

  .rgb-services-s6__grid {
    grid-template-columns: 1fr;
  }

  .rgb-services-s6__grid article {
    grid-template-columns: 1fr;
  }

  .rgb-services-s6__media {
    min-height: 420px;
    border-radius: 28px;
  }

  .rgb-services-s6__media img {
    min-height: 420px;
  }

  .rgb-services-s6__media::before {
    inset: 16px;
    border-radius: 22px;
  }

  .rgb-services-s6__media-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
    border-radius: 22px;
  }

  .rgb-services-s6__btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rgb-services-s6 {
    padding: 72px 0;
  }

  .rgb-services-s6__wrap {
    padding: 0 16px;
  }

  .rgb-services-s6__bottom {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-services-s6__media {
    min-height: 380px;
    border-radius: 24px;
  }

  .rgb-services-s6__media img {
    min-height: 380px;
  }

  .rgb-services-s6__media-card h3 {
    font-size: 22px;
  }

  .rgb-services-s6__media-card p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1253c71 *//* =============================== */
/* RG BIMTECH - SERVICES PAGE SEC 7 */
/* SCAN TO BIM DETAIL */
/* =============================== */

.rgb-services-s7,
.rgb-services-s7 * {
  box-sizing: border-box;
}

.rgb-services-s7 {
  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-services-s7__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% 12%, 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-services-s7::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-services-s7__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(420px, 0.95fr) minmax(0, 1.05fr);
  gap: 70px;
  align-items: center;
}

/* MEDIA */

.rgb-services-s7__media {
  position: relative;
  min-width: 0;
  height: 680px;
  border-radius: 34px;
  overflow: hidden;
  background: #0b2032;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.32);
}

.rgb-services-s7__media::before {
  content: "";
  position: absolute;
  inset: 22px;
  border-radius: 26px;
  border: 1px solid rgba(33, 212, 255, 0.18);
  z-index: 2;
  pointer-events: none;
}

.rgb-services-s7__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.04) 0%, rgba(7, 24, 39, 0.78) 100%),
    linear-gradient(90deg, rgba(33, 212, 255, 0.18), transparent 60%);
  z-index: 1;
  pointer-events: none;
}

.rgb-services-s7__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.06);
}

.rgb-services-s7__media-card {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  z-index: 3;
  padding: 24px;
  border-radius: 26px;
  background: rgba(7, 24, 39, 0.78);
  border: 1px solid rgba(33, 212, 255, 0.22);
  backdrop-filter: blur(18px);
}

.rgb-services-s7__media-card small {
  display: block;
  margin-bottom: 9px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-services-s7__media-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.6vw, 40px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.rgb-services-s7__media-card p {
  margin: 14px 0 0;
  color: #b8c7d6;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 550;
}

/* CONTENT */

.rgb-services-s7__content {
  min-width: 0;
}

.rgb-services-s7__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-services-s7__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-services-s7 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-services-s7 h2 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 45%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-services-s7__lead {
  margin: 24px 0 0;
  color: #b8c7d6;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* STEPS */

.rgb-services-s7__steps {
  margin-top: 34px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rgb-services-s7__steps article {
  min-width: 0;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 15px;
  transition: 0.25s ease;
}

.rgb-services-s7__steps article:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 212, 255, 0.3);
  background: rgba(33, 212, 255, 0.08);
}

.rgb-services-s7__steps span {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  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: 14px;
  font-weight: 950;
}

.rgb-services-s7__steps h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  font-weight: 950;
}

.rgb-services-s7__steps p {
  margin: 0;
  color: #b8c7d6;
  font-size: 14.2px;
  line-height: 1.58;
  font-weight: 520;
}

/* USECASE */

.rgb-services-s7__usecase {
  margin-top: 24px;
  padding: 24px;
  border-radius: 26px;
  background: rgba(33, 212, 255, 0.09);
  border: 1px solid rgba(33, 212, 255, 0.18);
}

.rgb-services-s7__usecase b {
  display: block;
  margin-bottom: 16px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rgb-services-s7__usecase div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.rgb-services-s7__usecase span {
  display: inline-flex;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #dffaff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12.5px;
  line-height: 1.25;
  font-weight: 850;
}

.rgb-services-s7__btn {
  min-height: 54px;
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 23px;
  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 45px rgba(33, 212, 255, 0.22);
  transition: 0.25s ease;
}

.rgb-services-s7__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-services-s7__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 34px;
  }

  .rgb-services-s7__media {
    height: 520px;
    max-width: 900px;
  }

  .rgb-services-s7__content {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-services-s7 {
    padding: 84px 0;
  }

  .rgb-services-s7__wrap {
    padding: 0 20px;
    gap: 38px;
  }

  .rgb-services-s7__media {
    height: 400px;
    border-radius: 28px;
  }

  .rgb-services-s7__media::before {
    inset: 16px;
    border-radius: 22px;
  }

  .rgb-services-s7__media-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    padding: 20px;
    border-radius: 22px;
  }

  .rgb-services-s7__media-card h3 {
    font-size: 22px;
  }

  .rgb-services-s7__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-services-s7 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-services-s7__lead {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-services-s7__steps {
    grid-template-columns: 1fr;
  }

  .rgb-services-s7__steps article {
    grid-template-columns: 1fr;
  }

  .rgb-services-s7__btn {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rgb-services-s7 {
    padding: 72px 0;
  }

  .rgb-services-s7__wrap {
    padding: 0 16px;
  }

  .rgb-services-s7__media {
    height: 360px;
    border-radius: 24px;
  }

  .rgb-services-s7__media-card p {
    font-size: 14px;
  }

  .rgb-services-s7__steps article {
    padding: 16px;
    border-radius: 20px;
  }

  .rgb-services-s7__steps p {
    font-size: 13.8px;
  }

  .rgb-services-s7__usecase {
    padding: 20px;
    border-radius: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a6bd49 *//* =============================== */
/* RG BIMTECH - SERVICES PAGE SEC 8 */
/* FINAL CTA / CONTACT */
/* =============================== */

.rgb-services-s8,
.rgb-services-s8 * {
  box-sizing: border-box;
}

.rgb-services-s8 {
  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-services-s8__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-services-s8::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-services-s8::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-services-s8__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-services-s8__content {
  max-width: 820px;
}

.rgb-services-s8__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-services-s8__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-services-s8 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.rgb-services-s8 h2 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 42%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-services-s8__content p {
  max-width: 760px;
  margin: 26px 0 0;
  color: #b8c7d6;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 520;
}

.rgb-services-s8__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.rgb-services-s8__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-services-s8__btn--primary {
  color: #041521;
  background: linear-gradient(135deg, #ffffff 0%, #21d4ff 100%);
  box-shadow: 0 18px 45px rgba(33, 212, 255, 0.24);
}

.rgb-services-s8__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

.rgb-services-s8__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-services-s8__btn--outline:hover {
  transform: translateY(-3px);
  border-color: rgba(33, 212, 255, 0.48);
  background: rgba(33, 212, 255, 0.1);
}

/* RIGHT CARD */

.rgb-services-s8__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-services-s8__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-services-s8__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-services-s8__card-head {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.rgb-services-s8__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-services-s8__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-services-s8__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.rgb-services-s8__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-services-s8__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-services-s8__list p {
  margin: 0;
  color: #b8c7d6;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 550;
}

.rgb-services-s8__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-services-s8__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-services-s8__contact a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 850;
  overflow-wrap: anywhere;
}

.rgb-services-s8__contact a:hover {
  color: #21d4ff;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-services-s8__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 34px;
  }

  .rgb-services-s8__content,
  .rgb-services-s8__card {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-services-s8 {
    padding: 88px 0;
  }

  .rgb-services-s8__wrap {
    padding: 0 20px;
    gap: 38px;
  }

  .rgb-services-s8__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-services-s8 h2 {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.047em;
  }

  .rgb-services-s8__content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-services-s8__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rgb-services-s8__btn {
    width: 100%;
    text-align: center;
  }

  .rgb-services-s8__card {
    padding: 23px;
    border-radius: 28px;
  }

  .rgb-services-s8__card::before {
    left: 23px;
    right: 23px;
  }

  .rgb-services-s8__list div {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .rgb-services-s8__list span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .rgb-services-s8 {
    padding: 74px 0;
  }

  .rgb-services-s8__wrap {
    padding: 0 16px;
  }

  .rgb-services-s8 h2 {
    font-size: 34px;
  }

  .rgb-services-s8__card {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-services-s8__card-head h3 {
    font-size: 25px;
  }

  .rgb-services-s8__list p {
    font-size: 14px;
  }
}/* End custom CSS */