/*=========== Global Styles ===========*/


body {
  font-family: "Concert One", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

a {
  text-decoration: none;
}

/*=========== Header ===========*/
#nav-header {
  background: #fbfcfc;
}

#logo-icon {
  width: 90px;
  height: 90px;
  margin-bottom: 3px;
  float: left;
}

#logo-icon:hover {
  width: 93px;
  height: 93px;
}

#header-list-style {
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: #00b1b2;
  margin: 15px 10px 0 5px;
}

#header-list-style:hover {
  font-size: 13px;
  color: grey;
  
}

#burger-icon {
  margin-top: 25px;
  background: white;
  border-radius: 100%;
  border: 3px solid #00b1b2;
  height: 45px;
}

#header-list {
  margin: 5px 0 8px;
}

#anchor,
#pagination,
#heads {
  text-align: center;
  font-weight: bold;
}

#inbetween-art {
  text-align: left;
  font-weight: bold;	
}

/*=========== Link & Text Styling ===========*/
#head {
  color: grey;
  font-weight: bold;
}

#links, 
#pagination {
  text-decoration: none;
  font-weight: bold;
  color: #00b1b2;
}

#links:hover {
  color: grey;
  font-size: 13px;
}

/*=========== Content Areas ===========*/
.cat-label-head {
  background: black;
  color: #fff;
  opacity: 0.6;
  font-weight: bold;
  padding: 5px;
}

/*=========== job tiles ===========*/
.research-latest {
  padding: 30px 0;
  
}

.container {
  max-width: 960px; 
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  font-size: 20px;
  font-weight: bold;
  color: #212529; 
  margin-bottom: 20px;
}

.article-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.article-item {
  background-color: #f8f9fa; 
  border-radius: 5px;
  border: 1px solid #dee2e6; 
  overflow: hidden;
}

.article-link {
  display: flex;
  align-items: flex-start;
  color: #212529;
  text-decoration: none;
  padding: 15px;
  transition: background-color 0.2s ease-in-out;
}

.article-link:hover {
  background-color: #e9ecef; 
}

.article-image {
  width: 170px;
  height: 150px;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ccc; 
}

.article-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; 
}

.article-details {
  flex-grow: 1;
}

.article-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}

.article-meta {
  font-size: 13px;
  color: #6c757d; 
}


@media (max-width: 768px) {
  .article-list {
    grid-template-columns: 1fr; 
  }
}

/*=========== end of job tile ===========*/

#welcome-div,
#welcome-div-ex,
#welcome-div-ex-invesment,
#welcome-div-ex-invesments {
  color: grey;
  padding: 20px;
  text-align: center;
}

#welcome-div {
  font-size: 15px;
}

#welcome-div-ex {
  margin: 10px 0 10px;
  background: #f4f6f7;
  padding-top: 10px;
}

#welcome-div-ex-invesment {
  margin: 10px 0 20px;
  background: #f4f6f7;
  padding-top: 10px;
}

#welcome-div-ex-invesments {
  margin: 10px 0 20px;
  background: #fbfcfc;
  border-radius: 5px;
  padding-top: 10px;
}

#author_detail {
  font-size: 10px;
  color: black;
  text-align: left;
}

#job_posts,
.modal-content {
  font-weight: 200;
}

#btn_primary {
  background: #00b1b2;
  color: white;
}

h4,
#labels {
  color: grey;
}

#more-title {
  color: white;
}

/*=========== Categories ===========*/
#number-category {
  border-radius: 100%;
  height: 60px;
  width: 60px;
  background-color: #00b1b2;
  font-weight: bold;
  font-size: 25px;
  color: white;
  text-align: center;
  padding-top: 10px;
}

#category-tab {
  border-bottom: 5px dotted grey;
  margin-bottom: 50px;
  padding: 15px;
}

#category-link {
  border-radius: 20px;
  background: linear-gradient(315deg, #58d68d 5%, #00b1b2 74%);
  padding: 10px;
  color: white;
  text-decoration: none;
}

