.elementor-widget-container > .uael-party-propz-wrap i{color:var( --e-global-color-primary );}.elementor-widget-container > .uael-party-propz-wrap svg{fill:var( --e-global-color-primary );}.elementor-7484 .elementor-element.elementor-element-1641eff{--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;--margin-top:102px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor .uael-party-propz-widget-wrap i{color:var( --e-global-color-primary );}.elementor-widget-text-editor .uael-party-propz-widget-wrap svg{fill:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;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 );}.elementor-7484 .elementor-element.elementor-element-600e9b0{--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;}@media(max-width:767px){.elementor-7484 .elementor-element.elementor-element-e718dc2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-7484 .elementor-element.elementor-element-e718dc2.elementor-element{--align-self:flex-start;--order:-99999 /* order start hack */;--flex-grow:0;--flex-shrink:0;}}/* Start custom CSS for text-editor, class: .elementor-element-d09b481 */body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f0f0f0;
}

.contact-section {
  background: linear-gradient(135deg, #3399dd, #f2994a);
  color: white;
  text-align: center;
  padding: 100px 20px;
  border-radius: 12px;
  max-width: 100%;
  box-sizing: border-box;
}

.contact-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: 500;
}

.contact-tag i {
  margin-right: 6px;
}

.contact-section h1 {
  font-size: 48px;
  margin: 10px 0;
}

.highlight {
  color: #ffc166;
  font-weight: bold;
}

.contact-section p {
  max-width: 720px;
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.6;
  color: #ffffff;
}

@media (max-width: 600px) {
  .contact-section h1 {
    font-size: 32px;
  }

  .contact-section p {
    font-size: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-e718dc2 */body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #f8f9fb;
  color: #2c2c2c;
}

.contact-container {
  max-width: 800px;
  margin: 60px auto;
  padding: 0 20px;
}

.contact-container h2 {
  font-size: 32px;
  margin-bottom: 10px;
  color: #1d1d1f;
}

.contact-container p {
  font-size: 16px;
  color: #5f6368;
  margin-bottom: 30px;
}

.contact-box {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.contact-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.icon-circle {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: #e9f2fd;
  color: #2d87f0;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-content h4 {
  margin: 0 0 8px 0;
  font-size: 16px;
  font-weight: bold;
  color: #1d1d1f;
}

.contact-content p {
  margin: 0;
  font-size: 15px;
  color: #4b4b4b;
}

.contact-content a {
  color: #2b75f3;
  text-decoration: none;
}

.contact-content a:hover {
  text-decoration: underline;
}

.note {
  font-size: 13px;
  color: #888;
}

@media (max-width: 600px) {
  .contact-item {
    flex-direction: column;
    align-items: flex-start;
  }

  .icon-circle {
    margin-bottom: 10px;
  }
}/* End custom CSS */