.about-image-wrapper {
	position: relative;
	
	display: flex;
	align-items: center;
}
.swiper.about-us-slider {
    position: relative; 
}



.about-image-wrapper .building-img {
	border-radius: 0;

}

@media (min-width: 992px) {
	.about-image-wrapper { 
		min-height: 450px;
	}
    .about-image-wrapper .building-img {
        width: 481px !important; 
        height: 514px !important;
        object-fit: cover; 
    }
}

.about-image-wrapper .founder-card {
	position: absolute;
	top: 50%;
	left: 93%;
	transform: translate(-93%, -50%);
	width: 294px;
	z-index: 2;
	background-color: #1C0F13;
	
}
.about-image-wrapper .founder-card .card-body {
	padding: 0;
}
.about-image-wrapper .founder-card .card-body .card-text{
	color:  #E5E7EB;
	text-align: center;
	font-family: "Poppins",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; 
	margin-top: 12px;
}
.about-image-wrapper .founder-card .avatar {
	width: 100px;
	height: 100px;
	margin-top: 0px; 
}
.about-text-content .about-text-hdg {
    color: #1C0F13;
    font-family: "Poppins",sans-serif;
    font-size: 46px;
    font-style: normal;
    font-weight: 600;
    line-height: 62px; 
    text-transform: capitalize;
}
.about-image-wrapper .founder-card .card-title,
.about-image-wrapper .founder-card .card-text{
	font-family: "Poppins",sans-serif;
}

@media (max-width:991px){
	.about-text-content .about-text-hdg {
		font-size: 32px;
		font-weight: 700;
		line-height: normal;
	}

}
.about-text-content .about-text-desc p{
    color: #6B7280;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; 
}
.about-text-content .btn-dark {
    border-radius: 0;
	padding: 8px 24px;
    color:  #E4B946;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    text-transform: uppercase;
	text-decoration: none;
}

.about-text-content .how-it-works-link {
	color: #242527;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
	transition: 0.3s;
	text-decoration: none;
}

.about-text-content .how-it-works-link:hover {
	opacity: 0.7;
}
.about-us-section .swiper-pagination {
    position: absolute; 
    bottom: -40px; 
    left: 50%;
    transform: translateX(-50%); 
    z-index: 10; 
    width: 100%; 
}
.about-us-section .swiper-pagination-bullet {
	margin: 0 8px !important;
	width: 12px !important;
	height: 12px !important;
	
}
.about-us-section .swiper-pagination-bullet-active {
	width: 52px!important;
	height: 12px;
	border-radius: 6px;
}

.about-us-section .swiper-pagination-bullet-active {
    background: #E4B946;
    width: 52px;
}
.about-us-slider .swiper-slide { height: auto; }

/* =================================== */
/* Tablet & Mobile (<= 991.98px)
/* =================================== */
@media (max-width: 991.98px) {
	
	.about-image-wrapper {
		min-height: auto;
		padding-top: 0; 
		margin-bottom: 0px;
	}

	.about-image-wrapper .building-img {
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		transform: none;
	}
	.about-image-wrapper .building-img {
        width: 321px !important; 
        height: 343px !important;
        object-fit: cover; 
    }

	.about-image-wrapper .founder-card {
        top: 40px;
        left: 36%;
        transform: none;
		margin-top: 0px;
        width: 245px;
        height: 260px;
		
	}

	.about-text-content {
		margin-top: 32px;
		text-align: left;

	}

	.about-text-content .d-flex {
		justify-content: start;
	}
	
	.about-image-wrapper .secondary-avatar {
		display: none;
	}
}

/* =================================== */
/* Small Mobile (<= 575.98px)
/* =================================== */
@media (max-width: 575.98px) {
	.about-text-content .d-flex.align-items-center {
		gap: 1rem; 
		align-items: center;
	}
	.about-image-wrapper .founder-card .avatar {
		width: 100px;
		height: 100px;
	}

	.about-image-wrapper .founder-card .card-body {
		
		padding-top: 0.75rem !important; 
	}

	.about-image-wrapper .founder-card .card-title { /* h4 */
		
		margin-top: 0.25rem !important; 
	}

	.about-image-wrapper .founder-card .card-text { /* p */
		
		margin-top: 0.5rem !important; 
	}
}

@media (max-width: 767.98px) {
	.about-us-slider .btn-link .btn-text,
	.about-us-slider .btn-link {
		color: #1C0F13;
		font-family: "Poppins",sans-serif;
		font-size: 14px;
		font-style: normal;
		font-weight: 500;
		line-height: 20px;
	}
	
    .about-us-slider .content-collapsed {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}

.about-us-slider .content-expanded {
    display: block !important;
    -webkit-line-clamp: unset !important;
}

.about-us-slider .arrow {
    margin-top: 2px;
	margin-left: 5px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-image: url(../img/icon_off_svg.svg);
    background-size: cover;
    background-position: center;
}

.about-us-slider .arrow.open {
    transform: rotate(180deg);
}
@media (max-width:500px) {
	.about-text-content .about-text-hdg {
		font-size: 30px;
	}

}
@media (max-width:400px) {
	.about-text-content .about-text-hdg {
		font-size: 28px;
	}

}