@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
:root {
  --dm-sans: "DM Sans", sans-serif;
  --primary-font: "Urbanist", sans-serif;
  --seconday-font: "Outfit", sans-serif;
  --inter: "Inter", sans-serif;
  --poppins: "Poppins", sans-serif;
  --black: #010000;
  --yellow: #ffcc2f;
}
body,
html {
  overflow-x: hidden;
}
body {
  /* font-family: "Poppins", sans-serif;
    */
  font-family: var(--dm-sans);
  overflow-x: hidden;
  color: var(--black);
}
img,
img a {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
  /* transition: ease-in 0.5s; */
}
button:focus,
button:hover {
  outline: 0px;
  border: 0px;
}
a:focus {
  outline: 0px;
  border: 0px;
}
a:hover {
  color: var(--primary-color);
}
p {
  font-weight: 300;
}
ul,
ul li {
  list-style: none;
  padding: 0px;
}
h1 {
  font-size: 58px;
}
h2 {
  font-size: 35px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--seconday-font);
  color: var(--black);
  font-weight: 700;
}
p {
  font-size: 17px;
  line-height: 24px;

  font-weight: 400;
}
.container {
  max-width: 1480px;
  padding-left: 100px;
  padding-right: 100px;
}
.cus-btn {
  font-weight: 500;
  font-family: var(--dm-sans);
  color: var(--black);
  padding: 16px 50px 16px 25px;
  background-color: var(--yellow);
  border-radius: 25px;
  position: relative;
  transition: all 0.5s;
}
.cus-btn:hover {
  background-color: var(--black);
  color: white;
  transition: all 0.5s;
}
.cus-btn:hover:after {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
header .btn-sc {
  margin-left: 45px;
}
.cus-btn:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  /* background-position: right center; */
  position: absolute;
  right: 23px;
  top: calc(50% - 6px);
}
.site_header {
  width: 100%;
  padding: 30px 0;
  z-index: 5;
  position: fixed;
  transition: all 0.3s ease-out;
  top: 0;
  height: 110px;
  background-color: white;
}
.site_header.fixedHeader {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  background: white;
  /* height: 80px; */
  /* padding-top: 15px;
  padding-bottom: 15px; */
  box-shadow: 0 2px 5px 1px rgba(64, 60, 67, 0.16);
}
/* body:not(.home) .site_header.fixedHeader{
  background: white;
} */

.main_menunav ul {
  margin: 5px 0px;
}
.main_menunav ul li {
  display: inline-block;
}
.main_menunav ul li a {
  font-size: 15px;
  color: var(--black);
  font-weight: 500;
  margin: 0px 10px;
  font-family: var(--dm-sans);
  display: inline-block;
  padding: 8px 0px;
  /* transition: ease-in 0.5s; */
}
.main_menunav ul li li a {
  color: var(--black);
}
.main_menunav ul li a:hover {
  color: var(--yellow);
}
.main_menunav ul li.active > a {
  color: var(--yellow);
}

.site_header .header_action {
  display: flex;
  align-items: center;
}


/***/

.page-template-template-home h2{
	font-size: 24px;
}


