/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body a, body a:hover { color: inherit; }

#cn-accept-cookie { background-color: rgb(0, 117, 109) !important; }

/* HOME PAGE */
#services-slider, #covid-notice, #reviews-slider { position: unset; }
#services-slider .label-txt h2 span { font-weight: 300 !important; }
#services-slider .swiper-button-prev, #services-slider .swiper-button-next, #reviews-slider .swiper-button-prev, #reviews-slider .swiper-button-next { width: 55px; object-fit: contain; height: 55px; background: rgba(0, 0, 0, 0.5); border-radius: 100%; top: 42%; }
#reviews-slider .swiper-button-prev, #reviews-slider .swiper-button-next { top: 46% !important; }
#services-slider .swiper-button-prev, #reviews-slider .swiper-button-prev { content: url('https://qualitycontrolconstructionaz.com/wp-content/uploads/2026/06/serv-prev.png'); }
#services-slider .swiper-button-next, #reviews-slider .swiper-button-next { content: url('https://qualitycontrolconstructionaz.com/wp-content/uploads/2026/06/serv-next.png'); }
#covid-notice .swiper-button-prev, #covid-notice .swiper-button-next { width: 55px; object-fit: contain; height: 55px; background: rgba(255, 255, 255, 0.5); border-radius: 100%; }
#covid-notice .swiper-button-prev { content: url('https://qualitycontrolconstructionaz.com/wp-content/uploads/2026/06/covid-prev.png'); }
#covid-notice .swiper-button-next { content: url('https://qualitycontrolconstructionaz.com/wp-content/uploads/2026/06/covid-next.png'); }

.advance-dash .main-menu {
    display: none !important;
}

/* Contact Form */
.ctc-form form .hide, .ctc-form form br { display: none !important; }
.ctc-form form { font-family: 'Poppins'; }
.ctc-form form p { margin: 0; width: 100%; }
.ctc-form form .flex p { display: flex; column-gap: 13px }
.ctc-form form input:not([type="checkbox"], [type="submit"]), .ctc-form form select, .ctc-form form textarea { background: #F3F3F3; border: 1px solid #D6D6D6; height: 56px; margin-bottom: 10px; font-family: 'Poppins'; font-size: 14px; color: #000; border-radius: 10px; }
.ctc-form form textarea { min-height: 192px; padding-top: 18px; }
.ctc-form form [type="submit"] { background: url('https://qualitycontrolconstructionaz.com/wp-content/uploads/2026/06/ctc-btn-bg.png') no-repeat center; background-size: cover; font-family: 'Century Gothic' !important; font-size: 18px !important; border: none;  letter-spacing: .036em; color: #fff; display: block; margin: 15px auto 0; width: 200px; height: 64px; background-color: rgba(0, 0, 0, 0.005); }
.ctc-form form [type="submit"]:hover { background: #000 !important; }




/* RESPONSIVENESS */
@media screen and (max-width: 1600px) {
	body { zoom: 90% !important; }
}

@media screen and (max-width: 1440px) {
	body { zoom: 80% !important; }
}

@media screen and (max-width: 1200px) {
	body { zoom: unset !important; }
}

@media screen and (max-width: 1024px) {
	#services-slider .swiper-button-prev, #services-slider .swiper-button-next, #covid-notice .swiper-button-prev, #covid-notice .swiper-button-next, #reviews-slider .swiper-button-prev, #reviews-slider .swiper-button-next { width: 40px; height: 40px; }
}

@media screen and (max-width: 768px) {
    .ctc-form form .flex p { flex-wrap: wrap; }
}

