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

html,body {
  height: 100%;
}

/* Hide scrollbar for Chrome, Safari and Opera */
body::-webkit-scrollbar {
  display: none;
}

body {
  display: flex;
  flex-direction: column;
}

body a {
  text-decoration: none;
  color: #000;
}

body a:hover {
  color: #000 !important
}

ul {
  list-style: none;
}

input:focus, select:focus, textarea:focus {
outline: none;
}

.navbar {
  width: 100% !important;
  padding: 10px !important;
}

.navbar .left-section {
  position: relative
}

.navbar .left-section , .right-section {
  display: flex;
  align-items: center !important;
  justify-content: center;
}

.left-section .logo {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
}

.left-section .company-name {
  color: #0085FF !important;
  margin: 0 30px 0 0!important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.4rem
}

.left-section .categories {
  font-size: 0.9rem;
  font-weight: 500;
}

.left-section .categories:hover,
.left-section .company-name,
.left-section li:hover {
  cursor: pointer
}


.left-section .main-category {
  top: 60px;
  left: 420px;
  position:absolute;
  width: max-content
}

.left-section .main-category, .left-section .web-development-category,  .left-section .mobile-developement-category,  .left-section .programming-category,  .left-section .engineering-category,  .left-section .block-chain-category,  .left-section .iot-category,  .left-section .cloud-category,  .left-section .data-science-category,  .left-section .cybersecurity-category {
  list-style: none;
  background-color: #fff;
  padding: 15px 15px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0 0 9.1px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 2;
}

.left-section ul li {
  padding-top: 20px;
  font-size: 0.9rem;
}

.left-section .category {
  top: 70px;
  right: 75px;
  width: max-content;
  z-index: 30;
}

.left-section .main-category, .left-section .web-development-category,  .left-section .mobile-developement-category,  .left-section .programming-category,  .left-section .engineering-category,  .left-section .block-chain-category,  .left-section .iot-category,  .left-section .cloud-category,  .left-section .data-science-category,  .left-section .cybersecurity-category {
  display: none;
}

.left-section .main-category.active {
  display: block;
}

.left-section .category.active {
  display: block;
}


.searchBar {
  position: relative;
  margin: 0 20px;
  border-radius: 5px;
  border: 1px solid #D0D5DD;
  background-color: #F2FFFB;
}

.searchBar input{
  background-color: #fff;
  padding: 8px;
  padding-left: 30px;
  width: 200px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  font-weight: 300;
  font-size: 0.9rem;
}

.explore {
  padding: 0 5px;
}

.searchBar .fa-search {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #98A2B3;
}

.navbar .right-section a {
    font-size: 0.9rem;
    font-weight: 500;
}

.navbar .right-section {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.navbar  a.active {
  color: #0085FF !important
}

.navbar  a:hover {
  cursor: pointer;
  color: #0085FF !important
}

.right-section .cart {
  font-size: 1.5rem;
  margin-right: 20px;
}

.right-section .cart:hover {
  color: #0085FF;
  cursor: pointer;
}

.right-section .cart.active {
  color: #0085FF;

}

.right-section .profile i {
  margin-left: 8px;
}

.right-section .profile i.rotate {
  transform: rotate(180deg)
}

.right-section .profile i:hover {
  cursor: pointer;
}

.right-section .profile-container {
  position: relative;
}

.right-section .profile-container ul {
  position: absolute;
  right: 15px;
  top: 55px;
  background-color: rgba(230, 230, 230, 0.4); /* Add transparency */
  backdrop-filter: blur(10px); /* Apply blur effect */
  padding-left: 0;
  border-radius: 8px;
  border: none;
  width: 200px;
  z-index: 10;
  display: none;
}
.right-section .profile-container ul.active {
  display: block;
}

.right-section .profile-container a {
  color: #000;
  margin: 0;
  font-weight: 400;
}
.right-section .profile-container a:hover {
  color: #000 !important
}
.right-section .profile-container li {
  padding: 10px 20px;
  border: 0.5px solid transparent;
  text-decoration: none;
  font-size: 0.9rem;
}

.right-section .profile-container li:hover {
  background-color: #C3C3C3;
  border-radius: 8px;
  text-decoration: underline;
  cursor: pointer;
}

.right-section .profile-container li.active {
  background-color: #C3C3C3;
  border: 0.5px solid #747474;
}

.about-us-container{
    margin: 10px 50px 50px 50px;
}

.about-us-container h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 80px;
}