.home-banner .banner-col .img-sc,
.home-banner .banner-col .img-sc img {
  height: 100%;
}
.home-banner .banner-col .img-sc img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 30px;
}
/* .home-banner{margin-top: 115px;} */
.home-banner .banner-col .img-sc {
  border-radius: 30px;
}
.home-banner .content-sc {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
 background: linear-gradient(
  180deg,
  #fff0 40%,
  rgba(0, 0, 0, 0.241) 68%
);


  padding-bottom: 48px;
  border-radius: 30px;
}
.home-banner .cus-btn {
  position: absolute;
  padding-top: 14px;
  padding-bottom: 14px;
  right: 20px;
  top: 20px;font-size: 18px;
}
.home-banner .banner-col {
  position: relative;
}
.top-title {
  font-size: 18px;
  font-weight: 700;
  color: var(--yellow);
  margin-bottom: 25px;
}
.home-banner h1,
.home-banner p {
  color: white;
}
.home-banner h1 {
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: 700;width: fit-content;
}
.home-banner .top-title {
  margin-bottom: 8px;
}
.home-banner p {
  margin-bottom: 40px;
}
.home-banner h1{transition:all 0.5s}
.home-banner h1:hover{
	color:var(--yellow);transition:all 0.5s
}
.owl-nav {
  position: absolute;
  top: 50%;
  left: calc(50% - 640px);
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 0 !important;
  width: 60px;
  height: 45px;
  background-position: center;
  border-radius: 22px !important;
  background-image: url(../images/left-arrow.svg) !important;
  backdrop-filter: blur(4px);
  background-color: #ffffff66;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: black;
  transition: all 0.5s;
}
.owl-carousel .owl-nav button.owl-next {
  transform: rotate(180deg);
}
.home-banner .content-wrap {
  width: 1060px;
  max-width: 100%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.filter-sc .inner-wp {
  border-radius: 18px;
  padding: 30px;
  background-color: white;
  margin-top: -60px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 9.4px 0px #0000001a;
  width: 1064px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.filter-sc h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  font-family: var(--dm-sans);
  margin-bottom: 15px;
}
.filter-sc select {
  border: 1px solid #e9e9e9;
  padding: 13px;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
}
.filter-sc button {
  background-color: var(--yellow);
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  color: var(--black);
  width: 100%;
  border: none;
  height: 47px;
  display: flex;
  align-items: center;
  gap: 0px 10px;
  justify-content: center;
  border: 1px solid var(--yellow);
}
.filter-sc button:hover {
  background-color: transparent;
}

.show-all {
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  color: var(--black);
  display: flex;
  gap: 0px 10px;
  align-items: center;
}
.show-all:hover {
  color: var(--yellow);
}

.brand-card {
  background: #f5f5f5;
  border-radius: 15px;
  padding: 25px 20px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.brand-card:hover {
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}

.brand-card img {
  height: 80px;
  width: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.brand-card h6 {
  font-family: var(--dm-sans);
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
}

/* .brand-section .btm-slider{
    padding-left: calc(50% - 640px);
  } */
.space-mr {
  margin: 80px 0px;
}

.space-pd {
  padding: 80px 0px;
}

.btn-nav {
  background: var(--black);
  border: 1px solid var(--black);
  color: #fff;
  border: none;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.btn-nav:hover {
  background: transparent;
  border: 1px solid var(--black);
  color: #000;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  color: var(--black);
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}
.review-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}



.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image img,
.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image a {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}



.wp-block-image,
.wp-block-image img {
    border-radius: 0;
  
}


.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image {
    overflow: hidden;
    border-radius: 0;
}

.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}


.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:first-child {
    border-radius: 12px 0 0 0 !important;
}


.wp-block-gallery.has-nested-images.is-cropped
figure.wp-block-image:nth-child(2) {
    border-radius: 0 12px 0 0 !important;
}


.wp-block-gallery + .wp-block-image {
    overflow: hidden;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
  
}


.wp-block-gallery + .wp-block-image img {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;
}








.news-card-sec{
  display: none;
}



.wp-block-image img{
  border-radius: 12px;
}

.product-cnt-lft figure iframe {
  border-radius: 12px;
}

.review-body {
  padding: 0px 15px 15px 15px;
}
.review-section.reviewesfour {
  background-color: transparent;
}
.news-card-sec .cus-btn {
  padding: 0px 50px 0px 0px;
  background-color: transparent;
}
.news-card-sec .cus-btn:hover {
  color: var(--yellow);
}
.news-card-sec .cus-btn:hover:after,
.news-card-sec .cus-btn:hover:after {
  transition: all 0.5s;
  filter: unset;
}
.news-card-sec .cus-btn:after,
.news-card-sec .cus-btn:after {
  transition: all 0.5s;
}
.tag {
  background: var(--black);
  color: #fff;
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 15px;
  border-radius: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -15px;
  width: fit-content;
  position: relative;
  z-index: 2;
}

.rating {
  display: flex;
  gap: 4px;
}
.dot {
  width: 18px;
  height: 6px;
  background: #444;
  border-radius: 43px;
  display: inline-block;
}
.rating-red .dot.active {
  background: #e03122;
}
.rating-orange .dot.active {
  background: #c95624;
}
.rating-yellow .dot.active {
  background: #f2ce53;
}
.rating-green .dot.active {
  background: #b3c944;
}
.dot.active {
  background: #ffc107;
}

.review-body h5 {
  font-weight: 600;
  font-size: 16px;
  color: var(--black);
  margin-bottom: 8px;
}

.review-body p {
  font-family: var(--dm-sans);
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.review-section .owl-theme .owl-nav {
  top: -88px;
  width: 120px;
  right: 0;
  left: auto;
}
.bg-light {
  background-color: #f5f5f5 !important;
}
.reviewesfour .review-card {
  background-color: #f5f5f5;
}
.review-section .owl-carousel .owl-nav button.owl-prev,
.review-section .owl-carousel .owl-nav button.owl-next {
      font-size: 0 !important;
    width: 45px !important;
    height: 45px !important;
    background-position: center;
    border-radius: 22px !important;
    background-image: url(/wp-content/themes/Redriven/theme-assets/images/left-arrow.svg) !important;
    backdrop-filter: blur(4px);
    background-color: #fff6;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

.youtube-video .owl-carousel .owl-nav button.owl-prev,
.youtube-video .owl-carousel .owl-nav button.owl-next {
  width: 45px !important;
  height: 45px !important;
  background-color: var(--black) !important;
  border: 1px solid var(--black);
  background-position: center !important;
  background-image: url(../images/left-arrow-y.svg) !important;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.youtube-video .owl-nav {
  bottom: -42px;
  width: 120px;
  left: calc(50% - 60px);
  top: unset;
}

.review-section .owl-carousel .owl-nav button.owl-prev:hover,
.review-section .owl-carousel .owl-nav button.owl-next:hover,
.youtube-video .owl-carousel .owl-nav button.owl-prev:hover,
.youtube-video .owl-carousel .owl-nav button.owl-next:hover {
  background-color: transparent !important;
  transition: all 0.5s;
}
.time {
  font-size: 10px;
  font-family: var(--dm-sans);
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.review-card .time img {
  width: 15px;
  height: auto;
}
.carousel-controls {
  display: flex;
  gap: 10px;
}
.review-section {
  background-color: #f5f5f5;
}
.review-section .btn-nav.next {
  transform: rotate(180deg);
}
.review-section .text-muted {
  font-size: 18px;
  color: var(--black);
}
/* HERO SLIDER */
.hero-slide {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.hero-slide .top-title {
  margin-bottom: 20px;
}
.hero-slide img {
  width: 100%;
  height: 460px;
  object-fit: cover;
  border-radius: 20px;
  filter: brightness(0.7);
}
.review-content {
  color: black;
}
.overlay-content {
  position: absolute;

  left: 50px;
  color: #fff;
  bottom: 45px;
}
.hero-review .owl-nav {
  width: 115px;
  right: 25px;
  left: unset;
  bottom: 32px;
  top: unset;
}
.hero-review .owl-carousel .owl-nav button.owl-prev,
.hero-review .owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.overlay-content h2 {
/*   font-size: 44px; */
  font-size: 24px;
  color: white;
  margin: 10px 0 20px;
  line-height: 1.3;
  max-width: 520px;
}

.overlay-content p {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 50px;
}

.btn-warning {
  background: #ffcc00;
  color: #000;
  border: none;
  transition: all 0.3s ease;
}
.btn-warning:hover {
  background: #e0b800;
  color: #000;
}
.hero-review {
  background-color: #f5f5f5;
}

.news-card {
  height: 100%;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.news-card-sec:not(.news-listing-card) .news-card .ft-sc,
.news-card-sec:not(.news-listing-card) .news-card .ft-sc a {
  height: 100%;
}
.news-card img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.news-content {
  padding: 25px;
}
.news-meta {
  font-size: 12px;
  font-family: var(--dm-sans);
}
.small-card:last-child {
  margin-bottom: 0;
}
.news-meta span,
.comment-section span {
  display: flex;
  align-items: center;
  gap: 0px 5px;
}
.news-meta span img,
.comment-section span img {
  width: 12px;
  object-fit: contain;
}
.author {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.small-card {
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  margin-bottom: 0px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.small-card-content h6 {
/*   font-size: 14px; */
  font-size: 16px;
  font-weight: 600 !important;
}
.small-card .img-sc {
  width: 200px;
  overflow: hidden;
}
.small-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.small-card .img-sc a {
  height: 100%;
  display: block;
}
.news-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.small-card-content {
  padding: 15px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.comment-section {
  font-size: 12px;
  font-family: var(--dm-sans);
  color: var(--black);
}
.filter-sc select {
  appearance: none; /* Removes default arrow in most browsers */
  -webkit-appearance: none; /* Removes arrow in Chrome, Safari, Edge */
  -moz-appearance: none; /* Removes arrow in Firefox */
  background-image: url(../images/triangle.svg);
  background-position: calc(100% - 20px) center;
  background-repeat: no-repeat;
}

/* Optional — remove dropdown indicator in IE/Edge (old versions) */
.filter-sc select::-ms-expand {
  display: none;
}

.section-title {
  text-align: center;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 2rem;
}
.section-subtitle {
  text-align: center;
  font-size: 18px;
}

.youtube-card {
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;

  transition: all 0.3s ease;
}

.youtube-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.youtube-card img {
  width: 100%;
  object-fit: cover;
}

.video-duration {
  position: absolute;
  bottom: 10px;
  right: 15px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 12px;
  border-radius: 5px;
  padding: 2px 6px;
}

.video-info {
  padding: 15px 0px;
}

.channel-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;
}
.channel-icon img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.channel-meta .top-span img {
  width: 15px;
}
.channel-meta .top-span,
.channel-meta .btm-span {
  display: flex;
  align-items: center;
  gap: 0px 5px;
}
.channel-details {
  display: flex;

  margin-bottom: 8px;
  gap: 0px 10px;
}
.dot-round {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #606060;
}

.channel-details h6 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
  font-family: var(--primary-font);
}

.channel-meta {
  color: #777;
  font-size: 14px;
}

#faqAccordion {
  width: 900px;
  max-width: 100%;
  margin: auto;
}

.faq-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 55px;
}

.accordion-item {
  border: none;
  border-radius: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  background-color: #f8f8f8;
  transition: all 0.3s ease;
}

.accordion-button {
  background-color: #f5f5f5;
  border: none;
  box-shadow: none;
  font-weight: 400;
  font-size: 16px;
  padding: 25px 30px;
  font-family: var(--poppins);
  border-radius: 20px;
  transition: background 0.3s ease;
  outline: none !important;
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-radius: 20px 20px 0px 0px;
  border-bottom: none;
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-radius: 20px 20px 20px 20px;
  border-bottom: none;
}
.accordion-button:not(.collapsed)::after {
  background: none;
}
body .accordion-item {
  background-color: transparent;
}
body .accordion-button:not(.collapsed) {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-bottom: none !important;
  box-shadow: none;
  border-radius: 20px 20px 0 0;
  color: #121212;
}

.accordion-button::after {
  content: "+";
  font-size: 22px;
  color: #000;
  background-image: none;
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  content: "+";
  transform: rotate(180deg);
}

body .accordion-body {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-top: none !important;
  padding: 0px 25px 25px 25px;
  border-radius: 0 0 20px 20px;
  color: #636363;
  font-family: var(--inter);
  font-size: 16px;
}
.get-driven .lft-sc {
  padding: 150px 0px 130px 0px;
}
.get-driven .row {
  align-items: center;
}
.get-driven {
  background-color: var(--black);
  background-image: url(../images/pattern.png);
  background-size: contain;
  background-position: center bottom;
}
.get-driven h2 {
  color: white;
  margin-bottom: 25px;
}
.get-driven p {
  color: white;
  margin-bottom: 45px;
}
.get-driven {
  margin-top: 200px;
}
.get-driven .rgt-sc img {
  margin-top: -100px;
}
.instagram-sec .heading-top p {
  font-size: 18px;
}
footer {
  background-color: var(--black);
  color: white;
  padding-top: 80px;
}
footer h2 {
  font-weight: 500;
  font-size: 30px;
  font-family: var(--dm-sans);
}
.footer-top p {
  font-size: 15px;
}
footer * {
  color: white;
}
.newsletter-sc {
  position: relative;
}
.newsletter-sc input {
  background-color: rgba(255, 255, 255, 0.13);
  width: 100%;
  border: none;
  border-radius: 60px;
  padding: 25px 20px;
  font-size: 15px;
}
.newsletter-sc input::placeholder {
  color: white;
}
.newsletter-sc button {
  font-size: 15px;
  color: var(--black);
  font-family: var(--dm-sans);
  background-color: var(--yellow);
  position: absolute;
  right: 15px;
  top: 10px;
  padding: 15px 20px;
  border-radius: 25px;
  border: none;
  transition: all 0.5s;
}
.newsletter-sc button:hover {
  background-color: var(--black);
  color: white;
  transition: all 0.5s;
}
.footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 60px;
}
.footer-btm {
  padding-top: 50px;
}
.footer-title {
  font-size: 20px;
  font-family: var(--dm-sans);
  font-weight: 500;
  margin-bottom: 20px;
}
.logo-footer img {
  max-width: 160px;
}
.logo-footer p {
  margin-top: 5px;
}
.footer-col ul li {
  font-size: 15px;
  margin-bottom: 15px;
}
.footer-col ul li a,
.copy-right-sc p,
.copy-right-sc li,
.copy-right-sc li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-col ul li a:hover,
.copy-right-sc li a:hover {
  color: var(--yellow);
  transition: all 0.5s;
}
.copy-right-sc {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  margin-top: 80px;
  padding: 40px 0px 0px;
}
.copy-right-sc ul {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}
.copy-right-sc ul li {
  padding-right: 22px;
  position: relative;
  padding-left: 20px;
}
.copy-right-sc ul li:last-child {
  padding-right: 0;
}
.copy-right-sc ul li:first-child::before {
  content: none;
}
.copy-right-sc ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 10px;
}
.news-card-sec h2 {
  margin-bottom: 30px;
}
.news-card .top-tag {
  color: var(--black);
  font-weight: 600;
  font-size: 14px;
  font-family: var(--dm-sans);
}
.news-card h6 {
  color: var(--black);
  font-weight: 600;
  font-size: 12px;
  font-family: var(--dm-sans);
}
.news-card a h5:hover,
.small-card-content h6:hover {
  color: var(--yellow);
}
.news-card a h5:hover,
.news-card a h5,
.news-card .ft-sc img,
.small-card-content h6,
.small-card .img-sc img {
  transition: all 0.5s;
}
.news-card {
  overflow: hidden;
}
.news-card .ft-sc a:hover img,
.small-card .img-sc a:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
.news-card p.text-muted,
.news-card small {
  font-size: 14px;
  font-family: var(--dm-sans);
  font-weight: 400;
  line-height: 16px;
}

.news-card h5 {
  font-size: 16px;
  font-weight: 600;
}
.inner-banner {
  margin-top: 110px;
  text-align: center;
  padding: 75px 0px;
  background-color: var(--black);
}
.inner-banner h1 {
  font-size: 40px;
  font-weight: 600;
  color: white;
}
.inner-banner p {
  font-size: 18px;
  color: white;
  font-family: var(--dm-sans);
  width: 625px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.inner-banner .filter-sc .inner-wp {
  margin-top: 30px;
  text-align: left;
}
.review-section.reviewgrid {
  background-color: transparent;
}
body:not(.home) .main_menunav ul li a {
  color: var(--black);
}
.reviewgrid h2 {
  margin-bottom: 25px;
}
.reviewgrid .tag {
  padding: 8px 15px;
  margin-bottom: 20px;
}
.reviewgrid .review-card {
  box-shadow: unset;
  color: rgba(1, 0, 0, 0.8);
}
.reviewgrid .review-body p {
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.reviewgrid .row {
  --bs-gutter-y: 50px;
}
.section-hd {
  margin-bottom: 30px;
}
.video-review .lft-sc iframe {
  width: 100% !important;
	height: 100%;
  border-radius: 20px;
	aspect-ratio: 16 / 9;
  object-fit: cover;
}
.video-review .rgt-col {
  margin-bottom: 20px;
}
.video-review .rgt-col:last-child {
  margin-bottom: 0;
}
.video-review .rgt-col iframe {
  height: 330px !important;
  width: 100% !important;
  border-radius: 20px;
}
.social-sc {
  margin-top: 60px;
}
.social-sc h5 {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--dm-sans);
  margin-bottom: 30px;
}
.social-sc ul {
  display: flex;
  gap: 0px 10px;
}
.social-sc ul li a {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.social-sc ul li a:hover {
  background-color: var(--yellow);
  transition: all 0.5s;
}
/***/
.page-border {
  /* margin-top: 110px; */
  margin-top: 0;
  margin-bottom: 30px;
}
.product-grid-layout .col-inner img {
  height: 100%;
  object-fit: cover;
}
.product-grid-layout .col-wp,
.product-grid-layout .col-wp img {
  height: 100%;
}
.product-grid-layout .lft-sc img {
  border-radius: 18px 0px 0px 18px;
}
.product-grid-layout .top-photo img {
  border-top-right-radius: 18px;
}
.product-grid-layout .more-photos img {
  border-bottom-right-radius: 18px;
}
.page-template-template-reviews hr {
  margin-bottom: 0;
}
.has-more-photos {
  cursor: pointer;
  border-bottom-right-radius: 25px;
}
#commentform label {
  display: block;
  width: 100%;
  color: var(--black);
  margin-bottom: 8px;
}
#commentform input,
#commentform textarea {
  width: 100%;
  border-radius: 25px;
  padding: 13px 15px;
  border: 1px solid #dfdfdf;
}
.has-more-photos:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4.05454683303833px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom-right-radius: 25px;
}
#commentform .comment-form-cookies-consent {
  display: flex;
  gap: 0px 8px;
}
#commentform .comment-form-cookies-consent input {
  width: 15px;
}
#commentform .comment-form-cookies-consent label {
  margin: 0;
}
#commentform .form-submit input {
  background-color: var(--yellow);
  border: none;
  padding: 10px 20px;
  width: fit-content;
}
#commentform .form-submit input:hover {
  background-color: var(--black);
  color: white;
}
#commentform .logged-in-as a {
  color: var(--yellow);
}
#commentform .logged-in-as a:hover {
  color: var(--black);
}
.has-more-photos p {
  font-size: 24px;
  font-weight: 500;
  font-family: var(--dm-sans);
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.product-cnt-lft {
  padding-right: 70px;
}
.owner-rating-section {
  color: #222;
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

/* Section wrapper */
.owner-rating-section .owner-section {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #f5f5f5;
  border-radius: 12px;
}

.owner-rating-section .owner-section:last-child {
  border-bottom: none;
}

.owner-rating-section .owner-heading {
  font-size: 24px;
  margin-bottom: 16px;
  font-weight: 500;
}

/* Overall Rating */
.owner-rating-section .owner-overall-rating {
  text-align: center;
  margin-bottom: 20px;
}

/* .owner-rating-section .owner-circle {
  width: 220px;
  height: 220px;
  border-radius: 50%;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 30px;
  position: relative;
} */

/* .inner-circle {
  background-color: #f5f5f5;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

.owner-rating-section .owner-score {
  font-size: 40px;
  color: #f2bf22;
  font-family: var(--dm-sans);
  font-weight: 700;
  line-height: 1;
}

.owner-rating-section .owner-subtext {
  font-family: var(--dm-sans);
  font-size: 15px;
}

/* Rating List */
.owner-rating-section .owner-rating-list {
  display: flex;
  flex-direction: column;
}

.owner-rating-section .owner-rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--dm-sans);
  padding: 15px 0px;
  border-bottom: 1px solid #e9e9e9;
}
.dropdown-toggle-cus {
  font-size: 16px;
  font-weight: 700;
  font-family: var(--dm-sans);
  padding: 15px 0px;
  width: 100%;
  background: transparent;
  border: none;
  text-align: left;
  border-bottom: 1px solid #e9e9e9 !important;
  position: relative;
}
.dropdown-toggle-cus:hover {
  border-bottom: 1px solid #e9e9e9;
}
.owner-rating-list-outer {
  display: none;
}
.dropdown-toggle-cus:after {
  content: "";
  width: 11px;
  height: 10px;
  background-image: url(../images/btm-arrow.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 22px;
}
.owner-rating-section .owner-rating-item span {
  display: flex;
  align-items: center;
  gap: 0px 5px;
}
.owner-rating-section .owner-rating-item:last-child {
  margin-bottom: 0;
}
.owner-rating-section .owner-pros .owner-heading,
.owner-rating-section .owner-cons .owner-heading {
  font-size: 20px;
  color: #33373d;
  margin-bottom: 15px;
}
.owner-rating-section .owner-cons {
  margin-top: 30px;
}
.owner-rating-section ul li {
  position: relative;
  padding-bottom: 8px;
}
.owner-rating-section ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--black);
  border-radius: 50%;
  position: absolute;
  left: -9px;
  top: 8px;
}
.owner-rating-section .owner-rating-item i {
  color: #f7c942;
  margin-left: 4px;
}

