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

body {
  height: 100%;
}

body::-webkit-scrollbar {
  display: none;
}

textarea:focus {
  outline: none;
}

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

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

body p {
  margin: 0;
  line-height: 28px;
}

ul {
  list-style: none;
  padding-left: 0 !important;
}

textarea:focus, input: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;
}

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

.navbar .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;
}

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


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

.navbar .left-section ul {
  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;
}

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

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

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

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

.navbar .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 {
  margin-right: 30px;
  font-size: 0.9rem;
  font-weight: 500;
}

.navbar .right-section {
  position: relative;
}

.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;
  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;
}

.flex {
  display: flex;
  align-items: center;
}

.faq-container {
  margin: 50px 0;
  position: relative;
}

.faq-container .heading {
  position:absolute;
  top: 10%;
  left: 10%;
}

.faq-container .heading p {
  font-weight: 400;
  margin-right: 5px
}

.faq-container .heading p:last-child {
  color: #5751E1;
}

.faq-container .heading img {
  margin-top: 2px;
  margin-right: 5px;
}

.faq-container .header-container {
  margin-bottom: 40px;
  position: relative;
}

.faq-content {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
  align-items: flex-end;
  flex-wrap: wrap-reverse;
}

.faq-content .left-section {
  width: 60%;
}

.faq-content .faq-right-section {
  width: 30%;
}

.faq-content h5 {
  text-decoration: underline;
  margin-bottom: 35px;
}

.faq-content h6 {
  text-decoration: underline;
  font-weight: 600;
  margin-bottom: 20px;
}

.faq-content h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 25px;
  margin-top: 35px;
}

.faq-content .left-section ul {
  padding-left: 3rem !important;
  position: static !important;
  z-index: auto !important;
}

.faq-content .left-section #faq1,.left-section #faq2,.left-section #faq3,.left-section #faq4{
  position: static !important;
  z-index: auto !important;
}

.faq-content .left-section li {
  list-style-type: disc;
  text-decoration: underline;
  padding-bottom: 15px;
  font-size: 0.9rem
}

.faq-content .left-section p {
  font-size: 0.95rem;
  line-height: 2rem;
  margin-bottom: 30px;
}

.faq-content .left-section .header-container {
  justify-content: space-between;
  margin-bottom: 30px !important;
  width: 100%;
}

.faq-content .left-section .header-container button {
  font-weight: 300;
  font-size: 0.9rem;
  padding: 5px 10px;
  border-radius: 8px;
  color: #fff;
  border: none;
  margin-left: 20px;
}

.faq-content .left-section .para-points li{
  text-decoration: none !important;
  font-weight: 700;
}

.faq-content .left-section .btn-container button {
  border: none;
  box-shadow: 1.5px 2.99px 8.98px 0px #6434F826;
  background-color: #fff;
  padding: 5px 10px;
  margin-right: 15px;
}

.faq-content .left-section .btn-container button:hover {
  box-shadow: none;
}

.faq-right-section .search-container {
  position: relative;
  width: 100%;
  margin-top: 30%;
  margin-bottom: 6%;
}

.faq-right-section .search-container i {
  position:absolute;
  right: 10px;
  font-size: 1rem;
  color: #5751E1
}

.faq-right-section .search-container input {
  border: none;
  background-color: #F7F7F9;
  border-radius: 5px;
  width: 100%;
  padding: 10px;
  font-size: 0.9rem;
  font-weight: 300;
}

.faq-right-section .categories-container {
  padding: 6%;
  border-radius: 10px;
  background-color: #F7F7F9;
  margin: 6% 0;
}

.faq-right-section .categories-container li {
  padding: 10px;
  color: #6D6C80;
  font-weight: 300;
  font-size: 0.9rem;
}

.faq-right-section .categories-container i {
  margin-right: 10px;
  color: #5751E1;
  font-size: 0.9rem;
}

.faq-right-section button {
  border: none;
  width: 100%;
  background-color: #0085FF;
  padding: 5px;
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
}

.faq-right-section button:hover {
  background-color: #006dd2
}

.faq-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;
}

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


.app p {
  margin: 0 0 0 10px;
}

.more-items {
  margin: 15px;
}

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

.footer-section li {
margin-bottom: 5px;

}

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

.faq-footer-list{
  color: #EAECF0;
}

.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;
}

@media screen and (max-width: 970px ){
  .faq-content .left-section {
      width: 90%;
  }

  .faq-content .faq-right-section {
    width: 90%;
    margin-bottom: 10px;
  }
}


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

  .navbar .left-section .categories {
    display: none;
  }

  .faq-company-details ul,
  .faq-company-details .description,
  .faq-company-details .app {
    margin-top: 10px;
  }

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

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

@media screen and (max-width: 729px) {
  .faq-company-details {
    justify-content: space-around;
  }

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

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

@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: 600px) {
  .navbar .right-section .categories {
      display: none
  }
}

@media screen and (max-width: 550px) {
.navbar .company-name {
  display: none;
}
.header-section .lower-section {
  display: none;
}
.navbar .right-section .btn {
  z-index: 10;
}
}

@media screen and (max-width: 478px) {
  .faq-company-details {
    gap: 20px;
  }
}

@media screen and (max-width: 375px) {
  .navbar {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 10px;
  }

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

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

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

  .faq-container .header-container #header-container-bg-img {
    height: 120px;
  }

  .faq-footer-section .faq-company-details{
    gap: 10px;
  }
}