/* Default Css */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
html, body {
  /* font-family: 'Noto Sans Devanagari', sans-serif;
  font-family: 'Oswald', sans-serif;
  font-family: 'Roboto Slab', serif; */
  font-family: 'Work Sans', sans-serif;
  /* font-weight: 400; */
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  overflow-x:hidden;
  overflow-anchor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "smooth";
  font-smooth: always;
}
.btn{
  border-radius:0!important;
}
    .sticky-top {
      position: fixed !important;
      top: 0;
      left: 0;
      right: 0;
    }
:root{

  --bd-color:#ffffff;
  --bd-txt-color:#000000 ;
  --bd-txt-white-color:#ffffff;
  --bd-header-color:#024547;
  --bd-hover-color:#008A56;
  --btn-color:var(--bd-header-color);
  --light-font:300;
  --semi-bold-font:600;
  --bold-font:700;
  --normal-font:400;
}
.btn-color{background-color: var(--btn-color)!important;}
.btn-txt-color{color: var(--bd-txt-white-color)!important;}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--bd-hover-color);
}

.hover-underline-animation::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: -0.1rem;
  left: 0;
  background-color: var(--bd-hover-color);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.hover-underline-animation:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.bd-navbar {
padding: 0.75rem 0;
background-color: transparent;
/* box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15),
  inset 0 -1px 0 rgba(255, 255, 255, 0.15); */
}
.bd-navbar::after {
position: absolute;
inset: 0;
z-index: -1;
display: block;
content: "";
background-color: var( --bd-color);
color: #0000;
}
@media (max-width: 991.98px) {
.bd-navbar .bd-navbar-toggle {
  width: 4.25rem;
}
}
.bd-navbar .navbar-toggler {
padding: 0;
margin-right: -0.5rem;
border: 0;
}
.bd-navbar .navbar-toggler:first-child {
margin-left: -0.5rem;
}
.bd-navbar .navbar-toggler .bi {
width: 1.5rem;
height: 1.5rem;
}
.bd-navbar .navbar-toggler:focus {
box-shadow: none;
}
.bd-navbar .navbar-brand {
color: var(--bd-txt-color);
transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
.bd-navbar .navbar-brand {
  transition: none;
}
}
.dropdown-menu {
  display: none;
  position: absolute;
  background-color: var(--bd-header-color);
  min-width: 150px;
  z-index: 1;
  opacity: 0; /* Initially set opacity to 0 */
  transition: opacity 0.3s ease; /* Add the transition property */
 
}
.dropdown-menu li a{
  color: #fff;
}
.dropdown-menu li a:hover{
  color: #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1; /* On hover, set opacity to 1 */
}
  .dropdown:hover>.dropdown-menu {
display: block;
}

