.elementor-79 .elementor-element.elementor-element-64c31c8{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-b9b2e5f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-db84b25{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-4d40e8c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-81ff6b9{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-6a87be2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-df48417{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-79 .elementor-element.elementor-element-26ea62d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(max-width:767px){.elementor-79 .elementor-element.elementor-element-b9b2e5f{--margin-top:60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-416e7ba */.rwge-header{
  position:sticky;
  top:0;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  z-index:99999;
  background:#fff;
  font-family:"Poppins",Arial,sans-serif;
  box-shadow:0 10px 35px rgba(7,17,31,.08);
}

.rwge-header,
.rwge-header *{
  box-sizing:border-box;
}

.rwge-announce{
  width:100%;
  overflow:hidden;
  background:linear-gradient(90deg,#06111f,#0a2138);
  color:#fff;
  height:34px;
  display:flex;
  align-items:center;
}

.rwge-announce__track{
  display:flex;
  width:max-content;
  animation:rwgeMarquee 24s linear infinite;
}

.rwge-announce__track span{
  white-space:nowrap;
  padding-right:50px;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.2px;
  text-transform:uppercase;
  color:#dbeafe;
}

@keyframes rwgeMarquee{
  from{transform:translateX(0);}
  to{transform:translateX(-50%);}
}

.rwge-nav{
  width:100vw;
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:0 clamp(22px,6vw,90px);
  background:#fff;
}

.rwge-nav__logo{
  display:flex;
  align-items:center;
  text-decoration:none;
  flex:0 0 auto;
}

.rwge-nav__logo img{
  max-width:170px;
  height:auto;
  display:block;
}

.rwge-nav__menu{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:30px;
}

.rwge-nav__menu a{
  position:relative;
  color:#07111f;
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  letter-spacing:.3px;
  transition:.25s ease;
}

.rwge-nav__menu a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-9px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#d90429,#00aeef);
  transform:scaleX(0);
  transform-origin:left;
  transition:.25s ease;
}

.rwge-nav__menu a:hover{
  color:#006eb6;
}

.rwge-nav__menu a:hover::after{
  transform:scaleX(1);
}

.rwge-nav__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:13px 22px;
  border-radius:999px;
  background:linear-gradient(135deg,#d90429,#ef233c);
  color:#fff;
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  box-shadow:0 14px 35px rgba(217,4,41,.22);
  transition:.25s ease;
}

.rwge-nav__toggle{
  display:none;
}

.rwge-nav__hamburger{
  display:none;
}

/* MOBILE */

@media(max-width:980px){
  .rwge-nav{
    min-height:72px;
    padding:0 18px;
  }

  .rwge-nav__logo img{
    max-width:145px;
  }

  .rwge-nav__cta{
    display:none;
  }

  .rwge-nav__hamburger{
    display:flex;
    width:44px;
    height:44px;
    border-radius:14px;
    border:1px solid rgba(8,24,39,.1);
    align-items:center;
    justify-content:center;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
    background:#f4f8fc;
  }

  .rwge-nav__hamburger span{
    width:20px;
    height:2px;
    border-radius:99px;
    background:#07111f;
  }

  .rwge-nav__menu{
    position:absolute;
    top:106px;
    left:18px;
    right:18px;
    display:grid;
    gap:0;
    padding:12px;
    border-radius:22px;
    background:#fff;
    box-shadow:0 24px 70px rgba(7,17,31,.16);
    border:1px solid rgba(8,24,39,.08);
    transform:translateY(-12px);
    opacity:0;
    pointer-events:none;
    transition:.25s ease;
  }

  .rwge-nav__menu a{
    padding:15px 14px;
    border-radius:14px;
    font-size:14px;
  }

  .rwge-nav__menu a::after{
    display:none;
  }

  .rwge-nav__toggle:checked ~ .rwge-nav__menu{
    transform:translateY(0);
    opacity:1;
    pointer-events:auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-07a58c8 */.rwge-services-hero{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  min-height:72vh;
  overflow:hidden;
  background:#06111f;
  color:#fff;
  font-family:"Poppins",Arial,sans-serif;
}

.rwge-services-hero,
.rwge-services-hero *{
  box-sizing:border-box;
}

.rwge-services-hero__bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg,rgba(6,17,31,.96),rgba(6,17,31,.62)),
    radial-gradient(circle at 14% 18%,rgba(217,4,41,.28),transparent 28%),
    radial-gradient(circle at 88% 22%,rgba(0,174,239,.22),transparent 32%),
    url("https://rwgesubsea.com/wp-content/uploads/2026/05/offshore-greenland-oil-rig-juitpvo3dd97pu89.jpg") center/cover no-repeat;
}

.rwge-services-hero::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px);
  background-size:64px 64px;
  pointer-events:none;
}

.rwge-services-hero::after{
  content:"SERVICES";
  position:absolute;
  right:-30px;
  bottom:20px;
  z-index:2;
  font-size:clamp(82px,14vw,220px);
  line-height:1;
  font-weight:900;
  letter-spacing:-10px;
  color:rgba(255,255,255,.04);
  pointer-events:none;
}

.rwge-services-hero__wrap{
  position:relative;
  z-index:5;
  width:100%;
  min-height:72vh;
  display:flex;
  align-items:center;
  padding:120px clamp(24px,6vw,90px) 90px;
}

.rwge-services-hero__content{
  max-width:980px;
}

.rwge-services-hero__kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
  color:#b9d7ee;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.rwge-services-hero__kicker span{
  width:54px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#d90429,#00aeef);
}

.rwge-services-hero h1{
  margin:0;
  font-family:"Montserrat","Poppins",Arial,sans-serif;
  font-size:clamp(44px,5.8vw,86px);
  line-height:.98;
  letter-spacing:-3px;
  font-weight:700;
  text-transform:uppercase;
}

.rwge-services-hero h1 em{
  display:block;
  font-style:normal;
  font-weight:700;
  color:transparent;
  background:linear-gradient(90deg,#fff 0%,#00aeef 55%,#ef233c 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.rwge-services-hero p{
  max-width:760px;
  margin:26px 0 0;
  color:#c3d1df;
  font-size:16px;
  line-height:1.78;
}

.rwge-services-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}

.rwge-services-hero__actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:15px 27px;
  border-radius:999px;
  text-decoration:none;
  font-size:14px;
  font-weight:800;
  color:#fff;
  transition:.28s ease;
}

.rwge-services-hero__actions a:first-child{
  background:linear-gradient(135deg,#d90429,#ef233c);
  box-shadow:0 18px 45px rgba(217,4,41,.32);
}

.rwge-services-hero__actions a:last-child{
  border:1px solid rgba(255,255,255,.28);
  background:rgba(255,255,255,.06);
  backdrop-filter:blur(12px);
}

.rwge-services-hero__actions a:hover{
  transform:translateY(-3px);
}

@media(max-width:680px){
  .rwge-services-hero__wrap{
    padding:95px 18px 70px;
  }

  .rwge-services-hero__kicker{
    font-size:11px;
    letter-spacing:1.3px;
    gap:10px;
  }

  .rwge-services-hero__kicker span{
    width:34px;
  }

  .rwge-services-hero h1{
    font-size:39px;
    line-height:1.02;
    letter-spacing:-1.7px;
  }

  .rwge-services-hero p{
    font-size:15px;
  }

  .rwge-services-hero__actions{
    flex-direction:column;
  }

  .rwge-services-hero__actions a{
    width:100%;
  }

  .rwge-services-hero::after{
    font-size:66px;
    letter-spacing:-4px;
    right:-22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3b4c1c9 *//* =========================================
   RWGE SUBSEA — SERVICES SEC 2
   OFFSHORE MANPOWER SUPPLY
========================================= */

.rwge-svc-offshore{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#f4f8fc;
  color:#07111f;
  font-family:"Poppins",Arial,sans-serif;
}

.rwge-svc-offshore,
.rwge-svc-offshore *{
  box-sizing:border-box;
}

.rwge-svc-offshore__bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 86% 10%, rgba(0,174,239,.13), transparent 30%),
    radial-gradient(circle at 8% 90%, rgba(217,4,41,.10), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#eef5fb 100%);
}

.rwge-svc-offshore::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.42;
  background-image:
    linear-gradient(rgba(8,24,39,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,24,39,.055) 1px, transparent 1px);
  background-size:58px 58px;
  pointer-events:none;
}

.rwge-svc-offshore::after{
  content:"MANPOWER";
  position:absolute;
  right:-34px;
  bottom:20px;
  z-index:2;
  font-size:clamp(72px,12vw,190px);
  line-height:1;
  font-weight:900;
  letter-spacing:-8px;
  color:rgba(7,17,31,.035);
  pointer-events:none;
}

.rwge-svc-offshore__wrap{
  position:relative;
  z-index:5;
  width:100%;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:58px;
  align-items:center;
  padding:105px clamp(24px,6vw,90px);
}

.rwge-svc-offshore__content{
  max-width:820px;
}

.rwge-svc-offshore__kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
  color:#0b4f80;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.rwge-svc-offshore__kicker span{
  width:54px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#d90429,#00aeef);
}

.rwge-svc-offshore h2{
  margin:0;
  font-family:"Montserrat","Poppins",Arial,sans-serif;
  font-size:clamp(38px,4.5vw,68px);
  line-height:1;
  letter-spacing:-2.4px;
  font-weight:800;
  text-transform:uppercase;
  color:#06111f;
}

.rwge-svc-offshore h2 em{
  display:block;
  margin-top:6px;
  font-style:normal;
  font-weight:700;
  color:transparent;
  background:linear-gradient(90deg,#06111f 0%,#006eb6 55%,#d90429 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.rwge-svc-offshore__content p{
  max-width:720px;
  margin:24px 0 0;
  color:#405268;
  font-size:16px;
  line-height:1.78;
}

.rwge-svc-offshore__tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}

.rwge-svc-offshore__tags span{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(8,24,39,.08);
  box-shadow:0 12px 35px rgba(11,31,55,.08);
  color:#07111f;
  font-size:12px;
  font-weight:800;
}

.rwge-svc-offshore__media{
  position:relative;
}

.rwge-svc-offshore__image{
  position:relative;
  overflow:hidden;
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:36px;
  background:#dce7f1;
  border:1px solid rgba(8,24,39,.08);
  box-shadow:0 34px 90px rgba(11,31,55,.14);
}

.rwge-svc-offshore__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(6,17,31,.04),rgba(6,17,31,.18)),
    linear-gradient(90deg,rgba(217,4,41,.13),transparent 48%);
  z-index:2;
}

