.elementor-1318 .elementor-element.elementor-element-91684a3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:90px;--padding-bottom:120px;--padding-left:15px;--padding-right:15px;}.elementor-1318 .elementor-element.elementor-element-6adce7b h3 a{display:show !important;}.elementor-1318 .elementor-element.elementor-element-6adce7b .news-content p{display:show !important;text-align:left !important;}.elementor-1318 .elementor-element.elementor-element-6adce7b .link-btn{display:show !important;}.elementor-1318 .elementor-element.elementor-element-639d1ad{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-1318 .elementor-element.elementor-element-6846ff6 .icon{display:show !important;}.elementor-1318 .elementor-element.elementor-element-6846ff6 .content h3{display:show !important;}.elementor-1318 .elementor-element.elementor-element-6846ff6 .content p{display:show !important;}.elementor-1318 .elementor-element.elementor-element-6846ff6 .theme-btn{display:show !important;}@media(max-width:1024px){.elementor-1318 .elementor-element.elementor-element-91684a3{--padding-top:30px;--padding-bottom:60px;--padding-left:15px;--padding-right:15px;}}@media(min-width:768px){.elementor-1318 .elementor-element.elementor-element-91684a3{--content-width:1320px;}.elementor-1318 .elementor-element.elementor-element-639d1ad{--content-width:1320px;}}/* Start custom CSS for visaland-blog-post-widget, class: .elementor-element-6adce7b *//* === Dream Creations Uniform Blog Cards === */

/* Hide Author & Comments */
.dc-uniform-blog .post-date {
  display: none !important;
}

/* Card Same Height */
.dc-uniform-blog .news-box-items {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Image Container Same Size */
.dc-uniform-blog .news-image {
  width: 100%;
  height: 260px;   /* Desktop image height */
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  position: relative;
}

.dc-uniform-blog .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* Perfect crop, no stretch */
  display: block;
  transition: transform 0.4s ease;
}

/* Hover Effect */
.dc-uniform-blog .news-box-items:hover .news-image img {
  transform: scale(1.08);
}

/* Content Equal Height */
.dc-uniform-blog .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px 18px 22px;
}

/* Title Fix */
.dc-uniform-blog .news-content h3 {
  min-height: 56px;   /* Force same title height */
}

/* Excerpt Fix */
.dc-uniform-blog .news-content p {
  min-height: 54px;   /* Force same excerpt height */
}

/* Read More Button Align Bottom */
.dc-uniform-blog .news-content .link-btn {
  margin-top: auto;
  font-weight: 600;
}

/* Premium Card Look */
.dc-uniform-blog .news-box-items {
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
}

.dc-uniform-blog .news-box-items:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(0,0,0,0.15);
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .dc-uniform-blog .news-image {
    height: 220px;
  }

  .dc-uniform-blog .news-content h3 {
    min-height: 48px;
  }

  .dc-uniform-blog .news-content p {
    min-height: 48px;
  }
}

/* Mobile Responsive */
@media (max-width: 767px) {
  .dc-uniform-blog .news-image {
    height: 190px;
  }

  .dc-uniform-blog .news-content h3 {
    min-height: auto;
  }

  .dc-uniform-blog .news-content p {
    min-height: auto;
  }
}/* End custom CSS */