		body {
			overflow-x: hidden;
		}
		#projectGallery [class*="col-"] {
			padding: 0px 2px;
		}

		.next-project {
			text-align: right;
		}

		.next_prev_pl {
			font-size: 20px;
			font-weight: bold;
		}

		.responsive-iframe {
			width: 100%;
			height: calc(100vw * 9 / 16);
			/* Assuming 16:9 aspect ratio, adjust if necessary */
			max-height: 1000px;
			/* Set maximum height */
		}

		.w-screen {
			width: 100vw !important;
		}

		.h-screen {
			height: 100vh !important;
		}

		.absolute {
			position: absolute;
		}

		.youtube-background {
			height: 100%;
			width: 100%;
			z-index: 0;
			position: absolute;
			overflow: hidden;
			inset: 0px;
			pointer-events: none;
		}

		#sbuhero-video {
			position: relative;
			overflow: hidden;
			height: 100vh;
			pointer-events: none;
			background-color: #000;
		}

		#sbuhero-video .video-bg {
			pointer-events: none;
		}

		.video-bg iframe {
			pointer-events: none;
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 100vw;
			height: 60vw;
			z-index: 0;
		}

		#innerprojectbanner img {
			width: 100% !important;
			height: 100% !important;
		}

		.collabName {
			font-size: 24px;
			color: white;
			margin-top: 20px;
			font-family: Arial, Helvetica, sans-serif;
		}

		.collabName small {
			font-size: 14px;
			font-style: italic;
		}


		.center-pagination {
			top: inherit;
			width: 85% !important;
			left: 0px;
			right: 0;
			bottom: 30px !important;
			display: -webkit-box;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			transform: translate(0px, 0px);
			margin: auto;
			background-color: rgba(255, 255, 255, 0.2);
		}

		.center-pagination .swiper-pagination-bullet {
			border-radius: 0;
			margin: 0;
			-webkit-box-flex: 1;
			-webkit-flex: 1;
			-ms-flex: 1;
			flex: 1;
			-webkit-transition: all 0.35s ease;
			-o-transition: all 0.35s ease;
			transition: all 0.35s ease;
			height: 3px;
			margin: 0 !important;
		}

		.center-pagination .swiper-pagination-bullet-active {
			background-color: #BDA371 !important;
		}

		#PeopleProjects .filter-box a .personName h2,
		#FeaturePress .filter-box a .personName h2,
		#OtherPeople .filter-box a .personName h2 {
			text-transform: capitalize !important;
		}



		.pagination-counter,
		.personName h2 {
			color: #fff !important;
		}

		.ProjectSection {
			padding-top: 30px !important;
			padding-bottom: 30px !important;
			background-color: #232323 !important;
		}

		.ProjectSection .filter-box a .personName h2 {
			font-family: 'Playfair Display', serif !important;
			font-size: 25px !important;

			text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.9);
			font-weight: bold;
		}

		.ProjectSection .filter-box a .personName,
		#OtherPeople .filter-box a .personName {
			/* position: absolute;
			left: 0px;
			text-align: center;
			z-index: 2;
			width: 85%;
			margin: auto;
			right: 0px;
			top: 30px; */
			position: absolute;
			left: 0px;
			right: 0px;
			top: 50%;
			transform: translateY(-50%);
			text-align: center;
			z-index: 2;
			width: 85%;
			margin: auto;
		}

		.filter-box a {
			position: relative;
		}

		.filter-box a:before {
			content: '';
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: black;
			background: linear-gradient(0deg, rgba(0, 0, 0, 0.5215336134) 0%, rgba(255, 255, 255, 0) 100%);
			width: 100%;
			height: 100%;
			top: 126px;
			z-index: 1;
		}

		.ProjectSection h2.category-title {
			margin: 40px 0 10px 0;
		}

		/* .projectslider1 {
			padding-bottom: 0px !important;
		} */

		[class*="projectslider"] {
			padding-bottom: 0px !important;
		}

		/* .ProjectSection .swiper-wrapper {
			padding-bottom: 80px;
		} */

		.ProjectSection [class*="swiper-slide-height-"] {
			padding-bottom: 80px;
		}



		.project-pagination-button-counter {
			padding-bottom: 0px;
		}

		/* .swiper-button-next,
		.swiper-button-prev {
			top: 90%;
		} */
        .ProjectSection .swiper-button-next,
        .ProjectSection .swiper-button-prev {
            top: 92%;
        }

        .ProjectSection .swiper-button-next img,
        .ProjectSection .swiper-button-prev img{
            max-width: 25px;
        }

		.swiper-button-next:hover,
		.swiper-button-prev:hover {
			border: none;
			border-style: none;
		}

		.project-form {
			padding: 8px 0 0 0;
			background-color: #020202ff;
		}






		.project-thumbnail {
			display: flex;
		}

		.project-thumbnail-left {
			width: calc(70% - 0px);
			margin-right: 20px;
		}

		.project-thumbnail-right {
			width: calc(30% - 0px);
		}

		.project-thumbnail-right-content {
			position: relative;
		}

		.project-thumbnail-right-content-inner {
			top: 20%;
			position: absolute;
			left: 0;
			right: 0;
			text-align: center;
		}

		.projectName {
			color: white;
			font-size: 24px;
			font-family: 'Playfair Display', serif !important;
			font-weight: 400;
		}

		.profileName {
			margin-top: 15px;
			color: white;
			font-size: 20px;
			font-family: 'Playfair Display', serif !important;
			font-weight: 400;
		}

		.companyName {
			margin-top: 15px;
			color: #BDA371;
			font-size: 18px;
			font-family: 'Playfair Display', serif !important;
			font-weight: 400;
		}

		.cityName {
			font-size: 30px;
		}

		.shortBio {
			margin-top: 15px;
			color: white;
			font-size: 16px;
			font-weight: 400;
			line-height: 26px;
			font-family: 'Figtree', sans-serif;
		}

		.categoryList {
			display: flex;
			padding: 0;
			list-style: none;
			flex-wrap: wrap;
		}

		.categoryList li {
			width: calc(45% - 0px);
			margin: 0 !important;
			padding: 0 !important;
			margin-right: 10px !important;
			font-size: 14px;
			font-weight: 400;
			line-height: 26px;
			font-family: 'Figtree', sans-serif;
			color: #BDA371 !important;
			border: 0 !important;
		}

		.left-right-block-description {
			text-align: center;
		}


		
		#innerprojectSpec .innerprojectSpecLeft h2 {
			font-size: 38px;
			line-height: 46px;
			color: #ffffff;
		}

		.swiper-button-next,
		.swiper-button-prev {
			background-image: none !important;
		}

		#iconicpageform-wrapper .side-tower {
			bottom: -4% !important;
		}

			.towerform::after {
				display: none !important;
			}

		@media only screen and (min-width: 769px) and (max-width: 1180px) {
			.h-screen {
				height: 33vh !important;
			}

			.ScrollSmoother-wrapper {
				margin-top: 0 !important;
			}

			.swiper-button-next,
			.swiper-button-prev {
				top: 94%;
			}

			.swiper-button-next img,
			.swiper-button-prev img {
				width: 15px;
			}

			.iconicpage-projectsBlock,
			.iconicpage-steps {
				padding-left: 0 !important;
			}

			#iconicpageform-wrapper .side-tower,
			.towerform::after {
				display: none !important;
			}

			.row>* {
				padding-left: 0;
				padding-right: 0;
			}
		}

		@media screen and (max-width: 480px) {
			.row>* {
				padding-left: 0;
				padding-right: 0;
			}

			.h-screen {
				height: 50vh !important;
			}

			#innerprojectSpec .innerprojectSpecLeft h2 {
				font-size: 28px;
				line-height: 34px;
			}

			#innerprojectSpec .innerprojectSpecLeft {
				padding-right: 0;
			}

			.swiper-button-next,
			.swiper-button-prev {
				top: auto !important;
			}

			.swiper-button-next img,
			.swiper-button-prev img {
				width: 15px;
			}

			.swiper-button-next,
			.swiper-button-prev {
				right: -5% !important;
				bottom: 8px;
			}

			.swiper-button-prev {
				left: 5px !important;
			}
		}
