 
body {
  font-family: "Inter", sans-serif;
  color: #323638;
  /*position:relative;*/
  /*line-height:26px;*/
}

.home_nav {
  width: 100%;
  min-height: 85px;
  angle: 0 deg;
  opacity: 1;
  border-bottom-width: 1px;
  padding-top: 10px;
  padding-right: 80px;
  padding-bottom: 10px;
  padding-left: 40px;
  gap: 110px;
  background-color: #0a101f;
  background-image: linear-gradient(to right, #0a101f, #1c2644, #111b32);
}

.img_wd_500 {
    width: 500px;
}
.homeBannerWrap {
  width: 100%;
  margin: 0px auto 0;
  padding:35px 0 55px 0;
  background-image: url(../img/home/homeBanner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.homeBannerWrapSecond {
  width: 100%;
  margin: 0px auto 0;
  padding: 70px   0 70px 0;
  background-image: url(../img/homeBanner.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 768px) {
  .homeBannerWrap {
    padding: 40px 0;
  }
}


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

.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_req_bt {

  /* csss */
  width: 241px;
  max-width: 100%;
  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;
  /* 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;
  /* 
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_req_bt {
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
  }
}

.cta_exp_bt {
  width: 241px;
  max-width: 100%;
  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;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 768px) {
  .cta_exp_bt {
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
  }
}

.container-flex {
  display: flex;
  /* Enables flexbox on the parent */
  gap: 10px;
  /* Adds space between the divs (modern alternative to margins) */
}

@media (max-width: 768px) {
  .container-flex {
    flex-direction: column;
    gap: 15px;
  }
}

.header_p {
  margin-top: 0;
  margin-bottom: 2rem;
}

.dataWrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.imgWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: center;
}

.rightNav {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.navbar .container-fluid {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: nowrap;
}

.navbar .navbar-collapse {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

/* Ensure Bootstrap collapse works properly */
.navbar-collapse.collapse:not(.show) {
  display: none;
}

.navbar-collapse.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: flex !important;
    flex-direction: row;
  }
}

@media (max-width: 991px) {
  .navbar-collapse.collapse.show {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    /*align-items: center;*/
  }
  
  .navbar-collapse.collapsing {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  /* 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;
  }
  
  .navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 4px 8px;
    z-index: 10000;
    position: relative;
  }
  
  /* Prevent body scroll when menu is open */
  body.menu-open {
    overflow: hidden;
  }
}

.navbar-nav li {
  position: relative;
}

.navbar-nav {
  list-style: none;
}

.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 4px 8px;
  background: transparent;
  color: white;
}

.navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

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

#nav-icon .navbar-toggler-icon {
  display: block;
}

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

@media (max-width: 768px) {
  .ai_conteiner h3 {
    font-size: 18px;
  }
  
  .ai_conteiner p {
    font-size: 14px;
    line-height: 22px;
  }
  
  .ai_conteiner .col-sm-3 {
    margin-bottom: 30px;
  }
}

.aiCapabilitiesWrap {
  width: 100%;
  margin: 0 auto;
  /*padding: 40px 0;*/
  background-color: #eceefb;
}

/* How It Works Section - Light Blue Background */
.howItWorksSection {
  background-color: #eceefb;
  position: relative;
}

.howItWorksSection::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 40%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(139, 187, 251, 0.15) 1px, transparent 1px);
  background-size: 20px 20px;
  pointer-events: none;
  opacity: 0.5;
}

.howItWorksSection h1 {
  color: #061840;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .howItWorksSection h1 {
    color: #061840;
  }
}

.aiCapabilitiesWrap h1 {
  margin-bottom: 2.5rem;
  font-size: 2.5rem;
}

@media (max-width: 768px) {
  .aiCapabilitiesWrap h1 {
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    padding: 0 15px;
  }
}

.ai_capabilities_text1 {
  color: #0f46aa;
}

.aiConteinertextWrap {
  margin-top: 20px;
}

 .aiCapabilitiesConteinertextWrap {
    margin-top: 20px;
    text-align:center;
  }
  

