/**
 * Custom Styles for Social Nature Theme
 * Add your custom CSS here
 */

/* Additional custom styles can be added here */

/* WPBakery Custom Element Styles */
.vc_custom_heading {
  font-family: "Montserrat", sans-serif;
}

/* Custom Button Styles */
.custom-button {
  display: inline-block;
  padding: 12px 24px;
  background-color: #08adcd;
  color: #ffffff;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.custom-button:hover {
  background-color: #0694b3;
  color: #ffffff;
}

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

@media screen and (max-width: 768px) {
  .section-spacing {
    padding: 40px 0;
  }
}
