/*
Theme Name: Dustar Child
Theme URI: http://themeforest.net/user/themexshaper/portfolio/
Author: themexshaper
Author URI: http://themeforest.net/user/themexshaper
Description: Duster - Cleaning Services WordPress Theme
Template:	dustar
Version: 1.0
Text Domain: dustar-child
*/
.container {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}
.services-section-s2 .contact-form {
    width: 361px;
    padding: 30px 30px 0px !important;
}
.services-section-s2 .contact-form input[type=submit].wpcf7-submit {
    margin-bottom: 0 !important;
    
}
/* Hover category */
.services-tabs {
    max-width: 100%;
    position: relative;
    margin: 0px auto 100px auto;
}

.services-tabs img {
    width: 100px;
    object-fit: contain;
}

.services-tabs .tab h2 {
    font-size: 20px;
    font-weight: 700;
}
.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tab {
    cursor: pointer;
    padding: 10px;
    background: transparent;
    border-radius: 10px;
    transition: 0.3s;
    text-align: center;
    width: calc(25% - 10px);
    border: 1px solid #e1e1e1;
}

.tab img {
    max-width: 50px;
    display: block;
    margin: auto;
}
.services-tabs img {
    width: 100px;
    object-fit: contain;
}

.tab.active {
    color: white;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.21);
    border-color: #1cbdcf;
}

.tab-content .content {
    display: none;
    margin-top: 60px;
}

.tab-content .content.active {
    display: block;
}
.img-holder{
height: 665px !important;}


@media (max-width: 992px) {
    .theme-btn-s3{
	margin-top:10px !important;
	
}
	.tabs h2{
	display:none;
}
}
/* Remove bullets from all footer lists */
.site-footer li,
.contact-widget-title li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/* Make sure address and phone/email align left */
.site-footer .contact-widget,
.site-footer .contact-widget-title,
.site-footer .contact-widget-title h3,
.site-footer li,
.site-footer p {
    text-align: left !important;
    float: none !important;
    display: block !important;
}

/* Optional: Make sure no ::marker shows up */
.site-footer li::marker {
    display: none !important;
}

/* Prevent bullet appearance even if added via pseudo-elements */
.site-footer li::before {
    content: none !important;
}



/* Force all contact info to align left in footer */
.dustar-footer-contact,
.dustar-footer-contact ul,
.dustar-footer-contact li,
.dustar-footer-contact-info,
.dustar-footer-contact-infos {
    text-align: left !important;
    float: none !important;
    display: block !important;
}




