.elementor-324 .elementor-element.elementor-element-2f2b2fa{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-324 .elementor-element.elementor-element-2f2b2fa > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-324 .elementor-element.elementor-element-80e0e06{padding:0px 0px 0px 0px;}.elementor-324 .elementor-element.elementor-element-c9f990b > .elementor-widget-container{padding:0px 0px 0px 0px;}body.elementor-page-324:not(.elementor-motion-effects-element-type-background), body.elementor-page-324 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(90deg, #0ABAB5 0%, #003153 100%);}/* Start custom CSS for html, class: .elementor-element-c9f990b */.form-wrapper {
  width: 100%;
  max-width: 450px;
}

.glass-form {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  color: #fff;
}

.glass-form h2 {
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #fff;
}

.input-group {
  position: relative;
  margin-bottom: 1.8rem;
}

.input-group input,
.input-group textarea {
  width: 100%;
  padding: 1rem 0.75rem;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}
.input-group label {
  position: absolute;
  top: 50%;
  left: 0.75rem;
  transform: translateY(-50%);
  background: rgba(102, 126, 234, 0.3);
  padding: 0 0.4rem;
  font-size: 1rem;
  color: #eee;
  transition: 0.3s ease;
  pointer-events: none;
}

.input-group input:focus + label,
.input-group input:valid + label,
.input-group textarea:focus + label,
.input-group textarea:valid + label {
  top: -10px;
  font-size: 0.8rem;
  color: #fff;
  background: transparent;
}

button {
  width: 100%;
  padding: 0.9rem;
  background: #fff;
  color: #4f46e5;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s ease;
}

button:hover {
  background: #e0e0ff;
}
#name{
    background-color: transparent;
      width: 100%;
  padding: 1rem 0.75rem;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
    
}
#email{
      background-color: transparent;
      width: 100%;
  padding: 1rem 0.75rem;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #fff;
  font-size: 1rem;
  transition: all 0.3s ease;
  outline: none;
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-80e0e06 */#container{
    justify-content: center;
    align-items: center;
    margin-left: 28%;
}
  @media only screen and (max-width: 768px) {
  #container {
    margin-left: auto;
    margin-right: auto;
    width: 100%; /* Adjust as needed */
  }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-2f2b2fa */.contact{
 
  font-family: 'Poppins', sans-serif;
  background: linear-gradient(to right, #0abab5
,#003153);
}/* End custom CSS */