/* Add here all your CSS customizations */

.hero-slider {
  position: relative;
  overflow: hidden;
}

.hero-slider .rev_slider_wrapper {
  position: relative;
  z-index: 1;
}

.hero-slider .rev_slider_wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: transparent;
}

.hero-slider .slider-offset-spacer {
  height: 0;
}

.hero-slide {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 3rem 3.5rem 3.4rem;
  color: #fff;
  margin: 0;
}

.hero-slide::after {
  display: none;
}

.hero-slide-inner {
  width: 100%;
  max-width: 1240px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2.5rem;
  text-align: left;
}

.hero-slide-copy {
  display: flex;
  flex-direction: column;
  gap: 1.35rem;
  max-width: 780px;
}

.hero-slide.hero-slide-light {
  position: relative;
}

.hero-slide-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255, 255, 255, 0.86);
}

.hero-slide-eyebrow::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #ffe666;
  box-shadow: 0 0 0 6px rgba(255, 230, 102, 0.2);
}

.hero-slide-title {
  font-size: clamp(2rem, 3vw + 1rem, 3.5rem);
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  color: #fff;
  text-transform: none;
  text-shadow: 0 12px 32px rgba(6, 25, 71, 0.45);
}

.hero-slide-text {
  font-size: 1.05rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  max-width: 720px;
}

.hero-slide-highlights {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.6rem 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.98rem;
  max-width: 100%;
}

.hero-slide-highlights li {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  line-height: 1.5;
  padding: 0.15rem 0.4rem;
}

.hero-slide-highlights i {
  color: #ffe666;
  font-size: 1rem;
}

.hero-slide-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.9rem;
  width: clamp(220px, 28vw, 340px);
}

.hero-slide-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.9rem 1.75rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.95rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
  border: 2px solid transparent;
}

.hero-slide-btn-primary {
  background: linear-gradient(135deg, #ffe666 0%, #ffd43b 100%);
  color: #1a325f;
  box-shadow: 0 18px 32px rgba(255, 212, 59, 0.32);
}

.hero-slide-btn-primary:hover,
.hero-slide-btn-primary:focus {
  transform: translateY(-2px);
  box-shadow: 0 22px 44px rgba(255, 212, 59, 0.4);
  color: #12224a;
}

.hero-slide-btn-outline {
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 12px 28px rgba(8, 33, 93, 0.28);
  width: 100%;
}

.hero-slide-btn-outline:hover,
.hero-slide-btn-outline:focus {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.85);
}

.hero-slide .hero-slide-btn-outline {
  color: #fff;
}

.hero-slide-actions .hero-slide-btn-primary {
  width: 100%;
  justify-content: center;
}

.hero-slider .tparrows {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  transition: background 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  backdrop-filter: blur(8px);
}

.hero-slider .tparrows:before {
  font-size: 1.15rem;
  line-height: 3rem;
  color: rgba(10, 34, 76, 0.75);
}

.hero-slider .tparrows:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 32px rgba(10, 34, 76, 0.25);
}

.hero-slider .tp-bullets.custom {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.hero-slider .tp-bullets.custom .tp-bullet {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.35);
  transition: width 0.25s ease, background 0.25s ease;
}

.hero-slider .tp-bullets.custom .tp-bullet.selected {
  width: 1.8rem;
  background: #ffe666;
}

@media (max-width: 1199.98px) {
  .hero-slide {
    padding: 2.6rem 2.8rem 3rem;
  }

  .hero-slide-inner {
    max-width: 1080px;
    gap: 2rem;
  }
}

@media (max-width: 991.98px) {
  .hero-slide {
    padding: 2.2rem 2.2rem 2.6rem;
  }

  .hero-slide-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.8rem;
  }

  .hero-slide-actions {
    justify-content: center;
    align-items: center;
    min-width: 0;
    width: 100%;
    max-width: 420px;
    gap: 0.85rem;
  }

  .hero-slide-highlights {
    justify-content: center;
  }

  .hero-slide-actions .hero-slide-btn {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .hero-slide {
    gap: 1.05rem;
    padding: 1.85rem 1.4rem 2.2rem;
    width: calc(100% - 1.5rem);
  }

  .hero-slide-inner {
    align-items: center;
    text-align: center;
  }

  .hero-slide-actions {
    gap: 0.75rem;
    max-width: 100%;
  }

  .hero-slide-text {
    font-size: 0.98rem;
  }

  .hero-slide-highlights {
    font-size: 0.92rem;
    gap: 0.45rem;
  }

  .hero-slide-btn {
    width: 100%;
    font-size: 0.9rem;
    padding: 0.85rem 1.2rem;
  }
}

