@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');


:root {
    --primary: #003f84;
    --white: #fff;
    --black: #000;
}

body {
    margin: 0;
    padding: 0 !important;
     font-family: "Plus Jakarta Sans", sans-serif;
    font-family: "Poppins", sans-serif;
    scroll-behavior: smooth;
    overflow: inherit !important;
}

input[type="text"], input[type="email"], input[type="number"], input[type="tel"], input[type="date"], textarea, select, label {
    color: #000;
    font-size: 14px;
    line-height: normal;
    width: 100%;
    outline: 0;
   font-family: "Poppins", sans-serif;
    border: 1px solid #c1c1c1a6;
    margin: 0px 0 8px;
    border-radius: 6px;
    padding: 14px;
    font-weight: 400;
    letter-spacing: .5px;
    background: #fdfdfd;
}
::placeholder {
  color: #1a1a1a;
  font-weight:400;
}

select,
input[type="date"] {
    padding: 14px 17px;
}
input[type="submit"] {
    color: var(--white);
    background: var(--primary);
    text-transform: uppercase;
    border: none;
    font-size: 14.5px;
    border: 0;
    outline: none;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    padding: 13px 20px;
    letter-spacing: 1px;
    border-radius: 2px;
    line-height: normal;
    width: 100%;
}
input[type="submit"]:hover {
    background: var(--primary);
    color: var(--black);
    transition: 0.8s;
}

textarea {
    height: 100px;
    margin-bottom: 5px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #050A15;
    font-weight: 500;
    text-transform: inherit;
    line-height: normal;
}

h1 {
    font-size: 28px
}

h2 {
    font-size: 24px
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}
p {
    padding: 0;
    margin: 0 0 10px 0;
    font-family: "Poppins", sans-serif;
    color: #000000d1;
    font-size: 15px;
    line-height: 28px;
    font-weight: 400;
}

ul,
li,
a {
    list-style-type: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #222;
    line-height: 24px;
    font-size: 15px;
}

a:hover {
    transition: 0.8s;
    text-decoration: none;
}
.heading, .leftheading {
    font-size: 45px;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin-bottom: 35px;
    letter-spacing:1px;
}
.leftheading {
    margin-bottom:30px;
}
.heading {
    text-align: center;
}
.subheading {
    color: var(--primary);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

/* TOPBAR */
.topbar {
    background: var(--black);
    padding: 8px 0;
}
.smoicons li a {
    background: #fdb61424;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    border-radius: 5px;
}
.smoicons li:last-child a {
    margin-right: 0;
}
.top-contact {
    column-gap: 15px;
    margin-left: 20%;
}
.top-contact span {
    color: white !important;
    height: 20px;
    font-size: 18px;
	margin:2px 5px;
}

.top-contact i {
    color: transparent !important;
    -webkit-text-stroke: 1px #fff;
    background: #ffffff36;
    height: 35px;
    width: 35px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 14px;
}
.top-contact span {
    color: white !important;
}
.top-contact p a {
    color: var(--white);
    font-size: 15px;
}

.top-contact p:not(:last-child)::after {
    content: "";
    display: inline-block;
    border-left: 1px solid #ccc;
    height: 20px;
    margin: 0 15px;
    vertical-align: middle;
}

/* Header */
.logo {
    position: relative;
    z-index: 99;
    margin-top: -45px;
}
.logo:before {
    content: '';
    width: 210px;
    height: 215px;
    background-color: #f9f9f9;
    position: absolute;
    top: -60px;
    z-index: -1;
    left: -32px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 90px), 50% 100%, 0 calc(100% - 90px));
}
.mainmenu {
    background: #fff;
}
header {
    position: relative;
    top: 0;
    background: #f5f5f5;
}
header .row {align-items: center;}
header img {
    width: 150px;
}
header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: center;
}
.headercnt {
    display: flex;
    align-items: center;
    column-gap: 15px;
}
.headercnt h4 {
    font-size: 17px;
    margin: 0;
}
.headercnt h4 span {
    display: block;
}
.headercnt i {
    font-size: 35px;
    color: var(--primary);
}
.mainmenu .btn-primary {margin-left: 10px;}
.btn-primary {
    color: #fff !important;
    position: relative;
    z-index: 0;
    background: linear-gradient(45deg, black, #003f84) !important;
    border: 1px solid #ffffff47;
    padding: 15px 30px !important;
    letter-spacing: 1px;
}

/* SLIDER SECTION CSS */

.mainslider figure {
    height: 600px;
    overflow: hidden;
    z-index: -1;
}
.slider-btn img {
    width: 50px;
}
button.carousel-control-next img {
    width: 44px;
}
.mainslider figure:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/bannerbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 9;
}