.dropdown>.dropdown-toggle:active {
/*Without this, clicking will make it sticky*/
pointer-events: none;
}
/* .bd-navbar .navbar-brand:hover {
transform: rotate(-5deg) scale(1.1);
} */
.bd-navbar .navbar-toggler,
.bd-navbar .nav-link {
padding-right: 0.25rem;
padding-left: 0.25rem;
color: var(--bd-txt-color);
}
.bd-navbar .navbar-toggler:hover,
.bd-navbar .navbar-toggler:focus,
.bd-navbar .nav-link:hover,
.bd-navbar .nav-link:focus {
color: var(--bd-txt-color);
}
.bd-navbar .navbar-toggler.active,
.bd-navbar .nav-link.active {
font-weight: 600;
color: var(--bd-txt-color);
}
.bd-navbar .navbar-nav-svg {
display: inline-block;
vertical-align: -0.125rem;
}
.bd-navbar .offcanvas-lg {
background-color: var(--bd-color);
border-left: 0;
}
@media (max-width: 991.98px) {
.bd-navbar .offcanvas-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
}
.bd-navbar .dropdown-toggle:focus:not(:focus-visible) {
outline: 0;
}
.bd-navbar .dropdown-menu {
--bs-dropdown-min-width: 12rem;
--bs-dropdown-padding-x: 0.25rem;
--bs-dropdown-padding-y: 0.25rem;
--bs-dropdown-link-hover-bg: rgba(var(--bd-violet-rgb), 0.1);
--bs-dropdown-link-active-bg: rgba(var(--bd-violet-rgb), 1);
--bs-dropdown-font-size: 0.875rem;
font-size: 0.875rem;
border-radius: 0.5rem;
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.bd-navbar .dropdown-menu li + li {
margin-top: 0.125rem;
}
.bd-navbar .dropdown-menu .dropdown-item {
border-radius: 0.25rem;
}
.bd-navbar .dropdown-menu .dropdown-item:active .bi {
color: inherit !important;
}
.bd-navbar .dropdown-menu .active {
font-weight: 600;
}
.bd-navbar .dropdown-menu .active .bi {
display: block !important;
}
.bd-navbar .dropdown-menu-end {
--bs-dropdown-min-width: 8rem;
}

.bd-gutter {
--bs-gutter-x: 3rem;
}
.pre-header {
background-color: var(--bd-color);
height: 60px;
padding: 15px 0px;
}

.pre-header ul li {
display: inline-block;
}

.pre-header ul.info li {
margin-right: 45px;
}

.pre-header ul.info li a {
color: var(--bd-header-color);;
font-size: 14px;
transition: all .3s;
}

.pre-header ul.info li a:hover {
color: var(--bd-hover-color);
}

.pre-header ul.info li a i {
font-size: 18px;
margin-right: 8px;
}

.pre-header ul.social-media {
text-align: right;
}

.pre-header ul.social-media li {
margin-left: 5px;
}

.pre-header ul.social-media li a {
background-color: var(--bd-header-color);
color: #fff;
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
font-size: 14px;
transition: all .3s;
}

.pre-header ul.social-media li a:hover {
background-color: var(--bd-hover-color);;
}

@media (max-width: 1199.98px) {
  .section-container.container {
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
  }
}
/* Clients CSS Starts */
.headeing-text h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 68px;
  color: #024547;
  display: block;
  margin: 0;
  text-transform: uppercase;
}
.headeing-subheading-text {
  color: #999;
  line-height: 40px;
  text-align: center;
  font-weight: 200;
  font-size:20px;

}
.client-section .client-logo{
/* margin-bottom: 50px; */
}
.client-section .client-logo .card {
  transition: transform 200ms cubic-bezier(.785, .135, .15, .86), box-shadow 200ms cubic-bezier(.785, .135, .15, .86);
  margin-bottom: 15px;
  background-color: #fff;
  margin: 10px;
  padding: 10px;
  border: none;
  background-color:transparent;
}
.client-section .client-logo .card:hover {
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.client-section .client-logo img {
  width: 190px;
  margin: 0 auto;
  opacity: 0.8;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.client-section .client-logo img:hover {
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.carousel-indicators [data-bs-target]{
    background-color:#000  !important;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
}
.carousel-indicators .active{

    opacity: 1;
}
.carousel-inner {
	width: 100%;
	display: inline-block;
	position: relative;
}
.carousel-inner {
	padding-top: 43.25%;
	display: block;
	content: "";
}
.carousel-item {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: skyblue;
	background: no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/* Add CSS for mobile devices (up to 767px) */
@media (max-width: 767px) {
  .carousel-caption {
    text-align: center; /* Center-align content */
  }

  .carousel-caption a {
    display: block;
    width: 100%; /* Make links full width */
    margin-bottom: 10px; /* Add spacing between links */
  }

  .carousel-caption h6 {
    font-size: 18px; /* Adjust the font size for readability */
  }

  .carousel-caption .btn.bg-dark {
    background-color: #333; /* Change the background color for better visibility */
  }
}

/* About Us */
#aboutus{
  background-color: var(--bd-header-color);
  color:var(--bd-color);
}

#aboutus .card, #aboutus .card-header, #aboutus .card-body{
  background-color: transparent !important;
  color: var(--bd-color);
  border:none !important;
  font-size: 0.99em;

}
/* About Us Page Team */

#aboutteam{
  /* background-color: var(--bd-header-color); */
  color:var(--bd-header-color);
}
.fa-solid{
  color:#ffc107  !important;
}
.section-title {
  text-align: center;
  
  /* color: #F9F871; */
  font-size: 1.5rem;
  font-weight: bold;
  /* margin-bottom: 2rem; */
}

.section-subtitle {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.section-content {
  line-height: 1.6;
}

.section-content p {
  margin-bottom: 1rem;
}

.team-member {
  margin-bottom: 2rem;

}

.team-member h4 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  color: var(--bd-header-color);
}

.team-member p {
  margin-bottom: 1rem;
}

.memberships {
  margin-top: 2rem;
  font-weight: bold;
}

.memberships li {
  margin-bottom: 0.5rem;
}

.card-btn {
  width: 150px;
}

/* Solutions */
@media (max-width: 767px) {
  .nav-tabs.nav-tabs-dropdown,
  .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  .nav-tabs.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }
  .nav-tabs.nav-tabs-dropdown.open a,
  .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }
  .nav-tabs.nav-tabs-dropdown.open > li.active > a,
  .nav-tabs-dropdown.open > li.active > a {
    background-color: #eeeeee;
  }
  .nav-tabs.nav-tabs-dropdown li,
  .nav-tabs-dropdown li {
    display: block;
    padding: 0;
    /* vertical-align: bottom; */
  }
  .nav-tabs.nav-tabs-dropdown > li > a,
  .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li > a:focus,
  .nav-tabs-dropdown > li > a:focus,
  .nav-tabs.nav-tabs-dropdown > li > a:hover,
  .nav-tabs-dropdown > li > a:hover,
  .nav-tabs.nav-tabs-dropdown > li > a:active,
  .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a,
  .nav-tabs-dropdown > li.active > a {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #fff;
  }
  .nav-tabs.nav-tabs-dropdown > li.active > a:focus,
  .nav-tabs-dropdown > li.active > a:focus,
  .nav-tabs.nav-tabs-dropdown > li.active > a:hover,
  .nav-tabs-dropdown > li.active > a:hover,
  .nav-tabs.nav-tabs-dropdown > li.active > a:active,
  .nav-tabs-dropdown > li.active > a:active {
    border-color: transparent;
  }
}

