/*
Theme Name: AC5D Theme
*/


@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        justify-content: flex-end;
    }
}

.wpcf7-response-output {
    color: white;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.disabled {
    position: absolute;
    right: 5px;
    top: 4px;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    padding: 3px 14px;
}
.newsletter-wrap .wpcf7-response-output {
    border-color: #000 !important;
    color: #000;
	position:absolute !important;
	bottom:4px !important;
}

h2.page-title {
    text-align: center;
    margin-top: 46px !important;
	margin-bottom:80px;
}
#custom-thumbnail-image {
/*     width: 400px; */
   
    object-fit: cover; /* Ensures the image fills the area without distortion */
}.page-content-404page {
    line-height: 100px;
}
article#post-3 {
    padding-top: 50px;
}

@media (min-width: 300px) and (max-width: 1000px) {
  #button {
    display: block;
	  width:75%;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom:37px;
   
  }
	
}
	@media (min-width: 868px) and (max-width: 1500px) {
 
	  a#button {
   display: block;
	  width:50%;
    margin-left: auto;
    margin-right: auto;
	  margin-bottom:37px;
}
    
  
	}
	
  /* Ensuring the image is centered within the blog-img container */
@media (min-width: 300px) and (max-width: 1400px){
.blog-img {
    display: flex;
    justify-content: center;  
    align-items: center;     
/*     height: 300px;     */
	 
}
  /* Image styling to set the size */
  .centered-image {
    width: 350px;  /* Image width */
    height: 300px; /* Image height */
    object-fit: cover; /* Ensures the image covers the area without distortion */
  }
}
 
/*css of additional section in ourserices page*/
.services-section {
    background-color: #f4f4f4;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.services-section h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    color: #333;
}

.service-item {
    margin-bottom: 25px;
    padding: 10px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.service-item h3 {
    font-size: 22px;
    color: black;
    margin-bottom: 10px;
}

.service-item p {
    font-size: 16px;
    color: #666;
}

/* Base styles for large screens (desktops) */

ul.custom-list {
    list-style-type: disc;
	  margin-left: 25px !important;
}

ul.custom-child-list {
    list-style-type: circle;
	    margin-left: 30px !important;
}

