.navbar-nav>li.current-menu-parent>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: #03c4e3;
}

.main-loc {
  display: flex;
}

.grid-item.hidden-img{
opacity:0;
visibility:hidden;
height:0;
overflow:hidden;
}

.grid-item.show-item{
opacity:1;
visibility:visible;
height:auto;
}

.page-id-989 .flowup-vistsec, .page-id-987 .flowup-vistsec{
  background-color: inherit;
}

.text_decs {
      padding: 0px 315px;
}



/* Services Page */



.cta_box {
    background: #d3f773;
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.cta_inner h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.cta_inner h2 strong {
    font-weight: 700;
}

.cta_inner p {
    font-size: 16px;
    color: #4a4a4a;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

/* 
.gtranslate_wrapper {
  max-width: 80px;
}
html[lang="es"] .navbar-nav > li > a{font-size: 12px;} */

/* GMAP */

/* Remove default white bubble */
.gm-style .gm-style-iw {
  padding: 0 !important;
  background: transparent !important;
  border-radius: 20px !important;
  box-shadow: 0 20px 50px rgba(214, 217, 217, 0.3) !important;
}

.gm-style .gm-style-iw-d {
  overflow: hidden !important;
}

/* Remove close button */
.gm-ui-hover-effect {
  display: none !important;
}

.custom-infobox {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border-radius: 20px;
  padding: 30px 25px 20px 20px;
  width: 344px;
  border: 1px solid var(--primary-color);
  font-family: var(--body-font);
}

/* Number circle */
.infobox-number {
  width: 31px;
  height: 31px;
  flex-shrink: 0;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D3F773;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: var(--black-color);
  font-size: 18px;
}

.gm-style-iw-ch {
  padding-top: 0;
}

/* Content */
.infobox-content {
  padding-left: 14px;
  font-size: 18px;
}

.infobox-content h4 {
  margin: 0 0 4px;
  font-weight: 500;
  font-family: var(--heading-font);
}

.infobox-content p {
  margin: 0 0 12px 0;
}

/* Phone link */
.infobox-phone {
  text-decoration: none;
  font-weight: 300;
  color: var(--body-color);
}

.infobox-phone:hover {
  color: var(--primary-color);
}

.custom-infobox::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}

.infobox-close,
.infobox-close-loc {
  position: absolute;
  top: 4px;
  right: 14px;
  background: transparent;
  border: none;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: #959595;
  font-weight: 300;
}

.infobox-close:hover,
.infobox-close-loc:hover {
  color: #000;
}

/* InfoWindow container */
.custom-infobox-loc {
  max-width: 250px;
  padding: 12px 15px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-family: "Arial", sans-serif;
  color: #333;
  line-height: 1.4;
}

/* Title styling */
.custom-infobox-loc h4 {
  margin: 0 0 6px 0;
  font-size: 16px;
  font-weight: 600;
  color: #1a73e8;
  /* nice blue */
}

/* Address styling */
.custom-infobox-loc p {
  margin: 0 0 6px 0;
  font-size: 14px;
  color: #555;
}

/* Phone link styling */
.custom-infobox-loc a {
  display: inline-block;
  margin-top: 4px;
  font-size: 14px;
  color: #1a73e8;
  text-decoration: none;
  font-weight: 500;
}

.custom-infobox-loc a:hover {
  text-decoration: underline;
}

/* Services paragraph */
.custom-infobox-loc p strong {
  display: block;
  margin-bottom: 2px;
  color: #333;
}

/* ===============================
   GMAP INFOBOX – PAGE 639 ONLY
=============================== */

/* Reset Google container ONLY on this page */
.page-id-639 .gm-style .gm-style-iw-c {
  padding: 0 !important;
  max-width: none !important;
  overflow: visible !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.page-id-639 .gm-style .gm-style-iw-d {
  padding: 0 !important;
  overflow: visible !important;
}



/* Stabilize your custom infobox */
.page-id-639 .custom-infobox-loc {
  position: relative;
  /* FIXES clipping */
  max-width: 280px;
  padding: 14px 16px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

/* Title */
.page-id-639 .custom-infobox-loc h4 {
  font-size: 16px;
  margin-bottom: 6px;
}

/* Text spacing */
.page-id-639 .custom-infobox-loc p {
  font-size: 14px;
  margin-bottom: 6px;
}

/* Phone link */
.page-id-639 .custom-infobox-loc a {
  display: inline-block;
  margin-top: 4px;
}

/* Close button positioning */
.page-id-639 .custom-infobox-loc .infobox-close {
  position: absolute;
  top: 6px;
  right: 6px;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  z-index: 5;
}

/* Prevent map from clipping the card */
.page-id-639 .gm-style {
  overflow: visible !important;
}

/* Location Page */
.custom-infobox-loc {
  font-family: var(--body-font);
  border: 2px solid var(--primary-color);
  border-radius: 20px;
}
.custom-infobox-loc h4 {
  font-family: var(--heading-font);
  color: var(--body-color);
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}
.custom-infobox-loc p strong{
  font-weight: 500;
}
.custom-infobox-loc p + a{
  margin-bottom: 8px;
  color: var(--body-color);
}
.custom-infobox-loc p + a:hover{
  color: var(--primary-color);
}
.lctn_map_box .gm-style .gm-style-iw-tc {
  top: -2px;
}
/* Repsonive CSS */
@media (max-width: 1199px) {

  .text_decs {
    padding: 0px 0;
  }

  /* CSS Modification 30.01.26 */
  .infobox-content,.infobox-number {
    font-size: 16px;
  }

  .custom-infobox {
    padding: 30px 27px 20px 16px;
  }
  .infobox-close, .infobox-close-loc{
    font-size: 25px;
    top: 6px;
  }
  /* CSS Modification 30.01.26 */
}
@media (max-width: 575px) {

  /* CSS Modification 30.01.26 */
  .custom-infobox{
    width: 100%;
  }
  .location-map .gm-style-iw.gm-style-iw-c{
    max-width: 82vw!important;
    max-height: 220px!important;
  }
  .location-map .gm-style-iw-d{
    max-height: inherit!important;
  }
  .infobox-content p {
    margin: 0 0 6px 0;
  }
  .infobox-content,.infobox-number {
    font-size: 14px;
  }
  /* CSS Modification 30.01.26 */
}