﻿/* newstyle.css - Merged section styles from karsfix, serfix, repairix */

@import url("https://fonts.googleapis.com/css2?family=Sora:wght@400;600;700&family=Raleway:wght@400;500;600&family=Arimo:wght@400;600;700&family=Poppins:wght@400;500;600;700&family=Roboto+Condensed:wght@300;400;700&display=swap");

:root {
  --primary-color: #2684E5;
  --primary-dark: #1A6BC4;
  --primary-light: #5AA3EF;
  --primary-lighter: #E8F2FD;
  --primary-rgb: 38, 132, 229;
  --pbmit-global-color: var(--primary-color);
  --pbmit-global-color-rgb: var(--primary-rgb);
  --pbmit-light-color: var(--primary-lighter);
  --pbmit-white-color: #ffffff;
  --pbmit-blackish-color: #151313;
  --pbmit-heading-typography-font-family: "Sora", sans-serif;
  --pbmit-btn-typography-font-family: "Sora", sans-serif;
  --pbmit-body-typography-color: #565656;
  --repairix-theme-color: var(--primary-color);
  --serfix-primary: var(--primary-color);
  --text-color: #222222;
  --bg-color: #ffffff;
  --border-color: #e5e5e5;
  --dark-bg: #222222;
}

/* Reset carbazar defaults inside merged sections */
.features.section-lg .item {
  display: none;
}

/* .rev_slider_wrapper .ttr-slider {
  margin-top: 34px;
} */

.our-projects.latest-project-style1-area {
  background: var(--bg-color);
  padding: 100px 0;
}

/* Bootstrap 4 utility aliases for BS3 template */
.features.section-lg .pt-5 {
  padding-top: 3rem;
}

@media (min-width: 992px) {
  .features.section-lg .mt-md-2 {
    margin-top: 0.5rem;
  }
}

