.swiper {
  width: 100%;
  height: 100%;
}

.section1 h2 {
  font-size: 35px;
  text-align: center;
}

.section1 h2 span {
  color: red;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 {
  padding: 50px 10px 40px 10px;
}

.paint-protection-row .paint-protection-colum1 h2 {
  font-weight: 700;
}

.paint-protection-row .paint-protection-colum1 h2 span {
  color: red;
}

.paint-protection-row .paint-protection-colum1 p {
  text-align: justify;
}

.section2 {
  padding: 40px 10px;
  background-color: #f1f1f1;
}

.section3 {
  padding: 40px 10px 10px 10px;
}

.product-range-heading h2 {
  font-weight: 800;
  text-align: center;
  font-style: italic;
  font-size: 40px;
}

.product-range-heading h2 span {
  color: red;
}

.product-range-heading p {
  text-align: center;
}


.product-range-colum h2 {
  font-weight: 800;
  font-style: italic;
  color: red;
  margin-bottom: 20px;
}

.product-range-colum h2 span {
  color: rgb(0, 0, 0);
  border-bottom: 3px solid black;
  padding-bottom: 2px;
}

.product-range-colum p {
  text-align: justify;
}

.product-range-img img {
  width: 80%;
}

.section6 {
  background-image: url(../images/dealer/hidden-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 10px 40px 10px;
}

.hidden-heading h3 {
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 35px;
}

.hidden-heading h3 span {
  color: red;
}

.hidden-heading p {
  color: white;
  text-align: center;
  font-size: 15px;
  margin-top: 20px;
}

.hidden-row {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.hidden-row .hidden-col {
  width: 14%;
}

.hidden-row .hidden-col img {
  width: 100%;
  transition: 0.5s;
  cursor: pointer;
}

.hidden-row .hidden-col img:hover {
  margin-top: -40px;
  transition: 0.5s;
}

.hidden-row .hideen-1 {
  padding: 25px;
}

.hidden-row .hideen-2 {
  padding: 20px;
}

.hidden-row .hideen-3 {
  padding: 15px;
}

.section7 {
  padding: 10px 10px 30px 10px;
}

.section-product {
  margin-bottom: 4rem;
}

.swiper-pagination-bullet-active {
  background: #ff0000 !important;
}

.section-product .item1 {
  background: url(../images/dealer/item1.webp), rgba(0, 0, 0, 0.55);
}

.section-product .item2 {
  background: url(../images/dealer/item2.webp), rgba(0, 0, 0, 0.463);
}

.section-product .item3 {
  background: url(../images/dealer/item3.webp), rgba(0, 0, 0, 0.463);
}

.section-product .item4 {
  background: url(../images/dealer/item4.webp), rgba(0, 0, 0, 0.463);
}

.section-product .item5 {
  background: url(../images/dealer/item5.webp), rgba(0, 0, 0, 0.463);
}

.section-product .item6 {
  background: url(../images/dealer/item6.webp), rgba(0, 0, 0, 0.463);
}

.section-product .item7 {
  background: url(../images/dealer/item7.webp), rgba(0, 0, 0, 0.463);
}

.section-product .item-bg {

  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  background-position: center;
  align-content: center;
  padding: 20px;
  transition: 0.4s;
  border: 8px solid red;
  border-radius: 5px;

}

.section-product .item-bg:hover {
  cursor: pointer;
  transition: 0.6s !important;
  margin-top: -20px;

}

.section-product .item-bg:hover p {
  display: block;
}

.section-product .item-bg:hover h2 {
  display: none;
}

.section-product .item-bg p {
  color: white;
  font-size: 15px;
  display: none;

}

.section-product .item-bg h2 {
  color: white;
  font-weight: 700;
  font-size: 50px;

}

.section-product .item-bg h2 span {
  color: red;
  font-style: italic;
}

.section8 {
  padding: 60px 10px 60px 10px;
  background-image: url(../images/dealer/hidden-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.quote1 {
  width: 30%;
  background: #ff0000;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  float: inline-end;
  padding: 10px 0px;
  color: white;
  transition: 0.4s;
  border: 2px solid white !important;
  border-radius: 5px;
}

.quote2 {
  width: 30%;
  background: #ff0000;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  padding: 10px 0px;
  color: white;
  transition: 0.4s;
  border: 2px solid white !important;
  border-radius: 5px;
}

.zoom-in-zoom-out:hover {
  background-color: black;

}

.zoom-in-zoom-out a {
  text-decoration: none;
  color: white;
}

.end-quote {
  margin-top: 2rem !important;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }

  50% {
    transform: scale(1.2, 1.2);
  }

  100% {
    transform: scale(1, 1);
  }
}


@media(max-width:997px) {
  .zoom-in-zoom-out {
    width: 50%;
  }
}


@media(max-width:768px) {
  .row1 {
    flex-direction: column-reverse;
  }

  .section4 {
    background-image: none;
    padding: 20px 10px;
  }

  .section5 {
    background-color: none;
    padding: 20px 10px;
  }

  .product-range-img img {
    width: 100%;
  }

  .product-range-heading h2 {
    font-size: 35px;
  }

  .hidden-row .hidden-col {
    width: 33.33%;
    margin-top: 2rem;
  }

  .hidden-row {
    margin-top: 1rem;
  }

  .end-quote .col-md-6 {
    width: 50%;
  }

  .zoom-in-zoom-out {
    width: 80%;
  }

  .hidden-heading h3 {
    font-size: 25px;
  }

  .section1 {
    padding: 40px 10px 20px 10px;
  }

  .section-product .item-bg h2 {
    line-height: 55px;
  }

  .hidden-row .hideen-1 {
    padding: 0px;
  }

  .hidden-row .hideen-2 {
    padding: 0px;
  }

  .hidden-row .hideen-3 {
    padding: 0px;
  }

  .section1 h2 {
    font-size: 30px;
    text-align: center;
    line-height: 39px;
  }

}

@media(max-width:500px) {
  .section1 h2 {
    font-size: 25px;
  }
}

@media(max-width:400px) {
  .zoom-in-zoom-out {
    width: 90%;
  }
}




.service-banner h1 {
  font-size: 38px;
}

.accordion-body {
  PADDING: 30PX;
}

.accordion-body h2 {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 2px;
}

.accordion-body h2 span {
  color: red;
}

.accordion {
  --bs-accordion-btn-icon: url(../images/white-errow.png) !important;
  --bs-accordion-btn-active-icon: url(../images/white-errow.png) !important;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-collapse {
  background: white;
}

.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 100px) !important;
  color: #ff0000;
  font-weight: 800;
}

.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 100px) !important;
  color: #ff0000;
  font-weight: 800;
}

.accordion-item {
  background: transparent !important;
}

.accordion-item .accordion-header button {
  background: transparent !important;
}

.accordion-button::after {
  margin: auto;
  --bs-accordion-btn-icon-width: 4.25rem !important;
}

.accordion-item:last-of-type {
  border: none;
}

@media(max-width:1600px) {
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 40px) !important;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 40px) !important;
  }
}

