@charset "UTF-8";

/*
Theme Name: Power Tech GCC
Theme URI: https://powertechgcc.com/
Author: the focusmediaqatar team
Author URI: https://focusmediaqatar.com
Description: 
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.4.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: powertech
Tags: 
*/
/*contact form css*/
#contact-form .cf7-input {
    width: 100%;
    padding: 0.75rem 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgb(226 232 240);
    outline: none;
    box-sizing: border-box;
}

#contact-form .cf7-input:focus {
    border-color: var(--pt-primary);
}

#contact-form textarea.cf7-input {
    resize: none;
}

#contact-form .cf7-submit {
    width: 100%;
    padding: 1rem;
    border-radius: 0.75rem;
    background: var(--pt-primary);
    color: white;
    font-weight: 700;
    border: 0;
    cursor: pointer;
    transition: background-color 0.2s;
}

#contact-form .cf7-submit:hover {
    background: var(--pt-accent);
}
#contact-form .cf7-submit {
    display: block !important;
    width: 100% !important;
    padding: 16px 20px !important;
    border: none !important;
    border-radius: 12px !important;
    background-color: rgb(66 68 151 / var(--tw-bg-opacity, 1)) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    cursor: pointer !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    min-height: 56px !important;
}

#contact-form .cf7-submit:hover {
    background-color: rgb(164 123 26 / var(--tw-bg-opacity, 1)) !important;
}
.border-style-class {
    border: 1px solid #333333 !important;
    box-shadow: 5px 5px 0px #333333 !important;
}

/* home footer form btn*/
.hm-form .wpcf7-submit {
    padding: 1.05rem;
    background: var(--home-gold);
    color: var(--home-ink);
    border: none;
    font-family: "Syne", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.25s ease;
}

.contact-form .wpcf7-submit, .quote-content .wpcf7-submit, #quote-form .wpcf7-submit, .quote-content .wpcf7-submit{
	border:0;
	cursor:pointer;
	padding: .5rem 2rem;
	margin-bottom: 20px;
}
.contact-form div.wpcf7-validation-errors, .contact-form div.wpcf7-acceptance-missing, .quote-content div.wpcf7-validation-errors, .quote-content div.wpcf7-acceptance-missing, .appointment-form div.wpcf7-validation-errors, .appointment-form div.wpcf7-acceptance-missing, #quote-form div.wpcf7-validation-errors, #quote-form div.wpcf7-acceptance-missing {
	margin: 0;
	margin-top: 1rem;
	background: #edc2c226;
	border-color: red;
}
.appointment-form div.wpcf7-response-output, .contact-form div.wpcf7-response-output, .quote-content div.wpcf7-response-output, #quote-form div.wpcf7-response-output{
	margin:0;
	font-size:14px;
}
.appointment-form .wpcf7-not-valid-tip, .contact-form .wpcf7-not-valid-tip, .quote-content .wpcf7-not-valid-tip, #quote-form .wpcf7-not-valid-tip {
	display: none!important;
}
.appointment-form .wpcf7-not-valid, .contact-form .wpcf7-not-valid, .quote-content .wpcf7-not-valid, #quote-form .wpcf7-not-valid {
	border: 1px dashed red!important;
	transition: .5s;
	background-color: #ec4c4c26 !important;
	color: inherit;
}
.appointment-form div.wpcf7-mail-sent-ok, .contact-form div.wpcf7-mail-sent-ok, .quote-content div.wpcf7-mail-sent-ok, #quote-form div.wpcf7-mail-sent-ok{
	background: #398f14;
	color:#fff;
	border: 0;
}
.appointment-form .div.wpcf7-mail-sent-ok, .contact-form .div.wpcf7-mail-sent-ok, .quote-content .div.wpcf7-mail-sent-ok, #quote-form .div.wpcf7-mail-sent-ok {
	background: rgba(0, 128, 0, 0.22);
}

/* Default page content */
.entry-content p {
	margin-bottom: 1.15rem;
}
.entry-content h2,
.entry-content h3 {
	font-family: "Syne", sans-serif;
	font-weight: 700;
	color: #1e1f45;
	margin: 1.75rem 0 0.75rem;
}
.entry-content ul,
.entry-content ol {
	margin: 0 0 1.15rem 1.25rem;
}
.entry-content a {
	color: #424497;
	font-weight: 600;
}
.entry-content img {
	border-radius: 1rem;
}