#solutions{
  background-color: var(--bd-color);
  color:var(--bd-txt-color);
  font-size: 0.9em;
}

#solutions .card, #solutions .card-header,#solutions .card-body{
  background-color: transparent !important;
  color: var(--
  );
  border:none !important
}

/* Remove unnecessary CSS */
#solutions .nav-tabs {
  border: none;
}

/* Add indicator arrow for the active tab (you can uncomment this if needed) */
/*@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #024547;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
  }
}*/

#solutions .nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

#solutions .tab-content .active {
  /* border: 1px solid #024547; */
  background: var(--bd-color);
  color: var(--bd-txt-color);
}

#solutions .tab-content p, .tab-content span, .tab-content li {
  color: var(--bd-txt-color);
}

/* Navigation bar styles */
#solutions .nav-tabs {
  border-radius: 5px;
  padding: 10px;
}

#solutions .nav-tabs .nav-link {
  color: var(--bd-txt-color);
  background-color: var(--bd-txt-white-color);
  border: none;
  border-radius: 5px;
  padding: 10px 20px;
  margin: 0 5px;
  transition: background-color 0.3s cubic-bezier(.3, 0, 0, 1.3);
  /* transition: width 0.3s cubic-bezier(.3, 0, 0, 1.3); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#solutions .nav-tabs .nav-link.active,
#solutions .nav-tabs .nav-link:hover {
  color: var(--bd-txt-white-color);
  background-color: var(--bd-header-color);
}

/* #solutions .tab-pane {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
} */

/* CSS transition for the tabs */
#solutions .nav-link {
  transition: background-color 0.3s cubic-bezier(.3, 0, 0, 1.3);
    font-size:0.8rem !important;
    
}

