.elementor-11 .elementor-element.elementor-element-bdeb692{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-8f1ed78{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-d20af01{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-2c9ca8e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-f23ed28{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-92c5a6b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-ba2487c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-4aca0c3{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11 .elementor-element.elementor-element-c8ea31e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a69fb0f *//* =============================== */
/* RG BIMTECH - HOMEPAGE SECTION 1 */
/* MOBILE COMPATIBLE FIXED VERSION */
/* =============================== */

:root {
  --rgb-navy: #071827;
  --rgb-navy-2: #0d263a;
  --rgb-blue: #0f75bc;
  --rgb-cyan: #21d4ff;
  --rgb-cyan-soft: rgba(33, 212, 255, 0.16);
  --rgb-white: #ffffff;
  --rgb-muted: #b8c7d6;
  --rgb-line: rgba(255, 255, 255, 0.12);
  --rgb-card: rgba(255, 255, 255, 0.08);
  --rgb-shadow: 0 28px 90px rgba(0, 0, 0, 0.35);
}

.rgb-hero,
.rgb-hero * {
  box-sizing: border-box;
}

.rgb-hero {
  position: relative;
  width: 100vw;
  min-height: 100vh;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 35%, rgba(33, 212, 255, 0.18), transparent 32%),
    linear-gradient(135deg, #06131f 0%, #092036 48%, #06111d 100%);
  color: var(--rgb-white);
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
  display: flex;
  align-items: center;
}

.rgb-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(7, 24, 39, 0.96) 0%, rgba(7, 24, 39, 0.9) 45%, rgba(7, 24, 39, 0.64) 100%),
    url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.72;
  z-index: 1;
}

.rgb-hero__grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(33, 212, 255, 0.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 212, 255, 0.075) 1px, transparent 1px);
  background-size: 58px 58px;
  opacity: 0.5;
  z-index: 2;
  pointer-events: none;
}

.rgb-hero__glow {
  position: absolute;
  border-radius: 999px;
  filter: blur(24px);
  pointer-events: none;
  z-index: 3;
}

.rgb-hero__glow--one {
  width: 330px;
  height: 330px;
  right: 8%;
  top: 12%;
  background: rgba(33, 212, 255, 0.14);
}

.rgb-hero__glow--two {
  width: 220px;
  height: 220px;
  left: 6%;
  bottom: 10%;
  background: rgba(15, 117, 188, 0.2);
}

.rgb-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.04fr) minmax(360px, 0.96fr);
  gap: 70px;
  align-items: center;
}

.rgb-hero__content {
  width: 100%;
  max-width: 750px;
  min-width: 0;
}

/* LEFT CONTENT */

.rgb-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 100%;
  padding: 10px 16px;
  margin-bottom: 26px;
  border: 1px solid rgba(33, 212, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #d7f7ff;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: 0.105em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.rgb-hero__eyebrow span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 999px;
  background: var(--rgb-cyan);
  box-shadow: 0 0 22px rgba(33, 212, 255, 0.9);
}

