.elementor-82 .elementor-element.elementor-element-5020b88{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-c77dc0e */.suzzy-contact-page{
  position:relative;
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:110px 0 120px;
  overflow:hidden;
  font-family:'Poppins',Arial,sans-serif;
  background:
    radial-gradient(circle at 12% 18%,rgba(0,158,213,.22),transparent 28%),
    radial-gradient(circle at 88% 82%,rgba(0,173,66,.14),transparent 30%),
    linear-gradient(135deg,#eefaff 0%,#c7e5f3 48%,#eaf8ff 100%);
}

.suzzy-contact-page *{
  box-sizing:border-box;
}

.suzzy-contact-page:before{
  content:"";
  position:absolute;
  top:-140px;
  right:-120px;
  width:420px;
  height:420px;
  border-radius:50%;
  background:rgba(0,158,213,.18);
  filter:blur(8px);
}

.suzzy-contact-page:after{
  content:"";
  position:absolute;
  left:-160px;
  bottom:-170px;
  width:460px;
  height:460px;
  border-radius:50%;
  background:rgba(255,255,255,.5);
}

.suzzy-contact-hero{
  position:relative;
  z-index:2;
  width:min(920px,90%);
  margin:0 auto 60px;
  text-align:center;
}

.suzzy-contact-hero span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 18px;
  margin-bottom:18px;
  border-radius:999px;
  background:rgba(255,255,255,.75);
  border:1px solid rgba(0,158,213,.18);
  font-size:12px;
  font-weight:800;
  letter-spacing:3px;
  text-transform:uppercase;
  color:#009ed5;
}

.suzzy-contact-hero h1{
  margin:0 0 20px;
  font-size:clamp(36px,5vw,64px);
  line-height:1.05;
  font-weight:900;
  letter-spacing:-1.8px;
  color:#07324a;
}

.suzzy-contact-hero p{
  max-width:760px;
  margin:0 auto;
  font-size:17px;
  line-height:1.8;
  color:#42687a;
}

.suzzy-contact-wrap{
  position:relative;
  z-index:2;
  width:min(1180px,92%);
  margin:0 auto;
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:30px;
  align-items:stretch;
}

.suzzy-contact-info,
.suzzy-contact-form{
  position:relative;
  overflow:hidden;
  background:rgba(255,255,255,.88);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.75);
  border-radius:28px;
  padding:44px;
  box-shadow:0 24px 70px rgba(7,50,74,.14);
}

.suzzy-contact-info{
  background:
    linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.86));
}

.suzzy-contact-info:before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:6px;
  background:linear-gradient(90deg,#009ed5,#00ad42);
}

.suzzy-contact-tag{
  display:inline-flex;
  margin-bottom:16px;
  padding:8px 14px;
  border-radius:999px;
  background:#e8f8ff;
  color:#009ed5;
  font-size:12px;
  font-weight:800;
  letter-spacing:1.6px;
  text-transform:uppercase;
}

.suzzy-contact-info h2,
.suzzy-contact-form h2{
  margin:0 0 14px;
  font-size:clamp(28px,3vw,38px);
  line-height:1.15;
  font-weight:900;
  letter-spacing:-.8px;
  color:#07324a;
}

.suzzy-contact-info p,
.suzzy-contact-form p{
  margin:0 0 30px;
  font-size:15px;
  line-height:1.8;
  color:#5f7784;
}

.suzzy-contact-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.suzzy-contact-box{
  display:flex;
  gap:16px;
  align-items:center;
  padding:18px;
  border-radius:18px;
  background:#f6fbff;
  border:1px solid #e1f3fb;
}

.suzzy-contact-icon{
  width:46px;
  height:46px;
  flex:0 0 46px;
  border-radius:14px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#ffffff;
  box-shadow:0 8px 22px rgba(0,158,213,.12);
  font-size:20px;
}

.suzzy-contact-box strong{
  display:block;
  margin-bottom:4px;
  font-size:12px;
  text-transform:uppercase;
  letter-spacing:1.8px;
  color:#009ed5;
}

.suzzy-contact-box span{
  display:block;
  font-size:17px;
  font-weight:800;
  color:#12364d;
}

.suzzy-contact-wa,
.suzzy-contact-form a{
  margin-top:30px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  width:100%;
  padding:0 30px;
  border-radius:999px;
  background:linear-gradient(135deg,#00ad42,#009e3d);
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
  text-decoration:none;
  box-shadow:0 14px 30px rgba(0,173,66,.28);
  transition:.25s ease;
}

.suzzy-contact-wa:hover,
.suzzy-contact-form a:hover{
  transform:translateY(-3px);
  box-shadow:0 20px 40px rgba(0,173,66,.35);
  color:#fff;
}

.suzzy-contact-form{
  display:flex;
  flex-direction:column;
  gap:16px;
}

.suzzy-form-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.suzzy-contact-form input,
.suzzy-contact-form select,
.suzzy-contact-form textarea{
  width:100%;
  border:1px solid #d7eefb;
  background:#f7fbff;
  border-radius:16px;
  padding:17px 18px;
  font-family:inherit;
  font-size:15px;
  font-weight:500;
  color:#12364d;
  outline:none;
  transition:.22s ease;
}

.suzzy-contact-form input::placeholder,
.suzzy-contact-form textarea::placeholder{
  color:#8aa4b1;
}

.suzzy-contact-form input:focus,
.suzzy-contact-form select:focus,
.suzzy-contact-form textarea:focus{
  border-color:#009ed5;
  background:#ffffff;
  box-shadow:0 0 0 4px rgba(0,158,213,.11);
}

.suzzy-contact-form textarea{
  min-height:145px;
  resize:vertical;
}

.suzzy-contact-form a{
  margin-top:8px;
}

@media(max-width:900px){
  .suzzy-contact-page{
    padding:80px 0 90px;
  }

  .suzzy-contact-wrap{
    grid-template-columns:1fr;
  }

  .suzzy-contact-info,
  .suzzy-contact-form{
    padding:32px 22px;
    border-radius:24px;
  }

  .suzzy-form-grid{
    grid-template-columns:1fr;
  }

  .suzzy-contact-hero h1{
    letter-spacing:-1px;
  }
}/* End custom CSS */