.mainslider figure img {
    height: 600px !important;
    width: 100% !important;
    object-fit: cover;
}
.carousel-caption {
    left: 53% !important;
}
.carousel-content span {
    color: #fff;
    font-size: 21px;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px;
    position:relative;
}
.carousel-content h2 {
    color: var(--white);
    font-size: 50px;
    width: 55%;
    line-height: 69px;
    font-weight: 600;
    letter-spacing: 1px;
}
.mainmenu {
    padding: 6px 0;
}
.carousel-content p {
    color: var(--white);
    width: 50%;
}
.mainmenu a.btn.btn-primary {
    background: var(--primary);
    color: #fff;
    padding: 13px 12px !important;
    font-size: 14px;
}

/* about us page  */

.aboutus-content {
    padding-left: 40px;
}
.aboutus-content p {
    line-height: 30px !important;
}
.aboutus figure.aboutus-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
    height: 100%;
}
.aboutus {
    padding: 60px 0;
}
.aboutus-content .btn-primary {
    padding: 10px 30px !important;
}
.aboutus .leftheading {
    margin-bottom: 15px;
    font-size: 35px;
    line-height: 50px;
    text-transform: capitalize;
    font-weight: 600;
    color: var(--black);
    letter-spacing: 1px;
}
.aboutus-content h5 {
    background: #005bac17;
    display: inline-block;
    padding: 10px 26px 6px;
    border-radius: 50px;
    font-size: 16px;
    border-bottom: 2px solid var(--primary);
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.aboutus-content h5 i {
    transform: rotate(322deg);
    color: var(--primary);
    font-size: 16px;
}
.aboutus .leftheading span {
    color: var(--primary);
}
ul.tick-list {
  list-style: none; /* remove default bullets */
  padding: 0;
  margin: 0;
}

ul.tick-list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 0px;
    font-size: 14px;
}

ul.tick-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #28a745;
    font-weight: bold;
    font-size: 11px;
}


