.partner-with-us {
	background-color: #f9f9f9;
	color: #222;
	padding: 60px 0;
	animation: fadeIn 1s ease-in;
}

.partner-with-us .section-title {
	color: #7a0052;
	font-weight: 700;
	margin-bottom: 1rem;
	font-size: 2rem;
}

.partner-with-us ul.feature-list {
	list-style: none;
	padding-left: 0;
}

.partner-with-us ul.feature-list li {
	margin-bottom: 1rem;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.partner-with-us ul.feature-list i {
	color: #7a0052;
	font-size: 1.2rem;
	margin-top: 3px;
}

.cta-button {
	background-color: #7a0052;
	border: none;
	padding: 12px 25px;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
	transition: all 0.3s ease;
	text-decoration: none;
}

.cta-button:hover {
	background-color: #044f46;
	transform: translateY(-2px);
}

.fade-in {
	animation: fadeInUp 1s ease forwards;
	opacity: 0;
}

@keyframes fadeInUp {
	from {
		transform: translateY(20px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.what-we-partner {
	margin-bottom: 20px;
	font-size: 29px !important;
}
/* .partner-with-us .contact-card {
    background-color: #7a0052;
    color: #fff;
    padding: 2rem;
    border-radius: 10px;
  }

  .partner-with-us .contact-card h5 {
    margin-bottom: 1rem;
  }

  .partner-with-us .contact-card a {
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
  }

  .partner-with-us .form-section {
    background-color: #fff;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
  }

  .partner-with-us label {
    font-weight: 600;
    margin-top: 1rem;
  }

  .partner-with-us input,
  .partner-with-us textarea {
    margin-top: 0.25rem;
  }

  .partner-with-us button {
    background-color: #7a0052;
    border: none;
  }

  .partner-with-us button:hover {
    background-color: #055144;
  }

  .partner-with-us .footer-note {
    font-size: 0.85rem;
    color: #666;
    margin-top: 1rem;
  } */
.what-we-partner-text {
	margin-bottom: 16px;
}
.what-we-offer-text {
	margin-bottom: 16px;
}
@media (max-width: 767px) {
	.partner-with-us {
		padding: 17px 0 0 0 !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.partner-with-us {
		padding: 60px 0 24px 0 !important;
	}
}
@media (max-width: 991px) {
	.partner-with-us .section-title {
		font-size: 24px;
	}
	.what-we-partner-text {
		margin-bottom: 22px;
	}
	.what-we-offer-text {
		margin-bottom: 22px;
	}
	.partner-with-us ul.feature-list li {
		font-size: 14px;
	}
	.feature-list {
		margin-bottom: 32px;
	}
	.what-we-partner-text {
		font-size: 18px;
		font-weight: 600;
	}
	.what-we-offer-text {
		font-size: 18px;
		font-weight: 600;
	}
}
