/**** About Us Page Style ****/

.banner-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.colored-layer {
	position: relative;
}

.colored-layer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(50, 38, 127, 0.7);
  z-index: 1;
}

.colored-layer > * {
  position: relative;
  z-index: 2;
}

.banner-content {
	padding: 75px 0 55px;
}
.banner-content h1{
	font-size: 60px;
	font-weight: 800;
}

.banner-content .banner-para {
  font-size: 32px;
}

.about-side-img img {
	max-height: 500px;
	box-shadow: 0 5px 3px #00000040;
}


.breadcrumb-item {
	font-size: 18px;
}
.breadcrumb-item + .breadcrumb-item::before {
	content: "|";
	padding: 0 1rem 0 0.5rem;
	font-size: 18px;
	position: relative;
	bottom: 1px;
}


/* About Us 1 Section */
.aboutus-1-shadow {
	border-radius: 20px 20px 25px 25px;
	box-shadow: 0 5px 3px #00000040;
	padding: 60px 0 75px;
}

.aboutus-1-content h2 {
	font-weight: 900;
}
.aboutus-1-content p {
	font-size: 18px;
}

.aboutus-1-side-img img {
	width: 500px;
	box-shadow: 0 5px 3px #00000040;
}


/* What We Offer Section */

.offer-card {
	border: 2px solid #7e93cd25;
}
.offer-details h3 {
	font-weight: 900;
}
.offer-details p {
	font-size: 17px;
	font-weight: 300;
}


/* Managing Partner Section */

.managing-partner {
	box-shadow: 0 5px 3px #00000040;
	background-color: #fefefe;
}

.managing-partner h2 {
	font-size: 42px;
	font-weight: 900;
	letter-spacing: -1px;
}
.managing-partner p {
	font-size: 20px;
	font-weight: 300;
}
.managing-partner p.managing-partner-description {
	color: #7e93cd;
	font-weight: 800;
	font-size: 28px;
}

.managing-partner-side-img img {
	box-shadow: 0 5px 3px #00000040;
}


.what-we-do-content p {
	font-size: 20px;
}

/* Vision Mission Section */

.vm-card {
	border: 2px solid #7e93cd25;
	box-shadow: 0 5px 3px #00000040;
}

.vm-details p {
	font-size: 24px;
	letter-spacing: -1px;
}

.vm-icon {
	right: 75px;
	top: -60px;
	border-radius: 50%;
	padding: 29.3px 18px 29px;
	background-color: #32267f;
	box-shadow: 0 3px 3px #00000040;
}
.vm-icon img {
	max-width: 100px;
}


/* FunFacts Section */

