@import url("https://fonts.googleapis.com/css?family=Poppins:400,600,700|Rubik:400,600,700");

@font-face {
  font-family: "Monserat";
  src: url("assets/font/Montserrat-Regular.ttf");
}

:root {
  --header-color: #444444;
  --color2: #fe3130;
  --color1: #0042c1;
  --font: "Monserat", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  font-family: var(--font);
}

html {
  scroll-behavior: smooth !important;
}

body {
  line-height: 1.4;
}
/* ===ScrollBar Start=== */

body::-webkit-scrollbar{
  width: 0.7em;
}

body::-webkit-scrollbar-track{
  background: hsl(0, 0%, 16%);
}

body::-webkit-scrollbar-thumb{
  background: var(--color2);
  border: 2.5px solid rgb(255, 87, 87);
  border-radius: 100vw;
}
/* ===ScrollBar End=== */

/* ===Contact Start=== */

.contact .btn a {
  background-color: var(--color2);
  color: rgb(255, 255, 255) !important;
  border-radius: 2rem;
  transition: all 0.2s ease-in;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
  font-size: 1.2rem;
}

.contact .btn a:hover {
  opacity: 0.8;
}

.column_ct .icon i {
  color: var(--color2);
  background-color: #fdeff2;
  border-radius: 50%;
  padding: 0.8rem 0.9rem;
  transition: all 0.3s ease-in-out;
}

.row_ct {
  cursor: pointer;
}

.column_ct .row_ct:hover .icon i {
  background-color: var(--color2);
  color: #fff;
}

.closed {
  color: #dc3545;
  font-weight: bold;
}

/* ===Contact End=== */

/* ===Home btn Start=== */
.home-btn {
  background-color: var(--color2);
  padding: 0.6rem 1rem;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 1.2rem;
  border-radius: 1rem;
  transition: all 0.3s ease;
  cursor: pointer;
  transform: translateX(200%);
  opacity: 0.9;
  z-index: 5;
}

.home-btn a {
  text-decoration: none;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.home-btn.active {
  transform: translateX(0%);
}

/* ===Home btn End=== */


/* ===Navbar styles=== */
.navbar {
  z-index: 999;
  transition: all 0.4s ease-in-out;
  background-color: #000;
  /* Set default background color */
}

.navbar-nav .nav-link {
  margin-left: 0.5rem;
  font-size: 1.1rem;
  font-weight: bolder;
  position: relative;
  transition: all 0.4s ease;
}

.navbar-nav li.nav-item a.nav-link:hover {
  color: #fff;
}

.nav-link:hover::before {
  width: 100%;
}

.nav-link::before {
  content: " ";
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: var(--color2);
  transition: all 0.4s ease;
}

.navbar .navbar-brand {
  font-size: 2rem;
  font-weight: 900;
  display: flex;
  align-items: center;
}

.tagline {
  font-size: 0.8rem;
  color: #fff;
  /* Adjust color as needed */
}

.navbar-nav li.nav-item a.nav-link {
  padding-right: 0;
  padding-left: 5px;
}

.logo-img {
  max-height: 60px;
  max-width: 60px;
  margin-right: 15px;
}

/* ===Navbar styles=== */


@media screen and (max-width: 767px) {
  .navbar {
    background-color: #212529;
  }

  .tagline {
    font-size: 12px;
  }

  .about .btn {
    text-align: center;
  }

  .column_ss {
    height: 250px;
    margin: 1rem 0;
  }

  .column_ss2 {
    margin: 1rem 0;
  }

  .column_po {
    height: 250px;
    margin: 1rem 0;
  }

  .nav-link:hover::before {
    width: 130px;
  }

  .OCWR {
    margin-top: 8ch;
  }

  .cms-main-applications .cms-applications {
    width: 80%;
    max-width: 90%;
  }

  .cms-main-applications .cms-applications a h3 {
    font-size: 1.15rem;
    word-break: normal;
  }

  .sticky-left button {
    font-size: 10px;
  }

  .carousel-item img {
    height: 203px;
  }

  #pro .next-slider1 {
    right: -10px;
  }

  #pro .prev-slider1 {
    left: -10px;
  }

  .hero-section .hero-image {
    margin-top: 92px;
  }

  .img-fluid.img-fluid-gauge {
    width: 63%;
  }

  .cms-main-applications .slick-next {
    right: -25px;
  }

  .cms-main-applications .slick-prev {
    left: -25px;
  }
}

/* ===Testimonial Section=== */
.testimonial-section {
  padding: 40px 0;
  position: relative;
}

