body {
  scroll-behavior: smooth;

}

.bannerContainer {
  background-color: #f5fafd;
}

.bannerText {
  text-align: center;
  padding: 50px 0px;
}

.bannerText h1 {
  font-size: 35px;
  font-weight: 700;
  color:green;
}

.section-title {
  font-size: 24px;
  font-weight: bold;
  color:green !important;
}

.main-article {
  position: relative;
}

.main-image {
  border-radius: 8px;
}

.security-tag {
    position: absolute;
    bottom: 80px;
    right: 10px;
    background-color: #f9f9f9;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #0973a3;
}
.blogImgThumb{
    height: 250px;
    overflow:hidden;
    width: 100%;
}
    .blogImgThumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
.author-info {
    color: #666;
    font-size: 14px;
}

.author-info .author-name,
.author-info .publish-date {
  margin-right: 15px;
  color:#ff9933 !important;
}

.article-title {
  font-size: 20px;
  font-weight: bold;
  color:green;
}

.article-description {
  font-size: 16px;
  color: #444;
}

.sidebar-articles {
  border-left: 1px solid #ddd;
  padding-left: 15px;
}

.sidebar-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
}

.sidebar-image {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  object-fit: cover;
}

.publish-date i, .publish-date i {
    color: #ff9933;
}
.sidebar-title {
  font-size: 16px;
  font-weight: bold;
  color:green;
  text-decoration:none;
}
.sidebar-articles a {
    color: #444;
    text-decoration: none;
}
.publish-date i{
    margin-right: 5px;
}

.publish-date {
    color: #666;
    font-size: 14px;
}

.custom-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.card-image {
  width: 100%;
  height: auto;
}

.tag-overlay {
    position: absolute;
    bottom: 110px;
    right: 10px;
    background-color: #f9f9f9;
    color: #0973a3;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
}
#BlogList a {
    color: #444;
    text-decoration: none;
}
.card-content {
    padding: 15px;
}

.author-date {
  font-size: 14px;
  color: #ff9933;
  margin-bottom: 10px;
}

.author,
.date {
  margin-right: 15px;
}

.card-title {
  font-size: 16px;
  font-weight: bold;
  color: green;
  margin: 0;
}

.catagoryMenu {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #ff9933;
  margin-bottom: 20px;
}

.catagoryMenu ul {
  list-style: none;
  display: flex;
  float: right;
}

.catagoryMenu ul li a {
  text-decoration: none;
  color: green;
  padding: 10px 15px;
}

.btnBg {
  background-color: #0973a3;
  color: #fff;
  padding: 10px 30px !important;
  border-radius: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
}

.loadmoreBtn {
  width: 100%;
  text-align: center;
  margin: 20px 0px;
}

@media(max-width: 1025px) {
    .security-tag {
        bottom: 105px;
    }

    .tag-overlay {
        position: absolute;
        bottom: 126px;
    }
    .blogImgThumb {
        height: 200px;
        overflow: hidden;
    }
    
}
@media(max-width: 991px){
    .catagoryMenu ul {
        list-style: none;
        display: flex;
        float: right;
        flex-wrap: wrap;
    }
}

@media(max-width: 700px) {
    .article-title {
        font-size: 18px;
        font-weight: bold;
        color:green;
    }
    .tag-overlay {
        bottom: 100px;
    }
}