
.expert__item.slider-one {
    background-image: url('../../assets/imgs/Residential.webp') !important;
}
.expert__item.slider-two {
    background-image: url('../../assets/imgs/Commercial.webp') !important;
}
.expert__item.slider-three {
    background-image: url('../../assets/imgs/Hotels.webp') !important;
}
.expert__item.slider-four {
    background-image: url('../../assets/imgs/Villas.webp') !important;
}
.expert__item.slider-five {
    background-image: url('../../assets/imgs/vastu.webp') !important;
}
.expert__item {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.expert__item::before{
    content: "";
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.75); 
    z-index:1;
}

.expert__text{
    position: relative;
    z-index:2;
}
.expert__arrow{
    position: relative;
    z-index:2;
}

/* FAQ section */

.accordion-item{
    border: none;
    margin-bottom: 15px;
    background: #f5f5f5;
    border-radius: 8px;
    overflow: hidden;
}

.accordion-button{
    background: #f5f5f5;
    font-size: 20px;
    font-weight: 600;
    color: #555;
    box-shadow: none;
}

.accordion-button:not(.collapsed){
    background: #f5f5f5;
    color: #333;
    box-shadow: none;
}

.accordion-body{
    font-size: 16px;
    color: #666;
    line-height: 1.7;
    padding: 20px 25px 25px;
    background: #ffffff;
}

/* .accordion-button::after{
    background-image: none;
    content: "+";
    font-size: 26px;
    font-weight: 300;
    transform: none;
}

.accordion-button:not(.collapsed)::after {
    content: "-" !important;
    background-image: none;
}

.accordion-button:hover{
    color: #000;
} */
.text-slider-2__slider .carouselTicker__list li img {
    height: 25px;
}
a.expert__arrow {
    background: #fff;
}
/* section.recent-project.section-space {
    padding-bottom: 0px !important;
} */
 .homepage section.recent-project.section-space {
    padding-bottom: 0px;
}
section.why-choose-us.section-space__top {
    padding-bottom: 110px;
}
section.clients-testimonial.section-space {
    padding-bottom: 0px !important;
}
.accordion-header {
    line-height: 40px;
}
section.working-process.section-space {
    padding-bottom: 110px;
}
.main-menu ul li .submenu li a {
    color: #000 !important;
}
.why-choose-us__icon img {
    height: 50px;
    width: 54px;
}


/* About Us Page CSS */

.what-we-do__item .text {
    max-width: 80%;
}
.what-we-do .has--border-2 {
    border-right: none;
}
.col-xl.about-last-description {
    padding-top: 25px;
}
.title-animation {
    margin-bottom: 10px;
}
h6.last-content {
    text-align: center;
}



/* Services Page Css */


h2.breadcrumb__title.mb-15.mb-sm-10.mb-xs-5.color-white.title-animation.services-breadcrumb-title {
    font-size: 50px;
    line-height: 65px;
}
.services-type-background .row.align-items-center.justify-content-between {
    justify-content: space-around !important;
}
.services-type-background .contact__from{
    background: rgb(10 30 138 / 68%);
    border: 2px solid #a7b2ee;
    padding: 35px;
    border-radius: 10px;
    backdrop-filter: blur(4px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.services-type-background .contact__from button.rr-btn {
    background-color: #fff;
}
.services-type-background .contact__from .rr-btn .btn-wrap span.text-one,.rr-btn .btn-wrap  span.text-two {
    color: #000;
}
.services-types .section__title-wrapper.text-center.mb-xs-40 p a {
    color: #0a1e8a;
}

.services-types .section__title-wrapper.text-center.mb-xs-40 p a:hover {
    color: #2f2f2f;
}
section.contact.section-space__bottom .contact__from {
    background: none;
    border: none;
    padding: 0px;
}


@media screen and (max-width: 992px)
{
.services-type-background {
    padding: 110px 0px;
}
.services-type-background .col-6 {
    width: 100%;
    margin-bottom: 50px;
}
.services-type-background .col-4 {
    width: 100%;
}
}
@media screen and (max-width: 576px)
{
h2.breadcrumb__title.mb-15.mb-sm-10.mb-xs-5.color-white.title-animation.services-breadcrumb-title {
    font-size: 40px;
    line-height: 50px;
}
}

/* popup enquiry */

.search__popup{
    opacity:0;
    visibility:hidden;
    transition:0.3s;
}

.search__popup.search-opened{
    opacity:1;
    visibility:visible;
}

.search__popup.search-opened {
    height: fit-content;
}

.search__popup.search-opened textarea {
    background: transparent;
    border: none;
    font-family: var(--rr-ff-robo);
}

.search__input textarea {
    width: 100%;
    height: 100%;
    outline: 0;
    font-size: 24px;
    color: var(--rr-common-white);
    padding: 0;
    padding-right: 30px;
}

.enquiry-button button{
    background:#0a1e8a;
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:8px;
    font-size:18px;
}


.search__form form{
    max-width:700px;
    margin:auto;
}

.search__input{
    border-bottom:1px solid rgba(255,255,255,0.3);
    margin-bottom:25px;
}

.search__input input,
.search__input textarea{
    width:100%;
    background:transparent;
    border:none;
    outline:none;
    font-size:20px;
    color:#fff;
    padding:15px 0;
}
.search__input textarea{
    height:120px;
    resize:none;
}

.search__input:last-child{
    border:none;
    text-align:right;
}


