/* Base adjustments for mobile (screens less than 576px) */
@media (max-width: 575.98px) {
    .main-hero-section {
        width: 100%;
        height:60vh;
        position: relative;
        overflow: hidden;
      }
    .carousel-background,
.carousel-background-next {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  /* make it fill 100% of the viewport width, and 80vh height */
  /* background-size: calc(100vw) calc(54vh); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: opacity 1.5s ease;
}

    .navbar {
        padding: 20px 0 10px 0;
        position: relative;
        z-index: 2;
      }
      .nav-link{
          color:#3843AB !important; 

      }
      .navbar-nav{
        width: 100%;
        padding-left: 20px;
      }
      .nav-btn button {
        width: 150px;
        height: 40px;
        border: none;
        border-radius: 5px;
        background: #3843ab;
        color: #ffffff;
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 400;
        margin-right: 60px;
        margin-top: 10px;
      }
      .hero-section-text {
        margin-top: 40px;
      }
      .hero-section-text h1 {
        font-family: "Oswald", sans-serif;
        font-size:22px;
        font-weight: 600px;
        text-transform: uppercase;
        color: #f1f1f1;
        text-align: center;
        
      }
      .hero-section-text h1.dynamic-text {
        letter-spacing: 0px; /* You can adjust the spacing as needed */
      }
      .static-text {
        letter-spacing: 0px;
      }

      /* Navigation dots styling */
.carousel-number {
    position: absolute;
    right: 10px;
    top:25%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .carousel-number ul li {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 10px 0;
    cursor: pointer;
    position: relative;
  }

  .search-bar {
    display: flex;
    align-items: center;
    max-width: 350px;
    margin: 41px auto;
    border: none;
  }

  .search-input::placeholder {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #808080;
}
  
  .category-select,
  .search-input,
  .search-button {
    padding: 10px;
    margin: 0;
    font-size: 10px;
    height: 46px;
    z-index: 100;
    border: none;
  }
  .category-select {
    width: 60px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    height: 46px;
    margin-right: 2px;
  }
  .single-quates-section {
    width: 100%;
    height: 111px;
    background: #3843ab;
    position: absolute;
    bottom: 0;
    display: none;
  }
  .single-quates-section-sm{
    width: 100%;
    height: 75px;
    background: #3843ab;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .sm-container{
    display: block;
  }
 .quate-sm h5{
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #F3F3F3;
}
.who-we-are-partOne h3 {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 500px;
    color: #3843ab;
    letter-spacing: 5%;
  }
  .who-we-are-partOne img {
    max-width: 100%;
    height: auto;
    margin-top:15px;
  }
  .who-we-are-partTwo p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    color: #111111;
    margin-top: 20px;
  }
  .home-btn {
    width: 95px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background: #3843ab;
    color: #ffffff;
    margin-top: 0px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;
  }
  .category-tile h3 {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 500px;
    color: #3843ab;
    letter-spacing: 5%;
  }
  
.carousel-items{
  border: 0.7px solid #5E5E5E;
  width: 300px;
  height: 322px;
  border-radius: 10px;
}
.carousel-wrapper {
  width: 100%;
  position: relative;
  overflow: visible; /* Critical: Allow overflow in all directions */
  z-index: 1;
  margin-top: 10px;
}
.box {
  flex: 0 0 95%;
  max-width: 100%;
  box-sizing: border-box;
  height: 300px;
  border: 1px solid black;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-img img {
  width:320px !important;
  height: 227px !important;
  border-radius: 5PX;
}
.carousel-title {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 26px;
  text-align: center;
}
.company-record{
  display: flex;
  justify-content: center;
}

.section-title {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500px;
  color: #3843ab;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.company-record {
  width: 100%;
  height: 380px;
  background: #2a3bd3;
  background-size: cover;
  background-image: url("../images/image\ 29.png");
  background-position: center;
  background-repeat: no-repeat;
}
.section-text {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  color: #111111;
  margin-top: 20px;
}
.content-right {
  width: 100vw; /* Full screen width */
  margin-left: auto;
  margin-right: 0;
  overflow: hidden;
}
.since-img img {
  width:47px;
  height: 47px;
}
.since-record h6 {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 10px;
}
.since-record h3 {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 4px;
}
.discover-section-title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #3843ab;
  letter-spacing: 5%;
  margin-top: 60px;
}
.productItems-list ul li {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #8b8b8b;
  letter-spacing: 0%;
  margin-left:10px;
}
#tagFilter{
  overflow-x: auto;
}
#tagFilter li{
   display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap; /* Prevent line break */

}
#tagFilter li.active-tag {
  display: inline-block;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap; /* Prevent line break */
}