/* Tab panes stay on hover */
#solutions .tab-pane:hover {
  display: block;
}
/* Apply default fill color to the SVG path */
#solutions .nav-link #lab-svg{
    width: 22px;
    height: 30px;
}
#solutions  #lab-svg{
  width: 22px;
  height: 30px;
}
    /* Custom CSS to set a fixed width for nav-tabs */
   #solutions .nav-tabs .nav-link {

         /* Center-align the tab text 
    }
#solutions .nav-link #lab-svg path {
  fill: var(--bd-header-color); /* Replace with your desired default color */
 
}

/* Apply a different fill color when the SVG is being hovered */

#solutions .nav-link.active #lab-svg path,
#solutions .nav-link:hover #lab-svg path {
  
  fill: #ffffff; /* Replace with your desired hover color */
}
#solutions .section-subtitle {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
#solutions .owl-carousel .owl-nav button.owl-prev,
#solutions .owl-carousel .owl-nav button.owl-next {
	z-index: 1;
	width: 40px;
	height: 40px;
	background-color: var(--bd-header-color);
	border-radius: 10%;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}

#solutions .owl-nav button span {
	font-size: 30px;
	height: 100%;
  line-height: normal;
	display: block;
	width: 100%;
  color: #ffffff;
}
#solutions .owl-carousel .owl-nav button.owl-prev {
	left: 0;
}
#solutions .owl-carousel .owl-nav button.owl-next {
	right: 0;
}
#solutions .owl-carousel .owl-nav {
	margin: 0;
}

#solutions .owl-theme .owl-nav .disabled,
#solutions button.disabled {
	opacity: 0.6;
}
/* Apply the hover effect to the SVG
.nav-link.active .svg-hover-effect,
.nav-link:hover .svg-hover-effect {
  mix-blend-mode: difference; /* Invert the color on a dark background */
 /*  filter: brightness(120%); Increase brightness on hover (adjust as needed) */
 /*transition: filter 0.3s ease;  Add a smooth transition effect */
/* }  */
#solution-design .card{
  width:75%;
  margin-left: auto;
  margin-right: auto;
}
#solution-design .card a h6{
  transition: background-color 0.3s cubic-bezier(.3, 0, 0, 1.3);
    font-size:1em !important
}
#solution-design  .card-body{
  text-align: center;
  color: var(--bd-txt-color);
  background-color: var(--bd-txt-white-color)!important;
  border: none;
  transition: background-color 0.3s cubic-bezier(.3, 0, 0, 1.3);
  /* transition: width 0.3s cubic-bezier(.3, 0, 0, 1.3); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#solution-design  .card-body:hover {
  color: var(--bd-txt-white-color) !important;
  background-color: var(--bd-header-color) !important;
}
#solution-design  a{
  color: var(--bd-txt-color);
  background-color: var(--bd-txt-white-color);
  border: none;
  border-radius: 5px;
  transition: background-color 0.3s cubic-bezier(.3, 0, 0, 1.3);
  /* transition: width 0.3s cubic-bezier(.3, 0, 0, 1.3); */
  /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}


#solution-design  .card:hover  .card-body a {
  cursor: pointer;
  color: var(--bd-txt-white-color);
  background-color: var(--bd-header-color);
}

#solutions .card-footer  {
  
  color:var(--bd-color);
  background-color: var(--bd-header-color);;
}
#solutions  .card-footer .lead{
  
  font-size:1em !important;
  text-decoration:none;
  color:var(--bd-color);
 
}
#solutions .card:hover .card-footer {
  color:var(--bd-color);
  background-color: var(--bd-hover-color);
  transition: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}
#solutions .card:hover .card-footer .lead{
  
  font-size:1em !important;
  text-decoration:none;
  color:var(--bd-color);

}

#solution-design .card-body:hover   #lab-svg path {
  
  fill: #ffffff; /* Replace with your desired hover color */
}
        /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f1f7fd;
}

.section-title {
  text-align: left;
  /* padding-bottom: 30px; */
}

.section-title h2 {
  /* margin-bottom: 20px; */
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  /* left: calc(50% - 60px); */
  left: calc(10% - 70px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  /* left: calc(50% - 20px); */
  left: calc(10% - 30px);
}

.section-title p {
  margin-bottom: 0;
}
        /*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  /* border: 1px solid #d5e1ed; */
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  /* width: 64px;
  height: 64px; */
  background: #024547;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 20px; */
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}