.funfacts-bg {
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.funfact-number {
	font-weight: 900;
}
.funfact-text {
	font-weight: 300;
	max-width: 275px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Core Values Section */

.core-value-card {
	height: 100%;
	border: 1px solid #32267f25;
	box-shadow: 0 4px 2px #00000040;
}

.core-value-img {
	background-color: #dfe4f3;
	max-width: 110px;
}
.core-value-card-body {
	padding: 30px 0px;
}

.core-value-title {
	font-size: 30px;
	font-weight: 900;
}
.core-value-text {
	color: #585959;
	font-weight: 400;
	font-size: 20px;
}

.why-choose-us-content p {
	font-size: 20px;
}

/* Affiliation Section */

.affiliation-section {
	background-color: #f5f7fc;
}

.affiliation-card {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
}

.affiliation-card img {
    max-width: 150px;
    object-fit: contain; 
}

.swiper-pagination {
	display: flex;
	justify-content: center;
}
.swiper-pagination .swiper-pagination-bullet {
  background: #c0c8e8;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #32267f;
  transform: scale(1.2);
}


/* Subscription Section */

.subscription-section {
	background: linear-gradient(to right, #fffdfe 0%, #f6f9fe 50%, #c9e5ff 100%);
}

.subscription-bg h2 {
	font-weight: 900;
	line-height: 1.4;
}
.subscription-bg p {
	font-size: 20px;
	max-width: 500px;
}

.subscription-card {
	border-radius: 12px;
	box-shadow: 0 5px 3px #00000040;	
}

.subscription-card .form-label {
	font-size: 20px;
	color: #989995;
	font-weight: 300;
}
.subscription-card .form-control {
	font-size: 18px;
	line-height: 30px;
	border: 1px solid #32267f40;
}
.subscription-card .form-control:hover,
.subscription-card .form-control:focus {
	box-shadow: 2px 5px 3px #32267F40;
}

.subscription-card button {
	font-size: 20px;
	font-weight: 500;
	padding: 10px 20px;
	border: none;
	background-color: #32267F;
	color: #ffffff;
	border-radius: 12px;
}
.subscription-card button:hover {
	background-color: #000000;
}

@media (max-width: 1549px) {
	.managing-partner p {
		font-size: 19px;
	}
	
	.what-we-do-content p {
		font-size: 19px;
	}
}

@media (max-width: 1399px) {
	.banner-content h1{
		font-size: 50px;
	}
	.banner-content .banner-para {
	  font-size: 25px;
	}
	
	.managing-partner p {
		font-size: 18px;
	}
	
	.what-we-do-content p {
		font-size: 18px;
	}
	
	.vm-details p {
		font-size: 22px;
	}
	.vm-icon {
		right: 65px;
		top: -65px;
		padding: 28px 18px;
	}
	.vm-icon img {
		max-width: 90px;
	}
	
	.why-choose-us-content p {
		font-size: 19px;
	}
}
@media (max-width: 1260px) {
	.aboutus-1-shadow {
		padding: 40px 0;
	}
	
	.managing-partner h2 {
		font-size: 38px;
	}
	.managing-partner p.managing-partner-description {
		font-size: 24px;
	}
}
@media (max-width: 1120px) {
	.banner-content h1{
		font-size: 44px;
	}
	.banner-content .banner-para {
	  font-size: 22px;
	}
	
	.managing-partner h2 {
		font-size: 36px;
	}
	.managing-partner p.managing-partner-description {
		font-size: 22px;
	}
	
	.vm-details p {
		font-size: 20px;
	}
	.vm-icon {
		right: 55px;
		top: -60px;
		padding: 26px 18px;
	}
	.vm-icon img {
		max-width: 75px;
	}
	
	.affiliation-card {
		height: 120px;
	}

	.affiliation-card img {
		max-width: 120px;
	}
}
@media (max-width: 991px) {
	
	
	
	.managing-partner h2 {
		font-size: 32px;
	}
	.managing-partner p.managing-partner-description {
		font-size: 20px;
	}
	.managing-partner p {
		font-size: 17px;
	}
	
	
	.what-we-do-content .sec-heading {
		font-size: 42px;
	}
	.what-we-do-content p {
		font-size: 17px;
	}
	
	.why-choose-us-content .sec-heading {
		font-size: 42px;
	}
	
	.subscription-bg p {
		display: block;
		margin: 0 auto 1rem;
	}
}
@media (max-width: 767px) {
	.banner-content h1{
		font-size: 42px;
	}
	.banner-content .banner-para {
	  font-size: 20px;
	}
	
	.aboutus-1-content p {
		font-size: 17px;
	}
	
	.vm-card {
		border-radius: 1.5rem !important;
		padding: 2rem !important;
	}
	
	.core-value-img {
		max-width: 90px;
	}
	.core-value-title {
		font-size: 26px;
	}
	.core-value-text {
		font-size: 18px;
	}
}
@media (max-width: 575px) {
	.banner-content h1{
		font-size: 40px;
	}
	.banner-content .banner-para {
	  font-size: 18px;
	}
	
	.managing-partner h2 {
		font-size: 30px;
	}
	.managing-partner p.managing-partner-description {
		font-size: 19px;
	}
	.managing-partner p {
		font-size: 16px;
	}
	
	.what-we-do-content .sec-heading {
		font-size: 36px;
	}
	.what-we-do-content p {
		font-size: 16px;
	}
	
	.why-choose-us-content .sec-heading {
		font-size: 36px;
	}
	.why-choose-us-content p {
		font-size: 18px;
	}
	
	.subscription-bg p {
		font-size: 18px;
	}
	.subscription-card .form-label {
		font-size: 18px;
		margin-bottom: 3px;
	}
	.subscription-card .form-control {
		font-size: 17px;
	}
	.subscription-card button {
		font-size: 17px;
		padding: 8px 20px;
		border-radius: 8px;
	}
	
	.aboutus-1-shadow {
		padding: 24px 0;
	}
	.aboutus-1-content p {
		font-size: 16px;
	}
	
	.offer-details p {
		font-size: 16px;
	}
	
	.vm-card {
		border-radius: 1rem !important;
	}
	.vm-details p {
		font-size: 18px;
	}
	.vm-icon {
		right: 35px;
		top: -45px;
		padding: 21px 15px;
	}
	.vm-icon img {
		max-width: 50px;
	}
	
	.funfact-text {
		font-size: 18px !important;
	}
}
@media (max-width: 380px) {
	.managing-partner h2 {
		font-size: 26px;
	}
	.managing-partner p.managing-partner-description {
		font-size: 18px;
	}
}