.discover-product-box {
  width: 247px;
  height: 400px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border-radius: 10px;
  margin-top: 20px;
  margin: auto;
  margin-bottom: 20px;
}
.product-description-title {
  padding-left: 20px;
  padding-top: 5px;
   font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111111;

}
.product-description-text {
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  padding-left: 20px;
  margin-bottom: 10px;
}

.choice-left h2 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500px;
  color: #3843ab;
  letter-spacing: 5%;
  text-transform: uppercase;
}
.choice-left img {
  max-width: 90%;
  height: auto;
  margin-top: 10px;
}
.choice-title h5 {
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 1%;
  margin-top: 15px;
}

.choice-logo img {
  max-width: 80%;
  height: auto;
}
.choice-right {
  padding-left: 20px;
  margin-top: 50px;
}
.choice-title h5 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  letter-spacing: 1%;
  margin-top: 15px;
}
.choice-description p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 10px;
}
.industries-title h2 {
  font-family: "Oswald", sans-serif;
  font-size:22px;
  font-weight: 500px;
  color: #3843ab;
  letter-spacing: 5%;
  text-transform: uppercase;
  margin-top: 40px;
}
.industries-title p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 160%;
  margin-top: 0px;
}
.industries-name-box {
  height:60px;
  width:150px;
  border: 0.6px solid #8f8f8f;
  border-radius: 5px;
  background: #f9f9f9;
  margin-bottom: 0px;
}
.industries-name h5 {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  width: 150px;
  margin-top: 5px;

}

.feedback-title h2 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 5%;
}
.feedback-title p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin-top:0px;
}
.customer-feedback-section {
  margin-top: 60px;
}
.client-wrapper-left {
  margin: 24px 0 24px 0;
}
.feedback-btn button {
  width: 90px;
  height: 35px;
  background: #3843ab;
  border: none;
  border-radius: 5px;
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  font-weight: 400;
}
.feedback-section{
  margin-top: 50px;
}

.client-img img {
  margin: 12px 10px 13px 10px;
}
.client-name h5 {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.client-feedback p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 110%;
}
   .client-details{
          padding-left: 20px;
          padding-top: 25px;
        }
.contact-title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 1px;
  margin-top: 50px;
}
/* Main Contact Section */
.home-contact-section {
  width: 100%;
  height: 850px;
  border: 0.5px solid #3843ab;
  border-radius: 20px;
  padding-right: 20px;
  background-color: #fff;
}

.box:hover {
  transform: translateY(0px); /* Moves the box upwards on hover */
  z-index: 10; /* Higher z-index to ensure it's on top of other elements */
}
/* ABOUT_PAGE */
.navbar-sub{
  padding-left:12px;
  padding-right:12px;
}
.about-hero-section {
  margin-right: 0px;
  margin-left: 0px;
  padding-top:40px;
}
.about-mian-title h1 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 1px;
  margin-top: 45px;
  margin-left: 20px;
}

