/*
Theme Name: DreamsLanding
Theme URI: #    
Version: 1.0
Description:  Dreams Landing Theme by Dreams Technologies.
Author: Dreams Technologies
Author URI: Dreams Technologies
Requires at least: 5.0
Requires PHP: 7.4
Tested up to: 7.4
License: GNU General Public License
License URI: license.txt
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments
Text Domain: dreamstour
Copyright (C) 2025 Dreams Technologies. All rights reserved.
*/
:root {--dreamstour_primary_color:#D4483B;}

@media (max-width: 991.98px) {
  .header .main-menu-wrapper .main-nav li.has-submenu ul .mega-menu-info ul.submenu {
    display: block !important;
    background: #E6ECF1;
  }
}

@media (min-width: 992px) {

  .header .main-menu-wrapper .main-nav > li .mega-menu-info ul.submenu { 
      position: relative;
      opacity: 1;
      visibility: visible;
      transform: scaleY(1);
      -webkit-transform:  scaleY(1);
      -moz-transform:  scaleY(1);
      -ms-transform:  scaleY(1);
      -o-transform:  scaleY(1);
      padding: 0 !important;
      border: none !important;
      box-shadow: none;
    }
}

.section-enhanced .swiper-wrapper .swiper-slide:nth-child(even) .ec-card .ec-card-desc p:last-child{
    margin-bottom: 0.5rem;
}
 


.blog_post_list_item {
  padding: 24px;
  border: 1px solid #EFEEFC; 
   border-radius: 10px;
   margin-bottom: 24px;
}
.blog_post_list_item:last-child {
  margin-bottom: 0 !important;
}
.blog_post_list_item .blog-item .blog-info .badge a  {
	color :#fff;
}
 .rightsidebar .card, .single-post .card{
  box-shadow: none;
  border: 1px solid #EFEEFC; 
  border-radius: 10px;
}
h2.breadcrumb-title {
   color: #fff;
}
.blog_post_list_item  .blog-img img {
max-height: 230px;
    object-fit: cover;
    width: 100%;
}