.elementor-1005 .elementor-element.elementor-element-ca6df62:not(.elementor-motion-effects-element-type-background), .elementor-1005 .elementor-element.elementor-element-ca6df62 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://mw.utande.africa/wp-content/uploads/2025/11/dandemutande-Contact-Us-Page-main.png");background-position:center center;background-repeat:no-repeat;background-size:auto;}.elementor-1005 .elementor-element.elementor-element-ca6df62 > .elementor-container{min-height:600px;}.elementor-1005 .elementor-element.elementor-element-ca6df62 > .elementor-background-overlay{opacity:0.33;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-1005 .elementor-element.elementor-element-ca6df62, .elementor-1005 .elementor-element.elementor-element-ca6df62 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-1005 .elementor-element.elementor-element-ca6df62{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-1005 .elementor-element.elementor-element-927d669 > .elementor-element-populated{margin:70px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Comfortaa;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1005 .elementor-element.elementor-element-4bad596 .elementor-button{background-color:var( --e-global-color-075cc30 );font-family:"Gotham", Comfortaa;font-size:24px;font-weight:bold;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );}.elementor-1005 .elementor-element.elementor-element-4bad596{margin:136px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1005 .elementor-element.elementor-element-42981e3 > .elementor-container{min-height:400px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Comfortaa;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1005 .elementor-element.elementor-element-09258a7{text-align:center;}.elementor-1005 .elementor-element.elementor-element-09258a7 .elementor-heading-title{font-family:"Comfortaa", Comfortaa;font-size:60px;font-weight:600;line-height:55px;word-spacing:0px;color:var( --e-global-color-075cc30 );}.elementor-widget-divider{--divider-color:var( --e-global-color-secondary );}.elementor-widget-divider .elementor-divider__text{color:var( --e-global-color-secondary );font-family:var( --e-global-typography-secondary-font-family ), Comfortaa;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-divider.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-widget-divider.elementor-view-framed .elementor-icon, .elementor-widget-divider.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-1005 .elementor-element.elementor-element-c8ba660{--divider-border-style:solid;--divider-color:#009EE1;--divider-border-width:2.2px;}.elementor-1005 .elementor-element.elementor-element-c8ba660 .elementor-divider-separator{width:100%;}.elementor-1005 .elementor-element.elementor-element-c8ba660 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-1005 .elementor-element.elementor-element-42981e3 > .elementor-container{min-height:292px;}.elementor-1005 .elementor-element.elementor-element-09258a7{margin:-140px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1005 .elementor-element.elementor-element-09258a7 .elementor-heading-title{font-size:21px;line-height:2em;letter-spacing:0px;}}/* Start custom CSS for heading, class: .elementor-element-09258a7 */.title-color{
    color:#009EE1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4337b05 *//* ----------------------------------
   FORM LAYOUT
---------------------------------- */
.contact-section {
  font-family: "Comfortaa";
  display: flex;
  gap: 40px;
  padding: 20px;
}

.left-box { flex: 1; }
.right-box { flex: 1; }

/* ----------------------------------
   HEADINGS & TEXT
---------------------------------- */
.left-box h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}

.subtext {
  color: #555;
  margin-bottom: 25px;
}

/* ----------------------------------
   FORM FIELDS
---------------------------------- */
.form-group {
  margin-bottom: 20px;
}

.row {
  display: flex;
  gap: 20px;
}

.row .form-group {
  flex: 1;
}

.field label {
  display: block;
  margin-bottom: 6px;
  font-weight: 600;
}

.field input,
.field textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Comfortaa";
}

textarea {
  height: 120px;
  resize: none;
}

/* Required indicator */
.req {
  color: red;
}

/* Checkbox */
.check.form-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.check label {
  line-height: 1.4;
}

/* ----------------------------------
   BUTTONS
---------------------------------- */
.main-btn {
  background: #082860;
  color: #fff;
  padding: 14px 26px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 600;
  width: 100%;
  transition: 0.3s ease;
  text-align: center;
}

.main-btn:hover {
  background: #1a6de0;
}

/* ----------------------------------
   RIGHT SIDE IMAGE & INFO BOX
---------------------------------- */
.hero-image img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 25px;
}

.info-card {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.07);
}

.info-block {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
}

.info-block h4 {
  margin: 0 0 4px;
  font-size: 16px;
}

.info-block p {
  margin: 0;
  font-size: 14px;
  color: #555;
}

/* ----------------------------------
   SOCIAL ICONS
---------------------------------- */
.follow {
  margin-top: 25px;
}

.icons {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.sicon {
  width: 38px;
  height: 38px;
  background: #ffffff;
  border: 1px solid #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #082860;
  font-size: 18px;
  transition: 0.3s;
}

.sicon:hover {
  background: #2d7ff9;
  color: #fff;
  border-color: #2d7ff9;
}

/* ----------------------------------
   MODAL (CORRECTED)
---------------------------------- */

/* Background overlay */
.modal-overlay {
  display: none; /* JS controls this */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.45);
  justify-content: center;
  align-items: flex-start;
  padding-top: 80px;
  z-index: 99999;
}

/* Modal box */
.modal-box {
  background: #fff;
  padding: 25px;
  width: 90%;
  max-width: 420px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);

  /* Animation */
  opacity: 0;
  transform: translateY(-40px);
  animation: slideDown 0.45s ease-out forwards;
}

/* Close button */
.modal-close {
  position: absolute;
  top: 14px;
  right: 18px;
  font-size: 26px;
  color: #777;
  cursor: pointer;
  transition: 0.3s;
}

.modal-close:hover {
  color: #000;
}

/* Accept button */
.accept-btn {
  background: #082860;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  margin-top: 15px;
  cursor: pointer;
  transition: 0.3s;
}

.accept-btn:hover {
  background: #1a6de0;
}


/* Slide-down animation */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ----------------------------------
   RESPONSIVE
---------------------------------- */
@media (max-width: 900px) {
  .contact-section {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Gotham';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://mw.utande.africa/wp-content/uploads/2025/09/Gotham-Light.woff2') format('woff2');
}
/* End Custom Fonts CSS */