/*
 Theme Name:   Hello Elementor Child
 Template:     hello-elementor
 Version:      1.0
*/

/*START Service Box Animations*/
.service-img, .service-box {
    position: relative;
    overflow: hidden !important;
}

.service-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.service-box:hover .service-img {
    transition: all 0.8s ease-in-out;
    opacity: 0.5;
    transform: scale(1.1);
}

.service-img {
    transition: all 0.8s ease-in-out;
    opacity: 1;
    transform: scale(1);
}

.service-box:hover .service-icon {
  background-color: #01234D !important;
}
 
.service-icon {
    transition: all 0.8s ease-in-out;
}
/*END Service Box Animations*/

/*START Blog Grid Animations*/
.wpr-grid-image-wrap, .wpr-grid-media-wrap {
    position: relative;
    overflow: hidden !important;
}

.wpr-grid-media-wrap {
    border-radius: 8px;
    background-color: #ED3B42;
}

.wpr-grid-image-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.wpr-grid-item-inner:hover .wpr-grid-image-wrap {
    transition: all 0.8s ease-in-out;
    opacity: 0.5;
    transform: scale(1.1);
}
/*END Blog Grid Animations*/

/*START Images Shine*/
.img-shine {
    -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

.img-shine:hover {
    transition: mask-position 2s ease,-webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}
/*END Images Shine*/

/*START About Page Why Section Animations*/
.wi {
  background-color: #fce3e4;
  transition: all 0.8s ease-in-out;
}

.wh {
  color: #ffffff;
  transition: all 0.8s ease-in-out;
}

.elementor-heading-title, #why-copy-1, #why-copy-2, #why-copy-3 {
  transition: all 0.5s ease-in-out;
}


#wb1, #wb2, #wb3 {
  background-color: #ffffff;
  transition: all 0.8s ease-in-out;
}

#wb1:hover, #wb2:hover, #wb3:hover {
  background-color: #ED3B42;
}

#wb1:hover .wi, #wb2:hover .wi, #wb3:hover .wi {
  background-color: #ffffff;
}

#wb1:hover #why-copy-1, #wb2:hover #why-copy-2, #wb3:hover #why-copy-3 {
  color: #ffffff;
}

#wb1:hover .elementor-heading-title {
  color: #ffffff;
}

#wb2:hover .elementor-heading-title {
  color: #ffffff;
}

#wb3:hover .elementor-heading-title {
  color: #ffffff;
}
/*END About Page Why Section Animations*/

/*START Contact Page Animations*/
#loc, #mai, #pho {
  background-color: #ED3B42;
  transition: all 0.8s ease-in-out;
}

.contact-box:hover #loc {
  background-color: #01234D;
}

.contact-box:hover #mai {
  background-color: #01234D;
}

.contact-box:hover #pho {
  background-color: #01234D;
}
/*END Contact Page Animations*/

/*START Employee Photo Animations*/
#pam, #lisa, #katrina, #tony, .emp-box {
    position: relative;
    overflow: hidden !important;
}


#pam:hover, #lisa:hover, #katrina:hover, #tony:hover  {
    transition: all 0.8s ease-in-out;
    opacity: 0.5;
    transform: scale(1.1);
}
/*End Employee Photo Animations*/


/* FORM */
p.gform_required_legend {
    display: none;
}
.gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%;
}
input#input_1_29 {
    background-image: url(/wp-content/uploads/2025/07/calendar-1.jpg);
    background-repeat: no-repeat;
    background-position: right 10px top 10px;
}
input#gform_next_button_1_8 ,input#gform_submit_button_1{
    width: 100%;
    background: #EE3B45;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
	margin:0;
	font-family:"League Spartan",sans-serif;
	transition:background .3s ease-in-out;
}
input#gform_next_button_1_8:hover, input#gform_submit_button_1:hover{
	background:#C50E18;
}
form#gform_1 input[type="text"],form#gform_1 select,form#gform_1 input[type="tel"] ,form#gform_1 input[type="email"]{
    border: 1px solid #E4E4E4;
    background-color: #F7F7F7;
    height: 38px;
	font-family:"League Spartan",sans-serif;
}
input#gform_previous_button_1 {
    display: none;
}
@media screen and (max-width:1500px){
 p.elementor-heading-title.elementor-size-default{
    font-size: 20px!important;
}
	span.elementor-button-text {
    font-size: 16px!important;
}
}
@media screen and (min-width:1200px) and (max-width:1500px){
		h1.elementor-heading-title.elementor-size-default {
    font-size: 60px!important;
    line-height: 70px!important;
}
	h1.elementor-heading-title.elementor-size-default span {
    font-size: 70px!important;
}
}
@media screen and (min-width:992px) and (max-width:1200px){
	h1.elementor-heading-title.elementor-size-default {
    font-size: 50px!important;
    line-height: 66px!important;
}
	h1.elementor-heading-title.elementor-size-default span {
    font-size: 80px!important;
}
}
@media screen and (min-width:768px) and (max-width:1024px){
h1.elementor-heading-title.elementor-size-default {
	width:100%;
}
	h1.elementor-heading-title.elementor-size-default {
    line-height: 66px!important;
}
}
@media screen and (max-width:767px){

	h1.elementor-heading-title.elementor-size-default span {
    font-size: 40px !important;
    line-height: 50px !important;
}
	
}