/* Pros & Cons */
.owner-rating-section .owner-list {
  margin: 0;
  padding-left: 18px;
}

.owner-rating-section .owner-list li {
  font-size: 15px;
  margin-bottom: 6px;
}
.owner-section.owner-reviews .owner-heading {
  font-size: 20px;
}
/* Reviews Section */
.owner-rating-section .owner-review-card {
  display: flex;

  margin-bottom: 12px;

  border-radius: 8px;
  background-color: #f5f5f5;
  transition: 0.2s;
}
.owner-section.owner-reviews {
  padding: 0;
  background-color: transparent;
}
.owner-rating-section .owner-review-card:hover {
  background: #f0f0f0;
}

.owner-rating-section .owner-review-card img {
  width: 170px;
  height: 100%;
  object-fit: cover;
  border-radius: 6px 0px 0px 6px;
  margin-right: 10px;
}

.owner-rating-section .owner-review-info {
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.owner-rating-section .owner-review-title {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

.owner-rating-section .owner-review-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: #777;
  margin-top: 4px;
}
.owner-rating-section .owner-review-meta img {
  width: 12px;
  object-fit: contain;
  margin-right: 5px;
}
.author-card {
  background: #f8f9fb;
  border-radius: 10px;
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);

  margin: 40px auto 0px 0px;
}
.owner-rating-section .owner-review-card h4 {
  transition: all 0.5s;
}
.owner-rating-section .owner-review-card:hover h4 {
  color: var(--yellow);
  transition: all 0.5s;
}
.author-card .author-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.author-card .author-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-card .author-info {
  flex: 1;
}