/* core values section  */
.corevalues {
    background: linear-gradient(45deg, #000000c7, #000000b8), url(../images/valuesbg.png);
    background-position: center;
    padding: 50px 0;
    text-align: center;
    background-size: cover;
    background-attachment: fixed;
}
.corevalues ul li {
    width: 19%;
}
.aboutvalues {
    background: #ffffff12;
    padding: 15px;
    border-radius: 6px;
    box-shadow: inset 0 0 10px 0px #003f8445;
	height: 240px;
}
.aboutvalues figure {
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom:15px;
}
.aboutvalues h3 {
    font-size: 20px;
    line-height: 30px;
}
.aboutvalues figure img {
    width: 50px;
    filter: invert(1) brightness(100);
}

/* products section  */
.product {
    background: #f9f9f9;
    padding: 50px 0 30px;
}
.aboutproducts img {
    width: 100% !important;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
    border: 1px solid #003f8426;
}
.aboutproducts {
    background: #fff;
    height: 470px !important;
    padding: 12px;
    border-radius: 10px;
    border: 1px solid #003f8424;
}

/* product details section  */
.overviewcnts .container {
    background: #003f840f;
    padding: 30px 20px;
    text-align: center;
    border-radius: 10px;
    outline: 1px solid #003f844a;
    outline-offset: 5px;
}
.overviewcnts p {
    color: #000;
    line-height: 32px;
}
.keyfeatures {
    padding: 60px 0;
}

.keyfeatures img {
    width: 100%;
    height: 315px;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid #003f8430;
}
.keyfeatures-content ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 30px;
}
.keyfeatures-content ul li:after {
    position: absolute;
    content: '\f0a4';
    top: 0;
    left: 0;
    font-family: 'Font Awesome 5 Free';
    color: var(--primary);
}
.targetbenefits ul {
    background: #003f8414;
    height: 100%;
    padding: 25px;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary);
    border-top: 2px solid var(--primary);
}
.abouttargetbenefits {
    height: 100%;
}
.targetbenefits {
    background: #f9f9f9;
    padding: 55px 0;
}
.targetbenefits ul li {
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 8px;
}
.targetbenefits h4 {
    font-size: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* technical specification section  */

.table-scroll {
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.specs-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px; /* ensures spacing for desktop-like view; will scroll on narrow screens */
  font-family: inherit;
  background: #ffffff;
}

.specs-table thead th {
  text-align: center;
  padding: 14px 18px;
  font-weight: 600;
  font-size: 0.95rem;
  background: linear-gradient(180deg, #f8fafc, #f1f5f9);
  color: #0f172a;
  border-bottom: 1px solid #e6edf3;
}

.specs-table tbody td {
  padding: 12px 18px;
  vertical-align: middle;
  font-size: 0.95rem;
  color: #0f172a;
  border-bottom: 1px solid #eef3f7;
}

.specs-table tbody tr:nth-child(odd) td {
  background: #ffffff;
  text-align:center;
}
.specs-table tbody tr:nth-child(even) td {
  background: #fbfdff;
  text-align:center;
}

.specs-table tbody td:first-child {
  font-weight: 600;
  width: 40%;
  white-space: nowrap;
}

 

@media (max-width: 640px) {
  .specs-table {
    min-width: 0;
    font-size: 0.92rem;
  }

  .specs-table thead {
    display: none; /* hide header on very small screens */
  }

  .specs-table tbody tr {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 6px;
    padding: 10px;
    border-bottom: 1px solid #e6eef6;
    margin-bottom: 8px;
  }

  .specs-table tbody td {
    display: block;
    padding: 6px 12px;
  }

  .specs-table tbody td:first-child {
    background: transparent;
    font-weight: 700;
    padding-top: 10px;
  }
}
.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
.technicalspecification {
    margin-top: 50px;
}
.compressor iframe {
    width: 100%;
    border-radius: 10px;
}
.compressor {
    margin-top: 60px;
}
.compressor ul li {
    margin-bottom: 10px;
}

/* applicatioc page css  */
    table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
    }
    th, td {
      border: 1px solid #000;
      padding: 10px;
    }
    th {
      background-color: #f9f9f9;
      font-weight: bold;
    }
    td {
      vertical-align: top;
    }
/* Hide timeline tag */
.ctl-labels {
    display: none !important;
}

/* why choose section  */
.whychoose {
    margin-top: 45px;
}
.whychoose ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.whychoose ul li{
 width:49%;
}
.whychoose img {
    width: 100%;
    border-radius: 10px;
}
.choosedtls img {
    width: 50px !important;
    filter: invert(1) brightness(100);
}
.choosedtls h3 {
    font-size: 19px;
}
.choosedtls {
    display: flex;
    align-items: center;
    column-gap: 10px;
    background: #003f840d;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 5px;
}
.choosedtls figure {
    height: 80px;
    width: 80px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
	padding: 10px;
}

/* timeline section  */
.ctl-description h3 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.timeline {
    background: linear-gradient(45deg, black, transparent) , url(../images/timeline-bg.jpg);
    padding: 40px 0;
    margin-top: 50px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.ctl-year-label.ctl-year-text {
    background: var(--primary) !important;
    box-shadow:unset !important;
}
.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper,.ctl-clean-skin) .ctl-story.odd .ctl-title {
    background: linear-gradient(45deg, var(--primary), #000) !important;
}
.ctl-wrapper .ctl-vertical-wrapper .odd .ctl-icon {
    box-shadow: unset;
    background: linear-gradient(45deg, var(--primary), #000);
    border: 1px solid #ffffff40;
}
.ctl-wrapper .ctl-vertical-wrapper:not(.ctl-compact-wrapper,.ctl-clean-skin) .ctl-story.even .ctl-title {
    background: linear-gradient(45deg, var(--primary), #000) !important;
}
.ctl-icon {
    box-shadow: unset !important;
    background: linear-gradient(45deg, var(--primary), #000);
    border: 1px solid #ffffff40;
}
.ctl-wrapper .ctl-vertical-wrapper .ctl-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(50% - var(--ctw-line-width)/ 2);
    display: block;
    width: var(--ctw-line-width);
    background-color: #fff !important;
    border-width: 0 calc(var(--ctw-line-bd-width) * 1px) 0 calc(var(--ctw-line-bd-width) * 1px);
    border-color: var(--ctw-line-bd-color);
}
.ctl-wrapper .ctl-vertical-wrapper .ctl-end, .ctl-wrapper .ctl-vertical-wrapper .ctl-start {
    background-color: var(--primary) !important;
}
.ctl-wrapper .ctl-label-big, .ctl-wrapper .ctl-label-big a {
    color: #fff !important;
}
.ctl-wrapper .ctl-vertical-wrapper .ctl-arrow {
    background: var(--primary) !important;
}

/* BLOG SECTION CSS */
.homeblog {
    margin: 50px 0;
}
.homeblog .row, .blogpost .row {
    row-gap: 25px;
}
.homebloglist {
    border-radius: 10px;
    transition: .5s;
    box-shadow: 0 0 40px 5px #0000000d;
    padding: 8px;
}
.homebloglist:hover {
    transform: translateY(-2px);
    background: var(--white);
}
.homebloglist:hover img {
    transform: scale(1.1) rotate(3deg);
    filter: grayscale(1);
}
.homeblogbox h3 {
    line-height: 32px;
    font-weight: 500;
    margin: 0 0 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homeblogbox span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 3px;
    padding-bottom: 12px;
    display: block;
}
.homebloglist figure {
    margin: 0;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.user {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(45deg, var(--primary), #000);
    color: var(
    --white);
    padding: 8px 15px;
    border-radius: 50px;
    font-size: 14px;
}
.homebloglist img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
}
.homeblogbox {
    padding: 20px;
    position: relative;
}
.homebloglist p {
    margin: 10px 0 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.homebloglist ul {
    column-gap: 20px;
    border-bottom: solid 1px #dddddd8c;
    padding: 0 0 12px;
    margin-bottom: 15px;
}
.homebloglist ul li, .homebloglist ul li a {
    font-size: 15px;
}
.homebloglist ul li i {
    margin-right: 5px;
    color: var(--primary);
}
.homebloglist .btn-primary {
    padding: 9px 15px !important;
    font-weight: 300;
    margin-top: 12px;
}
.homeblogbox .readmore {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: var(--primary);
    margin: 15px 0 0;
    display: inline-block;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}

.blogpost .homeblog {
    background: none;
    padding: 0;
}

.homebloglist figure:before, .whychoose-thumb:before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    transform: skewX(-25deg);
    transition: all .3s ease;
	z-index:-3;
}
.homebloglist:hover figure:before, .whychoose-thumb:hover:before {
    animation: shine 1s;
	z-index: 1;

}

/* detsila page css starts  */
.msnvsn {
    background: #003f840d;
    padding: 50px 0;
}
.aboutmsnvsn {
    background: #fff;
    padding: 20px;
    height: 100%;
    border: 1px solid #003f842e;
    border-radius: 10px;
}
.aboutmsnvsn p {
    font-size: 14px;
}
.aboutmsnvsn figure {
    height: 85px;
    width: 85px;
    background: linear-gradient(45deg, var(--primary), #000);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
}
.aboutmsnvsn figure img {
    width: 56px;
}

/* products page css  */
.product .row {
    row-gap: 20px;
    justify-content: center;
}
.secondary-container {
    padding: 60px 0;
}
.page-id-3322 .keyfeatures img {
    border: 1px solid #003f8430;
}
.page-id-3322 .compressor .col-lg-6 {
    width: 100%;
}

/* suspension page css  */
.page-id-3330 .leftheading {
    font-size: 35px;
    line-height: 50px;
}
.suspensions-content ul {
    display: flex;
    align-items: center;
    column-gap: 70px;
    margin-top: 20px;
}
.suspensions-content ul li {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
}
.suspensions-content ul li:after {
    position: absolute;
    content: '';
    top: 9px;
    left: 0;
    color: var(--primary);
    height: 8px;
    width: 8px;
    background: var(--primary);
    border-radius: 50px;
    outline: 1px solid var(--primary);
    outline-offset: 3px;
}
.suspensions img {
    width: 100%;
    height: 343px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
    border: 1px solid #003f8430;
}
.weoffer .heading {
    font-size: 30px;
    margin-bottom: 25px;
}
.weoffer p {
    color: #000;
    width: 80%;
    margin: 0 auto;
    line-height: 32px;
}
.weoffer {
    background: #003f8417;
    margin-top: 50px;
    padding: 50px 0;
    border-radius: 10px;
    border: 1px dashed #003f8438;
}
.currentproduct {
    background: #f9f9f9;
    padding: 50px 0;
    margin-top: 60px;
}
.aboutcurrentprdcts {
    background: #fff;
    padding: 20px;
    height: 100%;
    border-radius: 10px;
    border: 1px solid #003f8429;
}
.aboutcurrentprdcts figure {
    height: 70px;
    width: 70px;
    background: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.aboutcurrentprdcts figure img{
width:55px;
}

/* Services sustainability */
section.services-section {
    padding: 60px 0px !important;
}
.services-section h2 {
  font-weight: 700;
  font-size: 17px;
	color:var(--black);
}
.service-card h4 {
    color: var(--black) !important;
    font-size: 22px;
    font-weight: 600;
}
.services-section .service-card {
  background: #fff;
  border: 2px solid transparent; 
  border-image: linear-gradient(to right, #fdb614, #003f84) 1;
  border-radius: 12px;
  transition: all 0.3s ease;
}
.service-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50%;
    height: 100px !important;
    width: 100px !important;
    margin: auto;
    margin-bottom: 9px;
}
.service-img img {
    display: block;
    justify-content: center;
    align-self: end;
    filter: drop-shadow(2px 4px 6px black);
	transition: transform 0.6s ease, filter 0.3s ease;
}
.service-card:hover .service-img {
  background:linear-gradient(135deg, #0073e6, #00c853); /* bg change */
}

.service-card:hover .service-img img {
  transform: rotateY(180deg); /* flip */
  filter: brightness(0) invert(1); /* icon turns white */
}
.service-card p {
    font-size: 15px;
    color: #000 !important;
    line-height: 22px;
}

.services-section .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}



.services-section ul li {
  font-size: 15px;
  color: #352d2d;
  display: flex;
  align-items: center;
  position: relative; /* needed for ::before */
  margin-bottom: 8px;
}

/* Add Font Awesome icon */
.services-section ul li::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary, #0073e6);
    font-size: 10px;
}





/* contact us page css  */
.secondary-container.contactus {
    padding: 60px 0 40px;
}
.aboutcontact li {
    background: #a07a4017;
    padding: 20px;
    text-align: left;
    border-radius: 8px;
    border-left: 3px solid var(--primary);
    margin-bottom: 22px;
}
.aboutcontact i {
    height: 60px;
    width: 60px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: linear-gradient(45deg, var(--primary), var(--black));
    color: var(--white) !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 20px;
}
.contact form.wpcf7-form.init {
    background: #003f840a;
    padding: 20px;
    border-radius: 10px;
    border-top: 3px solid var(--primary);
    border-bottom: 3px solid var(--primary);
}



/* footer section  */
footer {
    background: linear-gradient(45deg, #000000, #000000ba), url(../images/footerimg.webp);
    background-position: center;
    background-size: cover;
}
.footerlogo {
    height: 145px;
    width: 145px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 15px;
}
.footerlogo img {
    width: 120px;
}
footer .border-start {
    border-left: 1px solid #dee2e640!important;
}
a.footer-logo{
	width:100%;
	background: var(--white);
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
footer a.footer-logo img {
    width: 200px;
    padding: 2px 19px;
    margin-bottom: 0px;
}
footer .col-sm-4 {
    padding: 50px 30px;
}
footer h3 {
    color: var(--white);
    position: relative;
    width: fit-content;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: .5px;
    font-family: poppins;
}
footer h3:after, footer h3:before {
    background:#fff;
    position: absolute;
    content: "";
    height: 2px;
    width: 15px;
    bottom: 0;
    left: 0;
}
footer h3:before {
    width: 35px;
    left: 20px;
}
footer a, footer ul li {
    color: #efefef;
    transition: 0.5s ease-in-out;
    font-size: 14.5px;
}
footer a:hover {
    color: var(--primary);
}
footer i{
    font-size: 13px;
    margin-right: 6px;
}
footer p {
    margin-bottom: 0;
    color: #efefef;
    font-weight: 300;
    font-size: 15px;
}
footer .ftr-link img {
    width: 160px;
    margin: 0 auto;
    display: block;
}
footer .supporter {
    background: var(--white);
    padding: 15px;
    border-radius: 6px;
}
.ftricons {
    margin-top: 15px;
    column-gap: 5px;
}
.ftricons li i {
    color: #fff;
    font-size: 14px;
    background: #ffffff00;
    width: 36px;
    height: 36px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 1px solid #fdb61442;
}
.ftr-link li {
    padding-left: 15px;
    position: relative;
    margin-bottom: 12px;
}
footer ul.hours li{
 line-height: 26px;	
}
.ftr-link li:before {
    position: absolute;
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    left: 0;
    font-weight: 600;
    font-size: 15px;
   
}
.ftr-contact {
    display: flex;
    column-gap: 20px;
    border-bottom: 1px solid #ffffff1f;
    padding-bottom: 25px;
}
.ftr-contact li {
    width: 33.333%;
    border: 1px solid #ffffff21;
    padding: 15px;
    background: #0000003d;
    text-align: center;
    border-radius: 6px;
}
.ftr-contact li i {
    color: var(--white);
    font-size: 16px;
    background: #ffffff1f;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
}
.ftr-contact li h4 {
    font-size: 18px;
    color: var(--white);
    margin: 18px 0 5px;
    font-weight: 600;
}
footer .col-lg-4 {
    padding: 80px 0 40px;
}
footer .col-lg-3 {
     padding:80px 0 40px;
}
footer .col-lg-2 {
    padding:80px 0 40px;
}
footer .col-lg-3:last-child {
    border-right: unset;
    padding-left: 35px;
}
.ftrcontact li:before {
	display:none;
}
.ftrcontact li {
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 10px;
	 padding: 0;
	margin-bottom:15px;
}
.ftrcontact li a {
    font-size: 15px;
}
.ftrcontact li a span {
    font-size: 15px;
}
.ftrcontact li i {
    font-size: 15px;
    margin: 0;
    height: 35px;
    width: 35px;
    background: #005bac3b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.ftr-newsletter input[type="submit"] {
    width: 100%;
    margin-top: 5px;
}
.copyright {
    padding: 15px 0;
    border-top: 1px solid #ffffff12;
}
.copyright .row {
    align-items: center;
}
.copyright p {
    margin: 0 !important;
    color: var(--white);
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 300;
}
.copyright p a {
    color: var(--white);
    font-weight: 400;
    text-decoration: underline;
    text-underline-offset: 4px;
}

footer ul.socialicon li a {
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c98d830f;
    width: 40px;
    height: 40px;
    color: var(--secondary);
    transition: .5s;
    margin-right: 5px;
    backdrop-filter: blur(2px);
    border-radius: 50%;
}
#GoToTop {
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 0;
    width: 45px;
    height: 47px;
    color: var(--primary);
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    border: 2px solid #fdb614;
    border-radius: 8px;
}
#GoToTop img {
    width: 24px;
}

#whatsappbtn {
    cursor: pointer;
    position: fixed;
    bottom: 4%;
    left: 20px;
    z-index: 99999999;
    padding: 0 9px;
    background: #4fcc5d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 32px;
    color: var(--white);
    z-index: 1;
}

#whatsappbtn:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #4fcc5d;
    box-shadow: 0 0 10px #4fcc5d;
    animation: playbtn 3s linear infinite forwards;
    z-index: -3;
}

@keyframes playbtn {
    from {
        transform: scale(1.0);
        opacity: 1;
    }

    to {
        transform: scale(1.5);
        opacity: 0;
    }
}

#whatsappbtn img {
    width: 30px;
    margin-top: 10px;
}

@media (max-width: 1024px){
	.aboutproducts {
		height: 560px !important;
	}
	
	.topbar{
		display: none;
	}
	
	.logo {
   
    margin-top: -15px;
}
	header img {
    width: 130px;
}
}

@media(max-width:991px){
header:before {
 display:none;
}
button.rmp_menu_trigger {
    z-index: 9 !important;
}
	header .col-sm-8 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
	}
.mainmenu {
    box-shadow: unset;
}
.topbar {
    display: none;
}
button#rmp_menu_trigger-573 {
    background: var(--primary) !important;
}
div#rmp-container-573 {
    background: var(--primary) !important;
}
.carousel-content {
    width: 100%;
}
#about .row {
    row-gap: 20px;
}
#products .row {
    row-gap: 20px;
}
.experiment .row {
    row-gap: 20px;
}
#careers .col-sm-5 {
    width: 100%;
}
#careers .col-sm-7 {
    width: 100%;
}
#careers .row {
    row-gap: 20px;
}
.map iframe {
    width: 100%;
}
#contactus .row {
    row-gap: 20px;
}
form.wpcf7-form.init .row {
    row-gap: 0px !important;
}
.career figure img {
    height: auto;
}
.product .nav {
    flex-wrap: wrap;
    column-gap: 14px;
    row-gap: 20px;
    justify-content: center;
}
	.product .nav li {
    width: 48%;
}
	.product .nav li button {
    width: 100%;
}
footer .row {
    row-gap: 20px;
}	
.copyright p {
    text-align: center;
}
	
	footer .col-lg-2 {
    padding: 0;
}
	footer .col-lg-4 {
    padding: 10px 0 10px;
}
	
	footer .col-lg-3 {
    padding: 10px 0 10px;
}
	footer .col-lg-3:last-child {
		padding-left: 0;
}
	footer .col-lg-3:first-child {
		padding-top: 50px;
}

	.homebloglist img {
		height: 300px;
	}
	.msnvsn .row {
    row-gap: 20px;
}
.aboutproducts {
    height: 435px !important;
}
.aboutproducts img {
    object-fit: contain;
}
.keyfeatures .row {
    row-gap: 20px;
}
.targetbenefits .row {
    row-gap: 20px;
}
}

