/* --- HERO IMAGE SECTION --- */
.dnmrc-hero {
  background-color: #f3fcff;
  padding: 40px 0 20px;
}

.dnmrc-hero-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}


/* --- CREATIVE TRAINING SECTION --- */
.dnmrc-section {
  background: linear-gradient(to right, #fdfdfd, #f3fcff);
  padding: 80px 0;
  font-family: 'Open Sans', sans-serif;
}

.section-title h2 {
  font-weight: 700;
  font-size: 34px;
  color: #1d3b53;
  margin-bottom: 10px;
}

.section-title p {
  font-size: 18px;
  color: #444;
  margin-bottom: 30px;
}

.dnmrc-content-box {
  background: #ffffff;
  padding: 35px;
  border-radius: 12px;
  border-left: 6px solid #00b3b3;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
}

.sub-heading {
  color: #005e6e;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
}

.styled-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.styled-list li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  color: #333;
}

.styled-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00b3b3;
  font-weight: bold;
}

.training-info p {
  margin: 8px 0;
  font-size: 16px;
}

a {
  color: #007c99;
  text-decoration: underline;
}

a:hover {
  color: #004d5a;
}

/* --- Button Reuse --- */

.site-btn.brochure-download-btn:hover {
  background-color: #367e7e;
}

.brochure-section {
  background-color: #eef6f9;
  padding: 60px 0;
}

.site-btn.brochure-download-btn {
  background-color: #046380;
  color: #fff;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  display: inline-block;
  margin: 10px 10px 0;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.site-navbar a{
    text-decoration: none;
}

.footer-widget a {
  text-decoration: none;
}

.footer-widget a:hover {
  text-decoration: underline; /* Optional: keep underline on hover */
}

.training-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
}

.training-info p {
  background: #f5faff;
  border-left: 5px solid #00b3b3;
  padding: 15px 20px;
  border-radius: 8px;
  font-size: 16px;
  color: #333;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}

.training-info p:hover {
  transform: translateY(-3px);
}

.training-info p strong {
  color: #034f66;
  display: block;
  margin-bottom: 4px;
}

.training-info a {
  color: #007c99;
  font-weight: 500;
  text-decoration: none;
}

.training-info a:hover {
  text-decoration: underline;
}

/* ✅ Responsive Breakpoints */
@media (max-width: 991px) {
  .training-info {
    grid-template-columns: 1fr; /* 1 column for tablets */
  }
}

@media (max-width: 575px) {
  .training-info p {
    font-size: 15px;
    padding: 12px 16px;
  }
}


.interest-form {
  background: #f3fcff;
  padding: 80px 0;
}

.interest-form h3 {
  font-size: 28px;
  color: #046380;
  margin-bottom: 10px;
}

.interest-form p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #444;
}

.site-btn.brochure-download-btn {
  background-color: #00b3b3;
  color: #fff;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.site-btn.brochure-download-btn:hover {
  background-color: #008c8c;
}
