.elementor-2005 .elementor-element.elementor-element-8838c52{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-2005 .elementor-element.elementor-element-8838c52{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-8838c52 */@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

.opo-contact-page{
  font-family:'Poppins',sans-serif;
  background:#06152b;
  color:#fff;
}

.opo-contact-page *{
  box-sizing:border-box;
  font-family:'Poppins',sans-serif;
}

.opo-contact-hero{
  position:relative;
  padding:70px 20px 80px;
  background:
    linear-gradient(rgba(6,21,43,.88),rgba(6,21,43,.96)),
    url('https://opotransfer.eu/wp-content/uploads/2026/06/ChatGPT-Image-5-de-jun.-de-2026-15_15_37.png') center/cover no-repeat;
}

.opo-contact-container{
  max-width:1200px;
  margin:0 auto;
  position:relative;
  z-index:2;
}

.opo-contact-intro span{
  color:#d6a11c;
  font-size:14px;
  font-weight:800;
}

.opo-contact-intro h1{
  font-size:54px;
  line-height:1.05;
  margin:18px 0;
  font-weight:800;
}

.opo-contact-intro p{
  max-width:520px;
  font-size:18px;
  line-height:1.6;
  margin:0 0 26px;
}

.opo-contact-badges{
  display:flex;
  gap:26px;
  flex-wrap:wrap;
  margin-bottom:42px;
}

.opo-contact-badges div{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:13px;
  font-weight:600;
}

.opo-contact-badges i{
  color:#d6a11c;
}

.opo-contact-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
  margin-bottom:28px;
}

.opo-contact-card{
  background:rgba(6,21,43,.78);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  padding:32px 22px;
  text-align:center;
}

.opo-contact-card > i{
  color:#d6a11c;
  font-size:44px;
  margin-bottom:20px;
}

.opo-contact-card h3{
  font-size:18px;
  margin:0 0 10px;
  font-weight:800;
}

.opo-contact-card p{
  color:rgba(255,255,255,.82);
  font-size:14px;
  margin:0 0 12px;
}

.opo-contact-card strong{
  display:block;
  color:#d6a11c;
  font-size:17px;
  margin-bottom:22px;
}

.opo-contact-card a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:42px;
  padding:0 22px;
  border:1px solid #d6a11c;
  border-radius:5px;
  color:#d6a11c;
  text-decoration:none;
  font-size:12px;
  font-weight:800;
}

.opo-contact-main{
  display:grid;
  grid-template-columns:2fr 1.15fr;
  gap:22px;
  margin-bottom:28px;
}

.opo-contact-form,
.opo-contact-why{
  background:rgba(6,21,43,.78);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  padding:28px;
}

.opo-contact-form h2,
.opo-contact-why h2{
  font-size:20px;
  margin:0 0 24px;
  font-weight:800;
}

.opo-form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:14px;
}

.opo-contact-form input,
.opo-contact-form textarea{
  width:100%;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.18);
  border-radius:6px;
  padding:15px;
  color:#fff;
  font-size:14px;
  outline:none;
}

.opo-contact-form textarea{
  height:140px;
  resize:none;
  margin-bottom:16px;
}

.opo-contact-form input::placeholder,
.opo-contact-form textarea::placeholder{
  color:rgba(255,255,255,.65);
}

.opo-contact-form button{
  height:46px;
  padding:0 28px;
  background:transparent;
  border:1px solid #d6a11c;
  border-radius:5px;
  color:#d6a11c;
  font-weight:800;
  cursor:pointer;
}

.opo-contact-form button i{
  margin-right:8px;
}

.opo-why-item{
  display:flex;
  gap:18px;
  margin-bottom:24px;
}

.opo-why-item i{
  color:#d6a11c;
  font-size:28px;
  min-width:32px;
}

.opo-why-item h4{
  margin:0 0 5px;
  font-size:16px;
  font-weight:800;
}

.opo-why-item p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:14px;
}

.opo-contact-map{
  position:relative;
  height:280px;
  overflow:hidden;
  border-radius:10px;
  border:1px solid rgba(255,255,255,.16);
  margin-bottom:28px;
}

.opo-contact-map iframe{
  width:100%;
  height:100%;
  border:0;
  filter:grayscale(1) invert(.85) contrast(1.1);
}

.opo-map-box{
  position:absolute;
  right:28px;
  top:28px;
  width:290px;
  background:rgba(6,21,43,.94);
  border:1px solid rgba(255,255,255,.16);
  border-radius:8px;
  padding:24px;
}

.opo-map-box h3{
  margin:0 0 18px;
  font-size:19px;
}

.opo-map-box p{
  color:#fff;
  font-weight:700;
  margin:0 0 14px;
}

.opo-map-box p i{
  color:#d6a11c;
  margin-right:8px;
}

.opo-map-box span{
  display:block;
  color:rgba(255,255,255,.78);
  margin-bottom:20px;
}

.opo-map-box a{
  display:flex;
  height:44px;
  align-items:center;
  justify-content:center;
  border:1px solid #d6a11c;
  color:#d6a11c;
  text-decoration:none;
  font-weight:800;
  border-radius:5px;
}

.opo-contact-cta{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px;
  background:rgba(6,21,43,.88);
  border:1px solid rgba(255,255,255,.16);
  border-radius:10px;
  padding:26px 34px;
}

.opo-contact-cta > div{
  display:flex;
  align-items:center;
  gap:24px;
}

.opo-contact-cta > div > i{
  color:#d6a11c;
  font-size:54px;
}

.opo-contact-cta h2{
  font-size:30px;
  margin:0 0 4px;
}

.opo-contact-cta p{
  margin:0;
  color:rgba(255,255,255,.8);
}

.opo-contact-cta a{
  height:54px;
  padding:0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  border:1px solid #d6a11c;
  color:#d6a11c;
  text-decoration:none;
  border-radius:5px;
  font-weight:800;
}

@media(max-width:1024px){
  .opo-contact-cards{
    grid-template-columns:repeat(2,1fr);
  }

  .opo-contact-main{
    grid-template-columns:1fr;
  }
}

@media(max-width:767px){
  .opo-contact-hero{
    padding:50px 16px;
  }

  .opo-contact-intro h1{
    font-size:40px;
  }

  .opo-contact-cards{
    grid-template-columns:1fr;
  }

  .opo-form-row{
    grid-template-columns:1fr;
  }

  .opo-map-box{
    position:relative;
    right:auto;
    top:auto;
    width:100%;
    border-radius:0;
  }

  .opo-contact-map{
    height:auto;
  }

  .opo-contact-map iframe{
    height:260px;
  }

  .opo-contact-cta{
    flex-direction:column;
    align-items:flex-start;
  }

  .opo-contact-cta a{
    width:100%;
  }
}/* End custom CSS */