@media (min-width: 1200px) {
  .features.section-lg .col-xl-4 {
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.features.section-lg .img-fluid {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ===== KARSFIX: section-lg / Why Choose (features) ===== */
.features.section-lg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.features.section-lg .pbmit-heading-subheading {
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.features.section-lg .pbmit-subtitle {
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-block;
  color: var(--pbmit-global-color);
  font-family: var(--pbmit-heading-typography-font-family);
}

.features.section-lg .pbmit-subtitle:before,
.features.section-lg .pbmit-subtitle:after {
  content: '/';
  display: inline-block;
}

.features.section-lg .pbmit-title {
  font-size: 48px;
  line-height: 50px;
  letter-spacing: -2px;
  margin-bottom: 0;
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 700;
  color: var(--pbmit-blackish-color);
}

.features.section-lg .pbmit-heading-desc {
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  /* color: var(--pbmit-body-typography-color); */
  color: #000;
}

.features.section-lg .pbmit-global-color {
  color: var(--pbmit-global-color);
}

.features.section-lg .pbmit-btn {
  position: relative;
  display: inline-block;
  padding: 14px 30px;
  margin-bottom: 30px;
  background-color: var(--pbmit-global-color);
  color: var(--pbmit-white-color);
  border-radius: 30px;
  font-family: var(--pbmit-btn-typography-font-family);
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  text-decoration: none;
  transition: all 0.4s ease;
}

.features.section-lg .pbmit-btn:hover {
  color: var(--pbmit-white-color);
  opacity: 0.9;
  text-decoration: none;
}

.features.section-lg .pbmit-button-content-wrapper {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.features.section-lg .pbmit-button-icon svg {
  width: 18px;
  height: 18px;
}

.features.section-lg .pbmit-btn:hover svg path {
  stroke: var(--white-color);
}

.features.section-lg .tween-effect-style-area {
  margin: 0 0 0 -200px;
}

.features.section-lg .pbmit-tween-effect-style-1 .pbmit-tween-effect img {
  border-radius: 30px;
}

.features.section-lg .why-choose-one-about-img img {
  border-radius: 30px;
  width: 100%;
}

.features.section-lg .pbmit-ihbox-style-2 {
  transition: all 0.25s ease-out;
}

.features.section-lg .pbmit-ihbox-style-2:hover {
  transform: translate(0, -5px);
}

.features.section-lg .pbmit-ihbox-style-2 .pbmit-ihbox-headingicon {
  display: inline-flex;
  align-items: flex-start;
}

.features.section-lg .pbmit-ihbox-style-2 .pbmit-ihbox-icon {
  margin-right: 20px;
  display: inline-block;
}

.features.section-lg .pbmit-ihbox-style-2 .pbmit-icon-type-icon {
  min-width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  font-size: 40px;
  line-height: 35px;
  color: var(--pbmit-global-color);
  background-color: var(--pbmit-light-color);
}

.features.section-lg .pbmit-ihbox-style-2 .pbmit-element-title {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 5px;
  font-family: var(--pbmit-heading-typography-font-family);
  font-weight: 700;
}

.features.section-lg .pbmit-ihbox-style-2 .pbmit-heading-desc {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  /* color: var(--pbmit-body-typography-color); */
  color: #000;
}


/* ===== SERFIX: ttr-slider style-2 (rev_slider_wrapper) ===== */
.rev_slider_wrapper {
  overflow: hidden;
}

.rev_slider_wrapper .ttr-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.rev_slider_wrapper .ttr-slider .slider-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.rev_slider_wrapper .ttr-slider .slider-content {
  position: absolute;
  left: 50%;
  width: 100%;
  top: auto;
  bottom: 30px;
  transform: translateX(-50%);
}

.rev_slider_wrapper .ttr-slider.style-2 .slider-img {
  height: 100vh;
  min-height: 550px;
  position: relative;
}

.rev_slider_wrapper .ttr-slider.style-2 .slider-content .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 110px;
  line-height: 110px;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #fff;
  font-weight: 700;
  animation: merged-move2 5s infinite alternate;
}

.rev_slider_wrapper .ttr-slider.style-2 .slider-content .sub-title {
  font-family: "Poppins", sans-serif;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 2px;
  color: #fff;
  animation: merged-move2 5s infinite alternate;
}

.rev_slider_wrapper .ttr-slider.style-2 .slider-content .sub-title:before,
.rev_slider_wrapper .ttr-slider.style-2 .slider-content .sub-title:after {
  content: "//";
  font-family: "Roboto", sans-serif;
  color: var(--serfix-primary);
  font-weight: 900;
  display: inline-block;
  transform: scale(0.93) translateY(-3%);
}

.rev_slider_wrapper .ttr-slider.style-2 .slider-content .sub-title:before {
  margin-right: 15px;
}

.rev_slider_wrapper .ttr-slider.style-2 .slider-content .sub-title:after {
  margin-left: 15px;
}

.rev_slider_wrapper .ttr-slider.style-2 .swiper-pagination {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  width: 45px;
  left: auto;
  bottom: auto;
}

.rev_slider_wrapper .ttr-slider.style-2 .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  display: block;
  margin: 18px;
  background: transparent;
  opacity: 1;
  transition: all 0.5s;
  border-radius: 50%;
}

.rev_slider_wrapper .ttr-slider.style-2 .swiper-pagination-bullet-active {
  border-color: #fff;
}

.rev_slider_wrapper .car-wheel {
  display: inline-block;
  position: relative;
  animation: merged-float 2.5s infinite;
}

.rev_slider_wrapper .car-wheel .wheel-1,
.rev_slider_wrapper .car-wheel .wheel-2 {
  position: absolute;
  width: 17%;
  height: auto;
  animation: merged-spin1 2.5s infinite linear;
}

.rev_slider_wrapper .car-wheel .wheel-1 img,
.rev_slider_wrapper .car-wheel .wheel-2 img {
  width: 100%;
}

.rev_slider_wrapper .car-wheel .wheel-1 {
  left: 7%;
  bottom: 13%;
}

.rev_slider_wrapper .car-wheel .wheel-2 {
  right: 6.5%;
  bottom: 13%;
}

.rev_slider_wrapper .car-wheel.wheel2 .wheel-1,
.rev_slider_wrapper .car-wheel.wheel2 .wheel-2 {
  width: 13.88%;
}

.rev_slider_wrapper .car-wheel.wheel2 .wheel-1 {
  left: 11.5%;
  bottom: 14.2%;
}

.rev_slider_wrapper .car-wheel.wheel2 .wheel-2 {
  right: 14%;
  bottom: 15%;
}

.rev_slider_wrapper .slide-move {
  animation: merged-bgMove 40s infinite linear;
  background-repeat: repeat-x;
  background-size: cover;
}

.rev_slider_wrapper .slide-move img {
  opacity: 0;
}

@keyframes merged-move2 {
  0% {
    transform: translate(0);
  }

  25% {
    transform: translate(-10px, -10px);
  }

  50% {
    transform: translate(-5px, -5px);
  }

  75% {
    transform: translate(-10px, 5px);
  }

  100% {
    transform: translate(0);
  }
}

@keyframes merged-float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes merged-spin1 {
  0% {
    transform: rotate(-320deg);
  }

  100% {
    transform: rotate(-680deg);
  }
}

@keyframes merged-bgMove {
  100% {
    background-position: 3000px 0;
  }
}

@media (max-width: 1680px) {
  .rev_slider_wrapper .ttr-slider.style-2 .car-wheel {
    width: 75%;
  }

  .rev_slider_wrapper .ttr-slider.style-2 .slider-content .title {
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 50px;
  }

  .rev_slider_wrapper .ttr-slider.style-2 .slider-content .sub-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .rev_slider_wrapper .ttr-slider.style-2 .slider-content .title {
    font-size: 62px;
    line-height: 62px;
    margin-bottom: 30px;
  }

  .rev_slider_wrapper .ttr-slider.style-2 .slider-content .sub-title {
    font-size: 20px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .rev_slider_wrapper .ttr-slider.style-2 .slider-img {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .rev_slider_wrapper .ttr-slider.style-2 .slider-img {
    height: 550px;
  }

  .rev_slider_wrapper .ttr-slider.style-2 .swiper-pagination {
    right: 25px;
  }

  .rev_slider_wrapper .ttr-slider.style-2 .car-wheel {
    width: 90%;
  }

  .rev_slider_wrapper .ttr-slider.style-2 .slider-content .title {
    font-size: 52px;
  }

  .features.section-lg .pbmit-ihbox-style-2 .pbmit-ihbox-headingicon {
    display: block;
  }

  .features.section-lg .pbmit-ihbox-style-2 .pbmit-ihbox-icon {
    margin: 0 0 20px 0;
  }

  .features.section-lg .tween-effect-style-area {
    display: none;
  }

  .features.section-lg .why-choose-one-about-img {
    margin: 0 0 30px;
    text-align: center;
  }

  .features.section-lg .pbmit-title {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 575px) {
  .rev_slider_wrapper .ttr-slider.style-2 .slider-content {
    bottom: 60px;
  }

  .rev_slider_wrapper .ttr-slider.style-2 .slider-content .title {
    font-size: 42px;
    line-height: 42px;
  }

  .rev_slider_wrapper .ttr-slider.style-2 .slider-content .sub-title {
    font-size: 18px;
  }

  .rev_slider_wrapper .ttr-slider.style-2 .slider-img {
    height: 480px;
  }
}


/* ===== REPAIRIX: latest-project-style1-area (our-projects) ===== */
.our-projects.latest-project-style1-area {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--bg-color);
  padding: 50px 0;
}

.our-projects.latest-project-style1-area .bg-color {
  position: absolute;
  top: 0;
  left: 65%;
  bottom: 0;
  width: 50000px;
  background: var(--repairix-theme-color);
}

.our-projects.latest-project-style1-area .bg-color .inner {
  position: absolute;
  bottom: 0;
  left: 300px;
}

.our-projects.latest-project-style1-area .thm-clr {
  color: var(--repairix-theme-color);
}

.our-projects.latest-project-style1-area .sec-title {
  position: relative;
  display: block;
  padding-bottom: 60px;
}

.our-projects.latest-project-style1-area .sec-title h2 {
  color: var(--text-color);
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 13px;
  font-family: "Arimo", sans-serif;
}

.our-projects.latest-project-style1-area .sec-title .border-box {
  position: relative;
  display: block;
  height: 7px;
  width: 60px;
  margin: 0 auto;
}

.our-projects.latest-project-style1-area .sec-title .border-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  content: "";
  background: var(--repairix-theme-color);
}

.our-projects.latest-project-style1-area .sec-title .border-box:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  content: "";
  background: var(--repairix-theme-color);
}

.our-projects.latest-project-style1-area .sec-title .border-box.left {
  margin: 0;
}

.our-projects.latest-project-style1-area .project-tabs {
  position: relative;
  display: block;
}

.our-projects.latest-project-style1-area .project-tabs .tab-button-column {
  position: relative;
  display: block;
  overflow: hidden;
  padding-bottom: 57px;
}

.our-projects.latest-project-style1-area .project-tabs .tab-buttons {
  position: relative;
  display: block;
  overflow: hidden;
}

.our-projects.latest-project-style1-area .project-tabs .tab-buttons .tab-btn {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
  cursor: pointer;
  color: var(--text-color);
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 300ms ease;
  font-family: "Arimo", sans-serif;
  background: none;
  border: none;
  padding: 0;
}

.our-projects.latest-project-style1-area .project-tabs .tab-buttons .tab-btn:last-child {
  margin-right: 0;
}

.our-projects.latest-project-style1-area .project-tabs .tab-buttons .tab-btn:hover,
.our-projects.latest-project-style1-area .project-tabs .tab-buttons .tab-btn.active-btn {
  color: var(--repairix-theme-color);
  text-decoration: underline;
}

.our-projects.latest-project-style1-area .project-tabs .tabs-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.our-projects.latest-project-style1-area .project-tabs .tabs-content .tab {
  position: relative;
  display: none;
  transform: translateY(35px);
  transition: all 600ms ease;
  z-index: 10;
}

.our-projects.latest-project-style1-area .project-tabs .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0;
  transform: translateY(0);
}

.our-projects.latest-project-style1-area .single-project-style1-content {
  position: relative;
  display: block;
  padding-right: 60px;
}

.our-projects.latest-project-style1-area .single-project-style1-content .title {
  position: relative;
  display: block;
  margin-top: 46px;
  padding-bottom: 74px;
}

.our-projects.latest-project-style1-area .single-project-style1-content .title h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 600;
  padding-left: 40px;
  z-index: 2;
  font-family: "Arimo", sans-serif;
}

.our-projects.latest-project-style1-area .single-project-style1-content .title .counts {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  color: var(--bg-alt);
  font-size: 150px;
  line-height: 50px;
  font-weight: 700;
  z-index: -1;
}

.our-projects.latest-project-style1-area .single-project-style1-content .text {
  position: relative;
  display: block;
  padding-bottom: 34px;
}

.our-projects.latest-project-style1-area .single-project-style1-content .button {
  position: relative;
  display: block;
  padding-bottom: 43px;
  margin-left: 10px;
}

.our-projects.latest-project-style1-area .single-project-style1-content .project-social-share {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.our-projects.latest-project-style1-area .project-social-share .title {
  margin: 0;
  padding: 0;
}

.our-projects.latest-project-style1-area .project-social-share .title h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  font-family: "Arimo", sans-serif;
}

.our-projects.latest-project-style1-area .project-social-share .social-links {
  padding-left: 20px;
}

.our-projects.latest-project-style1-area .project-social-share .social-links ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.our-projects.latest-project-style1-area .project-social-share .social-links ul li {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.our-projects.latest-project-style1-area .project-social-share .social-links ul li a {
  display: block;
  color: var(--text-color);
  font-size: 18px;
  line-height: 30px;
  transition: all 200ms linear;
}

.our-projects.latest-project-style1-area .project-social-share .social-links ul li a:hover {
  color: var(--repairix-theme-color);
}

.our-projects.latest-project-style1-area .btn-one {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Arimo", sans-serif;
  transition: all 0.3s ease-in-out 0.1s;
  text-decoration: none;
}

.our-projects.latest-project-style1-area .btn-one:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--dark-bg);
  content: "";
  transform: skew(-20deg, 0deg);
  transition: all 0.3s ease-in-out 0.1s;
}