@media(max-width:767px){
.nav button {
 padding: 10px 23px;
}
.mainslider #carouselExampleFade img {
    height: auto;
}
.mainslider .carousel-caption h2 {
    font-size: 30px;
    line-height: 40px;
}
.aboutvalues {
    height: 100%;
}
.aboutproducts {
    height: 470px !important;
}
.aboutus figure.aboutus-img img {
    height: 100% !important;
}
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 30px;
}
.about-mission p {
    width: 100%;
}
.whychoose ul li {
    width: 100%;
}
.corevalues ul li .aboutvalues{
	margin: 10px;
}	
.carousel-content h2 {
width:70%;
}
.corevalues ul li {
    width: 100%;
}	
.suspensions-content .leftheading {
    font-size: 27px;
    margin-top: 15px;
}
.suspensions-content ul {
    flex-wrap: wrap;
}
.suspensions-content ul li {
    margin-bottom: 10px;
}
.currentproduct .row {
    row-gap: 20px;
}
}

@media(max-width:667px){
.mainslider .carousel-caption small {
    display: none
		
}
.heading, .leftheading {
    font-size: 30px;
}
.about-productimg img {
    height: 395px;
    object-fit: unset;
}
ul.experiment-btn {
    flex-wrap: wrap;
}
.about-mission figure img {
    width: 80px !important;
}
.about-mission figure {
    height: 115px;
    width: 115px;
}
.ourgallery {
    padding: 40px 0;
}
.services {
    padding: 40px 0;
}
.aboutus {
    padding: 40px 0;
}
.moreabout {
    margin-bottom: 40px;
}
.experiment {
    margin-bottom: 40px;
}
.career {
    margin-bottom: 40px;
}
.aboutus-content {
    padding-left: 0;
}
}