.author-card .author-name {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.author-card .author-role {
  font-size: 14px;
  color: #7d7d83;
  margin: 0;
  display: none;
}

.author-card .author-desc {
  font-size: 18px;
  font-family: var(--dm-sans);
  margin-top: 15px;
  color: var(--black);
  margin-bottom: 0;
}

.author-card .author-social {
  display: flex;
  gap: 12px;
  font-size: 1rem;
}

.author-card .author-social a {
  color: #555;
  transition: 0.2s;
}
.designation p{
  color: #7d7d83;
}

.author-card .author-social a:hover {
  color: #000;
  opacity: 0.7;
}
.model-wp {
  gap: 10px 8px;
  align-items: flex-start;
}
.model-wp img {
  width: 16px;
  height: auto;
}
.model-sc {
  gap: 0px 50px;
  margin-top: 20px;
}
.news-d-title-sc {
  margin-bottom: 30px;
}
.title-grid h1 {
  font-size: 30px;
}
.title-grid h6 {
  color: #757c82;
  font-weight: 400;
  font-size: 12px;
  margin: 0;
  font-family: var(--primary-font);
}
.title-grid p {
  color: var(--black);
  font-weight: 400;
  font-size: 15px;
  margin: 0;
  font-family: var(--dm-sans);
}
.share-save-container {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Inter", sans-serif;
}

.share-save-container .btn-action {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.95rem;
  color: #0c0e16;
  cursor: pointer;
  transition: 0.2s;
}
.comments-section #comments {
  font-size: 18px;
  margin-bottom: 20px;
}
.comments-section a {
  color: var(--black);
}
.comments-section a:hover {
  color: var(--yellow);
}

.comments-section .comment-author img {
  border-radius: 50%;
}
.comments-section .commentlist li {
  margin-bottom: 20px;
}
.comments-section .commentlist li ul {
  margin-top: 20px;
}
.news-d-title-sc .model-sc {
  gap: 0px 24px;
}
.share-save-container .icon-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d9dce1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  background-color: transparent;
  transition: 0.2s ease;
}

.share-save-container .btn-action:hover .icon-circle {
  background-color: #f1f3f6;
  border-color: #c7c9cc;
}

.share-save-container .btn-action:hover span {
  color: #000;
}
.product-content {
  margin-top: 30px;
}

.main-image img {
  width: 100%;
  height: auto;
  display: block;
}

.main-image {
  margin-bottom: 20px;
}

