.what-we-offer ul {
    margin-top: 20px;
}
@media (max-width: 767px) {
    .what-we-offer ul {
        margin-top: 0;
   }
}
.what-we-offer ul li {
    margin-top: 30px;
}
.what-we-offer ul li:nth-child(1) .img-sec:after {
    background-image: url("/assets/images/collaborate.webp");
}
.what-we-offer ul li:nth-child(2) .img-sec:after {
    background-image: url("/assets/images/list.webp");
}
.what-we-offer ul li:nth-child(3) .img-sec:after {
    background-image: url("/assets/images/transparency.webp");
}
.what-we-offer ul li:nth-child(4) .img-sec:after {
   background-image: url("/assets/images/badge.webp");
}
.what-we-offer ul li .what-we-offer-inner {
    background-color: #fff;
    padding: 30px;
    height: 100%;
}
@media (max-width: 1199px) {
    .what-we-offer ul li .what-we-offer-inner {
        padding: 30px 20px;
   }
}
@media (max-width: 1199px) {
    .what-we-offer ul li .what-we-offer-inner {
        padding: 20px 15px;
   }
}
.what-we-offer ul li .what-we-offer-inner .img-sec {
    margin-bottom: 20px;
    position: relative;
}

.what-we-offer ul li .what-we-offer-inner .img-sec:after {
    content: "";
    position: absolute;
    width: 72px;
    height: 72px;
    opacity: 0.1;
    top: -20px;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 991px) {
    .what-we-offer ul li .what-we-offer-inner .img-sec:after {
        top: -5px;
   }
}
.what-we-offer ul li .what-we-offer-inner .img-sec img {
    width: 72px;
    height: 72px;
    position: relative;
    z-index: 1;
}

.what-we-offer ul li .what-we-offer-inner .content-sec h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 10px;
}
@media (max-width: 767px) {
    .what-we-offer ul li .what-we-offer-inner .content-sec h3 {
        font-size: 18px;
        margin-bottom: 10px;
   }
}
.what-we-offer ul li .what-we-offer-inner .content-sec p {
    margin-bottom: 0;
    color: #616161;
    font-weight: 400;
}
.what-we-offer ul li .what-we-offer-inner .link-sec {
    margin-top: 30px;
}
.what-we-offer ul li .what-we-offer-inner:hover .img-sec:before {
    transform: scale(1.2);
}
.teamDescrTabs__navItem1 {
   margin: 0 60px 0 0;
   display: inline-block;
   position: relative;
   text-transform: uppercase;
   letter-spacing: .5px;
   color: rgba(34, 35, 45, .8);
   transition: .3s;
   cursor: pointer;
   font-weight: 500;

}

.teamDescrTabs__navItem1.active {
   border-bottom: 2px solid rgb(139, 111, 78) ;
   color: #30373f;
   font-weight: 500;
}

.teamDescrTabs__tab1 {
   display: none;
   opacity: 0;
   transition: opacity 0.3s ease;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 30px;
}

.teamDescrTabs__tab1.active {
   display: flex;
   opacity: 1;
}


.sectionHeading {
   font-size: 32px;
   text-align: center;
   margin-bottom: 20px;
   font-weight: bold;
}

/* Tab Navigation */
.teamDescrTabs__nav {
   list-style: none;
   display: flex;
   justify-content: center; 
   gap: 10px; 
   flex-wrap: wrap;
   margin-bottom: 30px;
   padding: 0;
   margin-top: 30px;
}

.teamDescrTabs__navItem {
   margin: 0 60px 0 0;
   display: inline-block;
   position: relative;
   text-transform: uppercase;
   letter-spacing: .5px;
   color: rgba(34, 35, 45, .8);
   transition: .3s;
   cursor: pointer;
   font-weight: 500;
}

.teamDescrTabs__navItem.active {
   border-bottom: 2px solid rgb(139, 111, 78) ;
   color: #30373f;
   font-weight: 500;
}

.teamDescrTabs__textWrap ul li {
   margin-left: 20px;
   list-style-type: disc;
}

/* Tab Content */
.teamDescrTabs__content {
   width: 100%;
   padding: 0px 10px;
}

.teamDescrTabs__tab {
   display: none;
   opacity: 0;
   transition: opacity 0.3s ease;
   align-items: center;
   justify-content: space-between;
   margin-bottom: 30px;
}

.teamDescrTabs__tab.active {
   display: flex;
   opacity: 1;
}

.teamDescrTabs__imgWrap {
   margin-right: 20px;
   width: 50%;
}

.teamDescrTabs__imgWrap img {
   width: 100%;
   height: auto;
   max-width: 550px;
   object-fit: cover;
}

.teamDescrTabs__textWrap {
   text-align: left;
   width: 50%;
}

.teamDescrTabs__textWrap p {
   line-height: 1.6;
}

.teamDescrTabs__tab1.tb9.active {
   display: block;
}

.btn_home .theme-btn {
   padding: 5px 12px;
}


@media (min-width: 769px) {
   .teamDescrSlider__controls1, .teamDescrSlider__controls {
       display: none;
   }
   .teamDescrTabs__textWrap h3 {
       display: none;
   }
   h3.h3_title {
       display: none;
   }
}
@media (max-width: 768px) {
   .teamDescrSlider__controls {
       display: flex;
       justify-content: center;
       align-items: center;
       width: 100%;
       margin: 15px 0px;
   }
   .teamDescrTabs__tab {
       flex-direction: column;
   }
}
@media (max-width: 767px) {
   .what-we-offer ul li .what-we-offer-inner .content-sec {
       padding-bottom: 15px;
  }
  .teamDescrTabs__nav {
      display: none;
  }
  .teamDescrTabs__imgWrap, .teamDescrTabs__textWrap {
   width: 100%;
}
.teamDescrTabs__tab1 {
   flex-direction: column;
}
.teamDescrSlider__controls1 {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   margin: 15px 0px;
}

.teamDescrSlider__controls {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   margin: 15px 0px;
}

.teamDescrSlider__controls1 {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 100%;
   margin: 15px 0px;
}

/* Button Styles */
.teamDescrSlider__btn {
   background-color: transparent;
   border: none;
   padding: 10px;
   cursor: pointer;
   transition: transform 0.3s ease;
}

.teamDescrSlider__btn img {
   width: 30px;
   height: 30px;
}
.teamDescrSlider__btn.slick-disabled {
   opacity: 0.5;
   cursor: not-allowed;
}
.teamDescrTabs__imgWrap {
   margin-bottom: 20px;
}


}











