	.alert {
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid transparent;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: .75rem 1.25rem;
    color: inherit;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    background: transparent;
    border: 0;
}

.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

/* Add smooth scroll for anchor links */
html {
    scroll-behavior: smooth;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .alert {
        font-size: 14px;
        padding: 10px 15px;
    }
}
		/* Custom CSS for image size fixing */
		.img-about .img,
		.project.img,
		.blog-entry .block-20,
		.testimony-wrap .user-img,
		.slider-item .img,
		.ftco-hireme img {
			width: 100%;
			object-fit: cover;
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
		}
		
		/* Specific sizes */
		.img-about .img {
			height: 500px;
			min-height: 500px;
			background-size: contain;
			background-color: #f8f9fa;
			background-position: center center;
		}
		
		.project.img {
			height: 300px;
			min-height: 300px;
		}
		
		.blog-entry .block-20 {
			height: 250px;
			min-height: 250px;
		}
		
		.testimony-wrap .user-img {
			height: 60px;
			width: 60px;
			border-radius: 50%;
		}
		
		/* SLIDER IMAGE FIXES */
		.slider-item .img {
			height: 600px;
			min-height: 600px;
			background-size: contain;
			background-color: #f8f9fa;
			background-position: center center;
		}
		
		.one-third.order-md-last.img {
			background-size: contain;
			background-position: center center;
			background-color: #f8f9fa;
		}
		
		.slider-item .overlay {
			background: rgba(0, 0, 0, 0.4);
		}
		
		.ftco-hireme img {
			height: 300px;
			max-height: 300px;
			object-fit: contain;
			background-color: #f8f9fa;
		}
		
		/* Responsive adjustments */
		@media (max-width: 768px) {
			.img-about .img {
				height: 400px;
				min-height: 400px;
			}
			
			.slider-item .img {
				height: 400px;
				min-height: 400px;
				background-size: contain;
			}
			
			.project.img {
				height: 250px;
				min-height: 250px;
			}
			
			.one-third.order-md-last.img {
				order: 1 !important;
				height: 300px;
			}
			
			.one-forth.d-flex {
				order: 2 !important;
			}
		}
		
		@media (max-width: 576px) {
			.img-about .img {
				height: 300px;
				min-height: 300px;
			}
			
			.slider-item .img {
				height: 300px;
				min-height: 300px;
			}
			
			.hero .text h1 {
				font-size: 24px;
				line-height: 1.3;
			}
			
			.hero .text .subheading {
				font-size: 14px;
			}
		}
		
		/* Counter animation */
		.ftco-counter .number {
			font-size: 40px;
			font-weight: bold;
		}
		
		/* Progress circle adjustments */
		.progress {
			width: 150px;
			height: 150px;
		}
		
		.progress-value {
			font-size: 24px;
		}
		
		/* Text contrast for slider */
		.hero .text {
			position: relative;
			z-index: 10;
		}
		
		.hero .text h1 {
			color: #fff;
			text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
		}
		
		.hero .text .subheading {
			color: #fff;
			text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
		}