.rgb-hero h1 {
  margin: 0;
  color: var(--rgb-white);
  font-size: clamp(42px, 5vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-hero h1 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 40%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-hero__content p {
  max-width: 670px;
  margin: 26px 0 0;
  color: var(--rgb-muted);
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
}

.rgb-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.rgb-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: 900;
  letter-spacing: -0.01em;
  transition: 0.25s ease;
}

.rgb-hero__btn--primary {
  color: #041521;
  background: linear-gradient(135deg, #ffffff 0%, #21d4ff 100%);
  box-shadow: 0 18px 50px rgba(33, 212, 255, 0.25);
}

.rgb-hero__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

.rgb-hero__btn--secondary {
  color: var(--rgb-white);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(16px);
}

.rgb-hero__btn--secondary:hover {
  transform: translateY(-3px);
  border-color: rgba(33, 212, 255, 0.5);
  background: rgba(33, 212, 255, 0.1);
}

.rgb-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 760px;
  margin-top: 48px;
}

.rgb-hero__stats div {
  min-width: 0;
  min-height: 126px;
  padding: 22px 18px;
  border-radius: 22px;
  border: 1px solid var(--rgb-line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.rgb-hero__stats strong {
  display: block;
  margin-bottom: 8px;
  color: var(--rgb-white);
  font-size: clamp(26px, 2.3vw, 38px);
  line-height: 1;
  letter-spacing: -0.04em;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.rgb-hero__stats span {
  display: block;
  color: var(--rgb-muted);
  font-size: 13.5px;
  line-height: 1.55;
  font-weight: 700;
}

/* RIGHT VISUAL */

.rgb-hero__visual {
  position: relative;
  width: 100%;
  min-width: 0;
  min-height: 620px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rgb-hero__model-card {
  position: relative;
  width: min(100%, 530px);
  min-height: 560px;
  border-radius: 34px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    radial-gradient(circle at 55% 35%, rgba(33, 212, 255, 0.16), transparent 42%);
  box-shadow: var(--rgb-shadow);
  backdrop-filter: blur(20px);
}

.rgb-hero__model-card::before {
  content: "";
  position: absolute;
  inset: 22px;
  border: 1px solid rgba(33, 212, 255, 0.16);
  border-radius: 26px;
  pointer-events: none;
}

.rgb-hero__model-top {
  position: relative;
  z-index: 2;
  height: 58px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(3, 15, 26, 0.52);
}

.rgb-hero__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.34);
}

.rgb-hero__model-area {
  position: relative;
  z-index: 2;
  height: 415px;
  margin: 22px;
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(rgba(33, 212, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 212, 255, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(5, 23, 38, 0.25), rgba(5, 23, 38, 0.88));
  background-size: 34px 34px;
  border: 1px solid rgba(33, 212, 255, 0.16);
}

.rgb-hero__tower {
  position: absolute;
  bottom: 58px;
  width: 62px;
  border: 1px solid rgba(33, 212, 255, 0.4);
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.22) 0,
      rgba(255, 255, 255, 0.22) 2px,
      transparent 2px,
      transparent 18px
    ),
    linear-gradient(180deg, rgba(33, 212, 255, 0.28), rgba(15, 117, 188, 0.12));
  box-shadow:
    0 0 32px rgba(33, 212, 255, 0.22),
    inset 0 0 24px rgba(33, 212, 255, 0.12);
  transform: skewY(-5deg);
}

.rgb-hero__tower--one {
  left: 23%;
  height: 210px;
}

.rgb-hero__tower--two {
  left: 39%;
  height: 290px;
}

.rgb-hero__tower--three {
  left: 56%;
  height: 245px;
}

.rgb-hero__tower--four {
  left: 72%;
  height: 175px;
}

.rgb-hero__scan-line {
  position: absolute;
  left: 12%;
  right: 12%;
  top: 44%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #21d4ff, transparent);
  box-shadow: 0 0 28px rgba(33, 212, 255, 0.85);
  animation: rgbScan 3.2s ease-in-out infinite;
}

.rgb-hero__ring {
  position: absolute;
  width: 230px;
  height: 230px;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) rotateX(64deg);
  border: 2px solid rgba(33, 212, 255, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(33, 212, 255, 0.18);
}

.rgb-hero__model-footer {
  position: relative;
  z-index: 2;
  margin: 0 22px 22px;
  min-height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(2, 13, 24, 0.55);
}

.rgb-hero__model-footer small {
  display: block;
  margin-bottom: 5px;
  color: var(--rgb-muted);
  font-size: 12px;
  line-height: 1.3;
  font-weight: 800;
}

.rgb-hero__model-footer b {
  display: block;
  color: var(--rgb-white);
  font-size: 14px;
  line-height: 1.35;
}

.rgb-hero__model-footer span {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(33, 212, 255, 0.14);
  color: #aef3ff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.rgb-hero__floating {
  position: absolute;
  z-index: 4;
  width: 190px;
  padding: 16px 18px;
  border-radius: 20px;
  border: 1px solid rgba(33, 212, 255, 0.2);
  background: rgba(5, 20, 34, 0.76);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

.rgb-hero__floating b {
  display: block;
  margin-bottom: 5px;
  color: var(--rgb-white);
  font-size: 22px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.rgb-hero__floating span {
  display: block;
  color: var(--rgb-muted);
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 700;
}

.rgb-hero__floating--one {
  left: 0;
  top: 95px;
}

.rgb-hero__floating--two {
  right: 0;
  top: 210px;
}

.rgb-hero__floating--three {
  left: 28px;
  bottom: 120px;
}

@keyframes rgbScan {
  0%, 100% {
    top: 25%;
    opacity: 0.4;
  }

  50% {
    top: 68%;
    opacity: 1;
  }
}

/* =============================== */
/* TABLET */
/* =============================== */

@media (max-width: 1180px) {
  .rgb-hero {
    min-height: auto;
  }

  .rgb-hero__wrap {
    grid-template-columns: 1fr;
    gap: 52px;
    padding: 112px 34px 72px;
  }

  .rgb-hero__content {
    max-width: 920px;
  }

  .rgb-hero__visual {
    min-height: 560px;
    max-width: 760px;
    margin: 0 auto;
  }

  .rgb-hero__model-card {
    width: min(100%, 600px);
    min-height: 540px;
  }
}

/* =============================== */
/* MOBILE */
/* =============================== */

@media (max-width: 768px) {
  .rgb-hero__wrap {
    padding: 92px 20px 58px;
    gap: 38px;
  }

  .rgb-hero__eyebrow {
    align-items: flex-start;
    border-radius: 18px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-hero h1 {
    font-size: clamp(38px, 11vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.047em;
  }

  .rgb-hero__content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 30px;
  }

  .rgb-hero__btn {
    width: 100%;
    text-align: center;
  }

  .rgb-hero__stats {
    grid-template-columns: 1fr;
    margin-top: 34px;
  }

  .rgb-hero__stats div {
    min-height: auto;
    padding: 19px;
  }

  .rgb-hero__visual {
    display: grid;
    gap: 12px;
    min-height: auto;
    max-width: 100%;
    padding-bottom: 0;
  }

  .rgb-hero__model-card {
    width: 100%;
    min-height: auto;
    border-radius: 28px;
  }

  .rgb-hero__model-card::before {
    inset: 16px;
    border-radius: 22px;
  }

  .rgb-hero__model-top {
    height: 52px;
    padding: 0 18px;
  }

  .rgb-hero__model-area {
    height: 340px;
    margin: 16px;
    border-radius: 22px;
  }

  .rgb-hero__tower {
    width: 48px;
    bottom: 48px;
  }

  .rgb-hero__tower--one {
    left: 17%;
    height: 160px;
  }

  .rgb-hero__tower--two {
    left: 36%;
    height: 225px;
  }

  .rgb-hero__tower--three {
    left: 55%;
    height: 195px;
  }

  .rgb-hero__tower--four {
    left: 74%;
    height: 140px;
  }

  .rgb-hero__ring {
    width: 190px;
    height: 190px;
    bottom: 20px;
  }

  .rgb-hero__model-footer {
    margin: 0 16px 16px;
  }

  .rgb-hero__floating {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    min-height: auto;
    display: block;
    margin: 0;
  }

  .rgb-hero__floating--one,
  .rgb-hero__floating--two,
  .rgb-hero__floating--three {
    position: relative;
  }
}

/* =============================== */
/* SMALL MOBILE */
/* =============================== */

@media (max-width: 480px) {
  .rgb-hero__wrap {
    padding: 84px 16px 52px;
  }

  .rgb-hero h1 {
    font-size: clamp(35px, 12vw, 48px);
    letter-spacing: -0.04em;
  }

  .rgb-hero__content p {
    font-size: 15.5px;
  }

  .rgb-hero__model-card {
    border-radius: 24px;
  }

  .rgb-hero__model-area {
    height: 295px;
    margin: 14px;
    border-radius: 20px;
  }

  .rgb-hero__tower {
    width: 40px;
    bottom: 42px;
  }

  .rgb-hero__tower--one {
    left: 15%;
    height: 138px;
  }

  .rgb-hero__tower--two {
    left: 34%;
    height: 195px;
  }

  .rgb-hero__tower--three {
    left: 54%;
    height: 168px;
  }

  .rgb-hero__tower--four {
    left: 74%;
    height: 120px;
  }

  .rgb-hero__ring {
    width: 160px;
    height: 160px;
    bottom: 18px;
  }

  .rgb-hero__model-footer {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 14px 14px;
  }

  .rgb-hero__floating {
    padding: 15px 16px;
    border-radius: 18px;
  }

  .rgb-hero__floating b {
    font-size: 20px;
  }
}

/* =============================== */
/* EXTRA SMALL MOBILE */
/* =============================== */

@media (max-width: 360px) {
  .rgb-hero__wrap {
    padding-left: 14px;
    padding-right: 14px;
  }

  .rgb-hero h1 {
    font-size: 33px;
  }

  .rgb-hero__model-area {
    height: 260px;
  }

  .rgb-hero__tower {
    width: 34px;
  }

  .rgb-hero__tower--one {
    height: 120px;
  }

  .rgb-hero__tower--two {
    height: 170px;
  }

  .rgb-hero__tower--three {
    height: 148px;
  }

  .rgb-hero__tower--four {
    height: 105px;
  }

  .rgb-hero__ring {
    width: 140px;
    height: 140px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-65222c0 *//* =============================== */
/* RG BIMTECH - HOMEPAGE SECTION 2 */
/* ABOUT PREVIEW - FIXED MOBILE */
/* =============================== */

.rgb-about,
.rgb-about * {
  box-sizing: border-box;
}

.rgb-about {
  position: relative;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  padding: 110px 0;
  background: #f4f8fb;
  color: #071827;
  font-family: "Inter", "Segoe UI", Arial, sans-serif;
}

.rgb-about__pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(15, 117, 188, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 117, 188, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  pointer-events: none;
}

.rgb-about::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -220px;
  top: -180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(33, 212, 255, 0.22), transparent 68%);
  pointer-events: none;
}

.rgb-about::after {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  left: -210px;
  bottom: -180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(15, 117, 188, 0.14), transparent 70%);
  pointer-events: none;
}

.rgb-about__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 60px;
  align-items: center;
}

/* LEFT CONTENT */

.rgb-about__content {
  width: 100%;
  max-width: 660px;
}

.rgb-about__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  max-width: 100%;
  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;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgb-about__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-about h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(36px, 4.2vw, 66px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-about h2 strong {
  display: block;
  color: #0f75bc;
}

.rgb-about__lead {
  margin: 24px 0 0 !important;
  color: #263f55 !important;
  font-size: 18px !important;
  line-height: 1.75 !important;
  font-weight: 650 !important;
}

.rgb-about__content p {
  margin: 16px 0 0;
  color: #5a7082;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 520;
}

.rgb-about__actions {
  margin-top: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.rgb-about__btn {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #071827 0%, #0f75bc 100%);
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
  box-shadow: 0 18px 45px rgba(15, 117, 188, 0.22);
  transition: 0.25s ease;
}

.rgb-about__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(15, 117, 188, 0.3);
}

.rgb-about__link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #0b527f;
  text-decoration: none;
  font-size: 15px;
  font-weight: 900;
}

.rgb-about__link span {
  width: 31px;
  height: 31px;
  flex: 0 0 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(15, 117, 188, 0.1);
}

/* RIGHT PANEL */

.rgb-about__panel {
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 30px;
  border-radius: 34px;
  background: linear-gradient(145deg, #071827 0%, #0d263a 100%);
  box-shadow: 0 34px 90px rgba(7, 24, 39, 0.22);
  overflow: hidden;
  isolation: isolate;
}

.rgb-about__panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 10%, rgba(33, 212, 255, 0.24), transparent 34%),
    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: auto, 40px 40px, 40px 40px;
  z-index: -1;
}

.rgb-about__panel::after {
  content: "";
  position: absolute;
  width: 230px;
  height: 230px;
  right: -105px;
  bottom: -105px;
  border-radius: 999px;
  border: 34px solid rgba(33, 212, 255, 0.08);
  z-index: -1;
}

.rgb-about__panel-head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  align-items: start;
  margin-bottom: 22px;
}

.rgb-about__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-about__panel-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 900;
}