.services .icon-box h4 {
  font-weight: 500;
  /* margin-bottom: 15px; */
  font-size: 19px;
}

.services  h4 a {
  color: #2c4964;
  text-decoration: none;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}


.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #024547;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #024547;
}

.tab-pane{
  border: none;
}
    /* Media Queries */
    @media (max-width: 576px) {
      #solutions .nav-tabs .nav-link {
          font-size: 11px;
          padding: 8px 16px;
          
      }
  }

  @media (min-width: 577px) and (max-width: 992px) {
      #solutions .nav-tabs .nav-link {
          font-size: 14px;
         
      }
  }
  @media (min-width: 1024px){
      #solutions .nav-tabs .nav-link {
          width: 16rem; /* Adjust the width as needed */ 
      }
  }
  
/* Industries  */
#industries{
    font-size: 15px;
    background-color: white;
    color:black;
    padding-top: 50%;
 
}

#industries .card-wrapper {
  display: flex;
  flex-direction: row;
  justify-content:center;
  gap: 20px;
}


#industries .card {
  position: relative;
  /*width: 400px;*/
  height: 200px;
  overflow: hidden;
  background-color: #fff;
  /* box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3); */
  transition: 0.3s cubic-bezier(.3, 0, 0, 1.3);
  /* cursor: pointer; */
  border-radius: 0;
  border: none;
  color: #000000;

}

#industries .card:hover {
  /*width: 420px; */
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);

}

#industries img {
  /*width: 500px;*/
  /*height: 100%;*/
  /*object-fit:fill;*/
  /*border-top-left-radius: 8px;*/
  /*border-bottom-left-radius: 8px;*/
  /*border-radius: 0;*/
  /*transform: scale(1);*/
  /*transition: transform 0.3s;*/
}


#industries .card-body {
  flex-grow: 1;
  width:100%;
  justify-content: flex-start;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  flex-direction: column;
  
  align-items: flex-start;
  position: absolute;
  top: 0;
  left: 40%;
  bottom: 0;
  transition: background-color 0.3s, left 0.3s;
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;

  /* border-top-right-radius: 8px;
  border-bottom-right-radius: 8px; */
}

#industries .card:hover .card-body {
  display: flex;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;

}



#industries .card p {
  color: rgba(0, 0, 0);
 
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 55px;
}

#industries .card-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bd-color);;
  color: var(--bd-header-color);
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
  position: absolute;
  bottom: 0;
  border-radius: 0;

  width: 100%;
}
#industries .card:hover .card-footer{
  background-color: var(--bd-header-color);
  color: var(--bd-color) !important;
}
#industries .card:hover .card-footer a{
  color: var(--bd-color) !important;
  
}
.industries a{
  text-decoration: none !important;
  font-size: 1em !important;
  color: #000 !important;
  font-weight: 500;
} 
#industries .card-footer .learn-more {
  display: none; /* Hide the "Learn More" button by default */
  /* margin-top: 15px; */
  /* padding: 8px 16px; */
  background-color: var(--bd-color);
  color: var(--bd-header-color);
  text-decoration: none;
  /* border-radius: 4px; */
  transition: background-color 0.3s, color 0.3s;
  transition: 1ms all ease-in-out;
}

#industries .card:hover .card-footer .learn-more {
  display: block; /* Show the "Learn More" button on hover */
  background-color: var(--bd-color);
  color: var(--bd-header-color);
    transition: 1ms all ease-in-out;
}

/* Style the custom "Previous" and "Next" buttons */
.slide-arrow {
  background: transparent;
  color:black;
  border:none;

  cursor: pointer;
  width: 40px; /* Adjust as needed */
  height: 40px; /* Adjust as needed */

}

.nav-pills-custom .nav-link {
  color: #024547;
  background: #fff;
  position: relative;
  font-size: 1em !important;
}

      .nav-pills-custom .nav-link.active {
          color: #fff;
          background:#024547 
      }


/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #024547;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
  }
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}

