@import url("https://fonts.googleapis.com/css2?family=Jura:wght@600;700&display=swap");

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  min-width: 100%;
  font-family: Segoe UI;
  background: rgb(247, 247, 247);
  overflow-x: hidden;
  font-size: 1rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  text-decoration: none;
  text-decoration: underline;
}

img {
}

.header {
  position: relative;
  background-color: #dbd8d9;
  background-position: center center;
  display: block;
  margin: 0px;
  padding: 25px 0;
  height: 80px;
  top: 0;
  border-bottom: 8px solid rgba(0, 141, 213, 0.6);
}

.logo1 {
  vertical-align: middle;
  border: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  border-radius: 2px;
  overflow-clip-margin: content-box;
  overflow: clip;
  margin-left: 20px;
}

.navigation--top > li {
  list-style: none;
  position: relative;
  display: inline-block;
}

.navigation--top > .menu-item-has-children > a {
  padding: 0 8px;
  position: relative;
  font-size: 14.5px;
  font-weight: 600;
}

.navigation--top > li > a {
  padding: 0;
  text-decoration: none;
  display: block;
}

.navigation--top a {
  color: #999999;
}

.navigation--top > li {
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 3px 2px;
}

.intainer1 {
  display: flex;
  justify-content: space-between;
}

.ham_icon {
  display: none;
  color: #007bff;
}

.ham_icon > i {
  font-size: 2rem;
}

.hide_ul {
  display: none;
}

.menu_item {
  display: none;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 12px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-right: 0.5rem;
}

.menu_items {
  font-size: 14px;
  position: absolute;
  z-index: 1;
  top: 50px;
  right: 45px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.menu_items ul {
  text-align: center;
  padding: 0;
  margin: 0;
}

.menu_items ul li {
  list-style: none;
  padding: 15px 25px;
}

.menu_items ul li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .navigation--main2 {
    display: none;
  }

  #menu-top-menu {
    font-size: 12px;
  }
}

@media (max-width: 850px) {
  .logo2 {
    display: none;
  }

  .ham_icon {
    display: block;
  }

  .menu_item {
    display: block;
  }
}

@media (max-width: 400px) {
  .logo1 img {
    max-width: 60vw;
    height: auto;
  }
}

/* ================ HeroComp sectiono Styling ================= */

.HeroComp {
  background: url("../images/t&mImages/t&m_bg21.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 40vh;
  filter: contrast(100%) brightness(80%);
  position: relative;
}

.hero_div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(0, 0, 0);
  padding: 0.5rem 1rem;
}

.hero_div h1 {
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* ================ Product Component sectiono Styling ================= */

/* Popular Product Components styling */

.pp_container {
  /* border: solid 2px red; */
  overflow: hidden;
}
.pp_heading {
  font-weight: 800;
  font-size: 1rem !important;
  text-align: center;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pp_headingBottom {
  width: 100%;
  height: 2.5px;
  border-radius: 10px;
  /* background: #0e3258; */
  background-color: #dbdbdb;
}
.pp_cardContainer {
  /* border: solid 2px red; */
  width: max-content;
  background: #f1f1f1;
  display: flex;
  gap: 1rem; /* Space between items */
  /* overflow: hidden; */
  animation-duration: 25s; /* Set duration for scrolling speed */
  animation-timing-function: linear;
  animation-iteration-count: infinite; /* Infinite animation */
}
/* code for cardContainer animation from left to right and right to left */

.animation1:nth-child(3),
.animation1:nth-child(4) {
  /* border: solid 2px red; */
  margin-top: 1rem;
}
.animation1 {
  /* border: solid 2px red; */
  overflow: hidden;
}
.pp_mainCard_a {
}
.pp_mainCard {
  /*  
    This Card name Can affeft other component , plz review all component after adding style for this class
  */
  /* border: solid 2px green !important; */
}
.pp_mainCard_animation {
  width: 100%;
  height: 100%;
}
.pp_mainCard_img {
  width: 25rem;
}

/* Hover Effect to Pause Animation */
.pp_cardContainer:hover {
  animation-play-state: paused; /* Pause on hover */
}

/* Animation for animation1: Slide from Right to Left */
.animation1,
.animation3 {
  animation-name: slideRightToLeft;
}

@keyframes slideRightToLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%); /* Move halfway out to reduce blank space */
  }
}