.rwge-svc-offshore__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.06) contrast(1.04);
  transition:.5s ease;
}

.rwge-svc-offshore__image:hover img{
  transform:scale(1.05);
}

.rwge-svc-offshore__grid{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:8px;
}

.rwge-svc-offshore__grid article{
  position:relative;
  overflow:hidden;
  min-height:165px;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(8,24,39,.08);
  box-shadow:0 18px 55px rgba(11,31,55,.08);
  transition:.28s ease;
}

.rwge-svc-offshore__grid article::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  bottom:0;
  height:4px;
  border-radius:99px 99px 0 0;
  background:linear-gradient(90deg,#d90429,#00aeef);
  opacity:.7;
}

.rwge-svc-offshore__grid article:hover{
  transform:translateY(-5px);
  border-color:rgba(0,174,239,.28);
  box-shadow:0 28px 70px rgba(11,31,55,.13);
}

.rwge-svc-offshore__grid span{
  display:block;
  margin-bottom:30px;
  color:rgba(0,174,239,.28);
  font-size:42px;
  line-height:1;
  font-weight:900;
  letter-spacing:-3px;
}

.rwge-svc-offshore__grid h3{
  margin:0;
  color:#07111f;
  font-size:18px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.4px;
}

/* MOBILE */

@media(max-width:1050px){
  .rwge-svc-offshore__wrap{
    grid-template-columns:1fr;
    gap:42px;
    padding:82px 22px;
  }

  .rwge-svc-offshore__media{
    max-width:680px;
  }

  .rwge-svc-offshore__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .rwge-svc-offshore__wrap{
    padding:72px 18px;
  }

  .rwge-svc-offshore::after{
    right:-24px;
    bottom:10px;
    font-size:64px;
    letter-spacing:-4px;
  }

  .rwge-svc-offshore__kicker{
    font-size:11px;
    letter-spacing:1.3px;
    gap:10px;
  }

  .rwge-svc-offshore__kicker span{
    width:34px;
  }

  .rwge-svc-offshore h2{
    font-size:37px;
    line-height:1.04;
    letter-spacing:-1.5px;
  }

  .rwge-svc-offshore__content p{
    font-size:15px;
  }

  .rwge-svc-offshore__image{
    border-radius:28px;
  }

  .rwge-svc-offshore__grid{
    grid-template-columns:1fr;
  }

  .rwge-svc-offshore__grid article{
    min-height:145px;
    padding:22px;
    border-radius:22px;
  }

  .rwge-svc-offshore__grid article::before{
    left:22px;
    right:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a2e51a *//* =========================================
   RWGE SUBSEA — SERVICES SEC 3
   ONSHORE MANPOWER SUPPLY
========================================= */

.rwge-svc-onshore{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#06111f;
  color:#fff;
  font-family:"Poppins",Arial,sans-serif;
}

.rwge-svc-onshore,
.rwge-svc-onshore *{
  box-sizing:border-box;
}

.rwge-svc-onshore__bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 14% 18%, rgba(217,4,41,.25), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(0,174,239,.20), transparent 30%),
    linear-gradient(180deg,#06111f 0%,#0a2138 58%,#06111f 100%);
}

.rwge-svc-onshore::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.18;
  background-image:
    linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px);
  background-size:64px 64px;
  pointer-events:none;
}

