/* #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;
}

/* Contact Hero Section */
.contact-hero-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.contact-hero-section .get-in-touch {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: rgb(60, 116, 226);
}
.contact-hero-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;
}
.contact-hero-section .main-heading {
  font-weight: bold;
  font-size: 45px;
  color: black;
  margin-bottom: 15px;
}
.contact-hero-section .features {
  border-right: 2px solid rgba(0, 0, 0, 0.548);
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.595);
}
.contact-hero-section .gaming-pc {
  color: rgba(0, 0, 0, 0.595);
}

#ourstories-section {
  padding: 80px 0;
  background: #f9f9f9;
}
#ourstories-section .ourstory-content .section-tag {
  color: rgb(60, 116, 226);
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: block;
  margin-bottom: 10px;
}
#ourstories-section .ourstory-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
  line-height: 1.3;
}
#ourstories-section .ourstory-content p {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 16px;
}
#ourstories-section .ourstory-content strong {
  font-size: 16px;
  color: #222;
  display: block;
  margin-top: 10px;
}
#ourstories-section .stats-wrapper {
  row-gap: 25px;
}
#ourstories-section .stat-card {
  background: #fff;
  padding: 35px 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: 0.3s;
}
#ourstories-section .stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
#ourstories-section .stat-card .icon {
  width: 55px;
  height: 55px;
  background:rgb(60, 116, 226);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
#ourstories-section .stat-card .icon i {
  color: #fff;
  font-size: 22px;
}
#ourstories-section .stat-card h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #111;
}
#ourstories-section .stat-card p {
  font-size: 14px;
  color: #777;
  margin: 0;
}

#carporate-services carporate-services {
  margin-top: 100px;
  margin-bottom: 100px;
}
#carporate-services carporate-services .title {
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(60, 116, 226);
  letter-spacing: 1.5px;
  font-size: 12px;
  margin: 10px 0;
}
#carporate-services carporate-services .title::before {
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 20px;
  vertical-align: middle;
  background: rgb(60, 116, 226);
  margin-right: 5px;
}
#carporate-services carporate-services .heading {
  line-height: 1.08;
  font-size: 35px;
  font-weight: 700;
}
#carporate-services carporate-services .para {
  line-height: 1.75;
  font-size: 16px;
  margin: 20px 0;
}
#carporate-services carporate-services .card {
  margin-top: 25px;
  border-radius: 15px;
  height: 100%;
}
#carporate-services carporate-services .card .icon {
  height: 50px;
  width: 50px;
  background: rgba(192, 192, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 10px 0 20px 0;
}
#carporate-services carporate-services .card .icon i {
  font-size: 18px;
}
#carporate-services carporate-services .card .heading {
  line-height: 1.08;
  font-size: 16px;
  font-weight: 700;
}
#carporate-services carporate-services .card .upper-para {
  line-height: 1.75;
  font-size: 13px;
  margin: 20px 0;
}
#carporate-services carporate-services .card .lower-para {
  line-height: 1.75;
  font-size: 13px;
  margin: 10px 0 0 0;
  color: rgb(60, 116, 226);
  font-weight: 600;
}
#carporate-services carporate-services .card .points p {
  font-size: 13px;
  margin-bottom: 5px;
}
#carporate-services carporate-services .card .points p i {
  color: rgb(60, 116, 226);
}
#carporate-services carporate-services .card .card-footer {
  margin-top: 14px;
}

#carporate-advantages .carporate-advantages {
  background-color: rgba(242, 242, 242, 0.6901960784);
  padding: 70px 0;
}
#carporate-advantages .carporate-advantages .title {
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(60, 116, 226);
  letter-spacing: 1.5px;
  font-size: 12px;
  margin: 10px 0;
}
#carporate-advantages .carporate-advantages .title::before {
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 40px;
  vertical-align: middle;
  background: rgb(60, 116, 226);
  margin-right: 5px;
}
#carporate-advantages .carporate-advantages .heading {
  line-height: 1.08;
  font-size: 35px;
  font-weight: 700;
}
#carporate-advantages .carporate-advantages .small-para {
  font-size: 14px;
}
#carporate-advantages .carporate-advantages .icon-container {
  display: flex;
  margin-top: 15px;
}
#carporate-advantages .carporate-advantages .icon {
  height: 50px;
  width: 50px;
  background: rgba(192, 192, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  margin: 0 15px 0 0;
  border: 0.01px solid rgb(60, 116, 226);
}
#carporate-advantages .carporate-advantages .icon i {
  font-size: 14px;
  color: rgb(60, 116, 226);
}
#carporate-advantages .carporate-advantages .number-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#carporate-advantages .carporate-advantages .number-container .number {
  height: 40px;
  width: 40px;
  background-color: rgb(60, 116, 226);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-weight: bold;
  font-size: 13px;
}
#carporate-advantages .carporate-advantages .number-container .vertical-line {
  height: 30px;
  width: 1.6px;
  margin: 2px 0;
  background-color: rgb(60, 116, 226);
}
#carporate-advantages .carporate-advantages .text-container .title-para {
  margin-bottom: 7px;
  font-weight: 600;
}
#carporate-advantages .carporate-advantages .text-container .para {
  font-weight: 300;
  font-size: 14px;
}

#smartf-investment {
  padding: 50px 0;
  background: #f8f9fb;
}
#smartf-investment .smart_investment .container .row .col-lg-12 {
  text-align: center;
}
#smartf-investment .smart_investment .container .row .col-lg-12 h6 {
  color: rgb(60, 116, 226);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}
#smartf-investment .smart_investment .container .row .col-lg-12 h6::before {
  content: "";
  width: 30px;
  height: 2px;
  background: rgb(60, 116, 226);
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
#smartf-investment .smart_investment .container .row .col-lg-12 h2 {
  font-size: 30px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 20px;
}
#smartf-investment .smart_investment .container .row .col-lg-12 p {
  font-size: 14px;
  color: #dcdfe2;
  line-height: 1.7;
  max-width: 720px;
  margin: 0 auto 10px;
}
#smartf-investment .smart_investment .container .row .col-lg-12 p:last-child {
  font-weight: 500;
  color: #333;
}

#refurbished-features {
  background: #f5f6f7;
  padding: 60px 0;
}
#refurbished-features .feature_card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  padding: 22px 24px;
  border-radius: 12px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
#refurbished-features .feature_card:hover {
  border-color: rgb(60, 116, 226);
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}
#refurbished-features .feature_card.active {
  border-color: rgb(60, 116, 226);
}
#refurbished-features .feature_card .icon_box {
  width: 50px;
  height: 50px;
  background: #5ca8ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#refurbished-features .feature_card .icon_box i {
  font-size: 22px;
  color: rgb(60, 116, 226);
}
#refurbished-features .feature_card .feature_content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #111;
}
#refurbished-features .feature_card .feature_content p {
  font-size: 14px;
  color: #777;
  margin: 0;
}

#refurbished-cta {
  background: #000;
  padding: 80px 0;
  color: #fff;
}
#refurbished-cta h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
}
#refurbished-cta p {
  max-width: 600px;
  margin: 0 auto 35px;
  color: #cfcfcf;
  font-size: 16px;
}
#refurbished-cta .cta_buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
}
#refurbished-cta .btn_primary {
  background: #fff;
  color: rgb(60, 116, 226);
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
#refurbished-cta .btn_primary:hover {
  background: #f1f1f1;
}
#refurbished-cta .btn_outline {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}
#refurbished-cta .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;
}

/*# sourceMappingURL=about-us.css.map */
