/* ===================== FOOTER STYLES ===================== */
.gl-grv-card {
  width: 300px;
  background: #f6f6f6;
  border-radius: 14px;
  padding: 14px;
  font-family: Arial, sans-serif;
  color: #333;
}

/* Top section */
.gl-grv-top {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 6px;
}
ul.gl-footer-contact li a {
    color: #fff;
    text-decoration: none;
}
.gl-grv-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.gl-grv-user {
  flex: 1;
}

.gl-grv-name-row {
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: space-between;
}

.gl-grv-name {
  font-size: 14px;
  font-weight: 600;
}

.gl-grv-google-icon {
  width: 24px;
  height: 24px;
}

.gl-grv-date {
  font-size: 12px;
  color: #777;
}

/* Stars */
.gl-grv-stars {
  color: #fbbc04;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 6px 0;
}

/* Review text */
.gl-grv-text {
  font-size: 13px;
  line-height: 1.45;
  color: #444;
  margin-bottom: 6px;
}

/* Read more */
.gl-grv-readmore {
  font-size: 13px;
  color: #777;
  cursor: pointer;
}


/* ===== GOOGLE REVIEW SECTION (UNIQUE) ===== */
.gl-grv-section {
    padding: 60px 0;
    background: #f7f9fc;
    font-family: "Poppins", sans-serif;
    color: #333;
}
.gl-grv-container-head {
    margin: auto;
    padding: 0 15px;
}
.gl-grv-container {
    display: flex;
    gap: 10px;
    padding: 0px 40px;
}
.gl-footer-container {
    margin: 0 60px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    flex-wrap: wrap;
}
.gl-grv-summary {
    margin-bottom: 30px;
	width:20%;
}

.gl-grv-rating {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
}

.gl-grv-stars {
    font-size: 22px;
    color: #fbbc04;
    margin-bottom: 6px;
}

.gl-grv-count {
    font-size: 15px;
    color: #555;
    margin-bottom: 12px;
}

.gl-grv-logo {
    width: 100px;
    margin-top: 8px;
}

/* SLIDER */
.gl-grv-slider-wrapper {
    position: relative;
    overflow: hidden;
	width:80%;
}

.gl-grv-slider {
    display: flex;
    gap: 20px;
    transition: transform 0.5s ease;
}

.gl-grv-card {
    min-width: 270px;
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e5e5;
    text-align: left;
}

.gl-grv-text {
    font-size: 14px;
    margin-bottom: 12px;
    color: #444;
}

.gl-grv-author {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin-bottom: 4px;
}

.gl-grv-date {
    font-size: 12px;
    color: #777;
}

/* NAV ARROWS */
.gl-grv-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #0056d6;
    color: #fff;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
}

.gl-grv-prev { left: -12px; }
.gl-grv-next { right: -12px; }

.gl-grv-arrow:hover {
    background: #003c94;
}





.gl-footer {
  background: #005a65;
  color: #fff;
  padding: 45px 0 0;
  font-family: "Poppins", Arial, sans-serif;
  position: relative;
  overflow: hidden;
}



/* ======== Column Base ======== */
.gl-footer-col {
  flex: 1;
  min-width: 250px;
}

/* ======== Logo and Line ======== */
.gl-footer-logo-wrap {
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.gl-footer-logo {
  width: 150px;
  display: block;
}

.gl-footer-logo-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

/* ======== Paragraph Text ======== */
.gl-footer-text {
  font-size: 14px;
  line-height: 1.8;
  color: #f2f2f2;
  font-weight: 400; /* ↑ slightly bolder now */
  margin-top: 10px;
  max-width: 360px;
}

/* ======== Headings ======== */
.gl-footer-title {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 5px;
  color: #ffffff;
}

.gl-footer-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
}

/* ======== Links ======== */
.gl-footer-links,
.gl-footer-contact {
  padding: 0;
  margin: 0;
}

.gl-footer-links li {
  list-style: none;
  margin-bottom: 6px;
}

.gl-footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500; /* ← increased for better visibility */
  transition: 0.3s ease;
}

.gl-footer-links a:hover {
  color: #e6e6e6;
  text-decoration: underline;
}

