.sectors-section {
    padding: 90px 0;
    background: #f7f9fc;
}
 
.sectors-heading p {
    color: #777;
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.sector-card {
    position: relative;
    /* height: 100%; */
    background: #fff;
    padding: 25px 25px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 20px;
    border: 1px solid #edf0f4;
    transition: all 0.35s ease;
    overflow: hidden;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
    padding-bottom: 15px;
}
 
 
.sector-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgb(247 241 234);
    transition: all 0.35s ease;
}

.imgbac {
    filter: brightness(0);
    width: 40px;
}

.sector-card h3 {
    color: #ec8020;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}
  .basc-serv {
    background: #fffdf8;
}
 .border-radius {
    border-radius: 20px;
}
 
    .project-image1 {
    position: relative;
    overflow: hidden;
}

.project-zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
}
  .project__two-single1 {
        height: 370px;
    }
.project-image1:hover .project-zoom-icon {
    opacity: 1;
}
    .img-pro-det {
    object-fit: cover;
    height: 500px;
    border-radius: 20px;
    margin-bottom:25px;
    width: 100%;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 9%);
} 


.project-tab-content {
    display: none;
}

.project-tab-content.active {
    display: block;
}

.project-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.project-tab {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 25px;
    border-radius: 5px;
    background: #f1f1f1;
    transition: all 0.3s ease;
    /* font-size: 15px; */
    white-space: nowrap;
}

.project-tab:hover,
.project-tab.active {
    background: #ec8a20;
    color: #fff;
}

@media (max-width: 767px) {

    .project-tabs {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 8px;
        padding-bottom: 8px;
        width: 100%;
        scrollbar-width: none;
        -webkit-overflow-scrolling: touch;
    }

    .project-tabs::-webkit-scrollbar {
        display: none;
    }

    .project-tab {
        flex: 0 0 auto;
        padding: 10px 18px;
        font-size: 14px;
    }
}
 
@media (max-width: 767px) {
  
    .sector-card {
        padding: 20px 20px;
        padding-bottom: 10px;
    }
}
@media (-webkit-min-device-pixel-ratio: 1.5),
       (min-resolution: 1.5dppx) {

   .main-menu ul li {
   margin-inline-end: 27px;
}

}

 @media (min-width: 0px) and (max-width: 991px)
 {
       .img-pro-det {
   margin-bottom:15px;
} 
.img-pro-det {
     height: 200px;
 }
     .service__details-content b, strong {
        font-size: 17px;
    }
        .project__two-single1 {
        height: 230px;
    }
    
    
 }