.elementor-157 .elementor-element.elementor-element-f6f86ae{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-157 .elementor-element.elementor-element-08bbdee{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-157 .elementor-element.elementor-element-f59e914{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-157 .elementor-element.elementor-element-534ce88{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-711944a *//* =============================== */
/* RG BIMTECH - CONTACT PAGE SEC 1 */
/* CONTACT HERO */
/* =============================== */

.rgb-contact-hero,
.rgb-contact-hero * {
  box-sizing: border-box;
}

.rgb-contact-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-contact-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(7, 24, 39, 0.98) 0%, rgba(7, 24, 39, 0.91) 48%, rgba(7, 24, 39, 0.68) 100%),
    url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=80");
  background-size: cover;
  background-position: center;
  opacity: 0.76;
  z-index: 1;
}

.rgb-contact-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-contact-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-contact-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-contact-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-contact-hero__content {
  width: 100%;
  max-width: 820px;
}

.rgb-contact-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-contact-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-contact-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(42px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -0.06em;
  font-weight: 950;
}

.rgb-contact-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-contact-hero__content p {
  max-width: 760px;
  margin: 26px 0 0;
  color: #b8c7d6;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 520;
}

.rgb-contact-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.rgb-contact-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-contact-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-contact-hero__btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(33, 212, 255, 0.34);
}

.rgb-contact-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-contact-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-contact-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-contact-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-contact-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-contact-hero__panel-head {
  position: relative;
  z-index: 2;
  margin-bottom: 26px;
}

.rgb-contact-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-contact-hero__panel-head h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(28px, 2.8vw, 44px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

/* CONTACT LIST */

.rgb-contact-hero__list {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.rgb-contact-hero__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-contact-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-contact-hero__list p {
  margin: 0;
}

.rgb-contact-hero__list b {
  display: block;
  margin-bottom: 7px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 950;
}

.rgb-contact-hero__list a {
  display: block;
  color: #b8c7d6;
  text-decoration: none;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 550;
  overflow-wrap: anywhere;
}

.rgb-contact-hero__list a:hover {
  color: #21d4ff;
}

/* NOTE */

.rgb-contact-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-contact-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-contact-hero__note p {
  margin: 0;
  color: #dffaff;
  font-size: 14.5px;
  line-height: 1.62;
  font-weight: 550;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-contact-hero {
    min-height: auto;
  }

  .rgb-contact-hero__wrap {
    grid-template-columns: 1fr;
    gap: 46px;
    padding: 112px 34px 72px;
  }

  .rgb-contact-hero__content,
  .rgb-contact-hero__panel {
    max-width: 920px;
  }
}

@media (max-width: 768px) {
  .rgb-contact-hero__wrap {
    padding: 92px 20px 58px;
    gap: 38px;
  }

  .rgb-contact-hero__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-contact-hero h1 {
    font-size: clamp(36px, 11vw, 56px);
    line-height: 1.04;
    letter-spacing: -0.047em;
  }

  .rgb-contact-hero__content p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-contact-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .rgb-contact-hero__btn {
    width: 100%;
    text-align: center;
  }

  .rgb-contact-hero__panel {
    padding: 23px;
    border-radius: 28px;
  }

  .rgb-contact-hero__panel::before {
    left: 23px;
    right: 23px;
  }

  .rgb-contact-hero__list div {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 20px;
  }

  .rgb-contact-hero__list span {
    width: 52px;
    height: 52px;
    border-radius: 16px;
  }
}

@media (max-width: 480px) {
  .rgb-contact-hero__wrap {
    padding: 84px 16px 52px;
  }

  .rgb-contact-hero h1 {
    font-size: 34px;
  }

  .rgb-contact-hero__panel {
    padding: 20px;
    border-radius: 24px;
  }

  .rgb-contact-hero__panel-head h3 {
    font-size: 25px;
  }

  .rgb-contact-hero__list a,
  .rgb-contact-hero__note p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a35224d *//* =============================== */
/* RG BIMTECH - CONTACT PAGE SEC 2 */
/* FORM + MAPS */
/* =============================== */

.rgb-contact-s2,
.rgb-contact-s2 * {
  box-sizing: border-box;
}

.rgb-contact-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-contact-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-contact-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-contact-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-contact-s2__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: 34px;
  align-items: stretch;
}

/* FORM CARD */

.rgb-contact-s2__form-card,
.rgb-contact-s2__map-card {
  position: relative;
  min-width: 0;
  border-radius: 32px;
  background: #ffffff;
  border: 1px solid rgba(7, 24, 39, 0.08);
  box-shadow: 0 24px 70px rgba(7, 24, 39, 0.08);
  overflow: hidden;
}

.rgb-contact-s2__form-card {
  padding: 34px;
}

.rgb-contact-s2__form-card::before,
.rgb-contact-s2__map-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-contact-s2__head {
  margin-bottom: 30px;
}

.rgb-contact-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-contact-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-contact-s2 h2 {
  margin: 0;
  color: #071827;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 950;
}

.rgb-contact-s2 h2 strong {
  display: block;
  color: #0f75bc;
}

.rgb-contact-s2__head p {
  max-width: 680px;
  margin: 20px 0 0;
  color: #50697e;
  font-size: 16.5px;
  line-height: 1.75;
  font-weight: 550;
}

/* FORM */

.rgb-contact-s2__form {
  display: grid;
  gap: 16px;
}

.rgb-contact-s2__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rgb-contact-s2__field {
  display: grid;
  gap: 8px;
}

.rgb-contact-s2__field label {
  color: #071827;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 900;
}

.rgb-contact-s2__field input,
.rgb-contact-s2__field select,
.rgb-contact-s2__field textarea {
  width: 100%;
  border: 1px solid rgba(7, 24, 39, 0.1);
  outline: none;
  border-radius: 18px;
  background: #f6f9fb;
  color: #071827;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 550;
  padding: 16px 17px;
  transition: 0.25s ease;
}

.rgb-contact-s2__field textarea {
  resize: vertical;
  min-height: 150px;
}

.rgb-contact-s2__field input:focus,
.rgb-contact-s2__field select:focus,
.rgb-contact-s2__field textarea:focus {
  border-color: rgba(15, 117, 188, 0.45);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(15, 117, 188, 0.09);
}

.rgb-contact-s2__field input::placeholder,
.rgb-contact-s2__field textarea::placeholder {
  color: #8da2b2;
}

.rgb-contact-s2__submit {
  min-height: 58px;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 16px 24px;
  background: linear-gradient(135deg, #071827 0%, #0f75bc 100%);
  color: #ffffff;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 950;
  box-shadow: 0 18px 45px rgba(15, 117, 188, 0.22);
  transition: 0.25s ease;
}

.rgb-contact-s2__submit:hover {
  transform: translateY(-3px);
  box-shadow: 0 24px 60px rgba(15, 117, 188, 0.32);
}

/* MAP CARD */

.rgb-contact-s2__map-card {
  display: flex;
  flex-direction: column;
}

.rgb-contact-s2__map {
  width: 100%;
  min-height: 430px;
  background: #071827;
}

.rgb-contact-s2__map iframe {
  display: block;
  width: 100%;
  height: 430px;
}

.rgb-contact-s2__info {
  position: relative;
  padding: 30px;
  background:
    linear-gradient(135deg, #071827 0%, #0d263a 58%, #0f75bc 100%);
  color: #ffffff;
  flex: 1;
}

.rgb-contact-s2__info small {
  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-contact-s2__info h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(25px, 2.4vw, 38px);
  line-height: 1.12;
  letter-spacing: -0.045em;
  font-weight: 950;
}

.rgb-contact-s2__info p {
  margin: 16px 0 0;
  color: #dffaff;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 550;
}

.rgb-contact-s2__quick {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.rgb-contact-s2__quick a {
  display: block;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.085);
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  transition: 0.25s ease;
}

.rgb-contact-s2__quick a:hover {
  transform: translateY(-3px);
  background: rgba(33, 212, 255, 0.11);
}

.rgb-contact-s2__quick b {
  display: block;
  margin-bottom: 5px;
  color: #8feeff;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.rgb-contact-s2__quick span {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 850;
  overflow-wrap: anywhere;
}

/* RESPONSIVE */

@media (max-width: 1100px) {
  .rgb-contact-s2__wrap {
    grid-template-columns: 1fr;
    padding: 0 34px;
  }
}

@media (max-width: 768px) {
  .rgb-contact-s2 {
    padding: 84px 0;
  }

  .rgb-contact-s2__wrap {
    padding: 0 20px;
    gap: 24px;
  }

  .rgb-contact-s2__form-card {
    padding: 23px;
    border-radius: 28px;
  }

  .rgb-contact-s2__form-card::before,
  .rgb-contact-s2__map-card::before {
    left: 23px;
    right: 23px;
  }

  .rgb-contact-s2__label {
    align-items: flex-start;
    border-radius: 16px;
    font-size: 11.5px;
    line-height: 1.45;
    letter-spacing: 0.075em;
  }

  .rgb-contact-s2 h2 {
    font-size: clamp(32px, 10vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.045em;
  }

  .rgb-contact-s2__head p {
    font-size: 16px;
    line-height: 1.72;
  }

  .rgb-contact-s2__row {
    grid-template-columns: 1fr;
  }

  .rgb-contact-s2__map-card {
    border-radius: 28px;
  }

  .rgb-contact-s2__map,
  .rgb-contact-s2__map iframe {
    height: 360px;
    min-height: 360px;
  }

  .rgb-contact-s2__info {
    padding: 23px;
  }

  .rgb-contact-s2__submit {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .rgb-contact-s2 {
    padding: 72px 0;
  }

  .rgb-contact-s2__wrap {
    padding: 0 16px;
  }

  .rgb-contact-s2__form-card,
  .rgb-contact-s2__map-card {
    border-radius: 24px;
  }

  .rgb-contact-s2__form-card {
    padding: 20px;
  }

  .rgb-contact-s2__field input,
  .rgb-contact-s2__field select,
  .rgb-contact-s2__field textarea {
    border-radius: 16px;
    padding: 15px;
  }

  .rgb-contact-s2__map,
  .rgb-contact-s2__map iframe {
    height: 320px;
    min-height: 320px;
  }

  .rgb-contact-s2__info {
    padding: 20px;
  }
}/* End custom CSS */