@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "Poppins", sans-serif;
}
:root {
  --primary-color: #027ac3;
  /* --accent-color: #e74c3c; */
  --header-color: "black";
  --header-bg: "transparent";
}
ul {
  padding: 0;
}
.bg-image {
  background-image: url("https://www.uniconvergetech.in/assets/images/newimagesheader/bannerbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  width: 100%;
  object-fit: cover;
}
#enqform-overlay {
  position: fixed;
  top: 0;
  z-index: 1200;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
}

.enqform-cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.enqform-spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}
.container {
  max-width: 90%;
  margin: 0 auto;
}
#header_nav {
  /* background-color: var(--header-bg); */
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.3s;
  padding-bottom: 3px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.prodct-image {
  width: 160px;
}
.prodct-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
}
.menuContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
.list_Items {
  display: flex;
  list-style: none;
  column-gap: 40px;
  margin-bottom: 0;
}
.nav-item > a {
  text-decoration: none;
  color: #000;
  padding: 25px 0px;
}
.nav-item a:hover {
  text-decoration: none;
}
.navbar_logo {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
.contact-nav {
  display: flex;
  align-items: center;
  column-gap: 16px;
  position: relative;
}
.contact-nav button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 4px 1.5rem;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
}
.nav-item:hover .list-item {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.nav-item .list-item {
  font-size: 15px;
  font-weight: 500;
  color: var(--header-color);
}

/* Keep the top-level underline/color while dropdown is active (even if mouse leaves) */
.nav-item.active .list-item,
.nav-item .list-item.active {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.dropdown-content {
  position: absolute;
  border-radius: 18px;
  top: 64px;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  min-height: 445px;
  max-height: fit-content;
  z-index: -9;
}
.nav-item:hover .dropdown-content {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.hover-wrapper {
  display: flex;
  height: 100%;
}
.hover-list {
  display: flex;
  flex-direction: column;
  min-width: 315px;
  background-color: #f5f5f5;
  border-right: 1px solid gray;
  border-radius: 18px 0 0px 18px;
}
.hover-list p {
  padding: 16px 28px 16px 40px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 500;
  margin-bottom: 0;
}
.hover-list p:hover,
.hover-list p.active {
  background-color: white;
  color: var(--primary-color);
}

/* Add this rule for only the first child */
.hover-list p:first-child:hover,
.hover-list p:first-child.active {
  border-top-left-radius: 18px;
}
.hover-content {
  flex-grow: 1;
  height: 100%;
  max-height: fit-content;
  min-height: 445px;
  overflow-y: auto;
}
.hover-pane {
  display: none;
}
.hover-pane.active {
  display: flex;
  column-gap: 30px;
  padding: 40px;
}
.hover-panes {
  display: none;
}
.hover-panes.active {
  display: flex;
  column-gap: 30px;
}
.product_item {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 40px;
  row-gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 1251px) and (max-width: 1519px) {
  .product_item {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 991px) and (max-width: 1250px) {
  .product_item {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product_item li {
  text-align: center;
}
.product_item li p {
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0 0 0;
}
.product_item li a {
  color: black;
  text-decoration: none;
}
.product_item li:hover p {
  color: var(--primary-color);
}
.solutions-content-wrapper {
  background-color: #fff;
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.solutions-content-wrapper ul {
  list-style: none;
}
.solutions-content-wrapper ul li {
  margin-bottom: 1rem;
  font-weight: 500;
}
.solutions-content-wrapper ul li a {
  text-decoration: none;
  color: black;
  font-weight: 400;
}
.solutions-content-wrapper ul li:hover a {
  color: var(--primary-color);
}
.sltionbgs_1 {
  background-image: url(https://s3-tiaimgv1.s3.ap-south-1.amazonaws.com/uniconverge/homepage/solutionsPic_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 12px;
  border-radius: 10px;
}
.sltionbgs_2 {
  background-image: url(https://s3-tiaimgv1.s3.ap-south-1.amazonaws.com/uniconverge/homepage/solutionsPic_02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 12px;
  border-radius: 10px;
}
.sltionbgs_3 {
  background-image: url(https://s3-tiaimgv1.s3.ap-south-1.amazonaws.com/uniconverge/homepage/solutionsPic_03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 12px;
  border-radius: 10px;
}
.shareIconicHmp {
  width: 30px;
}
.shareIconicHmp img {
  width: 100%;
}
.solutionReq {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: white;
  font-size: 16px;
}
.tprqstdSltions {
  font-size: 20px;
  font-weight: 700;
}
.resourcesContent {
  padding: 40px 0;
}
.resourcesList {
  list-style: none;
}
.resourcesList li a {
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  display: inline-block;
}
.resourcesList li a:hover {
  color: var(--primary-color);
}

.search-boxs {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
}
.search-boxs input {
  width: 0;
  background-color: transparent;
  font-size: 16px;
  opacity: 0;
  border-radius: 6px;
  outline: none;
  color: black;
  transition: 0.5s ease-in-out;
  transform-origin: left;
}
.search-boxs.active input {
  transition: 0.5s ease-in-out;
  width: 150px;
  padding: 6px 0 6px 8px;
  border: 1px solid black;
  opacity: 1;
}
.search-boxs span {
  margin-top: 4px;
  cursor: pointer;
}
.searchBoxInput {
  display: none;
  background-color: #027ac3;
  overflow-y: auto;
  position: absolute;
  top: 40px;
  left: 0;
  border-radius: 8px;
  background-color: white;
  max-height: 300px;
  width: 300px;
  padding: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.searchBoxInput.active {
  display: block;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.search_reslt {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.search_reslt li a {
  text-decoration: none;
  color: #000;
  margin-bottom: 12px;
}
.search_reslt li:hover a {
  color: #007bff;
}
.features_li {
  margin-bottom: 10px;
}

/* case_studies card css */

.centertailsdeinds {
  display: flex;
  justify-content: center;
}
.tailOrderCardprnt {
  position: relative;
  width: fit-content;
  width: 100%;
  width: 220px;
  transition: 0.3s ease-in-out;
}
.tailOrderCardprnt img {
  width: 100%;
}
.cseBgdsgns {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  border-radius: 8px;
  background: rgb(82 77 77 / 34%);
  backdrop-filter: blur(20px);
  padding: 8px;
}
.cseContntstd {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
.cseBgdsgns p {
  font-size: 10px;
  color: #fff;
  font-style: italic;
  margin: 3px 0;
  line-height: 14px;
  font-weight: 600;
}
.case-studyp_dicon {
  display: flex;
  font-size: 10px;
  color: #fff;
  align-items: baseline;
  gap: 6px;
}
.shareIconicHmp img {
  width: 32px !important;
  mix-blend-mode: plus-lighter;
}
.casestudy_iconclnd {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.cartDesktop {
  color: var(--header-color);
  margin-top: 12px;
  margin-right: 4px;
  font-size: 18px;
  cursor: pointer;
}
.subcategory-list {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  cursor: pointer;
  width: 412px;
  min-height: 445px;
  background-color: #f5f5f5;
}
.subcategory-list li {
  font-size: 15px;
}
.hover-items {
  padding: 16px 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 500;
  margin-bottom: 0;
}
.hover-items.active {
  color: #027ac3;
  background-color: #fff;
}
.hover-panes .productss-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 20px;
  justify-content: center;
}
.productss-list .prodct-image p {
  color: black;
  text-align: center;
  margin-top: 4px;
  font-size: 14px;
}
.productss-list .prodct-image:hover p {
  color: #027ac3;
}
.productss-list li a {
  text-decoration: none;
}

#header_nav {
  display: block;
}
@media screen and (max-width: 1024px) {
  #header_nav {
    display: none;
  }
  .resourcesContent {
    column-gap: 30px;
    padding: 0px 0 0px 34px;
    row-gap: 10px;
  }
}

.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.arrow {
  font-size: 40px;
  cursor: pointer;
  user-select: none;
  color: #000;
  padding: 10px;
  z-index: 2;
  display: none;
}

.slider-container {
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 1000px;
}

.slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.3s ease-in-out;
}

.slider-item {
  flex: 0 0 230px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.slider-item a {
  display: inline-block;
  height: 230px;
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.slider-item-content {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  border-radius: 8px;
  background: rgb(82 77 77 / 34%);
  backdrop-filter: blur(20px);
  padding: 8px;
  border-radius: 8px;
}
.slider-item-content div {
  display: flex;
  justify-content: center;
  column-gap: 4px;
}
.slider-item-content div p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}
span i {
  color: black;
}
.slider-item-content div img {
  width: 36px;
  object-fit: contain;
}
.slider-item-content p {
  color: white;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: normal;
}
.exploreCaseStudies {
  text-align: center;
  margin-top: 1.5rem;
}
.exploreCaseStudies a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #027ac3;
  color: white;
  padding: 2px 60px;
  border-radius: 40px;
}
/* Responsive Styles */
@media (max-width: 1024px) {
  .slider-container {
    max-width: 90%;
  }
  .slider-item {
    flex: 0 0 25%;
  }
}

@media (max-width: 768px) {
  .slider-item {
    flex: 0 0 50%;
  }
  .arrow {
    display: none; /* Hide arrows on tablets/mobiles */
  }
}

@media (max-width: 500px) {
  .slider-item {
    flex: 0 0 100%;
  }
}

/*mobile phone css */

.menuContentInside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
.phMenu {
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.serachMenu {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.menuDrag {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  gap: 3px;
  transition: transform 0.3s ease;
}
.menuDrag span {
  width: 24px;
  height: 1.5px;
  /* background-color: var(--header-color); */
  background-color: #000;
  display: block;
  margin: 1px 0;
  transition: all 0.3s ease;
}
.menuDrag.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menuDrag.open span:nth-child(2) {
  opacity: 0;
}
.menuDrag.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
/* Main menu container */
.menuItems {
  display: none;
  overflow-x: hidden;
  /* overflow-y: scroll; */
  transition: all 0.4s ease;
  position: absolute;
  top: 63px;
  right: 0;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  width: 100%;
}
.mainMenu {
  list-style: none;
  margin: 0;
  padding: 16px 32px;
}
.mainMenu li {
  padding: 23px 0;
  cursor: pointer;
}
.mainMenu li:last-child {
  border-bottom: none;
}
.menuItems.show {
  display: block;
  position: fixed;
  top: 72px;
  left: 0;
  height: 100%;
}
/* Submenus */
.subMenu {
  transform: translateX(2000px);
  /* overflow: auto; */
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  width: 100%;
}
.subMenu.show {
  transform: translateX(0);
  padding: 36px 0;
  height: 100%;
  position: relative;
}
/* Back buttons */
#backToProductsServices,
#backToSolutionMarketplace,
#backToResources {
  cursor: pointer;
  margin-bottom: 0px;
  padding-left: 36px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 22px;
}
#backToProductsServices i,
#backToSolutionMarketplace i,
#backToResources i {
  margin-right: 8px;
}
.arwList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menulistName {
  display: flex;
  align-items: center;
}
.menulistName p {
  margin-bottom: 0;
  margin-left: 16px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.enqryBtn {
  text-align: center;
  margin-top: 60px;
}
.enqryBtn button {
  border: none;
  width: 220px;
  padding: 8px 0;
  border-radius: 36px;
  background-color: #4442b3;
  color: white;
  font-weight: 700;
}
.accHeader {
  border: none !important;
}
.accHeader button {
  padding: 24px 36px;
  font-weight: 700 !important;
}
.accordion-content {
  padding: 0 !important;
}
.accordion-content ul {
  padding: 0 36px 20px 36px !important;
  list-style: none;
}
.changeActiveHeader {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  display: flex !important;
  justify-content: space-between;
  text-decoration: none !important;
}
.changeActiveHeader:hover {
  text-decoration: none !important;
}
.changeActiveHeader:focus {
  box-shadow: none !important;
  text-decoration: none !important;
}
.changeActiveHeader:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.changeActiveHeader:not(.collapsed)::after {
  mix-blend-mode: hard-light !important;
}
.comnProductList {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background-color: #f8f8f8;
  margin-bottom: 0;
}
.comnProductList li {
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.solusubMenu {
  list-style: none;
  padding-left: 2.5rem;
}
.solusubMenu li {
  padding: 16px 0;
  font-weight: 500;
  font-size: 18px;
  margin-right: 2rem;
  border-bottom: 1px solid #ccc;
}
.prntsearchbar {
  position: fixed;
  width: 100%;
  top: 62px;
  background-color: white;
  padding: 16px 0;
  box-shadow: 8px 8px 7px #0000001a;
  transition: 0.5s ease-in-out;
  transform: translateY(-2000px);
  z-index: 9999;
}
.searchBoxInput p {
  opacity: 1;
  margin: 0;
  transform: translateY(0px);
}
.searchbar-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  border: 1px solid #3333336e;
  padding: 6px 12px;
  border-radius: 4px;
  width: 100%;
}
.minprntsearchbar {
  display: flex;
  align-items: center;
  column-gap: 12px;
  position: relative;
}
.search-box-input {
  width: 100%;
}
.search-box-input input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
}
.search-box-input input::placeholder {
  color: #ccc;
}
.crossmark {
  font-size: 36px;
  color: #333;
  font-size: 24px;
}
#searchbar-box,
#search-box-close {
  cursor: pointer;
}

/* Search Results Styles */
.search-results-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
  z-index: 100;
  display: none;
  margin-top: 1px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.search-results-container.active {
  display: block;
}

.search-results-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results-container li {
  padding: 0 15px;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.search-results-container li:hover {
  background-color: #f8f9fa;
}

.search-results-container li:last-child {
  border-bottom: none;
}

.search-results-container a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

.search-results-container p {
  padding: 20px;
  text-align: center;
  color: #777;
  font-style: italic;
  opacity: 1;
  margin: 0;
  transform: translateY(0px);
}

.solusubMenuName {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  column-gap: 1rem;
  /* padding-right: 2rem; */
}
.solusubMenuName p {
  margin-bottom: 0;
}
.solusubMenuName span {
  transform: rotate(-45deg);
}
.solusubMenuName span i {
  font-size: 16px;
}
.solusubMenu li a {
  text-decoration: none;
  color: #000;
}
.productsubmenuName a {
  text-decoration: none;
  color: #000;
}
.productsubmenuName a:hover {
  text-decoration: none;
}
.productsubmenuName a div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 2rem;
  padding: 12px 0;
}
.productsubmenuName a div p {
  margin-bottom: 0;
}
.productsubmenuName a div span i {
  transform: rotate(-45deg);
}

.phMenu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .phMenu {
    display: block;
  }
}
