body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
    line-height: 1.6;
    background: #f9f9f9;
}

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

header h1 {
    margin: 0;
}

header button, #callButton2 {
    background: #e4a303;
    border: none;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
	display:flex; 
	margin: auto;
    align-items: center;
}

header button:hover, #callButton2:hover {
    background: #C70039;
}

header #phone {
    font-size: 1.2em;
    margin-top: 10px;
}

section {
    padding: 20px;
    margin: 20px auto;
    max-width: 1200px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#services {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
	gap: 5px;
	flex-wrap: wrap;
	justify-content: center;
}

.service {
   
    align-items: center;
    margin-bottom: 20px;
	    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 20px;
    text-align: center;
	height: 335px;
	max-width: 190px
}

.service img {
    max-width: 100px;
    margin-right: 20px;
    border-radius: 8px;
}

#faq .faq-item {
    margin-bottom: 20px;
}

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

footer img {
    width: 30px;
    margin: 5px;
}

#introduction{text-align:center}

#introduction img{width:300px}

.imgic{width: 30px!important; 
margin-right:10px}

button{ background: #e4a303;
    border: none;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
	display:flex; 
	margin: auto;
    align-items: center;}

#emergency{text-align:center}

#faq {
    
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.faq-item {
    margin-bottom: 20px;
}

.faq-item h3 {
    margin: 0;
    padding: 10px;
    background: #0c4685;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
}

.faq-answer {
    display: none;
    padding: 10px;
    border-left: 4px solid #007BFF;
    background: #f9f9f9;
    border-radius: 0 4px 4px 4px;
}

.faq-answer p {
    margin: 0;
}

