@charset "UTF-8";

/*
Theme Name: NSP WP
Theme URI: https://nspglobaltech.com/
Author: the NSP team
Author URI: https://nspglobaltech.com/
Description: NSP WP custom theme to facilitate NSP blog template. Used by only the NSP internal team.
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nspwp
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/**
1. Normalize
2. Theme Specific CSS
*/


/* 1. Normalize */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */
@import url("https://fonts.googleapis.com/share?selection.family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900");


:root {
  --white: #fff !important;
  --yellow: #fffbbc !important;
  --orange: #d1b39f !important;
  --header-bar-bg: #ffffff !important;
  --menu-bg: #f4f4f4 !important;
}

body {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: var(--Grey, #45464f);
  min-height: 100vh !important;
    font-family: "Poppins" !important;
}

p {
   font-family: "Poppins" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
}

	.wp-block-button .wp-block-button__link:hover {
    color: white !important;
}

.img-fluid {
    max-width: 100%;
	  width: -webkit-fill-available !important;
    height: auto;
}

.height-100 {
  min-height: 100vh !important;
}
/* poistion */
.flexcroll::-webkit-scrollbar {
  width: 6px; /* Width of the scrollbar */
}

.flexcroll::-webkit-scrollbar-thumb {
  background-color: red; /* Color of the scrollbar thumb */
  border-radius: 4px; /* Rounded corners of the thumb */
}

.flexcroll::-webkit-scrollbar-thumb:hover {
  background-color: red; /* Color of the thumb on hover */
}

.flexcroll::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background color */
}

.in-center {
  text-align: center;
  align-self: center;
}

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