/* Style the buttons on hover (optional) */
.slide-arrow:hover {
  background: black;
  color:white;
}


/* Your existing CSS */
/* Add this CSS for auto-hover effect on mobile screens */





 /* Add responsive design */
 @media (max-width: 768px) {
/* Add this CSS to provide styles for the auto-hover effect */
#industries .card.active-hover {
  width: 100%;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}

#industries .card.active-hover .card-body {
  display: block;
  left: 0;
}

#industries .card.active-hover .card-footer {
  background-color: var(--bd-header-color);
  color: var(--bd-color);
}

  #industries .card-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  #industries .card {
    width: 100%;
    height: auto;
    /*box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);*/
  }
  #industries .card p {
    color: rgba(0, 0, 0);
   
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 15px;
  }
  #industries .card:hover {
    width: 100%;
  }
  #industries .card:hover .card-body {
    display: block;
    left: 0;
    padding: 35px;
    position: relative; /* Remove absolute positioning for mobile */
    border-bottom-left-radius: 0; /* Remove bottom border radius for mobile */
    border-bottom-right-radius: 0;
}
  #industries .card-image {
    width: 100%;
    height: 200px;
    border-radius:  0;
  }

  #industries .card-body {
    position: relative;
    left: 0;
    
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
  }

  #industries .card-footer {
    width: 100%;
    border-radius: 0 ;
  }

  #industries .card:hover .card-footer {
    background-color: var(--bd-header-color);
    color: var(--bd-color);
  }
}

/* Technology  */
#technologies{
  font-size: 15px;
  padding-top:  60px;
  background-color: var(--bd-color);
  color:var(--bd-header-color);
}

#technologies .card-wrapper {
display: flex;
flex-direction: row;
justify-content: center;
gap: 20px;
}

#technologies .card {
position: relative;
/*width: 400px;*/
height: 200px;
overflow: hidden;
background-color: #fff;
/* box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3); */
transition: 0.3s cubic-bezier(.3, 0, 0, 1.3);
/* cursor: pointer; */
border-radius: 0;
border: none;

}

#technologies .card:hover {
/*width: 420px; */
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);

}
.technologies-page .card-title{
  font-size:0.9em !important
}

#technologies img {
/*width: 500px;*/
/*height: 100%;*/
/*object-fit: contain;*/
/*border-top-left-radius: 8px;*/
/*border-bottom-left-radius: 8px;*/
/*border-radius: 0;*/
/*transform: scale(1);*/
/*transition: transform 0.3s;*/
}

#technologies .card-body {
flex-grow: 1;
width:100%;
justify-content: flex-start;
box-sizing: border-box;
background-color: rgba(255, 255, 255, 0.9);
display: none;
flex-direction: column;

align-items: flex-start;
position: absolute;
top: 0;
left: 40%;
bottom: 0;
transition: background-color 0.3s, left 0.3s;
font-size: 14px;
font-weight: 400;
border-radius: 0;

/* border-top-right-radius: 8px;
border-bottom-right-radius: 8px; */
}

#technologies .card:hover .card-body {
display: flex;
background-color: rgba(255, 255, 255, 0.9);
left: 0;

}



#technologies .card p {
color: rgba(0, 0, 0);

font-size: 13px;
font-weight: 400;
margin: 0 0 55px;
}

#technologies .card-footer {
display: flex;
 flex-direction: column;
align-items: center;
justify-content: center;
background-color: var(--bd-color);;
color: var(--bd-header-color);
font-size: 14px;
font-weight: 400;
padding: 8px;
position: absolute;
bottom: 0;
border-radius: 0;

width: 100%;
}
#technologies .card:hover .card-footer{
background-color: var(--bd-header-color);
color: var(--bd-color);
}
#technologies .card:hover .card-footer a{
  color: var(--bd-color) !important;
  
}

#technologies .card-footer .learn-more {
display: none; /* Hide the "Learn More" button by default */
/* margin-top: 15px; */
/* padding: 8px 16px; */
background-color: var(--bd-color);
color: var(--bd-header-color);
text-decoration: none;
/* border-radius: 4px; */
transition: background-color 0.3s, color 0.3s;
transition: 1ms all ease-in-out;
}

