    .end-to-end,
    .custom-solutions {
      position: relative;
      display: flex;
      align-items: center;
    }

    .end-to-end p {
      color: #519fd6;
      margin-left: 4.4dvw;
      position: relative;
      z-index: 1;
      background-color: #001e31;
      padding-left: 10px;
      padding-right: 10px;
    }

    .end-service-line {
      position: absolute;
      width: 100%;
      height: 3px;
      background-image: radial-gradient(circle at 50% 50%, #519fd6, #001e31);
      z-index: 0;
    }

    .custom-solutions p {
      color: #0065a2;
      margin-left: 5dvw;
      position: relative;
      z-index: 1;
      background-color: #001e31;
      padding-left: 10px;
      padding-right: 10px;
    }

    .custom-solutions-line {
      position: absolute;
      width: 100%;
      height: 3px;
      background-image: radial-gradient(circle at 50% 50%, #0065a2, #001e31);
      z-index: 0;
    }

    .title-square-main-container {
      margin-left: 20%;
      margin-right: 60px;
      position: relative;
      z-index: 3;
      display: flex;
      justify-content: space-between;
      top: 48px;
      gap: 20px;
    }


    .pre-project-square.selected {
      background-color: #519fd6;
      height: 50px;
      width: 50px;
      transform: rotate(44deg);
      margin-top: auto;
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
    }

    .pre-project-square.not-selected {
      background-color: #001e31;
      border: 1px solid #519fd6;
      height: 50px;
      width: 50px;
      transform: rotate(44deg);
      margin-top: auto;
      box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.4);
	  display: flex;
      align-items: center;
      justify-content: center;
    }

    .pre-project-square.not-selected .not-selected-inner-square {
      background-color: #519fd6;
      height: 15px;
      width: 15px;
      transform: rotate(0deg);
	  transition: transform .5s ease-in-out;
    }

	.pre-project-square.selected .not-selected-inner-square {
  	  display: none;
	}

	.pre-project-square:hover {
  	  cursor: pointer;
	}

	.pre-project-square.not-selected:hover .not-selected-inner-square {
  	  transform: scale(1.3);
	}

	.pre-project-square.not-selected:not(:hover) .not-selected-inner-square {
  	  transform: scale(1);
	}


    .project-slider-container {
      position: relative;
	  margin-bottom: 50px;
    }

    .project-selection p {
      color: #fff;
      text-align: center;
      margin-bottom: 25px;
    }

    .project-selection {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
    }

	.end-to-end-slider-container {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
	  gap: 25px;
	  align-items: flex-start;
	}

.end-to-end-slider-container .slide-content h3 {
  color: white;
  font-size: 20px;
  line-height: 25px;
}

.swiper-container-services {
  overflow: hidden;
}

.end-to-end-slider-container .slide-content p {
  font-size: 15px;
  color: white;
  line-height: 20px;
  font-weight: 300;
  padding-bottom: 10px !important;
}

.end-to-end-slider-container .slide-content b {
  color: white;
  font-weight: 600;
}

.project-slider-row .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #509FD6 !important;
  background-color: transparent !important;
  height: 14px;
  width: 14px;
}

.project-slider-row .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #509FD6 !important; 
}

.project-slider-row .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
  margin-top: 25px;
}

.mobile-title-squares {
  display: none;
}

.design-logo-container {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

@media only screen and (max-width: 1376px) {
  .project-selection p {
	font-size: 12.5px;
  }
}

@media only screen and (max-width: 1260px) {
  .project-selection p {
	font-size: 12px;
  }
}

@media only screen and (max-width: 941px) {
  
  .desktop-title-squares {
	display: none;
  }
  
  .mobile-title-squares {
	display: flex;
  }
  
  .project-selection p {
	visibility: hidden !important;
	display: none;
  }
  
  .title-square-main-container {
	margin-left: -25px;
	margin-right: -25px;
  }
  
  .end-to-end-slider-container {
    flex-direction: column;
	padding-left: 30px;
	padding-right: 30px;
  }
  
  .end-to-end-slider-container img {
	width: 180px;
	align-self: center;
  }
  
  .end-to-end-slider-container .slide-content h3, .end-to-end-slider-container .slide-content p, .end-to-end-slider-container .slide-content b {
	text-align: center;
  }
  
  .end-to-end {
	top: -15px;
  }
  
  .end-to-end p {
	top: -20px;
  }
  
  .custom-solutions {
	top: 15px;
  }
  
  .custom-solutions p {
	top: 20px;
  }
  
  .design-logo-container {
	justify-content: space-evenly;
	flex-wrap: wrap;
  }
  
  .design-logo-container img{
	max-width: 90px;
  }
}



