/* hero_section */
.hero_section{
    padding-top: 80px;
    margin-bottom: 80px;
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/service_banner_bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.hero_section h1{
    color: #000000;
    text-align: left;
    font-size: 55px;
    font-weight: 600;
    letter-spacing: 0;
}
select#solution-filter-option[aria-hidden="true"],select#techonlogy-filter-option[aria-hidden="true"] {
    opacity: 0 !important;
}   
.technologies-filter,.solution-filter{
    position: relative;
}
select#solution-filter-option,select#techonlogy-filter-option{
    width: -webkit-fill-available;
    border: unset;
    background-color: transparent;
}
section.hero_section p{
    color: #333333;
    font-size: 22px;
    line-height: 2;  
    font-weight: 500;
}
.hero_section .d-flex .col-md-8 {
    width: 61.93%;
}
.hero_section .d-flex{
    gap: 18px;
}
.banner-left-img {
    height: auto;
    width: 460px;
    object-fit: cover;
    margin: auto;
}
.technology-partner .cnt-text{
    font-size: 20px;
    line-height: 1.87;
    letter-spacing: 0.02em;
    font-weight: 500;
}
.portfoliofilter {
    background-color: #FFF7F7;
    border: 1px solid #F43336;
    border-radius: 20px;
    padding: 20px;
    margin: auto;
    width: 1082px;
    margin-bottom: 40px;
}
.portfoliofilter .d-flex{
    gap: 35px;
}
.portfoliofilter .fliter{
    font-size: 26px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #000;
}
.portfoliofilter .fliter svg{
    width: 30px;
    height: 30px;
}
.select2-results .select2-results__option{
    margin-bottom: 5px;
}
.select2-results .select2-results__option:last-child{
    margin-bottom: 0px;
}
.select2-container--default .select2-selection--single {
    background-color: unset !important;
    border: unset !important;
    border-radius: 0 !important;
    height: auto !important;
}
.solution-filter {
    border-radius: 10px ;
    height: 60px ;
    border: 1.5px solid #F43336 ;
    display: flex ;
    align-items: center;
    width: 186px;
    background-color: #fff;
}
.technologies-filter{
    border-radius: 10px;
    height: 60px;
    border: 1.5px solid #F43336;
    display: flex;
    align-items: center;
    background-color: #fff;
    width: 250px;
}
button.clear_filter {
    border: unset;
    background: unset;
    font-size: 26px;
    color: #F43336;
    letter-spacing: 0.02em;
    line-height: 1.5;
    font-weight: 500;
    padding: 0;
    text-decoration: underline;
}
.solution-filter-dropdown {
    width: 100%;
}
.portfoliofilter .select2-container{
    width: 100% !important;
}
/* .solution-filter:after, .technologies-filter::after {
    content: "";
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/career/Layer_1.svg);
    background-position: center;
    background-size: cover;
    display: inline-block;
    height: 10px;
    width: 18px;
    border: unset;
    transform: rotate(0deg);
    background-color: transparent;
} */
.solution-filter:after,.technologies-filter::after {
    content: "";
    background-image: url(/wp-content/themes/deskcodesolution/assets/images/career/Layer_1.svg);
    background-position: center;
    background-size: cover;
    display: inline-block;
    height: 10px;
    width: 18px;
    border: unset;
    transform: rotate(0deg);
    background-color: transparent;
    position: absolute;
    right: 20px;
}
.portfoliofilter .select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 31%;
    right: 15px;
    width: 20px;
}
 .select2-results__option {
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
.portfoliofilter span.select2-selection__placeholder{
    color: #000 !important; 
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected{
    color: #fff !important;
    background-color: #f43336 !important;
}
.select2-selection__arrow b {
    display: none !important;
}
.portfoliofilter .select2-container--open .select2-selection__arrow:after{
    transform: rotate(180deg) !important;
    right: 18px;
    top: 23px;
}
select#solution-filter-option,select#techonlogy-filter-option,
.select2-selection__rendered {
    font-size: 22px;
    font-weight: 600;
    color: #000 !important;
    letter-spacing: 0.02em;
    padding: 16px 30px !important;
    appearance: none;
    -webkit-appearance: none; /* For Safari and Chrome */
    -moz-appearance: none;    /* For Firefox */
}
.pagination{
    justify-content: center;
    gap: 10px;
    margin-bottom: 0;
    margin-top: 60px;
}
.pagination li.disabled {
    pointer-events: none;
}

.pagination li a{
    text-decoration: unset;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    padding: 9px 15px;
    background-color: #FFF3F4;
    border-radius: 8px;
    width: 50px;
    height: 50px;
    display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination li.active {
    background: #F43336;
    color: #fff;
    border-radius: 8px;
}

.pagination li.active a{
    color: #fff;
    background: #F43336;
}
@media only screen and (max-width: 1919px) {
    .hero_section h1{
        font-size: 50px;
    }
    .hero_section{
        margin-bottom: 70px;
        padding-top: 70px;
    }
    section.hero_section p{
        font-size: 20px;
    } 
    .technology-partner .cnt-text{
        font-size: 18px;
    }
    .technologies-filter{width: 231px;height: 56px;}   
    button.clear_filter{font-size: 24px;}
    .solution-filter {width: 176px;height: 56px;}
    .portfoliofilter{padding: 15px;border-radius: 18px;margin-bottom: 35px;width: 918px;}
    .portfoliofilter .d-flex{gap: 30px;}
    .portfoliofilter .fliter{font-size: 24px;}
    .portfoliofilter .fliter svg{width: 25px;height: 25px;}
    select#solution-filter-option,select#techonlogy-filter-option,
.select2-selection__rendered {font-size: 20px;}

    .pagination li a{
		width: 45px;
    	height: 45px;
		font-size: 16px;
	}
    .pagination {
        margin-top: 50px;
    }
    .nice-select:after{
        margin-top: -4px !important;
    }
}
@media (max-width: 1439px){
    .hero_section {
        padding-top: 60px;
        margin-bottom: 60px;
    }
    .hero_section .d-flex .col-md-8 {
        width: 62.93%;
    }
    .hero_section h1{
        font-size: 45px;
    } 
    section.hero_section p{
        font-size: 18px;
    }
    .technology-partner .cnt-text {
        font-size: 17px;
    }
    .pagination {
        margin-top: 30px;
    }
    .portfoliofilter{border-radius: 16px;margin-bottom: 30px;width: 862px;}
    .portfoliofilter .d-flex{gap: 25px;}
    .portfoliofilter .fliter{font-size: 22px;}
    .portfoliofilter .fliter svg{width: 22px;height: 22px;}
    select#solution-filter-option,select#techonlogy-filter-option,
.select2-selection__rendered {font-size: 18px;padding: 14px 25px !important;}
    .portfoliofilter .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 26%;
    }
    .solution-filter {width: 166px;height: 54px;}
    button.clear_filter{font-size: 22px;}
    .technologies-filter  {width: 221px;height: 54px;}   
    .nice-select.open:after{top: 20px;}
    .nice-select:after{width: 16px !important;}
    
}
@media (max-width: 1199px){
    .hero_section {
        padding-top: 25px;
        margin-bottom: 50px;
    }
    .hero_section h1{
        font-size: 40px;
    }
    section.hero_section p{
        font-size: 16px;
    }
    .technology-partner .cnt-text{
        font-size: 16px;
    }
    .pagination li a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .nice-select {height: 50px !important;}
    .portfoliofilter{border-radius: 14px;margin-bottom: 25px;width: 822px;}
    .portfoliofilter .d-flex{gap: 20px;}
    .portfoliofilter .fliter{font-size: 20px;}
    .portfoliofilter .fliter svg{width: 20px;height: 20px;}
    select#solution-filter-option,select#techonlogy-filter-option,
.select2-selection__rendered {font-size: 16px;padding: 14px 20px !important;}
    .solution-filter {width: 180px;height: 50px;}
    .technologies-filter  {width: 200px;height: 50px;}   
    button.clear_filter{font-size: 20px;}
    
}
@media (max-width: 991px){
    .section {
        padding-top:0 !important;
        padding-bottom: 0 !important; 
    }
    .hero_section {
        padding-top: 15px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .hero_section .heading-area {
        padding-bottom: 20px;
    }
    .pagination {
        margin-top: 25px;
    }
    .solution-filter:after, .technologies-filter::after{
        height: 8px;
        width: 12px;
    }
    /* .select2-container--open .select2-dropdown {
        top: 29px;
    } */
    .portfoliofilter .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 26%;
        right: 12px;
    }
    .nice-select {height: 45px !important;}
    .portfoliofilter{width: 85%;margin-bottom: 0;}
    .portfoliofilter .fliter{font-size: 18px;}
    .portfoliofilter .fliter svg{width: 18px;height: 18px;}
    select#solution-filter-option,select#techonlogy-filter-option,
.select2-selection__rendered {font-size: 16px;
        padding: 8px 20px !important;}
    .solution-filter {width: 130px;height: 40px;}
    .technologies-filter  {width: 190px;height: 40px;}  
    button.clear_filter{font-size: 18px;}
    
}
@media (max-width: 767px){
    .hero_section h1{
        font-size: 29px;
        text-align: center;
    }
    .portfoliofilter .d-flex {
        flex-direction: column;
    }
    .hero_section .d-flex {
        gap: 20px;
        flex-direction: column-reverse;
    }   
    .hero_section .d-flex .col-md-8 {
        width: 100%;
    }
    .hero_section {
        padding-bottom: 0px;
        min-height: 410px;
    }
    .hero_section a {
        width: 100%;
        margin: auto;
    }           
    .pagination {
        margin-top: 20px;
    }
    .pagination li.disabled svg{
		width: 10px;
	}
	.pagination li:first-child a:hover{
		color: #000;
		background: #FFF3F4;
	}
	.pagination li:first-child a:hover svg path,
	.pagination li:last-child a:hover svg path
	{
		color: #000;
	}
    /* .select2-container--open .select2-dropdown {
        top: 40px;
    } */
    .portfoliofilter{width: 85%;}
    .portfoliofilter .fliter{font-size: 16px;}
    .portfoliofilter .fliter svg{width: 16x;height: 16px;}
    select#solution-filter-option,select#techonlogy-filter-option,
.select2-selection__rendered {font-size: 16px;}
    .solution-filter ,
    .technologies-filter  {width: 100%;}
    .nice-select:after {
        width: 13px !important;
        height: 8px !important;
    }
    .nice-select.open:after {
        top: 16px;
        right: 16px;
    }
    button.clear_filter{font-size: 16px;}

}