@charset "UTF-8";
/*!
* Theme Name: saipooja
* Theme URI: https://underscores.me/
* Author: Automattic
* Author URI: https://automattic.com/
*/

.navbar-brand img {
  max-height: 45px;
  width: auto;
  padding: 4px;
}

.navbar-nav .nav-link {
  padding: 0.5rem 1rem;
  font-weight: 500;
}

.navbar-nav .nav-link.active {
  color: #0d6efd;
}
.contact-btn a{
	background-color: #000;
	color: #fff !important;
	border-radius: 25px;
	padding-right: 15px !important;
	padding-left: 15px !important;
	margin-left: 15px;
}
/* footer contact  */

.footer-contact {
  background-color: #f8f9fa;
  padding: 30px 20px;
  border-top: 1px solid #ddd;
  max-width: 500px; /* Optional: keeps it compact */
  margin: auto;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.icon-box {
  background-color: #209bd6;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 15px;
  flex-shrink: 0;
}
.text-box{
	text-align: left;
}
.text-box h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.text-box p {
  margin: 3px 0 0;
  font-size: 14px;
  color: #fff;
}

/* Contact Form 7 Styling */
.cf7-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cf7-field label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

.cf7-field .form-control {
  width: 100%;
  height: 45px;
  padding: 12px 15px;
  border-radius: 6px;
  border: 1px solid #ced4da;
  background: #f6f6f7;
  transition: all 0.25s ease;
  font-size: 15px;
}
.cf7-field textarea{
	height: 100px !important;
}

.cf7-field .form-control:focus {
  border-color: #0d6efd;
  box-shadow: none;
  outline: none;
}

.cf7-submit {
  text-align: left;
}

.cf7-submit .btn-con {
  background: #D52D49;
  color: #fff;
  border: none;
  padding: 12px 28px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s ease;
}

.cf7-submit .btn-con:hover {
  background: #C21A36;
}
.vehicle-card img {
    margin-bottom: 15px !important;
}

/* Fix textarea height */
textarea.form-control {
  resize: vertical;
}

