/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/



/* Header CSS start */
nav.elementor-nav-menu--main .elementor-nav-menu li.contact-menu {
  display: none;
}

/* Footer CSS Start */
.click-call-btn span.elementor-button-icon svg {
  font-size: 52px;
}

.click-call-btn span.elementor-button-content-wrapper {
  align-items: center;
}



/* Banner Slider */
.marquee-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Moving Track */
.marquee-slider {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 40px;
  flex-wrap: nowrap !important;
  width: fit-content;
  min-width: 100%;
  white-space: nowrap !important;
  animation: marqueeLoop 15s linear infinite;
  will-change: transform;
}

/* Prevent Shrinking */
.marquee-slider .elementor-widget {
  flex-shrink: 0;
}

/* Text */
.marquee-slider .elementor-heading-title {
  margin: 0;
  white-space: nowrap;
  line-height: 1;
}

/* Image */
.marquee-slider img {
  width: 40px;
  height: auto;
  display: block;
}

/* Pause on Hover */
.marquee-slider:hover {
  animation-play-state: paused;
}

/* Smooth Infinite Animation */
@keyframes marqueeLoop {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Vertical Pagination Wrapper */
.banner-main-slider .swiper-pagination {
  display: flex;
  flex-direction: column;
  gap: 36px;
  width: auto !important;
  height: auto !important;
  top: 50% !important;
  right: auto !important;
  left: 50px !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
}

/* Dot Style */
.banner-main-slider .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 1;
}

.banner-main-slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  position: relative;
}

.banner-main-slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  width: 36px;
  height: 36px;
  border: 1px solid #FFFFFF;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-45%, -50%);
  border-radius: 100%;
}

.service-inner-box {
  transition: 0.6s all;
  z-index: 2;
}

.service-inner-box::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(484px);
  background: linear-gradient(90deg,
      #040101 0%,
      #1a0000 20%,
      #520000 45%,
      #a00000 70%,
      #d10000 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.service-inner-box:hover::after {
  opacity: 1;
}

.service-inner-box:hover * {
  z-index: 2 !important;
}

.service-inner-box:hover .elementor-widget-text-editor p,
.service-inner-box:hover .elementor-widget-heading h3 {
  color: #FFFFFF !important;
  z-index: 2;
}

.service-inner-box .serv-img-right {
  opacity: 0;
}

.service-inner-box:hover .serv-img-right {
  opacity: 1;
}


/* FAQ Section CSS */
.faq-section details.e-n-accordion-item[open] {
  background: #FFFFFF;
  box-shadow: 0px 14px 83px 0px #0000001F;
  border-radius: 20px;
}


.pricing-block * {
  transition: 0.4s all;
}

.pricing-block:hover .top-box-price {
  background-color: #FFFFFF1A !important;
}

.pricing-block:hover .elementor-widget-heading h3,
.pricing-block:hover .elementor-widget-heading h2,
.pricing-block:hover ul.elementor-icon-list-items span.elementor-icon-list-text {
  color: #FFFFFF !important;
}

.pricing-block:hover .elementor-widget-button a.elementor-button {
  background-color: #E1161F !important;
  color: #FFFFFF !important;
}



.rotate-curve-img img {
  animation: rotateCurve 12s linear infinite;
  transform-origin: center center;
}

@keyframes rotateCurve {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.testimonial-slider-section .elementor-swiper-button:hover svg path {
  fill: #FFFFFF;
}

.testimonial-slider-section .our-testimonial {
  padding: 0 120px;
}



/* Contact Us Page CSS */
div#gform_fields_1 {
  row-gap: 25px;
}

.contact-form-main .ginput_container input:not([type="submit"]),
.contact-form-main .ginput_container textarea#input_1_6 {
  border: 1px solid #FFFFFF5C;
  background-color: #FFFFFF;
  height: 60px;
  font-family: "Inter";
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #606060;
  padding-left: 25px;
  outline: none;
  box-shadow: none;
  border-radius: 40px;
}

input#gform_submit_button_1 {
  padding: 18px 40px;
  background-color: #E1161F;
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  outline: none;
  box-shadow: none;
  border-radius: 60px;
}

input#gform_submit_button_1:hover {
  background-color: #000000;
}

.gform-footer.gform_footer.top_label {
  margin-top: 0;
}

textarea#input_1_6 {
  padding-top: 25px;
}

.gform_validation_errors {
  display: none !important;
}

input#input_1_4 {
  text-transform: lowercase;
}

input#input_1_4::placeholder {
  text-transform: capitalize;
}

/* Service Page CSS */
.service-listing-slider .elementor-swiper-button:hover svg path {
  fill: #FFFFFF;
}

.btn-service a.elementor-button:hover {
  text-decoration: underline;
}

/* Blog Page CSS */
.category-listing-post .elementor-widget-container h5 {
  font-family: "Oswald";
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin-top: 0;
}

.category-listing-post .elementor-widget-container ul {
  list-style-type: none;
  padding-left: 0;
  gap: 10px;
  display: flex;
  flex-direction: column;
}

.category-listing-post .elementor-widget-container ul li.cat-item a {
  font-family: "Inter";
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #000000;
}

.category-listing-post .elementor-widget-container ul li.cat-item a:hover {
  color: #E1161F;
}

.line-clamp h3,
.line-clamp h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.comment-inner-box {
  height: 100%;
}

.testi-img-box {
  margin-top: auto !important;
}

/* Responsive CSS start */
@media only screen and (min-width: 1201px) and (max-width: 1599px) {
  html {
    zoom: 80% !important;
  }
}

@media only screen and (max-width: 1440px) {
  .banner-main-slider .swiper-pagination {
    display: none;
  }

  .testimonial-slider-section .our-testimonial {
    padding: 0 60px;
  }

  .click-call-btn span.elementor-button-icon svg {
    font-size: 40px;
  }


}

@media only screen and (max-width: 1200px) {
  .click-call-btn span.elementor-button-icon svg {
    font-size: 30px;
  }

  .contact-form-main .ginput_container input:not([type="submit"]),
  .contact-form-main .ginput_container textarea#input_1_6 {
    height: 42px;
  }

  .category-listing-post .elementor-widget-container ul li.cat-item a {
    font-size: 14px;
    line-height: 20px;
  }

  input#gform_submit_button_1 {
    padding: 10px 30px;
  }

}


@media only screen and (max-width: 767px) {
  nav.elementor-nav-menu--main .elementor-nav-menu li.contact-menu {
    display: block;
  }

  .serv-img-right {
    position: relative !important;
  }

  .service-inner-box .serv-img-right {
    opacity: 1;
  }

  .testimonial-slider-section .our-testimonial {
    padding: 0px;
  }

  .marquee-slider {
    white-space: nowrap !important;
  }

  .testi-img-box .elementor-image-box-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
  }


}