.home_nav_sec {
  width: 100%;
  /*min-height: 100px;*/
  min-height: auto;
  angle: 0 deg;
  opacity: 1;
  border-bottom-width: 1px;
  padding-top: 5px;
  padding-right: 80px;
  padding-bottom: 10px;
  padding-left: 40px;
  gap: 110px;
  background-color: #0a101f;
  background-image: linear-gradient(to right, #0a101f, #1c2644, #111b32);
}

@media (max-width: 768px) {
  .home_nav_sec {
    padding: 20px 15px;
  }
  
  .home_nav_sec_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .home_nav_sec_wrap .item h2 {
    font-size: 18px;
  }
}

.home_nav_sec h2 {

  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -0.01%;
  text-align: center;
  vertical-align: middle;
  color: white;
}


.home_nav_sec_wrap {
  display: flex;
  /* Activates Flexbox on the parent */
  justify-content: space-around;
  /* Optional: Distributes space evenly */
  padding-left: 170px;
  padding-right: 140px;
  align-items: center;
}

@media (max-width: 1200px) {
  .home_nav_sec_wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .home_nav_sec_wrap {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 20px;
  }
  
  .home_nav_sec_wrap .item {
    flex-direction: column;
    gap: 10px;
  }
}

.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;
  justify-content: center;
  /* Vertically centers the items */
  gap: 20px;
}

.home_nav_sec_wrap .item img {
  flex-shrink: 0;
}

.home_nav_sec_wrap .item h2 {
  margin: 0;
  white-space: nowrap;
}


.howItWorkWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: 100%;
}

.howItWorkWrapTextWrap {
  margin-left: 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 0;
}

.howItWorkWrap p {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
}

.ai_conteiner_row {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.ai_conteiner_row .col-sm-4 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 30px;
  position: relative;
  flex: 1;
}

.ai_conteiner_row .col-sm-4:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
}

.ai_conteiner_row .col-sm-4:first-child {
  padding-left: 0;
}

.ai_conteiner_row .col-sm-4:last-child {
  padding-right: 0;
}


