.logo-section {
	padding-top: 80px;
}
.logo-section .Page_title {
	font-family: "Playfair Display", serif;
	font-weight: 700;
	font-size: clamp(28px, 2.77778vw, 40px);
	line-height: 100%;
	letter-spacing: 0%;
	color: #232D39;
	text-align: center;
	position: relative;
	margin: 0;
}
.logo-section .Page_title::after {
	content: "";
	display: block;
	width: 80px;
	height: 5px;
	background-color: #68FC96;
	margin: 16px auto 0;
	border-radius: 2px;
}

/*
.logo-slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-top: 40px;
}

.logo-track {
	display: flex;
	width: max-content;
	animation: scroll 20s linear infinite;
}

.logo {
	flex: 0 0 auto;
	width: 200px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 20px;
	background: #fff;
	border-radius: 12px;
	border: 1px solid #E6EAF0;
}

.logo img {
	max-width: 140px;
	object-fit: contain;
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
} */


.logo-swiper {
  width: 100%;
  padding-top: 40px;
}

.logo-swiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

/*.logo {
  width: 200px !important;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #D9D9D9
}

.logo img {
  max-width: 140px;
  object-fit: contain;
} 



.logo {
  width: 200px !important;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  overflow: hidden; 
}

.logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
*/


.logo {
  width: 200px !important;
  height: 100px;
  padding: 12px;            /* 🔥 THIS IS KEY */
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  box-sizing: border-box;   /* 🔥 MUST */
}


.logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
  display: block;
}

.logo.swiper-slide {
  box-sizing: border-box;
}





@media (max-width: 767px) {
.logo {
    width: 150px !important;
    height: 80px;
    }

.logo-swiper {
	padding-top: 25px !important;
}
.logo-section {
    padding-top: 50px;
}
}