.thumb-slider img {
  height: 100px !important;
  object-fit: cover;
  cursor: pointer;
  opacity: 0.6;
  border: 2px solid #5e4015;
  border-radius: 8px;
}

.thumb-slider .active-thumb img {
  opacity: 1;
  border-color: #333;
}
.main-image img {
  max-height: 60vh;
  object-fit: cover;
}
.product-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  z-index: 22222;
  background-color: white;
  display: none;
  padding: 100px 0px;
}
.product-lightbox .owl-stage-outer > div {
  margin: auto;
}
.lightbox-close {
  position: absolute;
  right: 20px;
  top: 10px;
  background: transparent;
  border: none;
  font-size: 50px;
  color: var(--black);
}
.filter-flex {
  display: flex;
  gap: 0px 10px;
  justify-content: flex-end;
}
.filter-flex button {
  padding: 10px 20px;
  border: 1px solid #dedede;
  background-color: transparent;
  border-radius: 10px;
  font-size: 12px;
  font-family: var(--dm-sans);
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px 10px;
  text-transform: capitalize;
  transition: all 0.5s;
}

.filter-flex button:hover {
  background-color: #f5f5f5;
  transition: all 0.5s;
}
.reviewgrid .row-rop {
  --bs-gutter-y: 0px;
  margin-bottom: 30px;
}
.reviewgrid .row-rop h2 {
  margin: 0;
	font-weight: 500;
	font-size: 30px;
}
.news-listing-card .small-card-content,
.news-listing-card .news-card, .review-section .small-card-content {
  background-color: #f5f5f5;
}
.news-listing-card .small-card,
.news-listing-card .news-card {
  box-shadow: unset;
}
.news-listing-card .news-card img {
  height: 100%;
}
.news-listing-card .news-card .ft-sc .img-sc {
  height: 280px;
  overflow: hidden;
}
.cars-news .comment-section span {
  font-size: 10px;
}
.cars-news .comment-section span img {
  width: 12px;
}
.cars-opinion .small-card {
  background-color: #f5f5f5;
  display: block;
  box-shadow: unset;
}
.cars-opinion .small-card .img-sc {
  width: 100%;
}
.cars-opinion .small-card-content h6 {
  margin-bottom: 25px;
}
.cars-opinion .small-card .img-sc img {
  height: 200px;
}
.contact-section p {
  width: 676px;
  max-width: 100%;
}
.contact-section .top-sc {
  margin-bottom: 80px;
}
.contact-section h5 {
  font-size: 24px;
  margin-bottom: 40px;
}
.contact-section .email-sc img {
  margin-bottom: 15px;
}
.contact-section h6 {
  font-size: 18px;
  font-family: var(--dm-sans);
}
.contact-section .small {
  font-size: 16px;
  font-weight: 400;
}
.contact-section p a {
  color: var(--black);
}
/* Form Styling */
.contact-form input {
  border-radius: 25px;
  padding: 13px 15px;
  border: 1px solid #dfdfdf;
}
.contact-form textarea {
  border-radius: 14px;
  resize: none;
}
.submit-btn {
  transition: all 0.3s ease;
  font-size: 16px;
  font-family: var(--dm-sans);
  border-radius: 10px;
  padding: 20px;
  background-color: var(--yellow);
  border: none;
}

.submit-btn:hover {
  background-color: var(--black);
  color: white;
}
.our-team-sc .icon-circle {
  width: 82px;
  height: auto;
}
.our-team-sc h5 {
  font-size: 14px;
  font-weight: 600;
}
.our-team-sc p {
  font-size: 14px;
  color: var(--black);
}
.our-team-sc .social-card {
  padding: 22px 27px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
}
/* Social Section */
.social-card {
  background-color: #f8f8f8;
  padding: 29px 30px;
  gap: 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.social-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  color: #212529;
}
.contact-form {
  padding: 60px;
  border-radius: 18px;
}
.form-label {
  font-size: 16px;
  font-family: var(--dm-sans);
  color: var(--black);
}