.rgb-about__panel-head > span {
  width: 74px;
  height: 74px;
  flex: 0 0 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 22px;
  border: 1px solid rgba(33, 212, 255, 0.26);
  background: rgba(33, 212, 255, 0.11);
  color: #ffffff;
  font-size: 22px;
  font-weight: 950;
}

.rgb-about__pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.rgb-about__pill-row span {
  max-width: 100%;
  padding: 9px 13px;
  border-radius: 999px;
  color: #dffaff;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12.5px;
  line-height: 1.3;
  font-weight: 850;
}

/* CORE CARDS */

.rgb-about__core {
  display: grid;
  gap: 14px;
}

.rgb-about__core-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.065);
  backdrop-filter: blur(14px);
  transition: 0.25s ease;
}

.rgb-about__core-card:hover {
  transform: translateY(-4px);
  border-color: rgba(33, 212, 255, 0.28);
  background: rgba(33, 212, 255, 0.08);
}

.rgb-about__icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(33, 212, 255, 0.22), rgba(15, 117, 188, 0.12));
  border: 1px solid rgba(33, 212, 255, 0.22);
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.rgb-about__core-card h4 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -0.025em;
  font-weight: 900;
}

.rgb-about__core-card p {
  margin: 0;
  color: #b8c7d6;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 500;
}