.rwge-svc-onshore::after{
  content:"ONSHORE";
  position:absolute;
  right:-28px;
  bottom:20px;
  z-index:2;
  font-size:clamp(78px,13vw,210px);
  line-height:1;
  font-weight:900;
  letter-spacing:-9px;
  color:rgba(255,255,255,.04);
  pointer-events:none;
}

.rwge-svc-onshore__wrap{
  position:relative;
  z-index:5;
  width:100%;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:58px;
  align-items:center;
  padding:105px clamp(24px,6vw,90px);
}

.rwge-svc-onshore__media{
  position:relative;
}

.rwge-svc-onshore__image{
  position:relative;
  overflow:hidden;
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:36px;
  background:#10243a;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 34px 90px rgba(0,0,0,.35);
}

.rwge-svc-onshore__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(6,17,31,.04),rgba(6,17,31,.45)),
    linear-gradient(90deg,rgba(217,4,41,.22),transparent 48%);
  z-index:2;
}

.rwge-svc-onshore__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.06) contrast(1.05);
  transition:.5s ease;
}

.rwge-svc-onshore__image:hover img{
  transform:scale(1.05);
}

.rwge-svc-onshore__badge{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  z-index:4;
  padding:24px 26px;
  border-radius:24px;
  background:rgba(3,12,22,.82);
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 22px 60px rgba(0,0,0,.28);
  backdrop-filter:blur(16px);
}

