/* Ensure styling does not conflict with the theme */
.single-aump_portfolio .aump_single-portfolio {
    max-width: 80%;
    margin: 40px auto;
    padding: 20px;
    box-sizing: border-box;
}

/* Featured Image Styling */
.single-aump_portfolio .aump_featured-image-wrapper {
    text-align: center;
    margin-bottom: 20px;
}

.single-aump_portfolio .aump_featured-image-wrapper img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Portfolio Content */
.single-aump_portfolio .aump_portfolio-content {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

/* Categories Styling */
.single-aump_portfolio .aump_portfolio-categories {
    margin-bottom: 15px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.single-aump_portfolio .aump_portfolio-categories strong {
    font-weight: bold;
    margin-right: 10px;
}

.single-aump_portfolio .aump_category {
    background: #f0f0f0;
    padding: 6px 12px;
    border-radius: 5px;
    font-size: 14px;
    display: inline-block;
}



/* Responsive Design */
@media (max-width: 768px) {
    .single-aump_portfolio .aump_single-portfolio {
        padding: 15px;
        margin: 20px auto;
    }

    .single-aump_portfolio .aump_portfolio-content {
        padding: 15px;
    }

    .single-aump_portfolio .aump_portfolio-description {
        line-height: 1.5;
    }
}

@media (max-width: 480px) {
    .single-aump_portfolio .aump_category {
        padding: 5px 10px;
    }
}






	
	
	
.aump_featured-image-wrapper img {
    width: 100%;
    height: auto;
}
.aump_popup-header {
    display: flow-root;
}





.aump_project-details-wrapper {
    padding: 30px;
}

h2.aump_project-title {
    margin-bottom: 20px;
}	

div#aump_popup-content-area {
    padding-top: 20px;
}	

span.aump_category-filter {
    text-decoration: none;
    border-radius: 100px ! IMPORTANT;
    color: #211638;
    border: 1px solid #e2e2e2;
    padding: 5px 20px;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}
span.aump_category-filter:first-of-type {
    margin-left: 0 !important;
}

span.aump_category-filter:hover {
    color: #666;
    background-color: #f4f4f4;
}	
span.aump_category-filter.active {
    color: #ffffff;
    background-color: #211638;
    border-color: #211638;
}

.aump_load-more-button-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;	
    text-align: center;
}

.aump_portfolio_image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 250px;

}
.aump_et_pb_module_header {
    padding: 10px;
	margin: auto;
}	
a.aump_wrapper-link-custom {
    color: inherit !important;
    text-decoration: none ! IMPORTANT;
    display: block;
    height: 250px;
    overflow: hidden;
}
.aump_load-more-buttom-wrapper {
    text-align: center;
    margin-top: 40px;
}	
button#aump_load-more-btn:hover {
    background: #211638;
}

button#aump_load-more-btn {
    background: #eb5916;
    border: 0;
    font-weight: bold;
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
	cursor: pointer;
}
button#aump_load-more-btn:disabled:before {
    content: "Loading...";
	font-size: 14px !important;
}

button#aump_load-more-btn:disabled {
    font-size: 0px;
}
div#aump_category-filter {
    margin-bottom: 20px;
    margin-top: 20px;
}	
.aump_portfolio_image:after {
    content: "Click to open project";
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    background: #eb5916;
    color: #fff;
    bottom: 0;
    padding: 5px;
	visibility:hidden;
}	
.project.type-project.status-publish:hover .aump_portfolio_image:after {
	visibility:visible !Important;
}

@media (max-width: 981px) { /* Only Mobile */
a.aump_wrapper-link-custom {
    height: 300px;
}	
span.aump_portfolio_image img:hover {
    transform: none !important;
}	
.aump_portfolio_image {
    height: 250px!important;
}
.aump_project {
    margin-bottom: 20px;
}	
} 
a.aump_portfolio-details-button {
    text-align: center;
    padding-top: 6px;
    padding-bottom: 6px;
	display:none;
	text-decoration: none;	
}



 .aump_portfolio_image img {
    border-radius: 5px;
	width: 100%;
} 
 .aump_project.type-project.status-publish {
    border: 1px solid #e4e5e7;
    border-radius: 5px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
} 

h1.aump_project-title {
    font-weight: bold;
}	
p.aump_portfolio-description {
    padding: 10px !important;
	margin: auto;
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    /* iPad landscape-specific styles */
.aump_et_pb_portfolio_grid_items, .aump_et_pb_portfolio_items {
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 20px; 
}
}	

 





.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.aump_stickey-buttons-portfolio-popup {
    position: sticky;
    top: -20px;
    display: flow-root;
    background: #fff;
    padding: 20px 50px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: -20px;
    text-align: right;
    border-bottom: 1px solid #f5f5f5;
	z-index: 999;
}	

	
.aump_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.aump_popup-content {
    position: relative;
    width: 65%;
    max-height: 90%;
    background: #fff;
    padding: 20px;
    overflow-y: auto;
    border-radius: 5px;
    min-height: 90%;
}
.aump_close-popup:hover {
    background: #f5f5f5;
}

.aump_close-popup {
    font-size: 25px;
    cursor: pointer;
    padding: 8px;
    float: right;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aump_prev-project, .aump_next-project {
    background: transparent;
    color: #333;
    border: none;
    cursor: pointer;
    font-size: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    border-radius: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px;
}
button.aump_prev-project {
    vertical-align: middle;
    padding-right: 12px;
	margin-left: 0px;
}
button.aump_next-project {
    vertical-align: middle;
    padding-left: 12px;
	position: relative;
}
button.aump_next-project:before {
    content: "";
    position: absolute;
    left: -5px;
    border-left: 1px solid #dcdcdc;
    display: block;
    width: 1px;
    height: 100%;
}
span.aump_previous-button-circle {
    border: 1px solid gainsboro;
    border-radius: 50%;
    padding: 8px 8px;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;	
}
span.aump_next-button-circle {
    border: 1px solid gainsboro;
    border-radius: 50%;
    padding: 8px 8px;
	vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;	
}	
button.aump_prev-project:hover span.aump_previous-button-circle, button.aump_next-project:hover span.aump_next-button-circle {
    background: #f5f5f5;
}	
.aump_loading-content-portfolio {
    display: block;
    margin-top: 40px;
    width: 100%;
    text-align: left;
	padding-left: 30px;
}
.aump_next-previous-buttons-wrapper {
    display: inline-block;
}
@media (max-width: 980px) { /* Mobile Only */
    .aump_popup-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #dcdcdc;
        padding: 20px 20px 10px;
        box-sizing: border-box;
    }

div#aump_popup-content-area {
    padding-top: 110px;
}
	
    .aump_close-popup {
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: right;
        margin-left: auto;
        float: none ! IMPORTANT;
    }
.aump_popup-content {
    border-radius: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
}
.aump_next-previous-buttons-wrapper {
    position: fixed;
    background: #fff;
    bottom: 0;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    left: 0;
    border-top: 1px solid #e4e5e7;
}
.aump_project-details-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 100px;
}	
.aump_stickey-buttons-portfolio-popup {
    padding: 15px 15px 15px 15px;
}
	
.aump_loading-content-portfolio {
	padding-left: 10px;
}	

}	
@media (min-width: 981px) { /* Desktop Only */
.aump_popup-header {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 10px;
}
}