.backimg {
  background: url('assets/images/bg.jpg') no-repeat center center;
  background-size: cover;
  height: 600px;
}

.backimgCss{
 background-color: rgba(237, 237, 237, 1);
}

body {
  font-family: 'Inter', sans-serif;
  color: #333;
}
h1,h2,h3,h4,h5,h6,p{
     font-family: 'Inter', sans-serif;
}

.logo {
  height: 60px;
  width: auto;
}

.hero-section {
  display: flex;
  justify-content: center;
  margin-top: 400px;
}

.hero-box {
  background: #fff;
  color: #000;
  padding: 1.5rem;
  border-radius: 12px;
  max-width: 700px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.get-quote-btn {
  background-color: #E68939;
  color: #fff;
  border: none;
}

.get-quote-btn:hover {
  background-color: #cc7229;
  color: #fff;
}

.navbar-nav .nav-link {
  font-weight: 500;
}

h3 {
  font-size: 1.75rem;
}

ul {
  padding-left: 0;
}

ul li {
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.btn-primary {
  background-color: #E68939;
  border: none;
}

.btn-primary:hover {
  background-color: #cc7229;
}

input::placeholder {
  font-size: 0.9rem;
}