.our-projects.latest-project-style1-area .btn-one:before {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 40px;
  content: "";
  transform: skew(-20deg, 0deg);
  transition: all 0.3s ease-in-out 0.1s;
  z-index: 1;
  background: var(--repairix-theme-color);
}

.our-projects.latest-project-style1-area .btn-one .icon {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 35px;
  height: 50px;
  width: 40px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  z-index: 1;
}

.our-projects.latest-project-style1-area .btn-one .txt {
  position: relative;
  display: inline-block;
  float: left;
  z-index: 1;
}

.our-projects.latest-project-style1-area .btn-one:hover,
.our-projects.latest-project-style1-area .btn-one:focus {
  color: #fff;
  text-decoration: none;
}

.our-projects.latest-project-style1-area .btn-one:hover:after {
  transform: skew(20deg, 0deg);
  background: var(--repairix-theme-color);
}

.our-projects.latest-project-style1-area .btn-one:hover:before {
  background: var(--primary-dark);
  transform: skew(20deg, 0deg);
}

.our-projects.latest-project-style1-area .project-slider {
  position: relative;
  display: block;
  overflow: hidden;
}

.our-projects.latest-project-style1-area .project-slider .pattern-bg {
  position: absolute;
  left: -70px;
  bottom: 0;
  width: 140px;
  height: 140px;
  background-size: contain;
  background-repeat: no-repeat;
}

.our-projects.latest-project-style1-area .project-slider .project-carousel {
  position: relative;
  display: block;
  padding-right: 40px;
  width: 100%;
}

.our-projects.latest-project-style1-area .project-carousel.owl-carousel {
  width: 100%;
}

.our-projects.latest-project-style1-area .project-carousel .owl-stage-outer {
  overflow: hidden;
  width: 100%;
}

.our-projects.latest-project-style1-area .project-carousel .owl-item {
  width: 100%;
}

.our-projects.latest-project-style1-area .project-carousel .owl-controls {
  position: static;
  bottom: auto;
  text-align: inherit;
}

.our-projects.latest-project-style1-area .single-project-slide {
  position: relative;
  display: block;
  border: 5px solid var(--border-color);
}

.our-projects.latest-project-style1-area .single-project-slide .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.our-projects.latest-project-style1-area .single-project-slide .img-holder img {
  width: 100%;
}

.our-projects.latest-project-style1-area .project-carousel .owl-dots {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 30px 0;
}

.our-projects.latest-project-style1-area .project-carousel .owl-stage-outer {
  position: relative;
  display: block;
}

.our-projects.latest-project-style1-area .project-carousel .owl-dots .owl-dot {
  display: block;
  width: 8px;
  height: 8px;
  background: var(--dark-bg);
  margin: 10px 0;
  padding: 0;
  border-radius: 0;
  transition: all 100ms linear;
}

.our-projects.latest-project-style1-area .project-carousel .owl-dots .owl-dot span {
  display: none;
}

.our-projects.latest-project-style1-area .project-carousel .owl-dots .owl-dot.active {
  background: var(--primary-color);
}

.our-projects.latest-project-style1-area .project-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: -1px;
  width: 40px;
  height: 200px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  color: #fff;
  font-size: 20px;
}

.our-projects.latest-project-style1-area .project-carousel .owl-nav span {
  display: block;
}

@media (max-width: 1199px) {
  .our-projects.latest-project-style1-area .bg-color {
    left: 80%;
  }

  .our-projects.latest-project-style1-area .project-tabs .tab-buttons {
    width: 300px;
  }

  .our-projects.latest-project-style1-area .project-tabs .tab-buttons .tab-btn {
    margin-right: 20px;
    margin-bottom: 10px;
  }

  .our-projects.latest-project-style1-area .single-project-style1-content {
    padding-right: 170px;
  }

  .our-projects.latest-project-style1-area .project-slider {
    margin-top: 40px;
  }
}

