@import url('../../css2');
@import url('../../css2-1');
:root{
    --black:#000000;
    --blue:#00a3f7;
    --light-blue:#c7eafc;
    --white: #fff;
    --dark-blue:#053b88;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    background: var(--white);
    overflow-x: hidden !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Oswald", sans-serif;
}
a{
    text-decoration: none;
}
section{
    padding: 50px 0;
}
.text-white{
    color: var(--white);
}
ul{
    list-style: none;
}
.fz-size{
    font-size: 22px !important;
}
.top-section { 
    background:#850317;
    border-bottom: 1px #fff solid; 
}

.top-left-content ul {
        list-style: none;
    margin-bottom: 0px;
    color: var(--white);
    margin-top: 8px;
    font-weight: 400;
    font-size: 13px;
}

.top-right-content ul {
    display: flex;
    list-style: none;
    margin-bottom: 0px;
    text-align: right;
}

.top-right-content ul li.opening {
    border-right: 1px #fff solid;
}

.top-right-content ul li {
        display: inline-block;
    padding: 3px 10px 0px 0px;
    margin-right: 6px;
    font-size: 15px;
    font-weight:500;
}

.top-right-content ul li a .fa-brands {
    font-size: 20px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 50%;
    color: var(--white);
}

.top-right-content ul li a {
    color: var(--white);
    font-size:14px;
    font-weight:400;
}
.navbar{
    box-shadow: rgba(0, 0, 0, 0.356) 0px 3px 8px;
}
.navbar-nav .nav-item .nav-link {
    padding: 13px;
    color: var(--black);
    font-size: 16px;
    position: relative;
    display: block;
    font-weight: 400;    
}

.nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, #053b88, #00a3f7, #9bd4ee);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.nav-link:hover::before {
    transform: scaleX(1);
}

.dropdown-item:hover {
    color: #fff;
    background:#000;
}

.dropdown-item {
    font-size: 15px;
    padding: 6px 15px;
    font-weight:400;
}

.nav-item:hover>.dropdown-menu {
    display: block !important;
}
/* button */
/* From Uiverse.io by niat786 */ 
.btn-1{
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #000, #850317);
    border-radius: 20px;
    background-size: 100% auto;
    font-family: inherit;
    font-size: 16px;
    padding: 7px 30px;
   }
   
   .btn-1:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: pulse512 1.5s infinite;
   }
   
   @keyframes pulse512 {
    0% {
     box-shadow: 0 0 0 0 #850317;
    }
   
    70% {
     box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }
   
    100% {
     box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
   }
/* button */
/* about */
.sec-icon-1 {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}
.sec-icon-1::before {
    content: "";
    position: absolute;
    height: 1.5px;
    margin-top: -5.5px;
    top: 60%;
    background: #850317;
    width: 50px;
}
.sec-icon-1::after {
    content: "";
    position: absolute;
    height: 1.5px;
    right: -55px;
    margin-top: -5.5px;
    top: 60%;
    background: #850317;
    width: 50px;
}
.sec-icon-1 .heading-line-icn {
    margin-left: 55px;
}
.heading-line-icn {
    height: 30px;
    width: 30px;
}
.about-content h2{
        font-size: 30px;
    font-weight: 600;
    color: #850317;
    letter-spacing: 2px;
}
.about-content p{
    font-size: 15px;
    line-height: 1.8;
    text-align: justify;
    font-weight: 400;
    color:#000;
}
.about-us-img img{
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.comfort {
    background-image: linear-gradient(#0e0d0da8, #08080885), url("../images/vission.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
    background-color: #ffffff;
    padding: 150px 0px;
}
.com-card{
    background: #f7efef;
    padding: 15px;
    border-radius: 9px;
    box-shadow: #850317 0px 5px 4px, #850317 0px 6px 6px;
    border: 2px solid #850317;
    
}
.com-card h3{
    font-size: 18px;
    margin-top: 10px;
    line-height: 1.5;
}
.com-card img{
    width: 50px;
}
.com-card p{
line-height: 1.8;
}
/* about */
/* why-us */
.choose-us-im{
    height: 70px;
    width: 70px;
  }
 .choose-us-card {
    background-image: linear-gradient(173deg, rgba(12, 12, 12, 0.644) 21%, rgba(15, 15, 15, 0.644) 66%),url("../images/whyus-card.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* width: 320px; */
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    min-height: 280px;
  }
  .choose-us-title {
    font-size: 25px;
    text-shadow: 2px 2px #000000;
  }
  .choose-us-body{
    color: var(--white);
  }
  .choose-us-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(-35deg, #850317 0%, #000000 100%);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.320, 1);
    
  }
  .choose-us-outer{
    position: relative;
  }
  .choose-us-body{
    position: relative;
  }
  .choose-us-card:hover::before {
    height: 100%;
    color: var(--white);
  }
  
  .choose-us-card:hover {
    box-shadow: none;
    color: var(--white);
    position: relative;
  }
  .choose-us-card:hover #ci-1{
    content: url('../images/accumulator.png')!important;
  }
  .choose-us-card:hover #ci-2{
    content: url('../images/chassis.png')!important;
  }
  .choose-us-card:hover #ci-3{
    content: url('../images/budget.png')!important;
  }
  .choose-us-card:hover #ci-4{
    content: url('../images/hand.png')!important;
  }
  .choose-us-card:hover #ci-5{
    content: url('../images/hi-speed.png')!important;
  }
  .choose-us-card:hover #ci-6{
    content: url('../images/growth-arrow.png')!important;
  }
