

/* Feature Area */
.st-feature-area {
	padding: 30px 0;
}

.st__feature__box {
	text-align: center;
	padding: 20px;
}

/* About Area */
.st-about-area {
	padding: 50px 0;
}

.st__about__thumb img {
	width: 100%;
	height: auto;
}

.st__about__wrap .st__section__title h1 {
	font-size: 24px;
}

/* Service Area */
.st-service-area {
	padding: 50px 0;
}

.st__service__box {
	text-align: center;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.st__service__thumb img {
	width: 100%;
	max-height: 200px;
	object-fit: cover;
}

/* Vision and Mission Sections */
.vision-section, .mission-section {
	padding: 50px 15px;
	text-align: center;
}

.vision-section h2, .mission-section h2 {
	font-size: 24px;
}

/* Services Area */
.st-services-area {
	padding: 50px 15px;
}

.st__service__box {
	padding: 15px;
}

/* Call to Action */
.st-call-do-action {
	background-size: cover !important;
	background-position: center;
	padding: 50px 15px;
	min-height: 200px;
	text-align: center;
}

/* Subscribe Area */
.st-subscribe-area {
	padding: 30px 15px;
}

.st__subscribe__content h2 {
	font-size: 22px;
}

/* Mobile Specific Adjustments */
@media (max-width: 768px) {
	
	.st__feature__box {
		padding: 15px;
		margin-bottom: 20px;
	}

	.st__about__thumb, .st__about__wrap {
		text-align: center;
	}

	.st__service__box {
		padding: 15px;
		margin-bottom: 20px;
	}

	.vision-section, .mission-section {
		padding: 30px 15px;
	}

	.st-call-do-action {
		padding: 30px 15px;
	}

	.st__subscribe__content h2 {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.st-slider-area {
		min-height: 30vh; /* Smaller height on very small screens */
		background-size: contain; /* Maintain full image without cropping */
	}

	.slider-heading-small {
		font-size: 20px !important;
	}

	.slider-heading-large {
		font-size: 30px !important;
	}

	.st__feature__box {
		margin-bottom: 15px;
	}

	.st__service__box {
		margin-bottom: 15px;
	}

	.st-services-area .st__section__title h1 {
		font-size: 20px;
	}
}


/* Accreditation Feature Box Styling */
.st__feature__box {
    text-align: center;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.st__feature__icon img {
    max-width: 100px; /* Adjust the logo size */
    height: auto;
    margin: 0 auto 15px auto; /* Center the image */
    display: block; /* Ensures centering within the container */
}

.st__feature__content h2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.st__feature__carousel .owl-nav {
    display: none; /* Hide navigation if not needed */
}