.about-hero-des p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
  max-width: 95%;
  margin-top: 18px;
}
.who-weAre-title h3 {
  font-family: "Oswald", sans-serif;
  font-size:22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 1px;
  margin-left: 20px;
  margin-top: 50px;
  margin-bottom:10px;
}
.whoWe-Are-left {
  background: #3843ab1a;
  max-width: 100%;
  height: auto;
}
.whoWe-Are-left p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  padding-left: 20px;
  padding-right: 41px;
}
.who-we-are-one {
  padding-top: 20px;
}
.who-we-are-img img {
  width: 100%;
  height: 600px;
}
.vission-mission-img{
  display: flex;
  justify-content: center;
}
.vission-mission-img img {
  max-width: 90%;
  height:500px;
  
}
.mission-title h3 {
  font-family: "Oswald", sans-serif;
  font-size:22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 5%;
  padding-top:40px;
}
.mission-des p,
.vission-des p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.vission-title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 5%;
}
.vision-row {
  padding-top: 20px;
}
  .vission-img {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .company-record-about{
    height: 430px;
    display: flex;
  }
  .records-first{
    margin-top: 20px;
  }
  .about-record-title h3 {
    font-family: "Oswald", sans-serif;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    color: #3843ab;
    letter-spacing: 5%;
    margin-top:60px;
    margin-bottom: 20px;
  }
  .connection-img img{
    max-width: 90%;
    height: auto;
  }
 .connection-img{
  display: flex;
  justify-content: center;
 }
 .connection-section-right h3 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 5%;
  margin-top: 30px;
}
.connection-section-right p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 10px;
}
.search-bar-title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
  line-height: 130%;
}
.search-bar-sub {
  display: flex;
  align-items: center;
  justify-content:center;
  margin-top: 20px;
}
.search-bar-sub input {
  max-width: 300px;
  width: 100%;
  height: 46px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border: none;


      }

      .category-downloads h3 {
        font-family: "Oswald", sans-serif;
        font-size: 24px;
        font-weight: 500;
        color: #3843ab;
        text-transform: uppercase;
        margin-left:20px;
        margin-top:40px;
      }

      .category-list ul li {
        list-style: none;
        border-bottom: 1px solid #ccc;
        transition: background-color 0.3s ease;
        margin-bottom: 8px;
        width: 340px;
        margin-left: 20px;
        z-index: 10;
      }
      .product-hero-title h1 {
        font-family: "Oswald", sans-serif;
        font-size: 30px;
        font-weight: 500;
        color: #ffffff;
        text-align: center;
      }
      .product-hero-title h3 {
        font-family: "Oswald", sans-serif;
        font-size: 24px;
        font-weight: 600;
        color: #ffffff;
        text-align: center;
      }
  /* Make navbar fixed at the top */
