/* #navbar-section {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
} */
#navbar-section .navbar {
  padding: 20px 40px;
}
#navbar-section .navbar .navbar-brand {
  font-size: 24px;
  font-weight: bold;
  color: rgb(60, 116, 226);
}
#navbar-section .navbar .navbar-nav {
  gap: 25px;
}
#navbar-section .navbar .navbar-nav .nav-link {
  font-size: 16px;
  font-weight: 500;
}
#navbar-section .navbar .quote-btn .btn {
  padding: 10px 22px;
  border-radius: 8px;
  font-weight: 600;
}

/* knowledge Section */
#brands-section .brands_section {
  padding-top: 100px;
  padding-bottom: 80px;
}
#brands-section .brands_section .get-in-touch {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: rgb(60, 116, 226);
  text-transform: uppercase;
}
#brands-section .brands_section .get-in-touch::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 20px;
  background-color: rgb(60, 116, 226);
  vertical-align: middle;
  border-radius: 1px;
  margin-right: 6px;
}
#brands-section .brands_section .main-heading {
  font-weight: bold;
  font-size: 55px;
  color: black;
  margin-bottom: 15px;
}
#brands-section .brands_section .features {
  border-right: 2px solid rgba(0, 0, 0, 0.548);
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.595);
}
#brands-section .brands_section .gaming-pc {
  color: rgba(0, 0, 0, 0.595);
  font-size: 17px;
  width: 80%;
}

#business-laptop-section {
  margin-top: 100px;
}
#business-laptop-section .business_laptop_section .business-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#business-laptop-section .business_laptop_section .business-para {
  font-size: 15px;
  margin-bottom: 15px;
  color: #5a5a5a;
}
#business-laptop-section .business_laptop_section .title {
  font-size: 15px;
  font-weight: 700;
}
#business-laptop-section .business_laptop_section .para {
  font-size: 11px;
}

#workstations-section {
  margin-top: 56px;
}
#workstations-section .workstations_section .business-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#workstations-section .workstations_section .business-para {
  font-size: 15px;
  margin-bottom: 15px;
  color: #5a5a5a;
}
#workstations-section .workstations_section .title {
  font-size: 15px;
  font-weight: 700;
}
#workstations-section .workstations_section .para {
  font-size: 11px;
}

#servers-section {
  margin-top: 56px;
}
#servers-section .servers_section .business-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#servers-section .servers_section .business-para {
  font-size: 15px;
  margin-bottom: 15px;
  color: #5a5a5a;
}
#servers-section .servers_section .title {
  font-size: 15px;
  font-weight: 700;
}
#servers-section .servers_section .para {
  font-size: 11px;
}

#component-section {
  margin-top: 56px;
}
#component-section .component_section .business-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#component-section .component_section .business-para {
  font-size: 15px;
  margin-bottom: 15px;
  color: #5a5a5a;
}
#component-section .component_section .title {
  font-size: 15px;
  font-weight: 700;
}
#component-section .component_section .para {
  font-size: 11px;
}

#storage-section {
  margin-top: 56px;
}
#storage-section .storage_section .business-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#storage-section .storage_section .business-para {
  font-size: 15px;
  margin-bottom: 15px;
  color: #5a5a5a;
}
#storage-section .storage_section .title {
  font-size: 15px;
  font-weight: 700;
}
#storage-section .storage_section .para {
  font-size: 11px;
}

#peripherals-section {
  margin-top: 56px;
  margin-bottom: 100px;
}
#peripherals-section .peripherals_section .business-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#peripherals-section .peripherals_section .business-para {
  font-size: 15px;
  margin-bottom: 15px;
  color: #5a5a5a;
}
#peripherals-section .peripherals_section .title {
  font-size: 15px;
  font-weight: 700;
}
#peripherals-section .peripherals_section .para {
  font-size: 11px;
}

#software-security-section {
  margin-top: 56px;
  margin-bottom: 100px;
}
#software-security-section .software_security_section .business-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
#software-security-section .software_security_section .business-para {
  font-size: 15px;
  margin-bottom: 15px;
  color: #5a5a5a;
}
#software-security-section .software_security_section .title {
  font-size: 15px;
  font-weight: 700;
}
#software-security-section .software_security_section .para {
  font-size: 11px;
}

#blog-need .blog_need {
  background: #000;
  padding: 80px 0;
  color: #fff;
}
#blog-need .blog_need h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
#blog-need .blog_need p {
  max-width: 600px;
  margin: 0 auto 35px;
  color: rgba(242, 242, 242, 0.6901960784);
  font-size: 17px;
}
#blog-need .blog_need .cta_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#blog-need .blog_need .btn_primary {
  background: #fff;
  color: rgb(60, 116, 226);
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
#blog-need .blog_need .btn_primary:hover {
  background: #f1f1f1;
}
#blog-need .blog_need .btn_outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
#blog-need .blog_need .btn_outline:hover {
  background: #fff;
  color: #000;
}

#footer-section .footer_section {
  background: #000;
  padding: 20px 0;
  color: #bbb;
}
#footer-section .footer_section h5 {
  color: white;
  font-size: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#footer-section .footer_section p {
  font-size: 14px;
  line-height: 1.7;
}
#footer-section .footer_section ul {
  list-style: none;
  padding: 0;
}
#footer-section .footer_section li {
  margin-bottom: 12px;
  font-size: 14px;
}
#footer-section .footer_section a {
  text-decoration: none;
  color: #bbb;
  transition: 0.3s;
}
#footer-section .footer_section a:hover {
  color: rgb(60, 116, 226);
}
#footer-section .footer_section .footer_logo {
  width: 70px;
  margin-bottom: 20px;
}
#footer-section .footer_section .footer_contact li {
  display: flex;
  align-items: center;
}
#footer-section .footer_section .footer_contact li i {
  color: rgb(60, 116, 226);
  margin-right: 10px;
}
#footer-section .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding: 5px 0;
  font-size: 13px;
  color: #777;
}

.card {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
}
#business-laptop-section .card .card-body,
#workstations-section .card .card-body,
#servers-section .card .card-body,
#component-section .card .card-body,
#storage-section .card .card-body,
#peripherals-section .card .card-body,
#software-security-section .card .card-body {
  display: grid;
  grid-template-columns: 40px 1fr;
  column-gap: 12px;
  align-items: center;
}

.card .card-body {
  transition: all 0.3s ease;
}
.card .brand-logo-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  grid-row: 1 / 3;
}
.card .brand-card-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  display: block;
  margin: 0;
}
#business-laptop-section .card .title,
#workstations-section .card .title,
#servers-section .card .title,
#component-section .card .title,
#storage-section .card .title,
#peripherals-section .card .title,
#software-security-section .card .title,
#business-laptop-section .card .para,
#workstations-section .card .para,
#servers-section .card .para,
#component-section .card .para,
#storage-section .card .para,
#peripherals-section .card .para,
#software-security-section .card .para {
  text-align: left;
}
.card:hover {
  transform: translateY(-5px);
  border: 1px solid rgb(60, 116, 226);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/*# sourceMappingURL=brands.css.map */
