body {
  font-family: "Inter", sans-serif;
  color: #323638;
}

.bg_industries {


  transition: background-image 0.4s ease;
  /* Smooth transition for hover */

  /* Apply the linear gradient */
  background: linear-gradient(270deg, #0E1120 0%, #111628 50%, #131220 100%);


}

.IndustriesWeServeWrap {
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 60px 0;

}

@media (max-width: 768px) {
  .IndustriesWeServeWrap {
    padding: 40px 0;
  }
}

.IndustriesWeServeWrap h1 {
  margin-bottom: 2.5rem;
  color: white;
  font-size: 2.5rem;
}

.IndustriesWeServeWrap p {
  margin-bottom: 10px;
  color: white;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 160%;
  letter-spacing: -0.01%;
}

@media (max-width: 768px) {
  .IndustriesWeServeWrap h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    padding: 0 15px;
  }
  
  .IndustriesWeServeWrap p {
    font-size: 16px;
    padding: 0 15px;
    margin-bottom: 1.5rem;
  }
}

.home_nav {
  width: 100%;
  min-height: 100px;
  angle: 0 deg;
  opacity: 1;
  border-bottom-width: 1px;
  padding-top: 13px;
  padding-right: 80px;
  padding-bottom: 13px;
  padding-left: 40px;
  gap: 110px;
  background-color: #0a101f;
  background-image: linear-gradient(to right, #0e0e18, #0d101e, #0a0d18);
}

@media (max-width: 768px) {
  .home_nav {
    padding: 13px 20px;
  }
}

@media (max-width: 576px) {
  .home_nav {
    padding: 10px 15px;
  }
}

.homeBannerWrap {
  width: 100%;
  margin: 0px auto 0;
  padding: 70px 0 0;
  background-image: url(../img/homeBanner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
 

.rightNavBtn {
  /* csss */
  width: 173;
  height: 50;
  angle: 0 deg;
  opacity: 1;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  gap: 8px;
  border-radius: 4px;
  color: white;
  /* Basic button styling */
  /* padding: 15px 30px; */
  border: none;
  /* border-radius: 8px; */

  /* Ensure text is readable */
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-image 0.4s ease;

  background-image: linear-gradient(to bottom, #3275DB 0%, #0548B3 100%);

  text-decoration: none;
}

.cta_learnmore_btn {
  /* csss */
  /* width: 241px; */
  /*height: 55px;*/
  angle: 0 deg;
  opacity: 1;
 
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 12px;
  
  gap: 8px;
  border-radius: 5px;
  color: white;
  /* Basic button styling */
  /* padding: 15px 30px; */
  border: none;
  /* border-radius: 8px; */

  /* Ensure text is readable */
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-image 0.4s ease;

  background: linear-gradient(98.22deg, #3A4164 10.92%, #202539 78.53%);

  text-decoration: none;
  /* 
top: 519px;
left: 70px;
angle: 0 deg;
opacity: 1;
padding-top: 12px;
padding-right: 38px;
padding-bottom: 12px;
padding-left: 38px;
gap: 8px;
border-radius: 4px; */
}

@media (max-width: 768px) {
  .cta_learnmore_btn {
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
    height: auto;
  }
}

.cta_exp_bt {
  width: 241px;
  height: 55px;
  angle: 0 deg;
  opacity: 1;
  padding-top: 12px;
  padding-right: 24px;
  padding-bottom: 12px;
  padding-left: 24px;
  gap: 8px;
  border-radius: 4px;
  color: white;
  border: 1px solid white;
}

.container-flex {
  display: flex;
  /* Enables flexbox on the parent */
  gap: 10px;
  /* Adds space between the divs (modern alternative to margins) */
}

.header_p {
  margin-top: 0;
  margin-bottom: 2rem;
}

header ul.navbar-nav {
  margin: 0 auto;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

header ul.navbar-nav .nav-item {
  margin: 0 0 0 35px;
  margin: 0 0 0 27px;
}

@media (max-width: 991px) {
  header ul.navbar-nav .nav-item {
    margin: 0;
    padding: 10px 0;
  }
  
  .navbar-nav {
    flex-direction: column;
  }
  
  .rightNav {
    margin-top: 15px;
    width: 100%;
  }
  
  .rightNav .cta_req_btn {
    width: 100%;
  }
}

.navbar-nav li {
  position: relative;
}

.navbar-nav {
  list-style: none;
}

.home_banner_title_sky {
  color: #8BBBFB;
}

.home_banner_title_white {
  color: white;
}

.ai_conteiner h3 {
  color: #061840;
  font-weight: 600;
  font-style: Semi Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -0.3%;

}

.ai_conteiner p {
  color: #050918;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -0.3%;
}



.ai_capabilities_text1 {
  color: #0f46aa;
}

.aiConteinertextWrap {

  margin-top: 20px;
}

 
.home_nav_sec h2 {

  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -0.01%;
  text-align: center;
  vertical-align: middle;
  color: white;
}
.cta_req_btn { 
height: 50px;
angle: 0 deg;
opacity: 1;
border-radius: 4px;
padding-top: 12px;
padding-right: 24px;
padding-bottom: 12px;
padding-left: 24px;
gap: 8px;
color:white;
background: linear-gradient(180deg, #3275DB 0%, #0548B3 100%);
border: none;
white-space: nowrap;
font-size: 14px;
}

@media (max-width: 768px) {
  .cta_req_btn {
    padding: 10px 16px;
    font-size: 12px;
    height: auto;
  }
}

.home_nav_sec_wrap {
  display: flex;
  /* Activates Flexbox on the parent */
  justify-content: space-around;
  /* Optional: Distributes space evenly */
  padding-left: 100px;
  padding-right: 100px;
}

.home_nav_sec_wrap .item {
  flex: 1;
  /* Optional: Makes each item grow equally to fill the space */
  padding: 10px;

  text-align: center;
  display: flex;
  /* Enables flexbox layout */
  align-items: center;
  /* Vertically centers the items */
  gap: 20px;

}


.howItWorkWrap {
  display: flex;
  align-items: center;
  /* This vertically centers the items */
  gap: 10px;
  /* Adds space between the h1 and div */
}

.indusWeServeDivTextWrap {
  width: 100%;
  margin: 0px auto 0;
  padding: 70px 0 0;
  /* ///assets/img/industries/div_text_bg.png */
  background-image: url("../img/industries/div_text_bg.png");
  background-color: #cccccc;
  /* background-image: url(/assets/img/industries/div_text_bg.png); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 15px  30px 15px 30px;
  border-radius: 0 0 15px 15px;
}

@media (max-width: 768px) {
  .indusWeServeDivTextWrap {
    padding: 20px 15px;
  }
}

.indusWeServeDivTextWrap h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 18px;
  letter-spacing: -0.3%;
  vertical-align: middle;
}

.indusWeServeDivTextWrap p {
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;
  line-height: 27px;
  letter-spacing: -0.3%;
  vertical-align: middle;
  color: #061840;
}

@media (max-width: 768px) {
  .indusWeServeDivTextWrap h3 {
    font-size: 20px;
    line-height: 24px;
  }
  
  .indusWeServeDivTextWrap p {
    font-size: 16px;
    line-height: 24px;
  }
  
  .indusWeServeDivTextWrap .item {
    flex-direction: column;
    text-align: center;
    padding-bottom: 20px;
  }
  
  .indusWeServeDivTextWrap .item img {
    margin: 0 auto;
  }
}
 

.indusWeServeDivTextWrap .item {
    display: flex;
    padding-bottom: 7px;
}

.indusWeServeDivTextWrap .item img {
  height: 20px;padding-right: 10px;
}

.pl20 {

  padding-left: 20px;
}

.div_top_img {
  border-radius: 15px 15px 0 0;
}

@media (max-width: 768px) {
  .div_top_img {
    width: 100%;
    height: auto;
  }
  
  .ai_conteiner .col-sm-6 {
    margin-bottom: 30px;
  }
  
  .pt-4 {
    padding-top: 20px !important;
  }
}

/* Navbar Brand Styles */
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  flex-shrink: 0;
}

.logo-img {
  max-height: 50px;
  width: auto;
  flex-shrink: 0;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.brand-name {
  color: white;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}

.brand-name-bold {
  font-weight: 700;
  font-style: italic;
}

.brand-tagline {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
  white-space: nowrap;
}

.navbar .container-fluid {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}

.navbar .navbar-collapse {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

.rightNav {
  margin-left: auto;
  display: flex;
  align-items: center;
}

@media (max-width: 991px) {
  .navbar-collapse.collapse.show {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .navbar-collapse.collapsing {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    transition: height 0.35s ease;
  }
  
  .navbar-nav {
    flex-direction: row;
    width: auto;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
    justify-content: center;
  }
  
  .navbar .navbar-collapse {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  header ul.navbar-nav .nav-item {
    margin: 0 5px;
    padding: 5px 0;
  }
}

@media (max-width: 991px) {
  .home_nav {
    padding: 13px 20px;
  }
  
  .navbar-brand img {
    max-height: 40px;
  }
  
  .brand-name {
    font-size: 16px;
  }
  
  .brand-tagline {
    font-size: 11px;
  }
  
  .navbar .container-fluid {
    flex-wrap: wrap;
  }
  
  .navbar-toggler {
    order: 2;
    margin-left: auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 8px;
    z-index: 1000;
    color: white;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
  /* Side Menu - Slides in from right */
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 85vw;
    height: 100vh;
    background: linear-gradient(180deg, #0a101f 0%, #1c2644 50%, #111b32 100%);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 60px 30px 30px;
    z-index: 9999;
    transition: right 0.3s ease-in-out;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.5);
    overflow-y: auto;
  }
  
  .navbar-collapse.collapse:not(.show) {
    display: flex !important;
    right: -100%;
  }
  
  .navbar-collapse.collapse.show {
    display: flex !important;
    right: 0;
  }
  
  .navbar-collapse.collapsing {
    display: flex !important;
    right: -100%;
    transition: right 0.3s ease-in-out;
  }
  
  /* Overlay backdrop */
  .menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  
  .menu-backdrop.show {
    opacity: 1;
    visibility: visible;
  }
  
  header ul.navbar-nav .nav-item {
    margin: 0 0 20px 0;
    padding: 0;
    width: 100%;
    border-bottom: none;
    opacity: 0;
    transform: translateX(20px);
    animation: slideInMenuItem 0.4s ease-out forwards;
  }
  
  header ul.navbar-nav .nav-item:last-child {
    margin-bottom: 0;
  }
  
  header ul.navbar-nav .nav-item:nth-child(1) {
    animation-delay: 0.1s;
  }
  
  header ul.navbar-nav .nav-item:nth-child(2) {
    animation-delay: 0.2s;
  }
  
  header ul.navbar-nav .nav-item:nth-child(3) {
    animation-delay: 0.3s;
  }
  
  header ul.navbar-nav .nav-item:nth-child(4) {
    animation-delay: 0.4s;
  }
  
  header ul.navbar-nav .nav-item:nth-child(5) {
    animation-delay: 0.5s;
  }
  
  header ul.navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  
  @keyframes slideInMenuItem {
    from {
      opacity: 0;
      transform: translateX(20px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }
  
  .navbar-nav {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  
  .navbar-nav .nav-link {
    width: 100%;
    padding: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    line-height: 1.5;
  }
  
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active {
    color: #fff;
  }
  
  .rightNav {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    opacity: 0;
    transform: translateX(20px);
    animation: slideInMenuItem 0.4s ease-out forwards;
    animation-delay: 0.6s;
  }
  
  .rightNav .cta_req_btn {
    width: 100%;
    padding: 12px 20px;
  }
  
  /* Reset animations when menu closes */
  .navbar-collapse.collapse:not(.show) .nav-item,
  .navbar-collapse.collapse:not(.show) .rightNav {
    opacity: 0;
    transform: translateX(20px);
    animation: none;
  }
  
  /* Prevent body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }
  
  header ul.navbar-nav .nav-item {
    margin: 0;
    padding: 10px 0;
  }
  
  .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  
  .navbar .navbar-collapse {
    justify-content: flex-start;
    width: 100%;
  }
  
  .rightNav .cta_req_btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    flex-direction: row;
    gap: 10px;
    max-width: calc(100% - 50px);
  }
  
  .brand-text {
    display: none;
  }
  
  .home_nav {
    padding: 10px 15px;
  }
  
  .navbar .container-fluid {
    padding: 0;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
  
  .navbar-brand img {
    max-height: 35px;
  }
  
  .home_nav {
    padding: 8px 12px;
    min-height: 60px;
  }
  
  .indusWeServeDivTextWrap .item img {
    max-width: 50px;
    height: auto;
  }
}

/* Ensure all images are responsive */
img.img-fluid {
  max-width: 100%;
  height: auto;
}

/* Responsive container adjustments */
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .jumbotron {
    padding: 20px 15px;
  }
  
  .jumbotron h1 {
    font-size: 1.75rem;
  }
  
  .jumbotron p {
    font-size: 16px;
  }
}

.IndustriesFooterWrap {
  background-image: url("../img/industries/footer_img.png");
  min-height: 259px;
  angle: 0 deg;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 30px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.IndustriesFooterWrap h1 {
  color: white;
  padding-bottom: 30px;
  font-size: 2.5rem;
}

.cta_footer_req_live_btn {
  /* width: 457px; */
  /*height: 62px;*/
  angle: 0 deg;
  opacity: 1;
  border-radius: 4px;
  padding-top: 10px;
  padding-right: 70px;
  padding-bottom: 10px;
  padding-left: 70px;
  gap: 8px;
  border-top-width: 2px;
  color: white;
  background: linear-gradient(180deg, #4370CB 0%, #0548B3 100%);
  border: none;
  font-size: 16px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .IndustriesFooterWrap {
    min-height: auto;
    padding: 30px 15px;
  }
  
  .IndustriesFooterWrap h1 {
    font-size: 1.5rem;
    padding: 0 15px 20px;
  }
  
  .cta_footer_req_live_btn {
    width: 100%;
    max-width: 100%;
    padding: 12px 30px;
    height: auto;
    font-size: 14px;
  }
  
  .indusWeServeDivTextWrap {
    padding: 20px 15px;
  }
  
  .cta_learnmore_btn {
    width: 100%;
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .IndustriesWeServeWrap {
    padding: 30px 0;
  }
  
  .IndustriesWeServeWrap h1 {
    font-size: 1.5rem;
    padding: 0 15px;
  }
  
  .IndustriesWeServeWrap p {
    font-size: 14px;
    padding: 0 15px;
  }
  
  .indusWeServeDivTextWrap h3 {
    font-size: 18px;
    line-height: 22px;
  }
  
  .indusWeServeDivTextWrap p {
    font-size: 14px;
    line-height: 20px;
  }
  
  .indusWeServeDivTextWrap {
    padding: 15px 10px;
  }
  
  .div_top_img {
    border-radius: 10px 10px 0 0;
  }
  
  .IndustriesFooterWrap {
    padding: 25px 15px;
  }
  
  .IndustriesFooterWrap h1 {
    font-size: 1.25rem;
  }
  
  .cta_footer_req_live_btn {
    padding: 12px 25px;
    font-size: 13px;
  }
}