/* HOME ------------------------------------------------- */
/* Video */
.video-con {
	position: relative; 
	width: 100%; 
	height: 0; 
	max-width: 1500px; 
	margin: 0 auto; 
	overflow: hidden;
	padding-bottom: 56.25%
}

/* Modal */
.flip img,
.icon-image img {
	width: 60%;
	text-align: center;
}

.icon-image {
	text-align: center;
}

.logos-row {
	display: flex;
}

.modal {
	--bs-modal-bg: none;
	--bs-modal-padding: 0rem;
	--bs-modal-header-border-color: none;
	--bs-modal-footer-border-color: none;
	z-index: 10000000;
}

.modal-content {
	border: none;
}

.modal-footer {
	justify-content: center;
}

.modal-footer button {
	border-radius: 100px;
}

/* Modal Overlay */
.custom-modal-overlay {
	display: none;
	position: fixed;
	z-index: 99999999999999;
	inset: 0;
	background-color: rgba(0, 0, 0, 80%);
	filter: blur(-50%);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 1rem;
}

/* Modal container */
.custom-modal-body,
.custom-modal-footer {
	margin: 0;
}

.custom-modal {
	max-width: 1140px;
	margin: 3rem auto;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
}

.custom-modal-header {
	display: flex;
	justify-content: flex-end;
}

.custom-modal-close {
	background: none;
	border: none;
	font-size: 2rem;
	padding: 10px;
	cursor: pointer;
}

.custom-modal-footer {
	display: flex;
	justify-content: center;
	gap: 10px;
	padding-block: 25px;
	flex-wrap: wrap;
	background-color: #555555cf;
}

.modal-btn {
	border: none;
	border-radius: 0.25rem;
	cursor: pointer;
	border-radius: 100px;
}

.modal-btn.primary {
	background: #0d6efd;
}

@media (max-width: 1200px) {
	.custom-modal {
		width: 100%;
	}

	.custom-modal-footer {
		display: block;
	}
}

/* Testimonials Masonry */
.masonry-layout {
	column-count: 3;
	column-gap: 1.5rem;
	padding: 30px;
	margin: 0 auto;
	list-style: none;
	max-width: 1600px;
}

.masonry-layout li {
	background: #f6f6f6 !important;
	display: inline-block;
	width: 100%;
	margin-bottom: 1.5rem;
	break-inside: avoid;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	padding: 1rem;
}

.avatar {
	flex-shrink: 0;
	margin: 10px !important;
}

.avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
	filter: grayscale(1);
	background-color: white;
}

.personal-info {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: 0.75rem;
}

.details .name {
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0;
}

.details .position {
	font-size: 0.9rem;
	color: #666;
	margin: 0;
}

.details,
.say {
	text-align: left;
}

.say {
	font-size: 0.95rem;
	line-height: 1.5;
	margin: 0.75rem 0;
}

@media (max-width: 1366px) {
	.logos-row {
		display: block;
	}

	.flip img,
	.icon-image img {
		width: 40%;
	}

	.personal-info {
		align-items: center;
		flex-direction: column;
		gap: 0rem;
	}

	.details,
	.say {
		text-align: center;
	}
}

@media (max-width: 992px) {
	.masonry-layout {
		column-count: 2;
	}
}

@media (max-width: 600px) {
	.masonry-layout {
		column-count: 1;
	}
}

/*About------------------------------*/
.toplogo {
    max-width: 300px;
}

.toplogo.mob-logo {
	display: none;
}

@media only screen and (max-width: 991px) {
    .toplogo {
		display: none;
    }

	.toplogo.mob-logo {
		max-width: 180px;
		display: block;
	}

	.mob-logo-con {
		display: flex;
		justify-content: center;
	}
}

/* CONTACT ------------------------------------------------- */
.igfeed {
    padding: 50px;
    background-color: #f9f9f9;
}