  @import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Special+Elite&display=swap');



body {
        font-family: 'Lato', sans-serif;
    font-weight: 400;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary: #EF7F1A;
    --yellow: #EF7F1A;
    --white: #fff;
    --secondary-color: #343a40;
    --tertiary-color: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

a {
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}


/* topbar section css start here */
.topbar-section {
    background-color: var(--secondary-color);
    padding: 20px;
    text-align: center;

}

.topbar-section .topbar-left .list-unstyled li a {
    text-decoration: none;
    margin-right: 19px;
}

.topbar-section .topbar-right .social .fa-brands {
    margin-right: 25px;

}

/* topbar section css end here */


  /* NAVABAR CSS START HERE */
  .navbar-section {
    padding: 4px 0px 6px;
    height: 100px;
    position: fixed;
    left: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #ffffff78 ;
  }


  .navbar-section .navbar-brand img {
    width: 220px;

    margin-top: 0px;
  }

  .navbar-section .navbar-nav .nav-item a:hover {
    color: var(--primary);
  }



  /* Style for the dropdown columns */
  .navbar .dropdown-menu .col-md-4 {
    padding: 10px;
  }

  /* Style for the dropdown header */
  .navbar .dropdown-menu h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  /* Style for dropdown links */
  .navbar .dropdown-menu .dropdown-item {
    padding: 1px 15px;
    /* margin: 0 5px 0 5px; */
    color: #333;
    transition: 0.3s ease-in-out;
    display: inline-block;
  }

  .navbar .dropdown-menu .dropdown-item:hover {
    background-color: #EF7F1A;
    color: #fff !important;
    /* border-radius: 5px; */
    /* padding: 5px 10px; */
    font-size: 16px;
  }



  .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    padding: 0px 10px 0px 9px;
    font-weight: 600;
  }


  .navbar-nav .nav-link.active,
  .navbar-nav .nav-link.show {
    color: var(--primary) !important;
  }



  /* Mobile-friendly dropdown fix */
  @media (max-width: 1042px) {
    .navbar .dropdown-menu {
        width: 100%;
    }

    .navbar-section {
        /* padding: 4px 0px 6px; */
        height: 100px;
        position: sticky;
        left: 0;
        right: 0;
        transition: all 0.5s;
        z-index: 997;
        background-color: #fff;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        color: #000;
        font-weight: 600;
    }
  }


  @media (max-width: 568px) {
    .navbar-section .navbar-brand img {
        width: 200px;

        margin-top: 0px;
    }

    .social {
        display: none;
    }

    

  }

  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
      line-height: 2.3;
      padding-left: 30px;
  }


  @media (max-width: 991.98px) { /* Only for smaller screens */
    .navbar-collapse {
        background-color: #ffffff; /* White background color */
        position: absolute;
        width: 100%;
        left: 0;
        top: 100%; /* Drop-down effect */
        z-index: 999;
    }

  }

  .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  overflow-y: scroll;
  height: 580px;
 width: 1000px;
 left: -350px !important;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0;
  min-width: 200px;
  z-index: 1000; 
  }
  .product-cate-head{
    color: #000;
    font-weight: 700;
    margin-bottom: 0px;
  }
  .product-cate-head a{
    text-decoration: none;
    color: #000;
    padding-left: 8px ;
  }
  .dropdown-menusub {
  display: none;
  position: absolute;
  top: 100%;
   left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0;
  min-width: 200px;
  z-index: 1000;
  }

  @media(max-width:1054px){
  .dropdown-submenu:hover  .dropdown-menusub{
    top: 50px;
    transform: translateX(-300px);
    /* right: 100%; */
    display: block;
  }
  }
  @media (min-width:992px) and (max-width:1200px){
    .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      overflow-y: scroll;
      height: 480px;
     width: 900px !important;
     left: -390px !important;
      background-color: #fff;
      border: 1px solid #ddd;
      padding: 0;
      min-width: 200px;
      z-index: 1000; 
      }
      .navbar-nav .nav-item .nav-link {
        font-size: 12px;
        color: #000;
        font-weight: 500;
        padding: 0px 10px 0px 9px;
        font-weight: 600;
      }
    
  }
  /* Style for the dropdown columns */
  .navbar .dropdown-menu .col-md-4 {
  padding: 10px;
  }

  /* Style for the dropdown header */
  .navbar .dropdown-menu h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  }

  /* Style for dropdown links */
  .navbar .dropdown-menu .dropdown-item {
  padding: 1px 15px;
  /* margin: 0 5px 0 5px; */
  color: #333;
  transition: 0.3s ease-in-out;
  display: inline-block;
  }

  .navbar .dropdown-menu .dropdown-item:hover {
  background-color: #EF7F1A;
  color: #fff !important;
 
  }


  .dropdown-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  }

  .dropdown-item:hover {
  background-color: #f1f1f1;
  color: #000;
  }
  @media (max-width:600px) {
  
    .dropdown-menu {
      display: none;
      position: absolute;
      top: 100%;
      overflow-y: scroll;
      height: 400px;
     width: 1000px;
     left: -350px !important;
      background-color: #fff;
      border: 1px solid #ddd;
      padding: 0;
      min-width: 200px;
      z-index: 1000; 
      }
      
      .topbar-section{
        text-align: center;
      }

    
  }
  /* Submenu Styling */
  .dropdown-submenu {
  position: relative;
  
  }

  .dropdown-submenu .dropdown-menusub {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;

  }

  .dropdown-submenu:hover  .dropdown-menusub{
  display: block;
  }

  .dropdown-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
  }

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

  /* Submenu Styling */
  .dropdown-submenu {
  position: relative;

  }

  .dropdown-submenu .dropdown-menusub {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;

  }

  .dropdown-submenu:hover  .dropdown-menusub{
  display: block;
  }
  .navbar-section-mobile{
    display: none;
  }


  /* NAVABAR CSS END HERE */


  /* phone and tablet responsive start here */
  @media (max-width:992px) {
    /* NAVABAR CSS START HERE */
.navbar-section-mobile {
  padding: 4px 0px 6px;
  height: 100px;
  position: fixed;
  left: 0;
  right: 0;
  font-size: 13px;
  display: block;
  transition: all 0.5s;
  z-index: 997;
  background-color: #ffffff78 ;
}

.navbar-section{
  display: none;
}
.navbar-section-mobile .navbar-brand img {
  width: 220px;

  margin-top: 0px;
}

.navbar-section-mobile .navbar-nav .nav-item a:hover {
  color: var(--primary);
}



/* Style for the dropdown columns */
.navbar .dropdown-menu .col-md-4 {
  padding: 10px;
}

/* Style for the dropdown header */
.navbar .dropdown-menu h5 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Style for dropdown links */
.navbar .dropdown-menu .dropdown-item {
  padding: 1px 15px;
  /* margin: 0 5px 0 5px; */
  color: #333;
  transition: 0.3s ease-in-out;
  display: inline-block;
  font-size: 14px;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #EF7F1A;
  color: #fff !important;
  /* border-radius: 5px; */
  /* padding: 5px 10px; */
  font-size: 14px;
}



.navbar-nav .nav-item .nav-link {
  font-size: 13px;
  color: #000;
  font-weight: 500;
  padding: 0px 10px 0px 9px;
  font-weight: 600;
}


.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--primary) !important;
}



