/* @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;
  --yellow: #fffbbc;
  --orange: #d1b39f;
  --header-bar-bg: #333;
  --menu-bg: #292929;
}

body {
  background: #e5e5e5;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  font-family: "Poppins" !important;
  color: #737373;
}

p {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
}
h1 {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  display: flex;
  align-items: center;
  letter-spacing: -0.017em;
}
h2 {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 65px;
  display: flex;
  align-items: center;
  letter-spacing: -0.017em;
}

.height-100 {
  min-height: 100vh !important;
}
/* poistion */

.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;
}
.color-gray {
  color: #45464f !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;
}
a {
  text-decoration: none !important;
  list-style: none !important;
}
.font-size-16 {
  font-size: 16px !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-family: "Poppins" !important;
  font-size: 20px !important;
}
.font-size-50 {
  font-size: 50px !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;
}

/* @media only screen and (min-width: 1440px) {
  p {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
  }
} */

@media only screen and (min-width: 1028px) {
  .first-heading {
    font-family: "Poppins" !important;
    color: var(--Dark-mode, #101828);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .second-heading {
    color: #45464f;
    font-family: "Poppins" !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  .desktop-view {
    display: block;
    opacity: 1;
  }
  .mobile-view {
    display: none;
    opacity: 0;
  }
  .mobile-navigator {
    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);
  }
  .detail-page-heading {
    color: var(--Grey, #45464f);
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .section-menus {
    position: sticky;
    top: 12%;
    height: 50vh;
  }
  .slick-dots {
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 48%;
  }
  #text {
    position: absolute;
    color: #ffffff;
    left: 22%;
    top: 30%;
    transform: translate(-50%, -50%);
  }
}
@media only screen and (max-width: 1300px) {
  .scrollable-img {
    max-width: 100%;
    overflow-x: auto;
  }
  .pt-8 {
    padding-top: 7rem;
  }
}
@media only screen and (max-width: 1400px) {
  .scrollable-img {
    max-width: 100%;
    overflow-x: auto;
  }
  .pt-8 {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 1024px) and (max-height: 600px) {
  .footer .footer-top h4 {
    font-size: 13px !important;
  }
  .footer .footer-top .footer-links ul a {
    font-size: 12px;
  }
  .flex-direction-column {
    flex-direction: row;
  }
  .career-body {
    position: absolute;
    top: -1%;
    width: 94% !important;
  }
}

@media only screen and (max-width: 1027px) {
  .scrollable-img {
    max-width: 1000px;
    overflow-x: auto;
  }
  .first-heading {
    font-family: "Poppins" !important;
    color: var(--Dark-mode, #101828);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }
  .second-heading {
    color: #45464f;
    font-family: "Poppins" !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
  }

  .desktop-view {
    display: none;
    opacity: 0;
  }
  /* .flex-direction-column {
    flex-direction: column-reverse;
  } */
  .google-map {
    width: 100%;
    height: 500px;
  }
  .bg-dark-gray {
    background: none;
  }
  .detail-page-heading {
    color: var(--Grey, #45464f);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
  }
  .section-menus {
    display: none;
  }

  /* DETAIL PAGE NAVIGATOR FOR MOBILE */
  .mobile-navigator {
    position: fixed;
    top: -150px; /* Initially hidden */
    left: 0;
    right: 0;
    z-index: 1;
    transition: top 0.3s ease;
  }

  .dropdown-container {
    margin: 0 auto;
    position: relative;
    max-width: 100%;
  }

  .dropdown-container .dropdown-toggle {
    color: #000000;
    background: #f4f4f4;
    font-size: 18px;
    padding: 20px;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: all ease-in-out 0.3s;
  }

  .dropdown-container .dropdown-toggle label {
    cursor: pointer;
    width: 100%;
  }

  .dropdown-container .dropdown-menu {
    width: 100%;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    margin-top: 1px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    background: #f4f4f4;
    z-index: 10;
  }

  .dropdown-container .dropdown-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 10;
  }

  .dropdown-container .dropdown-menu a {
    text-decoration: none;
    display: block;
    color: #000000;
    font-size: 10px;
    padding: 10px 20px;
    font-weight: 600;
    box-shadow: 0px 0px 4px -2px rgba(0, 0, 0, 0.5);
    transition: all ease-in-out 0.3s;
  }

  .dropdown-container .dropdown-menu a:hover,
  .dropdown-container .dropdown-menu a:active,
  .dropdown-container .dropdown-menu a:focus {
    background: var(--Grey-background, #b3b3b3);
    color: #ffffff;
  }

  .dropdown-container .dropdown-menu::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border: 5px solid;
    border-top-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    margin-top: -2.5px;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out 0.2s;
  }

  .dropdown-container .dropdown-menu::before {
    z-index: -1;
    transform: rotate(-135deg);
    top: -4px;
    border-color: #ffffff;
    box-shadow: 1px 1px 4px -2px rgba(0, 0, 0, 0.4);
  }

  .dropdown-open .dropdown-menu.dropdown-active {
    display: block;
  }

  .dropdown-container.dropdown-open .dropdown-toggle {
    background: var(--Grey-background, #b3b3b3);
    color: #ffffff;
  }

  .dropdown-container.dropdown-open .dropdown-toggle::before {
    transform: rotate(-135deg);
  }
}
@media only screen and (max-width: 1000px) {
  .flex-direction-column {
    flex-direction: column-reverse;
  }
}
ul.main-nav > li > a > span {
  color: #45464f !important;
}
.navbar-light .navbar-nav .nav-link {
  color: #45464f !important;
}
.navbar a {
  text-decoration: none !important;
}
.navbar a:hover {
  color: red !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 !important;
  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 */
}

.mobile {
  display: none;
}
.display-none {
  display: none;
}
.active-sub-menu {
  background: var(--Grey-background, #b3b3b3);
  color: #fff;
  font-size: 18px;
}
.page-menu:hover {
  background-color: #efefef;
}
.active-menu {
  color: red !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;
}
.f-12 {
  font-size: 12px !important;
}

/* Number Animation */

.counter {
  color: var(--Dark-mode, #101828);
  text-align: center;
  font-family: Poppins !important;
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
}

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

.footer .footer-top {
  padding: 60px 0 30px 0;
  background-image: url("../images/nsp-footer-bg.webp") !important;
  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-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 375px;
  max-width: 100%;
}
.banner-img2 {
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 450px;
  max-width: 100%;
}
.input-border-round {
  border-radius: 9px !important;
}
.button-border-round {
  border-radius: 19px !important;
}
.nsp-iot-edge-banner-image {
  background-image: url("../images/product/iot-edge.webp") !important;
}
.nsp-building-banner-image {
  background-image: url("../images/IMAGE-4.jpg") !important;
}
.iot-insight-banner-image {
  background-image: url("../images/product/iot-insight.webp") !important;
}
.consulting-bg-img {
  background-image: url("../images/consulting/consulting-banner.webp") !important;
}
.nsp-energy {
  background-image: url("../images/product/energy.webp") !important;
}
.service-inside {
  background-image: url("../images/product/serivce-inside.webp") !important;
}
.assisto-banner-img {
  background-image: url("../images/product/assisto-banner.webp") !important;
}
.industry-chemical-banner-image {
  background-image: url("../images/industry/chemical.webp");
}
.industry-energy-bg-image {
  background-image: url("../images/industry/energy.webp");
}
.industry-textile-bg-image {
  background-image: url("../images/industry/textiles.webp");
}
.industry-oil-gas-bg-image {
  background-image: url("../images/industry/oil&gas.webp");
}
.industry-metal-bg-image {
  background-image: url("../images/industry/metal.webp");
}
.industry-Smart-Cities-bg-image {
  background-image: url("../images/industry/smart-cities.webp");
}
.industry-Banking-bg-image {
  background-image: url("../images/industry/Banking.webp");
}
.industry-Retail-bg-image {
  background-image: url("../images/industry/retail.webp");
}
.industry-Public-Sector-bg-image {
  /* background-image: url("../images/industry/public-sector.webp");
  box-shadow: inset 0 0 0 2000px rgb(20 20 25 / 30%)
  */
  background-size: cover;
  background-image: linear-gradient(
      rgba(156, 147, 147, 0.52),
      rgba(7, 7, 7, 0.685)
    ),
    url("../images/industry/public-sector.webp");
}
.contact-banner-bg {
  background-image: url("../images/contact-banner.webp");
}
.life-at-nsp-banner-img {
  background-size: cover;
  background-image: linear-gradient(
      rgba(255, 254, 254, 0.17),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/life-at-nsp/lifeatNSP_banner.webp");
}
.life-at-nsp-img {
  background-image: url("../images/life-at-nsp/life-at-nsp.webp");
}
.career-banner-img {
  background-image: url("../images/nsp-career-banner.webp");
}
.about-nsp-banner-img {
  background-image: url("../images/about-nsp.webp");
}
.nsp-culture-img {
  background-image: url("../images/nsp-culture-banner.webp");
}
.process-automation-img {
  background-image: url("../images/industry-automation/process-automation.webp");
}
.IIoT-bg-img {
  background-image: url("../images/industry-automation/iiot.webp");
}
.Smart-Manufacturing-bg-img {
  background-image: url("../images/industry-automation/smart-maufacturing.webp");
}
.IoT-Edge-bg-img {
  background-image: url("../images/industry-automation/iot-edge.webp");
}
.Industrial-Analytics-AI-bg-img {
  background-image: url("../images/industry-automation/industrial-analytics.webp");
}
.Control-System-Engineering-bg-img {
  background-image: url("../images/industry-automation/control-system-engineering.webp");
}
.Cloud-Native-bg-img {
  background-image: url("../images/industry-automation/cloud-native.webp");
}
.OT-Security-img {
  background-image: url("../images/industry-automation/ot-security.webp");
}
.Biometric-Security-bg-img {
  background-image: url("../images/security/biometric-security.webp");
}
.IT-Security-bg-img {
  background-image: url("../images/security/it-security.webp");
}
.OT-Security-bg-img {
  background-image: url("../images/security/ot-security.webp");
}
.access-control-bg-img {
  background-image: url("../images/services-biometric-technology-banners/access-control.webp") !important;
}
.application-dev-bg-img {
  background-image: url("../images/Application-services-banners/application-development.webp") !important;
}
.generative-ai-banner-img {
  background-image: url("../images/artificial-intelligence-banners/generative-ai.webp") !important;
}
.mfa-bg-img {
  background-image: url("../images/services-biometric-technology-banners/multifactor-authentication.webp") !important;
}
.big-data-banner-img {
  background-image: url("../images/artificial-intelligence-banners/big-data.webp") !important;
}

.id-access-management-bg-img {
  background-image: url("../images/services-biometric-technology-banners/id-access-management.webp") !important;
}
.data-ware-house-banner-img {
  background-image: url("../images/artificial-intelligence-banners/datawarehouse.webp") !important;
}

.rfid-monitoring-bg-img {
  background-image: url("../images/services-biometric-technology-banners/rfid-monitoring.webp") !important;
}
.customer-experience-banner-img {
  background-image: url("../images/artificial-intelligence-banners/customer-experience.webp") !important;
}
.manoj-banner-img {
  background-image: url("../images/Leader-manoj.webp") !important;
}
.swati-banner-img {
  background-image: url("../images/Leader-Swati.webp") !important;
}
.energy-optimization-bg-img {
  background-image: url("../images/sustainability-banners/energy-optimization.webp") !important;
}
.computer-vision-banner-img {
  background-image: url("../images/artificial-intelligence-banners/customer-experience.webp") !important;
}

.it-sustainability-bg-img {
  background-image: url("../images/sustainability-banners/it-sustainability.webp") !important;
}
.transformation-banner-img {
  background-image: url("../../assets/images/Application-services-banners/application-transformation.webp") !important;
}
.esg-reporting-bg-img {
  background-image: url("../images/sustainability-banners/esg-reporting.webp") !important;
}
.architecture-banner-img {
  background-image: url("../images/Application-services-banners/architecture.webp") !important;
}

.citizen-id-bg-img {
  background-image: url("../images/services-biometric-technology-banners/citizen-id.webp") !important;
}
.devops-banner-img {
  background-image: url("../images/Application-services-banners/devops.webp") !important;
}

.asset-mangement-bg-img {
  background-image: url("../images/sustainability-banners/asset-mangement.webp") !important;
}
.maintenance-vision-banner-img {
  background-image: url("../images/Application-services-banners/application-maintenance.webp") !important;
}

.cloud-secuirty-bg-img {
  background-image: url("../images/cloud-services-banners/cloud-secuirty.webp") !important;
}
.quality-banner-img {
  background-image: url("../images/Application-services-banners/quality-engineering.webp") !important;
}

.network-bg-img {
  background-image: url("../images/cloud-services-banners/network.webp") !important;
}
.cyber-security-bg-img {
  background-image: url("../images/cyberbanner.webp") !important;
}

.aikya-banner-img {
  background-image: url("../images/aikyabanner.webp") !important;
}
.need-aikya-img {
  background-image: url("../images/Need-Aikya-NSP.png") !important;
}
.energy-efficiency-banner {
  background-image: url("../images/Energy-Efficiency-Solutions-banner.webp") !important;
}
.edge-bg-img {
  background-image: url("../images/cloud-services-banners/edge.webp") !important;
}
.Industrial-software-solutions-banner {
  background-size: cover;
  background-image: linear-gradient(
      rgba(255, 254, 254, 0.17),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/Industrial-software-solutions-banner.webp");
}
.ia-overview-banner {
  background-size: cover;
  background-image: linear-gradient(
      rgba(255, 254, 254, 0.17),
      rgba(0, 0, 0, 0.6)
    ),
    url("../images/ia-overview-banner.webp");
}
.cloud-strategy-and-design-bg-img {
  background-image: url("../images/cloud-services-banners/cloud-strategy-and-design.webp") !important;
}

.cloud-and-ai-bg-img {
  background-image: url("../images/cloud-services-banners/cloud-and-ai.webp") !important;
}

.cloud-transformation-bg-img {
  background-image: url("../images/cloud-services-banners/cloud-transformation.webp") !important;
}

.application-transformation-bg-img {
  background-image: url("../images/cloud-services-banners/application-transformation.webp") !important;
}

.uiux-bg-img {
  background-image: url("../images/coe-banners/ui-ux-coe.webp") !important;
}

.qa-bg-img {
  background-image: url("../images/coe-banners/qa-coe.webp") !important;
}
.nsp-values-bg {
  background-image: url("../images/nsp-values-banner.webp");
}
.partners-bg {
  background-image: url("../images/our-partners/partner.webp") !important;
}

.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: 20px;
  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;
}

/* Contact us */
.bg-gray {
  background: #efefef !important;
}
.bg-white {
  background-color: #fff;
}
.ns-red-color {
  color: red !important;
}

/* carousel */

.carousel-indicators {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 20px;
  right: 10px;
  left: auto;
  width: auto;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.carousel-indicators > li {
  display: block;
  border-radius: 12px;
  width: 12px;
  height: 12px;
  border: 0;
}

.carousel-indicators li.active {
  margin-bottom: 5px;
  background: #fff;
}

/* Vertical Carousel Controls on Right */
.carousel {
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}

.carousel .item {
  display: none;
}

.carousel .active {
  display: block;
}
.carousel a {
  color: #000000;
}

.dots {
  display: flex;
  flex-direction: column;
  right: 48%;
  position: absolute;
  bottom: 28%;
}

.dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid gray;
  margin: 5px 0;
  cursor: pointer;
}

.dot.active {
  background-color: red; /* Fill the active dot with red color */
}

.homepage-slider-H {
  color: #45464f;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.red-text {
  color: var(--Primary-color, #f00);
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 160%;
}
.light-gray-bg {
  border-radius: 4px;
  background: #f7f9fa;
}
.light-gray-bg-mobile {
  border-radius: 4px;
  background: #f7f9fa;
  min-height: 150px;
}
.light-gray-bg-index {
  border-radius: 4px;
  background: #f7f9fa;
  min-height: 122px;
}
.future-card:hover .black-arrow {
  display: none;
}
.future-card:hover .red-arrow {
  display: block;
}
.red-arrow {
  display: none;
}

.circle {
  border-radius: 50%;
  border: 1px solid #96969c;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-button {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid black;
}
.ia-card-hover {
  display: none;
}
.ia-card {
  min-height: 360px;
}
.ia-card:hover {
  display: none !important;
}

.ia-card:hover .ia-card-hover {
  display: block !important;
}

.ia-card-container {
  position: relative;
}

.ia-card-container .nsp-card {
  display: none;

  width: 100%;
  height: 100%;
}

.ia-card-container:hover .ia-card {
  display: none;
}

.ia-card-container:hover .nsp-card {
  display: block;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  min-height: 360px;
}

.tech-card-hover {
  display: none;
}
.tech-card {
  min-height: 250px;
}
.tech-card:hover {
  display: none !important;
}

.tech-card:hover .tech-card-hover {
  display: block !important;
}

.tech-card-container {
  position: relative;
}

.tech-card-container .nsp-card {
  display: none;

  width: 100%;
  height: 100%;
}

.tech-card-container:hover .tech-card {
  display: none;
}

.tech-card-container:hover .nsp-card {
  display: block;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
  min-height: 250px;
}

.card-h-color {
  color: rgba(0, 0, 0, 0.6) !important;
}
.color-B {
  color: #000000 !important;
  text-decoration: none !important;
}

.bg-grey {
  background-color: rgba(238, 238, 238, 1);
}

.f-14 {
  font-size: 14px !important;
}
.view-btn {
  bottom: 30px;
  position: relative;
}

.founder-img {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
/*  */
.card_img {
  filter: grayscale(100%);
}
.card_img:hover {
  filter: grayscale(0%);
}

/* Our-partner */
/* .default-content-container {
  width: 363% !important;
  
  overflow: hidden;
} */

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

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

  ul {
    list-style: none;
  }

  button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 100%;
  }
  .float-right {
    float: right;
  }
  #text {
    position: absolute;
    color: #ffffff;
    left: 35%;
    top: 30%;
    transform: translate(-50%, -50%);
  }
  .desktop-career {
    display: none !important;
  }
  .mobile-view-career {
    display: block !important;
  }
  /* MOBILE MENU HEADER STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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

  .SearchSide {
    display: flex;
  }

  .page-header a {
    color: var(--text-black) !important;
    text-decoration: none !important;
  }
  .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;
  }

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

  .page-header .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: 16px;
    font-family: Poppins !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
  }

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

/* Product Detail Page */
.nsp-box {
  width: 100%;
  height: 50px;
  background-color: transparent;
  border-left: 2px solid #e0e0e0;
}

.tab-container {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section-menus {
  position: sticky;
  top: 12%;
  height: 50vh;
}

.tab-wrapper {
  overflow: hidden;
  display: flex;
}
.tab {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-color: white;
}

.tab::-webkit-scrollbar {
  width: 12px;
  height: 6px;
}
.tab::-webkit-scrollbar-thumb {
  background: #d4d4d4;
}

.tab button {
  background-color: inherit;
  color: #45464f;
  font-size: 18px;
  font-weight: 400;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(179, 179, 179, 0.2);
}

.tab button:hover {
  border-top: 3px solid red !important;
  color: #45464f !important;
  font-weight: 600;
}

.product-tab-content {
  display: none;
}

.active-tab {
  border-top: 3px solid red !important;
  color: #45464f !important;
  font-weight: 600 !important;
}

.scroll-button {
  background: transparent;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 0 20px;
}

.left-button {
  transform: rotate(180deg);
}

.right-button {
  transform: rotate(0deg);
}

.nextsteps button {
  background: none;
  border-radius: 4px;
  border: 1px solid var(--Primary-color, #f00);
}
.red-button {
  background: red !important;
  border-radius: 4px;
  border: 1px solid var(--Primary-color, #f00);
  color: white !important;
}

.section-bg-img {
  background-image: url("../images/how-it-work.png") !important;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 500px;
}

.architecture-bg-img {
  background-image: url("../images/nsp-iot.png") !important;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 500px;
}
.height-500 {
  min-height: 500px;
}
.text-black {
  color: black;
}
.bg-light-gray {
  background-color: #ccc5c51a;
}
.card-min-height {
  min-height: 430px;
}
#policy_banner {
  background: url(../images/policy-banner.jpg) center no-repeat;
  background-size: cover;
  padding: 60px;
}
#career-banner {
  background: url(../images/nsp-career.webp) center no-repeat;
  background-size: cover;
  padding: 60px;
}
.light-green-bg {
  background-color: #f4fff1;
}
.leadership_shadow {
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.25);
}
.red-color {
  color: #ff0000;
}
.tabs.tabs .tab-link {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
.tabs.tabs .tab-link2 {
  background: none;
  color: black;
  font-size: 18px;
  display: inline-block;
  padding: 10px;
  cursor: pointer;
}

#talents-career {
  background: url(../images/build-together.webp) center no-repeat;
  background-size: cover;
  height: 70vh;
  position: relative;
}
.career-body {
  position: absolute;
  top: 4%;
  width: 50%;
}
.talent-body {
  right: 30px;
}
.learn-body {
  left: 30px;
}
#learn-career {
  background: url(../images/nsp-grow.webp) center no-repeat;
  background-size: cover;
  height: 70vh;
  position: relative;
}
#jobs {
  background-size: cover;
}

.card {
  right: 70px;
  bottom: 100px;
  width: 753px;
  height: 492px;
}
.tabs .tab-link.current {
  background: #ededed;
  color: #222;
}
.tabs .tab-link2.current {
  background: none;
  font-weight: bold;
  font-size: 19px;
  color: black;
  border-bottom: 3px solid red;
}
.tab-content {
  display: none;
  background: #ededed;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}
/* .leadership-overlay */
.leadership_image {
  display: block;
  width: 100%;
  height: auto;
}
.leadership_container {
  position: relative;
  border-radius: 4px;
}
.leadership_overlay {
  border-radius: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.leadership_container:hover .leadership_overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.leadership_text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 12%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-7%, -71%);
  text-align: center;
}
.section_part {
  bottom: 0%;
  height: 100px;
}

/* BACK TO TOP BUTTON WITH PROGRESS
================================================== */
.scroll-top {
  --ghost-accent-color: #ff0000;
  position: fixed;
  z-index: 500;
  padding: 0;
  right: 24px;
  bottom: 90px !important;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.4s ease;
  border: none;
  box-shadow: inset 0 0 0 2px #ccc;
  color: #ccc;
  background-color: #ffffff;
}

.scroll-top.is-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top .icon-tabler-arrow-up {
  position: absolute;
  stroke-width: 2px;
  stroke: #ff0000;
}

.scroll-top svg path {
  fill: none;
}

.scroll-top svg.progress-circle path {
  stroke: #ff0000;
  stroke-width: 4;
  transition: all 0.4s ease;
}

.scroll-top:hover {
  color: var(--ghost-accent-color);
}

.scroll-top:hover .progress-circle path,
.scroll-top:hover .icon-tabler-arrow-up {
  stroke: var(--ghost-accent-color);
}
/* filter tabs */
.grid {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.grid > li {
  width: calc(100% / 4 - 45px);
  margin: 0px 15px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 2px;
}

.filters {
  margin-top: 40px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
}

.grid li img {
  max-width: 100%;
  border-radius: 10px;
}

.filters button {
  padding: 10px 25px;
  margin: 0px 5px;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  transition: 150ms;
  color: #45464f;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  outline: none;
  cursor: pointer;
}

.filters button.is-checked {
  background-color: #fff;
  color: #ff0000;
  font-weight: 700;
  background-color: #fff;
}

.element-item > div {
  /* padding: 20px 15px; */
  color: #45464f;
}

.element-item p {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 767px) {
  .scrollable-img {
    max-width: 475px;
    overflow-x: auto;
  }
  .filters button {
    padding: 5px 10px;
    margin: 5px;
  }

  .grid > li {
    width: calc(100% - 30px);
  }

  .element-item p {
    font-size: 16px;
    line-height: 22px;
  }
  /* .default-content-container {
    width: 110% !important;
    
    overflow: hidden;
  } */
}
/* filter tabs */
/* .red-button:hover .white-arrow {
  display: block;
}
.white-arrow {
  display: none;
} */
.text-red {
  color: red;
}

.text-white {
  color: white;
}

.link-arrow {
  display: inline-block;
  transition: 0.1s ease-in;
}
.link-arrow:hover {
  transform: translateX(50%);
  color: red;
}
.carousel-control-next-icon {
  background-image: url(../images/arrow-right-s.svg) !important;
  position: absolute !important;
  top: 16% !important;
  right: -2px;
}
.carousel-control-prev-icon {
  background-image: url(../images/arrow-left-s-line.svg) !important;
  position: absolute !important;
  top: 16% !important;
  left: -3px;
}

@media screen and (max-width: 430px) {
  .scrollable-img {
    max-width: 340px;
    overflow-x: auto;
  }
  .desktop-career {
    display: none !important;
  }

  .footer .footer-top h4 {
    font-size: 13px !important;
  }
  .footer .footer-top .footer-links ul a {
    font-size: 12px;
  }
}

@media screen and (min-width: 1029px) {
  .mobile-view-career {
    display: none !important;
  }
}
/* culture page */
.culture-card {
  height: 327px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.culture-card img {
  width: 60px;
}
/* culture page */

.userProfile__thumbnail {
  width: var(--userthumb, 75px);
  height: var(--userthumb, 75px);
  flex: 0 0 auto;
  background-color: #f1f1f1;
  margin: 0;
  padding: 0;
}

.userProfile__image {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  background-color: #f1f1f1;
}

.team {
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

@media (max-width: 200px) {
  .team {
    justify-content: center;
  }
}

.team__members {
  position: relative;
  padding: 1rem;
  /* display: none; */
  margin-bottom: calc(var(--userthumb) + var(--arrowSize) * 2);
  box-sizing: border-box;
  flex: 0 0 100%;
  filter: grayscale(1);
}

@media (min-width: 200px) {
  .team__members {
    padding: 1rem;
    display: inline-block;
    flex: 0 0 20%;
    margin: 0;
  }
}

.team__members:nth-child(9n + 6),
.team__members:nth-child(9n + 7),
.team__members:nth-child(9n + 8),
.team__members:nth-child(9n + 9) {
  left: auto;
}

.team__members:nth-child(9n + 9) {
  margin: 0;
}

.team__members .userProfile {
  justify-content: center;
  position: absolute;
  top: calc(100% + var(--arrowSize));
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media (min-width: 200px) {
  .team__members .userProfile {
    position: static;
  }
}

.team__members .userProfile__thumbnail {
  position: relative;
}

.team__members .userProfile__thumbnail:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: var(--userthumb, 50px);
  height: var(--userthumb, 50px);
  transform: translate(-50%, -50%) scale(0);
  background: linear-gradient(90deg, #fff, red);
  background-size: 400% 400%;
  border-radius: 50%;
  z-index: -1;
  transition: all 0.3s linear;
}

.team__members.team__members--show,
.team__members:hover {
  filter: grayscale(0);
  display: inline-block;
}

@media (min-width: 200px) {
  .team__members.team__members--show .team__details,
  .team__members:hover .team__details {
    transform: translateX(-50%) scale(1, 1);
  }
}

.team__members.team__members--show .userProfile__thumbnail:after,
.team__members:hover .userProfile__thumbnail:after {
  transform: translate(-50%, -50%) scale(1.2);
  animation: rainbow-border 1.5s linear infinite;
}

@media (max-width: 200px) {
  .team__members:hover:not(.team__members--show) {
    display: none !important;
  }
}

.team__details {
  margin: 0 auto;
  position: relative;
  transform: translateX(0) scale(1, 1);
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  width: 300px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  transform-origin: center bottom;
  transition: transform 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

@media (min-width: 200px) {
  .team__details {
    position: absolute;
    bottom: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%) scale(0, 0);
  }
}

.team__details:after {
  width: var(--arrowSize);
  height: var(--arrowSize);
  position: absolute;
  top: calc(100% - var(--arrowSize) / 2);
  background-color: #fff;
  content: " ";
  transform: rotate(45deg);
  left: calc(50% - var(--arrowSize) / 2);
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

.team__details__summery {
  border-top: 1px dashed #ccc;
  padding-top: 15px;
  font-size: 15px;
  color: #aeaeae;
}

.team__meta {
  padding-bottom: 15px;
}

.team__meta__title {
  margin: 0;
}

.team__meta__designation {
  margin-top: 10px;
}

@keyframes rainbow-border {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

div.leftright > a > img {
  height: 50px;
}

.leftright-wrapper {
  white-space: nowrap;
}
.leftright {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: LeftToRight;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.leftright a {
  display: inline-block;
  white-space: nowrap;
  padding-right: 5rem;
}

@keyframes LeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0%);
  }
}
.customerlogo {
  filter: grayscale(100%);
}
.customerlogo:hover {
  filter: grayscale(0%);
}

/* #logoMarqueeSection {
  max-width: 1920px !important;
  margin: 0 auto;
} */

/* .default-content-container {
 
  width: 325%;
  
  overflow: hidden;
} */

div.marquee > a > img {
  height: 50px;
}

/* .logoMarqueeSection > div > div {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
} */

.marquee-wrapper {
  /* display: inline-block; */
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.marquee a {
  display: inline-block;
  white-space: nowrap;
  padding-right: 5.4rem;
}

/* .marquee-wrapper:hover .marquee {
  animation-play-state: paused !important;
} */

@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }

  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    height: 56.25vw;
  }
}
/* .nsp-envision-insight-banner-img{
    background: url("../images/product/nsp-envision-insight.jpg");
  }
} */

@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    width: 177.78vh;
  }
}
#code_banner {
  background: url(../images/code-of-conduct.webp) center no-repeat;
  background-size: cover;
  padding: 60px;
}
.video-container {
  width: 90%;
  height: 70vh;
}

.video-container iframe {
  position: absolute;
  top: 40%;
  left: 50%;
  width: 100%;
  height: 70vh;
  transform: translate(-50%, -50%);
}
.contact-card {
  min-height: 410px !important;
}
.featured-news {
  height: 210px;
}
.padding-top {
  margin-top: 600px;
}
.margin-top {
  margin-top: 600px;
}
.scrollable-img {
  max-width: 100%;
  overflow-x: auto;
}

/* Youtube video */
#video-popup-container {
  display: none;
  position: fixed;
  z-index: 996;
  width: 60%;
  left: 50%;
  margin-left: -30%;
  top: 20%;
  background-color: #fff;
}

#video-popup-close {
  cursor: pointer;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 998;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  text-align: center;
  font-size: 12px;
  background-color: #000;
  line-height: 25px;
  color: #fff;
}

#video-popup-iframe-container {
  position: absolute;
  z-index: 997;
  width: 100%;
  padding-bottom: 56.25%;
  border: 2px solid #000;
  border-radius: 2px;
  background-color: #000;
}

#video-popup-iframe {
  z-index: 999;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
}

#video-popup-overlay {
  display: none;
  position: fixed;
  z-index: 995;
  top: 0;
  background-color: #000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}

#video-popup-close:hover {
  color: #de0023;
}
.menu-active:hover {
  background: var(--Grey-background, #efefef) !important;
  color: black !important;
}

.video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  cursor: pointer;
  background: url("../images/thumbnail-image.jpg") center/cover no-repeat;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.profile-img img {
  width: 100%;
  height: 100%;
  object-fit: center;
}
.profile {
  display: flex;
  align-items: center;
}

.partners-color {
  background-color: #e10000;
}
.contactbox {
  height: 500px;
}

.active-a {
  color: red !important;
  font-weight: bold;
}

.partner-button:hover .btn {
  background-color: #000000;
  color: #000;
}

.gallerycontainer {
  margin: 20px auto;
  columns: 4;
}

.gallerycontainer .gallerybox {
  display: block;
  break-inside: avoid;
}
.gallerycontainer .gallerybox img {
  border-radius: 10px;
}
.hidden {
  display: none;
}
@media (min-width: 1200px) {
  .gallerycontainer {
    columns: 4;
  }
}
@media (max-width: 992px) {
  .gallerycontainer {
    columns: 3;
  }
}
@media (max-width: 768px) {
  .gallerycontainer {
    columns: 2;
  }
}
@media (max-width: 576px) {
  .gallerycontainer {
    columns: 1;
  }
}

.aikyafeature {
  background-color: #f2f2f2;
  border-radius: 10px;
  height: 130px;
}
.facialvideo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.facialvideo iframe {
  position: absolute;
  top: 0;
  left: 50px;
  width: 85%;
  height: 85%;
}
.energyvideo {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.energyvideo iframe {
  position: absolute;
  width: 75%;
  height: 75%;
}
.aikyaresource {
  background-color: #f2f2f2;
  height: 250px;
  border-radius: 10px;
}
.industry-card {
  min-height: 260px;
}
.energyp {
  color: #45464fa9;
}

#chatbox {
  position: fixed;
  border: 1px solid #5f6368 !important;
  bottom: 83px;
  right: 20px;
  background: linear-gradient(
    0deg,
    rgb(255, 245, 245) 25%,
    rgb(255, 255, 255) 40%
  );
  height: 70%;
  width: 23%;
  box-shadow: 3px 2px 10px #cecece;
  z-index: 1040;
}

@media (max-width: 500px) {
  #chatbox {
    right: 0;
    height: 80% !important;
    width: 100% !important;
  }
}

/* Media query for iPads */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #chatbox {
    right: 10px;
    height: 50% !important;
    width: 45% !important;
  }
}