#category-link:hover {
  color: grey;
  font-size: 15px;
}

#category-content {
  color: #00b1b2;
  font-weight: 200;
}

#category-img:hover {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
}

#category-wrapper {
  padding: 15px;
  border-radius: 15px;
  background: #f7f9f9;
}

#category-wrapper:hover {
  opacity: 0.8;
  background: #ecf0f1;
}

/*=========== Articles ===========*/
#articles-container {
  padding: 15px;
  padding-top: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
  background: #f4f6f7;
}

#article-top-header {
  margin-top: 150px;
}

#article_dot,
#dots {
  border-bottom:5px #00b1b2 dotted;  
}

#article_in {
  color: grey;	
}

#article-margin{
  margin-top: 100px;	
}

/*=========== Blog Section ===========*/
.blog-section {
  max-width: 900px;
  margin: 0 auto;
}

.blog-header {
  text-align: center;
  margin-bottom: 40px;
}

.blog-header h1 {
  font-size: 2.5em;
  margin-bottom: 10px;
  color: #2c3e50;
}

.blog-header p {
  font-size: 1.1em;
  color: #555;
}

.blog-posts {
  display: flex;
  flex-direction: column;
}

.blog-post {
  display: flex;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.post-image {
  flex: 0 0 250px;
  position: relative;
  overflow: hidden;
}

.post-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-height: 180px;
}

.image-text-overlay,
.image-price-overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px 10px;
  font-size: 0.9em;
  border-radius: 3px;
}

.blog-post:nth-child(1) .image-text-overlay {
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  padding: 8px;
  font-weight: bold;
}

.blog-post:nth-child(3) .image-text-overlay {
  bottom: 30px;
  left: 10px;
  background-color: #007bff;
}

.blog-post:nth-child(3) .image-price-overlay {
  bottom: 10px;
  right: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  color: #007bff;
  font-weight: bold;
  padding: 3px 6px;
  font-size: 0.8em;
}

.blog-post:nth-child(5) .image-text-overlay.price-overlay {
  bottom: 10px;
  left: 10px;
  background-color: #28a745;
  font-size: 1.2em;
  padding: 10px 15px;
}

.blog-post:nth-child(5) .image-text-overlay .per-month {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  margin-top: 2px;
}

.post-content {
  flex: 1;
  padding: 20px;
}

.post-content h3 {
  font-size: 1.5em;
  margin: 0 0 10px;
  color: #2c3e50;
}

.post-excerpt {
  font-size: 1em;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
}

.read-more {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}

.post-meta {
  font-size: 0.9em;
  color: #777;
  font-weight: bold;
}

.post-divider {
  border: 0;
  height: 1px;
  background-color: #eee;
  margin-bottom: 30px;
}

/*=========== Responsive ===========*/
@media (max-width: 768px) {
  .blog-post {
    flex-direction: column;
  }

  .post-image {
    width: 100%;
    max-height: 250px;
  }

  .post-content {
    padding: 15px;
  }

  .blog-header h1 {
    font-size: 2em;
  }

  .blog-header p {
    font-size: 1em;
  }

  .post-content h3 {
    font-size: 1.3em;
  }
}

/*=========== Footer ===========*/

#whole-footer {
    background: black;
    padding: 15px;
    color: grey;
}

#footer-logo-images {
    width: 30px;
    height: 30px;
}

#signature1 {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    color: white;
    width: 95%;
    overflow: auto;
}

#footer-labels {
    background: white;
    border-radius: 20px;
    padding: 5px;
    width: 150px;
    font-weight: bold;
    color: grey;
}

#footer-labels {
    background: white;
    border-radius: 20px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
}

#footer-head-tag {
    font-weight: bold;
    color: white;
}

#signature {
    text-align: center;
    color: white;

}
/*******END OF FOOTER*********/