/* Mobile-friendly dropdown fix */
@media (max-width: 1042px) {
  .navbar .dropdown-menu {
      width: 100%;
  }

  .navbar-section-mobile {
      /* padding: 4px 0px 6px; */
      height: 100px;
      position: sticky;
      left: 0;
      right: 0;
      transition: all 0.5s;
      z-index: 997;
      background-color: #fff;
  }

  .navbar-nav .nav-item .nav-link {
      font-size: 12px;
      color: #000;
      font-weight: 600;
  }
}


@media (max-width: 568px) {
  .navbar-section-mobile .navbar-brand img {
      width: 200px;

      margin-top: 0px;
  }

  .social {
      display: none;
  }

   

}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
    line-height: 2.3;
    padding-left: 30px;
}


@media (max-width: 991.98px) { /* Only for smaller screens */
  .navbar-collapse {
      background-color: #ffffff; /* White background color */
      position: absolute;
      width: 100%;
      left: 0;
      top: 100%; /* Drop-down effect */
      z-index: 999;
  }

}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0;
  min-width: 200px;
  z-index: 1000;
}
.dropdown-menusub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 0;
  min-width: 200px;
  z-index: 1000;
}

@media(max-width:1024px){
  .dropdown-submenu:hover  .dropdown-menusub{
    top: 50px;
    transform: translateX(-300px);
    /* right: 100%; */
    display: block;
  }
}

.dropdown-item {
  display: block;
  padding: 10px 15px;
  color: #333;
  text-decoration: none;
}

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

/* Submenu Styling */
.dropdown-submenu {
  position: relative;
   
}

.dropdown-submenu .dropdown-menusub {
  top: 0;
  left: 100%;
  margin-left: 0.1rem;
 
}