/* Fix the navbar to the top */
.navbar-user {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1050;
  background-color: #fff; /* Or your navbar background */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



/* Prevent internal items from sticking or acting like position: sticky */
.navbar-user * {
  position: static !important;
}
.record-col {
  height: auto;
  display: block;
}
.footer-container{
  width: 100%;
  height: auto;
  background: #3843AB;
  padding-top: 20px;
  margin-top: 121px;
}
.quick-link-title h5{
    font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 50px;
}

.quick-links ul{
  padding-left:20px;
  margin-top: 20px;
}
.quick-links ul li{
  margin-bottom: 10px;
        font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 300;

}

.address-title h5{
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-top: 40px;
  text-align: center;

}
.address-1{
  display: flex;
  justify-content: center;
}
.address-list ul li{
  margin-bottom: 10px;
  font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-align: center;

}
.terms-conditions p{
  margin-top: 20px;
      font-family: "Lato", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-align: center;

}
.address-1 h6{
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 300;

}
.terms-conditions p{
  margin-top: 20px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;

}
.contact-img img {
 border-top-right-radius:19px;
 border-bottom-right-radius:19px;
}
.catelog-btn {
  
  margin-top: 30px;
  position: absolute;
  right: 10px;
  border: none;
}
.catelog-btn button{
  border: none;
  height: 45px;
  width: 120px;
  background: #3843AB;
  color: white;
  font-size: 14px;
  border-radius: 5px;
}
.contact-title{
  font-family: "Oswald", sans-serif;
  font-size:22px;
  font-weight: 500px; 
  margin-top: 40px;
  margin-bottom: 20px;
}
.contact-form-main{
  max-width: 647px;
  height:auto;
  background: #8D8D8D1A;

}
.main-form{
  max-width: 350px;
  height: 45px !important;
  border:none !important;
}
.main-contact-button{
    max-width: 571px;
}
.main-form-msg{
  max-width: 350px;
  height:270px;
  border:none !important;


}
.main-contact-button{
    max-width:350px;
    height:45px;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    font-weight: 400;

}
.product-details-start{
  display: block;
}

.zoom-wrapper {
 display: flex;
 justify-content: center;
}
.zoom-wrapper img{
  width: 80%;
  height: 400px !important;
}
.product-sub h6 {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
  margin-top: 0px;
}
.product-sub p {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 5%;
  text-align: center;
  margin-bottom: 0;
}

.download-pdf-btn button {
  min-width:310px;
  height: 58px;
  border: none;
  border: 1px solid #3843ab;
  margin-top: 20px;
    font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 400;

}
.download-pdf-btn{
  display: flex;
  justify-content: center;
}
.single-product-container {
  margin-left:12px;
  margin-left: 12px;
}
.product-name h5 {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 5%;
  margin-top:50px;
}
.product-name p {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #111111;
}
.product-des p {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.feature-title h5 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 5%;
  margin-top: 40px;
  margin-bottom: 20px;
}
.feature-list ul li {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}
.single-product-img {
  display: none;
}
.product-page-contact-section {
  height: 750px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0px 4px 4px 0px #00000040;
  border: 0.5px solid #3843ab;
  margin-top: 96px;
}
.single-product-contact-part1 h3{
  font-family: "Oswald", sans-serif;
  font-size:22px;
  font-weight: 500px; 
  padding-left: 0px;
  padding-top: 69px;
  text-align: center;
}
.single-product-contact-part1 p{
   font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 300;
  width: 100%;
  padding:0 10px 0 10px !important;
  display: flex;
  text-align: center;
  padding-left:0px;

}
.single-product-contact-part1 {
  width: 100%;
  height: 200px;
  background: #f0f0f0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius:0px;
}
.contact-form-wrapper {
  margin-top: 0px;
}
.single-product-input{
  margin: auto;
  width:90% !important;
  padding-right: 0;
}
.single-product-msg{
 margin: auto;
  width:90% !important;
}
.main-submit-btn {
  margin: auto;
  width:100%;
  height: 50px;
  background: #3843ab;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  transition: background 0.3s ease;
}
.contact-input-row{
  padding-right: 0;
}       .contact-form-wrapper-single{
          margin-top: 40px;
        }
.contact-details-section{
  margin-left: 0px;
  margin-top: 40px;
}
.contact-details-title h5{
   font-family: "Oswald", sans-serif;
  font-size:22px;
  font-weight: 500px;
  color: #3843AB;
 
 
}
.contact-details-title p{
    font-family: "Lato", sans-serif;
  font-size:16px;
  font-weight: 300;
  line-height: 150%;

}

.compay-name{
  color: black !important;
}




    }





    @media (min-width: 1305px) and (max-width: 1419px) {
      .quates-wrapper h5 {
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1%;
        color: #f3f3f3;
        padding-top: 23px;
        text-align: center;
      }

    }
    @media (min-width: 1191px) and (max-width: 1305px) {
      .quates-wrapper h5 {
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 1%;
        color: #f3f3f3;
        padding-top: 23px;
        text-align: center;
      }

    }
    @media (min-width: 1078px) and (max-width: 1191px) {
      .quates-wrapper h5 {
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 1%;
        color: #f3f3f3;
        padding-top: 23px;
        text-align: center;
      }

    }
    @media (min-width: 992px) and (max-width: 1078px) {
      .quates-wrapper h5 {
        font-family: "Lato", sans-serif;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 1%;
        color: #f3f3f3;
        padding-top: 23px;
        text-align: center;
      }

    }

    @media (min-width: 1199px) and (max-width: 1400px) {
      .home-btn {
        width: 120px;
        height: 40px;
        border: none;
        border-radius: 5px;
        background: #3843ab;
        color: #ffffff;
        margin-top: 0px;
        font-family: "Lato", sans-serif;
        font-size: 16px;
        font-weight: 400;
      }
      .box {
        flex: 0 0 calc(25% - 10px); /* Adjusted for 10px gap between 4 items */
        height: 322px;
        border: 1px solid black;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        border-radius: 10px;
        transition: all 0.7s ease;
        position: relative;
        z-index: 1;
      }
      .vision-row {
        padding-top: 10px;
      }
      .carousel-img img {
  width: 250px !important;
  height: 227px !important;
  border-radius: 5PX;
}
  

    }
    @media (min-width:992px) and (max-width: 1200px) {
      .who-we-are-partTwo p {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 150%;
        color: #111111;
        margin-top: 80px;
      }
      .home-btn {
        width: 80px;
        height: 35px;
        border: none;
        border-radius: 5px;
        background: #3843ab;
        color: #ffffff;
        margin-top: 0px;
        font-family: "Lato", sans-serif;
        font-size: 14px;
        font-weight: 400;
      }
      .box {
        flex: 0 0 calc(25% - 10px); /* Adjusted for 10px gap between 4 items */
        height: 322px;
        border: 1px solid black;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        border-radius: 10px;
        transition: all 0.7s ease;
        position: relative;
        z-index: 1;
      }
            .carousel-img img {
  width: 205px !important;
  height: 227px !important;
  border-radius: 5PX;
}
      .section-text {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 150%;
        color: #111111;
        margin-top: 35px;
      }
      .industries-title p {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 150%;
        margin-top: 27px;
      }
      .feedback-title p {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 150%;
        margin-top: 34px;
      }
      .product-description UL li {
        margin-bottom: 4px;
        margin-left: 0;
        font-size:12PX;
      }
      
      .client-name h5 {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 500;
      }
      .client-feedback p {
        font-family: "Lato", sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #999999;
        line-height: 120%;
      }
      .client-img img {
        margin: 13px 24px 13px 22px;
      }
      .comma-svg img {
        position: absolute;
        right: 18px;
        top: 15px;
      }
      .industries-name h5 {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase;
        text-align: center;
      }
      .about-hero-des p {
        font-family: "Lato", sans-serif;
        font-size:18px;
        font-weight: 300;
        line-height: 150%;
        text-align: center;
        max-width: 90%;
        margin-top: 18px;
      }
      .whoWe-Are-left p {
        font-family: "Lato", sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 150%;
        padding-left: 60px;
        padding-right: 41px;
      }
      .mission-des p,
.vission-des p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
.vision-row {
  padding-top: 10px;
}
.connection-section-right p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  margin-top: 35px;
}


.mission-title h3 {
  font-family: "Oswald", sans-serif;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3843ab;
  letter-spacing: 5%;
  padding-top: 0px;
}
.mission-des p,
.vission-des p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}
.product-des p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}

.feature-list ul li {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
}















    }

  @media (min-height: 660px) and (max-height: 770px) {
.about-hero-img {
  width: 100%;
  height: 400px;
  background-image: url("../images/image\ \(6\).png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
/* PRODUCT_PAGE */
.product-hero-img {
  width: 100%;
  height: 400px;
  background-image: url("../images/image\ \(12\).png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-top: 18px;
}
.downloads-hero-img {
  width: 100%;
  height: 400px;
  background-image: url("../images/image\ \(10\).png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-top: 18px;
}
}
  @media (min-height: 499px) and (max-height: 660px) {
.about-hero-img {
  width: 100%;
  height: 300px;
  background-image: url("../images/image\ \(6\).png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
}
/* PRODUCT_PAGE */
.product-hero-img {
  width: 100%;
  height: 300px;
  background-image: url("../images/image\ \(12\).png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-top: 18px;
}
.downloads-hero-img {
  width: 100%;
  height: 300px;
  background-image: url("../images/image\ \(10\).png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  margin-top: 18px;
}
}