.HomeFooterWrap {
  /* height: 259px; */
  angle: 0 deg;
  opacity: 1;
  padding-top: 30px;
  padding-bottom: 60px;
  background-image: url("../img/home/bg_footer.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.HomeFooterWrap h1 {
  color: #061840;
  padding-bottom: 30px;
  margin: 0;
  font-size: 28px;
}

.cta_privacy_grp_btn {
  /* width: 457px; */
  /*height: 62px;*/
  angle: 0 deg;
  opacity: 1;
  border-radius: 4px;
  padding-top: 5px;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 30px;
  gap: 8px;
  border-top-width: 2px;
  color: white;
  /*background: linear-gradient(180deg, #4370CB 0%, #0548B3 100%);*/
  border: none;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .cta_privacy_grp_btn {
    width: 100%;
    max-width: 100%;
    padding: 12px 30px;
    height: auto;
    font-size: 14px;
  }
  
  .HomeFooterWrap h1 {
    font-size: 1.5rem;
    padding: 0 15px 20px;
  }
}

.footer_last_div {

  /*height: 94px;*/
  /*angle: 0 deg;*/
  /*opacity: 1;*/


  /*background: #151C2E;*/
}

 .footer_last_div {
   height: 94px;
   angle: 0 deg;
   opacity: 1;
   /* background: #151C2E; */
   background-image: url("../img/home/bg_home_footer.png");
   height: 100%;
   color: white;
 }

/* Removed duplicate styles - now handled above */

.howItWorkWrap h1 {
  font-weight: 500;
  font-style: Medium;
  font-size: 44px;
  leading-trim: NONE;
  line-height: 1.2;
  letter-spacing: -0.3%;
  text-align: left;
  vertical-align: baseline;
  color: #0F46AA;
  margin: 0;
  padding: 0;
  display: inline-block;
  flex-shrink: 0;
}

.howItWorkWrapTextWrap:first-child h1 {
  margin-right: 10px;
}

.howItWorkWrap h3 {
  color: #061840;
  text-align: left;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  display: inline-block;
}

.howItWorkWrapTextWrap:last-child h3 {
  margin-bottom: 8px;
}

.howItWorkWrap p {
  color: #061840;
  text-align: left;
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}

@media (max-width: 991px) {
  .ai_conteiner_row {
    flex-direction: column;
  }
  
  .ai_conteiner_row .col-sm-4 {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 25px;
  }
  
  .ai_conteiner_row .col-sm-4:last-child {
    margin-bottom: 0;
  }
  
  .ai_conteiner_row .col-sm-4::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .howItWorksSection .ai_conteiner_row {
    padding: 30px 20px;
  }
  
  .ai_conteiner_row .col-sm-4 {
    padding: 20px 0 !important;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .ai_conteiner_row .col-sm-4:last-child {
    border-bottom: none;
  }
  
  .howItWorkWrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 0;
  }
  
  .howItWorkWrap h1 {
    font-size: 36px;
    margin-bottom: 0;
    text-align: left;
  }
  
  .howItWorkWrapTextWrap {
    margin-left: 0;
    flex-direction: row;
    align-items: baseline;
    gap: 10px;
  }
  
  .howItWorkWrap h3 {
    font-size: 18px;
  }
  
  .howItWorkWrap p {
    font-size: 14px;
    line-height: 1.4;
  }
  
  .howItWorkWrap h3,
  .howItWorkWrap p {
    text-align: left;
  }
}

@media (max-width: 576px) {
  .howItWorksSection .ai_conteiner_row {
    padding: 25px 15px;
  }
  
  .ai_conteiner_row .col-sm-4 {
    padding: 15px 0 !important;
  }
  
  .howItWorkWrap h1 {
    font-size: 32px;
  }
  
  .howItWorkWrap h3 {
    font-size: 16px;
  }
  
  .howItWorkWrap p {
    font-size: 13px;
  }
  
  .howItWorksSection h1 {
    font-size: 1.5rem;
  }
}

/* White card styling for How It Works section */
.howItWorksSection .ai_conteiner_row {
  /*background-color: white;*/
    background: #F4F5FF;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}

.ind_serve_div {
  background-color: white;
  border-radius: 8px;
  /*padding: 30px 20px;*/
padding: 25px 12px;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  text-align: center;
  gap: 15px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);background-color: #F4F5FF;
}

.row1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
  gap: 20px;
}

.row1 .ind_serve_div {
  margin-right: 0;
}

.ind_serve_div h3 {
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  line-height: 26px;
  letter-spacing: -0.3%;
  vertical-align: middle;
  color: #061840;
  margin: 0;
  text-align: center;
}

.ind_serve_div .howItWorkWrapTextWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ind_serve_div .howItWorkWrapTextWrap img {
  margin-bottom: 10px;
}

 
.howItWorkWrapTextWrap .item {
  display: flex;
  padding-bottom: 0px;
}

@media (max-width: 768px) {
  .ind_serve_div {
    /* On small screens, items stack vertically */
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  
  .row1 {
    flex-direction: column !important;
  }
}

.img1_cls {
  width: 805;
  height: 262;
  angle: 0 deg;
  opacity: 1;
  top: 185px;
  left: 80px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

.aCmdCenterWrap {
  background-image: url("../img/home/a_cmd_bg.png");

}


.a_cmd_center_div1 {
  /*background-image: url("../img/home/img1.png");*/
  padding: 25px 25px 10px 25px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}

.a_cmd_center_div1 p {
  color: white;
}

.a_cmd_center_div1 img {
  padding-right: 10px;
}

.border_10 {
  border-radius: 10px;
}

.a_cmd_center h3 {
  font-weight: 500;
  font-style: Medium;
  font-size: 30px;
  leading-trim: NONE;
 line-height: 50px;
  letter-spacing: -0.3%;
  margin-bottom:20px;
}

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

.a_cmd_center .row {
  align-items: center;
}

@media (max-width: 768px) {
  .a_cmd_center h3 {
    font-size: 24px;
    line-height: 32px;
  }
  
  .a_cmd_center .col-sm-7,
  .a_cmd_center .col-sm-4 {
    margin-bottom: 20px;
  }
  
  .a_cmd_center_div1 {
    padding: 20px 15px;
  }
}

.pl_0 {
  padding-left: 0px;
}

.pr_0 {
  padding-right: 0px;
}

/* 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;
}

/* General Mobile Responsive Styles */
@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;
  }
  
  /* Side menu styles are handled in the main @media (max-width: 991px) block above */
}

