/* ===========================================================================
   lodhanew/blogs.css
   Auto-extracted from main.css — rules whose selectors are exclusively
   blog-page related (blogSec, bloglistSec, blog-detail, blogCard, etc.)
   Attach via: $variables['#attached']['library'][] = 'lodhanew/blogs';
   =========================================================================== */

.blogSec .textImgGrid .textImgDiv .thumbDiv li,
.bloglistSec .thumbDiv {
  width: 100%;
  display: flex;
}
.blog-detail h4,
.blogSec h3,
.bloglistSec h3 {
  font-size: 20px;
  line-height: 28px;
  color: #313131;
}
.textImgGrid .textImgDiv .thumbDiv .blogthumbDiv ul li {
  display: flex;
  padding-bottom: 10px;
}
.textImgGrid .textImgDiv .thumbDiv .blogthumbDiv ul li:last-child {
  padding-bottom: 0;
}
.blogSec .textImgGrid .textImgDiv .thumbDiv {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.bloglistSec .thumbDiv {
  flex-wrap: wrap;
  gap: 30px;
}
.blogSec .thumbDiv.nothumb .thumbtxt {
  width: 100% !important;
}
.bloglistSec .thumbDiv li {
  width: calc(50% - 30px);
}
.bloglistSec .thumbDiv li > div {
  display: flex;
}
.blogSec .textImgGrid .textImgDiv .thumbDiv li .thmbimg,
.bloglistSec .thumbDiv li .thmbimg {
  width: 45%;
}
.blogSec .textImgGrid .textImgDiv .thumbDiv li .thumbtxt,
.bloglistSec .thumbDiv li .thumbtxt {
  width: 60%;
  padding: 10px 0 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blogSec .textImgGrid .textImgDiv .thumbDiv .thmbimg img,
.bloglistSec .thumbDiv .thmbimg img {
  height: 100%;
  object-fit: cover;
  max-width: stretch;
}
.blogSec .textImgGrid .textImgDiv .imgDiv {
  width: 60%;
  padding-right: 1%;
}
.blogSec .textImgGrid .textImgDiv .imgDiv img {
  height: 100%;
  max-width: 100%;
  width: 100%;
}
.blogSec h3,
.bloglistSec h3 {
  font-family: "Cormorant Garamond Medium";
  text-align: left;
  margin-top: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.blog-detail h4 {
  font-family: Jost, sans-serif;
}
.blogCard .blogContentDiv .date {
  font-family: Jost, sans-serif;
  font-size: 12px;
  text-align: left;
  color: rgba(49, 49, 49, 0.5);
}
.blog-detail .swiper-wrapper {
  display: unset;
}
.blog-detail-cols {
  display: flex;
  padding-top: 50px;
  gap: 50px;
}
.blog-detail-cols,
.blog-detail-cols .swiper-slide,
.blog-iframe,
.blogCard .blogImgDiv img {
  width: 100%;
}
.blog-detail-cols .swiper-slide {
  padding-bottom: 20px;
}
.blog-detail-cols .blog-left-col {
  width: calc(100% - 400px);
}
.blog-detail-cols .blog-right-col {
  width: 400px;
  padding-top: 80px;
}
.blog-detail-cols .blog-right-col img {
  height: 235px;
}
.blog-detail h4 {
  margin-top: 50px;
}
.blog-detail .blogCard .blogImgDiv .blogCat {
  font-size: 16px;
  line-height: 20px;
  padding: 10px 20px;
}
.blog-detail h1 {
  font-family: "Cormorant Garamond Semibold";
  font-size: 30px;
  line-height: 36px;
  margin-top: 16px;
  color: #313131;
}
.blog-detail h6 {
  font-family: Jost, sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-top: 20px;
  color: #313131;
}
.blog-detail p {
  font-size: 16px;
  line-height: 22px;
  margin: 16px 0;
}
.blog-detail .date {
  font-size: 14px;
}
.blogCard .blogImgDiv {
  position: relative;
}
.recentblog {
  margin-top: 40px;
}
.blog-left-col img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  width: 100%;
}
@media (min-width: 768px) {
.blogSec h3 {
    height: 90px;
  }
}
.blogCard .blogContentDiv .goldenLineBtn {
  margin-top: 20px;
}
.blog-detail p a {
  color: #ac8d80;
}
.blogCard .blogImgDiv .blogCat {
  min-height: 28px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 6px;
  font-family: Jost, sans-serif;
  font-size: 12px;
  color: #fff;
  background: #ac8d80;
  position: absolute;
  left: 0;
  top: 0;
}
.blogCard .blogContentDiv {
  padding: 15px 20px 25px;
  border: 0.5px solid #ac8d80;
  border-top: 0;
}
.blogCard .blogContentDiv h5 {
  font-family: "Cormorant Garamond Medium";
  font-size: 20px;
  line-height: 28px;
  color: #313131;
  margin-top: 20px;
}
.blogCard .blogContentDiv p {
  margin-top: 10px;
}
.blogSliderDiv .blogCard h5,
.recentblog .blogContentDiv h5 {
  min-height: 56px;
}
.blog-detail .blog-left-col ul {
  margin-bottom: 25px;
  list-style-type: disc;
  margin-left: 18px;
}
.blog-left-col ul li {
  font-size: 16px;
  line-height: 22px;
  color: #6d6e70;
  font-family: Jost, sans-serif;
  margin-bottom: 8px;
}
.blog-detail .youtube-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 16px;
}
.blogsubheading strong {
  color: #6d6e70;
  font-family: Jost, sans-serif;
}
@media screen and (max-width: 980px) {
.blogSec .textImgGrid .textImgDiv .thumbDiv li .thmbimg,
.bloglistSec .thumbDiv li .thmbimg {
    width: 50% !important;
  }
}