.dealership-boxes {
    align-items: stretch;
}
.dealership-card {
    width: calc(33.3333333% - 15px);
  }   
.dealership-card .dealership-img{
  max-width: 60px;
} 
 
/* Accordian Start  */ 

.acc {
  margin-bottom: 18px;
} 

.acc-container .acc {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.39);
  border-radius: 13px;
}

.acc-head {
  padding: 1.2rem 2rem;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  background-color: var(--White, #fff);
  border-radius: 13px;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.acc-head.active {
  border-radius: 13px 13px 0 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  background-color: var(--blue, #3b4498);
}

/* .acc-head::after, */
.acc-head::before {
  content: "";
  position: absolute;
  top: 36%; 
  transition: all 0.8s;
  background-image: url(../images/arrow-acc.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 20px;
  right: 2%;
}

.acc-head.active::before {
  transform: rotate(450deg);
  transition: 0.8s;
  filter: brightness(10);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
} 

.acc-head p {
  color: #fff;
  font-weight: bold;
}

.acc-content {
  padding: 0 2rem 1.2rem 2rem;
  display: none;
  background-color: var(--blue, #3b4498);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.4);
  border-radius: 0 0 13px 13px;
}
.acc-container {
  max-height: 508px;
  overflow-y: auto;
  padding: 0 1rem;
}

.accordian-title {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.acc-head.active .accordian-title {
  color: #ffffff;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.accordian-des p {
  color: var(--White, #fff);
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
}
 

.acc.active .acc-content {
  display: block;
} 

/* Accordian End  */

 /* Our Projects Start */
  
.our-project-imgs-become .slick-slide {
  margin: 0 12px;   
}  

img.ind-project-3 { 
    height: 450px !important; 
    max-width: 100% !important; 
    width: 100% !important;
}

.employee-modal {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.employee-modal img {
  border-radius: 10px;
  max-width: 360px;
  max-height: 431px;
  width: 100%;
  height: 100%;
  margin: 0;
  float: left;
}
.employee-name h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
}

#map-details-modal-project .button.close-button-modal { 
    top: 0rem;
    right: 0rem;
} 

/* Our Projects End */


/* Dealer Slider Start */
.dealer-video-slider {
  width: 100%;
  margin: auto;
  padding: 100px 0px;
}

.dealer-video-slider .slick-list { 
    overflow: visible; 
} 

.dealer-video-slider .slide-item { 
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.dealer-video-slider .card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  cursor: pointer;
}

.dealer-video-slider img {
  width: 100%; 
  object-fit: cover; 
}
 
.dealer-video-slider .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.dealer-video-slider .play-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-left: 18px solid #8bc53f;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
 
.dealer-video-slider .info-bar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #3c4aa5;
  color: #fff; 
  white-space: nowrap;  
  border-radius: 14px 14px 0 0; 
  display: flex;
  align-items: center; 
  font-weight: 500; 
  padding: 10px 28px;
  font-size: 14px; 
  gap: 20px;  
  
}
 
.dealer-video-slider .info-bar::before {
  content: "";
  position: absolute;
  left: -11px;
  bottom: 0px;
  width: 12px;
  height: 12px;
  background-image: url("../images/dealer-video/subtract.svg");  
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
 
.dealer-video-slider .info-bar::after {
  content: "";
  position: absolute;
  right: -11px;
  bottom: 0px;
  width: 12px;
  height: 12px; 
  background-image: url("../images/dealer-video/subtract.svg"); 
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transform: rotate(90deg)
}
.dealer-video-slider .info-bar span {
  color: #fff;
}

  
.dealer-video-slider .slick-slide { 
  transform: scale(1);
  margin: 0 10px;
}

.dealer-video-slider .slick-center {
    z-index: 5;
    transform: scale(1.4);
    position: relative;
} 
 
/* Dealer Slider End */


/* Gallery Start */
  
.dealer-meet .tabs {
  display: flex;
  gap: 10px;
  background: #f2f2f2;
  padding: 10px;
  border-radius: 50px;
  width: fit-content;
  margin: 0 auto 30px auto;
}

.dealer-meet .tab {
  padding: 12px 24px;
  border: none;
  background: transparent;
  border-radius: 30px;
  cursor: pointer;
  font-size: 14px;
  overflow: visible;
}

.dealer-meet .tab.active,
.dealer-meet .tab:hover {
  background: #b3d236; 
}

/* Cards */ 
.dealer-meet .cards {
  display: none; 
  margin: 0 auto;
  gap: 18px; 
}

.dealer-meet .cards.active {
  display: grid;
}

.dealer-meet .cards .card {
    background: #fff;
    border-radius: 18px;
    padding: 12px;
    border: 1px solid #ECECEC;
    text-align: center;
    display: flex;
    gap: 12px;
    flex-direction: column;
    cursor: pointer; 
}

.dealer-meet .cards .card:hover {
  background: #b3d236;
}

.dealer-meet .cards .card img {
  width: 230px;
  height: 220px;
  border-radius: 12px;
  object-fit: cover;
}

.dealer-meet .cards .card p {
  letter-spacing: 0.33px;
}
 
.dealer-meet .cards-grid {   
  margin-block: 10px;
  gap: 25px;
  grid-template-columns: repeat(4, 1fr);
}

.dealer-meet .cards-grid .cards-grid-item{   
  width: 100%;
  border: 1px solid #ECECEC;
  border-radius: 20px;
  overflow: hidden;
}
.dealer-meet .cards-grid .cards-grid-item img{   
  width: 100%;
  height: 220px;
  border-radius: 20px;
  object-fit: cover;
}

.dealer-meet .cards-grid-wrapper { 
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.3s ease;
}

.dealer-meet .cards-grid-wrapper.show {
    max-height: 800px; 
    opacity: 1;
}

.dealer-meet .cards-grid-button .svg-chevron{   
   transform: rotate(90deg);
}

.fancybox__thumbs {
    display: none;
}

.project-tabs-wrapper {
    display: flex;
    justify-content: center; 
}
.project-tabs {
    display: inline-flex;
    background-color: #F0F0F0;
    padding: 0.6rem;
    border-radius: 50px;
    gap: 8px;
}
 

/* Responsive */
@media(max-width: 1023px) {
  .dealer-meet .cards {
    grid-template-columns: repeat(3, 1fr);
  }
  .dealer-meet .cards-grid {    
    grid-template-columns: repeat(3, 1fr);
    gap:15px;
  }
}

@media(max-width: 575px) { 
  .dealer-meet .cards-grid {     
    grid-template-columns: repeat(2, 1fr);
    gap:15px;
  }
}
@media(max-width: 480px) {
  .dealer-meet .cards {
    grid-template-columns: repeat(1, 1fr);
  }  
  .dealer-meet .cards .card { 
      max-width: 230px;
      margin: auto;
  }
}
@media(min-width: 481px) {
  .dealer-meet .cards {
    grid-template-columns: repeat(2, 1fr);
    max-width: 480px;
  }  
}
@media(min-width: 1024px) {
  .dealer-meet .cards {
    grid-template-columns: repeat(4, 1fr);
    max-width: 1070px;
  }  
}


/* Gallery End */



/* Steps Process Start */

 
.process{
  /* white-space: nowrap; */
  padding: 20px 0px;
  text-align: center;
  display: flex;
  justify-content: center; 
  max-width: 1400px;
  margin: 0 auto;
}
 
.step{
  max-width: 225px;
  display:inline-block;
  vertical-align:top;
  position:relative; 
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  /* display: grid; 
  align-content: center; */
  padding-block: 100px;
}

.step.down{
  /* margin-top:80px; */
}  

.step p{ 
  /* text-wrap: auto; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; */
} 
.step h3{ 
  /* text-wrap: auto; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; */
} 

.step .dot-shape{
  position: relative;
  left: -9px;
  bottom: 2px;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.step .dot-shape img{
   height: 60px;
   width: 16px;
}

.step .step-content{
    /* height: 75px; */
    width: 100%;
    /* max-width: 180px; */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: end; 
    position: absolute;
    top: 0px;
} 
  
.step .shape .icons-img{
  object-fit: contain; 
  max-width: 225px;
  max-height: 525px; 
}
.step .shape .icon{
  position:absolute;  
  height: 90px;
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  left: 48%;
  top: 41%;
}   
.step.down .shape .icon{ 
  bottom: 200px;
  top: auto;
}    

.step.down .step-content{
  bottom: 0;
} 

/* Steps Process End */
 

@media (min-width: 1199px) {  
}
 
@media (min-width: 1024px) { 
  .dealer-video-slider img { 
    height: 100%;
    max-height: 390px;
  }
  .dealer-video-slider .info-bar { 
    padding: 6px 18px;
    font-size: 9px; 
    gap: 5px; 
  }  
}

@media (min-width: 1440px) {  
  .dealer-video-slider .info-bar { 
    padding: 10px 28px;
    font-size: 14px; 
    gap: 20px;  
  }  
}
@media (min-width: 1500px) {   
  .xlx\:text-title-xl {
    font-size: 24px;
  } 
  .xlx\:text-sub-2xl {
    font-size: 18px;
  }
  .xlx\:text-dec-xl {
    font-size: 13px;
  }
}

@media (max-width: 1499px) {  
  .step.down .shape .icon {
    bottom: 170px; 
  }
  .step .shape .icon { 
    height: 70px;
    width: 70px; 
  } 
  .step {
      max-width: 165px; 
      padding-block: 85px;
  }
}

@media (max-width: 1299px) {   
  .step .shape .icon { 
    height: 60px;
    width: 60px;  
  }
  .step.down .shape .icon { 
    bottom: 180px;
  } 
} 

@media (max-width: 1120px) {   
  .step .shape .icon { 
    height: 50px;
    width: 50px;  
  }
  .step.down .shape .icon {
      bottom: 190px;
  }    
} 
@media (max-width: 1023px) {  
  .dealer-video-slider { 
    padding: 10px 0px;
  }
  .dealer-video-slider .info-bar { 
    padding: 6px 20px;
    font-size: 10px; 
    gap: 5px;  
  }
  .dealership-card {
    width: calc(50% - 15px);
  }
  .dealer-video-slider .slick-center { 
    transform: scale(1); 
  } 
} 
@media (max-width: 991px) { 
  .process { 
    max-width: 700px; 
    flex-wrap: wrap;
    row-gap: 40px;
  }  
  .step { 
      max-width: 33.33333%;
      width: 33.33333%;
      padding-block: 65px;
  }  
  .step .shape .icon {
    height: 90px;
    width: 90px;
  } 
} 
 
@media (max-width: 767px) {      
    .step { 
      padding-block: 80px;
    }
  .step .shape .icon { 
    height: 60px;
    width: 60px;  
  }
  .step .shape .icon {
    top: 40%;
  }
  .step.down .shape .icon {
    bottom: 200px;
  }
  .dealer-video-slider .info-bar { 
    padding: 6px 18px;
    font-size: 10px; 
    gap: 10px; 
  }
  .dealer-meet .tabs { 
      margin: 0 auto 20px auto;
  }
  .project-tabs-wrapper { 
      overflow: auto;
  }
  .project-tabs {
      max-width: 730px;
      justify-content: start;
      border-radius: 8px;
      overflow: auto;
  }
  .project-tab {
    font-size: 12px;
    white-space: nowrap;
    padding: 0.6rem 1rem;
  }
}
@media (max-width: 639px) {    
  .step .shape .icon {
    top: 41%;
  } 
}
@media (max-width: 620px) {     
  .step.down .shape .icon {
      bottom: 190px;
  }
}
@media (max-width: 600px) {     
  .step.down .shape .icon {
      bottom: 185px;
  }
}
@media (max-width: 575px) {   
  .step {
      max-width: 50%;
      width: 50%;
  } 
  .step .shape .icon {
      height: 90px;
      width: 90px;
  }
  .dealership-card {
      width: calc(100% - 0px); 
  } 
} 
@media (max-width: 480px) {   
  .step .shape .icon {
      height: 60px;
      width: 60px;
  } 
  .step .shape .icon {
      top: 40%;
  }
  .step.down .shape .icon {
      bottom: 215px;
  }
} 
@media (max-width: 480px) {  
  .step.down .shape .icon {
      bottom: 210px;
  }
  .step .shape .icon {
      top: 41%;
  }
} 
@media (max-width: 425px) {  
  .step .shape .icon {
      height: 40px;
      width: 40px;
  }  
  .step.down .shape .icon {
      bottom: 210px;
  } 
} 
@media (max-width: 375px) {  
  .step {
      padding-block: 100px;
  }
  .step .shape .icon {
      height: 40px;
      width: 40px;
  }   
} 
@media (max-width: 360px) {    
  .step.down .shape .icon {
      bottom: 200px;
  } 
} 
@media (max-width: 320px) {    
  .step.down .shape .icon {
      bottom: 185px;
  } 
} 