.pp_mainCard {
  border: solid 1px rgba(0, 0, 0, 0.281);
  padding: 0.5rem;
  padding-bottom: 0;
  flex: 0 0 calc((max-content - 2rem) / 3); /* Set each card to take up 1/3 of the container width */
  box-sizing: border-box; /* Ensures padding/border don't affect width calculations */
}
.pp_mainCard:hover {
  border: solid 1px black;
}
.pp_cardImg_div {
  /* border: solid; */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
}
.pp_cardImg {
  /* border: solid ; */
  width: 12rem;
  /* width: 100%; */
  min-height: 5rem;
}
.pp_cardDesc {
  width: 100%;
  font-size: 1rem;
  overflow-wrap: break-word; /* Breaks words when necessary */
  word-break: break-word; /* Ensures words are broken at the edge of the container */
  hyphens: auto;
}

.moreProduct_button {
  background-color: #064e72;
  color: #fff;
  border: none;
  font-size: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  outline: none;
  margin: auto auto 1rem 45%;
}
.moreProduct_button:hover {
  background-color: #155c83;
}

.see_less_button_a {
  /* border: solid 2px red; */
  padding: 7.5px auto;
}

.moreProduct_button > a {
  color: red;
  text-decoration: none;
  color: #fff;
}

/* Solution Category Components styling  */

.componentHeading {
  margin-top: 1.75rem;
}