#messages {
  flex: 1;
  overflow-y: auto;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.message {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 95%;
  word-wrap: break-word;
}
.botform {
  border: 2px solid #fcf5f5;
  background-color: #fcf5f5 !important;
  border-radius: 10px;
  max-width: 100%;
  overflow-y: auto;
}
.user-message {
  background-color: #fcf5f5;
  color: #5f6368;
  align-self: flex-end;
  margin-right: 3px;
}
.message-text {
  background-color: #e8e8e84e;
  color: #5f6368;
  align-self: flex-start;
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
}
.user-message .message-text {
  background-color: #fcf5f5;
}

.bot-message {
  color: #5f6368;
}

.sticky-circle {
  position: fixed;
  bottom: 2%;
  right: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0px 0px 5px #ff0000;
  cursor: pointer;
  z-index: 1050;
}
.sticky-circle:hover {
  box-shadow: 0px 0px 10px #f60a0a;
}
.boticon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

#userInput {
  border: 1px solid #cecece;
}

#userInput:focus {
  border-color: #5f6368;
  box-shadow: 0 0 0 #5f6368;
  outline: none;
}

#userInput::placeholder {
  color: #c0c0c0;
}

.message-icon {
  filter: grayscale(100%);
}
.message-icon:hover {
  filter: grayscale(0%);
}