.testimonial-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('assets/img/R.png') no-repeat center center;
  opacity: 0.1;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#Testimonial {
  z-index: -1;
}

.testimonial {
  background-color: var(--color1);
  /* Dark blue background */
  color: #fff;
  /* White text */
  padding: 35px;
  border-radius: 10px;
  /* Rounded corners */
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  height: 90%;
  box-shadow:
    inset 0 -0.9em 3em rgba(0, 0, 0, 0.3),
    0.2em 0.3em 2em rgba(0, 0, 0, 0.9);
}

.testimonial .client-info {
  display: flex;
  align-items: center;
}

.testimonial .client-icon {
  width: 60px;
  height: 60px;
  background-color: #f2f2f2;
  /* Light grey background for icon placeholder */
  border-radius: 50%;
  /* Circular shape */
  text-align: center;
  line-height: 60px;
  /* Center the text vertically */
  margin-right: 13px;
  font-size: 30px;
  /* Adjust size as needed */
}

.testimonial .client-details {
  flex-grow: 1;
}

.testimonial .client-name,
.testimonial .stars {
  margin: 0;
}

.testimonial .client-name {
  font-weight: bold;
}

.testimonial .stars {
  color: #ffd700;
  /* Gold stars */
}

.testimonial p {
  margin-top: 2ch;
  /* Adjust spacing between elements */
}

.section.infra_section {
  padding: 60px 0px;
  background: #f7f7f7;
  display: block;
}

.gutter {
  margin: 0 !important;
  padding: 0 !important;
}

.infra_box_wrp {
  text-align: center;
  padding: 25px 10px;
  background: #e1e1e1;
  border: solid 0.5px #fff;
  height: 110px;
  /* Adjust the height as needed */
  overflow: hidden;
  /* To handle overflow content */
}

.bg_back_wrp {
  background: var(--color1);
  color: #fff;
}

/* ===Testimonial Section=== */


/*--------------------------------
COUNTER SECTION
-----------------------------*/
.counter {
  font-family: "Rubik", sans-serif;
  font-size: 60px;
  line-height: 60px;
  font-weight: bolder;
  line-height: 70px;
  margin: 10px 0px;
  color: #635CDB;
}

.counter-stat {
  text-align: center;
}

.counter-stat i {
  font-size: 40px;
  color: #fff;
  margin-right: 10px;
}

.counter-stat h5 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
}

.counter-block span {
  font-size: 30px;
}

#counter .dark-overlay {
  opacity: 0.9;
  z-index: 0;
}

#counter {
  background: url("assets/img/pattern-3.png") fixed 50% 50%;
  position: relative;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

#counter::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.776);
}

/*--------------------------------
COUNTER SECTION End
-----------------------------*/

.whatsapp-icon {
  position: fixed;
  bottom: 15px;
  left: 22px;
}


/* ===Carousel Start===*/
.loading-bar {
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  width: 100%;
  height: 5px !important;
  border: 1px solid white;
  bottom: 0;
  z-index: 5;
}

.progress-bar {
  background-color: rgb(0, 0, 0) !important;
  animation: progress-animation 7s linear infinite;
  border: 1rem thick white;
  height: 5px;
}

@keyframes progress-animation {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.carousel-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 10%;
  cursor: pointer;
}

.carousel-overlay-left {
  left: 0;
}

.carousel-overlay-right {
  right: 0;
}


.carousel-overlay-left:hover {
  background-color: rgba(165, 147, 147, 0.5);
  border-radius: 0 150px 150px 0;
}

.carousel-overlay-right:hover {
  background-color: rgba(165, 147, 147, 0.5);
  border-radius: 150px 0 0 150px;
}

.carousel-item {
  transition: transform 0.6s ease;
}

.OCWR {
  margin-top: 8ch;
}

/* ===Carousel End=== */

/* ===Applications END=== */
.cms-main-applications {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 0;
  background: #f0f7ff;
  position: relative;
  z-index: 0;
}

.cms-main-applications .cms-title-h2 {
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

.cms-applications {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
  transition: all 0.3s linear;
}

.cms-applications li {
  transform: scale(0.75);
  opacity: 0.5;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0px 3px 5px rgba(26, 104, 179, .5);
}

.cms-applications figure {
  margin: 0;
  overflow: hidden;
  border-radius: 25px;
}

.cms-applications figure img {
  width: 100%;
  height: auto;
  transition: transform 0.5s ease;
}

.cms-applications li:hover figure img {
  transform: scale(1.1);
}

.cms-applications a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.cms-applications h3 {
  padding: 10px;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}

.cms-applications .slick-current {
  opacity: 1;
  transform: translateY(-20px);
  transition: all .5s ease;
}


.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(255, 255, 255, 1);
}

