.spacer {
    margin-top: 100px;
}

/* Section and Container Styling */
.features-section {
    margin-top: 60px;
    margin-bottom: 60px;
}

.features-banner {
    background-color: #FCC43E;
    padding: 40px 20px;
    text-align: center;
}

.features-banner-header {
    justify-content: center;
    align-items: center;
}

/* Feature Card Styling */
.feature-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    border-radius: 25px;
    background: #f5f5f5;
    min-height: 300px;
    border: 2px solid #dfa00f;
    margin: 20px;
}

.feature-card:hover {
    transform: scale(1.02);
    box-shadow: 0 0 10px rgb(194 145 40);
}

/* Icon Styling */
.custom-icon {
    height: 80px;
    width: 80px;
}

.custom-icon img {
    max-width: 100px;
    height: auto;
}

.feature-card:hover .custom-icon,
.feature-card:hover .card-title {
    opacity: 0.5;
}

/* Card Title Styling */
.card-title {
    font-size: 1.5rem;
    margin-top: 10px;
}

/* Hover Text Styling */
.features-hover-text {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(245, 245, 245, 1);
    color: #333;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 25px;
    font-size: 1.2rem;
    font-weight: 500;
    transition: all 0.1s ease-in-out;
}

.feature-card:hover .features-hover-text {
    display: flex;
    opacity: 1;
}

/* Miscellaneous Styling */
.text-center {
    text-align: center;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

/* Police AED Specific Styling */
.police-aed .aed-tile {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    padding: 20px;
    border-radius: 25px;
    background: #f5f5f5 url("../img/police/police-aed.png") no-repeat center / contain;
}

.tile.teal {
    border-left: 5px solid #009490;
}

.button.teal a {
    color: #fff;
    background: #009490;
}

.police-content section.contact-form-header {
	margin-top: 60px !important;
}

.police-content .share.banner-reveal-fade {
    display: none !important;
}


@media (min-width: 1200px) {
    .police-content .interior-banner-default h1, .interior-banner-default .h1 {
        font-size: 280% !important;
    }
}

@media (min-width: 1000px) and (max-width: 1600px) {
    .police-content .features-banner .col-md-3 {
        width: 100% !important;
        max-width: unset !important;
        flex: 0 0 45%;
    }
}

@media (min-width: 500px) and (max-width: 1000px) {
    .police-content .features-banner .col-md-3 {
        width: 100% !important;
        max-width: unset !important;
        flex: 0 0 100%;
        margin: 0px;
    }
    
    .police-content .features-section {
    	margin-bottom: 40px !important;
    	margin-top: 40px !important;
    }
}

@media (max-width: 500px) {
    .police-content .features-section {
    	margin-bottom: 40px !important;
    	margin-top: 40px !important;
    }
    .spacer {
    	display: none;
    }
}

@media (min-width: 1000px) {
    .interior-banner-default .text {
        left: 60%;
    }
}

@media (min-width: 800px) and (max-width: 1000px) {
    .interior-banner-default .default-banner-image {
        transform: translateX(-20%) !important;
    }
}

@media (max-width: 1000px) {
	    .police-aed .aed-tile {
    	margin-top: 20px;
    }
}

@media (min-width: 768px) and (max-width: 900px) {
	.interior-banner-default .default-banner-image {
			    transform: translateX(-30%) !important;	
	}
}

@media (min-width: 1200px) and (max-width: 1600px) {
	.interior-banner-default .default-banner-image {
			transform: translateX(-20%) !important;
	}
}

@media (max-width: 400px) {
    .interior-banner-default h1, .interior-banner-default .h1 {
        font-size: clamp(1.6rem, 5vw, 2.5rem) !important; /* Adjust values as needed */
        font-weight: 600;
    }
}
