/* Landing Page Customization */

/* Define the theme's primary color */
:root {
  --primary-color: #ff6b6b;
}

/* Style the main header section */
#ad-header {
  background-color: #2c3e50;
  border-bottom: 2px solid var(--primary-color);
}

/* Change the background of the features section */
#ad-about-wrapper {
  background-color: #f9f9f9 !important;
}

/* Customize the call-to-action button */
.ad-btn {
  background-color: var(--primary-color);
  color: #ffffff;
  border: none;
}