.elementor-kit-6{--e-global-color-primary:#16509D;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-header .site-branding .site-logo img{width:130px;max-width:130px;}.site-header .site-navigation ul.menu li a{color:#530303;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.segem-form-wrap{
  background: #ffffff;
  border: 1px solid #e8edf5;
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 12px 35px rgba(31, 79, 163, 0.08);
  max-width: 900px;
  margin: 0 auto;
}

.segem-form-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.segem-form-group{
  display: flex;
  flex-direction: column;
}

.segem-full{
  grid-column: 1 / -1;
}

.segem-label{
  font-size: 15px;
  font-weight: 700;
  color: #1f4fa3;
  margin-bottom: 8px;
  line-height: 1.4;
}

.segem-input,
.segem-textarea{
  width: 100%;
  border: 1.5px solid #d9e3f3;
  background: #f8fbff;
  color: #2c3440;
  border-radius: 14px;
  padding: 14px 16px;
  font-size: 15px;
  outline: none;
  transition: all 0.25s ease;
  box-sizing: border-box;
}

.segem-input{
  height: 52px;
}

.segem-textarea{
  min-height: 150px;
  resize: vertical;
}

.segem-input::placeholder,
.segem-textarea::placeholder{
  color: #8a94a6;
}

.segem-input:focus,
.segem-textarea:focus{
  border-color: #1f4fa3;
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(31, 79, 163, 0.10);
}

.segem-submit-wrap{
  margin-top: 4px;
}

.segem-submit{
  background: linear-gradient(135deg, #1f4fa3 0%, #2bb673 100%);
  color: #ffffff;
  border: none;
  border-radius: 14px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(31, 79, 163, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.segem-submit:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(31, 79, 163, 0.22);
  opacity: 0.96;
}

.segem-submit:active{
  transform: translateY(0);
}

.wpcf7-not-valid-tip{
  margin-top: 6px;
  font-size: 13px;
}

.wpcf7 form .wpcf7-response-output{
  margin: 18px 0 0;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 14px;
}

@media (max-width: 767px){
  .segem-form-wrap{
    padding: 20px;
    border-radius: 18px;
  }

  .segem-form-grid{
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .segem-full{
    grid-column: auto;
  }

  .segem-submit{
    width: 100%;
  }
}
.elementor-element.elementor-element-62d8d18e.e-con-full.e-flex.e-con.e-child[data-id="62d8d18e"]
 {
    box-shadow: none;
}
iframe.maps {
    width: 100%;
    height: 670px;
    border-radius: 20px;
}/* End custom CSS */