/* SumpaLabs Color Palette - "Coastal Data" */
:root {
  --sumpa-navy: #0F172A;
  --sumpa-teal: #06B6D4;
  --sumpa-bg: #F8FAFC;
}

/* Typography Improvements */
body {
  font-size: 16px;
  line-height: 1.7;
}

/* Reduce heading sizes for better balance */
h1 {
  font-size: 2.5rem !important;
  margin-bottom: 1rem;
  line-height: 1.3;
}

h2 {
  font-size: 2rem !important;
  margin-bottom: 0.875rem;
  line-height: 1.35;
}

h3 {
  font-size: 1.75rem !important;
  font-weight: 600 !important;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

h4 {
  font-size: 1.25rem !important;
  margin-bottom: 0.625rem;
}

h5 {
  font-size: 1.1rem !important;
}

h6 {
  font-size: 1rem !important;
}

/* Increase paragraph text size */
p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 1.25rem;
}

/* List items */
li {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

/* Content area adjustments */
#content {
  font-size: 16px;
}

/* Feature boxes */
.box-simple p {
  font-size: 15px;
  line-height: 1.6;
}

.box-simple h3 {
  font-size: 1.35rem !important;
}

/* Override primary brand color with teal */
.btn-template-main,
.btn-template-main:hover,
.btn-template-main:focus,
.btn-template-main:active {
  background-color: var(--sumpa-teal) !important;
  border-color: var(--sumpa-teal) !important;
  color: white !important;
}

.btn-template-main:hover {
  background-color: #0891b2 !important;
  border-color: #0891b2 !important;
}

/* Primary text color */
a {
  color: var(--sumpa-teal);
}

a:hover {
  color: #0891b2;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: var(--sumpa-navy);
}

/* Top bar */
.top-bar {
  background-color: var(--sumpa-navy);
}

/* Footer */
footer.footer {
  background-color: var(--sumpa-navy);
}

/* Navbar brand */
.navbar-brand {
  font-weight: 800;
  color: var(--sumpa-navy) !important;
}

/* Feature icons */
.box-simple .icon {
  color: var(--sumpa-teal);
}

/* Section headings */
.heading h2 {
  color: var(--sumpa-navy);
}

.heading h3 {
  color: var(--sumpa-teal);
}

/* See more section anchor */
#product {
  scroll-margin-top: 80px;
}

/* Carousel text shadows for better readability */
.home-carousel .dark-mask h1,
.home-carousel .dark-mask h2,
.home-carousel .dark-mask p {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

/* Logo adjustments */
.navbar-brand img {
  max-height: 40px;
  width: auto;
}

/* Contact Form Styling */
#contact .box {
  background: white;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  border-radius: 4px;
}

#contact .form-control {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 12px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

#contact .form-control:focus {
  border-color: var(--sumpa-teal);
  box-shadow: 0 0 0 0.2rem rgba(6, 182, 212, 0.25);
  outline: none;
}

#contact label {
  font-weight: 600;
  color: var(--sumpa-navy);
  margin-bottom: 8px;
}

#contact .btn-template-main {
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

#contact .btn-template-main:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

#contact .alert {
  border-radius: 4px;
  font-size: 15px;
}

#contact h3, #contact h4 {
  margin-top: 0;
}

#contact .text-muted a {
  color: var(--sumpa-teal);
  text-decoration: none;
}

#contact .text-muted a:hover {
  text-decoration: underline;
}