/* ======== Contact ======== */
.gl-footer-contact li {
  list-style: none;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.7;
  color: #f0f0f0;
  font-weight: 400;
}

.gl-footer-contact i {
  margin-right: 10px;
  color: #fff;
}

/* ======== Social Icons ======== */
.gl-footer-social {
  margin-top: 15px;
}

.gl-footer-social a {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  transition: 0.3s ease;
  text-decoration: none; /* ✅ removes underline issue */
}

.gl-footer-social a:hover {
  background: #fff;
  color: #005a64;
  text-decoration: none; /* ✅ make sure underline never appears */
}

/* ======== Bottom Bar ======== */
.gl-footer-bottom {
  background: #005a65;
  text-align: center;
  padding: 12px 10px;
  font-size: 13.5px;
  margin-top: 35px;
  color: #dddddd75;
  font-weight: 400;
}

/* ======== Back to Top Button ======== */
.gl-back-top {
    position: fixed;
    right: 20px;
    bottom: 60px;
    z-index: 9999;

    background-color: #015A66 !important;
    color: #ffffff;
    border-radius: 6px;
    width: 44px;
    height: 44px;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
/* ======== Responsive ======== */
@media (max-width: 991px) {
  .gl-footer-container {
    gap: 40px;
  }

  .gl-footer {
    padding: 20px 20px 0;
  }

  .gl-footer-col {
    text-align: left;
  }
   .gl-footer-logo {
    width: 120px;
}
  .gl-footer-logo-line {
    width: 50px;
  }

  .gl-back-top {
    right: 20px;
    bottom: 75px;
  }
 .gl-footer-container {
    padding: 0 0px;
	gap: 20px;
}
.gl-footer-bottom {
    font-size: 12px;
	margin-top: 20px;
}
.gl-footer-container {
    margin: 0 0px;
}
}
@media (max-width: 991px) {
    .gl-back-top {
        right: 0px;
        bottom: 90px;
    }
}


.gl-back-top i {
    font-size: 18px;
    line-height: 1;
}

/* ======== WhatsApp Floating Button ======== */
.gl-whatsapp {
  position: fixed;
  left: 18px;
  bottom: 25px;
  width: 48px;
  height: 48px;
  z-index: 999;
}

.gl-whatsapp img {
  width: 100%;
}
@media (max-width: 768px) {
    .gl-back-top {
        bottom: 150px;
        right: 16px;
    }
}
@media (max-width: 768px) {
  .gl-whatsapp {
    display: none;
  }
}
/* ===== Mobile Adjustment for Floating Icons ===== */
@media (max-width: 768px) {

  /* WhatsApp icon upar shift */
  .gl-whatsapp {
    bottom: 130px;
  }
}


@media (max-width: 768px) {
.gl-grv-container {
    flex-direction: column !important;
    padding: 0px 15px;
}
.gl-grv-summary {
width: 100%; 
}
.gl-grv-rating {
    font-size: 22px;
}
.gl-grv-section {
    padding: 30px 0;
}
.gl-grv-slider-wrapper {
    width: 95%;
}
}

/* ===== Mobile Action Bar ===== */

.gl-mobile-action {
  display: none;
}

@media (max-width: 768px) {
  .gl-mobile-action {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #015A66;
    z-index: 998;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.18);
  }

  .gl-mobile-action a {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
  }

  .gl-mobile-action a:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .gl-mobile-action a i {
    font-size: 18px;
    margin-bottom: 3px;
  }

}
 /* ===== Tawk.to positioning ABOVE mobile action bar ===== */
@media (max-width: 768px) {

  #tawkchat-container,
  .tawk-min-container {
    bottom: 135px !important; /* action bar + location button */
    right: 16px !important;
    transform: scale(0.85);
    transform-origin: bottom right;
    z-index: 99999 !important;
  }

}

 @media (max-width: 768px) {
  body {
    padding-bottom: 50px; /* mobile action bar height */
  }
}

 @media (max-width: 575px) {
.gl-footer-social {
    text-align: center;
}
.gl-footer-container {
    flex-direction: column;
    gap: 40px;
}
}