.elementor-4721 .elementor-element.elementor-element-34459d3{--display:flex;}.elementor-4721 .elementor-element.elementor-element-5d2f58c > .elementor-widget-container{margin:20px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4721 .elementor-element.elementor-element-cb67581{--display:flex;--margin-top:100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4721 .elementor-element.elementor-element-47faa9b > .elementor-widget-container{margin:-110px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-4721 .elementor-element.elementor-element-bba3c0c{--display:flex;--margin-top:-46px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-4721 .elementor-element.elementor-element-6d0fa28{margin-top:-27px;margin-bottom:0px;}/* Start custom CSS for search_simple_short_base, class: .elementor-element-5d2f58c */section#hero-cats {
  /* Reduce height as mentioned earlier */
  height: 300px;
  
  /* Center the background image */
  background-position: center center !important;
  
  /* Center content */
  display: flex;
  align-items: center;
  justify-content: center;
  
  /* Add rounded corners to the section */
  border-radius: 12px;
  
  /* Reduce width by adding margins on left and right */
  margin-left: 10.5%;
  margin-right: 10.5%;
  
  /* Ensure background respects border radius */
  overflow: hidden;
}

section#hero-cats .content {
  /* Reduce width */
  max-width: 800px;
  width: 80%; 
  
  /* Center horizontally */
  margin: 0 auto;
  
  /* Center text */
  text-align: center;
}

/* Make sure the search form is properly sized */
section#hero-cats .content .search-holder {
  width: 100%;
}

/* Mobile responsive adjustments */
@media only screen and (max-width: 768px) {
  section#hero-cats {
    height: 220px;
    margin-left: 5%;
    margin-right: 5%;
  }
  
  section#hero-cats .content {
    width: 90%;
  }
  
  section#hero-cats .content h1 {
    font-size: 20px;
    line-height: 1.3;
  }
  
  section#hero-cats .content p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  
  section#hero-cats .content .search-holder {
    display: block;
    width: 100%;
  }
  
  section#hero-cats .content .search-holder input {
    height: 40px;
    font-size: 14px;
  }
  
  section#hero-cats .content .search-holder button {
    height: 40px;
    padding: 0 15px;
  }
}

/* For even smaller screens */
@media only screen and (max-width: 480px) {
  section#hero-cats {
    height: 200px;
    margin-left: 3%;
    margin-right: 3%;
  }
  
  section#hero-cats .content h1 {
    font-size: 18px;
  }
  
  section#hero-cats .content p {
    font-size: 12px;
    margin-bottom: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for adforest_cats_sports_short_base, class: .elementor-element-47faa9b *//* Make cards uniform in size with light orange theme */
.srvs-explore-box {
  height: 210px;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 16px;
  box-shadow: 0 8px 1px rgba(244, 164, 96, 0.15);
  transition: all 0.35s ease;
  overflow: hidden;
  background: white;
  border: 1px solid rgba(255, 165, 0, 0.08);
  display: flex;
  flex-direction: column;
}

/* Add subtle orange pattern overlay to image background */
.srvs-explore-img {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.srvs-explore-img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* Add subtle diagonal lines */
.srvs-explore-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}

.srvs-explore-img img {
  max-height: 90px;
  max-width: 90%;
  object-fit: contain;
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 3px 5px rgba(244, 164, 96, 0.2));
  transition: transform 0.3s ease;
}

/* Style card details with orange accent */
.srvs-explore-details {
  padding: 12px 10px 5px;
  text-align: center;
  background: white;
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Add subtle separator line */
.srvs-explore-details:before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  height: 2px;
}

.srvs-explore-details h4 {
  font-size: 14px;
  margin: 0 0 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #444;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  height: 36px;
}

/* Style the ads count */
.sprt-ex-ads {
  text-align: center;
  margin-top: 5px;
}

.sprt-ex-ads .btn-theme {
  font-size: 11px;
  padding: 2px 10px;
  border-radius: 20px;
  color: #ff8c42;
  border: 1px solid rgba(255, 140, 66, 0.3);
  transition: all 0.3s ease;
  display: inline-block;
}

.sprt-ex-ads .btn-theme:hover {
  color: #ff7730;
}

/* Enhanced hover effects */
.srvs-explore-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(244, 164, 96, 0.2);
  border-color: rgba(255, 165, 0, 0.15);
}

