body {
  font-family: "Roboto", sans-serif;
}
nav.navbar.navbar-expand-lg.navbar-light {
  padding: 10px 0;
}
.navbar-nav.mr-auto {
  display: flex;
  justify-content: right;
  width: 65%;
}
.navbar-light .navbar-nav .nav-link {
  color: #423f3f;
  font-size: 15px;
  padding: 0 18px;
}
.navbar-light .navbar-brand img {
  width: 214px;
}
.form-inline-types {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 0 0 0 15px;
}
.cllnumber {
  border: solid 1px #fe9a00;
  border-radius: 6px;
  width: 176px;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}
.cllnumber p {
  margin: 0;
  font-size: 12px;
  text-align: center;
  color: #333;
  font-weight: 500;
  padding: 2px 0;
}
.cllnumber a {
  background: #fe9a00;
  padding: 0 10px 0 12px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  border-radius: 0 0 4px 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.hero {
  background: url(../images/hero-bg.jpg) left top no-repeat;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  padding: 45px 0;
  background-size: cover;
  background-position: center;
}
.hero:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(
    135deg,
    #050d1a 0%,
    #0a1628 35%,
    #0d2044 65%,
    #071020 100%
  );
  opacity: 0.8;
}
.content {
  position: relative;
  z-index: 2;
  padding: 30px 0 28px;
}
.brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}
.logo {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.5px;
}
.logo span {
  color: #f97316;
}
.badge {
  font-size: 12px;
  padding: 8px 24px;
  border-radius: 6px;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  background: #fe9a0033;
  color: #fe9a00;
  border: 1px solid #ffffff26;
  font-weight: 600;
}
.headline {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 15px;
}
.subline {
  font-size: 15px;
  color: #fff9;
  margin-bottom: 20px;
  font-weight: 400;
}
.banner_call {
  margin: 0 0 25px;
}
.banner_call a {
  background: #11182b;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  width: 220px;
  text-align: center;
  font-size: 15px;
  color: #ffffffe6;
  border: solid 1px #1d293d;
  border-radius: 6px;
  margin: 0 10px 0 0;
  font-weight: 600;
}
.feats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-bottom: 25px;
}
.feat {
  border-radius: 8px;
  padding: 15px 10px;
  text-align: center;
  transition: all 0.25s;
  cursor: default;
  background: #ffffff12;
  border: 1px solid #ffffff26;
}
.feat:hover {
    background: #fe9a0033;
    border-color: #ffffff26;
    transform: translateY(-2px);
}
.feat i {
  font-size: 26px;
  color: #fe9a00;
  display: block;
  margin-bottom: 10px;
}
.feat-lbl {
  font-size: 13px;
  color: #ffffffc7;
  font-weight: 500;
  line-height: 1.35;
}
.tabs {
  display: flex;
  gap: 6px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.tab {
  font-size: 11px;
  font-weight: 600;
  padding: 0 14px;
  border-radius: 20px;
  border: 1px solid #ffffff26;
  background: #ffffff12;
  color: #ffffff8c;
  cursor: pointer;
  transition: all 0.2s;
  height: 34px;
  line-height: 34px;
}
.tab:hover {
  background: #ffffff1f;
  color: #fffc;
}
.tab.active {
  background: #fe9a00;
  border-color: #fe9a00;
  color: #fff;
  box-shadow: 0 2px 10px #f6591a38;
}
.form-card {
  background: #fff;
  border-radius: 20px;
  padding: 22px 22px 18px;
  box-shadow: 0 12px 44px #00000080;
}
.enquiry-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #90a1b933;
}
.enquiry-row i {
  font-size: 15px;
  color: #fe9a00;
}
.enquiry-row span {
  font-size: 13px;
  color: #fe9a00;
  font-weight: 600;
}
.section-title {
  font-size: 12px;
  font-weight: 800;
  color: #2b2b2a;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.section-title i {
  font-size: 16px;
  color: #fe9a00;
  margin: -2px 0 0;
}
.frow {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}
.frow-2 {
  grid-template-columns: 1fr 1fr;
}
.frow-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.frow-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.frow-1 {
  grid-template-columns: 1fr;
}
.field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.flbl {
  font-size: 11px;
  color: #6e6e6e;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.flbl i {
  font-size: 14px;
  color: #fe9a00;
  margin: -4px 0 0;
}
.req {
  color: #e24b4a;
}
.finp {
  height: 44px;
  border: 1.5px solid #c8c8c8;
  border-radius: 8px;
  padding: 0 14px 0 10px;
  font-size: 13px;
  color: #2b2b2b;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
}
select,
input.finp::-webkit-input-placeholder {
  color: #90a1b9;
  font-weight: 400;
  font-size: 13px;
}
.finp:focus {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px #0ea5e91a;
}
.fsel {
  height: 40px;
  border: 1.5px solid #e5e7eb;
  border-radius: 11px;
  padding: 0 12px;
  font-size: 13px;
  font-weight: 500;
  color: #111;
  outline: none;
  background: #fff;
  cursor: pointer;
  width: 100%;
  transition: border-color 0.2s;
}
.fsel:focus {
  border-color: #0ea5e9;
}
.ftxt {
  border: 1.5px solid #e5e7eb;
  border-radius: 11px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 400;
  color: #111;
  outline: none;
  transition: border-color 0.2s;
  background: #fff;
  width: 100%;
  resize: vertical;
  min-height: 80px;
}
.ftxt:focus {
  border-color: #0ea5e9;
  box-shadow: 0 0 0 3px #0ea5e91a;
}
.same-row {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 14px;
}
.same-row input {
  accent-color: #0ea5e9;
  width: 14px;
  height: 14px;
  cursor: pointer;
  margin: -9px 0 0;
}
.same-row label {
  font-size: 12px;
  color: #90a1b9;
  font-weight: 400;
  cursor: pointer;
}
.divider {
  height: 1px;
  background: #90a1b933;
  margin: 16px 0;
}
.submit-btn {
  width: 100%;
  height: 46px;
  background: #fe9a00;
  color: #fff;
  border: none;
  border-radius: 13px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
  box-shadow: 0 4px 16px #2563eb66;
  margin-top: 6px;
}
.submit-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  box-shadow: 0 6px 22px #2563eb80;
}
.submit-btn i {
  font-size: 17px;
}
@media (max-width: 640px) {
  .feats {
    display: none;
  }
  .tabs {
    display: none;
  }
  .subline {
    margin: 0;
  }
  .frow-4 {
    grid-template-columns: 1fr 1fr;
  }
  .frow-3 {
    grid-template-columns: 1fr;
  }
  .frow-2 {
    grid-template-columns: 1fr;
  }
  .headline {
    font-size: 21px;
  }
}
.carlogo_sec {
  padding: 25px 0 0;
}
.car_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
}
.car_list ul li img {
  border-radius: 5px;
  box-shadow: #ccc 0 0 5px;
  width: 100px;
}
.erery-routh {
  background: #fff;
  padding: 60px 0;
  color: #fff;
}
.routh-heading {
  text-align: center;
  margin-bottom: 50px;
}
.routh-heading h2 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #090f22;
}
.routh-heading h3 {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 5px;
  color: #090f22;
}
.routh-heading p {
  color: #53626a;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
.mod-products {
  border: 1px solid #ffffff0d;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 0;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 10px 30px #0003;
  background: #090f22;
}
.mod-products:hover {
  transform: translateY(-10px);
  border-color: #6366f166;
  box-shadow: 0 20px 40px #6366f126;
}
.image-top {
  position: relative;
  overflow: hidden;
  background: #090f22;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.friendly {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 3px 10px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  border-radius: 16px;
}
.image-top img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  height: 185px;
}
.mod-products:hover .image-top img {
  transform: scale(1.08) rotate(-1deg);
}
.car-content {
  padding: 20px 10px;
  background: linear-gradient(
    135deg,
    #050d1a 0%,
    #0a1628 35%,
    #0d2044 65%,
    #071020 100%
  );
}
.car-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #f8fafc;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.car-content p {
  font-size: 12px;
  color: #56748e;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
}
.car-content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #ffffff14;
  border-bottom: 1px solid #ffffff14;
  padding: 12px 0;
  flex-wrap: wrap;
}
.car-content ul li {
  font-size: 13px;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 6px;
  width: 50%;
  margin: 0 0 5px;
}
.car-content ul li svg {
  width: 14px;
  color: #fe9a00;
}
.car-content h5 {
  font-size: 18px;
  font-weight: 800;
  color: #f8fafc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
.car-content h5 a {
  font-size: 0.9rem;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease;
  background: #fe9a0033;
  color: #fe9a00;
  border: 1px solid #ffffff26;
}
.car-content h5 a:hover {
  background: #fe9a00;
  box-shadow: 0 6px 20px #fe9a0057;
  transform: translateY(-2px);
  color: #fff;
}
.whycho-us {
  background: linear-gradient(
    135deg,
    #050d1a 0%,
    #0a1628 35%,
    #0d2044 65%,
    #071020 100%
  );
  padding: 60px 0;
}
.wayus-heading {
  text-align: center;
  margin-bottom: 50px;
}
.wayus-heading h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
  color: #fff;
}
.wayus-heading h3 span {
  color: #fe9a00;
}
.wayus-heading p {
  color: #94a3b8;
  max-width: 800px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}