@media(max-width:568px){
.mainslider .carousel-caption p {
    display: none;
}
	.mainslider .carousel-caption h2 {
    font-size: 35px;
        line-height: 40px;
}
	.aboutus-content {
    padding-left: 0;
}
	
	footer input[type="text"], .ftr-newsletter input[type="submit"] {
		width: 90%;
	}
	
	.slider-btn img {
    width: 25px;
}
	button.carousel-control-next img {
		width: 25px;
	}
.carousel-control-next {
    right: 40% !important;
}
.carousel-control-prev {
    left: 40% !important;
}
.carousel-control-next, .carousel-control-prev {
    width: 40px;
    height: 40px;
}
.experiment {
    padding: 10px;
}
.mission {
    padding: 40px 0;
}
header img {
    width: 150px;
}
.product .nav li {
    width: 100%;
}
.product .nav {
    row-gap: 15px;
}
	footer{
		padding-left: 25px;
	}
.application-content {
    position: relative;
    overflow-y: scroll;
}
.specs-table tbody td:first-child {
    width: 100%;
    padding: 10px;
}
}
@media(max-width:479px){
.mainslider .carousel-caption h2 {
    font-size: 30px;
        line-height: 40px;
}
.heading, .leftheading {
    font-size: 25px;
    margin-bottom: 25px;
}
.conctform p {
    margin-bottom: 5px;
}
	.carousel-control-next {
    right: 35% !important;
}
.carousel-control-prev {
    left: 35% !important;
}
}