@media (max-width: 575.98px) {
  .hero-slide {
    padding: 1.9rem 0.9rem 2.1rem;
  }

  .hero-slide-inner {
    gap: 1.1rem;
  }

  .hero-slide-copy {
    align-items: center;
    text-align: center;
    gap: 0.9rem;
    max-width: 100%;
  }

  .hero-slide-title {
    font-size: clamp(1.65rem, 5.6vw + 0.9rem, 2.2rem);
  }

  .hero-slide-text {
    max-width: 92%;
    font-size: 0.9rem;
  }

  .hero-slide-highlights {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.42rem;
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .hero-slide-highlights li {
    width: 100%;
    gap: 0.48rem;
  }

  .hero-slide-actions {
    gap: 0.65rem;
    max-width: 340px;
    width: 100%;
  }

  .hero-slide-actions .hero-slide-btn-primary,
  .hero-slide .hero-slide-btn-outline {
    padding-block: 0.82rem;
    font-size: 0.93rem;
  }
}

.fleet-home {
  padding: 5px;
  margin-bottom: 0px;
  text-align: center;
}

/* Fixed size for image boxes */
.lightbox .img-thumbnail {
  width: 300px !important;
  height: 200px !important;
  object-fit: cover;
  overflow: hidden;
  display: block !important;
}

.lightbox .img-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* More specific targeting for the image containers */
.col-lg-6 .img-thumbnail {
  width: 300px !important;
  height: 200px !important;
  display: block !important;
  overflow: hidden;
}

.col-lg-6 .img-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* Even more specific targeting */
.lightbox .row .col-lg-6 .img-thumbnail {
  width: 300px !important;
  height: 200px !important;
  display: block !important;
  overflow: hidden;
  position: relative;
}

.lightbox .row .col-lg-6 .img-thumbnail img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Contact Page Improvements */
.contact-form .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.contact-form .form-control:focus {
  border-color: #007bff;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 1px 3px rgba(0,0,0,0.1);
  outline: none;
}

.contact-form .form-control::placeholder {
  color: #6c757d;
  font-style: italic;
}

.contact-form .form-label {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.contact-form .btn-primary {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border: none;
  padding: 15px 40px;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.contact-form .btn-primary:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.contact-form .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3);
}

.featured-box {
  border: none;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  overflow: hidden;
}

.featured-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
}

.featured-box:hover {
  box-shadow: 0 12px 40px rgba(0,0,0,0.18);
  transform: translateY(-3px);
}

/* Contact Information Styling */
.featured-box .heading-primary {
  color: #2c3e50;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
  position: relative;
}

.featured-box .heading-primary::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 50px;
  height: 3px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border-radius: 2px;
}

.featured-box .list-icons li {
  padding: 12px 0;
  border-bottom: 1px solid #f1f3f4;
  transition: all 0.3s ease;
}

.featured-box .list-icons li:last-child {
  border-bottom: none;
}

.featured-box .list-icons li:hover {
  background-color: rgba(0, 123, 255, 0.05);
  padding-left: 10px;
  border-radius: 6px;
}

.featured-box .list-icons i {
  font-size: 18px;
  width: 25px;
  text-align: center;
  margin-right: 15px;
}

.featured-box .list-icons strong {
  color: #2c3e50;
  font-weight: 700;
}

.featured-box .list-icons .text-dark {
  color: #495057;
  font-weight: 500;
}

.client-logo {
  transition: all 0.3s ease;
  filter: none;
  opacity: 1;
}

.client-logo:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
}