.about-us-container .section  {
margin: 50px 0;
}

.about-us-container h2 {
    color: #00B894;
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-us-container ul {
    padding-left: 0;
}

.about-us-container li {
    margin-bottom: 20px;
}

.about-us-container li span {
    font-weight: 600;
}

.section .card-container {
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.card-container img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin-right: 20px;
}

.card-container h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-container .position {
    font-size: 0.9rem;
    color: #919191;
    margin-bottom: 8px;
}

.about-us-container  p {
    margin-bottom: 10px;
    line-height: 30px;
    color: #161439;
    font-weight: 300;
}


.footer-section {
  background-color: #101828;
  padding-top: 40px;
  padding-bottom: 15px;
  padding-left: auto;
  padding-right: auto;
  text-align: center;
}
  
.footer-section li {
  text-align: left;
  color: #fff !important;
}

.company-details {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 40px;
  flex-wrap: wrap;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.company-details .app {
  margin-left: 10px;
}

.app p {
  margin: 0;
}

.more-items {
  margin: 15px;
}

.more-items ul {
  text-align: left;
  font-size: 0.95rem;
}

.footer-section li {
  margin-bottom: 5px;
  color: #fff !important;
}

.footer-section .list-header {
  color: #98A2B3 !important;
  font-weight: 500;
  text-decoration: none !important;
}

.footer-section li:hover {
  cursor: pointer;
  text-decoration: underline;
}


.socials i {
  font-size: 1.5rem;
  margin-right: 12px;
  color: #98A2B3
}

.socials i:hover {
  cursor: pointer;
  color: #fff;
}

.footer-below-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  color: #98A2B3;
}

/* Mobile Responsiveness Improvements */
@media screen and (max-width: 1000px) {
    .navbar .right-section {
        gap: 15px;
    }
}


@media screen and (max-width: 950px) {
  .navbar .left-section .categories {
      display: none;
  }

  .navbar .searchBar {
      display: none;
  }
}

@media screen and (max-width: 865px) {
  .company-details ul,
  .company-details .description,
  .company-details .app {
    margin-top: 10px;
  }

  .company-details {
    justify-content: space-between;
  }

  .company-details ul {
    width: 50%;
  }
}


@media screen and (max-width: 729px) {
  .containers.active {
    flex-wrap: wrap;
  }

   .company-details{
    justify-content: space-around;
    gap: 30px;
  }

  .company-details .description, .company-details .app{
    width: 100%;
    margin-bottom: 8px;
  }

  .company-details ul{
    width: 33%;
  }
}

@media screen and (max-width: 690px) {
  .navbar {
      flex-wrap: nowrap !important;
  }

  .navbar .left-section .company-name {
      display: none;
  }
}

@media screen and (max-width: 610px) {
  .footer-below-section {
    flex-direction: column-reverse;
  }
  .footer-below-section .socials {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 550px) {
  .header-section .lower-section {
    display: none;
  }

  .navbar .right-section .btn {
    z-index: 10;
  }

  .navbar .right-section a {
    font-size: 0.8rem;
    margin-right: 10px;
  }
}

@media screen and (max-width: 478px) {
    .navbar .right-section .home {
        display: none;
    }
    .navbar .right-section a {
        font-size: 0.7rem;
        margin: 0;
    }

    .left-section .logo {
        margin-right: 5px;
    }

    .company-details {
      gap: 20px;
    }
}

@media screen and (max-width: 375px) {
  .navbar {
    gap: 5px;
  }

  .navbar .left-section .logo {
    width: 30px;
    height: 30px;
  }

  .navbar .right-section a {
    font-size: 0.6rem;
    margin-right: 12px;
  }

  .navbar .right-section i {
    width: 10px;
    height: 10px;
  }

  .footer-section .company-details{
    justify-content: flex-start;
    gap: 10px;
  }
}