.display-flex-justify-center {
  display: flex;
  justify-content: center;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

.width-100 {
  width: 100%;
}

.ns-card {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.color-white {
  color: #fff !important;
}

.capitalization {
  text-transform: capitalize !important;
}

.ns-light-grey-bg {
  background: #f7f9fa;
}

.ns-primary-bg-box-shadow {
  box-shadow: 0px 4px 12px rgba(170, 170, 170, 0.04);
}

.ns-footer-bg {
  background: #202124 !important;
}

h4 {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 49px;
  color: #0a1135;
}

.f-18 {
  font-size: 18px !important;
}

.font-size-14 {
  font-size: 14px !important;
}

/* poistion */
.row {
  margin: 0% !important;
  padding: 0% !important;
}
.in-center {
  text-align: center;
  align-self: center;
}

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

.display-flex-justify-center {
  display: flex;
  justify-content: center;
}

.justify-content-flex-end {
  justify-content: flex-end !important;
}

/* header */
.nsp-cursor-pointer {
  cursor: pointer;
}
.font-size-18 {
  font-size: 18px !important;
}
.font-size-20 {
  font-size: 20px !important;
}

.block a {
  text-decoration: none !important;
  color: var(--Grey, #45464f) !important;
}
.block {
  z-index: 100;
}

.nav {
  height: 50px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.nav-item {
  padding: 0 10px;
  font-size: 16px;
    font-family: "Poppins" !important;
  line-height: 24px;
  color: #45464f !important;
}

.text-black{
	color: #45464F !important;
}

a{
	text-decoration: none !important;
}

/* a:hover {
  color: red !important;
} */
.sub-menu-sub:hover {
        background-color:#d1d1d1 !important;
}

@media only screen and (min-width: 1028px) {
  .desktop-view {
    display: block;
    opacity: 1;
  }
  .mobile-view {
    display: none;
    opacity: 0;
  }
  ul.main-nav > li > div.sub-menu-block {
    background-color: #fff;
    position: absolute;
    margin-top: 0;
    color: #45464f;
    left: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }
  .google-map {
    position: absolute;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    top: 500px;
    right: 200px;
    width: 485px;
    height: 500px;
  }
  .bg-dark-gray {
    background: var(--Grey, #45464f);
  }
  
}
@media only screen and (max-width: 1027px) {
  .flex-direction-column {
    flex-direction: column-reverse;
  }
  .google-map {
 
    width: 100%;
    height: 500px;
  }
  .bg-dark-gray {
    background: none;
  }
  
}

ul.main-nav > li > a > span {
  color: #45464f !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #45464f !important;
}
.red-button {
  border-radius: 4px;
  background-color: red !important;
  border: none;
  color: #fff;
  font-size: 1rem;
}

.border-right {
  border-right: 2px solid #ededed !important;
  min-height: 86vh !important;
}
#product-block,
#service-block,
#consulting-block,
#industry-block,
#insight-block,
#about-block {
  display: none;
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: relative;
  z-index: 1000;
}
.scrollable-menu {
  display: none;
  max-height: 90vh;
  overflow-y: auto;

  position: relative;
}

.scrollable-menu::-webkit-scrollbar {
  width: 3px; /* Width of the scrollbar */
}

.scrollable-menu::-webkit-scrollbar-thumb {
  background-color: #888; /* Color of the scrollbar thumb */
  border-radius: 2px; /* Rounded corners of the thumb */
}

.scrollable-menu::-webkit-scrollbar-thumb:hover {
  background-color: #555; /* Color of the thumb on hover */
}

.scrollable-menu::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background color */
}

.flexcroll::-webkit-scrollbar {
  width: 6px; /* Width of the scrollbar */
}

.flexcroll::-webkit-scrollbar-thumb {
  background-color: red; /* Color of the scrollbar thumb */
  border-radius: 4px; /* Rounded corners of the thumb */
}

.flexcroll::-webkit-scrollbar-thumb:hover {
  background-color: red; /* Color of the thumb on hover */
}

.flexcroll::-webkit-scrollbar-track {
  background: #f1f1f1; /* Track background color */
}
.display-none {
  display: none;
}
.active-sub-menu {
  background: var(--Grey-background, #b3b3b3) !important;
  color: #fff;
  font-size: 18px;
}
.page-menu:hover {
  background-color: #efefef !important;
}
.active-menu {
  color: var(--Primary-color, #f00) !important;
  font-weight: 600;
}

.rotate-up {
  transform: rotate(180deg);
}
.ns-primary-blue-bg {
  background: #0d72a7;
}

.ns-primary-bg-box-shadow {
  box-shadow: 0px 4px 12px rgba(170, 170, 170, 0.04);
}
.f-16 {
  font-size: 16px !important;
}

/* NEW FOOTER */
.footer {
  position: absolute;
  z-index: 10;
  font-style: normal;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

.footer .footer-top .footer-contact h4 {
  font-style: normal;
  font-weight: 700;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  color: #dde1e8;
}

.footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;

  color: #4e6fa4;
}

.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #2d405f;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #f60a0a;
  font-size: 18px;
  line-height: 1;
}

.footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: hsl(0, 0%, 100%);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  text-decoration: none;
}

.footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #f60a0a !important;
}

.footer .footer-newsletter {
  font-size: 15px;
}

.footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #3c3a3a;
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #f60a0a;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #f60a0a;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.footer .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #f70c0c;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 5px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  background: #ed2020;
  color: #fff;
  text-decoration: none;
}

/* Detail Page */
.banner-img {
  color: #fff;
  background-image: url("/assets/images/details-page-banner.png") !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 375px;
}
.breadcrumb {
  font-size: 16px;
  color: #fff;
}

.breadcrumb i {
  margin: 0 5px;
  color: #fff;
}
.breadcrumb > a {
  color: #fff !important;
  text-decoration: none;
}

.slider-title {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.section-menu {
  position: sticky;
  top: 7%;
  background-color: #f5f5f5;
  z-index: 100;
}
.menu-list > li > a {
  color: var(--Grey, #45464f);
  text-decoration: none;
}

/* Mobile Nav bar */
@media only screen and (max-width: 1028px) {
  /* RESET STYLES & HELPER CLASSES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
  :root {
    --text-grey: #45464f;
    --text-black: #3c3c3c;
    --header-bar-bg: #ffffff;
    --menu-bg: #f4f4f4;
  }

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

  button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
  }
  .float-right {
    float: right;
  }
	
/* TOP LOADING SCROLLABLE PROGRESS BAR */
.scroll-line{
  background: #FF0000;
  /* background: linear-gradient(217deg, rgba(255, 0, 0, 0.8), rgba(255,0,0,0) 70.71%); */
    top: 50px;
    left: 0px;
    height: 3px;
    position: fixed;
    flex-shrink: 0;
    transition: 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }

  /* MOBILE MENU HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

  .toggle-menu{
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
  }

  .SearchSide{
    display: flex;
  }

  .page-header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    color: var(--text-black);
	  z-index: 9999 !important;
  }

  .page-header .header-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 20px;
    background: var(--header-bar-bg);
  }

  .page-header .header-bar .SearchIcon {
    display: flex;
  }

  .page-header .menu-wrapper {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: calc(100vh - 60px);
    overflow: hidden;
  }

  .page-header .menu-wrapper.is-visible {
    display: block;
  }

  .page-header .list-wrapper {
    height: 100%;
    overflow-y: auto;
    background: var(--menu-bg);
  }

  .page-header .list-wrapper:nth-child(2),
  .page-header .list-wrapper:nth-child(3) {
    position: absolute;
    top: -64px;
    left: 0;
    right: 0;
    transform: translateX(100%);
    backface-visibility: hidden;
    transition: transform 0.5s;
  }

  .page-header .list-wrapper:nth-child(2).is-visible,
  .page-header .list-wrapper:nth-child(3).is-visible {
    transform: none;
  }

  .page-header .list-wrapper:nth-child(1) > ul > li > .sub-menu,
  .page-header .list-wrapper:nth-child(2) .level-3 {
    display: none;
  }

  .page-header .menu-wrapper li + li {
    margin-top: 0px;
  }

  .page-header .menu-wrapper li {
    height: 50px;
    padding-left: 29px;
  }

  .page-header .menu-wrapper li:hover,
  .page-header .menu-wrapper li.is-active {
    background-color: #e6e6e6;
  }
  .page-header .menu-wrapper li {
    border-bottom: 1px solid #e8e8e8;
  }

  .page-header .menu-wrapper a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 13px 0;
  }

  .page-header .menu-wrapper a.nested {
    text-decoration: none;
    color: var(--text-grey) !important ;
  }

  .page-header .fa-angle-right{
    visibility: hidden;
  }

  .nested:hover .fa-angle-right{
    visibility: visible;
  }

  .page-header .menu-wrapper a:hover::before,
  .page-header .menu-wrapper a.is-active::before {
    position: absolute;
   }


  .page-header .back-one-level {
    display: flex;
    align-items: center;
    margin-top: 64px;
    height: 50px;
    padding-left: 29px;
       font-family: "Poppins" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }

  .page-header .back-one-level svg {
    fill: var(--white);
    margin-right: 10px; 
    width: 24px;
    height: 24px;

  }
 
}

.woocommerce div.product form.cart .button {
  float: left;
  border-radius: 4px;
  background-color: red;
  border: none;
  color: #fff;
  padding: 6px;
  margin-left: 5px;
  font-size: 1rem;
}

.woocommerce div.product form.cart .button:hover {
  background-color: rgb(201, 4, 4);
}

.woocommerce .woocommerce-message .button{
  padding: 7px;
  color: white !important;
  background: red;
  border-radius: 5px;
}
.woocommerce .woocommerce-message .button:hover{
  color: white !important;
  background: rgb(129, 0, 0);

}

.woocommerce-message{
  border: 2px solid red;
  color: black;
  background-color: white;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .woocommerce-message {
    margin-top: 15%;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: unset;
  background-color:unset;
  position:static;
  border-radius:0 0 0 0;
}

.woocommerce ul.products li.product a {
  color: black;
}

/* Style the links inside navigation */
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 8px 16px;
  color: #333;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.woocommerce-MyAccount-navigation {
  background-color: #fcf5f5;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.woocommerce-MyAccount-navigation > ul > li {
  list-style-type: none;
}

.woocommerce-MyAccount-navigation > ul {
  display: flex;
  justify-content: space-evenly;
  padding: 0px 5px;
  flex-wrap: wrap;
}
.woocommerce-MyAccount-navigation > ul > li.is-active {
  border-bottom: 4px solid red !important;
}

.woocommerce-MyAccount-content{
  margin-top: 30px;
}
.woocommerce-MyAccount-content p{
  line-height: 30px;
}

.sidebar{
  background-color: #FCF5F5;
  padding: 10px;
  margin-top: 10px;
}
.wp-block-search__input {
  border-radius: 5px;
  max-height: 35px;
}

.wp-element-button, .wp-block-button__link{
  background-color: red;
  border-radius: 5px;
  padding: 5px;
}

.wc-block-cart__submit-button:hover{
  background-color: rgb(201, 4, 4);
  color: white !important;
}
.wc-block-components-checkout-place-order-button:hover{
  background-color: rgb(201, 4, 4);
  color: white !important;
}


.woocommerce-Button{
  color: white;
  border: red;
  border-radius: 5px;
  background-color: red;
  padding: 10px;
  margin-top: 25px;
}

.woocommerce-Button:hover{
  background-color: rgb(201, 4, 4);
}

.my-account-dashboard .card {
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.alert {
  position: relative;
  padding: 0px !important;
  margin-bottom: 30px !important;
  border-bottom :1px solid red !important;
  border-radius: 0% !important;
}

.accountlist{
  color: black !important;
}

.woocommerce form .form-row label {
  line-height: 3;
}

.woocommerce form .show-password-input,.woocommerce-page form .show-password-input {
  top:.1em;
}
.woocommerce table.my_account_orders {
  font-size: 1.1em;
}
.cartborder{
  border: 1px solid red;
}
.minus{
  border: none;
  background-color: white;
}
.plus{
  border: none;
  background-color: white;
}
.woocommerce .quantity .qty {
  border: none;
  background-color: white;
}

.product-thumbnail-and-name-container {
  display: flex;
  align-items: center;
}
.product-thumbnail {
  margin-right: 10px;
}
.product-name-and-remove {
  display: flex;
  flex-direction: column;
}
.product-name {
  flex: 1;
}
.product-remove-below {
  margin-top: 10px;
}
.woocommerce a.remove {

border-radius: 0;
font-size: 16px;
font-weight: 400;
}
.woocommerce a.remove:hover {
  color: rgb(186, 1, 1) !important;
  background:none;
}

.custom-product-name {
  color: #000;
  font-size: 30px;
  font-weight: bold;
}

.custom-product-name a {
  color: #000;
}
.custom-product-name a:hover {
  color: #000 !important;
}

.checkoutincart {
    background-color: red !important;
    border-radius: 5px;
    color: white !important;
  }
  .checkoutincart:hover{
    color: white !important;
    background-color: rgb(165, 0, 0) !important;
  }
.back-to-detail-page{
  color: red;
  text-decoration: underline !important;
}
.woocommerce table.shop_table th {
  font-weight: 600;
  color: #898989 !important;
}

.nsp-red{
  color: red !important;
}
@media screen and (min-width: 360px) and (max-width: 740px) {
  .stack-reverse {
    flex-direction: column-reverse !important;
  }
}

@media (max-width: 820px) {
  .stack-reverse {
    flex-direction: column-reverse !important;
  }
}
.woocommerce-Tabs-panel {
  display: block !important;
}

.order-confir-bg{
  background-color: #F2F2F2 !important;
}

.woocommerce table.shop_table {
  border: none;
}
.woocommerce table.shop_table td {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.wc-block-components-sidebar {
  /* background-color: #F2F2F2; */
  padding-left:0 !important;
}
.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary {
  float:left;
  width: 100%;
}

.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images {
  float: left;
  width:95% !important;
}
.product-image-col{
  position: sticky;
  top: 7%;
  height: 50%;
}

@media (max-width: 767px) {
  .product-image-col {
    position: static;
    top: auto;
    height: auto;
  }
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  margin-top: 10px;
  padding: 5px;
  padding-left: 0px;
}
.wc-block-components-product-name{
  color: black !important;
}

.shipping-message{
	font-size: 0.7rem;
	color: #555;
}