.solContent_container {
  /* border: solid 2px red; */
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.solution__card {
  /* border: solid; */
  overflow: visible !important;
  flex: 0 0 calc(16.66% - 20px);
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.solution__card:hover .solution__cardTitle > a {
  color: #041c50;
}
.solution__cardImg {
  aspect-ratio: 4/3;
  /* border: solid 1px yellow; */
  width: 100%;
  margin-top: -1rem;
}
.solution__img {
  /* border: solid 2px green; */
  aspect-ratio: 4/3;
  width: 100%;
  height: 80%;
  /* for Image color & filter control */
  filter: blur(0.25px) brightness(73%) saturate(97%) contrast(118%);
  -webkit-filter: blur(0.25px) brightness(73%) saturate(97%) contrast(118%);
  -moz-filter: blur(0.25px) brightness(73%) saturate(97%) contrast(118%);
}
.solution__cardTitle {
  /* border: solid; */
  margin-top: -15%;
  height: 2.5rem;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}
.solution__cardTitle > a {
  color: #1b1b1b;
  text-decoration: none;
}
.solution__cardTitle > a:hover {
  text-decoration: underline;
}

/* PRODUCT CATEGROY SECTION STYLING  */

.productCat_mainContainer {
  /* border: solid; */
}

.productCat_leftRight_container {
  /* border: solid 2px red; */
  position: relative;
  display: flex;
}
.productCat_leftContainer {
  /* border: solid 2px green; */
  width: 27.5%;
  padding: 0 0.5rem;
  background-color: #e4e4e4;
}
.productCat_btnGroup {
  display: flex;
  flex-direction: column;
  border: solid 2px transparent;
}
.productCat_btnGroup > a {
  border: solid;
  width: 100%;
}
.productCat_btn:nth-child(1) {
  /* color: red; */
  cursor: default;
  font-size: large;
}
.heading_color > i {
  font-style: normal !important;
}

.fa-bars {
  cursor: pointer;
}

.productCat_btn {
  margin-top: 0.8rem;
  width: 100%;
  height: 2.5rem;
  background-color: #acacac;
  color: #000;
  border: none;
  border-radius: 7.5px;
  cursor: pointer;
}
.heading_color {
  background-color: #92b3c4;
}

.active_btn {
  /* background-color: #92b3c4; */
  text-decoration: underline;
}
.category-container {
  /* border: solid; */
}
.sub-links {
  /* border: solid 2px red; */
  background-color: #f1f1f1;
  border-bottom-left-radius: 7.5px;
  border-bottom-right-radius: 7.5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
}
.sub-links-a {
  /* border: solid 1px green; */
  width: 100%;
  height: 100%;
  color: #008dd5;
  cursor: pointer;
  text-align: center;
  margin: 5px auto;
}
.sub-links-a.active-sub-link {
  color: #041c50; /* Active link color */
  /* font-weight: 600; */
  text-decoration: underline;
}

.productCat_rightContainer {
  width: 100%;
  padding-top: 1rem;
  background-color: #e4e4e4;
}
.productCat_right_topHeading {
  width: auto;
  height: 2.5rem;
  text-align: center;
  font-size: 1.4rem;
  color: #000;
  background-color: #92b3c4;
  margin: auto 1rem;
  border-radius: 7.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productCatbg {
  /* border: solid 2px red; */
  background-color: #e4e4e4;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
  padding: 0.75rem;
}

.productCat_btn > a {
  color: #000;
  border: solid;
}
.link_group_a {
  /* border: solid; */
  margin-bottom: 0.5rem;

  position: absolute;
  left: 0.5rem;
  bottom: 0.5rem;
}

.pc_card_background {
  background-color: #fff;
  position: relative !important;
  height: auto !important;
  padding-bottom: 3.5rem;
}

.reset_button {
  margin-left: 1rem;
  background-color: #ffffff;
  color: #000;
  border: none;
  border-radius: 10px;
  padding: 10px 16px;
  cursor: pointer;
}



/* Service Category Components styling  */

.serviceComp__container {
  /* border: solid; */
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.serviceComp_cardContainer {
  /* border: solid 2px red; */
  width: 80%;
  margin: auto 10%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.serviceComp_card {
  border: solid 0.5px rgb(209, 209, 209);
  background-color: #f0f0f0;
  padding: 0.8rem;
  border-radius: 0.5rem;
}
.serviceComp_card:hover {
  background-color: #e9e9e9;
}
.serviceComp_title {
  /* border: solid; */
  font-size: 1.1rem;
  font-weight: bold;
}
.serviceComp_desc {
  /* border: solid; */
}

/* ================ PartnerOEM components sectiono Styling ================= */

.partnersOem__container {
}

.partners__containerSection {
  /* border: solid 2px red; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.partners__card {
  border: solid 0.2px rgb(158, 158, 158);
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 0.5rem;
}
.partners__card:hover {
  border: solid 0.5px #414141;
  background-color: #fff;
}
.partners__cardLeft {
}
.partners_cardImg {
  width: 10rem;
  mix-blend-mode: multiply;
}
.partners__cardRight {
  /* border: solid; */
  width: 80%;
  height: 100%;
}
.partners__contentHead {
  /* border: solid; */
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}
.partners__contentHead > span:nth-child(2),
.partners__contentHead_tab {
  color: #041c50;
  border: solid 0.5px;
  padding: 5px;
  font-size: 1.1rem;
  margin-right: 0.5rem;
}

.partners_link_a {
  color: #041c50;
}

.partners__contentHead_tab {
  display: none;
}
.partners_contentDesc {
  width: 100%;
  padding-right: 0.5rem;
  font-size: 1rem;
  /* word-break: break-all; */
}

/* TestedTechnologies Category Components styling  */

.tt_container {
  /* border: solid 2px red; */
  overflow: hidden;
  margin-top: 0.75rem;
}
.tt_imageContainer {
  /* border: solid 2px red; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  background: transparent !important;
}
.tt_imageDiv {
  transition: 100ms ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tt_imageDiv:hover {
  transform: scale(1.1);
  mix-blend-mode: multiply;
}
.tt_image {
  /* border: solid; */
  width: 4rem;
  mix-blend-mode: multiply;
  object-fit: contain;
  aspect-ratio: 4/3;
}
.tt_imageDiv > h6 {
  margin-top: 0.5rem;
}

/* ================ Footer sectiono Styling ================= */

.footer__mainContainer {
  /* border: solid 2px green; */
  padding: 3rem 8%;
  background: #dbd8d9;
}

.footer_container {
  /* border: solid 2px red; */
  width: 100%;
  background: #dbd8d9;
  font-size: calc(100% - 5%);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* padding: 2rem 3rem; */
  padding: 0 8%;
}

.footer_download_div,
.footer_download_div,
.footer_solutionLink_div,
.footer_contact_div {
  /* border: solid; */
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 3%;
}

.footer_download_div a,
.footer_download_div a,
.footer_solutionLink_div a,
.footer_contact_div a {
  color: #008dd5;
  margin-top: 0.5rem;
}

.footer_download_div,
.footer_download_div,
.footer_solutionLink_div,
.footer_contact_div span {
  color: black;
}

.copyright {
  /* border-top: 8px solid rgba(0, 141, 213, 0.6); */
  text-align: left;
  font-size: 12px;
  padding-left: 8%;
  background: #dbd8d9;
}

@media only screen and (max-width: 768px) {
  .footer_container {
    grid-template-columns: 1fr 1fr;
  }

  .footer_contact_div {
    margin-top: 3rem;
  }

  .copyright {
    margin-top: 2.5rem;
  }
}

@media only screen and (max-width: 668px) {
}

@media only screen and (max-width: 600px) {
  .footer_container {
    grid-template-columns: 1fr;
  }

  .footer_solutionLink_div {
    margin-top: 3rem;
  }
}

/*==================== media querry for Mobile and Tablets====================== */

@media only screen and (max-width: 992px) {
  .productCat_leftContainer {
    /* border: solid 2px red; */
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    background-color: #e4e4e4;
  }
}

@media only screen and (max-width: 1920px) {
}

@media only screen and (min-width: 1366px) {
  .AllCompStyle {
    /* border: solid 2px red; */
    max-width: calc(1366px);
    margin: auto;
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
  }
  .solution__card {
    flex: 0 0 calc(16.66% - 20px);
  }
}

@media only screen and (max-width: 1366px) {
  .AllCompStyle {
    /* border: solid 2px green; */
  }
  .solContent_container {
    /* border: solid; */
    margin-top: 1.5rem;
  }
  .solution__card {
    overflow: hidden !important;
  }
  .solution__cardTitle {
    /* border: solid; */
    font-size: 0.9rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 1220px) {
  .productCat_leftContainer {
    width: 30%;
    padding-bottom: 0.5rem;
  }
  .solContent_container {
    grid-template-columns: repeat(3, 1fr);
  }
  .solution__card {
    /* border: solid; */
    flex: 0 0 calc(20% - 20px);
    margin-bottom: -1rem;
  }
  .solution__cardTitle {
    /* border: solid; */
    font-size: 0.8rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 1075px) {
  .solution__card {
    flex: 0 0 calc(25% - 20px);
  }
  .solution__cardTitle {
    font-size: 0.75rem;
  }

  .serviceComp_cardContainer {
    margin: auto 5%;
    width: 90%;
  }

  .footer_container {
    grid-template-columns: repeat(2, 1fr);
  }

  .footer_contact_div {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 1024px) {
  .productCat_leftContainer {
    width: 33%;
    padding-bottom: 0.5rem;
  }
  .productCat_right_topHeading {
    justify-content: left;
    padding-left: 2rem;
  }
  .serviceComp_cardContainer {
    grid-template-columns: 1fr 1fr;
  }

  .partners__card {
    flex-direction: column;
    position: relative;
  }
  .partners__contentHead > span:nth-child(2) {
    display: none;
  }
  .partners__contentHead_tab {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .partners__cardRight {
    width: 100%;
    padding: 10px;
  }
}

@media only screen and (max-width: 820px) {
  .productCat_leftContainer {
    width: 30%;
    padding-bottom: 0.5rem;
  }
  .productCat_right_topHeading {
    justify-content: left;
    padding-left: 2rem;
  }
  .productCatbg {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 768px) {
  .pp_cardContainer {
    grid-template-columns: 1fr 1fr;
  }
  .productCat_leftContainer {
    width: 45%;
    padding-bottom: 0.5rem;
  }
  .productCat_right_topHeading {
    justify-content: left;
    padding-left: 2rem;
  }
  .solContent_container {
    /* grid-template-columns: 1fr 1fr; */
  }
  .solution__card {
    flex: 0 0 calc(33.333% - 17.5px);
  }

  .footer_container {
    grid-template-columns: 1fr;
  }

  .footer_solutionLink_div,
  .footer_contact_div {
    margin-top: 3rem;
  }
}

@media only screen and (max-width: 668px) {
  .serviceComp_cardContainer {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 560px) {
  .pp_cardContainer,
  .productCatbg,
  .partners__containerSection {
    grid-template-columns: 1fr;
  }
  /* Product Category responsive */
  .productCat_right_topHeading {
    justify-content: left;
    padding-left: 0.8rem;
  }
  .productCat_leftContainer {
    width: 45%;
    padding-bottom: 0.5rem;
  }
  .moreProduct_button {
    margin-left: 35%;
  }
  /* Partner OEM responsive  */
}

@media only screen and (max-width: 460px) {
  .heading_color {
    /* border: solid 0.5px #fff; */
    width: max-content;
    position: absolute;
    top: 2.5px;
    right: 1.5rem;
    padding: 10px auto;
  }
  .productCat_container_all_link {
    border: solid 0.5px #fff;
    position: absolute;
    top: 3.5rem;
    right: 15px;
    background-color: #e4e4e4;
  }
  .heading_color > i:nth-child(1) {
    width: 1rem !important;
    /* display: none; */

    font-style: normal !important;
  }

  .productCat_leftContainer {
    width: 55%;
    padding-bottom: 0.5rem;
  }
  /* Product Category responsive */
  .productCat_right_topHeading {
    justify-content: left;
    padding-left: 1rem;
    font-size: 1.2rem;
  }
  .solution__card {
    flex: 0 0 calc(50% - 10px);
  }
  .solution__cardTitle {
    font-size: 0.65rem;
    margin-top: -20%;
  }
}
@media only screen and (max-width: 425px) {
  .productCat_leftContainer {
    width: 65%;
    padding-bottom: 0.5rem;
  }

  .heading_color > i:nth-child(1) {
    display: none;
  }
}
@media only screen and (max-width: 375px) {
  .productCat_leftContainer {
    width: 67.5%;
    padding-bottom: 0.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .productCat_leftContainer {
    width: 80%;
    padding-bottom: 0.5rem;
  }
}
