/*!
Theme Name: Onovo Child
Theme URI: https://bslthemes.com/
Author: bslthemes
Author URI: https://themeforest.net/user/bslthemes
Description: Onovo - Creative Portfolio Agency WordPress Theme
Version: 1.0.0
License: General Public License
License URI: http://www.gnu.org/licenses/gpl.html
Template: onovo
Text Domain: onovo-child
Tags: full-width-template, editor-style, featured-images, sticky-post, threaded-comments, translation-ready, theme-options
*/


/* Base */
.btn-floating:hover img {

}

.btn-floating img {
  /* margin-bottom: -3px; */
  height: 25px;
  width: 25px;
  object-fit: cover;
}

.btn-floating {
    position: fixed;
    right: 25px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border-radius: 100px;
    z-index: 9999;
    color: white;
    transition: .2s;
    border: none !important;
}

.btn-floating:hover {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}

.btn-floating span {
    font-size: 16px;
    margin-left: 5px;
    transition: .2s;
    line-height: 0px;
    display: none;
}

.btn-floating:hover span {
    display: inline-block;
}

/* Phone */
.btn-floating.phone {
    bottom: 50%;
    background-color: #777474;
}

.btn-floating.phone:hover {
    background-color: #777474;
}

/* WhatsApp */
.btn-floating.whatsapp {
    background-color: #34af23;
    bottom: 40%;
}

.btn-floating.whatsapp:hover {
    background-color: #1f7a12
}
.footer--builder a {
    color: #BBBBBB !important;
}
.onovo-hero .title {
    transform: none !important;
}
h1.onovo-title-1.onovo-text-white {
    transform: none !important;
}
.footer--fixed .wrapper {
    padding-bottom: 0 !important;
}

.onovo-ticker-slider .title, .onovo-ticker-slider .title a {
    text-shadow: 0 0 black !important;
    font-size: 60px !important;
}
.footer--builder ul.elementor-icon-list-items li:marker {
    display: none !important;
}
.tick2 .onovo-ticker-slider .swiper-wrapper {
  animation-direction: alternate-reverse !important;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}

a.onovo-btn, .onovo-btn, button[type="submit"], input[type="submit"], body div.wpforms-container .wpforms-form .onovo-btn, body div.wpforms-container .wpforms-form button.onovo-btn, body div.wpforms-container .wpforms-form button.onovo-btn[type="submit"], a.onovo-btn-circle, .onovo-btn-circle{
	    height: 50px;
    line-height: 52px;
}

.footer.onovo-footer {}

.page-id-2759 footer.onovo-footer {
    display: none;
}

.page-id-2759 .onovo-page.footer--fixed.parallax--dark {}

.page-id-2759 .onovo-page.footer--fixed.parallax--dark .wrapper {
    margin: 0 !important;
}

.page-id-2759 .footer--fixed .wrapper {
    margin: 0 !important;
}

.clipage figure.gallery-item .gallery-icon.landscape {
    border: 1px solid #cccccc7a;
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
}

.footer--builder .elementor-widget-image .onovo-overlay {
    display: none !important;
}

.brands .swiper-slide figure.swiper-slide-inner {
    border: 1px solid #cccccc78;
    margin: 0 10px !important;
    padding: 20px;
    border-radius: 10px;
}


.onovo-menu ul li {
    margin:40px 0 !important;
    position: relative;
	font-size: 60px !important;}

span.onovo-sep.word {
    display: none !important;
}


/* LANDING PAGE CSS */

/* === Floating Buttons Container === */
.floating-buttons {
  position: fixed;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  /* border: 1px solid #fff; */
  right: 0;
  overflow: hidden;
  width: auto;
}

/* === Common Button Style === */
.float-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background: #25D366;
  color: white;
  text-decoration: none;
  border-radius: 50px 0 0 50px;
  overflow: hidden;
  width: 45px;
  height: 45px;
  position: relative;
  transition: width 0.4s ease;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

/* === WhatsApp & Call Buttons === */
.whatsapp {
  background: #25D366;
}
.call {
  background: #4CAF50;
}

.boxx2 {
  position: relative;
}

/* === Vertical Call-Back Button === */
.boxx2 .float-btn {
  background: #D4FF3A; /* neon green/yellow */
  color: #000;
  text-decoration: none;
  font-weight: 700;
  width: 50px;
  height: 213px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px 0 0 12px;
  transform-origin: center;
  writing-mode: sideways-lr; /* makes text vertical */
  text-orientation: mixed;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  column-gap: 10px;
  justify-content: center;
  align-items: center;
}

