.elementor-300 .elementor-element.elementor-element-7456989{--display:flex;--gap:1px 1px;--row-gap:1px;--column-gap:1px;}.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-300 .elementor-element.elementor-element-9f8490c{text-align:center;}.elementor-300 .elementor-element.elementor-element-9f8490c .elementor-heading-title{font-family:"gilroy-extrabold", Sans-serif;font-weight:400;color:#000000;}.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-300 .elementor-element.elementor-element-abed969{text-align:center;}.elementor-300 .elementor-element.elementor-element-abed969 p{margin-block-end:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-8c0b04a */#contact-cards {
  padding: 0px;
  background: #fff;
  font-family: "Gilroy", sans-serif;
}

#contact-cards .cc-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

#contact-cards .cc-item {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

#contact-cards .cc-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.1);
}

#contact-cards .cc-item i {
  font-size: 32px;
  color: #d4af37;
  margin-bottom: 15px;
}

#contact-cards .cc-item h4 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 8px;
  color: #111;
}

#contact-cards .cc-item p {
  font-size: 15px;
  font-weight: 300;
  color: #555;
  line-height: 1.5;
}

/* === TABLET === */
@media (max-width: 992px) {
  #contact-cards .cc-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* === MOBİL === */
@media (max-width: 480px) {
  #contact-cards .cc-grid {
    gap: 20px;
  }
}


#contact-cards .cc-item {
  text-decoration: none;
  cursor: pointer;
}

#contact-cards .cc-item:hover i {
  transform: scale(1.15);
}

#contact-cards .cc-item i {
  transition: transform 0.25s ease;
}

/* === FONT AYARI === */

/* Kart başlıkları → Gilroy ExtraBold */
#contact-cards .cc-item h4 {
  font-family: "Gilroy-extrabold", sans-serif;
  font-weight: 400; /* ExtraBold */
}

/* Kart içi metin → Gilroy Light */
#contact-cards .cc-item p {
  font-family: "Gilroy-light", sans-serif;
  font-weight: 300; /* Light */
}

/* İkonlar (istersen kalın dursun) */
#contact-cards .cc-item i {
  font-weight: 800;
}/* End custom CSS */