.rwge-svc-onshore__badge::before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:5px;
  border-radius:99px;
  background:linear-gradient(180deg,#ef233c,#00aeef);
}

.rwge-svc-onshore__badge strong{
  display:block;
  padding-left:18px;
  color:#fff;
  font-size:20px;
  font-weight:900;
  letter-spacing:-.4px;
}

.rwge-svc-onshore__badge span{
  display:block;
  padding-left:18px;
  margin-top:6px;
  color:#b8c8d8;
  font-size:13px;
  font-weight:600;
}

.rwge-svc-onshore__content{
  max-width:820px;
}

.rwge-svc-onshore__kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
  color:#b9d7ee;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.rwge-svc-onshore__kicker span{
  width:54px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#d90429,#00aeef);
}

.rwge-svc-onshore h2{
  margin:0;
  font-family:"Montserrat","Poppins",Arial,sans-serif;
  font-size:clamp(38px,4.5vw,68px);
  line-height:1;
  letter-spacing:-2.4px;
  font-weight:800;
  text-transform:uppercase;
}

.rwge-svc-onshore h2 em{
  display:block;
  margin-top:6px;
  font-style:normal;
  font-weight:700;
  color:transparent;
  background:linear-gradient(90deg,#fff 0%,#00aeef 55%,#ef233c 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.rwge-svc-onshore__content p{
  max-width:720px;
  margin:24px 0 0;
  color:#c3d1df;
  font-size:16px;
  line-height:1.78;
}

.rwge-svc-onshore__tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}

.rwge-svc-onshore__tags span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:12px;
  font-weight:800;
}

.rwge-svc-onshore__grid{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:8px;
}

.rwge-svc-onshore__grid article{
  position:relative;
  overflow:hidden;
  min-height:165px;
  padding:24px;
  border-radius:24px;
  background:rgba(255,255,255,.065);
  border:1px solid rgba(255,255,255,.11);
  box-shadow:0 18px 55px rgba(0,0,0,.18);
  backdrop-filter:blur(14px);
  transition:.28s ease;
}

.rwge-svc-onshore__grid article::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  bottom:0;
  height:4px;
  border-radius:99px 99px 0 0;
  background:linear-gradient(90deg,#d90429,#00aeef);
  opacity:.75;
}

.rwge-svc-onshore__grid article:hover{
  transform:translateY(-5px);
  border-color:rgba(0,174,239,.36);
  background:rgba(255,255,255,.09);
}

.rwge-svc-onshore__grid span{
  display:block;
  margin-bottom:30px;
  color:rgba(255,255,255,.14);
  font-size:42px;
  line-height:1;
  font-weight:900;
  letter-spacing:-3px;
}

.rwge-svc-onshore__grid h3{
  margin:0;
  color:#fff;
  font-size:18px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.4px;
}

/* MOBILE */

@media(max-width:1050px){
  .rwge-svc-onshore__wrap{
    grid-template-columns:1fr;
    gap:42px;
    padding:82px 22px;
  }

  .rwge-svc-onshore__media{
    max-width:680px;
  }

  .rwge-svc-onshore__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .rwge-svc-onshore__wrap{
    padding:72px 18px;
  }

  .rwge-svc-onshore::after{
    right:-22px;
    bottom:10px;
    font-size:66px;
    letter-spacing:-4px;
  }

  .rwge-svc-onshore__kicker{
    font-size:11px;
    letter-spacing:1.3px;
    gap:10px;
  }

  .rwge-svc-onshore__kicker span{
    width:34px;
  }

  .rwge-svc-onshore h2{
    font-size:37px;
    line-height:1.04;
    letter-spacing:-1.5px;
  }

  .rwge-svc-onshore__content p{
    font-size:15px;
  }

  .rwge-svc-onshore__image{
    border-radius:28px;
  }

  .rwge-svc-onshore__badge{
    left:18px;
    right:18px;
    bottom:18px;
    padding:20px;
    border-radius:20px;
  }

  .rwge-svc-onshore__grid{
    grid-template-columns:1fr;
  }

  .rwge-svc-onshore__grid article{
    min-height:145px;
    padding:22px;
    border-radius:22px;
  }

  .rwge-svc-onshore__grid article::before{
    left:22px;
    right:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b106707 *//* =========================================
   RWGE SUBSEA — SERVICES SEC 4
   OFFSHORE SURVEY SERVICES
========================================= */

.rwge-svc-survey{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#f4f8fc;
  color:#07111f;
  font-family:"Poppins",Arial,sans-serif;
}

.rwge-svc-survey,
.rwge-svc-survey *{
  box-sizing:border-box;
}

.rwge-svc-survey__bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 86% 10%, rgba(0,174,239,.13), transparent 30%),
    radial-gradient(circle at 8% 90%, rgba(217,4,41,.10), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#eef5fb 100%);
}

.rwge-svc-survey::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.42;
  background-image:
    linear-gradient(rgba(8,24,39,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,24,39,.055) 1px, transparent 1px);
  background-size:58px 58px;
  pointer-events:none;
}