@media(max-width:1500px) {
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 20px) !important;
  }

  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 20px) !important;
  }
}

@media(max-width:700px) {
  .swiper-button-next {
    display: none;
  }

  .swiper-button-prev {
    display: none;
  }
}



/* details & map Css */
.details-section {
  padding: 40px 10px;
}

.details-row .details-colum2 iframe {
  width: 100%;
  border: 3px solid red !important;
  border-radius: 5px;
  height: 570px;
}

.details-row .details-colum1 h3 {
  font-weight: 700;
  text-align: center;
  font-size: 35px;
}

.details-row .details-colum1 {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 25px;
}

.details-row .details-colum1 h3 span {
  color: red;
}

.deep-row .deep-colum1 {
  align-content: center;
  text-align: center;
}

.deep-row .deep-colum1 i {
  background: black;
  color: white;
  padding: 15px;
  border-radius: 100%;
  border: 4px solid red;
}

.deep-row .deep-colum2 h3 {
  font-weight: 700;
  text-align: start;
  font-size: 20px;
}

.deep-row .deep-colum2 p {
  font-size: 15px;
}

@media(max-width:1400px) {
  .details-row .details-colum2 iframe {
    height: 600px;
  }
}

@media(max-width:997px) {
  .details-row .details-colum1 {
    width: 100%;
    margin-bottom: 2rem;
  }

  .details-row .details-colum2 {
    width: 100%;
  }
}

@media(max-width:768px) {
  .deep-row .deep-colum1 {
    width: 20%;
  }

  .deep-row .deep-colum2 {
    width: 80%;
  }
}