.elementor-459 .elementor-element.elementor-element-95949eb{--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:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-459 .elementor-element.elementor-element-5656cd8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--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;}.elementor-459 .elementor-element.elementor-element-b1a6842{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-459 .elementor-element.elementor-element-c5ce5a7 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:14px;font-weight:600;color:#000000;}.elementor-459 .elementor-element.elementor-element-9321730 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:45px;font-weight:800;line-height:59px;letter-spacing:0px;color:#000000;}.elementor-459 .elementor-element.elementor-element-225a332 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:16px;font-weight:400;line-height:20px;color:#000000;}.elementor-459 .elementor-element.elementor-element-905d1e3{--display:flex;}.elementor-459 .elementor-element.elementor-element-679770c{--display:flex;}.elementor-459 .elementor-element.elementor-element-62de606{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-459 .elementor-element.elementor-element-95949eb{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:30px;--padding-right:0px;}.elementor-459 .elementor-element.elementor-element-5656cd8{--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;}.elementor-459 .elementor-element.elementor-element-b1a6842{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-459 .elementor-element.elementor-element-9321730 .elementor-heading-title{font-size:36px;line-height:40px;}.elementor-459 .elementor-element.elementor-element-905d1e3{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-459 .elementor-element.elementor-element-679770c{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for shortcode, class: .elementor-element-62de606 */.custom-contact-wrapper {
  width: 320px;
  background:#13225F;       /* Gold background */
  padding: 30px;
  position: relative;
}

/* shadow block behind form */
.custom-contact-wrapper::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: #3b2d24;       /* Dark brown shadow */
  z-index: -1;
}

/* Layout */
.custom-contact-form .row {
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
}

.custom-contact-form .row.full {
  flex-direction: column;
}

.custom-contact-form .col {
  flex: 1;
}

/* Inputs */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d9c7a6;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  padding: 4px 0 10px 0;
  outline: none;
  resize: none;
}

/* Placeholder color EXACTLY like the sample */
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #ffffff;
  /*opacity: 0.85;*/
}

/* Textarea height */
.custom-contact-form textarea {
  height: 40px;
}

/* Submit button */
.custom-contact-form input[type="submit"] {
  background: #ffffff;
  color: #13225F;
  border: none;
  padding: 14px 25px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
}

.custom-contact-form input[type="submit"]:hover {
  opacity: 0.85;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-95949eb */.custom-contact-wrapper {
  width: 430px;
  background: #c7a36;       /*/
  padding: 30px;
  position: relative;
}

/* shadow block behind form */
.custom-contact-wrapper::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: #3b2d24;       /* Dark brown shadow */
  z-index: -1;
}

/* Layout */
.custom-contact-form .row {
  display: flex;
  gap: 40px;
  margin-bottom: 10px;
}

.custom-contact-form .row.full {
  flex-direction: column;
}

.custom-contact-form .col {
  flex: 1;
}

/* Inputs */
.custom-contact-form input[type="text"],
.custom-contact-form input[type="email"],
.custom-contact-form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d9c7a6;
  background: transparent;
  color: #ffffff;
  font-size: 15px;
  padding: 4px 0 10px 0;
  outline: none;
  resize: none;
}

/* Placeholder color EXACTLY like the sample */
.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #ffffff;
  /*opacity: 0.85;*/
}

/* Textarea height */
.custom-contact-form textarea {
  height: 40px;
}

/* Submit button */
.custom-contact-form input[type="submit"] {
  background: #ffffff;
  color: #c7a369;
  border: none;
  padding: 10px 25px;
  font-size: 15px;
  cursor: pointer;
  margin-top: 10px;
}

.custom-contact-form input[type="submit"]:hover {
  opacity: 0.85;
}/* End custom CSS */