.social-section .header-hd {
  margin-bottom: 30px;
}
.social-card span {
  font-size: 22px;
  font-weight: 600;
  font-family: var(--seconday-font);
  color: var(--black);
}
.social-card {
  border-radius: 24px;
}
.about-us-slider {
  width: 838px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.about-us-sc .top-sc {
  width: 838px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.about-us-sc .top-sc h1 {
  font-size: 40px;
}
.about-us-sc .top-sc p {
  color: var(--black);
}
.about-us-sc .btm-sc {
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.about-us-sc .btm-sc h3 {
  font-size: 20px;
}
.about-us-sc .btm-sc .wrap {
  margin-bottom: 50px;
}
.about-us-sc .btm-sc .wrap:last-child {
  margin-bottom: 0;
}
.about-us-sc .btm-sc p {
  color: var(--black);
}
.about-us-slider {
  margin-top: 30px;
  margin-bottom: 50px;
}
.owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 20px;
  gap: 0px 5px;
}
.owl-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white !important;
  transition: all 0.5s;
}
.owl-dots button.active,
.owl-dots button:hover {
  background-color: var(--yellow) !important;
  transition: all 0.5s;
}
.default-theme-page h1 {
  font-size: 40px;
}
.default-theme-page .content {
  margin-top: 40px;
}
.default-theme-page h2 {
  font-size: 22px;
}
.default-theme-page h3 {
  font-size: 20px;
}
.default-theme-page h4 {
  font-size: 18px;
}
.default-theme-page h5 {
  font-size: 16px;
}
.default-theme-page h6 {
  font-size: 14px;
}
.default-theme-page .content p,
.default-theme-page ul {
  color: var(--black);
}
.default-theme-page ul {
  padding-left: 30px;
}
.default-theme-page li {
  margin-bottom: 0px;
  background-image: url(https://redriven.elvirainfotech.live/wp-content/uploads/2025/10/list.svg);
  background-repeat: no-repeat;
  background-position: left 15px;
  background-size: 20px;
  padding: 8px 0px 8px 30px;
}
.youtube-slider .owl-stage-outer {
  padding-bottom: 60px;
}
.reviewgrid .review-card {
  background-color: #f5f5f5;
}
.review-content iframe {
  width: 100%;
  height: 430px;
}
.review-content h2 ,.review-content h2 *{
  font-size: 24px;font-weight:600;
	margin:15px 0px 20px 0px
}
.review-content .wp-block-image{
	margin:40px 0px
}
.review-content .wp-block-gallery, .review-content .wp-block-embed{
	margin:40px 0px
	
}
.review-content .wp-block-gallery .wp-block-image{
	margin:10px 0px
}
.review-content h3,.review-content h3 * {
  font-size: 20px;
}
.review-content h4, .review-content h4 * {
  font-size: 18px;
}
.review-content h5 , .review-content h5 *{
  font-size: 16px;
}
.review-content h6, .review-content h6 * {
  font-size: 14px;
}
.review-content ul {
  padding-left: 30px;
}
.review-content li {
  position: relative;
  padding-left: 20px;
}
.review-content li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: rgba(1, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.owner-rating-section .owner-review-card h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.home-banner .owl-nav {
/*   padding-left: 30px;
  padding-right: 30px; */
	width: 100px;
    right: 108px;
    left: unset;
    bottom: 105px;
    top: unset;
}
.owl-carousel.banner-slider .owl-nav button.owl-prev, .owl-carousel.banner-slider .owl-nav button.owl-next{
	width: 45px;
}
.home-banner .banner-col {
  height: 650px;
}
.news-listing-card .small-card img {
  max-height: 150px;
}
.cars-news h6,
.small-card-content h6,
.news-card a h5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cars-news .small-card {
  height: 100%;
}
.cars-news .small-card img {
  max-height: 130px;
}
p.nocomments {
  font-size: 20px;
  font-weight: 700;
  color: var(--black);
}
.default-theme-page a {
  color: var(--yellow);
}
.default-theme-page a:hover {
  color: var(--black);
}
.no-review-found p {
  font-size: 25px;
}
.page-not-found h1 {
  font-size: 200px;
}
.single-owner-reviews .product-content {
  margin-bottom: 80px;
}
.product-slider-mbl-new .owl-nav {
  width: 100%;
  padding: 0px 5px;
  left: 0;
}
.owl-carousel .owl-nav.disbaled {
  pointer-events: none;
}
.product-slider-mbl-new.owl-carousel .owl-nav button.owl-prev,
.product-slider-mbl-new.owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  top: 38%;
}
.product-lightbox .owl-carousel .owl-nav button.owl-prev,
.product-lightbox .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  top: 38%;
  background-color: var(--black);
}
.product-lightbox .owl-carousel .owl-nav button.owl-prev {
  cursor: pointer;
}
.product-lightbox .owl-carousel .owl-nav {
  width: unset;
  position: unset;
}
.product-lightbox .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: calc(50% - 20px);
  left: -20px;
}
.product-lightbox .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 20px);
  right: -20px;
}
.comment-section span:nth-child(2) {
  display: none;
}
.product-slider-mbl-new .owl-item img {
  height: 60vw;
}
.site_logo p {
  color: var(--black);
  font-size: 13px;
  margin-bottom: 0;
  margin-top: 5px;
}
.news-listing-card .rgt-col-car {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
.news-card-sec.bg-light.cars-opinion .small-card {
  background-color: white;
}
.review-section .item {
  position: relative;
}
.review-section .time {
  position: absolute;
  bottom: 20px;
}
.review-section .review-body {
  padding-bottom: 40px;
}
.wp-block-list li {
  margin-bottom: 15px;
}
.post-type-archive-reviews .page-border {margin-bottom:0}
figure.wp-block-gallery.has-nested-images{
		margin-bottom:8px
	}
.wp-block-gallery + .wp-block-image{
	margin-top:8px
}
@media (min-width: 1300px) {
  .tag {
    font-size: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .small-card .img-sc {
    width: 100px;
  }
  .dot {
    width: 15px;
  }
  .owl-nav {
    width: 1080px;
    left: unset;
  }
}
/***/
@media (max-width: 1500px) {
  .owner-rating-section .owner-review-card > img {
    width: 120px;
  }
  .social-card span {
    font-size: 18px;
  }
  .home-banner .owl-nav {
	  right: 5px;
/*     padding-left: 50px;
    padding-right: 50px; */
  }
  .get-driven .lft-sc {
    padding: 30px 0px;
  }
  /* .brand-section .btm-slider{
      padding-left: 100px;
    } */
}
@media (max-width: 1200px) {
  .dot {
    width: 15px;
  }
  h1 {
    font-size: 40px;
  }
  h2,
  .overlay-content h2 {
    font-size: 35px;
  }
   .page-template-template-home h2{
		font-size: 24px;
	}
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 25px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
  .filter-sc .container {
    padding-left: 70px;
    padding-right: 70px;
  }
  /* .brand-section .btm-slider{
    padding-left: 50px;
  } */
  .get-driven p {
    margin-bottom: 27px;
  }
  .get-driven h2 {
    margin-bottom: 10px;
  }
  .get-driven .rgt-sc img {
    margin-top: -70px;
  }
  .small-card .img-sc {
    width: 100px;
  }
  .contact-form {
    padding: 25px;
  }
  .social-card {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-banner .banner-col .img-sc img {
    min-height: 600px;
  }
  .site_header {
    padding: 15px 0px;
  }
  header .btn-sc {
    margin-top: 6px;
  }
  .cus-btn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .btn-sc {
    margin-right: 70px;
  }
  .btnToggle {
    position: absolute;
    right: 60px;
  }
  .btnToggle {
    height: 32px;
    width: 30px;
    top: 20px;
    cursor: pointer;
    position: absolute;
  }
  .btnToggle span,
  .btnToggle span::before,
  .btnToggle span::after {
    background: var(--black);
    content: "";
    position: absolute;
    width: 30px;
    height: 3px;
    margin-top: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotateY(180deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .btnToggle span::before {
    margin-top: -9px;
  }
  .btnToggle span::after {
    margin-top: 9px;
  }
  .btnToggle.active span {
    background: transparent;
  }
  .btnToggle.active span::before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .btnToggle.active span::after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .btnToggle.active {
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }
  .btnClose {
    color: white;
  }
  .mobile_menu_wrap {
    position: fixed;
    width: 100%;
    height: 0px;
    overflow: hidden;
    left: 0px;
    top: 60px;
    background: var(--black);
    padding: 0px 30px;
    transition: height linear 0.4s;
  }
  .mobile_menu_wrap.dropNav {
    height: 100vh;
    overflow: auto;
    padding-bottom: 50px;
  }
  .main_menunav {
    width: 100%;
  }
  .main_menunav ul li {
    display: block;
    text-align: left;
    margin: 10px 0px;
    position: relative;
  }
  .site_header .header_action {
    flex-wrap: wrap;
  }
  .site_header .header_action .select-lang-wrap {
    width: 100%;
  }
  .select-lang-wrap .select_lang {
    width: 100%;
  }
  .header_action .btn_panel {
    width: 100%;
    display: block;
    margin: 25px 0px;
  }
  .header_action .btn_panel .btnShop {
    display: block;
    margin: 0px;
  }
  .owner-rating-section .owner-review-card {
    display: block;
  }
  .owner-rating-section .owner-review-card > img {
    width: 100%;
    height: 150px;
  }
  .owner-rating-section .owner-review-card img {
    border-radius: 6px 6px 0px 6px;
  }
  .product-cnt-lft {
    padding-right: 15px;
  }
  .author-card .author-desc {
    font-size: 16px;
  }
  .site_header {
    height: 70px;
  }
  .main_menunav ul li a {
    color: white;
  }

  .page-border {
    margin-top: 0px;
  }
	.home-banner .owl-nav{
		right: 22px;
	}
}
@media (min-width: 1201px) {
  .model-wp img {
    width: 20px;
  }
  .title-grid h6 {
    font-size: 15px;
  }
  .brand-home-top .brand-card img {
    height: 60px;
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
  .review-section.space-pd h2,
  .home .news-card-sec,
  .page-template-template-reviews .review-section .section-hd,
  .video-review .section-hd,
  .page-template-template-news-listing .cars-opinion h2 {
    margin-top: -10px;
  }
  .review-content * {
    font-size: 17px;
    line-height: 27px;
  }
  /* .review-section.reviewesfour.space-pd{
    padding-top: 60px;
  } */
  .news-card-sec.news-listing-card .small-card {
    height: 33.33%;
  }
  .youtube-card iframe {
    height: 15vw;
  }

  .reviewgrid .small-card img {
    max-height: 130px;
  }
  .main_menunav ul li.has-submenu > a {
    background-image: url(../images/down2.svg);
    background-size: 12px;
    background-position: right center;
    padding-right: 20px;
    background-repeat: no-repeat;
  }
  /* body:not(.home) .main_menunav ul li.has-submenu > a{
    background-image: url(../images/down2.svg);
  } */
  .btnToggle {
    display: none;
  }
  .btnClose {
    display: none;
  }
}
@media (max-width: 991px) {
  .video-review .rgt-col iframe {
    height: 200px !important;
  }
  .video-review .lft-sc iframe {
/*     height: 420px; */
  }
  .cars-opinion .small-card .img-sc img {
    height: auto;
  }
  .has-more-photos p {
    font-size: 20px;
  }
  .title-grid h1 {
    font-size: 25px;
  }
  .our-team-sc h5 {
    margin: 0;
  }
  .our-team-sc .social-card .icon-circle {
    width: 45px;
    height: 45px;
  }
  .social-card .icon-circle {
    width: 30px;
    height: 30px;
  }
  .social-card span {
    font-size: 16px;
  }
  .get-driven .lft-sc {
    padding-top: 80px;
  }
  .get-driven {
    margin-top: 100px;
  }
  .get-driven .rgt-sc img {
    margin-top: 0;
  }
  .social-sc {
    margin-top: 20px;
  }
  .social-sc ul {
    justify-content: center;
  }
}
@media (max-width: 767px) {

  .review-section .owl-carousel .owl-nav button.owl-prev, .review-section .owl-carousel .owl-nav button.owl-next{
    width: 35px !important;
    height: 35px !important;
    margin: 0px 33px !important;
  }
	body .wp-block-gallery figure{
		margin-bottom:10px !important
	}
	body .wp-block-gallery figure:last-child{
		margin-bottom:0 !important
	}
	.wp-block-gallery + .wp-block-image{
		margin-top:10px
	}
	
	figure.wp-block-gallery.has-nested-images{
		gap:0px 10px;
	}
  .news-listing-card .news-card .ft-sc .img-sc {
    height: auto;
  }
  .product-cnt-lft {
    padding-right: 0;
  }
  .owner-rating-card .owner-section.owner-reviews {
    display: none;
  }

  .cars-opinion .small-card {
    height: auto !important;
  }
  .owner-rating-section {
    margin-top: 20px;
  }
  .brand-card img {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .home-banner .top-title {
    font-size: 14px;
    color: var(--black);

  }
  .filter-sc button{
    
    border: 0px;
  }
  .site_header.fixedHeader,
  .site_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .site_logo p {
    white-space: nowrap;
    font-size: 10px;
    margin-top: 0;
  }
  .brand-section.space-mr {
    margin-top: 30px;
  }
  .banner-slider .btn-sc {
    display: none;
  }
  .home-banner .banner-col {
    background-color: #f5f5f5;
  }
  .home-banner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 25px;
  }
  .home-banner > div {
    width: 100%;
  }

  .owl-carousel .owl-stage-outer {
    border-radius: 12px;
  }

  .product-slider-mbl-new .owl-nav{
    top: 43%;
  }

 
  .news-d-title-sc .model-sc {
    gap: 10px 0;
  }
  body .product-content-btm {
    padding-top: 0px;
    margin-top: 0px;
  }
  .brand-section .show-all {
    display: none;
  }
  .product-content.news-details {
    margin-top: 0;
  }
  .main_menunav ul li li {
    margin: 0;
  }
  .social-card .icon-circle {
    width: 40px;
    height: 40px;
  }
  body .mobile_menu_wrap {
    top: 65px;
  }
  .review-content iframe {
    height: 57vw;
  }
  .review-section.reviewesfour.space-pd {
    padding-top: 45px;
  }
  .single .review-section.reviewgrid {
    margin-top: 50px;
  }
  .owner-rating-section .owner-section {
    margin-bottom: 0;
  }
  .home .news-card-sec,
  .social-section .header-hd {
    margin-top: -10px;
  }
  .page-template-template-reviews .review-section {
    margin-top: 50px;
  }
  .page-border {
    margin-bottom: 25px;
  }
  .news-card-sec.cars-opinion1 h2,
  .news-card-sec.cars-opinion2 h2 {
    margin-top: -10px;
  }
  .video-review.space-pd {
    padding-top: 50px;
  }
  .inner-banner {
    padding: 40px 0px 60px 0px;
  }
  .news-card .comment-section img {
    height: auto;
  }
  .news-card-sec.news-listing-card .top-tag,
  .news-card-sec.news-listing-card .content {
    display: none;
  }
  .news-card-sec.news-listing-card h5 {
    font-size: 14px;
  }
  .news-content {
    padding: 15px;
  }
  .youtube-slider {
    margin-top: 20px !important;
  }
  .brand-card {
    padding: 10px;
  }
  .brand-card img {
    margin-bottom: 10px;
    height: 60px;
  }
  .youtube-video.space-mr {
    margin-top: 45px;
  }
  .home-banner .content-wrap {
    padding: 0px 15px;
  }
  .owner-rating-section .owner-review-card > img {
    height: 65vw;
  }
  .model-sc {
    gap: 0px;
  }
  .model-wp {
    width: 50%;
    padding-bottom: 20px !important;
  }
  .title-grid p {
    font-size: 13px;
  }
  .btnToggle {
    top: 29px;
  }
  .hero-review .owl-nav {
    width: 78px;
    bottom: 13px;
  }
  .hero-review .cus-btn {
    font-size: 12px;
    padding-right: 30px;
    padding-left: 15px;
  }
  .hero-review .cus-btn:after {
    width: 10px;
    background-repeat: no-repeat;
    right: 15px;
  }
  .hero-review .owl-carousel .owl-nav button.owl-prev,
  .hero-review .owl-carousel .owl-nav button.owl-next {
    width: 28px;
    height: 28px;
  }
  .hero-review .overlay-content h2 {
    font-size: 16px;
    margin: 5px 0px;
  }
  .hero-review .top-title {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .filter-sc .inner-wp {
    margin: 0;
    background-color: #F5F5F5 !important;
  }
  .get-driven{
    margin-top: 100px;
  }
  .home-banner .banner-col .img-sc img {
    height: 50vw;
    min-height: auto;
  }
  .hero-review .overlay-content p {
    font-size: 12px;
    line-height: 1.3;
    margin-bottom: 10px;
  }
  body .home-banner .banner-col {
    height: auto;
    border-radius: 13px;
  }
  .home-banner .content-sc {
    position: unset;
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .home-banner .content-sc .container {
    padding: 0;
  }
  .youtube-slider iframe {
    height: 57vw;
  }
  .hero-slide img {
    height: 200px;
  }
  .site_logo {
    max-width: 100px;
  }
  .home-banner .content-sc {
    background-color: transparent;
  }
  .home-banner h1 {
    color: var(--black);
  }

  .home-banner .owl-nav {
/*     padding-left: 5px;
    padding-right: 5px; */
    width: 100%;
    left: 0;
    top: 30%;
  }
  .home-banner .owl-carousel .owl-nav button.owl-prev,
  .home-banner .owl-carousel .owl-nav button.owl-next {
    width: 35px;
    height: 35px;
    margin: 0px 10px !important;
  }
  #commentform .comment-form-cookies-consent label {
    width: calc(100% - 15px);
  }
  .single-owner-reviews .product-content {
    margin-bottom: 60px;
  }
  .review-content ul {
    padding-left: 15px;
  }
  body:not(.home) .main_menunav ul li a {
    color: white;
  }
  .page-not-found h1 {
    font-size: 100px;
  }
  .model-sc {
    flex-wrap: wrap;
  }
  .owner-rating-section .owner-rating-card {
    width: 100%;
  }
  .owner-rating-section .owner-section:last-child {
    margin-bottom: 0;
  }
  .product-content.news-details {
    padding-top: 0;
  }
  .product-grid-layout .top-photo img,
  .has-more-photos::after {
    border-radius: 0;
  }
  .news-d-title-sc .model-sc {
    flex-wrap: wrap;
  }
  .home-banner .banner-col {
    height: 400px;
  }
  .home-banner .cus-btn {
    font-size: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    top: 5px;
    right: 5px;
    padding-left: 18px;
    padding-right: 35px;
  }
  .news-card-sec .cus-btn{
    font-size: 14px !important;
  }
  .home-banner .banner-col .img-sc img,
  .home-banner .banner-col .img-sc {
    border-radius: 13px;
  }
  .home-banner .cus-btn:after {
    right: 18px;
  }
  .home-banner .top-tile {
    font-size: 12px;
  }
  .home-banner h1 {
    font-size: 18px;
  }
  .home-banner .banner-col .img-sc img {
    border-radius: 13px 13px 0px 0px;
  }
  .cars-news .small-card img {
    max-height: unset;
  }
  .small-card {
    display: block;
  }
  .small-card .img-sc {
    width: 100%;
  }
  .comment-section {
    font-size: 10px;
  }
  .product-content {
    position: relative;
    padding-top: 60px;
  }
  .share-save-container {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 20px;
  }
  .filter-flex button {
    padding: 10px;
  }
  .youtube-slider .owl-stage-outer {
    padding-bottom: 25px;
  }
  .brand-card h6 {
    font-size: 13px;
  }
  /* .brand-section .btm-slider{padding-left: 20px;} */
  .btnToggle {
    right: 20px;
  }
  header .btn-sc {
    display: none;
  }
  .author-card {
    padding: 20px;
    margin: 0px !important;
  }
  .author-card .author-img {
    width: 50px;
    height: 50px;
  }
  .product-grid-layout .lft-sc img {
    border-radius: 0;
  }
  .inner-banner p {
    font-size: 16px;
  }
  .reviewgrid .row {
    --bs-gutter-y: 27px;
  }
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 25px;
  }
  h3,
  .overlay-content h2 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  footer {
    padding-top: 50px;
  }
  .thumb-slider img {
    height: 60px !important;
  }
  .share-save-container {
    margin-top: 0px;
    display: none;
  }
  .about-us-sc .top-sc h1,
  .default-theme-page h1,
  .inner-banner h1 {
    font-size: 30px;
  }
  .video-review .rgt-col iframe {
    height: 200px !important;
  }
  .video-review .lft-sc {
    margin-bottom: 15px;
  }
  .default-theme-page ul {
    padding-left: 15px;
  }
  .newsletter-sc input {
    padding: 18px 20px;
  }
  .newsletter-sc button {
    padding: 8px 20px;
  }
  .contact-section .top-sc {
    margin-bottom: 35px;
  }
  .contact-section h5 {
    margin-bottom: 20px;
  }
  .submit-btn {
    padding: 12px;
  }
  .footer-top {
    padding-bottom: 20px;
  }
  .footer-btm {
    padding-top: 20px;
  }
  body .accordion-body {
    font-size: 14px;
  }
  .faq-title {
    margin-bottom: 20px;
  }
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .filter-sc .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .show-all {
    font-size: 14px !important;
  }
  .show-all img {
    width: 10px;
  }
  .review-section .text-muted,
  .section-subtitle {
    font-size: 16px;
  }
  .youtube-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-right-sc {
    margin-top: 30px;
    padding-top: 20px;
  }
  .copy-right-sc ul {
    justify-content: center;
  }
  .copy-right-sc ul li:first-child {
    padding-left: 0;
  }
  .copy-right-sc {
    text-align: center;
  }
  .overlay-content {
    left: 0;
    top: unset;
    bottom: 14px;
    transform: unset;
    padding: 15px;
  }
  .youtube-video .owl-nav {
    left: calc(50% - 60px);
  }
  .get-driven .lft-sc {
    padding: 50px 20px 0px 20px;
  }
  .top-title {
    margin-bottom: 15px;
  }
  .home-banner h1 {
    margin-bottom: 5px;
  }
  .news-card .ft-sc img {
    max-height: 150px;
  }

  .news-meta span img,
  .comment-section span img {
    width: 11px;
    object-fit: contain;
  }
  .review-section .owl-theme .owl-nav {
    top: 21%;
    width: 110%;
    right: 0;
    left: -5%;
  }
  .filter-sc .row {
    --bs-gutter-y: 15px;
  }
  .space-mr {
    margin: 10px 0px;
  }
  .space-pd {
    padding: 60px 0px;
  }
  .site_header {
    padding: 10px 0px;
    height: auto;
  }
  .site_header.fixedHeader {
    height: auto;
  }



    
}

@media (max-width: 1199px) {
  li:not(.has-submenu) .dropdown-btn {
    display: none;
  }
  .main_menunav ul li li a {
    color: white;
  }

  .main_menunav .menu li .sub-menu {
    box-shadow: none !important;
    visibility: visible;
    display: none;
    position: relative;
    margin: 0px;
  }
  .main_menunav .menu li .sub-menu {
    padding-left: 20px;
  }
  .dropdown-btn {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid white;
    border-radius: 4px;
    position: absolute;
    text-align: center;
    right: 0px;
    top: 12px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .sub-menu li > .dropdown-btn {
    display: none;
  }

  .dropdown-btn .fa-minus {
    display: none;
  }
  .dropdown-btn.open .fa-plus {
    display: none;
  }
  .dropdown-btn.open .fa-minus {
    display: block;
    margin-top: 4px;
  }
}

@media (min-width: 1200px) {
  .main_menunav .menu li .sub-menu {
    position: absolute;
    padding: 10px 10px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.15);
    background: #fff;
    border-radius: 5px;
    visibility: hidden;
    transform: translateY(20px);
    transition: transform 0.5s;
    opacity: 0;
    min-width: 250px;
    top: 65px;
  }
  .main_menunav .menu li .sub-menu li {
    display: block;
  }
  .main_menunav .menu li:hover .sub-menu {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
  }
  .dropdown-btn {
    display: none;
  }
}

/* new css 21.10.2025 */
.social-sc ul li img {
  width: 16px;
  height: 16px;
}
.youtube-card iframe {
  width: 100%;
}

@media (max-width: 599px) {

  .wp-block-gallery.has-nested-images.columns-default.is-layout-flex {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: var(--wp--style--unstable-gallery-gap, 16px) !important;
  }

  .wp-block-gallery.has-nested-images.columns-default.is-layout-flex
  > figure.wp-block-image {
    flex: 0 0 calc(
      50% - (var(--wp--style--unstable-gallery-gap, 16px) / 2)
    ) !important;
    max-width: calc(
      50% - (var(--wp--style--unstable-gallery-gap, 16px) / 2)
    ) !important;
    margin: 0 !important;
  }
  .page-numbers{
    padding: 8px 10px !important;
    margin: 0px !important;
    font-size: 12px !important;
        display: flex;
    gap: 5px;
    justify-content: center;
  }
  .page-numbers.current{
     padding: 8px 10px !important;
  }
  .review-section.reviewesfour{
    padding-bottom: 30px;
  }
}
