﻿.inner-form .form-container {
  border: 5px solid #fff;
  background: #f4f3f0;
  box-shadow: 18px 15px 35px 0px rgba(0, 0, 0, 0.09);
  padding: 24px;
}
.inner-form .form-container .form-top {
  display: flex;
  align-items: normal;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 1024px) {
  .inner-form .form-container .form-top {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.inner-form .form-container .form-top h3 {
  color: #904646;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: capitalize;
}
.inner-form .form-container .form-top .form-content {
  color: #312323;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
  font-family: var(--font);
}

.inner-form .form-container .gfield_consent_label {
  color: white !important;
  text-wrap: balance;
  font-size:10px;
  text-align: left;
  color: rgb(0 0 0 / 60%) !important;
}

.inner-form .form-container .gfield_consent_label a {
  text-decoration: underline;
  color: rgb(0 0 0 / 70%); 
}

.inner-form .form-container .gfield--type-consent input  {
  height: auto;
  width: 20px !important;
  aspect-ratio: 1/1;
  padding: 0 !important;
  border: 1px solid rgb(0 0 0 / 30%) !important;
}

.inner-form .form-container .form-top .logos {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .inner-form .form-container .form-top .logos {
    flex-wrap: wrap;
  }
}
.inner-form .form-container .form-top .logos .logo img {
  width: 72px;
}
@media (max-width: 1024px) {
  .inner-form .form-container .form-top .logos .logo img {
    width: 80px;
  }
}
.inner-form .form-container .form-bottom {
  display: flex;
  align-items: stretch;
  gap: 8px;
  margin-top: 12px;
  padding-top: 12px;
  position: relative;
}
@media (max-width: 1024px) {
  .inner-form .form-container .form-bottom {
    display: block;
  }
}
.inner-form .form-container .form-bottom form {
  display: flex;
  align-items: end;
  align-content: center;
  gap: 20px;
}
@media (max-width: 1024px) {
  .inner-form .form-container .form-bottom form {
    display: grid;
  }
}
.inner-form .form-container .form-bottom:before {
  content: "";
  background: linear-gradient(92deg, #b39262 0%, #fde6ac 102.68%);
  height: 1px;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
}
.inner-form .form-container .form-bottom input{
  background: linear-gradient(0deg, #fff 0%, #fff 100%), #fff;
  width: 100%;
  border: none;
  padding: 24px;
}

.inner-form .form-container .form-bottom input[type="checkbox"],
.inner-form .form-container .form-bottom input[type="radio"] {
  padding: 0 !important;
}

.inner-form .form-container .form-bottom select {
  /* background: linear-gradient(0deg, #fff 0, #fff 100%), #fff; */
    width: 100%;
    border: none;
    padding: 5px 21px;
    height: 48px;
}

.inner-form .form-container .form-bottom .gform_footer {
  margin-block-start: 0;
}
.inner-form .form-container .form-bottom .gform_button.button {
  border-top: 4px solid #bda267 !important;
  border-bottom: 4px solid #bda267 !important;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(85.54% 112.76% at 82.94% 38.68%, #b94848 0%, #703e3e 100%) !important;
  box-shadow: 18px 15px 35px 0px rgba(0, 0, 0, 0.09) !important;
  width: 100% !important;
  line-height: 0 !important;
  padding: 21px !important;
  font-size: 20px !important;
}
.inner-form .form-container .form-bottom a {
  flex-shrink: 0;
}
.service-outer-one {
  display: block;
}
.service-outer-one .theme-heading h1 {
  color: var(--Greys-White, #fff);
  text-align: center;
  font-size: 64px;
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .service-outer-one .theme-heading h1 {
    font-size: 32px;
  }
}
.service-outer-one .content p {
  color: var(--Greys-White, #fff);
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .service-outer-one .content p {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
  }
}
.service-outer-one .buttons {
  display: flex;
  gap: 50px;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 40px;
}
.service-outer-one .buttons a.btn {
  font-size: 18px;
}
@media (max-width: 1024px) {
  .service-outer-one .buttons {
    display: flex;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}
.service-outer-two {
  display: block;
  padding: 50px 0px 155px;
}
.service-outer-two .theme-heading {
  margin-bottom: 30px;
}
.service-outer-two .theme-heading h2 {
  color: #904646;
  text-align: center;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #904646;
  font-size: 78px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .service-outer-two .theme-heading h2 {
    font-size: 42px;
  }
}
.service-outer-two .theme-heading h2 span {
  color: #fff;
  font-family: "Big Shoulders Display";
  font-size: 78px;
  margin: 20px auto;
  width: fit-content;
  text-align: center;
  -webkit-text-fill-color: white;
  -webkit-text-stroke: 1.5px #904646;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .service-outer-two .theme-heading h2 span {
    font-size: 42px;
  }
}
.service-outer-two .image-container {
  position: relative;
}
.service-outer-two .image-container .heading {
  display: flex;
  position: absolute;
  align-items: center;
  gap: 15px;
  width: fit-content;
  padding: 6px 20px;
  background: var(--grad-2, radial-gradient(85.54% 112.76% at 82.94% 38.68%, #b94848 0%, #703e3e 100%));
  color: #fff;
  top: 40px;
  right: 0px;
}
.service-outer-two .image-container .heading:after {
  content: "";
  background: #703e3e;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: -10px;
  clip-path: polygon(0% 0%, 0% 100%, 100% 0%);
}
.service-outer-two .item .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.service-outer-two .item .content p {
  color: var(--Greys-Dark-grey, #404040);
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .service-outer-two .item .content p {
    font-size: 16px;
    font-style: normal;
    text-align: left;
    font-weight: 500;
    line-height: 130%;
  }
}
.service-outer-two .flex-part {
  display: block;
}
.service-outer-two .flex-part .left,
.service-outer-two .flex-part .right {
  display: block;
}
.service-outer-two .slick-slide {
  padding: 20px 10px;
}
@media (max-width: 1024px) {
  .service-outer-two .slick-slide {
    padding: 8px 5px;
  }
}
.service-outer-two .slick-slide img {
  border-radius: 20px;
  border: 2px solid var(--primary);
  box-shadow: 0px 0px 10px 0px #00000052;
}
@media (max-width: 1024px) {
  .service-outer-two .slick-slide img {
    border-radius: 5px;
  }
}
.service-outer-two .ser-outer-slider-for .image-container img.main {
  height: 480px;
  object-fit: cover;
  width: 100%;
  border: 3px solid var(--GR-1, #b39262);
}
@media (max-width: 1024px) {
  .service-outer-two .ser-outer-slider-for .image-container img.main {
    height: 200px;
  }
}
.service-outer-two .ser-outer-slider-nav .image-container img {
  height: 180px;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .service-outer-two .ser-outer-slider-nav .image-container img {
    height: 50px;
  }
}
.service-outer-two .ser-outer-slider-nav .slick-current {
  display: none;
}
.service-outer-two .slick-dots li {
  padding: 7px 14px;
  border-radius: 3px;
}
.service-outer-two .slick-dots li button {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
}
.service-outer-two .slick-current {
  display: none;
}
.service-outer-two .slick-dots .slick-active {
  background-color: var(--primary);
  color: #fff;
}
.service-outer-two .slick-track {
  margin-left: 0;
  margin-right: 0;
}
.service-outer-two .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.service-outer-two .slick-arrow {
  font-size: 0;
  line-height: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
  position: absolute;
  display: block;
  padding: 0;
}
@media (max-width: 1024px) {
  .service-outer-two .slick-arrow {
    top: 67%;
  }
}
.service-outer-two .slick-prev {
  left: -15px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  padding: 5px;
  border-radius: 50%;
  z-index: 1;
  font-family: "Material Icons";
}
.service-outer-two .slick-prev:before {
  content: "";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  font-family: "Material Icons";
  width: 14px;
  display: grid;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  align-content: center;
  margin-left: 3px;
}
.service-outer-two .slick-next {
  right: -15px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  padding: 5px;
  border-radius: 50%;
  font-family: "Material Icons";
}
.service-outer-two .slick-next:before {
  content: "";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  font-family: "Material Icons";
}
.service-outer-two img.road {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 100px;
}
.service-outer-two img.car {
  width: 600px;
  z-index: 1;
  position: absolute;
  bottom: 15px;
  left: -125px;
}
@media (max-width: 1024px) {
  .service-outer-two img.car {
    width: 329px;
    z-index: 1;
    position: absolute;
    bottom: 31px;
    left: -42px;
  }
}
.service-outer-three {
  display: block;
}
.service-outer-three .row {
  align-items: start;
}
.service-outer-three .left {
  position: sticky;
  top: 190px;
}
@media (max-width: 1024px) {
  .service-outer-three .left {
    position: relative;
    top: 0;
  }
}
.service-outer-three .theme-heading h2 {
  color: #fff;
  font-size: 54px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .service-outer-three .theme-heading h2 {
    font-size: 34px;
  }
}
.service-outer-three .content p {
  color: #d2d2d2;
  font-size: 16px;
  font-style: normal;
  margin: 20px 0px;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .service-outer-three .content p {
    font-weight: 400;
  }
}
.service-outer-three .items {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service-outer-three .items .item {
  display: flex;
  align-items: center;
  gap: 20px;
  border: 2px solid #ffffff70;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 1024px) {
  .service-outer-three .items .item {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
.service-outer-three .items .item img {
  border-radius: 14px;
  border: 2px solid #ffffff70;
}
.service-outer-three .items .item .text {
  display: flex;
  gap: 20px;
  flex-direction: column;
}
.service-outer-three .items .item .text h3 {
  color: var(--Greys-White, #fff);
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.service-outer-three .items .item .text p {
  color: #e7e7e7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .service-outer-three .items .item .text p {
    font-size: 16px;
  }
}
.service-outer-three .items .item .text a {
  color: #bcbcbc;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .service-outer-three .items .item .text a {
    margin: 0 auto;
  }
}
.inner-slider {
  padding: 0px;
  display: block;
}
.inner-slider .slick-slide img {
  width: 100%;
}
.why-choose-us {
  padding: 60px 0px;
}
@media (max-width: 1024px) {
  .why-choose-us {
    background-image: url("/wp-content/uploads/2024/05/Frame-1000011565.png") !important;
    background-size: 100% 100%;
  }
}
.why-choose-us .theme-heading h2 {
  color: var(--Greys-White, #fff);
  font-size: 52px;
  font-style: normal;
  font-weight: 800;
  margin-bottom: 20px;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .why-choose-us .theme-heading h2 {
    font-size: 60px;
    text-align: center;
  }
}
.why-choose-us .theme-heading h2 span {
  color: var(--Greys-White, #fff);
  font-size: 110px;
  font-style: normal;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .why-choose-us .theme-heading h2 span {
    font-size: 70px;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .why-choose-us .content p {
    text-align: center;
    margin-bottom: 50px;
    font-size: 20px;
  }
}
.why-choose-us .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 20px;
  justify-items: center;
}
.why-choose-us .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 25px;
}
.why-choose-us .items .item img {
  width: 110px;
}
.why-choose-us .items .item h3 {
  color: #211c1c;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}
.service-area-outer-one {
  z-index: 2;
  padding: 0px;
}
.service-area-outer-one .theme-heading h1 {
  color: var(--Greys-White, #fff);
  font-size: 54px;
  font-style: normal;
  margin: 0 0 10px;
  font-weight: 900;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .service-area-outer-one .theme-heading h1 {
    font-size: 40px;
  }
}
.service-area-outer-one .sub-heading h3 {
  color: #bda267;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 15px;
  padding: 5px;
  font-weight: 700;
  line-height: normal;
  border-top: 0.88px solid var(--gr5, #b39262);
  border-bottom: 0.88px solid var(--gr5, #b39262);
}
.service-area-outer-one .white-bg {
  background: #fff;
  padding: 0px 10px;
  clip-path: polygon(23.5% 0%, 100% 0%, 76.5% 100%, 0% 100%);
}
@media (max-width: 1024px) {
  .service-area-outer-one .white-bg {
    clip-path: none;
  }
}
.service-area-outer-one .items {
  clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}
@media (max-width: 1024px) {
  .service-area-outer-one .items {
    clip-path: none;
  }
}
.service-area-outer-one img.car {
  position: absolute;
  bottom: -50px;
  right: 300px;
  width: 500px;
}
@media (max-width: 1024px) {
  .service-area-outer-one img.car {
    right: 0;
    width: 100%;
  }
}
.service-area-outer-two {
  background-size: 100% 100%;
  padding-bottom: 50px;
  display: block;
}
@media (max-width: 1024px) {
  .service-area-outer-two {
    display: block;
    padding-bottom: 53px;
  }
}
.service-area-outer-two .container {
  text-align: center;
}
.service-area-outer-two .theme-heading h2 {
  color: #000;
  font-size: 54px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}
.service-area-outer-two .theme-heading h2 span {
  color: #1b75bc;
}
@media (max-width: 1024px) {
  .service-area-outer-two .theme-heading h2 {
    font-size: 48px;
    margin-bottom: 15px;
  }
}
.service-area-outer-two .content p {
  color: #4b4b4b;
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.28px;
}
@media (max-width: 1024px) {
  .service-area-outer-two .content p {
    font-size: 16px;
  }
}
.service-area-outer-two .inner {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .service-area-outer-two .inner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .service-area-outer-two .inner {
    padding: 0px;
  }
}
.service-area-outer-two .inner h4 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .service-area-outer-two .inner h4 {
    font-size: 28px;
  }
}
.service-area-outer-two .inner a.btn {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .service-area-outer-two .inner a.btn {
    margin-top: 6px;
  }
}
.service-area-outer-two .inner .bottom-one {
  border-top: 0;
  margin: 0px auto;
  padding: 30px;
  display: grid;
  grid-template-areas: "stack";
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 1024px) {
  .service-area-outer-two .inner .bottom-one {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 30px 5px;
  }
}
.service-area-outer-two .inner .bottom-one .bottom-inner {
  opacity: 1;
  transition: opacity 0.3s ease;
  margin-bottom: 10px;
}
.service-area-outer-two .inner .bottom-one .bottom-inner .head {
  position: relative;
}
.service-area-outer-two .inner .bottom-one .bottom-inner .head:before {
  content: "";
  background: #bda267;
  height: 5px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.service-area-outer-two .inner .bottom-one .bottom-inner h3 {
  color: #904646;
  font-size: 25px;
  border-bottom: 1px solid #bda267;
  text-align: left;
  padding: 12px 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.service-area-outer-two .inner .bottom-one .bottom-inner .items .item:before {
  display: none;
}
.service-area-outer-two .inner .img {
  border: 10px solid #a0dc3a;
  box-shadow: -4px -4px 50px rgba(0, 0, 0, 0.35);
  border-radius: 15px;
}
.service-area-outer-two .inner .img img {
  display: block;
}
.service-area-outer-two .inner h3 {
  color: #000;
}
.service-area-outer-two .inner .items::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.service-area-outer-two .inner .items::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.service-area-outer-two .inner .items::-webkit-scrollbar-thumb {
  background-color: #424242;
}
.service-area-outer-two .inner .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  height: 215px;
  overflow-y: scroll;
}
@media (max-width: 1024px) {
  .service-area-outer-two .inner .items {
    grid-template-columns: 1fr;
  }
}
.service-area-outer-two .inner .items .item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 17px;
  line-height: 140%;
  text-transform: capitalize;
  color: #ffffff;
  transition: ease 0.3s;
  cursor: pointer;
  background: #fff;
  padding: 10px 12px;
  height: 75px;
  box-shadow: 0px 0px 10px 0px #00000030;
}
.service-area-outer-two .inner .items .item a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1024px) {
  .service-area-outer-two .inner .items .item a {
    font-size: 16px;
  }
}
.service-area-outer-two .inner .items .item a:hover {
  color: #1b75bc;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  text-decoration-line: underline;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .service-area-outer-two .inner .items .item a:hover {
    font-size: 16px;
  }
}
.service-area-outer-two .inner .items .item a.disabled {
  color: #000;
  text-decoration: none;
}
.service-area-outer-two .inner .items .item a.disabled:hover {
  color: #000;
}
.service-area-outer-two .inner .items .item:hover,
.service-area-outer-two .inner .items .item.active {
  line-height: 140%;
  color: #dfdfdf;
}
.service-area-outer-two .inner .items .item:before {
  content: url("data:image/svg+xml,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15.5' cy='15.9487' r='15.5' fill='url(%23paint0_linear_452_5905)'/%3E%3Cpath d='M18.5774 13.3104V11.9597H19.2044V13.7136V13.9965L19.4208 14.1786L21.6343 16.042H20.931H20.3232V16.6498V21.7229H10.6143V16.6498V16.042H10.0065H9.28172L15.4654 10.4509L17.5583 12.3739L18.5774 13.3104Z' fill='%23A0DC3A' stroke='white' stroke-width='1.21569'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_452_5905' x1='15.5' y1='-36.5402' x2='15.5' y2='31.6053' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23EDFFCE'/%3E%3Cstop offset='0.953125' stop-color='%23185007'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 31px;
  height: 32px;
}
.service-area-outer-two .button {
  display: flex;
  justify-content: center;
}
.service-area-outer-two h4 {
  color: #525252;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .service-area-outer-two h4 {
    font-size: 22px;
  }
}
.service-area-inner-one {
  background-size: 100% 100%;
}
.service-area-inner-one .theme-heading {
  display: flex;
  align-items: center;
  width: 100%;
}
.service-area-inner-one .theme-heading h1 {
  color: var(--Greys-White, #fff);
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  margin-bottom: 40px;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .service-area-inner-one .theme-heading h1 {
    font-size: 32px;
  }
}
.service-area-inner-one .content p {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .service-area-inner-one .content p {
    font-size: 16px;
  }
}
.service-area-inner-one .iframe-container iframe {
  border-radius: 10px;
  border: 5px solid var(--grad-2, #b94848);
}
.service-area-inner-two {
  background-size: 100% 100%;
  background-color: #faf9f4;
  padding-bottom: 0px;
}
.service-area-inner-two .theme-heading {
  align-items: center;
}
.service-area-inner-two .theme-heading h2 {
  color: #000;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .service-area-inner-two .theme-heading h2 {
    font-size: 35px;
    font-weight: 700;
  }
}
.service-area-inner-two .content p {
  color: #2c2c2c;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.service-area-inner-two .items-tabs {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: fit-content;
  margin: 0px auto;
  margin: 40px auto;
  position: relative;
  border-radius: 50px;
  border: 1px solid rgba(144, 70, 70, 0.07);
  background: linear-gradient(0deg, rgba(144, 70, 70, 0.05) 0%, rgba(144, 70, 70, 0.05) 100%), var(--Greys-White, #fff);
  padding: 10px;
}
.service-area-inner-two .items-tabs .item {
  color: #caa7a7;
  font-family: "Big Shoulders Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  padding: 8px 30px;
  cursor: pointer;
  text-align: center;
  margin-left: 12px;
  border-radius: 25px;
  color: #82899c;
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.1px;
}
.service-area-inner-two .items-tabs .item.active {
  border-radius: 25px;
  background: #fff;
  color: #904646;
  font-family: "Big Shoulders Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.1px;
}
.service-area-inner-two .items-wrapper {
  position: relative;
}
.service-area-inner-two .items-wrapper .items {
  display: block;
  max-height: 0px;
  overflow: hidden;
  transform: translateY(100px);
  transition: transform 0.5s ease;
}
.service-area-inner-two .items-wrapper .items.active {
  max-height: 100%;
  transform: translateY(0);
}
.service-area-inner-two .items {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  margin: 0px auto;
}
.service-area-inner-two .items.active {
  opacity: 1;
  visibility: visible;
  max-height: 100%;
}
.service-area-inner-two .items .tabs {
  margin: 0px 80px;
  z-index: 2;
}
.service-area-inner-two .items .tabs .tab {
  color: #904646;
  font-family: "Big Shoulders Display";
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: 0.1px;
  border-right: 1px solid #393939;
  border-left: 1px solid #393939;
  background: #252525;
  padding: 24px;
  position: relative;
}
.service-area-inner-two .mobile-heading {
  display: none;
  text-align: center;
  color: #000;
  font-size: 35px;
  margin-bottom: 20px;
}
.service-area-inner-two .contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 1024px) {
  .service-area-inner-two .contents {
    grid-template-columns: 1fr;
  }
}
.service-area-inner-two .contents .content-single {
  border: 1px solid rgba(61, 88, 169, 0.1);
  background: #fff;
}
.service-area-inner-two .contents .content-single .img-container {
  position: relative;
  overflow: hidden;
  transition: 1s;
}
.service-area-inner-two .contents .content-single .img-container .overflow {
  padding: 20px 24px;
}
.service-area-inner-two .contents .content-single .img-container .overflow .content p {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.service-area-inner-two .contents .content-single .img-container .overflow a {
  color: var(--primary);
  text-decoration: underline;
}
.cta-inner-areas {
  background-color: #faf9f4;
}
.cta-inner-areas .container {
  padding: 60px;
  border-radius: 15px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .cta-inner-areas .container {
    padding: 40px 20px;
  }
}
.cta-inner-areas .theme-heading h2 {
  color: var(--Greys-White, #fff);
  font-size: 49px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .cta-inner-areas .theme-heading h2 {
    font-size: 34px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
}
.cta-inner-areas p.sub {
  color: var(--Greys-White, #fff);
  font-size: 20px;
  font-style: normal;
  margin: 15px 0px;
  font-weight: 500;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .cta-inner-areas p.sub {
    color: var(--Greys-White, #fff);
    font-size: 18px;
    font-style: normal;
    text-align: center;
    margin: 15px 0px;
    font-weight: 300;
    line-height: 140%;
  }
}
.cta-inner-areas .calling {
  display: flex;
  align-items: center;
  color: var(--white);
  gap: 10px;
  background: #fff;
  border: 2px solid var(--primary);
  padding-right: 10px;
  width: fit-content;
}
@media (max-width: 1024px) {
  .cta-inner-areas .calling {
    margin: 0 auto;
  }
}
.cta-inner-areas .calling span {
  background-color: var(--primary);
  padding: 5px 10px;
  height: 100%;
}
.cta-inner-areas .calling span img {
  width: 22px;
}
.cta-inner-areas .calling .material-icons {
  padding: 0px;
  font-size: 21px;
  background: var(--primary);
  box-shadow: 5.46726px 5.46726px 6.83408px rgba(0, 0, 0, 0.1);
  padding: 10px;
  color: var(--secondary);
}
.cta-inner-areas .calling p {
  color: #904646;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.service-area-inner-three {
  display: block;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .service-area-inner-three {
    padding: 50px 15px;
  }
}
.service-area-inner-three h3.sub-heading {
  color: #be1e2d;
  text-align: center;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: capitalize;
}
.service-area-inner-three .theme-heading h2 {
  color: #fff;
  font-family: var(--heading-font-light);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .service-area-inner-three .theme-heading h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.service-area-inner-three .top-content p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .service-area-inner-three .top-content p {
    font-size: 18px;
  }
}
.service-area-inner-three .items {
  display: flex;
  gap: 25px;
  align-items: stretch;
  margin-top: 50px;
  padding: 0px 75px;
}
@media (max-width: 1024px) {
  .service-area-inner-three .items {
    padding: 0px 20px;
  }
}
.service-area-inner-three .items ul.slick-dots {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
  margin-top: 29px;
}
.service-area-inner-three .items ul.slick-dots li {
  width: 12px;
  height: 12px;
  background: #ececec;
  border-radius: 100%;
}
.service-area-inner-three .items ul.slick-dots li.slick-active {
  background: #d21c1c;
}
.service-area-inner-three .items ul.slick-dots li button {
  display: none;
}
.service-area-inner-three .items .slick-track {
  height: 300px;
  display: flex !important;
}
@media (max-width: 1024px) {
  .service-area-inner-three .items .slick-track {
    height: 100%;
  }
}
.service-area-inner-three .items .slick-list {
  margin: 0px -15px;
}
.service-area-inner-three .items .slick-list .slick-slide {
  margin: 0px 22px;
}
.service-area-inner-three .items .item {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.35);
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  flex: 1;
  border-radius: 15.94px;
}
.service-area-inner-three .items .item .inner {
  display: grid;
  grid-template-areas: "stack";
  align-items: flex-end;
  height: 100%;
}
.service-area-inner-three .items .item .inner .img-container {
  height: 100%;
  position: relative;
}
.service-area-inner-three .items .item .inner .img-container:before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.service-area-inner-three .items .item .inner .img-container img {
  object-fit: cover;
  height: 100%;
  transform: scale(1.2);
  transition: transform 0.5s ease;
  width: 102%;
}
.service-area-inner-three .items .item .inner .img-container,
.service-area-inner-three .items .item .inner .content-box {
  grid-area: stack;
}
.service-area-inner-three .items .item .inner .content-box {
  padding: 28px;
  z-index: 1;
  position: absolute;
}
@media (max-width: 1024px) {
  .service-area-inner-three .items .item .inner .content-box {
    padding: 15px;
  }
}
.service-area-inner-three .items .item .inner .content-box h3 {
  color: #fff;
  font-family: Inter;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .service-area-inner-three .items .item .inner .content-box h3 {
    font-size: 16px;
  }
}
.service-area-inner-three .items .item .inner .content-box .content {
  margin-top: 10px;
  color: #e9e9e9;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.service-area-inner-three .items .item .inner .content-box a.btn {
  color: #fff;
  font-family: var(--heading-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 20px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service-area-inner-three .items .item .inner .content-box a.btn:after {
  display: none;
}
.service-area-inner-three .items .item:hover,
.service-area-inner-three .items .item.active,
.service-area-inner-three .items .item.slide-current {
  margin: 0px 10px;
  flex-grow: 1.2;
  max-width: 1000px;
}
@media (max-width: 1024px) {
  .service-area-inner-three .items .item:hover,
  .service-area-inner-three .items .item.active,
  .service-area-inner-three .items .item.slide-current {
    flex: 1;
  }
}
.service-area-inner-three .items .item:hover .inner .img-container img,
.service-area-inner-three .items .item.active .inner .img-container img,
.service-area-inner-three .items .item.slide-current .inner .img-container img {
  transform: scale(1.4);
}
.service-area-inner-three .items .item:hover .content-box,
.service-area-inner-three .items .item.active .content-box,
.service-area-inner-three .items .item.slide-current .content-box {
  display: block;
}
.service-area-inner-four .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .service-area-inner-four .items {
    grid-template-columns: 1fr;
  }
}
.service-area-inner-four .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #0003;
}
.service-area-inner-four .new-img img {
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px #00000070;
}
.service-area-inner-five .theme-heading {
  display: flex;
  align-items: center;
  width: 100%;
}
.service-area-inner-five .theme-heading h2 {
  color: #000;
  text-align: center;
  font-size: 42px;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}
.service-area-inner-five .logos {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .service-area-inner-five .logos {
    flex-wrap: wrap;
  }
}
.service-area-inner-five .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 25px;
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .service-area-inner-five .items {
    grid-template-columns: 1fr;
  }
}
.service-area-inner-five .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0px 0px 10px 0px #0003;
}
.insurance-one {
  z-index: 2;
  background-size: 100% 100%;
}
.insurance-one .small-heading {
  display: flex;
  gap: 20px;
  align-items: center;
}
.insurance-one .small-heading h4 {
  color: #fff;
  font-size: 16px;
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: 0.144px;
}
.insurance-one .theme-heading h1 {
  color: #fff;
  font-size: 54px;
  margin: 10px 0px;
  font-style: normal;
  font-weight: 900;
  line-height: 115%;
}
.insurance-one .sub-heading h3 {
  color: #efefef;
  font-family: "Noto Sans";
  font-size: 21px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.insurance-one .content p {
  color: #d4d4d4;
  font-family: "Noto Sans";
  font-size: 16px;
  margin-top: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.insurance-one .img-container img {
  position: relative;
  bottom: -80px;
  z-index: 2;
}
@media (max-width: 1024px) {
  .insurance-one .img-container img {
    bottom: 0px;
  }
}
.insurance-one #maindiv {
  width: 100%;
  background: #904646;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
}
.insurance-one #div1 {
  display: block;
  animation: marquee 15s linear infinite;
}
.insurance-one #div1 p {
  color: #fff;
  font-family: "Noto Sans";
  font-size: 24px;
  padding: 8px 0px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  text-transform: capitalize;
}
.insurance-one #div2 {
  display: inline-block;
  animation: marquee2 10s linear infinite;
  animation-delay: 5s;
}
@keyframes marquee {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes marquee2 {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}
.insurance-two {
  z-index: 0;
  margin-top: -183px;
  padding-top: 280px;
}
.insurance-two .theme-heading {
  display: flex;
  margin: 0px auto;
  text-align: center;
  align-items: center;
}
.insurance-two .items {
  width: 70%;
  margin: 0 auto;
}
.insurance-two .items .item {
  display: grid;
  grid-template-columns: 20% 75%;
  gap: 20px;
  justify-items: center;
  align-items: center;
  margin: 200px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .insurance-two .items .item {
    grid-template-columns: 1fr;
    margin: 45px 0;
  }
}
.insurance-two .items .item:before {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1139' height='250' viewBox='0 0 1139 250' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='14.9521' cy='14.25' rx='14.9521' ry='14.25' transform='matrix(1 0 0 -1 1109.1 249.5)' fill='%23B71C1C' fill-opacity='0.05'/%3E%3Cellipse cx='8.79537' cy='8.38235' rx='8.79537' ry='8.38235' transform='matrix(1 0 0 -1 1115.25 243.632)' fill='%23B71C1C'/%3E%3Cpath d='M1124.05 233V144.263C1124.05 130.456 1112.86 119.263 1099.05 119.263H40.8321C27.0249 119.263 15.832 108.07 15.832 94.2633V17' stroke='black' stroke-opacity='0.25' stroke-dasharray='10 10'/%3E%3Cellipse cx='14.9521' cy='14' rx='14.9521' ry='14' transform='matrix(1 0 0 -1 0 28)' fill='%23B71C1C' fill-opacity='0.05'/%3E%3Cellipse cx='8.79537' cy='8.23529' rx='8.79537' ry='8.23529' transform='matrix(1 0 0 -1 6.15723 22.2354)' fill='%23B71C1C'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
}
.insurance-two .items .item .left {
  position: relative;
}
.insurance-two .items .item .left lord-icon {
  width: 200px;
  height: 200px;
}
.insurance-two .items .item .left span {
  color: rgba(0, 0, 0, 0.05);
  text-align: center;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Saira;
  font-size: 120.884px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -2.659px;
  text-transform: capitalize;
  position: absolute;
  position: absolute;
  left: -43px;
  top: 25px;
}
.insurance-two .items .item .right h3 {
  margin-bottom: 0;
}
.insurance-two .items .item .right .contant {
  margin-top: 10px;
}
.insurance-two .items .item:nth-child(1):after {
  content: "";
  background-image: url("data:image/svg+xml,%0A%3Csvg width='1138' height='301' viewBox='0 0 1138 301' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='1108.46' cy='28.5' rx='29.5359' ry='28.5' fill='%23B71C1C' fill-opacity='0.05'/%3E%3Cellipse cx='1108.46' cy='28.5001' rx='17.374' ry='16.7647' fill='%23B71C1C'/%3E%3Cpath d='M1110.2 57V145.737C1110.2 159.544 1099.01 170.737 1085.2 170.737H40.6367C26.8296 170.737 15.6367 181.93 15.6367 195.737V273' stroke='black' stroke-opacity='0.25' stroke-dasharray='10 10'/%3E%3Cellipse cx='14.7679' cy='287' rx='14.7679' ry='14' fill='%23B71C1C' fill-opacity='0.05'/%3E%3Cellipse cx='14.7681' cy='287' rx='8.68702' ry='8.23529' fill='%23B71C1C'/%3E%3C/svg%3E%0A");
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  height: 100%;
  top: -96%;
}
.insurance-two .items .item:nth-child(even) {
  grid-template-columns: 75% 20%;
  justify-items: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .insurance-two .items .item:nth-child(even) {
    grid-template-columns: 1fr;
  }
}
.insurance-two .items .item:nth-child(even):before {
  transform: rotateY(180deg);
}
.insurance-two .items .item:nth-child(even) .left {
  order: 2;
}
@media (max-width: 1024px) {
  .insurance-two .items .item:nth-child(even) .left {
    order: 1;
  }
}
.insurance-two .items .item:nth-child(even) .left span {
  left: 100%;
}
@media (max-width: 1024px) {
  .insurance-two .items .item:nth-child(even) .left span {
    left: -20%;
  }
}
@media (max-width: 1024px) {
  .insurance-two .items .item:nth-child(even) .right {
    order: 2;
  }
}
.financing-one .small-heading {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
.financing-one .small-heading h4 {
  color: #272727;
  font-family: "Noto Sans";
  font-size: 20px;
  padding: 5px 0px;
  font-style: normal;
  font-weight: 900;
  line-height: 160%;
  text-transform: uppercase;
  border-top: 1px solid var(--grad-2, #b94848);
  border-bottom: 1px solid var(--grad-2, #b94848);
}
.financing-one .theme-heading h1 {
  color: #904646;
  text-align: center;
  font-size: 64px;
  margin: 10px 0px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .financing-one .theme-heading h1 {
    font-size: 32px;
    line-height: 140%;
  }
}
.financing-one .content p {
  color: #4e4e4e;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .financing-one .content p {
    font-size: 16px;
  }
}
.financing-one .buttons {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}
.finance-cta .cta-container {
  background-size: 100% 100%;
  padding: 40px 50px;
  position: relative;
}
@media (max-width: 1024px) {
  .finance-cta .cta-container {
    background-size: cover;
    padding: 40px 15px;
  }
}
.finance-cta .cta-container .theme-heading h2 {
  color: var(--Greys-White, #fff);
  font-size: 36px;
  font-style: normal;
  margin-bottom: 15px;
  font-weight: 800;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .finance-cta .cta-container .theme-heading h2 {
    font-size: 30px;
  }
}
.finance-cta .cta-container .content p {
  color: #d0d0d0;
  font-family: "Noto Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1024px) {
  .finance-cta .cta-container .content p {
    font-size: 15px;
  }
}
.finance-cta .cta-container .buttons {
  display: flex;
  gap: 30px;
}
.finance-cta .cta-container .car img {
  width: 290px;
  position: relative;
  left: 210px;
}
@media (max-width: 1024px) {
  .finance-cta .cta-container .car img {
    margin-top: 20px;
    left: 0px;
  }
}
.finance-cta .cta-container .small-content {
  position: absolute;
  bottom: 0px;
  left: 30px;
}
@media (max-width: 1024px) {
  .finance-cta .cta-container .small-content {
    position: relative;
  }
}
.finance-cta .cta-container .small-content p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .finance-cta .cta-container .small-content p {
    color: #fff;
  }
}
.about-one {
  z-index: 3;
}
.about-one .bg {
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
.about-one .theme-heading {
  position: relative;
  top: 50px;
}
.about-one .theme-heading h1 {
  color: var(--Greys-White, #fff);
  text-align: center;
  font-size: 78px;
  margin: 0;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .about-one .theme-heading h1 {
    font-size: 38px;
  }
}
.about-one .sub-heading {
  position: relative;
  top: 75px;
}
.about-one .sub-heading h3 {
  color: #bda267;
  font-family: "Noto Sans";
  border-top: 0.88px solid var(--gr5, #b39262);
  border-bottom: 0.88px solid var(--gr5, #b39262);
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 1024px) {
  .about-one .sub-heading h3 {
    font-size: 18px;
  }
}
.about-one .items {
  display: flex;
  justify-content: space-around;
  position: relative;
  top: 140px;
}
.about-one .items .item img {
  width: 100%;
}
.about-two {
  padding: 150px 0px 50px;
}
.about-two .theme-heading h2 {
  color: #413434;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .about-two .theme-heading h2 {
    font-size: 32px;
  }
}
.about-two .theme-heading h2 span {
  color: #904646;
  font-size: 45px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}
.about-two .content p {
  color: #322323;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
@media (max-width: 1024px) {
  .about-two .content p {
    font-size: 16px;
  }
}
.about-three {
  position: relative;
}
@media (max-width: 1024px) {
  .about-three {
    padding: 50px 0px 75px;
  }
}
.about-three .bg {
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
}
@media (max-width: 1024px) {
  .about-three .bg {
    background-size: cover;
    background-position: center;
  }
}
.about-three .theme-heading {
  margin-bottom: 30px;
}
.about-three .theme-heading h2 {
  color: var(--Greys-White, #fff);
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.about-three .theme-heading h2 span {
  color: var(--Greys-White, #fff);
  font-family: "Big Shoulders Display";
  font-size: 78px;
  padding: 0px 10px;
  border-radius: 5px;
  background: var(--grad-2, radial-gradient(85.54% 112.76% at 82.94% 38.68%, #b94848 0%, #703e3e 100%));
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 1024px) {
  .about-three .theme-heading h2 span {
    font-size: 52px;
  }
}
.about-three .content p {
  color: var(--Greys-White, #fff);
  font-family: "Noto Sans";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.about-three .images {
  display: flex;
  justify-content: space-evenly;
  margin: 20px 0px;
  align-items: center;
}
.about-three .images img.google {
  width: 180px;
}
@media (max-width: 1024px) {
  .about-three .images {
    flex-direction: column;
    gap: 20px;
  }
}
.about-three .small-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
  bottom: -200px;
  padding: 100px 40px 30px;
  z-index: -2;
  background: #2f2f2f;
}
@media (max-width: 1024px) {
  .about-three .small-content {
    bottom: -255px;
    padding: 75px 10px 30px;
  }
}
.about-four {
  padding: 220px 0px 50px;
  z-index: 0;
}
@media (max-width: 1024px) {
  .about-four {
    padding: 50px 0px 50px;
    margin-top: 260px;
    z-index: 0;
  }
}
.about-four .theme-heading h2 {
  color: #2c2c2c;
  font-size: 64px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
}
@media (max-width: 1024px) {
  .about-four .theme-heading h2 {
    font-size: 38px;
  }
}
.about-four .content p {
  color: #4e4e4e;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.about-four .items {
  display: grid;
  margin-top: 50px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1024px) {
  .about-four .items {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.about-four .items .item {
  border-radius: 10px;
  background: #13151a;
  position: relative;
  color: #fff;
  padding: 40px 15px;
}
.about-four .items .item h3 {
  color: #dfd3d3;
  font-size: 48px;
  font-style: normal;
  margin-bottom: 10px;
  font-weight: 900;
  line-height: 86.016%;
}
.about-four .items .item h3::after {
  content: "+";
}
.about-four .items .item p {
  color: var(--Greys-White, #fff);
  text-align: center;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: capitalize;
}
.about-four .items .item:before {
  content: "";
  background: transparent;
  width: calc(100% + 12px);
  height: 75%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  border-radius: 10px;
  border: 1px solid #904646;
  transform: translate(-50%, -50%);
}
.contact-hero {
  padding: 100px 0 150px;
  background-size: 100% 100%;
}
@media (max-width: 1024px) {
  .contact-hero {
    background-size: cover;
    padding: 75px 0 150px;
  }
}
.contact-hero .theme-heading h1 {
  color: #fff;
  text-align: center;
  font-size: 78px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
@media (max-width: 1024px) {
  .contact-hero .theme-heading h1 {
    font-size: 43px;
  }
}
.contact-hero .theme-heading p {
  color: #f4f4f4;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.4px;
}
.contact-hero img.car {
  position: absolute;
  bottom: -75px;
  left: 150px;
  width: 555px;
}
@media (max-width: 1024px) {
  .contact-hero img.car {
    bottom: -20px;
    left: 0;
    width: 100%;
  }
}
.contact-one {
  padding: 60px 0;
  background-size: 100% 100%;
  text-align: center;
  margin-top: -100px;
  z-index: 0;
  padding-top: 190px;
}
.contact-one .theme-heading h2 {
  color: #904646;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .contact-one .theme-heading h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.contact-one .contents {
  margin-bottom: 50px;
}
.contact-one .contents p {
  color: #322323;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.contact-one .left {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contact-one .left h2 {
  color: #1c1919;
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 120%;
}
.contact-one .left .info-block {
  display: flex;
  gap: 25px;
  align-items: flex-start;
  margin: 0px;
  justify-content: flex-start;
  text-align: left;
  padding: 45px 20px;
  border-radius: 5px;
  border: 1px solid #ecd9af;
  background: var(--Greys-White, #fff);
}
@media (max-width: 1024px) {
  .contact-one .left .info-block {
    margin: 0;
  }
}
.contact-one .left .content p.heading {
  color: #7e4848;
  font-family: "Big Shoulders Display";
  font-size: 32px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 1024px) {
  .contact-one .left .content p.heading {
    font-size: 24px;
  }
}
.contact-one .left .content p.sec-heading {
  color: #332b2b;
  font-family: "Noto Sans";
  font-size: 22px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.187px;
}
.contact-one .left .content p {
  color: #332b2b;
  font-family: "Noto Sans";
  font-size: 22px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.187px;
}
.contact-one .left .content a {
  color: #332b2b;
  font-family: "Noto Sans";
  font-size: 22px;
  font-style: normal;
  text-align: left;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.187px;
}
@media (max-width: 1024px) {
  .contact-one .left .content a {
    color: #332b2b;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
  }
}
.contact-one .left .content a img {
  margin-top: 15px;
}
.contact-one .right {
  border: 1px solid #fff;
  background: #303238;
}
.contact-one .right p {
  color: #fff;
}
.contact-one .right span {
  color: #fff;
  font-size: 10px;
}
.contact-one .right h2 {
  background-color: #000;
  color: var(--Greys-White, #fff);
  text-align: center;
  font-family: "Big Shoulders Display";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: capitalize;
  clip-path: polygon(100% 0%, 100% 75%, 50% 100%, 0% 75%, 0% 0%);
  padding: 20px 35px 30px;
}
@media (max-width: 1024px) {
  .contact-one .right h2 {
    font-size: 25px;
  }
}
.contact-one .right form {
  padding: 25px;
}
.contact-one .right form input,
.contact-one .right form select {
  border: 2.317px solid #000;
  background: #fff;
  height: 50px;
  text-align: left;
}
.contact-one .right form textarea {
  text-align: left;
}
.contact-one .right form .gform_button.button {
  border: 2px solid var(--primary) !important;
  width: 100% !important;
  background: var(--grad-2, radial-gradient(85.54% 112.76% at 82.94% 38.68%, #b94848 0%, #703e3e 100%)) !important;
  color: #fff;
  font-size: 22px !important;
  font-weight: 600 !important;
  font-size: 20px !important;
  padding: 16px 0px !important;
}
.contact-one .right form .gfield_consent_label {
  color: white !important;
  text-wrap: balance;
  font-size:10px;
  text-align: left;
  color: rgb(255 255 255 / 60%);
}

.contact-one .right form .gfield_consent_label a {
  text-decoration: underline;
  color: rgb(255 255 255 / 70%); 
}

.contact-one .right form .gfield--type-consent input  {
  height: auto;
  aspect-ratio: 1/1;
}


.contact-one .right .review {
  padding: 0px;
}
.contact-one .right .review img {
  width: 100%;
  margin-top: 25px;
}
@media (max-width: 1024px) {
  .contact-one .right .review img {
    width: 100%;
  }
}
.contact-one iframe {
  margin-top: 40px;
  border: 5px solid #fff;
}
.singleservice-one {
  background-color: var(--black);
  z-index: 1;
}
.singleservice-one .row {
  gap: 20px;
}
.singleservice-one .left {
  background: #000000;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  padding: 20px;
}
.singleservice-one .left .features {
  margin-top: 30px;
}
.singleservice-one .left .features .single-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.singleservice-one .left .features .single-feature .icon {
  background-color: var(--primary);
  padding: 10px;
  flex-shrink: 0;
}
.singleservice-one .left .features .single-feature .icon img {
  width: 40px;
  height: 40px;
}
.singleservice-one .right .img-container {
  height: 100%;
  position: relative;
  z-index: 1;
}
.singleservice-one .right .img-container:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40%;
  height: 40%;
  z-index: -1;
  background-color: var(--white);
}
.singleservice-one .right .img-container:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 90%;
  height: 90%;
  z-index: -1;
  background-color: var(--white);
  opacity: 0.6;
}
.singleservice-one .right .img-container img {
  height: 100%;
  display: block;
  object-fit: cover;
  border: 5px solid #000000;
  width: 100%;
}
.singleservice-one:before {
  content: "";
  background-color: var(--primary);
  width: 30%;
  height: 100%;
  right: 0;
  z-index: -1;
  position: absolute;
}
.singleservice-one .content p:not(:last-child) {
  margin-bottom: 10px;
}
.singleservice-two {
  padding-bottom: 50px;
}
.singleservice-two .col-md-12 {
  position: relative;
}
.singleservice-two .nav-slider {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 50px;
}
.singleservice-two .nav-slider .prev {
  left: -30px;
}
.singleservice-two .nav-slider .next {
  right: -30px;
}
.singleservice-two .nav-slider .prev,
.singleservice-two .nav-slider .next {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary);
  border: 1px solid var(--white);
  border-radius: 100%;
  color: var(--white);
  font-weight: 600;
  cursor: pointer;
}
.singleservice-two .feature-slider .slick-slide {
  margin: 0px 15px;
}
.singleservice-two .feature-slider .slick-list {
  margin: 0px -15px;
}
.singleservice-two .feature-slider .slick-track {
  display: flex;
  align-items: stretch;
  padding: 15px 0px;
}
.singleservice-two .single-feature {
  position: relative;
  background: #7e4848;
  border: 5px solid #ffffff;
  box-shadow: 4px 4px 25px rgba(0, 0, 0, 0.25);
  padding: 15px;
  color: var(--white);
  height: 100%;
}
.singleservice-two .single-feature .heading-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  gap: 10px;
  margin-bottom: 15px;
}
.singleservice-two .single-feature .heading-container .heading {
  text-transform: uppercase;
  font-weight: 700;
}
.singleservice-two .single-feature .heading-container .icon {
  background: var(--primary);
  padding: 10px;
}
.singleservice-two .single-feature .heading-container .icon img {
  width: 40px;
}
.singleservice-two .single-feature .content {
  min-height: 160px;
}
.singleservice-three .img-container {
  position: relative;
  z-index: 1;
}
.singleservice-three .img-container:before {
  content: "";
  position: absolute;
  top: 10px;
  height: 100%;
  left: -30px;
  width: 460px;
  background: #000000;
  border-radius: 100%;
  z-index: -1;
}
.singleservice-three .img-container img {
  border: 5px solid #ffffff;
  border-radius: 100%;
}
.singleservice-three .row {
  gap: 50px;
}
.singleservice-three .right {
  border: 5px solid var(--primary);
  padding: 30px;
}
.singleservice-three .content p:not(:last-child) {
  margin-bottom: 10px;
}
.emergency-services .inner {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 10px;
  align-items: center;
  align-items: normal;
  width: 100%;
  margin: 0px auto;
}
@media (max-width: 1024px) {
  .emergency-services .inner {
    grid-template-columns: 1fr;
  }
}
.emergency-services .inner .left {
  text-align: right;
}
.emergency-services .inner .left img {
  width: 100%;
  background: linear-gradient(0.54deg, #000000 -55.38%, rgba(0, 0, 0, 0) 128.14%);
  border-radius: 8px;
}
.emergency-services .inner .right {
  background: rgba(89, 45, 46, 0.35);
  border-radius: 15px;
  padding: 20px;
  color: var(--white);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.emergency-services .inner .right .content {
  margin-bottom: 15px;
  margin-top: 20px;
}
.financing-landing .inner {
  background-color: var(--white);
  display: grid;
  grid-template-columns: 70% auto;
  gap: 15px;
  align-items: center;
  box-shadow: -4px -4px 25px rgba(0, 0, 0, 0.15);
  align-items: stretch;
}
@media (max-width: 1024px) {
  .financing-landing .inner {
    grid-template-columns: 1fr;
  }
}
.financing-landing .inner .left {
  padding: 15px;
}
.financing-landing .inner .left .box-content {
  border: 1px solid var(--primary);
  text-align: center;
  margin-top: 15px;
}
.financing-landing .inner .left .box-content .theme-heading {
  background-color: var(--primary);
  color: var(--white);
  margin-bottom: 0px;
}
.financing-landing .inner .left .box-content .icon-boxes {
  padding: 15px 0px;
  display: flex;
  align-items: stretch;
  justify-content: space-around;
  position: relative;
}
.financing-landing .inner .left .box-content .icon-boxes .icon-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}
.financing-landing .inner .left .box-content .icon-boxes .icon-box .content {
  text-transform: uppercase;
  font-weight: 700;
  color: var(--primary);
  font-size: 21px;
}
.financing-landing .inner .left .box-content .icon-boxes .icon-box .content span {
  font-size: 16px;
}
.financing-landing .inner .left .box-content .icon-boxes .icon-box:nth-child(1):after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--primary);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.financing-landing .inner .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gform-theme--api,
.gform-theme--foundation {
  --gf-form-gap-x: 12px !important;
  --gf-form-gap-y: 12px !important;
}
.gform_title {
  display: none;
}
.gform_wrapper.gravity-theme .gform_validation_errors {
  display: none;
}
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  text-align: left;
  margin: 0 !important;
  padding-bottom: 0 !important;
  padding-top: 5px !important;
}
.gfield_description.instruction.validation_message {
  display: none;
}
.gfield_required.gfield_required_text {
  display: none !important;
}
#gform_confirmation_message_1 {
  color: #fff;
  margin-top: 240px;
}


.givwaway-sec iframe {
    width: 100% !important;
    height: 450px !important;
}

.page-template-wv .contact .gform-body label,
.page-template-wv .contact .gform-body legend,
.page-template-wv .contact .gform-body .gfield_description{
    color: #fff !important;
}

.page-template-wv .contact .gform-body input::placeholder,
.page-template-wv .contact .gform-body textarea::placeholder{
    color: #fff !important;
}

.contact-form .form-desc a {
    filter: invert(1);
    font-weight: 600;
}



/* Area badge */
.area-box-wv {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 20px;
    box-shadow: 0 0 10px rgba(0 0 0 / 10%);
    background: #fff;
    border-radius: 10px;
    max-width: 730px;
    margin: 60px auto 0;
    position: relative;
}

.area-name {
    position: absolute;
    top: -38px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: var(--primary);
    color: #fff;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
    max-width: 300px;
    width: 100%;
}

.area-logo img {
    max-width: 240px;
}

.area-box-wv p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
}

.area-box-wv a {
    padding: 10px 18px;
    background: var(--primary);
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
    white-space: nowrap;
    transition: all 0.3s ease-in-out 0.1s;
    box-shadow: 0 0 10px rgba( 0 0 0 / 10%)
}

.area-box-wv a:hover{
    background-color: #fff;
    color: var(--primary);
}

@media(max-width: 767px){
    .area-box-wv {
        flex-direction: column;
    }
}