.gcs-contact-section {
	font-family: 'Inter', sans-serif;
	margin: 0;
	padding: 0;
	background-color: #343232;
}

/* --- Top Banner --- */
.gcs-top-banner {
  background-color: #8EC6D9;
  text-align: center;
  padding: 60px 20px;
}

.gcs-main-header {
  font-weight: 900;
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  margin: 0;
}

.gcs-main-subheader {
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  color: #fff;
  margin-top: 10px;
}

.gcs-bottom-content {
	background-color: #343232;
	text-align: center;
	padding: 60px 20px;
	max-width: 926px;
	margin: 0 auto;
}

.gcs-org-header {
  font-weight: 900;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 2%;
  color: #59CAD9;
  margin-bottom: 40px;
}

/* --- Contact Items Grid --- */
.gcs-contact-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  justify-items: center;
}

.gcs-contact-item {
  max-width: 300px;
  text-align: center;
}

.gcs-contact-icon {
  width: 72px;
  height: 72px;
  background-color: #4B4D53;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}

.gcs-contact-icon img {
  width: 72px;
  height: 72px;
}

/* --- Item Texts --- */
.gcs-item-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #59CAD9;
  margin-bottom: 8px;
}

.gcs-item-desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 4px;
}

.gcs-item-value {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #BFD3E9;
	max-width: 170px;
	margin: 0 auto;
}

/* --- Responsive --- */
@media (max-width: 768px) {
  .gcs-main-header {
    font-size: 40px;
    line-height: 52px;
  }

  .gcs-main-subheader {
    font-size: 24px;
  }

  .gcs-org-header {
    font-size: 28px;
  }

  .gcs-contact-items {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
    width: 100% !important;
  }
}
