@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');

p, span {
	font-family: "Urbanist", sans-serif !important;
}
.wise-home-banner-section {
  height: 680px;
  width: 100%;
}
.home-banner-wise {
  height: 680px;
  overflow: hidden;
  position: relative;
}
.wise-banner {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  position: relative;
}

.wise-banner.home {
  animation: zoomContent 2s ease-out forwards;
}

.wise-crew {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
.home-banner-wise {
    height: 100%;
  }
}
.wise-section .wise-challenge-container {
	gap: 50px !important;
}
	.approach-image{
		margin: 20px 0px;
	}
	.approach-grid {
	  display: grid;
	  grid-template-columns: 1fr;
	  gap: 60px 32px;
	}

	.approach-card {
	  display: flex;
	  flex-direction: column;
	  align-items: flex-start;
	  gap: 12px;
	}

	.approach-icon img {
	  width: 40px;
	  height: auto;
	  display: block;
	}

	.approach-title,
	.approach-description {
	  margin: 0;
	}
	
	.grid {
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  gap: 16px;
	  grid-auto-flow: dense;
	}

	.card {
	  position: relative;
	  overflow: hidden;
	  border-radius: 12px;
	  aspect-ratio: auto;
	  cursor: pointer;
		height: 420px;
	}

	.card-bg {
	  position: absolute;
	  inset: 0;
	  background-size: cover;
	  background-position: center;
	  transition: filter 0.4s ease, transform 0.4s ease;
	}

	.card-content {
	  position: absolute;
	  inset: 0;
	  padding: 16px;
	  display: flex;
	  flex-direction: column;
	  justify-content: flex-end;
	  color: #fff;
	  transition: all 0.4s ease;
	}

	.card-content h3 {
		margin: 0px !important;
	}

	.card-title {
	font-size: 24px;
    margin-top: 0px;
	  margin: 0;
	  transition: transform 0.4s ease, justify-self 0.4s ease;
	  z-index: 2;
	}

	.card-desc {
	  opacity: 0;
	  max-height: 0;
	  overflow: hidden;
	  transition: opacity 0.4s ease, max-height 0.4s ease;
	  z-index: 2;
	  margin-top: 8px;
	}

	.card:hover .card-bg {
	  filter: blur(6px);
	  transform: scale(1.05);
	}

	.card:hover .card-content {
	  justify-content: flex-start; 
	  background: rgba(0,0,0,0.65);
	}

	.card:hover .card-title {
	  transform: translateY(0);
	}

	.card:hover .card-desc {
	  opacity: 1;
	  max-height: 400px; 
	}
	.large-card {
		grid-column: span 2;
	}

	.talk-to-us-btn {
		width: auto;
		align-self: anchor-center;
		background-color: #221f1e;
		border-radius: 35px;
		color: white;
		padding: 18px 24px;
		font-size: 18px;
		border: 1px solid #221f1e;
		text-decoration: none;
	}
	.talk-to-us-btn:hover {
		background-color: transparent;
		color: black;
		border: 1px solid #221f1e;
	}
	.wise-crew .swiper-wise-wrapper-container .swiper-container {
		height: 630px;
	}
	.faq-question {
		color: black;
	}
	.faq-question:focus,.faq-question:hover {
		color: black;
	}
	.faq-answer {
		color: black;
	}
	.faq-answer p {
		display: block !important;
	}
	.faqs-container {
		gap: 0px;
	}
	.faq-item {
		border-bottom: 1px solid #707070;
	}
	.background-text-container {
		height: 200px;
	}
	.background-text {
		opacity: 0.1;
		font-size: 200px;
		font-weight: bold;
		line-height: 1;
		padding: 0px 10px;
	}
	.partners-row {
		width: 100%;
		display: flex;
    	flex-direction: row;
   	 	justify-content: left;
    	align-items: center;
    	margin-top: 80px;
    	overflow-x: auto;
    	scroll-behavior: smooth;
		-ms-overflow-style: none;
    	scrollbar-width: none;
	}
	.partners-img-row{
		margin-top: 80px;
	}
	.partners-row::-webkit-scrollbar {
		display: none; 
	}
	
	.partners-img {
		height: 37px;
		width: 180px;
		object-fit: contain;
		flex: 0 0 auto;
	}

	.clients-img {
		height: 60px;
		width: 180px;
		object-fit: contain;
		flex: 0 0 auto;
	}

	.cases-slide {
	  display: flex;
	  flex-direction: column;
	  gap: 16px;
		width: 100%;
	}

	.case-card {
	  display: flex;
	  height: 160px;
	  background: #fff;
	  border-radius: 12px;
	  overflow: hidden;
	}

	.case-card-left,
	.case-card-right {
	  flex: 1;
	}

	.case-card-left {
	  padding: 16px;
	  display: flex;
	  align-items: center;
	  font-size: 28px;
	color: black;
	}

	.case-card-right img {
	  width: 100%;
	  height: 100%;
	  object-fit: cover;
	}
	
	.wise-sail-first-column h4 {
		font-size: 5rem;
	}
	.clients-row {
		gap:40px;
	}

	@media (min-width: 768px) {
	  .approach-grid {
		grid-template-columns: repeat(2, 1fr);
	  }
	}
	@media (max-width: 768px) {
	  .grid {
		grid-template-columns: 1fr;
	  }

		.large-card {
			grid-column: auto;
			grid-row: auto;
		}
	}
	@media (max-width: 1024px) {
		.partners-row{
			max-width: 100%;
			overflow-x; auto;
			gap: 50px;
		}
		.background-text {
			font-size: 100px;
		}
		.background-text-container {
		height: auto;
		}
		.wise-crew .swiper-wise-wrapper-container .swiper-container {
			height: 400px;
		}
		.swiper-wise-wrapper-container.case-studies {
			height: auto;
		}
		.wise-swiper-button-container.partner {
			width: 100%;
			display: flex;
			flex-direction: row;
			justify-content: end;
			gap: 24px;
			margin-top: 16px;
		}
		.wise-swiper-button-container.partner .partner-button-next, .wise-swiper-button-container.partner .partner-button-prev {
			display: flex;
			align-items: center;
			justify-content: center;
			height: 40px !important;
        	width: 40px !important;
        	background-color: #e75c23 !important;
        	position: relative;
        	top: 0 !important;
        	transform: translateY(0%);
        	left: 0 !important;
        	right: 0 !important;
			border-radius: 50px;
		}
		.wise-swiper-button-container.partner .partner-button-next svg, .wise-swiper-button-container.partner .partner-button-prev svg 			{
			width: 16.9px;
        height: 14.22px;
        object-fit: contain;
        transform-origin: center;
		}
	}

.crew-button {
  display: flex;
  align-items: center;
  padding: 10px 20px;
cursor: pointer;
}

.icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.3s ease, opacity 0.3s ease, margin-left 0.3s ease;
}

.crew-button:hover .icon-wrapper {
  width: 24px; 
  opacity: 1;
  margin-left: 8px; 
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px); 
  }
  100% {
    transform: translateY(0px);
  }
}

.banner-arrow {
  animation: float 2s ease-in-out infinite;
}

.case-studies .swiper-button-next,
.case-studies .swiper-button-prev {
    background-color: #f5f5f5 !important;
}

.breadcrumb-link {
  position: relative;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}

.breadcrumb-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}

.breadcrumb-link:hover {
  color: #fff; 
}

.breadcrumb-link:hover::after {
  transform: scaleX(1);
}

.wise-section p a{
	position: relative;
  text-decoration: none !important;
  display: inline-block;
}

.wise-section p a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;              
  width: 100%;
  height: 5px;             
  background-color: #e75c2382;
  border-radius: 2px;
  transition: height 0.3s ease;
}

.wise-section p a:hover::after {
  height: 10px;          
}
.sub-services-text {
	font-size: 20px;
}

.sub-services-text h3 {
	padding-top: 20px;	
}
