html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', sans-serif;
  color: rgb(255, 255, 255);
  background-color: rgb(239, 227, 214);
}

body,
html {
  height: 100%; /* or 100%, not 100vh */
  /* overflow-y: auto; */
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  padding: 0 300px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  text-transform: uppercase;
  color: #fafcfa;
}

/*header section*/
.hero_area {
  height: 90vh;
  margin: 0px 0px;
  background-image: url(../images/hero-bg-black.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  /* position: relative; */
}

.hero_area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(transparent), to(#040000)); */
  /* background: linear-gradient(to bottom, transparent, transparent, rgb(122, 1, 72)); */
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .class_section .owl-carousel .owl-nav {
  /* top: 55%; */
  /* position: relative; */
}

.header_section {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #ddd;
  height: 95px;
  z-index: 9999;
  top: 0;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 28.5% 100%, 26.5% 86%, 0 84%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 28.5% 100%, 26.5% 86%, 0 84%, 0 0);
  backdrop-filter: blur(10px);
}

.header_section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 45px;
  background: #080203;
  z-index: 1;
  -webkit-clip-path: polygon(50% 0%, 100% 0, 100% 100%, 8% 100%, 0 0);
  clip-path: polygon(50% 0%, 100% 0, 100% 100%, 8% 100%, 0 0);
}

.header_section .nav_container {
  margin: 0 auto;
}

.menu_width {
  width: 100%;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main_nav {
  z-index: 1000;
  top: 0;
  height: auto;
  /* z-index: 9; */
}

.main_nav .top_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
  left: 30%;
  font-size: 15px;
}

.main_nav .top_nav ul li {
  list-style-type: none;
}

.main_nav .top_nav ul li a {
  display: inline-block;
  color: #ffffff;
  margin: 10px 0 10px 35px;
}

.main_nav .top_nav ul li a img {
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}

.bottom_nav {
  position: relative;
  right: 30%;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 20px;
  color: #212121;
  text-align: center;
  text-transform: uppercase;
}

.nav-link {
  color: black;
  text-decoration: none;
  padding: 10px;
}

.nav-link.active {
  color: red; /* or any highlight color */
  font-weight: bold;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  color: rgb(122, 1, 72); /* or any highlight color */
  font-weight: bold;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-brand {
  /* display: -webkit-box; */
  /* display: -ms-flexbox; */
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-brand img {
  position: absolute;
  width: 165px;
  left: 5%;
}

.navbar-brand.brand_mobile {
  display: none;
}

.custom_nav-container {
  z-index: 99999;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}
/*end header section*/

/* Services Section Styling */
.class_section {
  margin: 100px 0;
}

.class_section h2 {
  font-size: 2.5rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}

.class_section .heading_container p {
  color: #555;
  text-align: center;
  padding: 0 10px;
  margin: 0 30px;
  border-left: 2px solid rgb(122, 1, 72);
  border-right: 2px solid rgb(122, 1, 72);
}

#description_stack {
  scroll-margin-top: 100px;
  /* background-color: rgb(224, 211, 196); */
  padding: 15px;
  gap: 10px;
}

#bi_consulting {
  scroll-margin-top: 100px;
  background-color: rgb(224, 211, 196);
  padding-top: 30px;
}

#software_development {
  scroll-margin-top: 100px;
  background-color: rgb(224, 211, 196);
  padding-top: 30px;
}

#data_analysis {
  scroll-margin-top: 100px;
  background-color: rgb(224, 211, 196);
  padding-top: 30px;
}

/* Image Row Styling */
.class_section .row.text-center img {
  max-height: 400px;
  object-fit: cover;
  border: 2px solid #e0e0e0;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(246, 238, 231 0.05);
}

.class_section .row.text-center img:hover {
  transform: scale(1.03);
}

.class_section .row.text-center h4 {
  margin-top: 15px;
  margin-bottom: 70px;
  font-size: 1.25rem;
  color: #333;
}

.class_section .row.text-center h5 {
  /* margin-top: 15px; */
  /* font-size: 1.25rem; */
  color: #333;
}

/* Descriptions */
.class_section .row p {
  border-left: 2px solid rgb(122, 1, 72);
  margin: 15px 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  padding: 10px 15px;
}

#end_of_page {
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#end_of_page div {
  border-top: 1px solid rgb(96, 10, 61);
  flex-grow: 1;
  margin-left: 15px;
}

#end_of_page img {
  display: flex;
  height: 30px;
}

/* FOOTER */
.footer-dark {
  padding: 50px 0;
  color: #f0f9ff;
  background-color: rgb(45, 45, 45);
}

.footer-dark h3 {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}

.footer-dark ul {
  padding: 0;
  list-style: none;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 0;
}

.footer-dark ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

.footer-dark ul a:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .footer-dark .item:not(.social) {
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer-dark .item.text {
  margin-bottom: 36px;
}

@media (max-width: 767px) {
  .footer-dark .item.text {
    margin-bottom: 0;
  }
}

.footer-dark .item.text p {
  opacity: 0.6;
  margin-bottom: 0;
}

.footer-dark .item.social {
  text-align: center;
}

@media (max-width: 991px) {
  .footer-dark .item.social {
    text-align: center;
    margin-top: 20px;
  }
}

.footer-dark img {
  height: 100px;
}

.footer-dark .item.social > a:hover {
  opacity: 0.9;
}

.footer-dark .copyright {
  text-align: center;
  padding-top: 24px;
  opacity: 0.3;
  font-size: 13px;
  margin-bottom: 0;
}
