.siteContainer {
    max-width: 1320px;
    margin: 0 auto
}

body a {
    text-decoration: none;
    display: inline-block
}

body ul,
body li {
    margin: 0;
    padding: 0;
    list-style: none
}

.featuredBlogMain {
    display: flex;
    border-radius: 20px;
    background: #F9FBFD;
    align-items: center;
    justify-content: space-between;
    margin-top: 4vw
}

.blogShareAndViewList {
    display: flex
}

.blogTimeList {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px
}

.blogTimeList p {
    margin: 0;
    padding-left: 5px
}

.blogTimeList svg {
    width: 20px;
    height: 20px
}

.featuredContent {
    width: 50%;
    padding: 20px 80px 20px 60px
}

.featuredContent>p {
    margin-bottom: 60px
}

.blogFeaturedImgMain {
    width: 50%
}

.blogFeaturedImgMain img {
    max-width: 715.715px;
    height: 407px;
    width: 100%;
    object-fit: cover;
    border-radius: 0 20px 20px 0
}

.featuredContent h2 {
    margin: 0;
    margin-bottom: 10px;
    font-weight: 600
}

a.blogReadNowBtn {
    color: #1292BC;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center
}

a.blogReadNowBtn svg path {
    stroke: #1292BC
}

.blogAuthorDetailMain ul {
    display: flex
}

.blogAuthorDetailMain ul li {
    padding: 0 20px;
    border-right: 1px solid #949FAC
}

.blogAuthorDetailMain ul li:first-child {
    padding-left: 0
}

.blogAuthorDetailMain ul li.blogAuthor {
    border-right: 0
}

.blogAuthorDetailMain {
    margin: 30px 0 0
}

.blogListCardMain .blogAuthorDetailMain ul li {
    padding: 0 6px;
	font-size:14px;
	line-height:22px;
}

.blogListCardMain .blogAuthorDetailMain ul li:first-child {
    padding-left: 0
}

.blogListCardMain .blogAuthorDetailMain {
    margin: 20px 0 0
}

.blogListCard {
    border-radius: 20px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / .15);
    height: 100%;
    background-color: #F9FBFD
}

.blogListCardMain {
    width: 33.33%;
    padding: 18px 18px
}

.blogListTop {
    position: relative;
    height: 225px
}

.blogListTop a {
    height: 100%;
    width: 100%
}

.blogListMain .blogPostdate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between
}

.blogListMain .blogPostdate p {
    margin: 0
}

.blogListTop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 20px 0 0
}

.blogListContant {
    padding: 30px
}

.blogListContant h2 {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600
}

.blogListContant>p {
    margin: 20px 0;
	min-height:96px;
}

.blogReadNowBtn svg {
    margin-left: 10px
}

.blogListMain {
    display: flex;
    margin: 0 -18px;
    flex-wrap: wrap
}

div#content {
    padding-top: 0
}

.blogListSection {
    padding: 4vw 0
}

.blogListSection h2.bologListPageHeading {
    text-align: center;
    margin: 0;
    margin-bottom: 2.083vw;
    font-weight: 700
}

.blogFeaturedImgMain a {
    width: 100%;
    height: 100%
}

.blogheroSectionMain {
    padding: 8.5vw 0 5.99vw;
    background-image: url(https://codingkart.com/wp-content/uploads/2025/03/Background-1.webp);
    background-size: cover;
    background-position: center;
    min-height: 450px;
    display: flex;
    align-items: center;
}

.heroInnerContainer {
    margin: 0 auto;
    text-align: center
}

.blogheroSectionMain h1 {
    font-family: "Plus Jakarta Sans", Sans-serif;
    font-size: 90px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.3em;
    text-align: center;
    color: #FFFFFF;
}

.blogheroSectionMain p {
    margin: 20px 0 0 0;
    color: rgb(255 255 255 / 70%)
}


.featuredBlogMain .blogFeaturedImgMain img {
    max-width: 715.715px;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 0 20px 20px 0
}