@media (max-width: 991px) {
  .our-projects.latest-project-style1-area .single-project-style1-content {
    padding-right: 0;
  }

  .our-projects.latest-project-style1-area .single-project-style1-content .title h2 {
    font-size: 36px;
  }

  .features.section-lg .col-xl-4 {
    width: 100%;
    float: none;
  }

  .features.section-lg .why-choose-one-about-img {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .our-projects.latest-project-style1-area {
    padding: 60px 0;
  }

  .our-projects.latest-project-style1-area .project-tabs .tab-button-column {
    padding-bottom: 30px;
  }

  .our-projects.latest-project-style1-area .project-tabs .tab-buttons .tab-btn {
    float: none;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
}



:root {
  --primary: #2684E5;
}

.faq-section {
  padding: 10px 0;
  /* background: #f8fbff; */
}

.section-heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 60px;
}

.section-heading .subtitle {
  color: var(--primary);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-heading h2 {
  font-size: 42px;
  margin: 15px 0;
  font-weight: 700;
  line-height: 1.2;
}

.section-heading p {
  color: #666;
  font-size: 17px;
  line-height: 1.8;
}

.faq-wrapper {
  max-width: 950px;
  margin: auto;
}

.faq-item {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
  transition: .3s;
}

.faq-item.active {
  border-left: 4px solid var(--primary);
  border-right: 4px solid var(--primary);
  border-bottom: 4px solid var(--primary);
  border-top: 4px solid var(--primary);
}

.faq-question {
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
  padding: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.faq-question .icon {
  color: var(--primary);
  font-size: 28px;
  font-weight: 300;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}

.faq-answer p {
  /* padding: 0 25px 25px; */
  padding: 10px;
  margin: 0;
  color: #000;
  line-height: 1.8;
}

.faq-item.active .faq-answer {
  max-height: 250px;
}

@media(max-width:768px) {

  /* .faq-section {
    padding: 70px 0;
  } */

  .section-heading h2 {
    font-size: 30px;
  }

  .faq-question {
    font-size: 16px;
    padding: 20px;
  }

}



/*** 
=============================================
    Appoint Area Css
=============================================
***/
.appoint-area {
  position: relative;
  display: block;
  background: #f5f5f5;
  padding: 70px 0 80px;
}

/* ── Car Image ── */
.car-image-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 30px 20px;
}

.car-image-box img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* ── Appoint Box ── */
.appoint-box {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 40px 35px 35px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
}

.appoint-box .sec-title {
  padding-bottom: 30px;
}

/* ── Form ── */
.appoint-form {
  position: relative;
  display: block;
}

.appoint-form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.appoint-form .row>[class*="col-"] {
  padding-left: 8px;
  padding-right: 8px;
}

.appoint-form .input-box {
  position: relative;
  display: block;
  margin-bottom: 16px;
}

.appoint-form input[type="text"],
.appoint-form input[type="email"],
.appoint-form textarea {
  position: relative;
  display: block;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 500;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 0;
  transition: border-color 400ms ease, background 400ms ease;
  font-family: 'Arimo', sans-serif;
  outline: none;
  box-sizing: border-box;
  color: #333333;
}

.appoint-form textarea {
  height: 110px;
  padding-top: 14px;
  resize: vertical;
}

.appoint-form input[type="text"]:focus,
.appoint-form input[type="email"]:focus,
.appoint-form textarea:focus {
  background: #ffffff;
  border-color: #999999;
  color: #222222;
}

/* Placeholder */
.appoint-form input::placeholder,
.appoint-form textarea::placeholder {
  color: #999999;
  font-size: 13px;
}

/* ── Calendar Icon ── */
.appoint-form .icon-date {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #aaaaaa;
  font-size: 14px;
}

/* ── Bootstrap Select ── */
.appoint-form .bootstrap-select {
  position: relative;
  display: block;
  width: 100% !important;
}

.appoint-form .bootstrap-select>.dropdown-toggle {
  position: relative;
  display: block;
  outline: none !important;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  background-color: #f9f9f9 !important;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 40px 0 16px;
  color: #999999 !important;
  font-size: 14px;
  line-height: 50px;
  font-weight: 500;
  letter-spacing: normal;
  text-transform: capitalize;
  box-shadow: none !important;
  font-family: 'Arimo', sans-serif;
  box-sizing: border-box;
  transition: border-color 400ms ease, background 400ms ease;
}

.appoint-form .bootstrap-select>.dropdown-toggle:hover,
.appoint-form .bootstrap-select.show>.dropdown-toggle {
  background-color: #ffffff !important;
  border-color: #999999 !important;
}

.appoint-form .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}

.appoint-form .bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
  margin: 0;
}

.appoint-form .bootstrap-select>.dropdown-toggle::after {
  position: absolute;
  top: 50%;
  right: 16px;
  width: auto;
  height: auto;
  font-family: 'FontAwesome';
  content: '\f107';
  color: #aaaaaa;
  font-size: 16px;
  transform: translateY(-50%);
  margin: 0;
  border: none;
}

.appoint-form .bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  font-size: 14px;
  color: #333333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.appoint-form .bootstrap-select .dropdown-menu li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}

.appoint-form .bootstrap-select .dropdown-menu li:last-child {
  border-bottom: none;
}

.appoint-form .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 16px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  transition: all 300ms ease;
  font-family: 'Arimo', sans-serif;
}

.appoint-form .dropdown-item.active,
.appoint-form .dropdown-item:active,
.appoint-form .dropdown-item:hover {
  color: #222222;
  background-color: #f5f5f5;
}

/* ── Button ── */
.appoint-form .button-box {
  position: relative;
  display: block;
  padding-top: 8px;
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */

/* Large desktop (1200px+) — default styles above apply */

/* Small desktop / tablet landscape (992px – 1199px) */
@media (max-width: 1199px) {
  .appoint-box {
    padding: 35px 28px 30px;
  }

  .car-image-box img {
    max-width: 90%;
  }
}

/* Tablet (768px – 991px) — columns stack */
@media (max-width: 991px) {
  .appoint-area {
    padding: 50px 0 60px;
  }

  .car-image-box {
    justify-content: center;
    padding: 0 30px 30px;
  }

  .car-image-box img {
    max-width: 55%;
  }

  .appoint-box {
    padding: 30px 25px 28px;
  }
}

/* Tablet portrait (576px – 767px) */
@media (max-width: 767px) {
  .appoint-area {
    padding: 40px 0 50px;
  }

  .car-image-box {
    padding: 0 20px 25px;
  }

  .car-image-box img {
    max-width: 65%;
  }

  .appoint-box .sec-title {
    padding-bottom: 20px;
  }

  .appoint-box {
    padding: 25px 20px 24px;
  }
}

/* Mobile (up to 575px) */
@media (max-width: 575px) {
  .appoint-area {
    padding: 30px 0 40px;
  }

  .car-image-box {
    padding: 0 10px 20px;
  }

  .car-image-box img {
    max-width: 80%;
  }

  .appoint-box {
    padding: 20px 15px 20px;
  }

  .appoint-form input[type="text"],
  .appoint-form input[type="email"],
  .appoint-form .bootstrap-select>.dropdown-toggle {
    height: 46px;
    line-height: 46px;
    font-size: 13px;
  }

  .appoint-form textarea {
    height: 95px;
    font-size: 13px;
  }

  .appoint-form .input-box {
    margin-bottom: 12px;
  }
}

/* Very small mobile (up to 375px) */
@media (max-width: 375px) {
  .appoint-box {
    padding: 16px 12px 16px;
  }

  .appoint-form input[type="text"],
  .appoint-form input[type="email"],
  .appoint-form .bootstrap-select>.dropdown-toggle {
    height: 44px;
    line-height: 44px;
    font-size: 12px;
  }
}


/* ---------------- Footer Area ---------------- */

.footer-area {
  position: relative;
  display: block;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  z-index: 1;
}

.footer-area:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.90);
  z-index: -1;
}

