body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
  overflow-x: hidden;
}

.claim-container {
  background-color: #ffffff;
  font-family: Arial, sans-serif;
  color: #000;
}

.claim-form-wrapper {
  background-color: #fff;
  margin: 60px auto;
  padding: 30px;
  max-width: 500px;
}
.claim-form-wrapper.claim-form-wrapper-full {
  max-width: 100%;
}
.claim-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 600;
}

.claim-form-group {
  margin-bottom: 10px !important;
}
.claim-form-label {
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 5px;
}
.claim-form-control {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  box-shadow: none;
  outline: none;
  padding: 6px 12px;
  width: 100%;
}
.claim-form-control:focus {
  border-color: #aaa;
}
.claim-form-select {
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  padding: 6px 12px;
  width: 100%;
  outline: none;
}
.claim-form-select:focus {
  border-color: #aaa;
}

.claim-alert {
  border-radius: 4px;
  background-color: #f8d7da;
  color: #721c24;
  padding: 10px 15px;
  font-size: 14px;
  border: 1px solid #f5c6cb;
  margin-bottom: 20px;
}

.claim-section {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.claim-section-heading {
  width: 28%;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 600;
}
.claim-section-fields {
  width: 72%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.claim-section-fields.claim-fullwidth .claim-col-12 {
  grid-column: 1 / -1;
}
.claim-col-12 {
  grid-column: span 2;
}

textarea.claim-form-control {
  resize: vertical;
  min-height: 100px;
}
input[type="file"].claim-form-control {
  padding: 5px;
}

.claim-submit-row {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.claim-btn {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.claim-btn.claim-btn-red {
  background-color: #FF7A00;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 10px 24px;
  font-weight: 500;
  width: 100%;
}
.claim-btn.claim-btn-submit {
  background-color: #FF7A00;
  border: none;
  color: #fff;
  border-radius: 4px;
  padding: 10px 24px;
  font-weight: 500;
  width: auto;
}
.claim-btn.claim-btn-red:hover {
  background-color: #e06b00;
}

.quotation-form-container {
    width: 100%;
    padding: 30px 50px;
}
.quotation-form-section {
    display: flex;
    margin-bottom: 40px;
}
.quotation-section-label {
    width: 30%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-top: 10px;
}
.quotation-section-fields {
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
label {
    font-weight: 500;
    color: #000;
    margin-bottom: 6px;
    display: block;
}
.quotation-form-control, .quotation-form-select {
    border-radius: 0.375rem;
    border: 1px solid #ccc;
    background-color: #fdfdfd;
    padding: 8px 12px;
    font-size: 14px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.05);
    transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.full-width-offer {
  width: 100%;
}

.quotation-form-control:focus, .quotation-form-select:focus {
    border-color: #999;
    box-shadow: 0 0 0 0.2rem rgba(0,0,0,0.05);
    outline: none;
}
hr {
    border-top: 2px solid #ddd;
    margin: 40px 0 20px;
}
.quotation-form-buttons {
    text-align: right;
    margin-top: 10px;
}
.quotation-btn-discard {
  background-color: #f5f5f5;
  color: #6c757d;
  border: 1px solid #f5f5f5;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
  transition: all 0.2s ease;
}

.quotation-btn-discard:hover {
  border-color: #b0b0b0;
  background-color: #f5f5f5;
  color: #6c757d;
}

.quotation-btn-submit {
  background-color: #FF7A00;
  color: #ffffff;
  border: 1px solid #FF7A00;
  padding: 10px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: all 0.2s ease;
}

.quotation-btn-submit:hover {
  border-color: #cc5e00;
  background-color: #FF7A00;
  color: #ffffff;
}
.full-width-label {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-top: 10px;
    text-align: left;
    padding-left: : 0px;
    margin: : 0px;
}

.full-width-fields {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding-left: : 0px;
    margin: : 0px;
}

.full-width-offer {
    width: 100%;
}

.modal-xl {
    max-width: 94%;
}

.error-message{
    display: none;
    color: black;
}

.logo {
  width: 220px;

}

.nav {
  display: flex;
  justify-content: center;
}

.nav-link {
  color: black;
  font-weight: normal;
  font-size: 1rem;
  margin: 0 10px;
  text-decoration: none;
}


.nav-link:visited {
  color: inherit;
}

.nav-link:hover {
  color: red;
}

.nav-link:focus,
.nav-link:active {
  color: red;
  background-color: transparent;
  text-decoration: none;
}

.login-btn {
  border-radius: 8px;
  padding: 6px 16px;
  border: 2px solid #FF7A00;
  color: #FF7A00;
  background: none;
  margin-right: 30px;
  transition: 0.3s;
}

.login-btn:hover {
  background-color: #FF7A00;
  color: white;
}

.hero {
  position: relative;
  padding: 20px 0;
  background: url("../img/map.png") no-repeat top right;
  background-size: contain;
}

.hero-text {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}

.hero-text h1 {
  font-size: 3rem;
  font-weight: bold;
  color: #444;
  margin-bottom: 20px;
  margin-top: -50px;
}

.hero-text p {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 35px;
}

.member-btn {
  padding: 12px 24px;
  font-size: 1.1rem;
  border-radius: 8px;
  background-color: #FF7A00;
  color: white;
  border: none;
  transition: 0.3s;
  margin-top: 40px;
}

.member-btn:hover {
  background-color: #FF7A00;
}

.car-img {
  position: relative;
  z-index: 1;
  width: 110%;
  max-width: 800px;
  margin-top: 170px;
  right: -10px;
}

@media (max-width: 767px) {
  .hero {
    background-position: center top;
    background-size: cover;
  }
  .hero-text {
    text-align: center;
    margin-top: 20px;
  }
  .car-img {
    margin-top: 20px;
    width: 100%;
    right: 0;
  }
}

.navbar-toggler {
  border: none;
  background: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: 50px;
  right: 20px;
  z-index: 1100;
}


@media (max-width: 767px) {
  .nav {
    display: none;
    flex-direction: column;
    background: white;
    position: absolute;
    top: 60px;
    right: 20px;
    width: 200px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    z-index: 1000;
  }

  .nav.active {
    display: flex;
  }

  .nav-item {
    padding: 10px;
    border-bottom: 1px solid #ddd;
  }

  .nav-item:last-child {
    border-bottom: none;
  }

  .nav-link {
    display: block;
    text-align: center;
    padding: 10px;
  }

  .nav-link:hover {
    background-color: #FF7A00;
    color: white;
    border-radius: 5px;
  }
}

@media (min-width: 768px) {
  .nav {
    display: flex !important;
    position: static;
    background: none;
    box-shadow: none;
    width: auto;
  }
}

.about-section {
  background-color: #fff;
}

.car-logos {
  margin-top: -20px;
  margin-bottom: 140px;
}

.about-label {
  color: #FF7A00;
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.heading-text {
  font-size: 2.5rem;
  color: #555;
  font-weight: bold;
  margin-top: 5px;
}

.about-text {
  font-family: Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 2;
  color: #444;
  margin-bottom: 1rem;
  margin-top: -10px;
  padding-right: 50px;
}

.cta-text {
  font-size: 1.1rem;
  color: #FF7A00;
  font-weight: bold;
  margin-bottom: 0;
}

.service-request-section {
  background: url("../img/red_car.png") no-repeat center center;
  background-size: cover;
  position: relative;
  margin-top: 100px;
}

.service-request-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 122, 0, 0.3);
  z-index: 1;
}

.request-form {
  background-color: #FF7A00;
  border-radius: 1rem;
  z-index: 2;
  width: 100%;
  max-width: 400px;
}

.form-control,
.form-select {
  border-radius: 0.5rem;
  background-color: #fff;
  color: #333;
}

.form-control::placeholder,
.form-select::placeholder {
  color: #999;
}

.advantages-section {
  background-color: #fff;
}

.advantages-label {
  color: #FF7A00;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 70px;
  margin-bottom: 0;
}

.advantages-heading {
  font-size: 2.5rem;
  color: #555;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 60px;
}

.advantage-item {
  padding: 20px 60px;
  text-align: center;
}

.check-icon {
  font-size: 3.5rem;
  color: #FF7A00;
  margin-right: 12px;
  vertical-align: middle;
}

.advantage-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #FF7A00;
  display: flex;
  align-items: center;
  white-space: nowrap; 
}

.advantage-text {
  color: #999;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 8px;
  text-align: center;
}

.services-section {
  background: url("../img/white_car.png") no-repeat center center;
  background-size: cover;
  height: 800px;
}

.services-label {
  color: #FF7A00;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.services-heading {
  font-size: 2.5rem;
  color: #555;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 90px;
}

.service-card {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 1.5rem;
  height: 400px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.card-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #FF7A00;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease;
}

.service-card:hover .card-line {
  transform: scaleX(1);
}

.service-card-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  border-radius: 1.5rem;
  transition: 0.3s;
  z-index: 3;
}

.service-card:hover .service-card-overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.service-icon {
  width: 60px;
  height: 60px;
}

.card-title {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
}

.card-text {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  text-align: center;
  max-width: 220px;
}

.btn-service {
  background-color: #fff;
  color: #333;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  padding: 7px 15px;
  transition: 0.3s;
}

.btn-service:hover {
  background-color: #FF7A00;
  color: #fff;
}

.reviews-section {
  background-color: #fff;
  margin-bottom: 50px;
  margin-top: 120px;
  overflow-x: hidden;
}

.review-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  height: 315px;
  transition: transform 0.3s ease;
}

.review-card:hover {
  transform: translateY(-5px);
}

.scroll-hide {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none; 
}

.scroll-hide::-webkit-scrollbar {
    display: none;
}


.reviews-label {
  color: #FF7A00;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 15px;
}

.reviews-heading {
  font-size: 2.5rem;
  color: #555;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 15px;
}

.reviews-subheading {
  color: #999;
  font-size: 1rem;
  margin-top: 10px;
}

.contact-section {
  background-color: #fff;
}

.btn-all {
  color: white;
  background-color: #FF7A00;
  margin-top: 10px;
  margin-bottom: 70px;
}

.contact-label {
  color: #FF7A00;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0;
}

.contact-heading {
  font-size: 2.5rem;
  color: #555;
  font-weight: bold;
  margin-top: 5px;
}

.contact-subtext {
  color: #999;
  font-size: 1rem;
  line-height: 1.5;
}

.map-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.contact-icon {
  font-size: 1.2rem;
}

.footer-section {
  margin-top: 20px;
  background-color: #fff;
}

.footer-div {
  margin-bottom: 90px;
}

.footer-logo {
  width: 220px;
  margin-top: -50px;
}

.footer-heading {
  font-size: 1.25rem;
  color: #555;
  font-weight: bold;
  margin-bottom: 1rem;
}

.footer-links li {
  color: #999;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.footer-links li:hover {
  color: #444;
}

.footer-links li a {
  color: #999 !important;
  font-size: 1rem;
  text-decoration: none !important;
  display: inline-block;
  margin-bottom: 0.5rem;
}

.footer-links li a:hover {
  color: #444 !important;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
}

.linkedin-icon {
  background-color: #FF7A00;
  color: #fff;
  border: 2px solid #FF7A00;
}

.linkedin-icon:hover {
  background-color: #e04a4a;
  border-color: #e04a4a;
}

.outline-icon {
  border: 2px solid #FF7A00;
  color: #FF7A00;
  background-color: transparent;
}

.outline-icon:hover {
  background-color: #FF7A00;
  color: #fff;
}

.footer-bottom-bar {
  background-color: #FF7A00;
  height: 20px;
}
