body {
    font-family: 'Raleway', sans-serif; /* Stylish and clean font for business websites */
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

body {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        margin: 0;
		background: #fff;
    }    

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

bold {
	font-weight: bold;
}

header {
	float:left;
	width:100%;
	color: white;	
	margin-top: 56px; /* Prevents content overlap with fixed navbar */
	background-color: #069;	
	text-align:center;
	padding-top:15px;
	line-height: 1.2;	
	border-bottom: #000 solid 2px;
}

header h1 {
    font-size: 1.2rem;    
	font-weight: normal;
	padding-bottom:2px;		
}

header p {
    font-size: 1.1rem;	
}

section {
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

section h3 {
    font-size: 1.5rem;
    margin-bottom: 0px;
    text-align: center;
}

.container a {
    color: #036; /* Makes the text color black */
    text-decoration: none; /* Removes the underline */
}

.container a:hover {
    text-decoration: underline; /* Optional: Adds underline on hover for better user feedback */
}

#topSec {
    background-color: #ffffff;
    text-align: justify;	
	padding-left:10px;
	padding-right:10px;	
	line-height: 1.6;
}

#topSec h2 {
	font-size: 1.5rem;
	margin-bottom: 25px;
	margin-top: -25px;
	color: #000;
	font-weight: bold;
}

#topSec p {
    font-size: 1.1rem;
    text-align: justify;  
	margin-top: -20px;  
}

#topSecCenter {
    background-color: #ffffff;
    text-align: center;	
	padding-left:10px;
	padding-right:10px;	
	line-height: 1.6;
}

#topSecCenter h2 {
	font-size: 1.5rem;	
	color: #036;
	font-weight: bold;
	padding-bottom:10px;	
}

#topSecCenter p {
    font-size: 1.2rem;
    text-align: center;  	
	padding-bottom:10px;
}

#services {
    margin-top: -50px;		
}

#services h3 {
    font-size: 2rem;    
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 20px;
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #e9ecef, #dee2e6);
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.4;
}

.card-text-rich {
    margin-top: 15px;
    color: #666;
}

.card-text a {
    color: #666; /* Makes the text color black */
    text-decoration: none; /* Removes the underline */
}

.card-text a:hover {
    text-decoration: underline; /* Optional: Adds underline on hover for better user feedback */
}

#services .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 20px;
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    transition: transform 0.3s ease, box-shadow 0.3s ease;	
	padding-top:5px;
	padding-bottom:0px;
}

#services .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #e9ecef, #dee2e6);
}

#services .card-title {
    font-size: 1.2rem;
    font-weight: bold;		
}

#services .card-text {
    color: #555;
    font-size: 1.1rem;
    line-height: 0;
}

#services .card-text-rich {
    margin-top: 15px;
    color: #666;
}

#services .card-text a {
    color: #666; /* Makes the text color black */
    text-decoration: none; /* Removes the underline */
}

#services .card-text a:hover {
    text-decoration: underline; /* Optional: Adds underline on hover for better user feedback */
}

.card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 20px;
    background: linear-gradient(to right, #f8f9fa, #e9ecef);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to right, #e9ecef, #dee2e6);
}

.card-title {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-text {
    color: #555;
    font-size: 1rem;
    line-height: 1.4;
}

.card-text-rich {
    margin-top: 15px;
    color: #666;
}

.card-text a {
    color: #666; /* Makes the text color black */
    text-decoration: none; /* Removes the underline */
}

.card-text a:hover {
    text-decoration: underline; /* Optional: Adds underline on hover for better user feedback */
}


/* About Us Section */
#content {
    background-color: #ffffff;
    text-align: left;	
	margin-top: -60px; /* Decreased top margin for mobile */	
	padding-left:10px;
	padding-right:10px;	
}

#content h3 {
	font-size: 1.2rem;
	text-align: left;
	color: #036;
	padding-top:10px;
	padding-bottom:10px;
}

#content img {
	float:left;           
}

#content p {
    font-size: 1.1rem;
    text-align: left;
    margin-top: 0px;
}