.dropdown-submenu:hover  .dropdown-menusub{
  display: block;
}


/* NAVABAR CSS END HERE */


  }
  /* phone and tablet responsive end  here */



/* banner section start here */
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23EF7F1A'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
 
    background-size: 55px !important;
    /* Adjust size */
    background-repeat: no-repeat;
    border-radius: 50%;
    padding: 10px !important;
    filter: invert(1);
}

/* banner section end here */



/* about us section start here */
.about {
    background-image: url(../img/banner/about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.about h1 {
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    margin-bottom: 30px;
}

.about span {
    color: #9c9c9c;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}

.about p {
  font-family: 'Lato', sans-serif;
    font-size: 19px;
}

.w3l-contact h1{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .5rem;
    line-height: 1.2;
}

.our-product h3,
.our-product h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 11px;
    font-weight: 700;
    margin-bottom: 15px;

    font-size: 24px;


}



.breadcrumb_bar .breadcrumbs li {
    list-style: none;
    margin: 0px 0px;
    overflow: hidden;
    padding: 0;
    margin-right: 10px;

}

.breadcrumb_bar .breadcrumbs {
    display: flex;
}

.breadcrumb_bar .breadcrumbs li a {
    text-decoration: none;
    color: #fff;
    margin-right: 10px;
}

span.borders {
    /* width: 280px; */
    transform: translateY(20px);
    width: 10%;
}

span.borders,
span.borders-small {
    text-align: center;
    display: block !important;
    margin: 20px auto 0px auto;
    height: 5px;
    opacity: 1;
    background-color: #404040;
    position: absolute;
    margin-top: 10px;
}

.slogan_line {
    padding: 15px;
    font-family: 'BodoniMTStd-Book';
    text-align: center;
    font-size: 23px;
    margin: 0 auto 10px;
    max-width: 730px;
    position: relative;
    color: #6b6b6b;
    font-weight: 600;
}

.slogan_line .quote {
    font-size: 55px;
    font-family: 'BodoniMTStd-BoldCond';
    color: #a7ce38;
    position: absolute;
    line-height: 35px;
    max-height: 100%;
    z-index: 99;
}

.slogan_line .quote.left_quote {
    left: 14px;
    top: 15px;
}

@media (max-width: 568px) {

    .our-product h3,
    .our-product h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 11px;
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 17px !important;
    }

    .slogan_line {
        padding: 25px;
        font-family: 'BodoniMTStd-Book';
        text-align: center;
        font-size: 15px;
        margin: 0 auto 10px;
        max-width: 635px;
        position: relative;
        color: #6b6b6b;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
          line-height: 2.3;
          padding-left: 10px;
    }
}

/* about us section end here */



/* our product section start here */
.our-product {
    border-radius: 10px;
    padding: 37px;
}

.our-product h2 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.3);
}

.our-product .item .categ-card {
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin-bottom: 10px;
    border: 1px solid gainsboro;
    text-align: center;
}

.our-product .item .categ-card img {
    border-radius: 10px;


}

.our-product .item .categ-card small {

    font-size: 15px;
    color: gray;
}

.our-product .item .categ-card p {

    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}

.our-product .item .categ-card:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease;
    transition: all 0.8s ease-in-out;
    transform: scale(1.04);


}

.our-product .item .categ-card .enq {
    text-decoration: none;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
    font-size: 18px;
    padding: 7px 7px;
    border-radius: 5px;
}

.our-product .item .categ-card:hover .enq {
    text-decoration: none;
    background-color: var(--secondary-color);
    color: white;
    font-size: 18px;
    padding: 7px 7px;
    border-radius: 5px;
}

.our-product .item .categ-card a {
    text-align: center;

    text-decoration: none;

}

.our-product .pro-bg{
    background: #E2F0FB !important;
}

.our-product .owl-carousel .owl-nav button.owl-prev {
    font-size: 100px;
    color: var(--tertiary-color);
    position: absolute;
    top: 80px;
    left: -50px;

}

.our-product .owl-carousel .owl-nav button.owl-next {
    font-size: 100px;
    color: var(--tertiary-color);
    position: absolute;
    top: 80px;
    right: -50px;
}

.our-product .owl-carousel .owl-nav button.owl-next:hover{
    background: #fff;
}
.our-product .owl-carousel .owl-nav button.owl-prev:hover{
    background: #fff;
}
@media screen and (max-width:500px) {
    .our-product .owl-carousel .owl-nav button.owl-prev {
        font-size: 50px;
    }
    
    .our-product .owl-carousel .owl-nav button.owl-next {
        font-size: 50px;
    }
    .our-product .item .categ-card{
        padding: 7px;
    }
}
.owl-carousel {
    position: relative;
}


