/*
Theme Name: Galdi Reachlane
Theme URI: https://www.reachlane.com
Description: Edited version by Reachlane (originally from Bizen.it Galdi US)
Author: Reachlane Co. Ltd.
Author URI: https://www.reachlane.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: galdi-reachlane
*/

.cpel-switcher__list {
    background-color: white !important;
    border-radius: 5px;
}

.cpel-switcher__lang {
    padding: 10px;
}

/* Hide Elementor license activation notice */
.e-notice--license,
.elementor-message-license,
.notice.elementor-message {
    display: none !important;
}

/* Overriding elementor for contact chat icon */
.contact-icon-main {
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  border-radius: 50% !important;
  background-color: var(--contact-icon-primary-color, #007cba) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.05s ease;
  position: relative;
  border: none !important;
  outline: none;
  padding: 2px 0 0 0 !important;
  margin: 0;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  text-align: center;
}

.contact-icon-main:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.2);
}

.contact-icon-main.active {
  transform: rotate(45deg);
}

/* Chat icon SVG */
.contact-icon-main .chat-icon {
  width: 28px;
  height: 28px;
  fill: white;
  transition: transform 0.05s ease;
}

.contact-icon-main.active .chat-icon {
  transform: rotate(-45deg);
}

/* Badges for ambient and fresh */
.badge-ambient {
    margin-top: 3px;
    font-size: 80%;
    background-color: #F9C7A6;
    color: white;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    border: none;
    cursor: default;
    white-space: nowrap;
}

.badge-fresh {
    margin-top: 3px;
    font-size: 80%;
    background-color: #65A6EC;
    color: white;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
    border: none;
    cursor: default;
    white-space: nowrap;
}

p:has(.badge-fresh, .badge-ambient) {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  line-height: 2;
}

/**
* Contact modal
*/
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 9999;
}

.modal-overlay.active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-box {
  background: #ffffff;
  width: 100%;
  max-width: 920px;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 12px;
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
}

.leadindexer-btn.leadindexer-btn-primary.leadindexer-w-100 {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 100% !important;
  max-width: 100% !important;

  background-color: #61C250 !important; /* WP primary blue */
  color: #ffffff !important;

  padding: 14px 16px !important;
  border: none !important;
  border-radius: 4px !important;

  text-align: center !important;
  text-decoration: none !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;

  cursor: pointer !important;
  box-sizing: border-box !important;
}

/* Global hero background fix */
/* HERO image container */
.hero-banner {
    min-height: 100%;
    display: flex;
    align-items: center;
}
.hero-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 767px) {
    .hero-banner {
        background-position: center top;
        min-height: 70vh;
    }
}