/* MINI STATS */

.rgb-about__mini-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 13px;
  margin-top: 18px;
}

.rgb-about__mini-stats div {
  min-width: 0;
  padding: 18px 14px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.rgb-about__mini-stats strong {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.035em;
  font-weight: 950;
  overflow-wrap: anywhere;
}

.rgb-about__mini-stats span {
  display: block;
  color: #b8c7d6;
  font-size: 12.5px;
  line-height: 1.45;
  font-weight: 750;
}

/* =============================== */
/* TABLET */
/* =============================== */

@media (max-width: 1100px) {
  .rgb-about {
    padding: 95px 0;
  }

  .rgb-about__wrap {
    grid-template-columns: 1fr;
    gap: 44px;
    padding: 0 34px;
  }

  .rgb-about__content {
    max-width: 880px;
  }

  .rgb-about__panel {
    max-width: 900px;
  }
}

/* =============================== */
/* MOBILE */
/* =============================== */

@media (max-width: 768px) {
  .rgb-about {
    padding: 78px 0;
  }

  .rgb-about__wrap {
    padding: 0 20px;
    gap: 36px;
  }

  .rgb-about__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11px;
    line-height: 1.45;
    letter-spacing: 0.07em;
  }

  .rgb-about h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-about__lead {
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .rgb-about__content p {
    font-size: 15px;
    line-height: 1.75;
  }

  .rgb-about__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rgb-about__btn,
  .rgb-about__link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .rgb-about__panel {
    padding: 22px;
    border-radius: 28px;
  }

  .rgb-about__panel-head {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .rgb-about__panel-head > span {
    width: 64px;
    height: 64px;
    border-radius: 19px;
    font-size: 20px;
  }

  .rgb-about__panel-head h3 {
    font-size: 28px;
    line-height: 1.16;
  }

  .rgb-about__core-card {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 19px;
    border-radius: 22px;
  }

  .rgb-about__mini-stats {
    grid-template-columns: 1fr;
  }

  .rgb-about__mini-stats div {
    padding: 17px;
  }
}

/* =============================== */
/* SMALL MOBILE */
/* =============================== */

@media (max-width: 480px) {
  .rgb-about {
    padding: 68px 0;
  }

  .rgb-about__wrap {
    padding: 0 16px;
  }

  .rgb-about__panel {
    padding: 18px;
    border-radius: 24px;
  }

  .rgb-about__panel-head h3 {
    font-size: 24px;
  }

  .rgb-about__pill-row {
    gap: 8px;
  }

  .rgb-about__pill-row span {
    font-size: 11.5px;
    padding: 8px 10px;
  }

  .rgb-about__core-card h4 {
    font-size: 18px;
  }

  .rgb-about__core-card p {
    font-size: 13.8px;
  }

  .rgb-about__mini-stats strong {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-530dd88 *//* =============================== */
/* RG BIMTECH - HOMEPAGE SECTION 3 */
/* DARK CORPORATE SERVICES OVERVIEW */
/* =============================== */

.rgb-sec3,
.rgb-sec3 * {
  box-sizing: border-box;
}

.rgb-sec3 {
  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-sec3__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(33, 212, 255, 0.055) 1px, transparent 1px),
    linear-gradient(rgba(33, 212, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 78% 15%, rgba(33, 212, 255, 0.16), transparent 34%),
    radial-gradient(circle at 10% 82%, rgba(15, 117, 188, 0.22), transparent 32%),
    linear-gradient(135deg, #071827 0%, #0b2032 50%, #06131f 100%);
  background-size: 54px 54px, 54px 54px, auto, auto, auto;
  pointer-events: none;
}

.rgb-sec3::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.1) 0%, rgba(7, 24, 39, 0.9) 100%);
  pointer-events: none;
}

.rgb-sec3__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 54px;
  align-items: start;
}

/* LEFT INTRO */

.rgb-sec3__intro {
  position: sticky;
  top: 110px;
  align-self: start;
}

.rgb-sec3__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;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.rgb-sec3__label span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #21d4ff;
  box-shadow: 0 0 18px rgba(33, 212, 255, 0.85);
}

.rgb-sec3 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-sec3 h2 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 45%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-sec3__intro > p {
  margin: 24px 0 0;
  color: #b8c7d6;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 550;
}

.rgb-sec3__note {
  margin-top: 30px;
  padding: 22px;
  border-left: 4px solid #21d4ff;
  border-radius: 0 22px 22px 0;
  background: rgba(255, 255, 255, 0.075);
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  border-right: 1px solid rgba(255, 255, 255, 0.11);
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(18px);
}

.rgb-sec3__note b {
  display: block;
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
}

.rgb-sec3__note span {
  display: block;
  color: #b8c7d6;
  font-size: 14.5px;
  line-height: 1.65;
  font-weight: 550;
}

.rgb-sec3__btn {
  width: fit-content;
  min-height: 56px;
  margin-top: 30px;
  padding: 15px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffffff 0%, #21d4ff 100%);
  color: #041521;
  text-decoration: none;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(33, 212, 255, 0.22);
  transition: 0.28s ease;
}

