@charset "UTF-8";
/* #navbar-section {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: 100vh;
} */
#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;
}

#carporate-it .carporate-it {
  background: linear-gradient(180deg, #0b0000, #00132a);
  /* height: 95vh; */
  color: white;
}
#carporate-it .carporate-it .title {
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(60, 116, 226);
  letter-spacing: 1.5px;
  font-size: 12px;
  margin: 10px 0;
}
#carporate-it .carporate-it .title::before {
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 40px;
  vertical-align: middle;
  background: rgb(60, 116, 226);
  margin-right: 5px;
}
#carporate-it .carporate-it .heading {
  line-height: 1.08;
  font-size: 55px;
  font-weight: 700;
}
#carporate-it .carporate-it .para {
  line-height: 1.75;
  font-size: 16px;
  margin: 20px 0;
}
#carporate-it .carporate-it .lower-para {
  text-transform: uppercase;
  color: rgb(60, 116, 226);
  letter-spacing: 0.6px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 32px;
}

#smartf-investment {
  padding: 80px 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: 40px;
  line-height: 1.3;
  color: #111;
  margin-bottom: 20px;
}
#smartf-investment .smart_investment .container .row .col-lg-12 p {
  font-size: 16px;
  color: #6c757d;
  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;
}

#products-section {
  background-color: rgba(239, 239, 239, 0.6901960784);
  padding: 100px 0;
}
#products-section .products_section h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgb(60, 116, 226);
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 40px;
}
#products-section .products_section h6::before {
  content: "";
  display: inline-block;
  height: 2.5px;
  width: 25px;
  vertical-align: middle;
  background: rgb(60, 116, 226);
  margin-right: 5px;
}
#products-section .products_section h2 {
  font-size: 38px;
  color: #111;
  margin-bottom: 20px;
}
#products-section .products_section .card {
  border: none;
  border-radius: 16px;
  background: #fff;
  transition: all 0.3s ease;
  padding: 25px;
  height: 400px !important;
}
#products-section .products_section .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
#products-section .products_section .card .heading-container {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
#products-section .products_section .card .heading-container .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;
  border: 0.01px solid rgb(60, 116, 226);
}
#products-section .products_section .card .heading-container .icon i {
  font-size: 18px;
}
#products-section .products_section .card .heading-container .heading {
  line-height: 1.08;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}
#products-section .products_section .card .heading-container .upper-para {
  line-height: 1.75;
  font-size: 13px;
  margin: 0;
}
#products-section .products_section .card ul {
  padding: 0;
  margin: 0;
}
#products-section .products_section .card ul li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 5px;
}
#products-section .products_section .card ul li i {
  color: rgb(60, 116, 226);
}
#products-section .products_section .card h6 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  padding-left: 0;
}
#products-section .products_section .card h6::before {
  display: none;
}
#products-section .products_section .card p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}
#products-section .products_section .card .product-card-right h6 {
  font-size: 13px;
  color: #6c757d;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
#products-section .products_section .card .product-card-right ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#products-section .products_section .card .product-card-right ul li {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px;
}
#products-section .products_section .card .product-card-right ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: rgb(60, 116, 226);
  font-size: 18px;
  line-height: 1;
}
#products-section .products_section .card button {
  margin-top: 20px;
  background: rgb(60, 116, 226);
  border: none;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  bottom: 10px;
  width: 94%;
  position: absolute;
}
#products-section .products_section .card button:hover {
  background: #5ca8ff;
  transform: translateY(-2px);
}

#refurbished-process .refurbished_process {
  padding: 100px 0;
}
#refurbished-process .refurbished_process .title {
  text-transform: uppercase;
  font-weight: 700;
  color: rgb(60, 116, 226);
  letter-spacing: 1.5px;
  font-size: 12px;
  margin: 10px 0;
}
#refurbished-process .refurbished_process .title::before {
  content: "";
  display: inline-block;
  height: 1.5px;
  width: 40px;
  vertical-align: middle;
  background: rgb(60, 116, 226);
  margin-right: 5px;
}
#refurbished-process .refurbished_process .heading {
  line-height: 1.08;
  font-size: 35px;
  font-weight: 700;
}
#refurbished-process .refurbished_process .left-heading-para {
  font-size: 14px;
  margin: 16px 0;
  width: 90%;
}
#refurbished-process .refurbished_process .right-heading-para {
  font-size: 16px;
  margin: 16px 0;
  font-weight: 600;
}
#refurbished-process .refurbished_process .icon-container {
  display: flex;
  margin-top: 15px;
}
#refurbished-process .refurbished_process .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);
}
#refurbished-process .refurbished_process .icon i {
  font-size: 14px;
  color: rgb(60, 116, 226);
}
#refurbished-process .refurbished_process .number-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#refurbished-process .refurbished_process .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;
}
#refurbished-process .refurbished_process .number-container .vertical-line {
  height: 30px;
  width: 1.6px;
  margin: 2px 0;
  background-color: rgb(60, 116, 226);
}
#refurbished-process .refurbished_process .text-container .title-para {
  margin-bottom: 7px;
  font-weight: 600;
}
#refurbished-process .refurbished_process .text-container .para {
  font-weight: 300;
  font-size: 14px;
}

#who-choose-section .who_choose_section {
  padding-bottom: 100px;
}
#who-choose-section .who_choose_section .refurbished_card {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
#who-choose-section .who_choose_section .refurbished_card .card_title {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 15px;
}
#who-choose-section .who_choose_section .refurbished_card .small_title {
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
  color: #777;
  margin-bottom: 8px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#who-choose-section .who_choose_section .refurbished_card .small_title.red {
  color: rgb(60, 116, 226);
}
#who-choose-section .who_choose_section .refurbished_card ul {
  padding: 0;
  margin: 0;
}
#who-choose-section .who_choose_section .refurbished_card ul li {
  list-style: none;
  font-size: 13px;
  margin-bottom: 6px;
}
#who-choose-section .who_choose_section .refurbished_card ul li i {
  color: rgb(60, 116, 226);
}

#refurbished-features {
  background: #f7f7f7;
}
#refurbished-features .feature_card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  gap: 15px;
  border: 1px solid #e6e6e6;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}
#refurbished-features .feature_card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.08);
}
#refurbished-features .feature_card p {
  margin: 0;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}
#refurbished-features .feature_card .icon_box {
  width: 50px;
  height: 50px;
  background: #5ca8ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.01px solid rgb(60, 116, 226);
  background: rgba(192, 192, 255, 0.3);
}
#refurbished-features .feature_card .icon_box i {
  color: rgb(60, 116, 226);
  font-size: 18px;
}

#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=refurbished.css.map */