.rwge-svc-survey::after{
  content:"SURVEY";
  position:absolute;
  right:-28px;
  bottom:20px;
  z-index:2;
  font-size:clamp(78px,13vw,210px);
  line-height:1;
  font-weight:900;
  letter-spacing:-9px;
  color:rgba(7,17,31,.035);
  pointer-events:none;
}

.rwge-svc-survey__wrap{
  position:relative;
  z-index:5;
  width:100%;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:58px;
  align-items:center;
  padding:105px clamp(24px,6vw,90px);
}

.rwge-svc-survey__content{
  max-width:820px;
}

.rwge-svc-survey__kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
  color:#0b4f80;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.rwge-svc-survey__kicker span{
  width:54px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#d90429,#00aeef);
}

.rwge-svc-survey h2{
  margin:0;
  font-family:"Montserrat","Poppins",Arial,sans-serif;
  font-size:clamp(38px,4.5vw,68px);
  line-height:1;
  letter-spacing:-2.4px;
  font-weight:800;
  text-transform:uppercase;
  color:#06111f;
}

.rwge-svc-survey h2 em{
  display:block;
  margin-top:6px;
  font-style:normal;
  font-weight:700;
  color:transparent;
  background:linear-gradient(90deg,#06111f 0%,#006eb6 55%,#d90429 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.rwge-svc-survey__content p{
  max-width:720px;
  margin:24px 0 0;
  color:#405268;
  font-size:16px;
  line-height:1.78;
}

.rwge-svc-survey__tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}

.rwge-svc-survey__tags span{
  padding:10px 14px;
  border-radius:999px;
  background:#fff;
  border:1px solid rgba(8,24,39,.08);
  box-shadow:0 12px 35px rgba(11,31,55,.08);
  color:#07111f;
  font-size:12px;
  font-weight:800;
}

.rwge-svc-survey__media{
  position:relative;
}

.rwge-svc-survey__image{
  position:relative;
  overflow:hidden;
  width:100%;
  aspect-ratio:1 / 1;
  border-radius:36px;
  background:#dce7f1;
  border:1px solid rgba(8,24,39,.08);
  box-shadow:0 34px 90px rgba(11,31,55,.14);
}

.rwge-svc-survey__image::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(180deg,rgba(6,17,31,.03),rgba(6,17,31,.18)),
    linear-gradient(90deg,rgba(217,4,41,.13),transparent 48%);
  z-index:2;
}

.rwge-svc-survey__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:saturate(1.06) contrast(1.04);
  transition:.5s ease;
}

.rwge-svc-survey__image:hover img{
  transform:scale(1.05);
}

.rwge-svc-survey__badge{
  position:absolute;
  left:28px;
  right:28px;
  bottom:28px;
  z-index:4;
  padding:24px 26px;
  border-radius:24px;
  background:rgba(255,255,255,.9);
  border:1px solid rgba(8,24,39,.08);
  box-shadow:0 22px 60px rgba(11,31,55,.16);
  backdrop-filter:blur(16px);
}

