@import url("../style/config.css");

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html,body {
  scroll-behavior: smooth;
  margin-top: 65px !important;
}

p{
    padding: 0px;
    margin: 0px;
}

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

a {
  text-decoration: none !important;
  color: #000;
  cursor: pointer;
}

video{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

video::-webkit-media-controls-panel {
display: none !important;
opacity: 1 !important;}


ul,li{
/* list-style-type:none; */
padding: 0px;
margin: 0px;    
}

.main-banner::selection {
  background: transparent;
  color: inherit; /* keeps text readable */
}

.main-banner *::selection {
  background: transparent;
  color: inherit;
}

.desktop-header{
    position: fixed;
    top: -2px;
    width: 100%;
    z-index: 1000;
}

.desktop-header .cta-header{
    padding: 0px 10px;
    background: var(--Secondary-primary-color);
    color:  var( --second-text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
}

button{
border-radius: 5px;
border: 0.698px solid #FFF;
background:var(--background-color-light);
color: var(--active-text-color);
box-shadow: 0px 1.683px 68.179px 0px #8E8E8E;
padding: 5px 12px;   
}


.main-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 90px;
    padding: 10px 50px;
    background-color: var(--background-color-light);
    box-shadow: 0px 7px 8px -2px #2020200D;
}
.tom-select-wrapper .search-icons {
right: 0 !important;
}

@media (max-width: 500px) {
    .main-nav-bar {
        height: 60px;
        padding: 5px 25px;
    }
}
.deler-logo-holder {
    /* width: 180px; */
    min-width: 200px;
    /* background: #000; */
    height: 90%;
}


.main-nav-bar .navItem .navItemList {
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero-slider{
    height: 100%;
    max-width: 100%;
    width: 100%;
    position: relative;
}

.swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;      /* crop to fill like images */
  display: block;
  pointer-events: none;   /* prevent interaction */
}

.swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* crop to fill like images */
  display: block;
  pointer-events: none;   /* prevent interaction */
}

.text-highlight {
    color: var(--primary-color);
}
.paragraph-text {
    color: var(--paragraph-text-color);
    font-size: 17px;
}

.paragraph-texts {
        color: var(--paragraph-text-color);
}

.section-padding {
    padding: var(--section-padding);
    margin: var(--section-margin);
}
.section-padding-2 {
    padding: var(--section-padding-small);
    margin: var(--section-margin);
}
.section-padding-small {
    padding: var(--section-padding-small);
    margin: var(--section-margin);
}

.section-margin-small {
    padding: var(--section-padding);
    margin-bottom: 80px;
}




.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.section-title .line-left {
  flex: 1;
  height: 5px;
  background-color: var(--main-highligt-color);
  border-radius: 2.5px 0px 0px 2.5px;
  max-width: 87.5px;
}
.section-title .line-right {
  flex: 1;
  height: 5px;
  background-color: var(--main-highligt-color);
  border-radius: 0px  2.5px 2.5px 0px; 
  max-width: 87.5px;
}

.section-title h3 {
  margin: 0;
  font-size: 44px;
  font-weight: 600;
  color: var(--main-text-color);
}

.section-title .highlight {
  color: var(--main-highligt-color);
  font-weight: 600;
}

.selected {
         background-color: var(--active-text-color);
    border: none;
    border-radius: 4px;
    color:var(--second-text-color) !important;

    }
.selected>li{
         color: var(--active-text-color);
     }
.selected a{
         color: white !important;
     }
     .selected .arrow {
        position: absolute;
    transform: rotate(-90deg);
    right: 3px;
    transition:all 0.5s;
     }

       .selected .arrow-container {
            position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
     }
.display-flex {
  display: flex;
}
@media (max-width: 900px) {
  .section-title .line-left {

  max-width: 60.5px;
}

.section-title .line-right {

  max-width: 60.5px;
}
.section-padding {
    padding: var(--mobile-section-padding);
  
}

.section-title h3 {
  font-size: 36px;
}
  
}
@media (max-width: 500px) {
    .section-title h3 {
        font-size: 24px;
    }
     .section-title .line-left {

  max-width: 50.5px;
    }

    .section-title .line-right {
    
      max-width: 50.5px;
    }
    .section-title {
    gap: 10px;
    margin: 20px 0;
    }

    .paragraph-text {
    font-size: 15px;
}
.left-content .sub-heading {
  font-size: 24px;
}
.container-with-img {
      flex-direction: column-reverse;
}
.grid-content-item{
  font-size: 22px;
}
.section-padding {
    margin: var(--mobile-section-margin);
}
}



*{
  font-family: var(---font-family);
}


.Enquiry-btn.second {
  border:none !important;
}

.error-message {
color: red;
}


.error-message {
font-size: 10px !important;
margin-top: 4px !important;
}

.error-message {
font-weight: 600;
}

@media (max-width:1100px) {
.error-message {
color: red;
font-size: 12px;
display: block;
margin-top: 4px;
}

}