/* Main Heading Styling */
.contact-page h2 {
  color: #2c3e50;
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.contact-page h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border-radius: 2px;
}

.contact-page .lead {
  color: #6c757d;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 40px;
}

/* Section Spacing */
.contact-page .container {
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Form Group Enhancements */
.contact-form .form-group {
  margin-bottom: 25px;
}

.contact-form textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

/* Button Container */
.contact-form .btn-container {
  text-align: center;
  margin-top: 30px;
}

/* Responsive improvements */
@media (max-width: 768px) {
  .contact-form .btn-primary {
    width: 100%;
  }
  
  .featured-box {
    margin-bottom: 30px;
  }
  
  .contact-page h2 {
    font-size: 2rem;
  }
  
  .contact-page .lead {
    font-size: 1rem;
  }
}

/* Footer Design Improvements */
#footer {
  background: linear-gradient(135deg, #0e0e0e 0%, #1a1a1a 100%);
  border-top: 4px solid #007bff;
  font-size: 0.9em;
  margin-top: 50px;
  padding: 70px 0 0;
  position: relative;
  clear: both;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.3);
}

#footer .instagram-feed {
  background: #fff;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  margin-top: 10px;
  min-height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer .instagram-feed iframe {
  border-radius: 6px;
  overflow: hidden;
}

#footer .newsletter {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
  border: none;
}

#footer .newsletter h4 {
  color: #fff;
  margin-bottom: 15px;
  font-size: 1.4em;
  font-weight: 600;
}

#footer .newsletter p {
  color: #ccc;
  font-size: 0.9em;
  line-height: 1.5;
  margin-bottom: 20px;
}

#footer .newsletter .form-control {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 4px;
}

#footer .newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#footer .newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  color: #fff;
}

#footer .newsletter .btn-light {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
  font-weight: 600;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#footer .newsletter .btn-light:hover {
  background: #0056b3;
  border-color: #0056b3;
  transform: translateY(-1px);
}

#footer .contact-details {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
  border: none;
}

#footer .contact-details h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 600;
}

#footer .contact-details .contact li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
}

#footer .contact-details .contact i {
  color: #007bff;
  margin-right: 10px;
  margin-top: 2px;
  font-size: 1.1em;
}

#footer .contact-details .contact p {
  color: #ccc;
  margin: 0;
  line-height: 1.4;
}

#footer .contact-details .contact a {
  color: #007bff;
  text-decoration: none;
  transition: color 0.3s ease;
}

#footer .contact-details .contact a:hover {
  color: #0056b3;
}

#footer .social-icons {
  background: transparent;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
  border: none;
}

#footer .social-icons h4 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 1.4em;
  font-weight: 600;
  text-align: center;
}

#footer .social-icons ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .social-icons li {
  margin: 0;
}

#footer .social-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
  font-size: 24px;
  position: relative;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

#footer .social-icons a:hover {
  background: #007bff;
  color: #fff;
  transform: translateY(-5px) scale(1.15);
  box-shadow: 0 8px 25px rgba(0, 123, 255, 0.5);
}

#footer .social-icons .social-icons-facebook a:hover {
  background: #3b5998;
  color: #fff;
}

#footer .social-icons .social-icons-twitter a:hover {
  background: #1da1f2;
  color: #fff;
}

#footer .social-icons .social-icons-linkedin a:hover {
  background: #0077b5;
  color: #fff;
}

#footer .social-icons .social-icons-instagram a:hover {
  background: #e4405f;
  color: #fff;
}

/* Footer Copyright */
#footer .footer-copyright {
  background: #060606;
  border-top: 4px solid #060606;
  margin-top: 40px;
  padding: 30px 0 20px;
}

#footer .footer-copyright .logo img {
  max-height: 40px;
  width: auto;
}

#footer .footer-copyright p {
  color: #999;
  margin: 0;
  font-size: 0.9em;
}

#footer .footer-copyright nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
}

#footer .footer-copyright nav ul li {
  border: none;
  padding: 0;
}

#footer .footer-copyright nav ul li a {
  color: #999;
  text-decoration: none;
  font-size: 0.9em;
  transition: color 0.3s ease;
}

