/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.case_studie_main {
    color: #fff;
}
.case_studie_main h3 {
    color: #fff !important;
}
.case_studie_main {
    color: #fff;
    margin-bottom: 50px;
}
.case_studie_main:nth-last-child(1) {
    margin-bottom: 0;
}
.industries-listing-home {
    height: 610px;
    overflow: overlay;
}
.industry-featured-image img {
    height: 750px;
    object-fit: cover;
    border-radius: 30px;
}
.our_hisrory h3.upk-title a {
    pointer-events: none;
}
.industries-listing-home .close .close-industry,
.featured-image-link {
    display: none;
}
.industries-listing-home .close {
    padding-bottom: 10px;
}
.custom-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
   
}

.dropdown-toggle {
    background: #ffffff;
    padding: 10px 19px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 31px; 
	display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    z-index: 1000;
    padding: 10px;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	font-size: 17px;
}

.custom-dropdown.open .dropdown-menu {
    display: block;
}
.portfolio-grid{
    display: grid;
    grid-column-gap: var(--grid-column-gap, 30px);
    grid-row-gap: var(--grid-row-gap, 30px);
    grid-template-columns: repeat(2, 1fr);
}
h3.portfolio-title {
    font-family: "SF Pro Display", Sans-serif;
    font-size: 24px;
    font-weight: 600;
	margin-bottom: 0;
}
.portfolio-card h3.portfolio-title {
    font-family: "SF Pro Display", Sans-serif;
    font-size: 24px;
    font-weight: 600;
}
ul.portfolio-tag-list {
    padding: 0;
    margin: 6px 0px 12px;
}
ul.portfolio-tag-list li {
    background: #F1F3F4;
    font-size: 15px !important;
    padding: 5px 12px;
    display: inline-block;
    border-radius: 5px;
	margin-right: 12px;
}
.portfolio-card h3.portfolio-title a:hover {
    color: #000;
}
.portfolio-card .portfolio-image img {
    width: 100%;
    border-radius: 18px;
}
form#portfolio-filter-form {
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 1em;
	font-size: 20px;
}
.dropdown-toggle, .custom-dropdown {
    width: 243px;
}
.dropdown-menu input {
    transform: matrix(1.2, 0, 0, 1.2, 0, 0);
    margin-right: 5px;
	margin-top: 3px;
	display: none;
    cursor: pointer;
}
.dropdown-menu label {
    display: flex;
    gap: 3px;
    margin-bottom: 11px;
	align-items: flex-start;
	position: relative;
}
label.custom-checkbox:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #21272A;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
	border-radius: 4px;
}
.dropdown-menu label input:checked + div:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 12px;
    border: solid #21272A;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.dct_dropicon span.eael-simple-menu-indicator svg {
    color: #fff !important;
    fill: #fff !important;
}
.dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
}
.protfolio_list h3, .protfolio_list h2, .protfolio_list h4 {
    color: #fff !important;
}
 
@media (min-width: 1920px){
.portfolio-card h3.portfolio-title { 
	font-size: 32px;	
	}
}
@media (max-width: 1024px){
	.industries_listing_mobile {
   		 height: inherit;
		overflow: inherit;
	}
	.industries-listing-home div.e-loop-item + div.e-loop-item::before {
		top: 32px !important;
	}
	.industries-listing-home div.e-loop-item + div.e-loop-item {
		padding-top: 30px !important;
		padding-bottom: 10px !important;
	}
	.industries-listing-home div.e-loop-item::before {
        font-size: 36px !important;
    }
}
@media (max-width:767px){
	.case_studie_main div {
           font-size: 18px;
        line-height: 27px;
	}
	.case_studie_main h3 {
	        font-size: 30px;
	}
	.industries-listing-home div.e-loop-item::before{
		font-size: 40px !important;
	}
	.industries-listing-home div.e-loop-item {
        padding-left: 65px !important;
    }
	.industry-featured-image img {
		height: inherit;
	}

	.portfolio-grid  {
		display: grid;
		grid-column-gap: var(--grid-column-gap, 30px);
		grid-row-gap: var(--grid-row-gap, 30px);
		grid-template-columns: repeat(1, 1fr);
	} 
	form#portfolio-filter-form{
		gap: 12px;
		flex-direction: column;
 	   align-items: flex-start;
	}
	.dropdown-toggle, .custom-dropdown {
		width: 100%;
	}
	.dropdown-toggle {
		padding: 8px 20px;
		font-size: 18px;
	}
	.project-listing div div .project .project-tags-list{
		bottom: 20px!important;
	}
}