/* why-us */
/* product */
.product{
    background-image: url("../images/product-bg.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 0;
}
.product-c{
    border: 1px solid #68646471;
    border-radius: 9px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.product-c img{
border-top-left-radius: 9px;
border-top-right-radius: 9px;
}
.product-c h4{
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    margin-bottom: 10px;
    line-height: 35px;
}
/* product */
/* feature */
.feature img{
    width: 100%;
    max-width: 250px;   
}
.feature{
    background:#a5a4a4;
    padding:3px;
    margin: 2px;
    border: 1px solid #5e5c5cb6;
    border-radius:10px;
}
.feature img{
    border-radius:10px;
}
.all-header h2{
    color: #850317;
}
.outer-form {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 20px 40px;
    background-image: url("../images/contact-us.jpg");
    /* background-color: #787a7a4f; */
    color: var(--white);
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--black);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border-radius: #850317;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/* feature */
/* footer */
.footer {
    background-image:linear-gradient(173deg, rgba(12, 12, 12, 0.644) 21%, rgba(15, 15, 15, 0.644) 66%), url('../images/footer-bg.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 45px 0px 30px 0;
}
.d-flex {
    display: flex!important;
}

.quick-link h5 {
    font-weight: 700;
    font-size: 25px;
    color: var(--light-blue);
    margin: 30px 0px;
}
.quick-link ul {
    padding: 0px;
}
.quick-link a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
    line-height: 35px;
}
.right-icon {
    height: 18px;
    width: 18px;
    margin: 0px 5px;
}
.info-icon {
    height: 25px;
    width: 25px;
    margin: 0px 5px;
}
.info-inner {
    display: flex;
    align-items: flex-start;
}
.info-inner li {
    color: var(--white);
    margin-bottom: 20px;
     font-weight:400; 
}
.txt-f p {
    font-size: 14px;
    color: var(--white);
    font-weight: 400;
    line-height:29px;
}
.social-icon .fa-brands {
    margin-right: 10px;
    font-size: 25px;
    color: var(--light-blue);
}
.copyright {
    background: #850317;
    color: var(--white);
    text-align: center;
    padding: 10px 0px;
    font-size: 16px;
}
.copyright a {
    color: var(--white);
    text-decoration: none;
}
/* footer */
@media (max-width:600px){
    .comfort {
        -webkit-clip-path: polygon(0 20%, 100% 0, 100% 80%, 0% 100%);
        clip-path: none;
        background-color: #ffffff;
        padding: 50px 0px;
    }
    .form-flex {
        display: block !important;
        width: 100% !important;
    }
    .frm-cntct {
        padding: 10px !important;
    }
    .contact-info-sec {
        width: 100%!important;
        margin-left: 0px !important;
    }
    .contact-form-sec {
        width: 100% !important;
    }

}
.slick-slide {
    margin: 0px 5px;
}

/* .slick-slide img {
    width: 100%;
} */
.slide-img{
    border: 1px solid #9e9b9ba2;
    border-radius: 9px;
}
.slide-img img{
    border-radius: 9px;
}
.about-content table {
    width: 100%;
}
.about-content table td {
    border: 1.5px #0595f594 solid;
    font-size: 15px;
    color: var(--black);
    padding: 5px 15px;
}
/* contact-page */
.contact-form {
    padding: 50px 0;
}
.form-flex {
    display: flex;
}
.contact-form-sec {
    width: 900px;
    width: 1000px;
    z-index: 0;
    position: relative;
}
.frm-cntct {
    background-image: url('../images/product-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 240px 50px 40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.contact-heading {
    padding-bottom: 25px;
}
.detail-flex {
    display: flex;
    color: #fff;
}
.contact-info-sec {
    width: 400px;
    width: 492px;
    z-index: 0;
    margin-top: 40px;
    margin-left: -200px;
    /* position: absolute; */
}
.detail {
    background-image: linear-gradient(rgba(4, 84, 189, 0.308), rgba(5, 52, 182, 0.315)), url('../images/contact-p.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
.detail h1 {
    color: #fff;
    padding: 20px 30px 10px;
    font-size: 32px;
    margin-bottom: 20px;
}
.d-icon {
    height: 30px;
    width: 30px;
    margin-left: 20px;
    margin-top: 10px;
}
.detail-flex p {
        color: #fff;
        font-size: 15px;
        padding: 12px 20px;
        margin-bottom: 1px;
        line-height: 28px;
        font-weight: 400 !important; 
}
.detail-flex-icon {
    display: flex;
    align-items: flex-start;
    margin: 10px 25px;
    padding-bottom: 30px;
}
.detail h5 {
    color: #fff;
    padding: 10px 30px;
    font-size: 25px;
}
.form-control {
    display: block;
    width: 100%;
    padding: 15px 0.75rem;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    /* color: var(--black-grey); */
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #f3f6f8dc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.social-icon {
    height: 27px;
    width: 27px;
    margin-left: 10px;
}
/* contact-page */
#product-detail-section {
    margin: 45px 0px;
}

#product-detail-section .carousel-indicators button.thumbnail {
    width: 100px;
}

#product-detail-section .carousel-indicators button.thumbnail:not(.active) {
    opacity: 0.7;
}

#product-detail-section .carousel-indicators {
    position: static;
}
.about-content table th {
    background: #850317;
    color: #fff;
    padding: 7px 15px;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}
.about-us-img .carousel-item img{
        border-radius: 9px;
        box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    }
.custom-note p{
    font-size: 25px;
    font-weight: 600;
    color: var(--white);
    text-shadow: 1px 1px #850317;
    margin-bottom: 0;
}
.custom-note {
    background: #850317;
    padding: 7px 10px;
border-radius: 9px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/*seo page css*/

.about-content h1{
    font-size: 35px;
}

.product-content p{
    line-height: 28px;
    margin-top: 15px;
    text-align: justify;
}
 .sidecontent h2{
    margin-top: 104px;
}
.sidecontent ul li{
    line-height: 28px;
    text-align: justify;
}

.thank-you-img img{
    width: 60px;
}


@media only screen and (max-width:600px) {
    #product-detail-section {
        margin: 20px 0px;
    }
}

@media screen and (min-width: 625px) and (max-width: 768px) {
    #product-detail-section {
        margin: 20px 0px;
    }
    .about-content h1 {
        font-size: 32px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {

    element.style {
    }
    .about-content h1 {
        font-size: 32px;
    }
}


.manufat {
    display: flex;
    gap: 53px;
    margin-top: 12px;
}
.about-year {
    text-align: center;
    border: 1px solid #850317;
    width: 172px;
    border-radius: 10px;
    padding: 7px;
}
.about-year p {
    text-align: center;
    font-size: 17px;
    color: #850317;
    margin-bottom: 0px;
}
.about-year span {
    font-size: 34px;
    color: #333;
}
.llslsls a{
    color:#fff !important;
    font-weight:400 !important;
    font-size:14px;
}
.copyright1{
    font-weight: 400 !important;
    font-size: 14px;
    margin-bottom: 6px;
}
.whatsapp-link img 
 {
    height: 57px;
    width: 57px;
    position: fixed;
    left: 30px;
    bottom: 19px;
    z-index: 9999;
}
.features-section {
  background-color: #f3f8e8;
}

.feature-card {
  background: #ffffff;
  border: 2px solid #ff3b2f;
  border-radius: 20px;
  padding: 40px 20px;
  transition: 0.3s ease-in-out;
}

.feature-card:hover {
  transform: translateY(-5px);
}

.icon-wrapper {
  width: 80px;
  height: 80px;
  background-color: #850317;
  color: #ffffff;
  border-radius: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.icon-wrapper::after {
  content: "";
  position: absolute;
  width: 92px;
  height: 92px;
  border: 2px dashed #850317;
  border-radius: 50%;
}

.icon-wrapper i {
  font-size: 28px;
}

.feature-card h5 {
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.dealership-section {
            padding: 60px 15px;
        }

        .dealership-card {
            max-width: 850px;
            margin: auto;
            background: linear-gradient(135deg, #f7f9ff, #eef1ff);
            border-radius: 12px;
            padding: 40px;
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
            border: 2px solid #fd0000;
        }

        .dealership-title {
            text-align: center;
            margin-bottom: 10px;
            font-weight: 700;
        }

        .dealership-title span {
            color: #fd0000;
        }

        .dealership-subtitle {
            text-align: center;
            font-size: 14px;
            margin-bottom: 30px;
            color: #555;
        }

        .form-label {
            font-size: 14px;
            font-weight: 500;
            color: #fd0000;
        }

        .form-control,
        .form-select {
            border-radius: 6px;
            border: 1px solid #fd0000;
            font-size: 14px;
        }

        .form-control:focus,
        .form-select:focus {
            box-shadow: none;
            border-color: #fd0000;
        }

        textarea.form-control {
            resize: none;
        }

        .btn-submit {
            background: #fd0000;
            color: #fff;
            padding: 10px 30px;
            border-radius: 6px;
            font-size: 15px;
            border: none;
        }

        .btn-submit:hover {
            background: #1428c9;
        }