body, .navtab{
    background-color:#f4f4f4;
}
.custom-title{
    font-weight: 700;
    padding-top: 25px;
}
.service-hero{
    padding-bottom: 200px;
}
.service-box{
    margin-top: -180px;
    background-color:#f4f4f4;
    clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
    padding: 0;
    padding-bottom: 40px;
}
.service-main-img{
    clip-path: polygon(50px 0, calc(100% - 50px) 0, 100% 50px, 100% 100%, 0 100%, 0 50px);
}

@media (max-width: 991px) {
    .service-box{
        margin-top: -90px;
        clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 30px);
    }
    .service-hero {
        padding-bottom: 100px;
    }
    .service-main-img{
        clip-path: polygon(30px 0, calc(100% - 30px) 0, 100% 30px, 100% 100%, 0 100%, 0 30px);
    }
}

/* nav tab */
.navtab{
  margin-top: 40px;
}
.tabs-container {
    overflow-x: auto;
    white-space: nowrap;
}
.nav-tabs {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.nav-tabs li {
    flex: 1;
    text-align: center;
}
.vertical-tab-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 60px;
}
.vertical-tabs {
    flex: 1;
}
.vertical-tabs button {
    display: block;
    width: 100%;
    padding:15px 15px;
    border: none;
    background-color: #fff;
    text-align: left;
    margin: 10px 0;
    color: #515151;
    font-size: 13px;
}
.vertical-tabs button.active {
    background-color: #fff;
    border:2px solid #929292;
    border-radius: 3px;
}
.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}
.vertical-content {
    flex: 3;
    padding: 10px;
    color: #212121;
}
.vtab-content {
    display: none;
}
.vtab-content.active {
    display: block;
}
.vtab-content img {
    max-width: 100%;
    height: auto;
    clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
    margin-bottom: 20px;
}
.tab-link.active {
  color: #212121;
}
.tab-link.active::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  height: 5px;
  background-color: #464646;
}
.tab-wrapper {
  position: relative;
  overflow: visible; 
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 40px; 
}
.tab-link {
  background: #fff;
  border: none;
  padding: 55px 15px 30px;
  font-size: 13px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 1;
  color:#878888;
  line-height: 15px;
}
.tab-icon {
  position: absolute;
  top: -30px;
  width: 60px;
  height: 60px;
  z-index: 2;
  object-fit: cover;
}
.vertical-tabs .vtab-link {
  width: 250px;
}

/* other-services */
.other-services h2{
  color: #3c3d3f;
  letter-spacing: 1px;
  font-weight: 400;
}
.services-grid{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.service-box-item {
  width: 100%;
  max-width: 350px;
}
.service-box-item img {
  width: 100%;
}
.service-label{
  background-color: #464646;
  transition: background-color 0.3s ease;
  font-size: 14px;
}
.service-label a{
  color:#fff;
  transition: color 0.3s ease; 
}
.service-box-item:hover a{
  color:#464646;
}
.service-box-item:hover .service-label{
  background-color: #b2b3b4;
}
.download-section{
  background-color: #464646;
  position: relative;
  z-index: 2;
}
.download-container{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.other-services {
  background-color: #fff;
  padding-top: 160px;
  margin-top: -100px; 
  position: relative;
  z-index: 1;
}
.download-icon {
  max-width: 200px;
  height: auto;
}
.download-section h2{
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0px;
}

@media (max-width: 768px) {
  .vertical-tabs .vtab-link {
    width: 100%;
  }
}
@media (max-width: 900px) {
  .download-container{
    flex-direction: column-reverse;
    text-align: center;
  }
  .download-section a{
    margin: 0 auto;
  }
  .download-icon {
    max-width: 150px;
  }
}
.vtab-content p{
	margin-bottom:10px;
}
