.elementor-474 .elementor-element.elementor-element-8f37115{--display:flex;}.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 );}.elementor-474 .elementor-element.elementor-element-e4dad14{--display:flex;}/* Start custom CSS */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;500;800;900&display=swap');

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background: #fff;
  color: #000;
}

/* section */
.contact-creative {
  padding: 120px 60px;
}

/* big title */
.title {
  font-size: 120px;
  font-weight: 900;
  line-height: 0.8;
  letter-spacing: -4px;
  margin-bottom: 80px;
  position: relative;
}

.title span {
  display: block;
  opacity: 0.08;
  transform: translateY(-60px);
}

/* grid */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* card */
.card {
  padding: 30px;
  border: 1px solid #ddd;
  transition: 0.4s;
  position: relative;
}

/* hover effect */
.card:hover {
  border-color: #000;
  transform: translateY(-6px);
}

/* typography */
.card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: 1px;
}

.company {
  font-weight: 600;
  margin-bottom: 10px;
}

.address {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.tel {
  margin-top: 15px;
  font-weight: 500;
}

/* highlight block */
.highlight {
  background: #000;
  color: #fff;
}

.highlight p {
  margin-bottom: 10px;
}

/* responsive */
@media (max-width: 1024px) {
  .grid {
    grid-template-columns: 1fr;
  }

  .title {
    font-size: 64px;
  }
}/* End custom CSS */