#footer .footer-copyright nav ul li a:hover {
  color: #007bff;
}

/* Additional Footer Layout Fixes */
#footer .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#footer .row > div {
  padding: 0 15px;
  margin-bottom: 30px;
}

#footer .footer-ribbon {
  position: absolute;
  top: -20px;
  left: 20px;
  background: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  font-weight: 600;
  z-index: 10;
}

#footer .footer-ribbon:before {
  content: '';
  position: absolute;
  left: -10px;
  top: 0;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 10px solid #0056b3;
}

/* Quote Form Styling */
#quoteForm .form-control {
  border: 2px solid #e9ecef;
  border-radius: 8px;
  padding: 15px 20px;
  font-size: 16px;
  transition: all 0.3s ease;
  background-color: #f8f9fa;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

#quoteForm .form-control:focus {
  border-color: #007bff;
  background-color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 1px 3px rgba(0,0,0,0.1);
  outline: none;
}

#quoteForm .control-label {
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#quoteForm .text-danger {
  color: #dc3545 !important;
  font-weight: 600;
}

#quoteForm .btn-primary {
  background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
  border: none;
  padding: 15px 40px;
  font-weight: 700;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

#quoteForm .btn-primary:hover {
  background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

#quoteForm .btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(0, 123, 255, 0.3);
}

/* Why Choose Us Section */
.list.list-icons.list-primary li {
  padding: 12px 0;
  border-bottom: 1px solid #f1f3f4;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.list.list-icons.list-primary li:last-child {
  border-bottom: none;
}

.list.list-icons.list-primary li:hover {
  background-color: rgba(0, 123, 255, 0.05);
  padding-left: 10px;
  border-radius: 6px;
}

.list.list-icons.list-primary i {
  font-size: 16px;
  width: 20px;
  text-align: center;
  margin-right: 12px;
  color: #007bff;
  margin-top: 3px;
  flex-shrink: 0;
  line-height: 1;
}

/* Client Logos Styling */
.client-logo {
  padding: 0px;
  text-align: center;
  background: transparent;
  transition: all 0.3s ease;
  filter: none;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.client-logo:hover {
  filter: none;
  opacity: 1;
  transform: scale(1.05);
  box-shadow: 0 4px 15px rgba(0, 123, 255, 0.2);
}

.client-logo img {
  max-width: none;
  max-height: 180px;
  object-fit: contain;
  width: auto;
  height: auto;
  object-position: center;
}

/* Form Validation Styling */
#quoteForm .form-control.is-invalid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

#quoteForm .invalid-feedback {
  display: block;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

#quoteForm .alert {
  border-radius: 8px;
  border: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

#quoteForm .alert-success {
  background: linear-gradient(135deg, #d4edda 0%, #c3e6cb 100%);
  color: #155724;
  border-left: 4px solid #28a745;
}

#quoteForm .alert-success h4 {
  color: #155724;
  font-weight: 700;
  margin-bottom: 15px;
}

#quoteForm .alert-success i {
  color: #28a745;
  margin-right: 10px;
}

/* Responsive Design */
@media (max-width: 991px) {
  #footer .container .row > div {
    margin-bottom: 30px;
  }
  
  #footer .social-icons ul {
    justify-content: center;
    gap: 20px;
  }
  
  #footer .footer-copyright nav {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  
  #footer .footer-copyright nav ul {
    justify-content: center;
  }
  
  #footer .row {
    flex-direction: column;
  }
  
  #footer .newsletter,
  #footer .contact-details,
  #footer .social-icons {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #footer {
    padding: 50px 0 0;
  }
  
  #footer .newsletter,
  #footer .contact-details,
  #footer .social-icons {
    margin-bottom: 25px;
  }
  
  #footer .instagram-feed {
    margin-bottom: 25px;
  }
  
  #footer .footer-copyright .row {
    text-align: center;
  }
  
  #footer .footer-copyright .logo {
    margin-bottom: 15px;
  }
  
  /* Quote form responsive */
  #quoteForm .btn-primary {
    width: 100%;
  }
  
  .client-logo {
    margin-bottom: 15px;
  }
}