.srvs-explore-box:hover .srvs-explore-img img {
  transform: scale(1.05);
}

/* Make responsive adjustments */
@media (max-width: 767px) {
  .srvs-explore-box {
    height: auto;
    min-height: 150px;
  }
  
  .srvs-explore-img {
    height: 100px;
  }
  
  .srvs-explore-img img {
    max-height: 50px;
  }
  
  .srvs-explore-details {
    padding: 10px 8px 5px;
  }
  
  .srvs-explore-details h4 {
    font-size: 13px;
    -webkit-line-clamp: 2;
    height: 34px;
  }
  
  .sprt-ex-ads .btn-theme {
    font-size: 10px;
    padding: 1px 8px;
  }
}

@media (max-width: 480px) {
  .srvs-explore-box {
    margin-bottom: 15px;
  }
  
  .srvs-explore-img {
    height: 70px;
  }
  
  .srvs-explore-img img {
    max-height: 50px;
  }
  
  .srvs-explore-details h4 {
    font-size: 12px;
    margin-bottom: 3px;
  }
}/* End custom CSS */
/* Start custom CSS for ads_short_base, class: .elementor-element-37a5643 *//* Make all grid items the same height */
.new-small-grid {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 230px; /* Reduced from 250px */
}
/* Adjust the image container to have consistent height */
.new-small-grid-img {
    height: 224px; /* Match the image height */
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.new-small-grid-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This ensures images fill the container */
}
/* Make description section take remaining height with reduced padding */
.new-small-grid-description {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 5px; /* Reduced from 15px */
}
/* Ensure title has consistent height with reduced margins */
.new-small-grid-description h2 {
    margin-top: 0;
    margin-bottom: 5px; /* Reduced from 10px */
    font-size: 16px;
    line-height: 1.2; /* Tighter line height */
    height: 28px; /* Reduced from 32px */
    overflow: hidden;
}
/* Ensure category section has consistent height with reduced height */
.category-title {
    margin-bottom: 5px; /* Reduced from 10px */
    min-height: 2px; /* Reduced from 60px */
}
/* Fix masonry layout issues with reduced margins */
.posts-masonry .col-lg-4,
.posts-masonry .col-xl-3,
.posts-masonry .col-md-4,
.posts-masonry .col-sm-6 {
    margin-bottom: 15px; /* Reduced from 20px */
}
/* Responsive adjustments */
@media (max-width: 767px) {
    .new-small-grid {
        min-height: 180px; /* Reduced from 210px */
    }
    
    .new-small-grid-img {
        height: 110px;
    }
    
    .new-small-grid-description {
        padding: 6px; /* Reduced from 10px */
        display: flex;
        flex-direction: column;
    }
    
    .new-small-grid-description h2 {
        font-size: 8px;
        line-height: 1.1; /* Tighter line height */
        height: 26px; /* Reduced from 32px */
        margin-bottom: 3px; /* Reduced from 6px */
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .category-title {
        min-height: 18px; /* Reduced from 20px */
        max-height: 30px; /* Reduced from 35px */
        margin-bottom: 3px; /* Reduced from 6px */
        overflow: hidden;
    }
    
    .category-title .padding_cats {
        display: inline-block;
        margin-right: 2px; /* Reduced from 3px */
        font-size: 6px;
    }
    
    .category-title .padding_cats a {
        padding: 1px 3px; /* Reduced from 2px 4px */
        display: inline-block;
        white-space: nowrap;
    }
    
    .ad-price {
        font-size: 3px;
        font-weight: 500;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    /* Create 2x2 grid layout with tighter spacing */
    .posts-masonry .col-sm-6 {
        width: 50%;
        padding-left: 4px; /* Reduced from 6px */
        padding-right: 4px; /* Reduced from 6px */
        margin-bottom: 8px; /* Reduced from 12px */
    }
    
    .posts-masonry {
        margin-left: -4px; /* Reduced from -6px */
        margin-right: -4px; /* Reduced from -6px */
    }
}
@media (max-width: 480px) {
    .new-small-grid {
        min-height: 180px; /* Reduced from 190px */
    }
    
    .new-small-grid-img {
        height: 100px;
    }
}/* End custom CSS */