@charset "UTF-8";
/* CSS Document */
/*

Theme Name: Child of flash-child
Description: Child theme based on flash
Author: Rodwell Kaitano
Version: 6.1.1
Template: flash

*/
@import url("../flash/style.css");
/* Scss Document */
/* Scss Document */

.entry-content, .entry-summary {
    color: #000000;
}

h1 {
    font-size: 30px;
	color: #035a9f;
}

h3 {
    font-size: 18px;
    text-align: center;
}

.header-top {
    background-color: #035ba3;
}

.header-top .contact-info li {
    font-size: 18px;
    color: #ffffff;
}

.breadcrumb-trail.breadcrumbs {
    background: #c7c7c7 none repeat scroll 0 0;
}

h2 {
    font-size: 24px;
	color: #035ba3;
}

#bottom-footer {
    background-color: #000000;
    color: #ffffff;
}

.floating-buttons {
  position: fixed;
  bottom: 45px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.floating-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* 🔵 Change these colors to match your theme */
.whatsapp {
  background-color: #25D366; /* WhatsApp green */
}

.call {
  background-color: #007BFF; /* Blue (change to match your theme) */
}

.floating-buttons a:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}