.rgb-sec3__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* RIGHT SERVICES */

.rgb-sec3__services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.rgb-sec3__card {
  position: relative;
  min-height: 295px;
  padding: 28px;
  border-radius: 28px;
  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.26);
  overflow: hidden;
  backdrop-filter: blur(18px);
  transition: 0.28s ease;
}

.rgb-sec3__card::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, #0f75bc, #21d4ff);
  border-radius: 0 0 99px 99px;
}

.rgb-sec3__card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -95px;
  bottom: -95px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(33, 212, 255, 0.16), transparent 68%);
  pointer-events: none;
}

.rgb-sec3__card:hover {
  transform: translateY(-6px);
  border-color: rgba(33, 212, 255, 0.34);
  background:
    linear-gradient(145deg, rgba(33, 212, 255, 0.12), rgba(255, 255, 255, 0.045));
  box-shadow: 0 34px 88px rgba(0, 0, 0, 0.34);
}

.rgb-sec3__card--featured {
  background:
    linear-gradient(145deg, rgba(33, 212, 255, 0.16), rgba(255, 255, 255, 0.055));
  border-color: rgba(33, 212, 255, 0.28);
}

.rgb-sec3__card--wide {
  grid-column: 1 / -1;
  min-height: 230px;
}

.rgb-sec3__card-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}

.rgb-sec3__card-top span {
  width: 58px;
  height: 58px;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: rgba(33, 212, 255, 0.13);
  border: 1px solid rgba(33, 212, 255, 0.24);
  color: #ffffff;
  font-size: 18px;
  font-weight: 950;
  letter-spacing: -0.03em;
  box-shadow: inset 0 0 24px rgba(33, 212, 255, 0.08);
}

.rgb-sec3__card-top small {
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #c9f7ff;
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rgb-sec3__card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 13px;
  color: #ffffff;
  font-size: 27px;
  line-height: 1.15;
  letter-spacing: -0.04em;
  font-weight: 950;
}

.rgb-sec3__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #b8c7d6;
  font-size: 15.5px;
  line-height: 1.72;
  font-weight: 520;
}

.rgb-sec3__tags {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 22px;
}

.rgb-sec3__tags span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #dffaff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
}

/* =============================== */
/* RESPONSIVE */
/* =============================== */

