
.wg-contact-page {
  font-family: 'Poppins', sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #fbfbfb;
  padding: 0px;
}


.wg-contact-page .container {
  display: flex;
  max-width: 1200px;
  width: 90%;
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  border-radius:10px;
  margin-top:40px;
}


.wg-contact-page .left,
.wg-contact-page .right {
  flex:1;
  padding:20px;
}


.wg-contact-page .map {
  margin-top:20px;
  width:100%;
  height:250px;
  overflow:hidden;
}


.wg-contact-page .map iframe {
  width:100%;
  height:100%;
  border:0;
}


.wg-contact-page .contact-form input,
.wg-contact-page .contact-form textarea {
  font-family:'Poppins',sans-serif;
  width:100%;
  padding:12px;
  margin-bottom:12px;
  border:1px solid #ccc;
  border-radius:5px;
}


.wg-contact-page .contact-form button {
  width:100%;
  padding:12px;
  background:#2B2728;
  color:white;
  border:none;
  border-radius:5px;
}


@media(max-width:768px){

.wg-contact-page .container{
 flex-direction:column;
 width:100%;
}

.wg-contact-page .left,
.wg-contact-page .right{
 width:100%;
}

}

.wg-contact-header{
    position:relative;
    width:100%;
    padding:90px 20px 80px;
    text-align:center;
    background:
    radial-gradient(circle at top left, rgba(255,255,255,.15), transparent 35%),
    linear-gradient(135deg,#111111,#2b2728);
    overflow:hidden;
    margin-bottom:50px;
    border-radius: 20px;
}


/* Decorative circles */
.wg-contact-header::before,
.wg-contact-header::after{
    content:"";
    position:absolute;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
}

.wg-contact-header::before{
    width:250px;
    height:250px;
    top:-120px;
    left:-80px;
}

.wg-contact-header::after{
    width:220px;
    height:220px;
    bottom:-100px;
    right:-70px;
}


.wg-contact-title{
    position:relative;
    z-index:1;
    font-family:'Poppins',sans-serif;
    font-size:52px;
    font-weight:700;
    color:#ffffff;
    margin:0 0 18px;
    letter-spacing:-1px;
}


.wg-contact-title::after{
    content:"";
    display:block;
    width:80px;
    height:4px;
    background:#f76428;
    border-radius:50px;
    margin:20px auto 0;
}


.wg-contact-subtitle{
    position:relative;
    z-index:1;
    max-width:750px;
    margin:0 auto;
    font-family:'Poppins',sans-serif;
    font-size:18px;
    line-height:1.8;
    color:rgba(255,255,255,.85);
}


/* Mobile */
@media(max-width:768px){

.wg-contact-header{
    padding:60px 20px 50px;
}

.wg-contact-title{
    font-size:34px;
}

.wg-contact-subtitle{
    font-size:15px;
}

}

main {
  font-family: 'Poppins', sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #fbfbfb;
  padding: 20px;
}

.container {
  display: flex;
  max-width: 1200px;
  width: 90%;
  background: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-top: 10%;
}

.left, .right {
  flex: 1;
  padding: 20px;
}

.map {
  margin-top: 20px;
  width: 100%;
  height: 250px;
  background: #ddd;
  overflow: hidden; /* Prevents overflow */
}

.map iframe {
  width: 100%;
  height: 100%;
  border: none; /* Removes border */
}

.contact-form input,
.contact-form textarea {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: 12px;
  margin-bottom: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact-form button {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: 12px;
  background: #2B2728;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.section2 {
  padding-bottom: 30px;
}


/* Mobile Responsiveness */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    width: 100%;
    padding: 15px;
  }

  .left, .right {
    width: 100%;
    padding: 10px;
  }

  .map {
    height: 200px;
  }
}

@media (max-width: 480px) {
  main {
    padding: 10px;
  }

  .container {
    padding: 15px;
  }

  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
    padding: 10px;
  }

  .contact-form button {
    font-size: 14px;
    padding: 10px;
  }
}
