/* 
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
*/
@font-face {
  font-family: "Copperplate Gothic Bold";
  src: url("fonts/CopperplateGothic/CopperplateGothicBold.ttf");
}

/* Add your custom styles here */
body a { color: unset; }
body p { margin: 0; }

/* HOME PAGE */
.services-item, .ctc-form-wraper { background-size: 100% 100% !important; }

/* CONTACT FORM */
.ctc-form form label:not(.wpcf7-list-item label) { font-size: 0; }
.ctc-form form br { display: none; }
.ctc-form form .flex p { display: flex; column-gap: 50px; }
.ctc-form form input:not([type="checkbox"], [type="submit"]), .ctc-form form select, .ctc-form form textarea { font-family: "Copperplate Gothic"; font-size: 16px; color: #fff; letter-spacing: 0.036em; height: 50px; background: transparent; border: none; border-bottom: 2px solid #fff; margin: 0 auto 8px; font-weight: 600; }
.ctc-form form textarea { height: 150px; resize: none; }
.ctc-form form input[type="submit"] { position: relative; background: url(https://beta12.technodreamcenter.com/zionstainlessinc.net/wp-content/uploads/2026/05/btn-bg.png) no-repeat center !important; background-size: 100% 100%; box-sizing: border-box; max-width: 100%; width: 374px; height: 50px; display: block; color: #000; font-weight: 300; font-family: "Open Sans", sans-serif; font-size: 28px; letter-spacing: 0.05em; margin: 55px auto 0; line-height: 1.2; border: 0; }
.ctc-form form input[type="submit"]:hover { color: #FF3F00 !important; }
.ctc-form form .wpcf7-list-item label { line-height: 1.3; font-family: "Montserrat", sans-serif; text-align: center;  color: #fff; margin-top: 20px; }
form .cf7sr-g-recaptcha { display: flex; justify-content: center; }


/* FOOTER */


/* SERVICES PAGE */
.swiper-button-prev { content: url(https://beta12.technodreamcenter.com/zionstainlessinc.net/wp-content/uploads/2026/05/leftCarouselButton.png); left: 0; right: 60px;}
.swiper-button-next { content: url(https://beta12.technodreamcenter.com/zionstainlessinc.net/wp-content/uploads/2026/05/right2CarouselButton.png); left: 60px; right: 0; }
.swiper-button-prev, .swiper-button-next { width: 59px; object-fit: contain; height: 61px; bottom: 0 !important; top: unset; margin: auto; }

.swiper-button-prev:hover { content: url(https://beta12.technodreamcenter.com/zionstainlessinc.net/wp-content/uploads/2026/05/hover-right.png); left: 0; right: 60px;}
.swiper-button-next:hover { content: url(https://beta12.technodreamcenter.com/zionstainlessinc.net/wp-content/uploads/2026/05/rightCarouselButton.png); left: 60px; right: 0; }


@media screen and (max-width: 768px) {
    .ctc-form form .flex p { flex-wrap: wrap; } 
	.ctc-form form input[type="submit"] { font-size: 20px; width: 200px; }
 }