*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --gradientcolor:linear-gradient(to right, var(--redshade), var(--blueshade));
    --gradientreversecolor:linear-gradient(to right, var(--blueshade), var(--redshade));
    --ctagradientcolor:linear-gradient(to right, #0E58A4, #02386F);
    --ctahovergradientcolor:linear-gradient(to right, #02386F, #0E58A4);
    --redshade:#AD0119;
    --blueshade:#02386F;
    --lightblueshade:#EBF5FF;
    --white:#fff;
    --black:#000;
    --redhatfont: "Red Hat Display", sans-serif;
    --firasansfont: "Fira Sans", sans-serif;
    --barlowfont: "Barlow", sans-serif;
}

.m-0{
    margin: 0 !important;
}

.mt-0{
    margin-top: 0 !important;
}

.mb-0{
    margin-bottom: 0 !important;
}

.text-white{
    color: var(--white) !important;
}

.text-bold{
    font-weight: 700 !important;
}

.text-black{
    font-weight: 900 !important;
}

.text-uppercase{
    text-transform: uppercase !important;
}

.text-capitalize{
    text-transform: capitalize !important;
}

.text-lowercase{
    text-transform: lowercase !important;
}

.wrapper{
    width: 100%;
    overflow: hidden;
}

.page-section{
    width: 100%;
}

.hero-section{
    margin-top: 2.5vw;
}

.herobanner{
    width: 100%;
    background: url('../../images/automotive/automotive-hero-section-banner-image.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px;
    overflow: hidden;
}

.automotive-heroflex{
    width: 100%;
    display: flex;
    align-items: flex-start;
    /*justify-content: center;*/
    flex-wrap: wrap;
    padding: 3.5vw 4.453vw 4.8vw 4.18vw;
    justify-content: space-between;
    position: relative;
}

.automotive-heroflex .bannertext-box {
    width: 50%;
    padding: 1.6vw 0 1.6vw;
}

.headingtext h1{
  color: #fff;
  font-size: 3.84vw;
    /* line-height: 11vh; */
    /* line-height: 10vh; */
    font-family: var(--firasansfont);
    font-weight: 800;
    margin-top: 1vw;
    line-height: 1.3;
}

.headingtext h4{
    font-size: 1.6vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: #fff;
    /* text-transform: capitalize; */
    padding: 0 2vw 0 0;
    line-height: 1.5;
    margin: 2.3vw 0 3vw;
}

/* .headingtext a{
    background: linear-gradient(to right, #AD0119, #47000A);
    color: #fff;
    font-size: 1.1vw;
    font-family: var(--firasansfont);
    font-weight: 400;
    border-radius: 10px;
    border-bottom-right-radius: 25px;
    padding: 1.4vw 3.7vw;
    text-decoration: none;
    transition: 0.5s all ease;
    position: relative;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.headingtext a:hover{
      background: linear-gradient(to right, #042745, #02386F);
      transition: 0.5s all ease;
      border-radius: 9px;
      padding: 1.4vw 2.8vw;
} */

/* .headingtext a img {
    transform: rotate(45deg);
    filter: invert(1);
    position: absolute;
    top: 1.2vw;
    right: 1.3vw;
    opacity: 0;
    transition: 0.5s all ease;
}

.headingtext a:hover img {
    opacity: 1;
    transition: 0.5s all ease;
    right: 1.3vw;
} */

.bannerright-box{
    background: #fff;
    border-top-right-radius: 35px;
    border-top-left-radius: 35px;
    position: absolute;
    bottom: 0;
    right: 4.4%;
    padding: 0.5vw 0.5vw 3.8vw;
}

/*.bannerright-box::before{
    content: '';
    right: 0;
    bottom: 0;
    position: absolute;
    border-bottom-left-radius: 35px;
    background: #333;
}*/

.righttext-box{
    background: #fff;
    border-radius: 30px;
    padding: 1vw 1vw 1vw;
    box-shadow: 0 2px 3px 0px #AAB9D74D;
    width: 27vw;
    position: relative;
}

.righttext-box::before{
    content: '';
    position: absolute;
    bottom: -9px;
    left: 4.25vw;
    width: calc(100% - 8.5vw);
    background: linear-gradient(to right, var(--redshade), var(--blueshade));
    border-radius: 0 0 35px 35px;
    height: 4%;
}

.hm-meet{
    width: 100%;
    background: url('../../images/automotive/dubai-meet.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 22px;
    overflow: hidden;
    padding: 1vw 1.5vw;
}

.hm-meet span{
    color: #fff;
    font-size: 1.1vw;
    font-family: var(--firasansfont);
    font-weight: 400;
    display: block;
}

.hm-meet h3{
    color: #fff;
    font-size: 2vw;
    font-family: var(--firasansfont);
    font-weight: 500;
    margin: 0.5vw 0;
}

.hm-meet p{
    margin: 0;
    color: #AD0119;
    font-size: 1.5vw;
    font-family: var(--firasansfont);
    font-weight: 500;
}

.meet-date{
    display: flex;
    align-items: center;
    padding-top: 1.5vw;
}

.meet1 img{
  width: 4.5vw;
    height: auto;
    margin-right: 1vw;
}

.meet2 p{
    margin: 0;
    color: #1C2539;
    font-weight: 700;
    font-size: 1.5vw;
    font-family: var(--firasansfont);
}

.meet2 span{
    color: #1C2539;
    font-weight: 400;
    font-size: 1.1vw;
    font-family: var(--firasansfont);
}

/*.bottomright-shape{
    background-color: #CAB6A000;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 25px 25px 0px 0px #FFFFFF;
}*/

/*.elementor-spacer-inner{
    --spacer-size: 50px;
        --container-widget-width: 50px;
}*/

.decor_default {
  display: block;
  width: 1.3vw;
  height: 1.3vw;
  background: #fff;
  border: 2px solid rgb(26 139 179 / 21%);
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  right: 32vw;
    top: 4.9vw;
}

.decor_default:after {
     content: '';
    width: 60px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0.9vw;
    width: 4.7vw;
    top: 0.5vw;
    height: 0.1vw;
}

.elemenotor-check{
  position: absolute;
  max-width: 100%;
  bottom: 0%;
  --spacer-size: 50px;
    max-width: 50px;
    --container-widget-width: 50px;
    --container-widget-flex-grow: 0;
    width: 50px;
    max-width: 50px;
    flex-grow: 0;
    height: 50px;
    left: 100%;
}

.elementor-widget-container{
  border-radius: 50% 49% 20% 54%;
  box-shadow: -25px 25px 0px 0px #FFFFFF;
  height: 100%;
  width: 100%;
}

.elementor-spacer{
  height: 100%;
}

.elementor-spacer-inner {
    --spacer-size: 50px;
    --container-widget-width: 50px;
}

.elemenotor-check1{
  position: absolute;
  max-width: 100%;
  bottom: 0%;
  --spacer-size: 50px;
    max-width: 50px;
    --container-widget-width: 50px;
    --container-widget-flex-grow: 0;
    width: 50px;
    max-width: 50px;
    flex-grow: 0;
    height: 50px;
    right: 100%;
    rotate: -82deg;
}

.elemenotor-check1 .elementor-widget-container{
  border-radius: 50% 50% 50% 50%;
  box-shadow: -25px 25px 0px 0px #FFFFFF;
  height: 100%;
  width: 100%;
}



/*-------------------*/

.hm-about{
    /* padding:1vw 0; */
    padding: 7.187vw 0 0;
    position: relative;
}

.edgesector{
    width: 100%;
    display: flex;
    align-items: flex-start;
    /*justify-content: center;*/
    flex-wrap: wrap;
    /* padding: 0.8vw 0 0; */
    padding: 0;
    position: relative;
}

.edgesector-left{
    width: 42%;
    position: relative;
}

.edge-img{
    position: relative;
    display: block;
    /* margin-top: 6vw; */
    margin: 9vw 0 0;
}

.edge-img img{
  width: 100%;
  height: auto;
}

.edge-text{
    position: absolute;
    top: 7.5%;
    right: 6%;
    background: #02386F;
    border-radius: 25px;
    border: 8px solid #fff;
    z-index: 1;
    width: 23vw;
    text-align: center;
    padding: 1vw 1vw 2vw;
}

.edge-text .firsttopcounter h4.text-bold{
    font-weight:800;
    font-size: 6.3vw;
    font-family: var(--firasansfont);
    color: #fff;
    margin:0;
}

.edge-text .firsttopcounter .engtitle{
        font-size: 1.6vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    margin: 0.234vw 0 0;
    line-height: 3.607vh;
    color: #fff;
    text-align: left;
}

.edgesector-left::before{
   position: absolute;
    content: '';
    /* top: 12px; */
    top:4.688vw;
    width: 40%;
    height: 100%;
    left: 1vw;
    background: url('../../images/automotive/about-bg.webp');
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: contain;
}

.edgesector-right{
    width: 58%;
    padding-left: 5vw;
    padding-right: 0.6vw;
    position: relative;
}

.edgesector-right::after{
   position: absolute;
    content: '';
    top: 8vw;
    width: 100%;
    height: 80%;
    left: 38vw;
    background: url('../../images/automotive/intersect.webp');
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: contain;
}


.edgesector-right h2{
     font-weight:800;
     font-size: 3.5vw;
     font-family: var(--firasansfont);
     line-height: 1.3;
     color: #1C2539;
     text-transform: capitalize !important;
     margin-top: 0;
}

.edgesector-right p{
    margin: 0;
    font-size: 1.1vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: #5D666F;
    line-height: 3.7vh;
    padding: 0 4.375vw 0 0
}

.edgeright-li{
    display: flex;
    align-items: center;
    margin: 1.4vw 0;
}

.lileft{
    background: #AD0119;
    border-radius: 15px;
    width: 3.6vw;
    height: 3.6vw;
    margin-right: 1.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lileft span{
    font-family: var(--firasansfont);
    font-size: 1.5vw;
    font-weight: 700;
    color: #fff;
}

.liright h5{
     font-family: var(--firasansfont);
    font-size: 1.28vw;
    font-weight: 700;
    color: #1C2539;
    margin-bottom: 0.3vw;
    margin-top: 0.5vw;
}

.liright p{
     margin: 0;
    font-size: 1.1vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    color: #5D666F;
    line-height: 3.7vh;
    padding: 0 4.375vw 0 0
}

.hmcount1{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.328vw;
    padding: 2vw 0vw;
}

.hmcount{
    width: 78%;
    position: absolute;
    bottom: 0;
    left: 22vw;

}

.aboutcount{
    display: flex;
    align-items: center;
    border-right: 1px solid #5B6D844D;
    /* padding: 2vw 2vw; */
    padding: 0vw 2vw;

}

.aboutcount:last-child{
    border-right: 0px solid #5B6D844D;
}

.aboutcount1{
    width: 50%;
}

.aboutcount1 h4.text-bold{
    font-weight:700;
    font-size:3.8vw;
    font-family: var(--firasansfont);
    color: #081427;
    margin:0;
    /* margin-bottom: 0.6vw; */
    /* margin-top: 0; */
}

.aboutcount2 p{
   font-size: 1.8vw;
    font-family: var(--barlowfont);
    font-weight: 500;
    margin: 0;
    line-height: 1.5;
    color: #5D666F;
}

.aboutcount2{
    padding-left: 3vw;
}

/*---------------*/

.hm-spotsection{
    padding: 1.5vw 0 0vw;
}

.spotlight-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

/* Left Section */
.spotlight-left {
  width: 35%;
  position: relative;
  padding-left: 2.3vw;
}

.spotlight-section::before{
    position: absolute;
    content: '';
    top: 2vw;
    width:33.5vw;
    height: 100%;
    background: url('../../images/automotive/spotlightbg.png');
    /* background-position: center; */
    background-repeat: no-repeat;
    background-size: contain;
}

.spotlight-icon img {
  width: 3.6vw;
  margin-bottom: 1.5vw;
  display: block;
  position: relative;
}

.spotlight-left h2 {
  font-size: 3vw;
  font-weight: 800;
  color: #1C2539;
  font-family: var(--firasansfont);
  position: relative;
}

.spotlight-left p {
  font-size: 1.1vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    margin: 0;
    line-height: 1.5;
    color: #1C2539;
    position: relative;
}

.spotlight-right{
    width: 65%;
}

.spotlight-right1{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.6vw;
    padding: 2vw 0vw;
}

.spotlight-card {
  background: #F2F6F9;
  border-radius: 25px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 2vw 1.3vw 4.5vw;
}

.spotlight-card .card-icon {
    background: #02386F;
    width: 4vw;
    height: 4vw;
    /* text-align: center; */
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spotlight-card .card-icon img{
    width: 2vw;
    height: 2vw;
}

.spotlight-card h3 {
  font-family: var(--firasansfont);
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 1.5;
  color: #1C2539;
  margin-bottom: 1.5vw;
}

.spotlight-card .arrow {
    position: absolute;
    /* bottom: 20px; */
    left: 1.2vw;
    /* font-size: 1.4rem; */
    color: #002e5b;
    transition: transform 0.3s ease;
    rotate: -45deg;
    font-size: 2vw;
}

/* Hover Animation */
.spotlight-card:hover {
  background: url('../../images/automotive/spotlight-card2.jpg') center/cover no-repeat;
  color: #fff;
  transform: translateY(-5px);
}

.spotlight-card:hover .card-icon,
.spotlight-card:hover h3,
.spotlight-card:hover .arrow {
  color: #fff;
}

.spotlight-card:hover .arrow {
  transform: translate(5px, -5px);
}

.spotlight-card:hover .card-icon{
     background: #ffffff36;
}

/* --- Active Background (2nd Box) --- */
.active-bg {
  background: url('../../images/automotive/spotlight-card2.jpg') center/cover no-repeat;
}

.active-bg .card-icon,
.active-bg h3,
.active-bg .arrow {
  color: #fff;
}

/* Hover effect for active card (slight motion only) */
.active-bg:hover {
  transform: translateY(-5px);
}
/*-----------------------------*/

.testimonials-section{
    padding: 1vw 0;
}


.hm-testimonials {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  /*gap: 40px;*/
}

/* Left Cards Section */
.testimonial-left {
 width: 57%;
}

.testimonial-right {
 width: 43%;
 padding-left: 3.5vw;
 padding-right: 4vw;
 padding-top: 4.7vw;
}

.testimonial1{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1vw;
    padding: 2vw 1vw;
}

.testimonial-card {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 4px 20px #aab9d796;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  padding: 3vw 1.8vw 2.8vw;
}



.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.testcard{
    position: relative;
  top: 1.2vw;
}

.testimonial-card p {
  color: #02386F;
  font-size: 1.5vw;
  font-family: var(--barlowfont);
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.5;
  /* text-transform: capitalize; */
}

.crad-title{
    padding: 1.5vw 0;
}

.crad-title h4 {
  font-family: var(--firasansfont);
  font-size: 1.5vw;
  font-weight: 600;
  position: relative;
  z-index: 2;
  line-height: 4.509vh;
  margin: 0;
}

/* Quote Background */
.crad-title::after {
  content: "\f10d";
  position: absolute;
  right: 2vw;
  bottom: 1.1vw;
  font-size: 80px;
  color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  pointer-events: none;
  font-family: "fontawesome";
 font-size: 6vw;
}

/* Right Section */
/*.testimonial-right {
  flex: 1;
}*/

.testimonial-right h2 {
    font-weight: 800;
    font-size: 3.2vw;
    font-family: var(--firasansfont);
    line-height: 1.4;
    color: #1C2539;
    text-transform: capitalize !important;
    margin-top: 0;
    padding-right: 4vw;
}

.testimonial-right p {
    font-size: 1.1vw;
    font-family: var(--barlowfont);
    font-weight: 400;
    margin: 0;
    line-height: 2;
    color: #5D666F;
    margin-top: 1.3vw;
    /* text-transform: capitalize; */
}

/* Rating Box */
.rating-box {
  background: #F2F6FB;
  border-radius: 15px;
  display: flex;
  align-items: center;
  gap: 2vw;
    padding: 0vw 1.5vw 0.8vw;
    margin-top: 2vw;
    width: 92%;
}

.stars {
  color: #fbc02d;
  font-size: 1.8vw;
  padding-top: 1vw;
}

.rating-box p {
    font-size: 1.2vw;
    font-family: var(--firasansfont);
    font-weight: 600;
    margin: 0;
   /* line-height: 2;*/
    color: #000;
    text-transform: capitalize;
}

.rating p {
  font-weight: 700;
  font-size: 4.8vw;
    font-family: var(--firasansfont);
    font-weight: 700;
    color: #000;
}

.rating-box span {
  color: #AD0119;
  font-weight: 700;
}

.edge-title{
  display: none;
    font-weight: 800;
    font-size: 3.5vw;
    font-family: var(--firasansfont);
    line-height: 1.3;
    color: #1C2539;
    text-transform: capitalize !important;
    margin-top: 1vw;
}


@media screen and (max-width:1100px){
  .hero-section{
    padding: 0 15px;
  }

  .hm-spotsection {
    padding: 40px 0 40px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .testimonials-container {
    flex-direction: column;
  }
  .cards {
    grid-template-columns: 1fr;
  }
}

/*------------------------*/

@media only screen  and (max-width: 768px) {

      .container.custpage-container {
        width: 100% !important;
        margin: auto;
        padding: 0 15px;
    }

.hero-section{
  /* margin-top: 14%; */
  margin-top: 35px;
  padding: 0 15px;
}

.automotive-heroflex{
      padding: 2vw 4.453vw 4vw 4.18vw;
      display: block;
}

.automotive-heroflex .bannertext-box{
  width: 100%;
}

.headingtext h1{
      font-size: 32px;
      line-height: 40px;
      margin: 0;
}

.headingtext h4, .hm-meet h3{
  font-size: 20px;
  line-height: 30px;
  padding: 0;
}

.headingtext a, .hm-meet p, .meet2 p, .meet2 span, .hm-meet span{
  font-size: 14px;
}

.headingtext h4 br{
  display: none;
}

.bannerright-box{
    width: 100%;
    padding: 4px 5px 20px;  
    bottom: -21px;
  right: 0;
  position: relative;
}

.righttext-box{
      width: 100%;
    padding: 10px;
}

.hm-meet{
      padding: 10px 12px;
}

.meet1 img{
  width: 57%;
}

.righttext-box::before {
    bottom: -7px;
    left: 11%;
    width: calc(100% - 55px);
    height: 4%;
}

/* .headingtext a{
  padding: 10px 18px;
}

.headingtext a:hover{
  padding: 10px 25px;
} */

.hm-spotsection{
  padding: 25px 0;
}

.edgesector, .spotlight-section{
  display: inherit;
}

.edgesector-left, .spotlight-left, .spotlight-right, .edgesector-right{
  width: 100%;
  padding: 0;
}

.spotlight-left h2,  .testimonial-right h2{
  font-size: 28px;
  line-height: 40px;
}

.spotlight-left p, .edgesector-right p, .aboutcount2 p, .testimonial-right p{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}

.edgesector-right h2{
  display: none;
}

.edge-title{
  display: block;
  font-size: 28px;
  line-height: 40px;

}

.spotlight-icon img{
  width: 15%;
}

.spotlight-right1{
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.spotlight-card{
  padding: 30px 20px 50px;
}

.spotlight-card .card-icon{
  width: 70px;
  height: 70px;
}

.spotlight-card .card-icon img{
  width: 50px;
  height: 50px;
}

.spotlight-card h3, .rating-box p{
  font-size: 18px;
}
.rating p{
  font-size: 38px;
}

.spotlight-card .arrow{
      font-size: 21px;
    left: 16px;
}

.edge-text{
    width: 50%;
    top: inherit;
    bottom: 0;
    right: 0;
    padding: 10px 10px 16px;
}

.edge-text .firsttopcounter h4.text-bold{
  font-size: 38px;
}

.edge-text .firsttopcounter .engtitle, .aboutcount1 h4.text-bold, .stars, .crad-title h4{
  font-size: 20px;
}

.lileft{
  width: 75px;
  height: 75px;
  margin-right: 16px;
}

.lileft span{
  font-size: 22px;
}

.liright h5{
  font-size: 18px;
}

.edgeright-li{
      align-items: inherit;
}

.hmcount {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    border-radius: 25px;
    background: #F2F6F9;
}

.aboutcount {
     display: inherit;
    /* padding: 4px; */
    text-align: center;
}

.aboutcount1, .testimonial-left{
  width: 100%;
}

.aboutcount2{
padding-left: 0;
}

.aboutcount2 p, .testimonial-card p{
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}

.hm-testimonials{
      flex-direction: column-reverse;
}

.testimonial-right{
  width: 100%;
    padding: 0;
}
.rating-box{
      padding: 10px;
      width: 100%;
}

.testimonial1{
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.testcard {
    top: 0;
}

.testimonial-card{
  padding: 15px;
}

.crad-title::after{
      right: 16px;    
      font-size: 54px;
    bottom: 8px;
}

}

@media screen and (max-width:767px) {
  .automotive-heroflex {
    padding: 45px 15px 0;
    display: block;
  }

  .headingtext h4{
    font-size: 16px;
    line-height: 26px;
    margin: 15px 0 20px;
    text-align: center;
  }

  .headingtext h1 {
    font-size: 32px;
    line-height: 48px;
    margin: 0;
    text-align: center;
  }

  .bannerright-box {
    width: 100%;
    padding: 0;
    bottom: 0;
    right: 0;
    position: relative;
    margin: 75px auto 0;
  }

  .bannerright-box::before{
    content: '';
    width: 2px;
    height: 45px;
    background: var(--white);
    position: absolute;
    top:-45px;
    left: calc((100% - 2px)/2);
  }

  .bannerright-box::after{
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: var(--white);
    position: absolute;
    top: -50px;
    left: calc((100% - 8px)/2);
  }

  .righttext-box{
    padding: 20px 20px 55px;
  }

  .hm-meet {
    padding: 20px;
  }

  .hm-meet span{
    font-size: 16px;
    line-height: 20px;
  }

  .hm-meet h3{
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 12px;
  }

  .meet-date{
    padding: 15px 5px 0;
    flex-wrap: wrap;
  }

  .meet-date .meet1{
    width: 61px;
  }
  .meet1 img{
    width: 100%;
    margin: 0;
  }

  .meet-date .meet2{
    width: calc(100% - 61px);
    padding: 0 0 0 10px;
  }

  .righttext-box::before {
    bottom: 30px;
    left: 25px;
    width: calc(100% - 50px);
    height: 10px;
  }

  .meet2 p,
  .meet2 span{
    font-size: 16px;
    line-height: 20px;
  }

  .meet2 p{
    margin: 0 0 8px;
  }

  .hm-spotsection{
    padding: 75px 0;
  }

  .spotlight-left,
  .bannercta{
    text-align: center;
  }

  .automotive-heroflex .bannertext-box{
    margin: 0;
    padding: 0;
  }

  .spotlight-icon img{
    width: 50px;
    margin: auto;
  }

  .spotlight-right1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0;
  }

  .hm-about{
    padding: 75px 0 0;
  }

  .edge-title{
    text-align: center;
    margin: 0;
  }

  .edge-img{
    margin: 35px 0 25px;
  }

  .edgesector-right{
    padding: 0 10px;
    text-align: center;
  }

  .edgesector-right > p{
    padding: 0;
    margin: 0 0 25px;
  }

  .edgeright-li {
    align-items: flex-start;
    margin: 20px 0;
    flex-wrap: wrap;
    text-align: left;
  }

  .edgeright-li:first-child{
    margin-top: 0;
  }

  .edgeright-li .liright p{
    margin: 0;
    padding: 0;
  }

  .edgeright-li .lileft {
    width: 65px;
    height: 65px;
    margin-right: 0;
  }

  .edgeright-li .liright{
    width: calc(100% - 65px);
    padding: 0 0 0 15px;
  }

  .edgeright-li .liright h5{
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 7px;
  }

  .hmcount{
    position: static;
  }

  .hmcount1{
    padding: 20px 0;
  }

  .aboutcount{
    padding: 10px 5px;
  }


  .aboutcount1 h4.text-bold{
    margin: 0 0 10px;
  }

  .testimonial-right{
    text-align: center;
  }

  .testimonial-right h2{
    padding: 0;
    margin: 0 0 25px;
  }

  .testimonial-right > p{
    margin: 0 0 35px;
  }

  .rating-box {
    padding: 20px 30px;
    width: 100%;
    gap: 0;
    margin: 0;
  }

  .rating p{
    margin: 0;
  }

  .rating-box .rating{
    width: 55px;
  }

  .rating-box .rating1{
    width: calc(100% - 55px);
    padding: 0 0 0 20px;
    text-align: left;
  }

  .rating-box .rating1 .stars{
    padding: 0;
    font-size: 45px !important;
    line-height: 45px;
    margin: 0 0 10px;
  }

  .rating-box .rating1 p{
    font-size: 18px;
    line-height: 25px;
    margin: 0;
  }

  .testimonial-left{
    margin: 35px 0 0;
  }

  .testimonial-left .testimonial1{
    padding: 0;
  }

  .testimonial-card {
    padding: 25px 20px;
  }

  .testimonial-card p{
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 25px;
  }

  .testimonial-card .crad-title{
    padding: 0;
  }

  .testimonial-card .crad-title h4{
    margin: 0;
    font-size: 18px;
    line-height: 28px;
  }

}