.input-group button:hover {
  box-shadow: none;
}

.dotloader {
  background-color: #e8e8e84e;
}

.botdot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #ff0000;
  animation: dotBounce 1.4s infinite ease-in-out;
}

.botdot:nth-child(2) {
  animation-delay: 0.2s;
}

.botdot:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes dotBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-10px);
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: red;
  border-radius: 20px;
}
.chatbotAIbtn {
  width: 30px;
  border: 1px solid black !important;
  border-radius: 5px !important;
  background-color: white;
}
.chatbotAIbtn:hover {
  color: white;
  border: 1px solid red !important;
  background-color: red;
}
.crossbtn {
  width: 30px;
  border: none;
  background-color: white;
}
.crossbtn:hover {
  color: white;
  border-radius: 5px !important;
  background-color: red;
}

.chatbotAItext {
  width: 250px !important;
}

.chatbot-red-button {
  background-color: #e8e8e84e;
  border: none;
  color: #5f6368;
  font-size: 1rem;
}

.chatbot-red-button:hover {
  background-color: #e8e8e8d8 !important;
}
.chatbotgif {
  height: 30px;
  width: 35px;
}
.askmebot {
  font-size: 9px;
  color: #5f6368;
}
.contact-nav-tab {
  background-color: #f5f5f5 !important;
  color: black !important;
  border-radius: 20px !important;
  width: 100px;
  text-align: center;
}
.contact-nav-tab.current {
  background-color: #616161 !important;
  color: white !important;
}
.contact-nav-tab:hover {
  background-color: #777777 !important;
  color: white !important;
}