/* About Us Section */
#contentWhy {
    background-color: #ffffff;
    text-align: left;	
	margin-top: -60px; /* Decreased top margin for mobile */	
	padding-left:10px;
	padding-right:10px;	
}

#contentWhy h3 {
	font-size: 1.1rem;
	text-align: left;
	color: #036;
	padding-top:10px;
	padding-bottom:10px;
}

#contentWhy img {
	float:left;           
}

#contentWhy p {
    font-size: 1.1rem;
    text-align: left;
    margin-top: 0px;
}

/* About Us Section */
#disclaimer {
    background-color: #ffffff;
    text-align: center;	
	margin-top: -15px; /* Decreased top margin for mobile */	
	padding-left:10px;
	padding-right:10px;	
}

#disclaimer h3 {
    font-size: 2rem;
    margin-bottom: 20px;
	margin-top: -10px;
}

#disclaimer img {
    display: block;
    margin: 20px auto;
    max-width: 300px;        
}

#disclaimer p {
    font-size: 0.8rem;
    text-align: justify;
    margin-top: 0px;
}

#callUs {
    background-color: #ffffff;
    text-align: center;	
	margin-top: -20px; /* Decreased top margin for mobile */	
	padding-left:10px;
	padding-right:10px;	
}

#callUs h3 {
    font-size: 2rem;
    margin-bottom: 20px;
	margin-top: -10px;
}

#callUs img {
    display: block;
    margin: 20px auto;
    max-width: 300px;        
}

#callUs p {
    font-size: 0.8rem;
    text-align: justify;
    margin-top: 0px;
}

ul {
    padding-left: 0;
    margin-left: 0;
    list-style-position: inside; /* Optional: to control where the bullet appears */
}

li {
    margin-left: 0;
    padding-left: 0;
	padding-top:10px;
}

footer {
    background: #fff;
    color: white;
    padding: 20px 0;
    text-align: center;
}

footer p {
    margin: 0;
    font-size: 0.9rem;
}

footer {
        margin-top: auto;
    } 
	
.icon-paragraph::before {
            content: url(../images/clock.png) ; /* Unicode for Font Awesome info-circle icon */
            font-family: "Font Awesome 6 Free";
            font-weight: 900; /* Font Awesome icons are in the 900 weight */
            margin-right: 8px; /* Space between icon and text */
            color: #007bff; /* Icon color */
        }	

.containerSlider {
  background-color: #fff;
  padding-top: 10px;  
  padding-bottom: 10px;  
  padding-left: 20px;  
  padding-right: 20px;  
  text-align: center;
  border:1px #fff solid;
  border-radius: 25px;
}

.containerSlider h3 {
	font-size: 1.8rem;
	color: #036;		
}

input[type="range"] {
  width: 100%;
  margin: 10px 0;  
  background: #069;
}

input[type="number"] {
  width: 60px;
  margin: 10px 5px 10px 0;
}

/* Style for the click-to-call icon */
.navbar a[href^="tel"] img {
    width: 32px;
    height: 32px;
}

.navbar a[href^="tel"] {
    display: flex;
    align-items: center;
}

/* Fix the navbar for mobile devices */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;    
	font-weight: bold;
	color: #036;
	border-bottom: #000 solid 2px;
	background: #fff;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .navbar-brand {
    flex-grow: 1;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);	
}

/* Add phone number to the left for desktop */
.navbar .phone-number {
    display: none;
    font-size: 1rem;
    color: #036;
    font-weight: bold;
}

@media (min-width: 992px) {
    .navbar .phone-number {
        display: block;
        position: relative;
    }

    .navbar a[href^="tel"] {
        display: none;
    }
	header {	
	padding-top:25px;
}
	header h1 {
    font-size: 1.8rem;    	
}
	#topSec h2 {
	font-size: 1.8rem;	
}
#topSecCenter h2 {
	font-size: 2.0rem;		
}
.containerSlider {
  background: #fff;
  color: #036;
}
.containerSlider h3 {
	font-size: 2.0rem;		
}

}