/*
Theme Name: EverHue
Theme URI: https://everhue.qodeinteractive.com
Description: Creative Agency & Portfolio WordPress Theme
Author: Edge Themes
Author URI: https://qodeinteractive.com
Text Domain: everhue
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.elementor-element-c78acdc, .elementor-element-ef5aa7e, .elementor-element-ef5aa7e, .elementor-element-585b4ea, .elementor-element-82dcc04, .elementor-element-3d55f95, .elementor-element-c380e90, .qodef-testimonials-thumbs, .elementor-element-cdbb983, .swiper-button-outside, .elementor-element-fbb716e, .elementor-element-71a1a7e{
    display: none !important;
}

.elementor-element-b6907d9 img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.3s ease;
}

.elementor-element-b6907d9 img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

#qodef-page-header .qodef-header-logo-link {
    height: 32px !important;
}

.elementor-element-71a1a7e span{
    color: black !important;
    font-size: 20px;
}

/* Dark overlay for Elementor background video */
.elementor-element-62d6c33::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* Adjust darkness */
    z-index: 1; /* Places it above the video but below content */
}

/* Make sure text/content stays above overlay */
.elementor-element-62d6c33 > * {
    position: relative;
    z-index: 2;
}
.elementor-23 .elementor-element.elementor-element-75ae3fa:not(.elementor-motion-effects-element-type-background), .elementor-23 .elementor-element.elementor-element-75ae3fa > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #eeeeee!important;
}

@media (max-width: 767px) {
  .elementor-element-4ded5ad {
    margin-top: -20px !important;
  }
}

/* .portfolio-category a{
    font-weight: 900;
    margin: 40px;
    font-size: 21px;
    text-decoration: none;
}
.portfolio-category {
    margin: 50px 0;
} */

/*.portfolio-category {
    margin-top: 25px;
    display: flex;
    gap: 20px; 
    overflow-x: auto; 
	overflow-y: hidden; 
    white-space: nowrap; 
    scrollbar-width: thin; 
    scrollbar-color: #999 transparent; 
	    margin-bottom: 20px;
}*/
/* Default (desktop) stays the same */
.portfolio-category {
    margin-top: 25px;
    display: flex;
    gap: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #999 transparent; /* Firefox */
    margin-bottom: 20px;
}
.all-cat-portfolio{
	margin-bottom: 13px;
    margin-left: -84px;
}
/* On small screens stack vertically */
@media (max-width: 768px) {
  .portfolio-category {
    display: block;           /* stack instead of flex row */
    overflow-x: visible;      /* disable horizontal scroll */
    white-space: normal;      /* allow wrapping */
	  margin-top: 50px;
  }
.all-cat-portfolio{
    margin-left: 14px;
}
  .portfolio-category a {
    display: block;           /* each link full width */
    margin-bottom: 10px;       /* spacing between links */
  }
}

.portfolio-category::-webkit-scrollbar {
    height: 6px; 
}

.portfolio-category::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 10px;
}

.portfolio-category a {
/*     font-weight: 900; */
    font-size: 18px;
    text-decoration: none;
    flex: 0 0 auto; /* prevent shrinking */
	margin: 33px;
}


.elementor-element.elementor-element-626e8cf.e-grid.e-con-full.e-con.e-child {
    width: 30em;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    margin: 20px;
}

#scroll-top-custom {
    width: 70px;
    height: 70px;
    border: 2px solid #000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2; /* Similar to your screenshot background */
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    transition: background-color 0.3s ease;
}

#scroll-top-custom:hover {
    background-color: #e0e0e0; /* Slight hover effect */
}

.arrow-up {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #000;
    border-top: 2px solid #000;
    transform: rotate(45deg);
    margin-top: 4px; /* Moves it down a bit for centering */
}
span.qodef-back-to-top-icon {
    margin-top: 11px;
}
/* div#qodef-single-portfolio-navigation {
    margin-bottom: 70px !important;
} */

.elementor-element-556b6b7 iframe {
    filter: grayscale(100%) brightness(80%);
}

.qodef-portfolio-list .entry-title {
    font-size: 19px;
}

/* #qodef-page-inner {
    padding: 0 0 100px !important;
} */

.qodef-portfolio-single{
	margin-top: 60px;
}

.portfolio-category a.active {
  border-bottom: 4px solid #000;
  margin-bottom: 22px;
}
@media (max-width: 768px) {
  .portfolio-category a {
    display: inline-block;  /* shrink to text width */
	  margin: 13px 40px;
  }

  .portfolio-category a.active {
    border-bottom: 2px solid #000; /* now just under text */
  }
}

#qodef-page-footer-top-area-inner {
  padding-bottom: 50px!important;
}
.qodef-portfolio-list .qodef-e-content {
  margin: 15px 0 0!important;
}

