

/* ======= BLOGS ======= */

.related-brides-section {
  padding-block: 110px;
}


.blog-hero-section{
  background-image: url('../images/common-images/blog-hero.png');
  font-style: normal;
}
.review-hero-section{
  background-image: url('../images/common-images/blog-hero.png');
  font-style: normal;
}


.blog-detail-hero-section{
  background-image: url('../images/common-images/blog-detail-hero.png');
  font-style: normal;
}




  /* ======  Blogs  */
 .blog-teaser-section {
  padding-block: 110px;
}



.blog-teaser-section .blog-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 55px 20px;

  justify-items: center;
  margin-top: 30px;
}

.blog-cards-wrapper .blog-card {
  width: 100%;
  max-width: 386px;
  padding: 20px;
  box-shadow: 0px 0px 15px 0px #00000026;
  background: white;
}

.blog-card img {
  width: 100%;
  height: 195px;
  object-fit: cover;
  object-position: center;
}

.blog-card .blog-card-content {
  margin-top: 14px;
  max-width: 228px;
}

.blog-card-content .blog-date {
  font-size: 16px;
  color: var(--color-text-primary);
  margin-bottom: 20px;
}

.blog-card-content .blog-title {
  font-size: 22px;
  font-weight: 400;
  color: var(--color-text-primary);
}

.load-more-btn-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 77px;
}


/* Blog single detail page css */

.single-ft-img{
  padding-top: 101px;
  padding-bottom: 55px;
}
.left-content-area {
    width: 65%;
}
.right-sidebar-area {
    width: 35%;
}
.blog-inner-area {
    display: flex;
    gap: 30px;
}
.left-content-area h3 {
    padding-bottom: 25px;
}
.right-sidebar-area h3 {
    padding-bottom: 25px;
}
.right-sidebar-area h3{
  font-size: 22px;
    font-weight: 600;
    line-height: 100%;
}
.left-content-area h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 100%;
}
.left-content-area p {
    padding-bottom: 25px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}
.left-content-area ul li
 {
    list-style-type: none;
    font-size: 18px;
    padding-bottom: 16px;
    line-height: 30px;
}
.right-sidebar-area ul li{
   list-style-type: none;
    font-size: 18px;
    padding-bottom: 16px;
    line-height: 30px;
}
.right-sidebar-area ul li{
  position: relative;
    padding-left: 25px;
}
.left-content-area ul li {
    position: relative;
    padding-left: 20px;
}
.right-sidebar-area ul li:before {
  content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 10px;
    height: 10px;
    color: #333;
    font-size: 14px;
}
.recent-post{
  margin-bottom: 25px;
}
.left-content-area ul li:before {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 10px;
    height: 10px;
    color: #333;
    font-size: 14px;
}
.recent-post {
    padding: 30px;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    background-color: #FFFBF6;
}
.search-container {
  position: relative;
  width: 100%;
  max-width: 500px;
  border: 1px solid #D9D9D9;
  border-radius: 999px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background-color: white;
}
.search-container{
  margin-bottom: 25px;
}
.search-input::placeholder {
  color: black;
  opacity: 1; 
}
.search-icon {
  position: absolute;
  left: 20px;
  pointer-events: none;
}

.search-input {
  width: 100%;
  padding: 10px 20px 10px 35px; 
  border: none;
  outline: none;
  font-size: 16px;
  background: transparent;
}

/* Responsive Tweaks */
@media (max-width: 968px) {
  .blog-card img {
    height: 150px;
  }
}

@media (max-width: 768px) {
  .blog-card img {
    height: auto;
  }

  .blog-card .blog-card-content {
    max-width: 100%;
  }

  /***blog single detail page ***/
  .blog-inner-area {
    flex-direction: column;
}
.left-content-area {
    width: 100%;
}
.right-sidebar-area {
    width: 100%;
}
.single-ft-img {
    padding-top: 50px;
    padding-bottom: 20px;
}
}