@media (max-width: 768px) {

    .our-product .item .categ-card .enq {
        
        
        font-size: 13px;
        
    }

    .our-product .item .categ-card p {

        font-size: 12px;
        color: #000;
        font-weight: 500;
    }
}

@media (max-width: 480px) {
    .owl-carousel .owl-nav button.owl-prev {
        font-size: 20px;
       
        width: 30px;
        height: 30px;
        position: absolute;
        top: 120px;
        left: -25px;

    }

    .owl-carousel .owl-nav button.owl-next {
        font-size: 20px;
        
        
        position: absolute;
        top: 120px;
        /* margin-top: 15px; */
        right: -25px;
    }

    .categories h1 {
        font-size: 17px;
        color: #000;

        font-weight: 600;
        text-shadow: 1px 2px 3px rgba(255, 255, 255, 0.3);
    }

}

/* our product section end here */




/* browse-product start here */


.browse-product {
    background-image: url(https://numax.in/wp-content/uploads/2021/02/temprature-series.jpg);
    /* background-size: 100% 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
}

.browse-product h3 {
    border-bottom: 5px solid #ffffff;
    padding-bottom: 11px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    /* font-family: 'BodoniMTStd-BoldCond'; */
}

.browse-product p {
    color: #fff;
    padding-top: 17px;
    padding-bottom: 14px;
    text-align: justify;
    font-size: 18px;
}

.browse-product-btn {
    font-size: 14px;
    padding: 10px;
}

.browse-product-btn {
    font-weight: 400;
    text-align: center;
    border: 1px solid white;
    padding: .375rem .75rem;
    font-size: 1rem;
    text-decoration: none;
    line-height: 1.5;
    border-radius: .25rem;
    color: #fff !important;
    cursor: pointer;
}

.browse-product-btn:hover {
    background: #fff;
    color: black !important;
}

/* browse-product end here */

.our-clients h5 {
    padding-bottom: 11px;
    font-size: 24px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700;
}
.soft-solution{
    padding: 80px 0;
}
.soft-solution h4{
    padding-bottom: 11px;
    font-size: 24px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700;
}



.shadow {
    padding: 12px 12px !important;
    max-width: 100%;
    min-height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 9px;
}
.soft-solution .shadow img{
    width: 45% !important; 
}

.soft-solution .shadow p{
    font-size: 14px !important  ;
    font-weight: 700 !important;
}

.shadow:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    transform: scale(1.08);
}

.shadow2 {
    max-width: 100%;
    min-height: 100%;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    background: #fff;
}

.shadow p {
    font-size: 13px !important;
}

@media (max-width: 1199px) {
    .software .shadow img {
        width: 100px;
    }
}

@media (max-width: 767px) {
    .software .shadow img {
        width: 100px !important;
    }

    .about h1 {
        font-size: 17px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 700;
        margin-bottom: 30px;
    }

    .about p {
        font-size: 14px;
    }

    .about h3 {
        font-size: 16px;
    }
    .browse-product p {
        color: #fff;
        padding-top: 17px;
        padding-bottom: 14px;
        text-align: justify;
        font-size: 15px;
    }
}

.shadow {
    padding: 12px 12px !important;
    max-width: 100%;
    min-height: 100%;
    overflow: hidden;
}

.soft-solution .software .shadow,
.our-product .category {
    transition: 0.2s all;
}

@media (max-width: 1199px) {
    @media (max-width: 767px) {
        .inner_col {
            background: rgba(0, 0, 0, 0.4);
        }
    }
}




/* footer section start here */
.footer-touch {
    color: var(--primary) !important;
    font-size: 22px;
}

.footer-section .fa {
    color: var(--primary) !important;
}

.footer-section .soical .btn {
    background-color: var(--primary);
}

.bg-footer {
    background: url(../img/footer.jpg) center center no-repeat;
    background-size: contain;
}




.footer-section .product-text a {
    text-decoration: none;
}

.disclamier {
    background-color: var(--secondary-color);
    color: #fff;
}

.disclamier a {
    color: var(--primary);
}




/* footer section end here */


/* choose section start here */
.box {
    background-color: #fff;
    padding: 35px 2px;
    margin: 10px;
    height: 90%;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    transition: all 0.3sease-in-out;
    position: relative;
}
/* choose section end here */