/* neutralize carbazar's global .footer (border + dark :before overlay) inside the merged footer */
.footer-area .footer {
  border-top: 0;
  background: none;
  padding-top: 80px;
}

.footer-area .footer:before {
  display: none;
  content: none;
}

.single-footer-widget {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: -2px;
  margin-bottom: 45px;
  padding-bottom: 18px;
}

.single-footer-widget .title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  content: "";
  background: #aaaaaa;
}

.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  text-transform: capitalize;
}

.single-footer-widget .our-company-info {
  position: relative;
  display: block;
  padding-right: 20px;
}

.single-footer-widget .our-company-info .footer-logo {
  position: relative;
  display: block;
  padding-bottom: 23px;
}

.single-footer-widget .our-company-info .footer-logo a {
  display: inline-block;
}

.single-footer-widget .our-company-info .text {
  position: relative;
  display: block;
  padding-bottom: 29px;
}

.single-footer-widget .our-company-info .text p {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}

.footer-social-links {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.footer-social-links .inner-title {
  position: relative;
  display: block;
}

.footer-social-links .inner-title h5 {
  color: #ffffff;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.footer-social-links .social-links {
  position: relative;
  display: block;
  padding-left: 20px;
}

.footer-social-links .social-links ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social-links .social-links ul li {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
  line-height: 20px;
}

.footer-social-links .social-links ul li:last-child {
  margin-right: 0;
}

.footer-social-links .social-links ul li a {
  color: #ffffff;
  font-size: 16px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-social-links .social-links ul li a:hover {
  color: var(--primary);
}

/* overlay used by latest-news + gallery hover */
.overlay-style1 {
  position: absolute;
  top: 0;
  left: -100%;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform-origin: top;
  transform-style: preserve-3d;
  transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
  z-index: 1;
}

.overlay-style1.bg1 {
  background-color: rgba(0, 0, 0, 0.70);
}

.single-footer-widget .latest-news {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-footer-widget .latest-news li {
  position: relative;
  display: block;
  min-height: 80px;
  padding-left: 80px;
  margin-bottom: 20px;
}

.single-footer-widget .latest-news li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .latest-news li .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.single-footer-widget .latest-news li .img-box img {
  width: 100%;
}

.single-footer-widget .latest-news li:hover .img-box .overlay-style1 {
  left: 0%;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-footer-widget .latest-news li .img-box .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: perspective(400px) rotate(90deg);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.single-footer-widget .latest-news li:hover .img-box .overlay-content {
  opacity: 1;
  transform: perspective(400px) rotate(0deg);
  transition: all 0.8s ease-in-out 0.5s;
}

.single-footer-widget .latest-news li .img-box .overlay-content a {
  color: #ffffff;
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-footer-widget .latest-news li .title-box {
  position: relative;
  display: block;
  padding-left: 20px;
}

.single-footer-widget .latest-news li .title-box h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0 0 12px;
}

.single-footer-widget .latest-news li .title-box h4 a {
  color: #ffffff;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-footer-widget .latest-news li .title-box h4 a:hover {
  color: var(--primary);
}

.single-footer-widget .latest-news li .title-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  margin: 0;
}

.single-footer-widget .latest-news li .title-box p span:before {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}

.single-footer-widget.margin-minus {
  margin-right: -5px;
  margin-left: -5px;
}

.single-footer-widget .gallery {
  position: relative;
  display: block;
  margin-left: -10px;
  margin-right: -10px;
  padding: 0;
  list-style: none;
}

.single-footer-widget .gallery li {
  position: relative;
  display: inline-block;
  float: left;
  width: 80px;
  height: 80px;
  margin: 0 10px 20px;
}

.single-footer-widget .gallery li .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
}

.single-footer-widget .gallery li .img-holder img {
  width: 100%;
}

.single-footer-widget .gallery li:hover .img-holder .overlay-style1 {
  left: 0%;
  opacity: 1;
  transition: all 0.7s cubic-bezier(0.62, 0.21, 0.45, 1.22);
}

.single-footer-widget .gallery li .img-holder .overlay-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: perspective(400px) rotate(90deg);
  transform-origin: top;
  transition: all 0.5s ease-in-out 0s;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.single-footer-widget .gallery li:hover .img-holder .overlay-content {
  opacity: 1;
  transform: perspective(400px) rotate(0deg);
  transition: all 0.8s ease-in-out 0.5s;
}

.single-footer-widget .gallery li .img-holder .overlay-content a {
  color: #ffffff;
  font-size: 20px;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-footer-widget.marginleft {
  margin-left: 5px;
}

.single-footer-widget .services-links {
  position: relative;
  display: block;
  margin-top: -15px;
  padding: 0;
  list-style: none;
}

.single-footer-widget .services-links li {
  position: relative;
  display: block;
  line-height: 40px;
}

.single-footer-widget .services-links li a {
  position: relative;
  display: block;
  padding-left: 30px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-footer-widget .services-links li a:before {
  position: absolute;
  content: "\f101";
  font-family: FontAwesome;
  top: 0;
  left: 0;
  bottom: 0;
  font-size: 16px;
}

.single-footer-widget .services-links li a:hover {
  color: var(--primary);
}

.footer-bottom {
  padding: 15px 0;
}

.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.copyright-text,
.designer-text {
  font-size: 14px;
  line-height: 1.6;
}

.designer-text a {
  text-decoration: underline;
  transition: 0.3s ease;
}

.designer-text a:hover {
  opacity: 0.8;
}

/* Mobile - 480px */
@media (max-width: 480px) {

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

}

/* Tablet */
@media (max-width: 768px) {

  .footer-bottom-inner {
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }

}


/* ---------------- Autore FAQ Area ---------------- */

/* spacing utilities used by the faq wrapper */
.pt-80 {
  padding-top: 80px;
}

.pb-120 {
  padding-bottom: 120px;
}

/* theme variables mapped to carbazar branding (autore originally used red #ee1d26) */
.faq-area {
  --theme-color: #2684E5;
  --color-white: #ffffff;
  --color-dark: #16181d;
  --body-text-color: #000;
  --box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  display: block;
}

.faq-area .site-heading {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.faq-area .site-heading .site-title-tagline {
  display: inline-block;
  color: var(--color-white);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  background: var(--theme-color);
  border-radius: 50px 50px 50px 0;
  padding: 2px 15px 2px 3px;
  margin-bottom: 15px;
}

.faq-area .site-heading .site-title-tagline i {
  display: inline-block;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: var(--color-white);
  color: var(--theme-color);
  text-align: center;
  border-radius: 50px 50px 50px 0;
  margin-right: 5px;
}

.faq-area .site-heading .site-title {
  font-weight: 800;
  text-transform: capitalize;
  font-size: 40px;
  color: var(--color-dark);
  margin-bottom: 0;
  line-height: 1.2;
}

.faq-area .site-heading .site-title span {
  color: var(--theme-color);
}

.faq-area .faq-content p {
  color: var(--body-text-color);
}

.faq-area .faq-img img {
  width: 95%;
  border-radius: 30px;
}

/* self-contained accordion — carbazar ships Bootstrap 3 (no BS5 collapse) */
.faq-area .accordion {
  margin: 0;
  padding: 0;
}

.faq-area .accordion-header {
  margin: 0;
}

.faq-area .accordion-item {
  border: none;
  background: var(--color-white);
  border-radius: 50px 50px 50px 12px;
  margin-bottom: 30px;
  box-shadow: var(--box-shadow);
  overflow: hidden;
}

.faq-area .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-area .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-weight: 600;
  font-size: 18px;
  color: var(--color-dark);
  box-shadow: none;
  padding: 20px 25px;
  cursor: pointer;
}

.faq-area .accordion-button::after {
  content: "\f107";
  font-family: "FontAwesome";
  margin-left: auto;
  color: var(--theme-color);
  font-size: 24px;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.faq-area .accordion-button:not(.collapsed) {
  color: var(--theme-color);
  background: transparent;
  border-bottom: 1px dashed var(--theme-color);
  box-shadow: none;
}

.faq-area .accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.faq-area .accordion-button span {
  display: inline-flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  flex: 0 0 auto;
}

.faq-area .accordion-button span i {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50px;
  background: var(--theme-color);
  text-align: center;
  color: var(--color-white);
  font-size: 16px;
}

.faq-area .accordion-collapse {
  overflow: hidden;
}

.faq-area .accordion-collapse:not(.show) {
  display: none;
}

.faq-area .accordion-collapse.show {
  display: block;
}

.faq-area .accordion-body {
  padding: 18px 25px 24px;
  color: var(--body-text-color);
  line-height: 1.7;
}

@media all and (max-width: 991px) {
  .faq-area .accordion-button {
    font-size: 16px;
  }

  .faq-area .faq-content {
    margin-bottom: 50px;
  }
}


/*** 
=============================================
    Brands Area Css
=============================================
***/
.brands-area {
  position: relative;
  display: block;
  /* background: linear-gradient(135deg, #F4F9FF 0%, #EAF4FF 100%); */
  background: linear-gradient(180deg, #333, #b1b1b1, #333);
  padding: 50px 0 50px;
  overflow: hidden;
}

/* .brands-area .sec-title {
  padding-bottom: 40px;
} */

/* ── Track Wrapper ── */
.brands-track-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Fade left and right edges */
.brands-track-wrapper::before,
.brands-track-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120px;
  z-index: 2;
  pointer-events: none;
}

/* .brands-track-wrapper::before {
  left: 0;
  background: linear-gradient(to right, #f5f5f5 0%, transparent 100%);
}

.brands-track-wrapper::after {
  right: 0;
  background: linear-gradient(to left, #f5f5f5 0%, transparent 100%);
} */

/* ── Scrolling Track ── */
.brands-track {
  display: flex;
  align-items: center;
  gap: 0;
  width: max-content;
  animation: brandScroll 28s linear infinite;
  padding: 15px 0;
}

.brands-track:hover {
  animation-play-state: paused;
}

@keyframes brandScroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* ── Individual Logo Item ── */
.brand-logo-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 130px;
  margin: 0 15px;
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
  border: 2px solid transparent;
  transition: border-color 350ms ease, box-shadow 350ms ease, transform 350ms ease;
}

/* Blue Glow Hover Effect */
.brand-logo-item:hover {
  border-color: #2684E5;
  box-shadow:
    0 0 0 3px rgba(38, 132, 229, 0.15),
    0 0 18px rgba(38, 132, 229, 0.25),
    0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

/* ── Logo Image — Full Color, No Filter ── */
.brand-logo-item img {
  max-width: 120px;
  max-height: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  filter: none;
  opacity: 1;
  transition: transform 350ms ease;
  pointer-events: none;
}

.brand-logo-item:hover img {
  transform: scale(1.06);
}

/* ── Shine Sweep Element ── */
.brand-logo-item .shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(105deg,
      transparent 30%,
      rgba(255, 255, 255, 0.80) 50%,
      transparent 70%);
  transform: skewX(-15deg);
  pointer-events: none;
  z-index: 3;
  opacity: 0;
}

.brand-logo-item.shine-active .shine {
  animation: shineSweep 600ms ease forwards;
}

@keyframes shineSweep {
  0% {
    left: -100%;
    opacity: 1;
  }

  100% {
    left: 150%;
    opacity: 1;
  }
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */

@media (max-width: 991px) {
  .brands-area {
    padding: 50px 0 60px;
  }

  .brands-track-wrapper::before,
  .brands-track-wrapper::after {
    width: 80px;
  }

  .brand-logo-item {
    width: 150px;
    height: 85px;
    margin: 0 12px;
  }

  .brand-logo-item img {
    max-width: 100px;
    max-height: 50px;
  }
}

@media (max-width: 767px) {
  .brands-area {
    padding: 40px 0 50px;
  }

  .brands-track-wrapper::before,
  .brands-track-wrapper::after {
    width: 50px;
  }

  .brand-logo-item {
    width: 130px;
    height: 75px;
    margin: 0 10px;
  }

  .brand-logo-item img {
    max-width: 85px;
    max-height: 42px;
  }
}

@media (max-width: 575px) {
  .brands-area {
    padding: 30px 0 40px;
  }

  /* .brands-area .sec-title {
    padding-bottom: 25px;
  } */

  .brands-track-wrapper::before,
  .brands-track-wrapper::after {
    width: 35px;
  }

  .brand-logo-item {
    width: 110px;
    height: 110px;
    margin: 0 8px;
  }

  .brand-logo-item img {
    max-width: 90px;
    max-height: 90px;
  }
}



/* ==========================
   Vision & Mission Section
========================== */

.vision-mission-section {
  padding: 50px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  position: relative;
  overflow: hidden;
}

/* .vision-mission-section::before {
  content: "";
  position: absolute;
  top: -150px;
  right: -150px;
  width: 350px;
  height: 350px;
  background: rgba(38, 132, 229, 0.05);
  border-radius: 50%;
} */

/* .vision-mission-section::after {
  content: "";
  position: absolute;
  bottom: -120px;
  left: -120px;
  width: 280px;
  height: 280px;
  background: rgba(38, 132, 229, 0.04);
  border-radius: 50%;
} */

/* Section Heading */

.section-header {
  max-width: 750px;
  margin: 0 auto 60px;
}

.section-subtitle {
  display: inline-block;
  padding: 8px 18px;
  background: rgba(38, 132, 229, 0.1);
  color: #2684E5;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.section-header h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 15px;
  line-height: 1.2;
}

.section-header p {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #000;
  margin: 0;
}

/* Grid */

.vision-mission-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

/* Card */

.vm-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 45px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border: 1px solid #000;
  box-shadow: 0 10px 40px rgba(15, 23, 42, 0.06);
  height: 100%;
}

.vm-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.12);
  border-color: #2684E5;
}

/* .vm-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #2684E5;
} */

/* Icon */

.vm-icon {
  /* width: 75px;
  height: 75px; */
  background: rgba(38, 132, 229, 0.1);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.3s ease;
}

.vm-card:hover .vm-icon {
  background: #2684E5;
}

.vm-icon i {
  font-size: 30px;
  color: #2684E5;
  transition: all 0.3s ease;
}

.vm-card:hover .vm-icon i {
  color: #ffffff;
}

/* Content */

.vm-card h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 20px;
  text-align: center;
}

.vm-card p {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  margin: 0;
}

/* ==========================
   Responsive Design
========================== */

/* Large Devices */
@media (max-width: 1199px) {
  .vm-card {
    padding: 35px;
  }
}

/* Tablet */
@media (max-width: 991px) {

  .vision-mission-section {
    padding: 80px 0;
  }

  .vision-mission-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .section-header h2 {
    font-size: 36px;
  }
}

/* Mobile */
@media (max-width: 767px) {

  .vision-mission-section {
    padding: 70px 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .section-header h2 {
    font-size: 32px;
  }

  .vm-card {
    padding: 30px;
  }

  .vm-card h3 {
    font-size: 26px;
  }
}

/* Small Mobile */
@media (max-width: 575px) {

  .vision-mission-section {
    padding: 60px 0;
  }

  .section-header h2 {
    font-size: 28px;
  }

  .vm-card {
    padding: 25px;
    border-radius: 20px;
  }

  /* .vm-icon {
    width: 65px;
    height: 65px;
  } */

  .vm-icon i {
    font-size: 26px;
  }

  .vm-card h3 {
    font-size: 24px;
  }

  .vm-card p {
    font-size: 15px;
    line-height: 26px;
  }
}


/* ===== CORE VALUES SECTION CSS ===== */

.core-values-section {
  padding: 50px 0;
  background: #060d1a;
  position: relative;
  overflow: hidden;
}

.core-values-section::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(ellipse, rgba(38, 132, 229, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

/* Header */
.cv-header {
  text-align: center;
  margin-bottom: 70px;
}

.cv-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #2684E5;
  margin-bottom: 16px;
  position: relative;
  padding: 0 20px;
}

.cv-eyebrow::before,
.cv-eyebrow::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
}

.cv-eyebrow::before {
  right: 100%;
  background: linear-gradient(to right, transparent, #2684E5);
}

.cv-eyebrow::after {
  left: 100%;
  background: linear-gradient(to left, transparent, #2684E5);
}

.cv-title {
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.02em;
  line-height: 1.15;
  margin: 0 0 18px;
}

.cv-subtitle {
  font-size: 20px;
  color: #aaa;
  /* max-width: 520px; */
  margin: 0 auto;
  line-height: 1.7;
}

/* Grid */
.cv-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(38, 132, 229, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

/* Card */
.cv-card {
  background: #080f1c;
  position: relative;
  overflow: hidden;
  transition: background 0.35s ease;
}

.cv-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(38, 132, 229, 0.04) 0%, transparent 60%);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.cv-card:hover {
  background: #022242;
}

.cv-card:hover::after {
  opacity: 1;
}

.cv-card-inner {
  padding: 44px 38px;
  position: relative;
  z-index: 1;
}

/* Icon */
.cv-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: transform 0.35s ease;
}

.cv-card:hover .cv-icon-wrap {
  transform: translateY(-3px);
}

.cv-icon-wrap svg {
  width: 24px;
  height: 24px;
}

/* All icon variants — blue family with tonal shifts */
.cv-icon--1 {
  background: rgba(38, 132, 229, 0.14);
  color: #2684E5;
  width: 100%;
  height: 50%;
}

.cv-icon--2 {
  background: rgba(56, 160, 255, 0.13);
  color: #38a0ff;
  width: 100%;
  height: 50%;
}

.cv-icon--3 {
  background: rgba(16, 185, 190, 0.13);
  color: #10b9be;
  width: 100%;
  height: 50%;
}

.cv-icon--4 {
  background: rgba(99, 102, 241, 0.13);
  color: #818cf8;
  width: 100%;
  height: 50%;
}

.cv-icon--5 {
  background: rgba(38, 132, 229, 0.10);
  color: #5ba8f5;
  width: 100%;
  height: 50%;
}

.cv-icon--6 {
  background: rgba(14, 165, 233, 0.13);
  color: #38bdf8;
  width: 100%;
  height: 50%;
}

/* Number */
.cv-number {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: rgba(38, 132, 229, 0.2);
  margin-bottom: 10px;
}

/* Text */
.cv-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #e8f0fa;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  text-align: center;
}

.cv-card-text {
  font-size: 16px;
  color: #c9c9c9a9;
  line-height: 1.75;
  margin: 0 0 28px;
  text-align: center
}

/* Animated bottom line */
.cv-line {
  height: 2px;
  width: 0;
  border-radius: 2px;
  transition: width 0.45s ease;
}

.cv-card:nth-child(1) .cv-line {
  background: linear-gradient(to right, #2684E5, transparent);
}

.cv-card:nth-child(2) .cv-line {
  background: linear-gradient(to right, #38a0ff, transparent);
}

.cv-card:nth-child(3) .cv-line {
  background: linear-gradient(to right, #10b9be, transparent);
}

.cv-card:nth-child(4) .cv-line {
  background: linear-gradient(to right, #818cf8, transparent);
}

.cv-card:nth-child(5) .cv-line {
  background: linear-gradient(to right, #5ba8f5, transparent);
}

.cv-card:nth-child(6) .cv-line {
  background: linear-gradient(to right, #38bdf8, transparent);
}

.cv-card:hover .cv-line {
  width: 100%;
}

/* Responsive */
@media (max-width: 991px) {
  .core-values-section {
    padding: 80px 0;
  }

  .cv-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .core-values-section {
    padding: 60px 0;
  }

  .cv-grid {
    grid-template-columns: 1fr;
  }

  .cv-header {
    margin-bottom: 48px;
  }

  .cv-card-inner {
    padding: 36px 28px;
  }
}


/* Founder Section */
.founder-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.founder-section .sec-title span.cv-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #2684E5;
  /* swap for your theme accent color */
}

.founder-section .sec-title h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 50px;
}

.founder-section .border-box {
  width: 60px;
  height: 3px;
  background-color: #2684E5;
  /* swap for your theme accent color */
  margin: 0 auto 50px;
}

.founder-grid {
  display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 70px;
}

.founder-grid:last-child {
  margin-bottom: 0;
}

/* Reverses order so image sits on the right for alternating layout */
.founder-grid--reverse {
  flex-direction: row-reverse;
}

.founder-image-box {
  flex: 0 0 380px;
  max-width: 380px;
}

.founder-image-box .image-box {
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.founder-image-box img {
  width: 100%;
  height: auto;
  /* aspect-ratio: 851 / 1280; */
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.founder-image-box:hover img {
  transform: scale(1.03);
}

.founder-content {
  flex: 1 1 480px;
}

.founder-content h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1a1a1a;
}

.founder-content .founder-designation {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 15px;
  font-weight: 600;
  color: #2684E5;
  /* swap for your theme accent color */
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.founder-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin-bottom: 18px;
}

.founder-highlights {
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
}

.founder-highlights li {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}

.founder-highlights li i {
  color: #2684E5;
  /* swap for your theme accent color */
  font-size: 15px;
}

/* Responsive */
@media (max-width: 991px) {
  .founder-grid {
    gap: 40px;
  }

  .founder-image-box {
    flex: 0 0 320px;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .founder-section {
    padding: 50px 0;
  }

  .founder-grid,
  .founder-grid--reverse {
    flex-direction: column;
  }

  /* .founder-image-box {
    max-width: 280px;
  } */

  .founder-highlights {
    grid-template-columns: 1fr;
  }
}


/* Mobile Header */
/* @media (max-width:991px) {

  .navbar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px 15px;
  }

  .mobile-logo {
    display: block;
  }

  .mobile-logo img {
    height: 50px;
    width: auto;
    display: block;
  }

  .navbar-toggle {
    float: none;
    margin: 0;
    padding: 8px 10px;
    background: transparent;
    border: none;
  }

  .navbar-toggle .icon-bar {
    display: block;
    width: 24px;
    height: 3px;
    margin: 5px 0;
    background: #fff;
  }

} */

@media (max-width:991px) {

  .navbar-header {

    display: flex !important;

    align-items: center !important;

    width: 100%;

    padding: 12px 15px;

  }

  .mobile-logo {

    display: block;

    margin-right: auto;
    /* Pushes everything else to the right */

  }

  .mobile-logo img {

    display: block;

    height: 50px;

    width: auto;

  }

  .navbar-toggle {

    margin: 0 !important;

    margin-left: auto !important;

    float: none !important;

    padding: 0;

    background: none;

    border: 0;

  }

}



/* =====================================================================
   FORM FIXES
   - The .select-box / .date-box / .button-box rules below go into
     newstyle.css (append after the existing "Appoint Area Css" block).
   - The .form-status-msg / .recaptcha-box rules are shared and can live
     in either stylesheet (they're only scoped inside form containers,
     so there's no clash) — added to newstyle.css here, and re-used
     as-is by the contact form in style.css if you prefer one copy only.
===================================================================== */

/* ---------------------------------------------------------------
   1. FIX: Car Brand / Select Service — remove the double dropdown
   arrow. Previously the <select class="selectpicker"> relied on the
   bootstrap-select JS plugin, which was never initialized on this
   page — so the browser drew its own native arrow *and* the old
   ".bootstrap-select .dropdown-toggle::after" FontAwesome arrow CSS
   partially bled in. This replaces it with a single, hand-styled
   arrow on a plain <select>, no JS plugin required.
--------------------------------------------------------------- */
.appoint-form .select-box {
  position: relative;
}

.appoint-form .select-box select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0 40px 0 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Arimo', sans-serif;
  color: #999999;
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  transition: border-color 400ms ease, background 400ms ease;
}

/* kill the native arrow in old IE/Edge just in case */
.appoint-form .select-box select::-ms-expand {
  display: none;
}

.appoint-form .select-box select:focus {
  background: #ffffff;
  border-color: #999999;
  color: #222222;
}

.appoint-form .select-box:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  pointer-events: none;
  color: #aaaaaa;
  font-size: 16px;
}

/* ---------------------------------------------------------------
   2. FIX: Select Date — swap the broken text+plugin input for a
   native date input, styled to match the other fields. The old
   ".icon-date" calendar glyph is no longer needed since native
   date inputs already render their own picker icon.
--------------------------------------------------------------- */
.appoint-form .date-box {
  position: relative;
}

.appoint-form .date-box input[type="date"] {
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  background: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 0;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Arimo', sans-serif;
  color: #333333;
  box-sizing: border-box;
  outline: none;
  transition: border-color 400ms ease, background 400ms ease;
}

.appoint-form .date-box input[type="date"]:focus {
  background: #ffffff;
  border-color: #999999;
}

/* style the built-in calendar icon so it matches the rest of the form */
.appoint-form .date-box input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  filter: opacity(0.55);
}

/* the old inline calendar glyph is now unused — hide it if the markup still contains it */
.appoint-form .icon-date {
  display: none;
}

/* ---------------------------------------------------------------
   3. FIX: "Submit Now" button looked unstyled because the previous
   ".btn-one" rules only apply inside
   ".our-projects.latest-project-style1-area", a different section.
   This gives the appointment form its own real button style,
   independent of that section.
--------------------------------------------------------------- */
.appoint-form .button-box {
  padding-top: 10px;
}

.appoint-form .button-box button.btn-one {
  position: relative;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 30px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Arimo', sans-serif;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.appoint-form .button-box button.btn-one .txt {
  position: relative;
  display: inline-block;
}

.appoint-form .button-box button.btn-one .icon {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.appoint-form .button-box button.btn-one:hover,
.appoint-form .button-box button.btn-one:focus {
  background: transparent;
  color: var(--primary-color);
}

/* ---------------------------------------------------------------
   4. reCAPTCHA v2 spacing — shared by both forms
--------------------------------------------------------------- */
.recaptcha-box {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.appoint-form .recaptcha-box {
  justify-content: flex-start;
}

/* ---------------------------------------------------------------
   5. Success / error message banner shown above each form after
   enquiry.php responds — shared by both forms
--------------------------------------------------------------- */
.form-status-msg {
  border-radius: 6px;
  padding: 14px 18px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.form-status-msg.success {
  background: rgba(40, 167, 69, 0.12);
  border: 1px solid #28a745;
  color: #1e7e34;
}

.form-status-msg.error {
  background: rgba(220, 53, 69, 0.10);
  border: 1px solid #dc3545;
  color: #c82333;
}

.form-status-msg.sending {
  background: rgba(38, 132, 229, 0.10);
  border: 1px solid var(--primary-color, #2684E5);
  color: var(--primary-color, #2684E5);
}

@media (max-width: 575px) {
  .appoint-form .button-box button.btn-one {
    padding: 0 28px;
    font-size: 13px;
  }
}