.choose-ducts {
  background: #0d2043;
  padding: 20px;
  border: solid 1px #ffffff1f;
  border-radius: 12px;
  min-height: 265px;
}
.choose-ducts h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 15px 0 10px;
}
.choose-ducts p {
  color: #94a3b8;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.choose-ducts span {
  width: 58px;
  display: block;
  height: 58px;
  background: #fe9a0033;
  color: #fe9a00;
  border: 1px solid #ffffff26;
  text-align: center;
  line-height: 53px;
  border-radius: 8px;
}
.service_review {
  border: solid 1px #dbe5f5;
  border-radius: 12px;
  padding: 15px;
  position: relative;
}
.service_review svg {
  color: #fe9a00;
  width: 16px;
  margin: 0 3px 0 0;
}
.service_review p {
  font-size: 15px;
  color: #53626a;
  margin: 10px 0 15px;
  font-style: italic;
  line-height: 26px;
}
.service_review h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 600;
  color: #333;
  padding: 18px 0 0 62px;
  border-top: solid 1px #dbe5f5;
}
.service_review h6 {
  color: #53626a;
  font-size: 14px;
  margin: 0;
  padding: 0 0 0 62px;
}
.service_review h4 {
  width: 44px;
  height: 44px;
  background: #d3e3fd;
  border-radius: 8px;
  text-align: center;
  line-height: 44px;
  color: #333;
  position: absolute;
  left: 15px;
  bottom: 12px;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}
