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

a{
  text-decoration: none !important;
}

.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8) !important;
  transition: all 0.3s ease; 
}
.siteheader .topbar {
  transition: transform 0.3s ease, height 0.3s ease, opacity 0.3s ease;
  transform-origin: top;
}
.siteheader.topbar-hidden .topbar {
  transform: translateY(-100%);
  opacity: 0;
  height: 0;
  overflow: hidden;
}


.custom-button .elementor-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transform: skew(-12deg);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.custom-button .elementor-button-text {
  display: inline-block;
  transform: skew(12deg); 
  position: relative;
  z-index: 2;
  transition: color 0.3s ease;
}

.custom-button .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%; 
  width: 120%;  
  height: 100%;
  background-color: #e60000;
  transform: skew(0deg); 
  z-index: 1;
  transition: left 0.6s ease; 
}

.custom-button .elementor-button:hover::before {
  left: 0;
}

.custom-button .elementor-button:hover .elementor-button-text {
  color: #fff;
}
.custom-button .elementor-button:hover .elementor-button-icon {
  color: #fff !important;   
  z-index: 2; 
}

.tyre {
 animation: spin 20s linear infinite;
}

@keyframes spin {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

/* ----------image cut---------- */
.diagonal-image {
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  transition: clip-path 0.4s ease;
}

/* hover conatiner */
.text-container:hover .text-line {
      transform: translateY(-15px);   
}
.text-container {
  border-image: linear-gradient(to right, rgba(255, 255, 255, 0.3), rgba(255,0,0,0.8));
  border-image-slice: 1;
}
.text-container:hover {
  border-image: linear-gradient(to right, rgba(255,0,0,0.8), rgba(255, 255, 255, 0.3));
  border-image-slice: 1;
}


/* -------stacking card-------- */
.card1{
  position:sticky; 
  top:100px;
}
.card2{
  position:sticky;
  top:100px;
}
.card3{
  position:sticky;
  top:200px;
}
.card4{
  position:sticky;
  top:0px;

}

/* --------text change---------- */
.fade-rotator-jq {
  font-size: 40px;
  font-weight: 600;
  text-transform: uppercase;
  color: #111;
  overflow: visible;
  height: 35px;
  padding-bottom: 6px;
  
}

/* stacked texts */
.fade-rotator-jq span {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: translateY(8px);
  white-space: nowrap;
  transition: opacity 0.5s ease, transform 0.5s ease;
 
}

.fade-rotator-jq span.active {
  opacity: 1;
  transform: translateY(0);
}

/* underline */
.fade-rotator-jq .underline {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: #e63946;
  border-radius: 3px;
  transform-origin: left;
  opacity: 0;
  transition:
    opacity 0.4s ease,
    width 0.6s ease,
    left 0.3s ease;
}
.floating-circle {
  animation: orbit 6s linear infinite;
  transform-origin: center;
}
@keyframes orbit {
  0% {
    transform: rotate(0deg) translateX(10px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(10px) rotate(-360deg);
  }
}


  .floating-image {
      animation: float 3s ease-in-out infinite;
      width: 300px; /* adjust as needed */
    }
  @keyframes float {
      0% { transform: translateY(0px); }
      50% { transform: translateY(-20px); }
      100% { transform: translateY(0px); }
    }



}
.wpcf7-form-control {
    margin-bottom:20px !important;
}
.wpcf7-submit {
  width:50%;
 background-color: #F1C50E;
 color: #000;
 border:none;
padding: 15px 0px 15px 0px;
text-align: center;
}
.wpcf7-submit {
    display: inline-block !important;
}

.wpcf7-submit:hover{
 background-color: #F1C50E;	
}
.wpcf7-form-control::placeholder {
    color: #C0BEBE !important;
    opacity: 1 !important;
}
.whatsapp-fixed {
  position: fixed !important;
  bottom: 20px;
  right: 20px;
  z-index: 99999;
}
@media screen and (max-width: 767px) {
.fade-rotator-jq {
  font-size: 16px;
   height: 25px;
}
}