/* 
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 */

.printbtn { font-family: "Montserrat", Sans-serif; font-size: 18px; font-weight: 700; }

body a, body a:hover { color: inherit; }
@media screen and (max-width: 1680px) { body { zoom: 85% !important;  margin-top:-6px;} }
@media screen and (max-width: 1440px) {	body { zoom: 70% !important; margin-top:-14px; } }
@media screen and (max-width: 1280px) {	body { zoom: 65% !important; margin-top:-17px;  } }
@media screen and (max-width: 1100px) {	body { zoom: 60% !important; margin-top:-21px; } }
@media screen and (max-width: 1024px) {	body { zoom: unset !important; margin-top:unset; } }

/* textarea.g-recaptcha-response {
    display: none !important;
} */

body:has(#contact-page) footer #footer-form{
	display:none;
}
/* 
p,
button.cky-btn-reject,
button.cky-btn-accept{
	background-color:rgba(0,0,0,0.005) !important;
}
 */
.offer {
  position: relative;
  display: flex;
  align-items: center;
}

.offer::after {
  content: "";
  background-image: url('https://beta13.technodreamcenter.com/SpotlessCarDetailing/wp-content/uploads/2026/09/services-hoverArrow.png');
  background-size: cover;
  background-position: center;
  width: 31px;
  height: 31px;
  margin-left: 8px;

  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}


.card:hover .offer::after {
  opacity: 1;
  transform: translateX(0);
}

/* TEXT COLOR */
.bg-gray-gradient{
	background: linear-gradient(180deg, #FFFFFF 0%, #7D7D7A 50%, #FFFFFF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	overflow:visible

}

.bg-gray2-gradient{
	background: linear-gradient(180deg, #FFFFFF 0%, #7D7D7A 20%, #FFFFFF 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	-webkit-text-fill-color: transparent;
	overflow:visible

} 

.bg-black-gradient{
	background:linear-gradient(180deg, #7D7D7A 20%, #111111 45%, #7D7D7A 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  overflow: visible;

}

/* BTN HOVER EFFECTS */
.btn a{
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn a:hover{
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

/* NAV MENU */


header .wpr-nav-menu-container >ul>li>.wpr-menu-item:after{
	height:4px !important;
    bottom:-46.5px;
}



/* CONTACT FORM */
.ctc-form{
	max-width:680px;
	width:100%;
	margin:0 auto;
	display:flex;
	flex-direction:column;
}

.ctc-form input[type="tel"],
.ctc-form input[type="email"],
.ctc-form input[type="text"],
.ctc-form textarea,
.ctc-form select{
	font: 500 22px "Rajdhani";
    line-height:1.20em;
	color:#545454;
	border:none;
	background-color: #CCC;
	border:solid 1px #FFF;
	border-radius: unset;
	
}

.ctc-form textarea{
	height:126px;
}

/* HIDE SELECT ARROW */
.ctc-form select{
   appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.ctc-form input[type="text"],
.ctc-form select{
	width:100%;
	height:48px;

}

.ctc-form .emailAndPhone p{
	width:100%;
	display:flex;
	justify-content:space-between;
	gap:10px;
}

.ctc-form input[type="tel"],
.ctc-form input[type="email"],
.ctc-form .emailAndPhone label{
	max-width:331px !important;
	width:100% !important;
	height:48px;
}

.ctc-form input:focus,
.ctc-form select:focus,
.ctc-form textarea:focus {
  outline: none !important;
  box-shadow: none !important;
	 border: solid 2px #000 !important;
}

.ctc-form input[type="submit"] {
	margin-top:10px;
  width: 338px;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: skewX(-7deg);
  font: 700 20px "Montserrat";
  color: #FFF;
  line-height: 35px;
  background-color: #C40010;
  border: none;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.ctc-form input[type="submit"]:hover {
  transform: skewX(-7deg) translateY(-5px);
  background-color: #a3000d;
}

.ctc-form p{
	margin-bottom:20px;
}


/* RESPONSIVE */
@media (max-width:1024px){
	header .wpr-nav-menu-container >ul>li>.wpr-menu-item:after{
	height:3px !important;
    bottom:unset;
    }
	.car-image{
		position:relative !important;
		left:unset !important;
		height:200px !important;
	}
	
	
	.ctc-form .emailAndPhone p{
	   flex-direction: column;
       gap: 0;
    }
	
	
	.ctc-form .emailAndPhone label,
	.ctc-form input[type="tel"],
    .ctc-form input[type="email"]{
		max-width:100% !important;
		width:100% !important;
	}
	.ctc-form input[type="email"]{
		margin-top:-3px;
	}
}

@media (max-width:767px){
	.ctc-form input[type="submit"]{
		font-size:18px;
		width:220px;
	}

}

#page {
    scroll-margin-top: 0;
}