@media (max-width: 1150px) {
  .rgb-sec3__wrap {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .rgb-sec3__intro {
    position: relative;
    top: auto;
    max-width: 820px;
  }
}

@media (max-width: 820px) {
  .rgb-sec3 {
    padding: 84px 0;
  }

  .rgb-sec3__wrap {
    padding: 0 20px;
  }

  .rgb-sec3__services {
    grid-template-columns: 1fr;
  }

  .rgb-sec3__card,
  .rgb-sec3__card--wide {
    grid-column: auto;
    min-height: auto;
  }

  .rgb-sec3__label {
    font-size: 11.5px;
    line-height: 1.4;
    border-radius: 16px;
  }

  .rgb-sec3 h2 {
    font-size: clamp(34px, 10vw, 50px);
  }

  .rgb-sec3__intro > p {
    font-size: 16px;
  }

  .rgb-sec3__btn {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .rgb-sec3 {
    padding: 72px 0;
  }

  .rgb-sec3__wrap {
    padding: 0 16px;
  }

  .rgb-sec3__card {
    padding: 23px;
    border-radius: 24px;
  }

  .rgb-sec3__card::before {
    left: 23px;
    right: 23px;
  }

  .rgb-sec3__card-top {
    flex-direction: column;
    margin-bottom: 22px;
  }

  .rgb-sec3__card-top small {
    width: fit-content;
  }

  .rgb-sec3__card h3 {
    font-size: 24px;
  }

  .rgb-sec3__card p {
    font-size: 14.8px;
  }

  .rgb-sec3__note {
    padding: 19px;
    border-radius: 0 18px 18px 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33e8c08 *//* =============================== */
/* RG BIMTECH - HOMEPAGE SECTION 4 */
/* STRATEGIC PARTNER LIGHT */
/* =============================== */

.rgb-sec4,
.rgb-sec4 * {
  box-sizing: border-box;
}

.rgb-sec4 {
  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-sec4__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-sec4::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -210px;
  top: -190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(33, 212, 255, 0.2), transparent 68%);
  pointer-events: none;
}

.rgb-sec4::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-sec4__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
}

/* TOP */

.rgb-sec4__head {
  max-width: 880px;
  margin: 0 auto 64px;
  text-align: center;
}

.rgb-sec4__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-sec4__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-sec4 h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-sec4 h2 strong {
  display: block;
  color: #0f75bc;
}

.rgb-sec4__head p {
  max-width: 780px;
  margin: 24px auto 0;
  color: #50697e;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* COMPARISON */

.rgb-sec4__compare {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 74px minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}

.rgb-sec4__box {
  position: relative;
  min-width: 0;
  padding: 30px;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 0 24px 70px rgba(7, 24, 39, 0.08);
}

.rgb-sec4__box--soft {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(7, 24, 39, 0.08);
}

.rgb-sec4__box--strong {
  background:
    linear-gradient(145deg, #ffffff 0%, #eef9ff 100%);
  border: 1px solid rgba(15, 117, 188, 0.18);
  box-shadow: 0 30px 82px rgba(15, 117, 188, 0.13);
}

.rgb-sec4__box::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  height: 4px;
  border-radius: 0 0 999px 999px;
}

.rgb-sec4__box--soft::before {
  background: linear-gradient(90deg, #8da2b2, #cbd7df);
}

.rgb-sec4__box--strong::before {
  background: linear-gradient(90deg, #0f75bc, #21d4ff);
}

.rgb-sec4__box::after {
  content: "";
  position: absolute;
  width: 190px;
  height: 190px;
  right: -100px;
  bottom: -100px;
  border-radius: 999px;
  background: rgba(15, 117, 188, 0.06);
  pointer-events: none;
}

.rgb-sec4__box-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-bottom: 28px;
}

.rgb-sec4__badge {
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #071827;
  font-size: 19px;
  font-weight: 950;
  letter-spacing: -0.035em;
  background: #eef4f8;
  border: 1px solid rgba(7, 24, 39, 0.08);
}

.rgb-sec4__box--strong .rgb-sec4__badge {
  background: linear-gradient(135deg, #071827 0%, #0f75bc 100%);
  color: #ffffff;
  border-color: rgba(15, 117, 188, 0.2);
}

.rgb-sec4__box-head small {
  display: block;
  margin-bottom: 6px;
  color: #6b7f90;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rgb-sec4__box--strong .rgb-sec4__box-head small {
  color: #0f75bc;
}

.rgb-sec4__box-head h3 {
  margin: 0;
  color: #071827;
  font-size: clamp(25px, 2.5vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

/* LIST */

.rgb-sec4__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.rgb-sec4__item {
  padding: 18px 18px 18px 20px;
  border-radius: 20px;
  background: #f6f9fb;
  border: 1px solid rgba(7, 24, 39, 0.06);
  transition: 0.25s ease;
}

.rgb-sec4__box--strong .rgb-sec4__item {
  background: #ffffff;
  border-color: rgba(15, 117, 188, 0.11);
}

.rgb-sec4__item:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 38px rgba(7, 24, 39, 0.08);
}

.rgb-sec4__item b {
  display: block;
  margin-bottom: 7px;
  color: #071827;
  font-size: 15.5px;
  line-height: 1.35;
  font-weight: 950;
}

.rgb-sec4__item p {
  margin: 0;
  color: #607689;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 520;
}

/* DIVIDER */

.rgb-sec4__divider {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rgb-sec4__divider span {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #071827;
  color: #ffffff;
  font-size: 15px;
  font-weight: 950;
  box-shadow: 0 20px 50px rgba(7, 24, 39, 0.2);
  border: 4px solid #ffffff;
}

/* BOTTOM CTA */

.rgb-sec4__bottom {
  margin-top: 28px;
  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-sec4__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-sec4__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-sec4__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-sec4__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* =============================== */
/* RESPONSIVE */
/* =============================== */

@media (max-width: 1100px) {
  .rgb-sec4__compare {
    grid-template-columns: 1fr;
  }

  .rgb-sec4__divider {
    margin: -4px 0;
  }

  .rgb-sec4__divider span {
    width: 58px;
    height: 58px;
  }

  .rgb-sec4__bottom {
    grid-template-columns: 1fr;
  }

  .rgb-sec4__btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .rgb-sec4 {
    padding: 84px 0;
  }

  .rgb-sec4__wrap {
    padding: 0 20px;
  }

  .rgb-sec4__head {
    margin-bottom: 44px;
    text-align: left;
  }

  .rgb-sec4__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-sec4 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-sec4__head p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-sec4__box {
    padding: 23px;
    border-radius: 26px;
  }

  .rgb-sec4__box::before {
    left: 23px;
    right: 23px;
  }

  .rgb-sec4__box-head {
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 15px;
    margin-bottom: 22px;
  }

  .rgb-sec4__badge {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    font-size: 17px;
  }

  .rgb-sec4__box-head h3 {
    font-size: 26px;
  }

  .rgb-sec4__item {
    padding: 16px;
    border-radius: 18px;
  }

  .rgb-sec4__bottom {
    padding: 23px;
    border-radius: 26px;
  }
}

@media (max-width: 480px) {
  .rgb-sec4 {
    padding: 72px 0;
  }

  .rgb-sec4__wrap {
    padding: 0 16px;
  }

  .rgb-sec4__box {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-sec4__box-head {
    grid-template-columns: 1fr;
  }

  .rgb-sec4__box-head small {
    font-size: 11px;
  }

  .rgb-sec4__box-head h3 {
    font-size: 24px;
  }

  .rgb-sec4__item b {
    font-size: 15px;
  }

  .rgb-sec4__item p {
    font-size: 13.8px;
  }

  .rgb-sec4__divider span {
    width: 54px;
    height: 54px;
    font-size: 14px;
  }

  .rgb-sec4__bottom {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-sec4__bottom h3 {
    font-size: 22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-31296c7 *//* =============================== */
/* RG BIMTECH - HOMEPAGE SECTION 5 */
/* CORPORATE PORTFOLIO EQUAL CARDS */
/* =============================== */

.rgb-sec5,
.rgb-sec5 * {
  box-sizing: border-box;
}

.rgb-sec5 {
  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-sec5__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.15), transparent 34%),
    radial-gradient(circle at 8% 88%, rgba(15, 117, 188, 0.22), transparent 32%),
    linear-gradient(135deg, #071827 0%, #0b2032 52%, #06131f 100%);
  background-size: 54px 54px, 54px 54px, auto, auto, auto;
  pointer-events: none;
}

.rgb-sec5::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 39, 0.05), rgba(7, 24, 39, 0.92));
  pointer-events: none;
}

.rgb-sec5__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
}

/* HEADING */

.rgb-sec5__head {
  max-width: 920px;
  margin-bottom: 54px;
}

.rgb-sec5__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-sec5__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-sec5 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-sec5 h2 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 45%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-sec5__head p {
  max-width: 790px;
  margin: 24px 0 0;
  color: #b8c7d6;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* GRID - SEMUA CARD SAMA */

.rgb-sec5__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.rgb-sec5__card {
  position: relative;
  min-width: 0;
  height: 100%;
  min-height: 620px;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
  transition: 0.28s ease;
}

.rgb-sec5__card:hover {
  transform: translateY(-7px);
  border-color: rgba(33, 212, 255, 0.34);
  background: rgba(33, 212, 255, 0.08);
  box-shadow: 0 36px 92px rgba(0, 0, 0, 0.36);
}

/* IMAGE */

.rgb-sec5__image {
  position: relative;
  width: 100%;
  height: 255px;
  overflow: hidden;
  background: #0b2032;
}

.rgb-sec5__image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 24, 39, 0.05) 0%, rgba(7, 24, 39, 0.55) 100%),
    linear-gradient(90deg, rgba(33, 212, 255, 0.14), transparent 60%);
  pointer-events: none;
}

.rgb-sec5__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.94) contrast(1.06);
  transition: 0.35s ease;
}

.rgb-sec5__card:hover .rgb-sec5__image img {
  transform: scale(1.045);
}

.rgb-sec5__status {
  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-sec5__body {
  position: relative;
  flex: 1;
  padding: 26px;
  display: flex;
  flex-direction: column;
}

.rgb-sec5__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-sec5__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 20px;
}

.rgb-sec5__top > span {
  width: 54px;
  height: 54px;
  flex: 0 0 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: 17px;
  font-weight: 950;
}

.rgb-sec5__top small {
  max-width: 170px;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #c9f7ff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
  text-align: right;
}

.rgb-sec5__card h3 {
  min-height: 72px;
  margin: 0;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.14;
  letter-spacing: -0.04em;
  font-weight: 950;
}

/* META */

.rgb-sec5__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 18px;
}

.rgb-sec5__meta span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: #dffaff;
  border: 1px solid rgba(255, 255, 255, 0.09);
  font-size: 12px;
  line-height: 1.25;
  font-weight: 850;
}

/* INFO */

.rgb-sec5__info {
  margin-top: 22px;
}

.rgb-sec5__info p {
  margin: 0;
  color: #b8c7d6;
  font-size: 14.8px;
  line-height: 1.68;
  font-weight: 520;
}

/* RESULT */

.rgb-sec5__result {
  margin-top: auto;
  padding-top: 22px;
}

.rgb-sec5__result 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-sec5__result span {
  display: block;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(7, 24, 39, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 700;
}

/* BOTTOM CTA */

.rgb-sec5__bottom {
  margin-top: 26px;
  padding: 28px;
  border-radius: 28px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(18px);
}

.rgb-sec5__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-sec5__bottom p {
  margin: 0;
  max-width: 880px;
  color: #b8c7d6;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}

.rgb-sec5__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 45px rgba(33, 212, 255, 0.22);
  transition: 0.25s ease;
}

.rgb-sec5__btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* RESPONSIVE */

@media (max-width: 1180px) {
  .rgb-sec5__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rgb-sec5__card {
    min-height: 600px;
  }
}

@media (max-width: 900px) {
  .rgb-sec5__bottom {
    grid-template-columns: 1fr;
  }

  .rgb-sec5__btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .rgb-sec5 {
    padding: 84px 0;
  }

  .rgb-sec5__wrap {
    padding: 0 20px;
  }

  .rgb-sec5__head {
    margin-bottom: 42px;
  }

  .rgb-sec5__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-sec5 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-sec5__head p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-sec5__grid {
    grid-template-columns: 1fr;
  }

  .rgb-sec5__card {
    min-height: auto;
    border-radius: 26px;
  }

  .rgb-sec5__image {
    height: 230px;
  }

  .rgb-sec5__body {
    padding: 23px;
  }

  .rgb-sec5__body::before {
    left: 23px;
    right: 23px;
  }

  .rgb-sec5__top {
    flex-direction: column;
  }

  .rgb-sec5__top small {
    max-width: 100%;
    text-align: left;
  }

  .rgb-sec5__card h3 {
    min-height: auto;
    font-size: 26px;
  }

  .rgb-sec5__result {
    margin-top: 24px;
  }

  .rgb-sec5__bottom {
    padding: 23px;
    border-radius: 26px;
  }
}

@media (max-width: 480px) {
  .rgb-sec5 {
    padding: 72px 0;
  }

  .rgb-sec5__wrap {
    padding: 0 16px;
  }

  .rgb-sec5__card {
    border-radius: 24px;
  }

  .rgb-sec5__image {
    height: 205px;
  }

  .rgb-sec5__body {
    padding: 20px;
  }

  .rgb-sec5__top > span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }

  .rgb-sec5__info p {
    font-size: 13.8px;
  }

  .rgb-sec5__result span {
    font-size: 13.8px;
  }

  .rgb-sec5__bottom {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-sec5__bottom p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-188fbc0 *//* =============================== */
/* RG BIMTECH - HOMEPAGE SECTION 6 */
/* WHY CHOOSE RG BIMTECH */
/* =============================== */

.rgb-sec6,
.rgb-sec6 * {
  box-sizing: border-box;
}

.rgb-sec6 {
  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-sec6__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-sec6::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -210px;
  top: -190px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(33, 212, 255, 0.2), transparent 68%);
  pointer-events: none;
}

.rgb-sec6::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-sec6__wrap {
  position: relative;
  z-index: 2;
  width: min(100%, 1380px);
  margin: 0 auto;
  padding: 0 42px;
}

/* HEADING */

.rgb-sec6__head {
  max-width: 900px;
  margin-bottom: 54px;
}

.rgb-sec6__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-sec6__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-sec6 h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(36px, 4.7vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-sec6 h2 strong {
  display: block;
  color: #0f75bc;
}

.rgb-sec6__head p {
  max-width: 780px;
  margin: 24px 0 0;
  color: #50697e;
  font-size: 17.5px;
  line-height: 1.8;
  font-weight: 550;
}

/* GRID */

.rgb-sec6__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
}

.rgb-sec6__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-sec6__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-sec6__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-sec6__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-sec6__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-sec6__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-sec6__card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #5d7284;
  font-size: 15.5px;
  line-height: 1.72;
  font-weight: 520;
}

/* HIGHLIGHT CARD */

.rgb-sec6__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-sec6__card--highlight::after {
  background: radial-gradient(circle, rgba(33, 212, 255, 0.16), transparent 68%);
}

.rgb-sec6__card--highlight .rgb-sec6__icon {
  background: rgba(33, 212, 255, 0.13);
  border-color: rgba(33, 212, 255, 0.24);
  color: #ffffff;
}

.rgb-sec6__card--highlight h3 {
  color: #ffffff;
}

.rgb-sec6__card--highlight p {
  color: #b8c7d6;
}

.rgb-sec6__link {
  position: relative;
  z-index: 2;
  min-height: 52px;
  width: 100%;
  margin-top: 28px;
  padding: 14px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  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-sec6__link:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-sec6__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rgb-sec6__card {
    min-height: 290px;
  }
}

@media (max-width: 768px) {
  .rgb-sec6 {
    padding: 84px 0;
  }

  .rgb-sec6__wrap {
    padding: 0 20px;
  }

  .rgb-sec6__head {
    margin-bottom: 42px;
  }

  .rgb-sec6__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-sec6 h2 {
    font-size: clamp(34px, 10vw, 50px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-sec6__head p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-sec6__grid {
    grid-template-columns: 1fr;
  }

  .rgb-sec6__card {
    min-height: auto;
    padding: 23px;
    border-radius: 26px;
  }

  .rgb-sec6__card::before {
    left: 23px;
    right: 23px;
  }

  .rgb-sec6__icon {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    margin-bottom: 22px;
  }

  .rgb-sec6__card h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .rgb-sec6 {
    padding: 72px 0;
  }

  .rgb-sec6__wrap {
    padding: 0 16px;
  }

  .rgb-sec6__card {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-sec6__card p {
    font-size: 14.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-21e3db7 *//* =============================== */
/* RG BIMTECH - HOMEPAGE SECTION 7 */
/* FINAL CTA / CONTACT */
/* =============================== */

.rgb-sec7,
.rgb-sec7 * {
  box-sizing: border-box;
}

.rgb-sec7 {
  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-sec7__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-sec7::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 24, 39, 0.08), rgba(7, 24, 39, 0.92));
  pointer-events: none;
}

.rgb-sec7__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-sec7__content {
  max-width: 790px;
}

.rgb-sec7__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-sec7__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-sec7 h2 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(40px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.rgb-sec7 h2 strong {
  display: block;
  background: linear-gradient(90deg, #ffffff 0%, #bff4ff 42%, #21d4ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.rgb-sec7__content p {
  max-width: 720px;
  margin: 26px 0 0;
  color: #b8c7d6;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 520;
}

.rgb-sec7__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.rgb-sec7__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-sec7__btn--primary {
  color: #041521;
  background: linear-gradient(135deg, #ffffff 0%, #21d4ff 100%);
  box-shadow: 0 18px 45px rgba(33, 212, 255, 0.24);
}

.rgb-sec7__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

.rgb-sec7__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-sec7__btn--outline:hover {
  transform: translateY(-3px);
  border-color: rgba(33, 212, 255, 0.48);
  background: rgba(33, 212, 255, 0.1);
}

/* CONTACT CARD */

.rgb-sec7__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-sec7__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-sec7__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-sec7__card-head {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.rgb-sec7__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-sec7__card-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.6vw, 42px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

/* CONTACT LIST */

.rgb-sec7__contact-list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.rgb-sec7__contact-item {
  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-sec7__contact-item > 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-sec7__contact-item b {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 950;
}

.rgb-sec7__contact-item a,
.rgb-sec7__contact-item p {
  display: block;
  margin: 0;
  color: #b8c7d6;
  text-decoration: none;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 550;
  overflow-wrap: anywhere;
}

.rgb-sec7__contact-item a:hover {
  color: #21d4ff;
}

.rgb-sec7__web {
  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-sec7__web span {
  display: block;
  margin-bottom: 7px;
  color: #8feeff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rgb-sec7__web a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
  overflow-wrap: anywhere;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-sec7__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 0 34px;
  }

  .rgb-sec7__content,
  .rgb-sec7__card {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-sec7 {
    padding: 88px 0;
  }

  .rgb-sec7__wrap {
    padding: 0 20px;
    gap: 38px;
  }

  .rgb-sec7__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-sec7 h2 {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.047em;
  }

  .rgb-sec7__content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-sec7__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rgb-sec7__btn {
    width: 100%;
    text-align: center;
  }

  .rgb-sec7__card {
    padding: 23px;
    border-radius: 28px;
  }

  .rgb-sec7__card::before {
    left: 23px;
    right: 23px;
  }

  .rgb-sec7__contact-item {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .rgb-sec7__contact-item > span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .rgb-sec7 {
    padding: 74px 0;
  }

  .rgb-sec7__wrap {
    padding: 0 16px;
  }

  .rgb-sec7 h2 {
    font-size: 34px;
  }

  .rgb-sec7__card {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-sec7__card-head h3 {
    font-size: 25px;
  }

  .rgb-sec7__contact-item a,
  .rgb-sec7__contact-item p {
    font-size: 14px;
  }
}/* End custom CSS */