/* nav tab section start here */
/* Nav-Pills Custom Design */
/* Nav-Pills Unique Custom Design */
.nav-pills .nav-link {
    background: var(--primary); /* Dark background */
    color: #eeeeee; /* Light text */
    margin: 5px;
    padding: 15px 5px;
    border-radius: 50px; /* Full pill shape */
    text-align: center;
    transition: all 0.4s ease-in-out;
    font-size: 14px !important;
    letter-spacing: 2px;
    box-shadow: inset 0 0 0 2px #f5a947;
    position: relative;
    overflow: hidden;
    margin: 10px;
  }

 .navtav-section .nav-pills{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
  }
  
  .nav-pills .nav-link:hover {
 
    color: #fff;
 
  }
  .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--secondary-color) !important;
}
  
  .nav-pills .nav-link.active {
  
    color: #ffffff;
    border: 2px solid #393e46;
    transform: scale(1.1);
  }
  
  .tab-content {
    background: #393e46; /* Dark Background for Content */
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    color: #eeeeee;
    animation: fadeEffect 0.7s ease-in-out;
  }
  
  .tab-pane {
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
  }
  
  .tab-pane.show {
    opacity: 1;
  }
  
  @keyframes fadeEffect {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  

  /* Nav-Pills Modern Design */

  .tab-content {
    background: #1e272e; /* Dark Background for Content */
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    animation: fadeEffect 0.7s ease-in-out;
  }
  
  .tab-pane {
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
  }
  
  .tab-pane.show {
    opacity: 1;
  }
  
  .key-features, .daily-report {
    background: #2f3640; /* Darker Background for Sections */
    padding: 50px 0;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    margin-bottom: 30px;
  }
  
  .key-features h2, .daily-report h2 {
    color: #ff6b6b;
    font-size: 2rem;
    text-align: start;
    margin-bottom: 20px;
    position: relative;
  }
  .key-features h2, .webbased-head h2 {
    color: #ff6b6b;
    font-size: 2rem;
    text-align: start;
    margin-bottom: 20px;
    position: relative;
  }
  .webbased-head h1 {
    color: #ff6b6b;
    font-size: 2rem;
    text-align: start;
    margin-bottom: 20px;
    position: relative;
  }
  
  
  .key-features h2 .borders, .daily-report h2 .borders {
    display: block;
    width: 120px;
    height: 4px;
    background: #ff6b6b;
    margin: 5px auto 0;
    border-radius: 2px;
    position: absolute;
    top: 20px;
  }
  .key-features h2 .borders, .webbased-head h2 .borders {
    display: block;
    width: 120px;
    height: 4px;
    background: #ff6b6b;
    margin: 5px auto 0;
    border-radius: 2px;
    position: absolute;
    top: 20px;
  }
  .key-features h2 .borders, .webbased-head h1 .borders {
    display: block;
    width: 120px;
    height: 4px;
    background: #ff6b6b;
    margin: 5px auto 0;
    border-radius: 2px;
    position: absolute;
    top: 20px;
  }
  .daily-report ul , .list-feature ul li , .key-features  ul li{
    list-style: none;
    padding: 0;
  }
  
  .daily-report ul li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    padding-left: 30px;
    position: relative;
    color: #ffffff;
  }
  .daily-reporte ul li i {
    color: #ff6b6b;
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 1.2rem;
  }
  
  @keyframes fadeEffect {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  

  .table-hover tbody tr:hover {
    background-color: rgba(255, 107, 107, 0.7) !important; /* Hover effect color */
    transition: background-color 0.3s ease-in-out;
  }
  
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: white !important;
    background-color: transparent !important;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}