#technologies .card:hover .card-footer .learn-more {
display: block; /* Show the "Learn More" button on hover */
background-color: var(--bd-color);
color: var(--bd-header-color);
}


#technologies .owl-carousel .owl-nav button.owl-prev,
#technologies .owl-carousel .owl-nav button.owl-next {
z-index: 1;
width: 40px;
height: 40px;
background-color:var(--bd-header-color);
border-radius: 50%;
position: absolute;
color: var(--bd-color);
top: 50%;
transform: translatey(-50%);
}

#technologies .owl-nav button span {
font-size: 30px;
height: 100%;
line-height: normal;
display: block;
width: 100%;
}
#technologies .owl-carousel .owl-nav button.owl-prev {
left: 0;
}
#technologies .owl-carousel .owl-nav button.owl-next {
right: 0;
}
#technologies .owl-carousel .owl-nav {
margin: 0;
}

#technologies .owl-theme .owl-nav .disabled,
#technologies button.disabled {
opacity: 0.6;
}
/* Your existing CSS */
/* Add this CSS for auto-hover effect on mobile screens */





/* Add responsive design */
@media (max-width: 768px) {
/* Add this CSS to provide styles for the auto-hover effect */
#technologies .card.active-hover {
width: 100%;
box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);
}

#technologies .card.active-hover .card-body {
display: block;
left: 0;
}

#technologies .card.active-hover .card-footer {
background-color: var(--bd-header-color);
color: var(--bd-color);
}

#technologies .card-wrapper {
  flex-direction: column;
  gap: 10px;
}

#technologies .card {
  width: 100%;
  height: auto;
  /*box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.3);*/
}
#technologies .card p {
  color: rgba(0, 0, 0);
 
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 15px;
}
#technologies .card:hover {
  width: 100%;
}
#technologies.card:hover .card-body {
  display: block;
  left: 0;
  padding: 35px;
  position: relative; /* Remove absolute positioning for mobile */
  border-bottom-left-radius: 0; /* Remove bottom border radius for mobile */
  border-bottom-right-radius: 0;
}
#technologies .card-image {
  width: 100%;
  height: 200px;
  border-radius:  0;
}

#technologies .card-body {
  position: relative;
  left: 0;
  
  background-color: rgba(255, 255, 255, 0.9);
  padding: 10px;
}

#technologies .card-footer {
  width: 100%;
  border-radius: 0 ;
}

