body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  background-color: #f4f8fb;
  color: #333;
}
.container {
  max-width: 600px;
  margin: 0 auto;
  background: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.logo {
  
  
  max-width: 120px;
  height: auto;
  display: block;
  margin: 0 auto 15px auto;
}
h1 {
  color: #2c5aa0;
  text-align: center;
  margin-bottom: 10px;
}
.tagline {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  font-weight: 500;
}
.contact-button {
  display: block;
  width: 100%;
  padding: 15px;
  margin: 10px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
}
.about, .services {
  margin: 25px 0;
  text-align: left;
}

.about h2, .services h2 {
  color: #2c5a94;
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 2px solid #e8f1f8;
  padding-bottom: 5px;
}

.services ul {
  padding-left: 20px;
}

.services li {
  margin-bottom: 8px;
  color: #555;
}

.cta-button {
  background-color: #25D366;
  color: white;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}
.email {
  background-color: #2c5aa0;
  color: white;
}
.phone { 
  background-color: #555;
  color: white;
}
.services {
  margin: 30px 0;
}
.services h2 {
  color: #2c5aa0;
  font-size: 20px;
}
.footer {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
  color: #777;
}.accordion-btn {
  background: #2c5aa0;
  color: white;
  padding: 12px;
  border: none;
  border-radius: 6px;
  width: 100%;
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
  cursor: pointer;
}
.accordion-btn:hover {
  background: #1e3f73;
}
.accordion-content {
  display: none;
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #e0e0e0;
  border-radius: 0 0 6px 6px;
  margin-bottom: 10px;
  text-align: left;
}
footer {
  background-color: #2c5a94;
  color: white;
  text-align: center;
  padding: 25px 15px;
  margin-top: 40px;
  font-size: 14px;
}

footer p {
  margin: 5px 0;
}

footer a {
  color: #c5e1f7;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}.logo {
  width: 220px !important;
  height: auto !important;
  display: block;
  margin: 0 auto 20px auto;
}





}


footer a:hover {
  text-decoration: underline;
}
.logo {
  width: 220px !important;
  height: auto !important;
  display: block;
  margin: 0 auto 20px auto;
}

/* PASTE THE NEW CSS HERE */
#quote-section {
  padding: 30px 15px;
  background: #f8f9fa;
}

.quote-box {
  background: white;
  padding: 20px;
  border-radius: 12px;
  max-width: 400px;
  margin: 0 auto;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.quote-box h3 {
  margin-top: 0;
  color: #2a9d8f;
}

.quote-box label {
  display: block;
  margin: 12px 0 4px;
  font-weight: bold;
  font-size: 14px;
}

.quote-box select, 
.quote-box input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 16px;
  box-sizing: border-box;
}

.quote-box button {
  width: 100%;
  padding: 12px;
  margin-top: 15px;
  background: #25D366;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.disclaimer {
  font-size: 12px;
  color: #666;
  margin-top: 12px;
  text-align: center;
}