/* Stamp */
.custom-stamp-1 {
		width: 208.5px;
		height: 208.5px;
		left: 0;
		bottom: 0;
		border-radius: 50%;
}


@media (max-width: 992px) {
		.custom-stamp-1 {
            left: 0;
		}
}

.custom-circle-section-1 {
		z-index: 100;
		position: relative;
}

.custom-curved-text-1 {
		max-width: 130px;
		left: 0 !important;
		top: auto !important;
		bottom: 0 !important;
		background: var(--light);
		border-radius: 50%;
}

.custom-curved-text-1 svg {
		position: relative;
		left: 4px;
		top: 1px;
		margin: 2px;
}

/* Custom Card */
.custom-card-services .card-body {
		min-height: 360px;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
        border-radius: 15px;
}

@media (max-width: 992px) {
		.custom-card-services .card-body {
            min-height: 415px;
		}
}

@media (max-width: 576px) {
		.custom-card-services .card-body {
            min-height: 385px;
		}
}