#technologies .card:hover .card-footer {
  background-color: var(--bd-header-color);
  color: var(--bd-color);
}
}
      /* Form Style Starts
  -------------------------------------------------- */
  .form-style input::placeholder{font-size: 0.8em;}
  .form-style input:focus {border: 1px solid #4CAF50;outline: 0;background-color: #ffffff;box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;transition: 0.6ms ease-in-out;}
  
        /* Form Style Ends
  -------------------------------------------------- */
/* 
  footer */
  .footer {
    background-color: var(--bd-header-color);
    color: #fff;
    /* padding: 40px 0; */
  }
  .footer-logo {
    max-width: 100px;
    margin-bottom: 20px;
  }
  .footer-links {
    list-style: none;
    padding: 0;
  }
  .footer-links li {
    margin-bottom: 10px;
  }
  .footer-links a {
    color: #fff;
    text-decoration: none;
  }
  .responsive-tab-menu .nav-pills .nav-link.active,
.responsive-tab-menu .nav-pills .show>.nav-link {
  color: unset;
}

@media (max-width: 767px) {

  .responsive-tab-content,
  .responsive-tab-menu {
    display: block !important;
  }

  .nav-pills.nav-tabs-dropdown,
  .nav-tabs-dropdown {
    border: 1px solid #dddddd;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }

  .nav-pills.nav-tabs-dropdown::after,
  .nav-tabs-dropdown::after {
    content: "☰";
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 2;
    pointer-events: none;
  }

  .nav-pills.nav-tabs-dropdown.open a,
  .nav-tabs-dropdown.open a {
    position: relative;
    display: block;
  }

  .nav-pills.nav-tabs-dropdown li,
  .nav-tabs-dropdown li {
    display: block;
    padding: 0;
    /* vertical-align: bottom; */
  }

  .nav-pills.nav-tabs-dropdown > li > a,
  .nav-tabs-dropdown > li > a {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    border-color: transparent;
  }

  .nav-pills.nav-tabs-dropdown > li > a:focus,
  .nav-tabs-dropdown > li > a:focus,
  .nav-pills.nav-tabs-dropdown > li > a:hover,
  .nav-tabs-dropdown > li > a:hover,
  .nav-pills.nav-tabs-dropdown > li > a:active,
  .nav-tabs-dropdown > li > a:active {
    border-color: transparent;
  }

  .nav-pills.nav-tabs-dropdown > li >a.active,
  .nav-tabs-dropdown > li > a.active {
    display: block;
    border-color: transparent;
    position: relative;
    z-index: 1;
    background: #222;
  }

  .nav-pills.nav-tabs-dropdown > li.active > a:focus,
  .nav-tabs-dropdown > li.active > a:focus,
  .nav-pills.nav-tabs-dropdown > li.active > a:hover,
  .nav-tabs-dropdown > li.active > a:hover,
  .nav-pills.nav-tabs-dropdown > li.active > a:active,
  .nav-tabs-dropdown > li.active > a:active {
    border-color: transparent;
  }
}

    /* Footer Starts
  ------------------------- */
  footer .email{ font-size:1.2em;color:#007B38;font-weight: var(--bold-font);}
  footer .head-text{font-weight: var(--bold-font);font-size: 21.33px;line-height: 20px;letter-spacing: 0.023em;color: #333333;}
  footer .lead .nav-item{font-weight: var(--normal-font);font-size: 16px;line-height: 22px;letter-spacing: 0.023em;color: #7C7C7C;}
  footer .nav-item .number{font-weight: var(--bold-font);font-size: 20px;line-height: 0px;letter-spacing: 0.023em;color: #000000 !important;}
  footer .verticalline
  {
    position: relative;
    left: 78%;
    top: 55%;
    bottom: 0;
    width: 9rem;
    border: 1px solid #5e2b2b !important;
    transform: rotate(90deg);
  }
  footer .link-dark img{
    width: 2rem;
  }
  footer a{
   color: #7C7C7C;
   text-decoration: none;
  }
  footer a:hover, a:active{
    color: #007B38;
    text-decoration: none;
   }
   .divider-column-left,
   .divider-column-right
   {
    position: relative;
  }
  
  .divider-column-left::before {
    content: '';
    position: absolute;
    top: 1.9rem;
    bottom: 0;
    height:10rem;
    right: -2rem;
    border-radius:10% ;
    border-left: 2px solid #7C7C7C;
  }
  .divider-column-right::before {
    content: '';
    position: absolute;
    top: 1.9rem;
    bottom: 0;
    height:10rem;
    right: 0rem;
    border-radius:10% ;
    border-left: 2px solid #7C7C7C;
  }
  footer span{
    font-weight: var(--bold-font);
    font-size: 1em;
  }
  footer span{
    font-weight: var(--bold-font);
    font-size: 1em;
  }

  @media (min-width: 0px) {
    footer .email{ font-size:1em;color:#007B38;font-weight: var(--bold-font);}
    footer .head-text{font-weight: var(--bold-font);font-size:1em;line-height: normal;letter-spacing: 0.023em;color: #333333;}
    footer .lead .nav-item{font-weight: var(--normal-font);font-size:0.7em;line-height: normal;letter-spacing: 0.023em;color: #7C7C7C;}
    footer .nav-item .number{font-weight: var(--bold-font);font-size:0.8em;line-height: 0px;letter-spacing: 0.023em;color: #000000 !important;}
    footer .footer-768{
      display: revert;
    }
    footer .footer-1024{
      display: none;
    }
  }
  @media (min-width: 1200px) {
    
    footer .footer-768{
      display: none;  
    }
    footer .footer-1024{
      display: revert;
    }
  }
    /* Footer Ends */