.slick-prev i,
.slick-next i {
  font-size: 20px;
  color: #000;
}

.slick-prev {
  left: 19px;
}

.slick-next {
  right: 19px;
}

/* ===Applications END=== */

/* ===Enquire Us Start=== */
.sticky-left {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

body,
.sticky-left button {
  margin: 0;
  padding: 0;
}

.sticky-left button {
  padding: 10px 15px;
  background-color: #007bff;
  border: none;
  color: white;
  border-radius: 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform-origin: center;
  transform: translateX(-37%) rotate(-90deg);
  transition: background-color 0.3s ease;
}

.sticky-left button:hover {
  background-color: #0056b3;
}

/* ===Enquire Us End=== */

/* ===Our Products Carousel Start=== */
.modal-content {
  border-radius: 15px;
  transition: box-shadow 0.3s ease;
}

.modal-content:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.modal-header,
.modal-footer {
  border: none;
}

.fa-envelope {
  margin-right: 5px;
}

.modal-body .btn-secondary {
  background-color: #f3172d;
  border-color: #f5c6cb;
  color: white;
}

.modal-body .btn-primary {
  background-color: #4695f5;
  color: #000;
  font-weight: 500;
}

.custom-modal-dialog {
  max-width: 400px;
}

#line h2 {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin: 30px 0 60px;
  padding-top: 40px;
}

#line h2::after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 4px;
  border-radius: 1px;
  background: #7ac400;
  left: 0;
  right: 0;
  bottom: -20px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.slick-carousel {
  margin: 50px auto;
  padding: 0 15px;
  /* Adjusted padding for smaller screens */
}

.slick-carousel .product {
  color: #747d89;
  min-height: 200px;
  text-align: center;
  overflow: hidden;
}

.slick-carousel .thumb-wrapper {
  height: 100%;
  padding: 15px;
  margin: 10px;
  background: #fff;
  border-radius: 6px;
  text-align: center;
  position: relative;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.slick-carousel img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.slick-carousel h3 {
  font-size: 18px;
}

.slick-carousel h3,
.slick-carousel p,
.slick-carousel ul {
  margin-bottom: 5px;
}

.slick-carousel .btn {
  color: #7ac400;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  background: none;
  border: 1px solid #7ac400;
  padding: 6px 14px;
  margin-top: 5px;
  line-height: 16px;
  border-radius: 20px;
}


.slick-carousel .item-price {
  font-size: 13px;
  padding: 2px 0;
}

.slick-carousel .item-price strike {
  opacity: 0.7;
  margin-right: 5px;
}

.prev-slider1,
.next-slider1 {
  height: 44px;
  width: 40px;
  background: #7ac400;
  margin: auto 0;
  border-radius: 4px;
  opacity: 0.8;
}

.prev-slider1:hover,
.next-slider1:hover {
  background: #78bf00;
  opacity: 1;
}

.prev-slider1 i,
.next-slider1 i {
  font-size: 36px;
  position: absolute;
  top: 50%;
  display: inline-block;
  margin: -18px 0px 0px -10px;
  z-index: 5;
  color: #fff;
  text-shadow: none;
  font-weight: bold;
}

.next-slider1 {
  right: -20px;
}

.prev-slider1 {
  left: -20px;
}


.slick-dots {
  bottom: 10px;
  /* Adjust vertical position */
  list-style: none;
  /* Remove default numbering */
  text-align: center;
  /* Center dots horizontally */
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
  /* Adjust spacing between dots */
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Adjust dot color */
  cursor: pointer;
}

.slick-dots li.slick-active button {
  background-color: rgba(0, 0, 0, 0.9);
  /* Adjust active dot color */
}


.prev-slider1:active,
.next-slider1:active {
  background: #7ac400;
  /* Maintain background color when clicked */
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.product {
  text-align: center;
}

.product img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.read-more {
  position: relative;
  top: 50%;
  transform: translateY(-150%);
  width: 150px;
  margin-left: 30px;
  margin-top: 0;
}

#pro {
  background: #e2eaef;
  font-family: "Open Sans", sans-serif;
}
/* ===Our Products Carousel End=== */

@media screen and (max-width: 390px) {
  .OCWR {
    margin-top: 130px;
  }

  .sticky-left button {
    font-size: 8px;
  }
}