@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) {
  .navbar-brand img {
    max-height: 35px;
  }
  
  .home_nav {
    padding: 8px 12px;
    min-height: 60px;
  }
}

@media (max-width: 576px) {
  body {
    font-size: 14px;
  }
  
  .home_nav {
    padding: 10px 15px;
    min-height: 70px;
  }
  
  .homeBannerWrap {
    padding: 30px 0;
  }
  
  .dataWrap {
    text-align: center;
    margin-bottom: 30px;
  }
  
  .dataWrap h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  
  .header_p {
    font-size: 14px;
    margin-bottom: 1.5rem;
  }
  
  .home_banner_title_white,
  .home_banner_title_sky {
    display: block;
  }
  
  .imgWrap img,
  .imgWrap {
    width: 100%;
    height: auto;
  }
  
  .home_nav_sec {
    padding: 20px 10px;
  }
  
  .home_nav_sec_wrap {
    padding-left: 10px;
    padding-right: 10px;
    gap: 15px;
  }
  
  .home_nav_sec_wrap .item {
    flex-direction: column;
    gap: 8px;
    padding: 5px;
  }
  
  .home_nav_sec_wrap .item img {
    max-width: 50px;
    height: auto;
  }
  
  .home_nav_sec h2 {
    font-size: 16px;
  }
  
  .aiCapabilitiesWrap {
    /*padding: 30px 0;*/
  }
  
  .aiCapabilitiesWrap h1 {
    font-size: 1.5rem;
    padding: 0 15px;
  }
  
  .ai_conteiner {
    padding: 0 15px;
  }
  
  .ai_conteiner .col-sm-3 {
    margin-bottom: 25px;
  }
  
  .aiConteinertextWrap {
    margin-top: 15px;
  }
     
  .aiCapabilitiesConteinertextWrap {
    margin-top: 15px;
  }
  
  .a_cmd_center h3 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  
  .a_cmd_center_div1 {
    padding: 15px 10px;
  }
  
  .a_cmd_center_div1 p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .HomeFooterWrap {
    padding: 40px 15px;
  }
  
  .HomeFooterWrap h1 {
    font-size: 1.25rem;
    padding-bottom: 20px;
  }
  
  .cta_privacy_grp_btn {
    padding: 12px 25px;
    font-size: 13px;
  }
}

/* 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;
  }
}


/* menu */
@media (max-width: 991px) {
  .navbar-nav {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 0;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.img_br_rd_5 {
border-radius: 5px;
}
.industWeServeWrap {

    margin-left: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.cmd_center_img {
      background-image: url("../img/home/cmd_center_img.png");
background-size: 100% 100%;
  background-repeat: no-repeat;
  
  padding: 18px 0px 40px 20px;
}

.cmd_bg_img { background-image: url("../img/home/a_cmd_bg.png");}
     
     .bd-t3 {
     border-top: 3px solid #FFF;
     }
     
     .privacy_text h5 {
         font-weight:bolder;
         margin-bottom: 1rem !important; 
 
     }
     .privacy_text p {
         
         text-align: justify !important;
     }
 
 .color_bluelt {
color:  #088cd2;
 }
 
 .color_bluesd  {
color:  #0548B3 ;
 }
 
 .cta_privacy_grp_btn.active {
     background: linear-gradient(180deg, #4370CB 0%, #0548B3 100%);
     font-weight:bold;
 }  .navbar .nav-link {
  position: relative;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease;
}

.navbar .nav-link.active {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.50);
  font-weight: 600;
}

.br_2_grey {
border-right: 2px solid #a9a7a7;
}
