
  #custom-rg-footer {
    width: 100% !important;
    background: linear-gradient(135deg, #022329 0%, #03363d 50%, #01191d 100%) !important;
    padding: 60px 0 40px 0 !important;
    color: #ffffff !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    box-sizing: border-box !important;
    position: relative !important;
  }


  #custom-rg-footer .rg-grid-container {
    width: 92% !important;
    max-width: 1350px !important;
    margin: 0 auto !important;
    display: grid !important;
    grid-template-columns: 1.3fr 1fr 1.4fr 1.3fr !important;
    gap: 35px !important;
    align-items: start !important;
  }


  #custom-rg-footer h4.rg-title {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin: 0 0 20px 0 !important;
    position: relative !important;
    padding-bottom: 8px !important;
  }

  #custom-rg-footer h4.rg-title::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 35px !important;
    height: 3px !important;
    background-color: #00e5ff !important;
  }


  #custom-rg-footer .rg-links-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  #custom-rg-footer .rg-links-list li {
    margin-bottom: 10px !important;
  }

  #custom-rg-footer .rg-links-list li a {
    color: #b2dfdb !important;
    text-decoration: none !important;
    font-size: 0.95rem !important;
    transition: 0.3s ease !important;
    display: inline-block !important;
  }

  #custom-rg-footer .rg-links-list li a:hover {
    color: #00e5ff !important;
    transform: translateX(5px) !important;
  }

  /* Get In Touch - */
  #custom-rg-footer .rg-contact-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 15px !important;
    margin-bottom: 20px !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
  }


  #custom-rg-footer .rg-icon-circle {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    background: rgba(0, 229, 255, 0.1) !important;
    border: 1px solid rgba(0, 229, 255, 0.4) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #00e5ff !important;
    font-size: 1.1rem !important;
    box-shadow: 0 0 10px rgba(0, 229, 255, 0.2) !important;
    margin: 0 !important;
    padding: 0 !important;
  }


  #custom-rg-footer .rg-contact-text {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
  }

  #custom-rg-footer .rg-contact-text strong {
    display: block !important;
    color: #ffffff !important;
    font-size: 0.95rem !important;
    margin-bottom: 4px !important;
  }

  #custom-rg-footer .rg-contact-text p,
  #custom-rg-footer .rg-contact-text a {
    color: #b2dfdb !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
    display: block !important;
    background: transparent !important;
  }


  #custom-rg-footer .rg-map-wrap {
    width: 100% !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    border: 1px solid rgba(0, 229, 255, 0.3) !important;
  }

  #custom-rg-footer .rg-map-wrap iframe {
    width: 100% !important;
    height: 200px !important;
    border: 0 !important;
    display: block !important;
  }


  @media (max-width: 992px) {
    #custom-rg-footer .rg-grid-container {
      grid-template-columns: 1fr 1fr !important;
    }
  }

  @media (max-width: 600px) {
    #custom-rg-footer .rg-grid-container {
      grid-template-columns: 1fr !important;
    }
  }
  

#custom-rg-footer .rg-icon-circle i {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;       
  line-height: 1 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}


#custom-rg-footer .rg-icon-circle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 50% !important;
}  
  
#custom-rg-footer .rg-icon-circle i {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px !important;       
  line-height: 1 !important;
  display: inline-block !important;
  vertical-align: middle !important;
}


#custom-rg-footer .rg-icon-circle {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
  border-radius: 50% !important;
}

/* ========================================================
   RG-FOOTER MOBILE RESPONSIVE FIX
   ======================================================== */
@media screen and (max-width: 991px) {
  /* 1. Main Footer Grid to Column */
  #custom-rg-footer .rg-grid-container {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 30px !important;
    width: 100% !important;
    padding: 0 15px !important;
    box-sizing: border-box !important;
  }


  #custom-rg-footer .rg-grid-container > div {
    width: 100% !important;
    max-width: 100% !important;
  }


  #custom-rg-footer img {
    max-width: 310px !important;
    height: auto !important;
  }

  #custom-rg-footer p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    white-space: normal !important;
    word-break: normal !important;
  }

  /* 4. Contact Rows (Icon & Text) Alignment */
  #custom-rg-footer .rg-contact-row {
    display: flex !important;
    align-items: flex-start !important;
    margin-bottom: 15px !important;
    gap: 12px !important;
  }

  #custom-rg-footer .rg-contact-text {
    flex: 1 !important;
  }

  #custom-rg-footer .rg-contact-text a,
  #custom-rg-footer .rg-contact-text p {
    font-size: 13.5px !important;
    word-break: break-word !important;
  }

  /* 5. Google Map Responsiveness */
  #custom-rg-footer .rg-map-wrap {
    width: 100% !important;
    max-width: 100% !important;
  }

  #custom-rg-footer .rg-map-wrap iframe {
    width: 100% !important;
    height: 220px !important;
    border-radius: 8px !important;
  }

  /* 6. Copyright & Social Icons Section */
  #custom-rg-footer .copyright-text {
    text-align: center !important;
    margin-bottom: 10px !important;
  }

  #custom-rg-footer .footer-social {
    display: flex !important;
    justify-content: center !important;
    padding-left: 0 !important;
    margin-top: 10px !important;
  }
}  
  
.fa-solid, .fass {
    font-weight: 900;
    font-size: 29px;
    color: #fff;
    margin-top: 10px !important;  
  
  
  
  
  
  
  