/* === Glow wave pulse (optional continuous) === */
.boxx2::before,
.boxx2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(50%, -50%);
  width: 60px;
  height: 60px;
  border-radius: 32px;
  background: rgba(212, 255, 58, 0.6);
  z-index: -1;
  animation: glowPulse 2.5s infinite ease-out;
}

.boxx2::after {
  animation-delay: 1.25s;
}

/* === Animation for glowing waves === */
@keyframes glowPulse {
  0% {
    transform: translate(50%, -50%) scale(0.8);
    opacity: 0.7;
  }
  70% {
    transform: translate(50%, -50%) scale(2.8);
    opacity: 0;
  }
  100% {
    transform: translate(50%, -50%) scale(2.8);
    opacity: 0;
  }
}

/* === Hover effect (optional slight brightening) === */
.boxx2 .float-btn:hover {
  /* background: #e9ff5a; */
  /* box-shadow: 0 0 15px rgba(212, 255, 58, 0.8); */
}
/* === Text Animation on Hover === */
.show-text, .show-text2 {
  /* position: absolute; */
  /* right: 55px; */
  /* opacity: 0; */
  white-space: nowrap;
  font-weight: 500;
  transition: all 0.4s ease;
  padding-right: 10px;
}

.float-btn:hover {
  /* width: 220px; */
}

.float-btn:hover .show-text,
.float-btn:hover .show-text2 {
  opacity: 1;
  right: 65px;
}

/* === Icons === */
.fab, .fas, .fa-solid {
  font-size: 22px;
}


.floating-buttons .boxx {
    width: auto;
}

.floating-buttons .boxx a {
    /* border: 1px solid; */
    display: block;
    text-align: center;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0 14px;
    column-gap: 10px;
    position: relative;
    right: -77%;
    transition: 0.2s;
    background: #d8ff36;
	box-shadow:none !important;
}

.floating-buttons .boxx a:hover {
    right: 0;
    background: #fff !important;
}

.floating-buttons .boxx  a.float-btn.whatsapp {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0;
}

.floating-buttons .boxx  a.float-btn.call {
    border-top-left-radius: 0;
    border-bottom-left-radius: 20px;
    /* background: #ccc; */
}

.floating-buttons .boxx a i {
    font-size: 25px;
}

.floating-buttons .boxx a span.show-text {
    display: block;
    line-height: 22px;
}

.boxx2 .float-btn i.fa-solid.fa-headset {
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
}

.boxx2 .float-btn span.show-text2 {
    padding: 0;
}

.page-id-5107 .onovo-page.footer--fixed header.onovo-header {
    DISPLAY: NONE;
}

.page-id-5107 .onovo-page.footer--fixed footer.onovo-footer {
    DISPLAY: NONE;
}

/* === 2-row, 2-column Elementor form layout === */
.land1 .elementor-form-fields-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;  /* two equal columns */
  grid-gap: 14px;                  /* spacing between items */
}

/* Each field fits its grid cell */
.land1 .elementor-form-fields-wrapper .elementor-field-group {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure correct placement order */
.land1 .elementor-field-group-name { grid-column: 1; grid-row: 1; }
.land1 .elementor-field-group-email { grid-column: 2; grid-row: 1; }
.land1 .elementor-field-group-field_3e3bcd1 { grid-column: 1; grid-row: 2; }
.land1 .e-form__buttons { grid-column: 2; grid-row: 2; }

/* Align the submit button nicely */
.land1 .e-form__buttons {
  display: flex;
  justify-content: flex-start; /* change to center/right if you want */
  align-items: center;
}

/* === Responsive (mobile: single column) === */
@media (max-width: 767px) {
.land1   .elementor-form-fields-wrapper {
    grid-template-columns: 1fr;
  }
}


.land1 .elementor-form-fields-wrapper input {
    height: 50px !important;
    font-size: 15px;
}

.land1 .elementor-form-fields-wrapper button.elementor-button.elementor-size-sm {
    height: 50px !important;
    line-height: 50px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
}

.land1 .elementor-widget-image {}

.land1 .elementor-widget-image .onovo-overlay {
    display: none !important;
}