.elementor-29 .elementor-element.elementor-element-1e78bde{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:flex-start;--gap:90px 90px;--row-gap:90px;--column-gap:90px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-29 .elementor-element.elementor-element-d012b34{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:10px 20px;--row-gap:10px;--column-gap:20px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-29 .elementor-element.elementor-element-1e78bde{--gap:0px 60px;--row-gap:0px;--column-gap:60px;--margin-top:45px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;}}@media(max-width:1200px){.elementor-29 .elementor-element.elementor-element-1e78bde{--margin-top:0px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(max-width:1024px){.elementor-29 .elementor-element.elementor-element-1e78bde{--gap:60px 0px;--row-gap:60px;--column-gap:0px;--flex-wrap:wrap;}}@media(max-width:767px){.elementor-29 .elementor-element.elementor-element-1e78bde{--margin-top:40px;--margin-bottom:60px;--margin-left:0px;--margin-right:0px;}}@media(min-width:768px){.elementor-29 .elementor-element.elementor-element-1e78bde{--content-width:1200px;}}@media(max-width:1366px) and (min-width:768px){.elementor-29 .elementor-element.elementor-element-d012b34{--width:46%;}}@media(max-width:1200px) and (min-width:768px){.elementor-29 .elementor-element.elementor-element-d012b34{--width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-29 .elementor-element.elementor-element-d012b34{--width:100%;}}/* Start custom CSS for text-editor, class: .elementor-element-6598ce0 *//* WRAP */
.css-contactus-wrap {
  position: relative;
  padding: 20px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
  background: #0f172a;
  color: #fff;
}

/* BACKGROUND GLOW */
.css-contactus-bg {
  position: absolute;
  background: radial-gradient(circle, #4f46e5, transparent 70%);
  top: -100px;
  left: -100px;
  filter: blur(120px);
  opacity: 0.6;
}

.css-contactus-bg::after {
  content: "";
  position: absolute;
  background: radial-gradient(circle, #06b6d4, transparent 70%);
  bottom: -150px;
  right: -150px;
  filter: blur(120px);
  opacity: 0.5;
}

/* HEADER */
.css-contactus-header {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}

.css-contactus-header h1 {
  font-size: 42px;
  margin-bottom: 10px;
}

.css-contactus-header p {
  color: #cbd5f5;
}

/* MAP */
.css-contactus-map {
  height: 350px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

/* GLASS PANEL */
.css-contactus-panel {
  display: flex;
  gap: 40px;
  max-width: 1100px;
  margin: auto;
  padding: 40px;
  border-radius: 20px;
  backdrop-filter: blur(20px);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 25px 80px rgba(0,0,0,0.4);
  position: relative;
  z-index: 2;
}

/* INFO */
.css-contactus-info {
  flex: 1;
}

.css-contactus-info h2 {
  margin-bottom: 15px;
}

.css-contactus-info p {
  margin-bottom: 10px;
  color: #e2e8f0;
}

.css-contactus-info a {
  color: #93c5fd;
  text-decoration: none;
}

.css-contactus-note {
  margin-top: 20px;
  font-size: 13px;
  color: #cbd5f5;
}

/* FORM */
.css-contactus-form {
  flex: 1;
}

.css-contactus-form h2 {
  margin-bottom: 15px;
}

/* FORM STYLE */
.css-contactus-form .em-row {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.css-contactus-form .em-md-6 {
  width: calc(50% - 8px);
}

.css-contactus-form .em-col {
  width: 100%;
}

/* INPUT */
.css-contactus-form input,
.css-contactus-form textarea {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
  color: #fff;
  transition: 0.3s;
}

.css-contactus-form input:focus,
.css-contactus-form textarea:focus {
  border-color: #60a5fa;
  box-shadow: 0 0 0 1px #60a5fa;
  outline: none;
}

/* BUTTON */
.css-contactus-form input[type="submit"] {
  background: linear-gradient(90deg, #4f46e5, #06b6d4);
  border: none;
  cursor: pointer;
  font-weight: 500;
}

.css-contactus-form input[type="submit"]:hover {
  opacity: 0.9;
}

/* MOBILE */
@media (max-width: 768px) {
  .css-contactus-panel {
    flex-direction: column;
  }

  .css-contactus-form .em-md-6 {
    width: 100%;
  }
}/* End custom CSS */