@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

@font-face {
  font-family: 'Basics Serif Free';
  src: url('./assets/font/basics_serif/Basics\ Serif\ -\ Free.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
 body{
    background: url(./assets/images/printed-bg.png);
 }
.banner-header {
  background: linear-gradient(to top, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
  text-align: center;
  color: white;
  height: 300px;
}

.banner-head  {
  font-size: 30px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Basics Serif Free';
}

.banner-header .banner-breadcrumb {
  display: flex;
  justify-content: center;
  gap: 5px;
  font-size: 14px;
}

.banner-header .banner-breadcrumb a {
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.blog-detail-section {
    padding: 60px 0;
}

.blog-main-content {
    padding-right: 40px;
}

.blog-featured-img {
    margin-bottom: 30px;
    height: 500px !important;
}

.blog-featured-img .blog-featured-img-sec {
    width: 100%;
    height: 100%;
     border-top-right-radius: 100px;
    border-bottom-left-radius: 100px;
    object-fit: cover;
}

.blog-text-content p {
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}

.blog-sidebar {
    padding-left: 20px;
    position: sticky;
    top: 30px;
    align-self: flex-start;
}

.sidebar-title {
    font-family: 'Basics Serif Free', serif;
    font-size: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

.sidebar-post {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    align-items: flex-start;
}

.sidebar-post-img {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
}

.sidebar-post-img .thumbnail-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sidebar-post-content {
    flex: 1;
}

.sidebar-post-content a{
    text-decoration: none;
}
.sidebar-post-title {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 6px;
    line-height: 1.4;
}

.sidebar-post-date {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #666;
    margin: 0;
}

@media (max-width: 992px) {
    .blog-main-content {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .blog-sidebar {
        padding-left: 0;
    }
    .banner-header {
  background: linear-gradient(to top, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
  text-align: center;
  color: white;
  height: 350px;
}
.banner-head  {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Basics Serif Free';
}
}

@media (max-width: 576px) {
    .blog-detail-section {
        padding: 40px 0;
    }

    .sidebar-title {
        font-size: 24px;
    }

    .sidebar-post-img {
        width: 70px;
        height: 70px;
    }
    .blog-featured-img {
    margin-bottom: 30px;
    height: 300px !important;
}

.blog-featured-img .blog-featured-img-sec {
    width: 100%;
    height: 100%;
     border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    object-fit: cover;
}
.banner-header {
  background: linear-gradient(to top, #FFFFFF 0%, #E4B0A0 74.04%, #DFA391 85.72%, #DA947F 100%);
  text-align: center;
  color: white;
  height: 350px;
}
.banner-head  {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.7;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Basics Serif Free';
}
}