.contact-icon {
  width: 50px;
  height: 50px;
}

.contact-nav-tab-content {
  background: none !important;
}

.contact-btn-direction {
  background-color: #f5f5f5 !important;
}
.contact-btn-direction:hover {
  background-color: #c7c7c7 !important;
}
.contact-card {
  min-height: 390px !important;
}
.device-img {
  height: 18vh;
}

/* VIDEO */
.video-wrapper {
  background: #000; /* ensures black background */
  border-radius: 20px; /* rounded rectangle */
  overflow: hidden; /* clips iframe corners */
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25); /* optional, matches card feel */
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .aikya-title {
    font-size: 44px;
  }

  .aikya-subtitle {
    font-size: 22px;
  }

  .video-wrapper iframe {
    height: 260px;
  }
}
/* for aikya product video */
.video-box {
  position: relative;
  width: 100%;
  max-width: 800px; /* increase max width on desktop */
  aspect-ratio: 16 / 9; /* maintain 16:9 ratio */
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  min-height: 450px; /* increase min height */
  margin: 0 auto; /* center if container is wider */
}

.video-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* Mobile adjustments */
@media (max-width: 768px) {
  .video-box {
    max-width: 100%; /* full width on mobile */
    border-radius: 14px;
    min-height: 260px;
  }
}
.red-icon {
  width: 14% !important;
}