@media (max-width: 580px) {
    .tab-content {
        background: #1e272e;
        padding: 10px;
        border-radius: 20px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
        color: #ffffff;
        animation: fadeEffect 0.7sease-in-out;
    }
    .nav-pills .nav-link {
        background: var(--primary);
        color: #eeeeee;
        margin: 5px;
        padding: 10px 5px;
        border-radius: 50px;
        text-align: center;
        transition: all 0.4sease-in-out;
        font-size: 11px !important;
        letter-spacing: 2px;
        box-shadow: inset 0 0 0 2px #f5a947;
        position: relative;
        overflow: hidden;
        margin: 5px;
    }
    .daily-report ul li {
        font-size: 1.0rem;
        margin-bottom: 10px;
        padding-left: 5px;
        position: relative;
        color: #ffffff;
    }
    .key-features h2, .daily-report h2 {
        color: #ff6b6b;
        font-size: 1.6rem;
        text-align: start;
        margin-bottom: 20px;
        position: relative;
    }
    
    

.key-features h2, .webbased-head h2 {
    color: #ff6b6b;
    font-size: 1.2rem;
    text-align: start;
    margin-bottom: 20px;
    position: relative;
}
.key-features h2 .borders, .webbased-head h2 .borders {
    display: block;
    width: 120px;
    height: 4px;
    background: #ff6b6b;
    margin: 5px auto 0;
    border-radius: 2px;
    position: absolute;
    top: 19px;
}
}
/* nav tab section end here */
.owl-carousel .item img {
    max-width: 250px;
    filter: grayscale(100%);
    transition: filter 0.3s ease, transform 0.3s ease;
  }
  .owl-carousel .item img:hover {
    filter: grayscale(0%);
    transform: scale(1.1);
  }
  .carousel-prev, .carousel-next {
    position: absolute;
    top: 95%;
    transform: translateY(-50%);
    background: #333;
    color: #fff;
    border: none;
    font-size: 29px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
  }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }
  .carousel-prev:hover, .carousel-next:hover {
    background: #555;
  }

  @media (max-width: 568px) {
    .carousel-prev, .carousel-next {
        position: absolute;
        top: 55%;
        transform: translateY(50%);
        background: #333;
        color: #fff;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
      }
  }
  @media (min-width: 569px) and (max-width: 998px) {
    .carousel-prev, .carousel-next {
        position: absolute;
        top: 70%;
        transform: translateY(99%);
        background: #333;
        color: #fff;
        border: none;
        padding: 10px;
        cursor: pointer;
        z-index: 10;
      }
  }

  .our-partner {
    background: #f3f1ef;
}

.our-partner h1  {
     padding-bottom: 11px;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    /* margin-bottom: 15px; */
}
.our-partner h2 , .our-partner h3 , .our-partner h4, .our-partner h5 {
     padding-bottom: 11px;
    display: inline-block;
    font-size: 25px;
    font-weight: 700;
    /* margin-bottom: 15px; */
}
span.borders, span.borders-small {
    display: block !important;
    margin: 10px auto 0px auto;
    height: 5px;
    opacity: 1;
    background-color: #404040;
    position: absolute;
    margin-top: 10px;
 }
.our-partner .borders, span.borders-small {
    display: block !important;
    margin: 10px auto 0px auto;
    height: 5px;
    opacity: 1;
    background-color: #404040;
    position: absolute;
    margin-top: -10px;
 }
 


 /* contact us section start here */
 /* contact us form start here */
