/* ============================= */
/* GOOGLE REVIEW CARD */
/* ============================= */

.google-review-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  width:100%;
  max-width:260px;
  padding:14px 16px;
  margin-top:14px;
  border-radius:18px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(1,160,227,.22);
  backdrop-filter:blur(10px);
  -webkit-backdrop-filter:blur(10px);
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}

.google-review-logo{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.google-review-logo img{
  width:22px;
  height:22px;
  object-fit:contain;
}

.google-review-content{
  display:flex;
  flex-direction:column;
  gap:5px;
}

.google-review-rating{
  display:flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-weight:700;
  font-size:17px;
  line-height:1;
  white-space:nowrap;
}

.google-stars{
  display:flex;
  align-items:center;
  gap:2px;
}

.google-stars i{
  color:#ffc107;
  font-size:13px;
}

.google-review-count{
  color:rgba(255,255,255,.82);
  font-size:13px;
  line-height:1.35;
}

.google-review-btn{
  color:#27b6ff;
  font-weight:700;
  text-decoration:none;
  white-space:nowrap;
  font-size:13px;
  transition:.25s ease;
}

.google-review-btn:hover{
  color:#fff;
}

/* MOBILE */
@media(max-width:768px){

  .google-review-card{
    max-width:100%;
    padding:14px;
  }

}

.footer-contact-text a{
  white-space:nowrap;
}

.footer-contact-item{
  align-items:flex-start;
}

.footer-contact-item i{
  color:#01a0e3 !important;
  font-size:15px;
  min-width:18px;
}

@media(max-width:768px){

  .floating-contact-wrap,
  .floating-buttons,
  .whatsapp-float,
  .chat-float{
    bottom:20px !important;
  }

  .google-review-card{
    margin-bottom:140px !important;
  }

}

/* FINAL MOBILE FIX - Google review card avoid floating buttons */
@media(max-width:768px){

  .google-review-card.google-review-vertical{
    width:calc(100vw - 120px) !important;
    max-width:300px !important;
    min-width:240px !important;
    margin-left:0 !important;
    margin-right:auto !important;
    margin-bottom:22px !important;
    padding:14px 16px !important;
  }

  .google-review-rating{
    font-size:16px !important;
    gap:6px !important;
  }

  .google-stars i{
    font-size:12px !important;
  }

  .google-review-count,
  .google-review-btn{
    font-size:13px !important;
  }
}

/* Mobile Footer Icon Fix */
@media (max-width:768px){

  .footer-socials .social-btn{
    background:rgba(1,160,227,.12) !important;
    border:1px solid rgba(1,160,227,.25) !important;
  }

.footer-socials .social-btn i{
  color:#01a0e3 !important;
}

  .footer-socials .social-btn:hover i{
    color:#ffffff !important;
  }

}

@media(max-width:768px){

  footer#contact-footer .footer-contact-item > i,
  footer#contact-footer .footer-contact-item i.fa-solid,
  footer#contact-footer .footer-contact-item i.fa-regular{
    color:#01a0e3 !important;
    opacity:1 !important;
  }

}

