.our-sectors-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 30px;
}

.sector-card {
    padding-bottom: 30px;
    border-bottom: 1px solid rgb(34 34 34 / 20%);
}

.sector-icon {
    margin-bottom: 18px;
}

.sector-icon img {
    height: auto;
    display: block;
}

.sector-title {
    margin: 0 0 10px;

}

.sector-desc {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px !important;
}
.sector-card .sector-link {
    color: #333;
    font-family: "EuclidCircularA-Medium", Sans-serif;
    font-size: 18px;
    font-weight: 500 !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.sector-link span {
    transition: transform 0.3s ease;
}

.sector-link:hover span {
    transform: translateX(4px);
}

/* Responsive */
@media (max-width: 1024px) {
    .our-sectors-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .our-sectors-grid {
        grid-template-columns: 1fr;
    }
}


.innerBanner {
    height: 450px;
}
div#breadcrumbs span a, div#breadcrumbs span {
    font-size: 18px;
}
div#breadcrumbs span.breadcrumb_last {
    font-weight: 700;
}
#breadcrumbs span span + span::before,
#breadcrumbs a + span::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  background-image: url("../images/breadcrumb.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}




.sector-icon-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.sector-icon-box {
    background: #f7f7f7;
    border-radius: 16px;
    padding: 32px;
}

.sector-icon {
    margin-bottom: 20px;
}

.sector-icon img {
    height: auto;
    display: block;
}

.sector-icon-box h4 {
}
.sector-icon-boxes .sector-icon-box p {
    font-size: 16px;
    line-height: 1.7;
    color: #666;
    margin: 0;
}

@media (max-width: 767px) {
    .sector-icon-boxes {
        grid-template-columns: 1fr;
    }
}


.single-menu li.menu-item .elementor-item {
    border-bottom: 1px solid #E9E9E9;
    justify-content: space-between;
}
.single-menu li.menu-item .elementor-item:after {
    content: "";
    background: url(../images/menuIcon.svg) no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    background-color: transparent !important;
    position: relative;
    opacity: 1 !important;
    display: block !important;
}

.custom-single p {
    font-size: 18px;
}

.icon-list ul {
    padding: 0;
    list-style: none;
}
.icon-list ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}
.icon-list ul li:before {
    content: "";
    background: url(/belbuildcontracting/wp-content/uploads/2025/12/iconTick.svg) no-repeat;
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
    top: 6px;
    margin-right: 10px;
    flex-shrink: 0;
}


/*---- ABOUT US PAGE BORDER WORK -----*/
.customBox::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 2px;
    background: linear-gradient(135deg, #0033A0, #0033A0);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.customBox.first::after {
    background: linear-gradient(135deg, transparent 60%, #0033A0 85%, #0033A0);
}
.customBox.second::after {
    background: linear-gradient(225deg, transparent 60%, #0033A0 85%, #0033A0);
}
.customBox.third::after {
    background: linear-gradient(45deg, transparent 60%, #0033A0 85%, #0033A0);
}
.customBox.fourth:nth-child(4)::after {
    background: linear-gradient(315deg, transparent 60%, #0033A0 85%, #0033A0);
}
/*---- ABOUT US PAGE BORDER WORK -----*/


@media only screen and (max-width: 1680px){

.innerBanner {
    height: 380px;
}
.innerBanner .e-con-inner {
    gap: 10px;
}
div#breadcrumbs span a, div#breadcrumbs span {
    font-size: 17px;
}
	
.sector-desc {
    font-size: 15px;
}
.sector-card .sector-link {
    font-size: 16px;
}
	
.custom-single p {
    font-size: 16px;
}
.sector-icon-boxes .sector-icon-box p {
    font-size: 15px;
}
	
}


@media only screen and (max-width: 1280px){

.innerBanner {
    height: 370px;
}
.innerBanner .e-con-inner {
    gap: 5px;
}
div#breadcrumbs span a, div#breadcrumbs span {
    font-size: 16px;
}
	
.sector-icon img {
    height: 70px;
}	
.sector-desc {
    font-size: 14px;
	line-height: 24px;
}
.sector-card .sector-link {
    font-size: 15px;
}
	
.custom-single p {
    font-size: 15px;
}
.sector-icon-boxes .sector-icon-box p {
    font-size: 14px;
}
	
}



@media only screen and (max-width: 1024px){
	
.innerBanner {
    height: 320px;
}
.innerBanner .e-con-inner {
    gap: 5px;
}
div#breadcrumbs span a, div#breadcrumbs span {
    font-size: 15px;
}
#breadcrumbs span span + span::before, #breadcrumbs a + span::before {
    width: 16px;
    height: 16px;
}
	
	
.sector-desc {
    margin-bottom: 10px !important;
}
	
.custom-single p {
    font-size: 14px;
    line-height: 22px;
}
.sector-icon-boxes {
    gap: 15px;
}
.sector-icon-boxes .sector-icon-box p {
    font-size: 13px;
}
.sector-icon-box {
    padding: 18px;
}

}

@media only screen and (max-width: 767px){
.portfolio-pagination {
    display: none;
}
.innerBanner {
	height: 220px;
    padding: 0 15px;
    text-align: center;
}
	
.innerBanner .elementor-widget-heading {
    margin-top: 0 !important;
}

div#breadcrumbs span a, div#breadcrumbs span {
    font-size: 14px;
}
#breadcrumbs span span + span::before, #breadcrumbs a + span::before {
    width: 14px;
    height: 14px;
}

}



/* tabs css start  */
.portfolio-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
    margin: 30px auto 35px;
    border-bottom: 1px solid #e5e5e5;
    width: fit-content;
    max-width: 100%;
}

.portfolio-tab {
    background: transparent;
    border: none;
    padding: 0 0 18px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    cursor: pointer;
    position: relative;
}

.portfolio-tab.active {
    color: #000000;
}

.portfolio-tab.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 3px;
    background: #000000;
}

@media (max-width: 767px) {
    .portfolio-tabs {
        justify-content: space-around;
        gap: 15px;
        overflow-x: auto;
        width: 100%;
        padding-bottom: 5px;
    }

    .portfolio-tab {
        white-space: nowrap;
        font-size: 14px;
    }
}
/* tabs css end  */




/* arabic css start  */

.rtl #my-home-slider .hero-content .tagline:before {
    right: 0;
}

.rtl #my-home-slider .hero-content .tagline {
    padding-right: 20px;
}
.rtl div#home-isight-sec .elementor-post__text .elementor-post__meta-data:before {
    right: 0;
}

.rtl div#home-isight-sec .elementor-post__text .elementor-post__meta-data {
    padding-right: 20px;
}
.rtl .red-sub-heading {
    padding-right: 20px;
}

.rtl .red-sub-heading:before {
    right: 0;
}
.rtl .service-content h4::before {
     right: 0;
}
.otgs-development-site-front-end {
    DISPLAY: NONE;
}