.nav-bar .nav-bar-link ul li a {
    font-size: 16px;
} 

.provide-features-home-3 .features-home-3-item h4 {
    font-weight: 600;
}

.word-body h2 {
    margin-bottom:2rem;
    font-weight:600 !important;
    font-size: 2.5rem;
    margin-top: 5rem;
    text-align: center;
   
}

.word-body p {
    margin-bottom:1.8rem;
    font-weight:500 !important;
    font-size: 18px;
    

}

.word-middle p {
    font-size: 16px;
    font-weight: 500;

}
 
.image-divider {
    width: 90%;
    height: 3px;
    background-color: #ff0000; /* Gold color */
    border: none;
    margin: 30px auto;  /* Centers line and adds spacing */
    border-radius: 2px;
}


.contact-section {
  padding: 100px 0 70px;
  background-color: #f9f9f9;
}

.contact-section h2 {
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
}

.contact-section p, 
.contact-section label {
  color: #000000 ;
  font-weight: 600;
  
}

.contact-form .form-control {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.contact-form .btn {
  background-color: #007bff;
  color: #fff;
  border-radius: 6px;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: 0.3s ease;
}

.contact-form .btn:hover {
  background-color: #0056b3;
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.contact-section a {
  color: #555 !important; /* match paragraph color */
  text-decoration: none;
  font-weight: 600;
}

.contact-section a:hover {
  color: #007bff; /* optional hover color (blue) */
  text-decoration: underline;
}

.quote .btn-1.btn-3 {
  background-color: #e60000 !important; /* your red */
  color: #fff !important; /* force white text */
  border: none !important;
  font-weight: 600;
  padding: 10px 25px;
  border-radius: 5px;
  display: inline-flex; /* center horizontally + vertically */
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  text-decoration: none;
}

.quote .btn-1.btn-3:hover {
  background-color: #cc0000 !important; /* darker red on hover */
  color: #fff !important;
}

.contact-title {
  font-weight: 700;
  font-size: 22px;
  color: #555;
  margin-bottom: 10px;
}

/* Label text (Address, Tel, Fax, Email) */
.contact-info .label {
  color: #474747 !important; /* grey */
  font-weight: 500 !important;
  font-size: 16px !important;
}

/* Actual details (address, numbers, email) */
.contact-info .detail {
  color: #000 !important; /* black */
  font-weight: 700 !important; /* bold */
}

/* Links (Tel, Email) */
.contact-info a {
  color: #000 !important; /* red */
  text-decoration: none !important;
  transition: 0.3s ease;
}

/* Hover - stays red */
.contact-info a:hover {
  color: #E11D07 !important;
  text-decoration: underline !important; /* optional */
}

.floating {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 70px;
  right: 12px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
  z-index: 100;
 }
 
 .fab-icon {
  margin-top: 10px;
 }

 .floating2 {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 130px; /* move this one higher */
  right: 12px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, .5);
  z-index: 100;
}

.fab-icon {
  margin-top: 10px;
}


/* MAIN DROPDOWN */
.dropdown {
    position: relative;
}

.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    width: 160px;
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 4px;
    z-index: 9999;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    text-decoration: none;
}

.dropdown-menu li:last-child a {
    border-bottom: none;
}

.dropdown-menu li a:hover {
    background: #f7f7f7;
}

/* SUBMENU FOR DRILLING */
.submenu-parent {
    position: relative;
}

/* hide submenu */
.submenu {
    display: none;
    position: absolute;
    left: 100%;  /* show right side */
    top: 0;
    background: #fff;
    width: 120px;
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    z-index: 9999;
}

/* show submenu on hover */
.submenu-parent:hover .submenu {
    display: block;
}
