@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:10px 0;
}
.text-white{
    color: var(--white);
}
ul{
    list-style: none;
}
.fz-size{
    font-size: 22px !important;
}
.top-section { 
    background:#209487;
    border-bottom: 1px #fff solid; 
}

.top-left-content ul {
        list-style: none;
    margin-bottom: 0px;
    color: var(--white);
    margin-top:5px;
    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:12px;
    font-weight:400;
}
.navbar{
    box-shadow: rgba(0, 0, 0, 0.356) 0px 3px 8px;
}
.navbar-nav .nav-item .nav-link {
    padding: 11px;
    color: var(--black);
    font-size: 15px;
    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;
}

.btn-1{
    border: none;
    color: #fff;
    background-image: linear-gradient(30deg, #000, #209487);
    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 #209487;
    }
   
    70% {
     box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
    }
   
    100% {
     box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
    }
   }

.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: #209487;
    width: 50px;
}
.sec-icon-1::after {
    content: "";
    position: absolute;
    height: 1.5px;
    right: -55px;
    margin-top: -5.5px;
    top: 60%;
    background: #209487;
    width: 50px;
}
.sec-icon-1 .heading-line-icn {
    margin-left: 55px;
}
.heading-line-icn {
    height: 30px;
    width: 30px;
}
.about-content h2{
        font-size:27px;
    font-weight:500;
    color: #209487;
    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: #209487 0px 5px 4px, #209487 0px 6px 6px;
    border: 2px solid #209487;
    
}
.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;
}

.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, #209487 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:30px 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;
} 
.feature img{
    width: 100%;    
}
.feature{
    background:#00abd6;
    padding:1px;
    margin: 2px;
    border: 1px solid #00abd6;
    border-radius:10px;
}
.feature img{
    border-radius:10px;
}
.all-header h2{
    color: #209487;
}
.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: #209487;
    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: #209487;
    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;
} 
.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-form {
    padding: 50px 0;
}
.form-flex {
    display: flex;
}
.contact-form-sec { 
    width: 735px;
    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: 20px 40px 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: 48px;
}
.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: #209487;
    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 #209487;
    margin-bottom: 0;
}
.custom-note {
    background: #209487;
    padding: 7px 10px;
border-radius: 9px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} 
.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 #209487;
    width: 172px;
    border-radius: 10px;
    padding: 7px;
}
.about-year p {
    text-align: center;
    font-size: 17px;
    color: #209487;
    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: #209487;
  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 #209487;
  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;
        }
        .railway-sector {
  background: #ffffff;
}

.section-title {
  font-weight:500;
  color: #209487;
  margin-bottom: 15px;
}

.btn-teal {
  background: #209487;
  color: #fff;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 500;
}

.btn-teal:hover {
  background: #088f86;
  color: #fff;
}

.img-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}

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

.overlay {
  position: absolute;
  inset: 0;
  background:rgb(0 0 0 / 22%);
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.mb-55{
    margin-top:50px;
    margin-bottom:50px;
}

.why-us-section {
  background: #ffffff;
}

.section-title {
  font-size:27px;
  font-weight:500;
  line-height:38px;
}

.why-box {
  padding:15px 10px;
  border:2px solid #ddd;
  border-radius:10px;
}

.icon-box {
  width: 70px;
  height: 70px;
  border: 2px solid #209487;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
  color: #209487;
  font-size: 28px;
}

.why-box h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.why-box p {
  font-size: 13px;
  color: #000; font-weight:500;
  line-height:28px;
}
.slide-1mg img{
    border-radius:8px;
}

.railway-sector p{
    font-weight:500; line-height:30px;
    font-size:14px;
}

.feature-box {
  background: #fff;
  border-radius: 12px;    padding: 10px;
  transition: 0.3s;
  box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}

.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.icon-box {
  width: 70px;
  height: 70px;
  border: 2px solid #209487;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.icon-box i {
  font-size: 28px;
  color: #fff;
}

.feature-box h5 {
  font-weight:500;
  color: #209487;
  margin-bottom: 15px;
}

.feature-box p {
  font-size: 14px;
  line-height:26px;
  color: #000;
}
#myVideo{
    width:100%;
}
.testimonial-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  padding: 30px;
  margin: 10px;
  transition: 0.3s ease;
}

.testimonial-box:hover {
  transform: translateY(-10px);
}

.testimonial-box i {
  font-size: 28px;
  color: #009688;
  margin-bottom: 15px;
}

.testimonial-box p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 20px;
}

.client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #009688;
  margin-bottom: 10px;
}

.testimonial-box h6 {
  font-weight: 600;
  margin-bottom: 3px;
}

.testimonial-box span {
  font-size: 13px;
  color: #777;
}
.bgblackss{
    background:#000;
}
.why-choose-section {
    background: #eaf4fb;
    padding: 60px 0;
}

.why-title {
    font-size: 32px;
        font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}

.why-title span {
    color: #209487;
}

.choose-card {
    background: #f3fbff;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
    transition: 0.3s;
    height: 100%;
}

.choose-card:hover {
    transform: translateY(-8px);
}

.choose-icon {
    width: 70px;
    height: 70px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
}

.choose-icon img {
    width: 40px;
}

.choose-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

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

.feature-section {
  background: url('../images/mkl.jpg') center/cover no-repeat;
  position: relative;
  padding-top:140px !important;
  padding-bottom:140px !important;
}

.feature-section .overlay {
  background: rgb(0 0 0 / 27%);
  padding:80px 0;
}

.feature-box {
  gap: 15px;
  position: relative;
}

.icon-box {
  width: 70px;
  height: 70px;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  transform: skewX(-15deg);
  border-radius: 6px;
}

.icon-box i {
  transform: skewX(15deg);
}

.content h5 {
  font-weight: 700;
  margin-bottom: 8px;
}

.content p {
  font-size: 14px;
  margin: 0;
  color: #000;
  font-weight:400;
} 
@media (max-width: 768px) {
  .feature-box {
    text-align: center;
    flex-direction: column;
  }
}

.spare-parts-section {
  background: #ffffff;
}

.section-title {
  color: #209487;
  font-weight:500 !important;
  font-size:18px;
  margin-bottom: 10px;
}

.spare-parts-section p {
  font-size: 14px;
  line-height:29px;
  color: #333;
  font-weight:400;
}
.innerpahsdjd {
    padding-top: 80px;
    padding-bottom: 80px;
}
.innerpahsdjd h1 {
        color: #fff;
    font-size: 29px;
    font-weight: 400;
    letter-spacing: 1px;
}