.rwge-svc-survey__badge::before{
  content:"";
  position:absolute;
  left:0;
  top:24px;
  bottom:24px;
  width:5px;
  border-radius:99px;
  background:linear-gradient(180deg,#d90429,#00aeef);
}

.rwge-svc-survey__badge strong{
  display:block;
  padding-left:18px;
  color:#07111f;
  font-size:20px;
  font-weight:900;
  letter-spacing:-.4px;
}

.rwge-svc-survey__badge span{
  display:block;
  padding-left:18px;
  margin-top:6px;
  color:#405268;
  font-size:13px;
  font-weight:600;
}

.rwge-svc-survey__grid{
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
  margin-top:8px;
}

.rwge-svc-survey__grid article{
  position:relative;
  overflow:hidden;
  min-height:165px;
  padding:24px;
  border-radius:24px;
  background:#fff;
  border:1px solid rgba(8,24,39,.08);
  box-shadow:0 18px 55px rgba(11,31,55,.08);
  transition:.28s ease;
}

.rwge-svc-survey__grid article::before{
  content:"";
  position:absolute;
  left:24px;
  right:24px;
  bottom:0;
  height:4px;
  border-radius:99px 99px 0 0;
  background:linear-gradient(90deg,#d90429,#00aeef);
  opacity:.7;
}

.rwge-svc-survey__grid article:hover{
  transform:translateY(-5px);
  border-color:rgba(0,174,239,.28);
  box-shadow:0 28px 70px rgba(11,31,55,.13);
}

.rwge-svc-survey__grid span{
  display:block;
  margin-bottom:30px;
  color:rgba(0,174,239,.28);
  font-size:42px;
  line-height:1;
  font-weight:900;
  letter-spacing:-3px;
}

.rwge-svc-survey__grid h3{
  margin:0;
  color:#07111f;
  font-size:18px;
  line-height:1.18;
  font-weight:900;
  letter-spacing:-.4px;
}

/* MOBILE */

@media(max-width:1050px){
  .rwge-svc-survey__wrap{
    grid-template-columns:1fr;
    gap:42px;
    padding:82px 22px;
  }

  .rwge-svc-survey__media{
    max-width:680px;
  }

  .rwge-svc-survey__grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:680px){
  .rwge-svc-survey__wrap{
    padding:72px 18px;
  }

  .rwge-svc-survey::after{
    right:-22px;
    bottom:10px;
    font-size:66px;
    letter-spacing:-4px;
  }

  .rwge-svc-survey__kicker{
    font-size:11px;
    letter-spacing:1.3px;
    gap:10px;
  }

  .rwge-svc-survey__kicker span{
    width:34px;
  }

  .rwge-svc-survey h2{
    font-size:37px;
    line-height:1.04;
    letter-spacing:-1.5px;
  }

  .rwge-svc-survey__content p{
    font-size:15px;
  }

  .rwge-svc-survey__image{
    border-radius:28px;
  }

  .rwge-svc-survey__badge{
    left:18px;
    right:18px;
    bottom:18px;
    padding:20px;
    border-radius:20px;
  }

  .rwge-svc-survey__grid{
    grid-template-columns:1fr;
  }

  .rwge-svc-survey__grid article{
    min-height:145px;
    padding:22px;
    border-radius:22px;
  }

  .rwge-svc-survey__grid article::before{
    left:22px;
    right:22px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-185dc1a *//* =========================================
   RWGE SUBSEA — SERVICES SEC 5
   ONSHORE SURVEY SERVICES
========================================= */

.rwge-svc-onsurvey{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#06111f;
  color:#fff;
  font-family:"Poppins",Arial,sans-serif;
}

.rwge-svc-onsurvey,
.rwge-svc-onsurvey *{
  box-sizing:border-box;
}

.rwge-svc-onsurvey__bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 18% 12%, rgba(217,4,41,.25), transparent 28%),
    radial-gradient(circle at 82% 22%, rgba(0,174,239,.22), transparent 30%),
    linear-gradient(180deg,#06111f 0%,#0a2138 100%);
}

.rwge-svc-onsurvey::after{
  content:"LAND SURVEY";
  position:absolute;
  left:-30px;
  bottom:20px;
  z-index:2;
  font-size:clamp(70px,12vw,200px);
  font-weight:900;
  letter-spacing:-8px;
  color:rgba(255,255,255,.04);
}

.rwge-svc-onsurvey__wrap{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:60px;
  align-items:center;
  padding:105px clamp(24px,6vw,90px);
}

.rwge-svc-onsurvey__image{
  width:100%;
  aspect-ratio:1/1;
  border-radius:34px;
  overflow:hidden;
  box-shadow:0 30px 80px rgba(0,0,0,.4);
}

.rwge-svc-onsurvey__image img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.rwge-svc-onsurvey__kicker{
  display:flex;
  gap:12px;
  margin-bottom:20px;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.rwge-svc-onsurvey__kicker span{
  width:50px;
  height:3px;
  background:linear-gradient(90deg,#d90429,#00aeef);
}

.rwge-svc-onsurvey h2{
  margin:0;
  font-size:clamp(40px,5vw,70px);
  font-weight:800;
  text-transform:uppercase;
}

.rwge-svc-onsurvey h2 em{
  display:block;
  background:linear-gradient(90deg,#fff,#00aeef,#ef233c);
  -webkit-background-clip:text;
  color:transparent;
}

.rwge-svc-onsurvey p{
  margin-top:20px;
  color:#c3d1df;
}

.rwge-svc-onsurvey__list{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px;
  margin-top:30px;
}

.rwge-svc-onsurvey__list article{
  padding:20px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}

.rwge-svc-onsurvey__list strong{
  display:block;
  font-size:16px;
  font-weight:800;
}

.rwge-svc-onsurvey__list span{
  font-size:13px;
  color:#b8c8d8;
}

/* MOBILE */

@media(max-width:900px){
  .rwge-svc-onsurvey__wrap{
    grid-template-columns:1fr;
    padding:80px 22px;
  }

  .rwge-svc-onsurvey__list{
    grid-template-columns:1fr;
  }
}

@media(max-width:600px){
  .rwge-svc-onsurvey__wrap{
    padding:70px 18px;
  }

  .rwge-svc-onsurvey h2{
    font-size:36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-56040ed */.rwge-svc-contact{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#f4f8fc;
  color:#07111f;
  font-family:"Poppins",Arial,sans-serif;
}

.rwge-svc-contact,
.rwge-svc-contact *{
  box-sizing:border-box;
}

.rwge-svc-contact__bg{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    radial-gradient(circle at 88% 10%, rgba(0,174,239,.13), transparent 30%),
    radial-gradient(circle at 8% 90%, rgba(217,4,41,.10), transparent 28%),
    linear-gradient(180deg,#ffffff 0%,#eef5fb 100%);
}

.rwge-svc-contact::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.42;
  background-image:
    linear-gradient(rgba(8,24,39,.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8,24,39,.055) 1px, transparent 1px);
  background-size:58px 58px;
  pointer-events:none;
}

.rwge-svc-contact::after{
  content:"ENQUIRY";
  position:absolute;
  right:-30px;
  bottom:20px;
  z-index:2;
  font-size:clamp(78px,13vw,210px);
  line-height:1;
  font-weight:900;
  letter-spacing:-9px;
  color:rgba(7,17,31,.035);
  pointer-events:none;
}

.rwge-svc-contact__wrap{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:60px;
  align-items:center;
  padding:105px clamp(24px,6vw,90px);
}

.rwge-svc-contact__kicker{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:22px;
  color:#0b4f80;
  font-size:13px;
  font-weight:800;
  letter-spacing:2px;
  text-transform:uppercase;
}

.rwge-svc-contact__kicker span{
  width:54px;
  height:3px;
  border-radius:99px;
  background:linear-gradient(90deg,#d90429,#00aeef);
}

.rwge-svc-contact h2{
  margin:0;
  font-family:"Montserrat","Poppins",Arial,sans-serif;
  font-size:clamp(40px,5vw,76px);
  line-height:1;
  letter-spacing:-2.7px;
  font-weight:800;
  text-transform:uppercase;
  color:#06111f;
}

.rwge-svc-contact h2 em{
  display:block;
  margin-top:6px;
  font-style:normal;
  font-weight:700;
  color:transparent;
  background:linear-gradient(90deg,#06111f 0%,#006eb6 55%,#d90429 100%);
  -webkit-background-clip:text;
  background-clip:text;
}

.rwge-svc-contact__content > p{
  max-width:720px;
  margin:24px 0 0;
  color:#405268;
  font-size:16px;
  line-height:1.78;
}

.rwge-svc-contact__details{
  display:grid;
  gap:14px;
  margin-top:34px;
}

.rwge-svc-contact__details article{
  padding:22px 24px;
  border-radius:22px;
  background:#fff;
  border:1px solid rgba(8,24,39,.08);
  box-shadow:0 18px 55px rgba(11,31,55,.08);
}

.rwge-svc-contact__details strong{
  display:block;
  margin-bottom:8px;
  color:#07111f;
  font-size:15px;
  font-weight:900;
}

.rwge-svc-contact__details span{
  color:#506074;
  font-size:14px;
  line-height:1.6;
}

.rwge-svc-contact__formbox{
  padding:34px;
  border-radius:34px;
  background:#07111f;
  color:#fff;
  box-shadow:0 34px 90px rgba(11,31,55,.22);
  border:1px solid rgba(8,24,39,.08);
}

.rwge-svc-contact__formbox h3{
  margin:0;
  font-size:30px;
  line-height:1.1;
  font-weight:900;
}

.rwge-svc-contact__formbox > p{
  margin:12px 0 26px;
  color:#b8c8d8;
  font-size:14px;
}

.rwge-svc-contact input,
.rwge-svc-contact select,
.rwge-svc-contact textarea{
  width:100%;
  margin-bottom:14px;
  padding:15px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.08);
  color:#fff;
  font-family:"Poppins",Arial,sans-serif;
  font-size:14px;
  outline:none;
}

.rwge-svc-contact input::placeholder,
.rwge-svc-contact textarea::placeholder{
  color:#9fb2c5;
}

.rwge-svc-contact select{
  color:#9fb2c5;
}

.rwge-svc-contact select option{
  color:#07111f;
}

.rwge-svc-contact textarea{
  min-height:135px;
  resize:vertical;
}

.rwge-svc-contact input:focus,
.rwge-svc-contact select:focus,
.rwge-svc-contact textarea:focus{
  border-color:#00aeef;
  background:rgba(255,255,255,.12);
}

.rwge-svc-contact button{
  width:100%;
  min-height:54px;
  border:0;
  border-radius:999px;
  background:linear-gradient(135deg,#d90429,#ef233c);
  color:#fff;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 18px 45px rgba(217,4,41,.25);
}

@media(max-width:950px){
  .rwge-svc-contact__wrap{
    grid-template-columns:1fr;
    padding:82px 22px;
  }
}

@media(max-width:600px){
  .rwge-svc-contact__wrap{
    padding:72px 18px;
    gap:40px;
  }

  .rwge-svc-contact::after{
    right:-22px;
    bottom:10px;
    font-size:66px;
    letter-spacing:-4px;
  }

  .rwge-svc-contact__kicker{
    font-size:11px;
    letter-spacing:1.3px;
    gap:10px;
  }

  .rwge-svc-contact__kicker span{
    width:34px;
  }

  .rwge-svc-contact h2{
    font-size:38px;
    line-height:1.04;
    letter-spacing:-1.5px;
  }

  .rwge-svc-contact__content > p{
    font-size:15px;
  }

  .rwge-svc-contact__formbox{
    padding:24px;
    border-radius:26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8046ccc *//* ================================
   RWGE — PREMIUM FOOTER
================================ */

.rwge-pro-footer{
  position:relative;
  left:50%;
  right:50%;
  margin-left:-50vw;
  margin-right:-50vw;
  width:100vw;
  overflow:hidden;
  background:#050d18;
  color:#fff;
  font-family:"Poppins",Arial,sans-serif;
}

.rwge-pro-footer,
.rwge-pro-footer *{
  box-sizing:border-box;
}

.rwge-pro-footer::before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%,rgba(217,4,41,.18),transparent 28%),
    radial-gradient(circle at 92% 8%,rgba(0,174,239,.18),transparent 30%),
    linear-gradient(180deg,#06111f 0%,#030812 100%);
  z-index:1;
}

.rwge-pro-footer::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:2;
  opacity:.14;
  background-image:
    linear-gradient(rgba(255,255,255,.075) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.075) 1px, transparent 1px);
  background-size:64px 64px;
  pointer-events:none;
}

.rwge-pro-footer__top{
  position:relative;
  z-index:5;
  display:grid;
  grid-template-columns:1.35fr .8fr 1fr 1.15fr;
  gap:42px;
  padding:76px clamp(24px,6vw,90px) 54px;
}

.rwge-pro-footer__logo{
  display:inline-flex;
  margin-bottom:22px;
  text-decoration:none;
}

.rwge-pro-footer__logo img{
  max-width:180px;
  height:auto;
  display:block;
  filter:drop-shadow(0 12px 22px rgba(0,174,239,.12));
}

.rwge-pro-footer__brand p,
.rwge-pro-footer__contact p{
  margin:0;
  color:#b8c8d8;
  font-size:14px;
  line-height:1.75;
}

.rwge-pro-footer__brand p{
  max-width:430px;
}

.rwge-pro-footer__brand span{
  display:inline-flex;
  margin-top:22px;
  padding:9px 15px;
  border-radius:999px;
  color:#fff;
  font-size:12px;
  font-weight:900;
  letter-spacing:1px;
  text-transform:uppercase;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.12);
}

.rwge-pro-footer h3{
  margin:0 0 18px;
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:1.3px;
  text-transform:uppercase;
}

.rwge-pro-footer h3::after{
  content:"";
  display:block;
  width:42px;
  height:3px;
  margin-top:10px;
  border-radius:99px;
  background:linear-gradient(90deg,#d90429,#00aeef);
}

.rwge-pro-footer__col a,
.rwge-pro-footer__contact a{
  display:block;
  width:max-content;
  max-width:100%;
  margin-bottom:11px;
  color:#aebfd0;
  text-decoration:none;
  font-size:14px;
  line-height:1.45;
  transition:.25s ease;
}

.rwge-pro-footer__contact a:first-of-type{
  margin-top:16px;
}

.rwge-pro-footer__col a:hover,
.rwge-pro-footer__contact a:hover{
  color:#00aeef;
  transform:translateX(4px);
}

.rwge-pro-footer__bottom{
  position:relative;
  z-index:5;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:21px clamp(24px,6vw,90px);
  border-top:1px solid rgba(255,255,255,.1);
  background:rgba(0,0,0,.22);
}

.rwge-pro-footer__bottom p{
  margin:0;
  color:#8fa3b8;
  font-size:13px;
  line-height:1.5;
}

/* ================================
   FLOATING WHATSAPP BLINKING
================================ */

.rwge-floating-whatsapp{
  position:fixed;
  right:22px;
  bottom:22px;
  z-index:999999;
  width:62px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#25D366;
  color:#fff;
  text-decoration:none;
  box-shadow:0 16px 40px rgba(37,211,102,.35);
  animation:rwgeWhatsappBlink 1.45s infinite ease-in-out;
}

.rwge-floating-whatsapp::before{
  content:"";
  position:absolute;
  inset:-8px;
  border-radius:50%;
  border:2px solid rgba(37,211,102,.45);
  animation:rwgeWhatsappPulse 1.45s infinite ease-out;
}

.rwge-floating-whatsapp svg{
  width:34px;
  height:34px;
  fill:#fff;
  position:relative;
  z-index:2;
}

@keyframes rwgeWhatsappBlink{
  0%,100%{
    transform:scale(1);
    box-shadow:0 16px 40px rgba(37,211,102,.35);
  }
  50%{
    transform:scale(1.08);
    box-shadow:0 18px 48px rgba(37,211,102,.55);
  }
}

@keyframes rwgeWhatsappPulse{
  0%{
    transform:scale(.9);
    opacity:.9;
  }
  100%{
    transform:scale(1.35);
    opacity:0;
  }
}

/* MOBILE */

@media(max-width:1050px){
  .rwge-pro-footer__top{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:680px){
  .rwge-pro-footer__top{
    grid-template-columns:1fr;
    padding:58px 18px 40px;
    gap:34px;
  }

  .rwge-pro-footer__logo img{
    max-width:160px;
  }

  .rwge-pro-footer__bottom{
    flex-direction:column;
    align-items:flex-start;
    padding:18px;
  }

  .rwge-floating-whatsapp{
    width:56px;
    height:56px;
    right:16px;
    bottom:16px;
  }

  .rwge-floating-whatsapp svg{
    width:31px;
    height:31px;
  }
}/* End custom CSS */