.footer_top {
  background: #091023;
  padding: 20px 0;
  border-bottom: solid 1px #1d293d;
}
.onetime_info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.onetime_info .right_sec svg {
  color: #2b7fff;
  width: 46px;
  height: 46px;
  padding: 10px;
  border-radius: 10px;
}
.onetime_info .left_sec h5 {
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  margin: 0 0 4px;
}
.onetime_info .left_sec p {
  font-size: 14px;
  color: #90a1b9;
  font-weight: 400;
  margin: 0;
}
.footer_main {
  padding: 45px 0 35px;
  background: #020618;
}

.social_media ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.social_media ul li {
    display: inline-block;
}
.social_media ul li a {
    width: 35px;
    display: block;
    height: 35px;
    background: #ffffff30;
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    color: #f8f8f8;
    font-size: 20px;
    text-decoration: none;
    border: solid 1px #685843;
}

.links_footer h4 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin: 0 0 20px;
}
.links_footer p {
  color: #90a1b9;
  font-size: 14px;
  margin: 0 0 12px;
  line-height: 24px;
}
.links_footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.links_footer ul li {
  display: block;
}
.links_footer ul li a {
  font-size: 14px;
  color: #90a1b9;
  display: block;
  line-height: 30px;
  text-decoration: none;
}
.links_footer ul li a span {
  display: block;
  font-weight: 600;
  color: #e6e4e4;
  line-height: normal;
  margin: 10px 0 0;
}
.links_footer ul li a svg {
  width: 18px;
  margin: 4px 10px 10px 0;
  color: #fe9a00;
  float: left;
}
.copyrights {
  background: #091023;
  padding: 20px 0;
  border-top: solid 1px #1d293d;
}
.copy_texts p {
  color: #90a1b9;
  font-size: 14px;
  margin: 0;
  line-height: 24px;
}
.copy_texts ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 20px;
}
.copy_texts ul li {
  display: block;
  color: #90a1b9;
  font-size: 14px;
}
.copy_texts ul li a {
  font-size: 14px;
  color: #90a1b9;
  display: block;
  text-decoration: none;
}
.faq-section {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0 0 45px;
}
.faq-title {
  text-align: center;
  margin-bottom: 35px;
}
.faq-title h3 {
  font-size: 28px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 5px;
}
.faq-title p {
  font-size: 16px;
  color: #6b7280;
}
.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.faq-item {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 30px #0000000f;
  border: 1px solid #edf2f7;
  transition: 0.3s ease;
}
.faq-item.active {
  box-shadow: 0 15px 40px #0d6efd1f;
}
.faq-question {
  width: 100%;
  border: none;
  outline: none;
  background: #fff;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  text-align: left;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}
.faq-question:hover {
  background: #f8fbff;
}
.faq-question:after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fe9a00;
  transition: 0.3s ease;
  width: 25px;
  height: 25px;
  line-height: 22px;
  border: solid 1px #fe9a00;
  text-align: center;
  border-radius: 6px;
}
.faq-item.active .faq-question:after {
  content: "−";
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background: #fcfdff;
}
.faq-answer-content {
  padding: 0 28px 24px;
}
.faq-answer p {
  font-size: 15px;
  line-height: 1.9;
  color: #4b5563;
  margin: 0;
}
.aboutus_main {
  padding: 40px 0;
  background: linear-gradient(
    135deg,
    #050d1a 0%,
    #0a1628 35%,
    #0d2044 65%,
    #071020 100%
  );
}
.contact_inform {
  background: #0d2043;
  color: #fff;
  padding: 30px 25px;
  border-radius: 20px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.contact_inform::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  background: #ffffff0d;
  border-radius: 50%;
  top: -80px;
  right: -80px;
}
.contact_inform h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
}
.contact_inform h4 {
    color: #fe9a00;
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
}
.contact_inform p {
  line-height: 1.8;
  color: #cbd5e1;
}
.contact_inform ul {
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
}
.contact_inform ul li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ffffff1a;
}
.contact_inform ul li:last-child {
  border: none;
  margin-bottom: 0;
}
.contact_inform ul li img {
  width: 50px;
  height: 50px;
  background: #fff;
  padding: 12px;
  border-radius: 12px;
}
.contact_inform ul li h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.7;
}
.contact_inform ul li a,
.contact_inform ul li span {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.formenq_info {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0 10px 40px #00000014;
}
.formenq_info h3 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}
.formenq_info p {
  color: #64748b;
  margin-bottom: 30px;
}
.form-label {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
}
.form_control_box,
.form_control_box_text {
  width: 100%;
  border: 1px solid #dbe2ea;
  border-radius: 12px;
  padding: 14px 18px;
  font-size: 15px;
  transition: 0.3s;
}
.form_control_box {
  height: 55px;
}
.form_control_box_text {
  resize: none;
  min-height: 140px;
}
.form_control_box:focus,
.form_control_box_text:focus {
  border-color: #2563eb;
  outline: none;
  box-shadow: 0 0 0 4px #2563eb1a;
}
.btn_primary_send {
  background: #fe9a00;
  color: #fff;
  border: none;
  padding: 15px 35px;
  border-radius: 12px;
  font-weight: 600;
  transition: 0.3s;
}
.btn_primary_send:hover {
  background: #1d4ed8;
  transform: translateY(-2px);
}
#first_name_error,
#last_name_error,
#email_error,
#phone_error,
#message_error {
  display: block;
  margin-top: 5px;
  font-size: 13px;
}
@media (max-width: 991px) {
  .contact_inform {
    margin-bottom: 30px;
  }
  .contact_inform,
  .formenq_info {
    padding: 30px;
  }
  .contact_inform h3,
  .formenq_info h3 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .aboutus_main {
    padding: 50px 0;
  }
  .contact_inform,
  .formenq_info {
    padding: 25px;
    border-radius: 15px;
  }
  .contact_inform h3,
  .formenq_info h3 {
    font-size: 24px;
  }
  .contact_inform ul li {
    gap: 12px;
  }
  .contact_inform ul li img {
    width: 45px;
    height: 45px;
  }
  .btn_primary_send {
    width: 100%;
  }
}
.terms_section {
  padding: 40px 0;
  background: #f8fafc;
}
.terms_banner {
  background: linear-gradient(135deg, #0f172a, #1e3a8a);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 50px;
  text-align: center;
}
.terms_banner span {
  background: #fe9a0033;
  color: #fe9a00;
  border: 1px solid #ffffff26;
  padding: 8px 18px;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 20px;
}
.terms_banner h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 15px;
}
.terms_banner p {
  max-width: 700px;
  font-size: 15px;
  opacity: 0.9;
  margin: 0 auto;
}
.update_date {
  margin-top: 25px;
  display: inline-block;
  background: #fff;
  color: #0f172a;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 600;
}
.terms_sidebar {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  position: sticky;
  top: 100px;
  box-shadow: 0 5px 30px #0000000f;
}
.terms_sidebar h4 {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
.terms_sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.terms_sidebar ul li {
  margin-bottom: 12px;
}
.terms_sidebar ul li a {
  text-decoration: none;
  color: #475569;
  transition: 0.3s;
}
.terms_sidebar ul li a:hover {
  color: #2563eb;
  padding-left: 5px;
}
.terms_card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 25px;
  box-shadow: 0 5px 25px #0000000d;
}
.terms_card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #0f172a;
}
.terms_card p {
  color: #64748b;
  line-height: normal;
  margin: 0 0 5px;
}
.contact_box {
  border-left: 5px solid #2563eb;
}
@media (max-width: 991px) {
  .terms_sidebar {
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }
  .terms_banner {
    padding: 40px 25px;
  }
  .terms_banner h1 {
    font-size: 34px;
  }
}
.privacy_section {
  padding: 40px 0;
  background: #f8fafc;
}
.privacy_banner {
  background: linear-gradient(
    135deg,
    #050d1a 0%,
    #0a1628 35%,
    #0d2044 65%,
    #071020 100%
  );
  padding: 45px 0;
  color: #fff;
}
.privacy_banner_content {
  text-align: center;
}
.privacy_banner_content span {
  display: inline-block;
  background: #fe9a0033;
  color: #fe9a00;
  border: 1px solid #ffffff26;
  padding: 8px 18px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.privacy_banner_content h1 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 14px;
}
.privacy_banner_content p {
  max-width: 700px;
  margin: auto;
  font-size: 15px;
}
.privacy_sidebar {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  position: sticky;
  top: 100px;
  box-shadow: 0 5px 30px #0000000f;
}
.privacy_sidebar h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 15px;
}
.privacy_sidebar ul {
  list-style: none;
  padding: 0;
}
.privacy_sidebar ul li {
  margin-bottom: 12px;
}
.privacy_sidebar ul li a {
  text-decoration: none;
  color: #475569;
  transition: 0.3s;
}
.privacy_sidebar ul li a:hover {
  color: #2563eb;
  padding-left: 5px;
}
.privacy_card {
  background: #fff;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 0 5px 25px #0000000d;
}
.privacy_card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.privacy_card p {
  color: #64748b;
  margin: 0;
}
.contact_card {
  border-left: 5px solid #2563eb;
}
.contact_info_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.info_box {
  background: #f8fafc;
  padding: 20px;
  border-radius: 12px;
}
.info_box h5 {
  margin-bottom: 10px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .privacy_sidebar {
    margin-bottom: 30px;
    position: relative;
    top: 0;
  }
  .contact_info_grid {
    grid-template-columns: 1fr;
  }
  .privacy_banner_content h1 {
    font-size: 36px;
  }
}
.about-section {
  background: linear-gradient(
    135deg,
    #050d1a 0%,
    #0a1628 35%,
    #0d2044 65%,
    #071020 100%
  );
  padding: 40px 0;
}
.section-wrap {
  max-width: 1115px;
  margin: 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 48px 52px;
  border: 0.5px solid #e5e7eb;
  box-shadow: 0 4px 24px #0000000f;
}
.top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  margin-bottom: 40px;
}
.ab-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 600;
  padding: 5px 13px;
  border-radius: 30px;
  margin-bottom: 16px;
  background: #fe9a0033;
  color: #fe9a00;
  border: 1px solid #fe9a0057;
}
.ab-badge i {
  font-size: 13px;
}
h1.main-title {
  font-size: 30px;
  font-weight: 700;
  color: #111;
  line-height: 1.25;
  margin-bottom: 18px;
}
h1.main-title span {
  color: #fe9a00;
}
.ab-para {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 14px;
}
.img-card {
  border-radius: 16px;
  overflow: hidden;
  border: 0.5px solid #e5e7eb;
  background: #f9fafb;
}
.img-placeholder {
  aspect-ratio: 4/3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #bbb;
}
.img-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.img-placeholder i {
  font-size: 56px;
}
.img-placeholder span {
  font-size: 13px;
}
.img-footer {
  padding: 14px 18px;
  border-top: 0.5px solid #e5e7eb;
  background: #fff;
}
.img-footer p {
  font-size: 13px;
  color: #555;
}
.img-footer strong {
  font-size: 14px;
  color: #111;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 36px;
}
.stat-card {
  background: #fe9a0033;
  border: 1px solid #fe9a0057;
  border-radius: 12px;
  padding: 18px;
  text-align: center;
}
.stat-num {
  font-size: 26px;
  font-weight: 700;
  color: #fe9a00;
  margin-bottom: 3px;
}
.stat-lbl {
  font-size: 12px;
  color: #666;
}
.divider {
  height: 1px;
  background: #fff5d6;
  margin: 18px 0;
}
.section-header {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin-bottom: 14px;
}
.section-header i {
  font-size: 20px;
  color: #fe9a00;
}
.mission-box {
  background: #fe9a0033;
  border: 1px solid #fe9a0057;
  border-radius: 14px;
  padding: 20px 24px;
  font-size: 14px;
  color: #374151;
  line-height: 1.8;
  font-style: italic;
  margin-bottom: 28px;
}
.why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}
.why-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f9fafb;
  border: 0.5px solid #e5e7eb;
  border-radius: 10px;
  padding: 13px 15px;
  transition: border-color 0.2s, background 0.2s;
}
.why-item:hover {
  background: #eff6ff;
  border-color: #bfdbfe;
}
.why-item i {
  font-size: 17px;
  color: #fe9a00;
  flex-shrink: 0;
  margin-top: 1px;
}
.why-item span {
  font-size: 13px;
  color: #444;
  line-height: 1.55;
}
.company-card {
  background: #f9fafb;
  border: 0.5px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px 22px;
  margin-bottom: 32px;
}
.company-row {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 14px;
}
.company-row:last-child {
  margin-bottom: 0;
}
.company-row i {
  font-size: 18px;
  color: #666;
  flex-shrink: 0;
  margin-top: 2px;
}
.c-label {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 3px;
}
.c-val {
  font-size: 14px;
  font-weight: 600;
  color: #111;
}
.c-sub {
  font-size: 13px;
  color: #555;
}
.company-sep {
  height: 1px;
  background: #e5e7eb;
  margin: 14px 0;
}
.footer-note {
  text-align: center;
  font-size: 13px;
  color: #666;
  line-height: 1.8;
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
}
.footer-note i {
  font-size: 15px;
  vertical-align: -2px;
  color: #2563eb;
  margin-right: 4px;
}
.seconds_headinfs {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
.disclamers_more h5 {
    font-size: 18px;
    font-weight: 600;
    color: #111;
}
.disclamers_more p {
    font-size: 15px;
    color: #555;
    line-height: 24px;
    margin-bottom: 14px;
}

@media (max-width: 700px) {
  .section-wrap {
    padding: 28px 20px;
  }
  .top-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .stats-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .why-grid {
    grid-template-columns: 1fr;
  }
}
.mbl-call-btn {
  background: #fe9a00;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border-radius: 32px;
  position: absolute;
  right: 24%;
  display: none;
}
.mbl-call-btn::before {
  width: 32px;
  height: 32px;
  background: #fe9a00;
  position: absolute;
  content: "";
  animation: 2s pulse infinite;
  animation-delay: 3s;
  z-index: -1;
  border-radius: 100%;
}
.mbl-call-btn::after {
  width: 32px;
  height: 32px;
  background: #fe9a00;
  position: absolute;
  left: 0;
  content: "";
  animation: 2s pulse infinite;
  z-index: -1;
  border-radius: 100%;
}
.mbl-call-btn svg {
  width: 32px;
  height: 32px;
  animation: shake-icon 0.8s infinite;
  border-radius: 100%;
  padding: 5px;
}
.sticky-call-btn {
  background: #4caf50;
  position: fixed;
  z-index: 999999;
  display: none;
  bottom: 0;
  width: 93%;
  padding: 10px 15px;
  box-shadow: 0 0 15px #0003;
  transform: translate(-50%, 0px);
  left: 50%;
  border-radius: 6px;
}
.sticky-call-btn a {
  display: flex;
  align-items: center;
  gap: 22px;
  text-decoration: none;
}
.sticky-call-btn .call-btttn {
  width: 25%;
  border-right: solid 2px #fff;
  text-align: center;
}
.sticky-call-btn .call-btttn img {
  width: 30px;
}
.sticky-call-btn .contact-details {
  width: 75%;
}
.sticky-call-btn .contact-details p {
  margin: 0 0 2px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
}
.sticky-call-btn .contact-details h2 {
  font-size: 24px;
  margin: 0;
  color: #fff;
  font-weight: 700;
}
@keyframes shake-icon {
  0% {
    transform: rotate(0deg);
  }
  10% {
    transform: rotate(5deg);
  }
  40% {
    transform: rotate(10deg);
  }
  70% {
    transform: rotate(0deg);
  }
  90% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
@keyframes pulse {
  0% {
    transform: scaleX(-0) scaleY(-0);
    opacity: 0.7;
  }
  100% {
    transform: scaleX(1.6) scaleY(1.6);
    opacity: 0.1;
  }
}
@media (max-width: 767px) {
  nav.navbar.navbar-expand-lg.navbar-light {
    padding: 8px 15px;
  }
  .navbar-toggler {
    padding: 0.25rem 0.35rem;
  }
  .navbar-light .navbar-brand img {
    width: 170px;
  }
  .hero {
    padding: 20px 0;
  }
  .divider {
    margin: 12px 0 15px;
  }
  .faq-title h2 {
    font-size: 28px;
  }
  .faq-question {
    font-size: 16px;
    padding: 18px 20px;
    padding-right: 45px;
  }
  .faq-question:after {
    right: 15px;
  }
  .faq-answer-content {
    padding: 0 20px 20px;
  }
  .car_list ul {
    gap: 10px;
    flex-wrap: wrap;
  }
  .car_list ul li img {
    border-radius: 5px;
    box-shadow: #ccc 0 0 2px;
    width: 78px;
  }
  .choose-ducts {
    min-height: auto;
    margin-bottom: 20px;
  }
  .service_review {
    margin-bottom: 20px;
  }
  .links_footer {
    margin-bottom: 20px;
  }
  .links_footer h4 {
    margin: 0 0 10px;
  }
  .onetime_info {
    margin: 10px 0;
  }
  .image-top img {
    height: auto;
  }
  .mod-products {
    margin-bottom: 20px;
  }
  .copy_texts ul {
    display: none;
  }
  .footer_main {
    padding: 30px 0 15px;
  }
  .banner_call {
    display: none;
  }
  .content {
    padding: 0 0 20px;
  }
  .sticky-call-btn {
    display: block;
  }
  .mbl-call-btn {
    display: block;
  }
}
