.author-section{
    background: url("../../public/img/download.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: black;
}
.author-section .container-fluid{
    background-color: rgba(248, 244, 244, 0.7);
    
}

.listitem ul li{
  margin-top: 1px;
}
/* author guiedline */
.author-guidelines {
  background-color: #f8f9fb;   /* very soft light gray-blue */
  padding: 60px 0;
}

.page-title {
  font-weight: 700;
  color: #0d3b66;
  letter-spacing: 0.5px;
}

.title-line {
  width: 80px;
  height: 3px;
  background: #0d6efd;
  margin: 10px auto 0;
}

.guideline-content {
  max-width: 850px;
  margin: auto;
}

.guideline-content h5 {
  margin-top: 35px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #0d3b66;
}

.guideline-content p {
  color: #444;
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 15px;
}

.guideline-content ol {
  padding-left: 20px;
  margin-top: 10px;
}

.guideline-content ol li {
  padding: 6px 0;
  line-height: 1.6;
  color: #444;
}
ul li{
    margin-top: -10px;
} 

/* copyright  */
.copyright-hero {
  background: url('https://images.unsplash.com/photo-1524995997946-a1c2e315a42f') no-repeat center center/cover;
  min-height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
}

/* Dark Overlay */
.overlay {
  background: rgba(10, 30, 60, 0.75);
  width: 100%;
  height: 90vh;
  padding: 80px 0;
}

.content-area {
  max-width: 850px;
  color: #ffffff;
}

/* Main Heading */
.main-heading {
  font-family: 'Georgia', serif;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #f8f9fa;
}

/* Sub Heading */
.sub-heading {
  font-size: 28px;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #ffd700;
}

/* Paragraph Styling */
.license-text,
.description {
  font-size: 17px;
  line-height: 1.8;
  color: #e6e6e6;
}

/* Highlight Text */
.highlight {
  color: #ffd700;
  font-weight: 600;
}

/* Button */
.btn-download {
  display: inline-block;
  margin-top: 25px;
  padding: 10px 25px;
  background: #ffd700;
  color: #0d3b66;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
}

.btn-download:hover {
  background: #ffffff;
  color: #0d3b66;
}