@media(max-width:414px){
.mainslider .carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
}
.aboutus .leftheading {
    margin-bottom: 5px;
    font-size: 25px;
}
.carousel-control-next, .carousel-control-prev {
    width: 35px;
    height: 35px;
}

.about-productimg img {
    height: 300px;
}
.productimg_image-info h3 {
    font-size: 16px;
    line-height: 28px;
}
ul.servicesbtn li {
    width: 100%;
    margin-bottom: 12px;
}
.about-services h3 {
    font-size: 19px;
}
.map iframe {
    height: 350px;
}
}
@media (max-width:375px){
.aboutus .leftheading {
    font-size: 22px;
}
.productinfo h3 {
    font-size: 20px;
}
.productcnt-list figure img {
    width: 45px;
}
.productcnt-list figure {
    height: 70px;
    width: 70px;
}
.map iframe {
    height: 300px;
}
.suspensions-content .leftheading {
    font-size: 20px;
    margin-top: 15px;
    line-height: 36px;
}
}

/* gallery section */
.ourgallery {
    padding: 50px 0 60px;
}

.gallerylightboxlist {
    height: 260px;
    width: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallerylightboxlist:hover {
    transform: scale(1.05); /* Zoom effect */
    opacity: 0.9; /* Slight opacity change */
}

.gallerylightbox .row {
    row-gap: 18px;
}

.gallerylightbox .col-sm-3 {
    padding: 7px;
}

.admin-bar .rmp_menu_trigger {
    margin-top: 0px !important;
}
