.ex-cc-div {
  font-family: var(--font-museo-sans);
  font-weight: 300;
  padding: 0 20px 0px 20px;
}

.ex-section-div {
  overflow: hidden;
  background: #fff;
  color: #4e4e4e;
  text-align: justify;
  font-size: 14px;
  font-family: var(--font-museo-sans);
  font-weight: 500;
}

.ct-title-h6 {
  font-size: 14px;
  margin-bottom: 15px;
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: 0;
  font-family: var(--font-museo-sans);
  font-weight: 500;
  color: #232323;
  line-height: normal;
}

.ct-icon-div {
  color: #3388c9;
  position: relative;
  padding: 0px 0px;
  font-size: 60px;
  line-height: 1;
  width: 2em;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.ct-p-p {
  font-family: var(--font-museo-sans);
  font-weight: 500;
  font-size: 12px !important;
}

@media (max-width: 576px) {
  .ct-p-p {
    font-size: 11px !important;
  }
}

.ct-link-a {
  color: black;
  font-family: var(--font-museo-sans);
  font-weight: 500;
  font-size: 14px !important;
}

@media (max-width: 576px) {
  .ct-link-a {
    font-size: 12px !important;
  }
}

.ct-card-div {
  align-items: center;
  text-align: center;
  border-width: medium;
  border-style: none;
  border-color: currentcolor;
  border-image: initial;
  background: white;
  padding: 15px;
  margin-bottom: 20px;
}

/* Section */
.contact-section {
  padding: 60px 0;
}

/* Heading */
.section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section-heading h3 {
  font-size: 28px;
}

.section-heading-p1 {
  font-family: var(--font-museo-sans);
  font-weight: 500;
}
.section-heading-p2 {
  font-family: var(--font-museo-sans);
  font-weight: 300;
}

/* Form */
.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 10px;
  font-size: 14px;
  transition: 0.3s;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: #000;
  outline: none;
}

/* Error */
.validation-text {
  color: red;
  font-size: 12px;
  margin-bottom: 10px;
}

/* Button */
.submit-btn {
  background: #56a3de;
  color: #fff;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 25px;
}

.submit-btn:hover {
  background: #3c7199;
}

/* Alert */
.alert-message {
  margin-top: 20px;
  padding: 12px;
  border-radius: 4px;
  text-align: center;
}

.alert-success {
  background: #e6ffed;
  color: #1a7f37;
}

.alert-error {
  background: #ffe6e6;
  color: #d93025;
}