.form-head{
    background-color: var(--yellow) !important;
    border-radius: 2px;
    padding: 60px 10px !important;
     margin-bottom: 25px !important;
   }
  .captcha-para , .cpatcha-div{
    background: linear-gradient(rgba(0, 0, 0, 0.501),rgba(0, 0, 0, 0.512)),url("../img/cards-img/captcha.jpg");
    color: var(--white);
    text-align: center;
    padding-top: 7px;
 
    padding-bottom: 7px;
    }
    #captchCode{
      font-size: 18px;
    }
   .form-head h1{
    color: var(--white) !important;
   }
  
   
  .contact-heading{
    text-align: center;
  }
  .contact-heading span{
    color: var(--blue);
  }
  .address{
    font-size: 17px;
  }
  .address .fa{
    color: var(--yellow);
  }
  .contact-form{
     
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
   
   
   
  .modal-body button{
    background-color: var(--yellow);
    color: var(--white);
  }
  .modal-body button:hover{
    background-color: var(--yellow);
    color: var(--white);
  }
  
  .refresh{
    background-color: var(--yellow);
    color: var(--white);
  }
  .form-group input{
    padding: 10px 5px;
  }
  .address .fa{
    color: var(--white);
  }
  .address a{
    text-decoration: none;
    color: var(--white);
  
  }
   
  .form-head span{
    color: var(--blue);
  }
  .form-head h2{
    color: var(--yellow);
     font-weight: 600;
  
  }
  .form-name{
    color: var(--black);
    font-weight: 400;
    font-size: 17px;
  }
  .last-name,.first-name{
    border-top: none;
    border: 1px solid gainsboro;
  
  }
  .mail,.number{
    border: 1px solid gainsboro;
  
  
  }
  .name button{
    background-color: var(--white);
    color: var(--dark);
  }
  .name button:hover{
    background-color: var(--yellow);
    color: var(--white);
  }
  .last-name{
    margin-left: -5px;
  }
  .name input:hover{
    box-shadow:rgba(121, 138, 198, 0.436) 0px 20px 30px -10px;
   }
  .message{
  
    border-top: none;
    border: 1px solid gainsboro;
   }
  .message:hover{
    box-shadow:rgba(10, 33, 117, 0.35) 0px 20px 30px -10px;
   }
  .location-product .btn{
    text-align: left;
  
  
  }
  .location-product{
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .location-product .dropdown-item{
    color: var(--black);
    font-weight: 500;
  }
  .name{
    padding: 10px;
  
  }
  .name-section{
    display: flex;
  
  }
   
  .contact-card{
    font-size: 1px !important;
  }
    .captcha-para p{
        margin-top: 4px;
        margin-bottom: 3px;
        font-size: 22px;
        padding: 3px 10px;
        font-style: italic;
    }
  .submit button{
    margin: 10px;
     padding: 8px;
    border-radius: 5px;
    color: var(--dark);
    border: none;
    background-color: var(--white);
  }
  .submit button:hover{
    background-color: var(--yellow);
    color: var(--white);
  }
   
  .addres{
  text-align: start;
  }
  .addres h1{
    font-size: 24px;
    font-weight: 600;
  }
  .addres p{
  padding: 0;
  margin: 5px;
  }
  .address-icon {
    background-color: rgba(172, 161, 161, 0.566);
    padding: 20px 15px; 
    text-align: center;
    border-bottom: 7px solid var(--yellow);
    
  
  
  }
  .contact-address .address-icon .fa-map-location{
    font-size: 55px;
    text-align: center;
    color: var(--tertiary-color);
    transition: all 0.3s ease-in-out;
  }
  .contact-address .fa-phone ,.contact-address .fa-envelope{
    font-size: 55px;
    text-align: center;
    color: var(--tertiary-color);
    transition: all 0.3s ease-in-out;
  }
  .contact-address .address-icon:hover .fa-solid{
   transform: scale(1.2);
  
  }
  .address-icon:hover .fa-envelope{
   transform: scale(1.2);
  
  }
  .address-icon:hover .fa-phone{
   transform: scale(1.2);
  
  }
  .contact-address .addres a{
    text-decoration: none;
    color: rgb(74, 71, 71);
    font-size: 18px;
  }
  
  
  @media (min-width:767px) and (max-width:991.5px){
    .contact-map iframe{
        height: 663px;
      }
    
  }
  @media (max-width:760px){
    .addres{
      text-align: center;
      }
      .addres{
        text-align: center;
        }
        
        .form-head{
          background-color: var(--yellow) !important;
          border-radius: 25px;
          padding: 10px 10px !important;
          margin-bottom: 25px !important;
         }
  }
  
  /* address section start here */
  .call-icon{
    text-align: center;
    /* background-color: #30bb5a; */
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(30px );
    
  }
  .call{
    text-align: center;
  }
  .call-icon a{
    background-color: var(--white);
    text-align: center;
    border-radius: 50%;
    text-decoration: none;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  
    height: 80px;
  
  }
  .call-icon .fa{
    color: var(--dark);
    font-size: 35px !important;
    transition: all linear 0.3s;
  
  }
  .call-icon .fa-location-dot{
    color: var(--dark);
    font-size: 35px !important;
    transition: all linear 0.3s;
  
  }
  .call-icon .fa:hover{
    color: var(--yellow);
    font-size: 35px;
    transform: scale(1.4);
  }
  .call-icon .fa-location-dot:hover{
    color: var(--yellow);
    font-size: 35px;
    transform: scale(1.4);
  }
  .call-text{
    border: 1px solid;
    padding: 39px 30px;
    background-color: var(--yellow) ;
    color: var(--white);
    border: none;
    text-align: start;
  
    
  }
  .call-text a{
    text-decoration: none;
    color: var(--white);
    font-size: 18px;
  
  }
  .chat-text{
    border: 1px solid;
    padding: 35px 30px;
    
    background-color: var(--yellow) ;
     border: none;
    text-align: start;
    color: var(--nav-text); 
  }
  .chat-text a{
    text-decoration: none;   
  color: var(--white);
    font-size: 18px;
    border-radius: 3px;
  }
  .chat-text p, .chat-text span ,.mail-text span ,.call-text span  {
    text-decoration: none;   
  color: var(--white);
    font-size: 18px;
    border-radius: 3px;
  }
  .chat-text p{
    text-decoration: none;   
  color: var(--white);
    font-size: 17px;
    border-radius: 3px;
  }
  .mail-text{
    border: 1px solid;
    padding: 35px 30px;
    background-color: var(--yellow) ;
    border: none;
    text-align: start;
  
  }
  .mail-text a{
    text-decoration: none;
     
    color: var(--white);
   font-size: 18px;
    border-radius: 3px;
  
  }
  
  .address{
    font-size: 18px;
  }
  .address .fa{
    color: var(--darkblue);
  }
  /* address section end here */
  
 /* contact us section end here */


 /* product-enq-section start here */
 .product-enq-section .product-info a{
  text-decoration: none;
  color: var(--white);
  font-size: 18px;
  border-radius: 3px;
  background-color: var(--primary);
  padding: 9px;
 }

 .product-info .product-name{
  font-size: 24px;
  font-weight: 600;
 }

 .product-feature-section .tab-pane ul li{
  line-height: 1.9;
  
 }

 @media (max-width:580px) {
  .product-feature-section .tab-pane ul li{
    line-height: 1.9;
    font-size: 14px;
    
   }
  
 }

     /*product-enq-section end here  */


     .products-list{
      border: 1px solid gainsboro;
      text-align: center;
      padding: 10px;
      margin: 10px;
      box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
     }
     .box p{
      font-size: 12px;
      margin-top: 15px;
     }
     .products-list h2{
      font-size: 22px;
      font-weight: 600;
     }
     .products-list a{
      padding: 5px;
      text-decoration: none;
      background-color: var(--primary);
      color: var(--white);
      font-size: 16px;

     }
     .products-list a:hover{
      text-decoration: none;
      
      background-color: var(--secondary-color);
      font-size: 18px;

     }
     .product-head {
      position: relative;
     }
     .product-head h1 {
      font-size: 24px;
      font-weight: 600;
      margin: 0;
      padding: 0;
      line-height: 1.3;
     }
   .product-head  span.borders, span.borders-small {
      display: block !important;
      margin: 10px auto 0px auto;
      height: 5px;
      opacity: 1;
      background-color: #404040;
      position: absolute;
      top: 5px;
      margin-top: 10px;
  }
  .products-list{
    border-radius: 10px;
  }
  .product-card h2{
    font-size: 14px;
    
  }
  .product-card p{
    font-size: 13px;

  }
   

  @media (max-width: 560px) {
    .product-head h1 {
      font-size: 18px;
      font-weight: 600;
      margin: 0;
      padding: 0;
      line-height: 1.3;
     }
     .product-head  span.borders, span.borders-small {
      display: block !important;
      margin: 10px auto 0px auto;
      height: 5px;
      opacity: 1;
      width: 100px;
      background-color: #404040;
      position: absolute;
      top: 5px;
      margin-top: 10px;
  }
  }
  .whatsapp {
    position: fixed;
    bottom: 70px;
    right: 0px;
    z-index: 99;
    background-color: #0cab04;
    border-radius: 30px;
    padding-right: 0px !important;
    margin-bottom: 8px;
  }
  
  .whatsapp .img {
    width: 64px;
  }
  
  .whatsapp a {
    color: #fff;
    text-decoration: none;
  }
  
  .whatsapp a span {
    opacity: 0;
    width: 0;
    display: flex;
    font-size: 20px;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease;
  }
  
  .whatsapp a:hover span {
    opacity: 1;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .telphone {
    position: fixed;
    bottom: 70px;
    left: 5px;
    z-index: 99;
    border-radius: 30px;
    padding-right: 0px !important;
    margin-bottom: 8px;
  }
  
  .telphone .img {
    width: 64px;
  }
  
  .telphone a {
    color: #fff;
    text-decoration: none;
  }
  
  @media (max-width:500px) {
    .whatsapp {
      position: fixed;
      bottom: 20px;
      right: 0px;
      z-index: 99;
      background-color: #0cab04;
      border-radius: 30px;
      padding-right: 0px !important;
      margin-bottom: 8px;
    }
  
    .telphone {
      position: fixed;
      bottom: 20px;
      left: 5px;
      z-index: 99;
      border-radius: 30px;
      padding-right: 0px !important;
      margin-bottom: 8px;
    }
  
  }


  .submit-form {
    padding: 50px 0;
}
.submit-form .submit-head {
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 50px 10px;
}
.submit-form .submit-head i {
    color: #87BD48;
    font-size: 100px;
    border: 10px solid #87BD48;
    border-radius: 50%;
    padding: 15px 22px;
}
.submit-form .submit-head h2 {
    color: #155391;
    margin: 13px 0 0;
}
.submit-form .submit-head p {
    margin-bottom: 28px;
}
.submit-form .submit-head a {
    background: #15537E;
    color: #fff;
    padding: 10px 20px;
}