/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");

:root {
  --color1: #0174ad;
  --color2: #ff1c25;
  --color3: #292c2d;
  --color4: #fff;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}
label {
  width: 100%;
}


.home-banner {
  position: relative;
  z-index: 0;
}
.home-banner .car-banner-vactor {
 opacity: 0;
}
.home-banner:hover .car-banner-vactor {
  opacity: 1;
 }

.home-banner::after {
  content: "";
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(0deg, rgb(0 0 0 / 0%) 0%, rgb(255 255 255 / 46%) 100%);
  z-index: -1;
  opacity: 0;
  transform: scale(1);
  box-shadow: 0px 0px 200px #fff;
}

.home-banner:hover::after {
  animation: bgIn 1s forwards;
}

/* Keyframe to show */
@keyframes bgIn {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}


.whatsapp .elementor-button .elementor-button-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsapp .elementor-button-icon svg {
  font-size: 28px;
}

.elementor-heading-title span {
color: #2C85D3;
}

.whychooseus:hover .choseimg {
 transform: translateX(-30px);
}

.owce-carousel-testimonial-four .owl-content {
  margin-top: 0px !important;
  min-height: 165px;
  margin-bottom: 30px !important;
}
.owce-carousel-testimonial-four .item {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  justify-content: start;
}
.owce-carousel-testimonial-four .owl-testimonial-header {
  flex-direction: row-reverse;
  gap: 15px;
  justify-content: start !important;
}
.owl-theme .owl-dots .owl-dot.active span {
  background: transparent !important;
  border: 1px solid #2E2E2E !important;
}
.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 30px !important;
}

.time_circles span {
  color: var(--e-global-color-secondary) !important;
  font-family: "Outfit", Sans-serif !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  display: block !important;
  line-height: 90px !important;
  margin: 0 !important;
}
.time_circles canvas {
  display: none !important;
}
.time_circles h4 {
  color: var(--e-global-color-primary)!important;
  font-family: "Inter", Sans-serif!important;
  font-size: 18px!important;
  font-weight: 700!important;
  line-height: 24px !important;
  margin-top: 10px !important;
}
.time_circles > div {
  display: flex;
  position: relative;
  text-align: center;
  top: 0 !important;
  width: 100% !important;
  flex-direction: column-reverse;
}

@media only screen and (max-width: 767px) {
  header .whatsapp .elementor-button-icon svg {
    font-size: 18px;
  }
}
