
.tata_banner {
  position: relative;
}
.overlay_banner{
  position: relative;
}

.owl-carousel img {
  display: block;
  width: 100%;
  object-fit: cover;
  filter: brightness(50%);
}
.tata_banner .slider_box img {

  position: absolute;
  z-index: -1;
  height: 100%;
}
.content-info {
  position: absolute;

  transform: translateY(-500%);
}
.content-info .slide-contents {
  color: #fff;
  max-width: 590px;
  width: 100%;
  padding: 1.5rem;
  bottom: 30%;
  height: auto;
}

.content-info .slide-contents  .banner-heading {
  font-family: 'AMS', sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
}

/* tabs section */

.aerostructures_tabs{
  position: relative;
}

.aerostructures_tabs ul {
  display: flex; 
  flex-wrap: nowrap; 
}

.aerostructures_tabs .nav-tabs {
  box-shadow: rgb(230, 230, 230) -1px -1px 10px;
  justify-content: center;
  align-items: center;
  border-bottom: none;
}

.aerostructures_tabs li {
  width: 100%;
  background-color: rgb(71, 128, 194);
}

.aerostructures_tabs .nav-tabs .nav-link {
  position: relative;
  font-weight: 600;
  opacity: 0.7; 
  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.4;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff; 
  transition: opacity 0.3s ease; 
}

.aerostructures_tabs .nav-tabs .nav-link.active {
  background-color: rgb(71, 128, 194);
  color: #fff;
  opacity: 1;
}
.aerostructures_tabs .nav-tabs .nav-link.active:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4780c2;
  position: absolute;
  bottom: -10px;
}

.tab-arrow {
  position: absolute;
  bottom: 45px;
  width: 50px;
  left: 55px;
  display: flex;
  justify-content: end;
}
.tab-arrow img {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

/* tab-Content */
.aerostructures_tabs .tab-content{
  display: block;
}
.tab-content img {
  height: 355px;
  width: 100%;
}

.aerostructures_tabs .card-body .container-fluid{
  background-color: #f5f5f5;
}

.aerostructures_tabs .card-body .flex_text {
  width: 100%;
}


.aerostructures_tabs p {
  font-size: 1.1em;
  line-height: 150%;
  color: #434343;
  font-weight: 400;
}
.career_life p {
  font-size: 1.1em;
  line-height: 150%;
  color: #434343;
  font-weight: 400;
}

.line-btn {
  font-weight: bold;
  color: #fff;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 5px;
  z-index: 99;
  text-decoration:  none;
}


/* other Weapon systems */
.support-box {
  background: #ffffff;
  position: relative;
}
.support_box img {
  height: 226px;
}
.support-text {
  position: relative;
  padding: 30px;
  height: 300px;
  /* height: 280px; */
  background: #f5f5f5;
}
.support-text h4{
  text-align: left;
  margin-bottom: 10px;
  color: #2b2b33;

  font-weight: 600;
}

.support-text p{
  text-align: left;
  margin-bottom: 6px;
 
}

.support-text a {
  color: #4983e4;
  color: #4983e4;
  position: absolute;
  bottom: 31px;
}

  @media (max-width: 921px) {
    .aerostructures_tabs .nav-tabs {
      display: flex;
      flex-wrap: nowrap;
    }
  
    .aerostructures_tabs .nav-tabs .nav-item {
      flex: 1 1 auto;
      text-align: center;
    }
  
    .aerostructures_tabs .nav-tabs .nav-link {
      padding: 25px 0;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      min-height: 80px;
    }
  }
  


@media (max-width: 655px) {
  .aerostructures_tabs .nav-tabs {
    display: flex;
    flex-wrap: wrap;
  }
}



/* Fuzes-draft-page */

/* images-card */
.life-at-card1{
  height: 45vh;
  border: 0.1em solid #ededed;
}

.life-at-card1 img {
    padding: 1.2rem 0;
    width: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 0.2em;
}



.life-at-card1 .details {
    padding: 1em;
    height: 100%;
}

.life-at-card1 .details:hover{
      height: 50vh;
      z-index: 1000;
}

.life-at-card1 .details h5:hover{
    color: #4983e4;
    cursor: pointer;

} 


.life-at-card1 p.details-desc {
    font-size: 1em;
    cursor: pointer;
}
.life-at-card1 p.details-desc:hover{
    color: #4780c2;
}


/* product section */
.accordion-toggle {
  cursor: pointer;
  font-size: 1.5rem;
}

.accordion-toggle i {
  display: inline-block;
  transition: transform 0.5s ease;
}

.accordion-toggle.active i {
  transform: rotate(180deg);
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}


.accordion-content.show {
  max-height: fit-content; 
}


/* new individual product page */
  .characteristics-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
  }

  .characteristics-table th {
    
    background-color: #4983e4;
    color: white;
    padding: 20px;
    text-align: left;
    font-weight: bold;
  }

  .characteristics-table td {
    padding: 10px;
    border-top: 1px solid #ddd;
    color: #2b2b33;
  }

  .characteristics-table tbody tr:first-child td {
    border-top: none;
  }


  /* Hardware design Services */

  .csr-desc{
    font-size: 1.15em;
    font-weight: 400;
  }
  .text-justify {
    text-align: justify;
  }

/* why  choose ams */
.steps-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 1rem;
}

.feature-card {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid #4780c2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px 4px #4780c2;
}

.feature-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    border-radius: 50%;
    background-color: #7daaf8;
    color: #2b2b33;
    transition: all 0.3s ease;
    border: 2px solid #4780c2;
}

.feature-card-num{
    font-size: 1.3rem;
    font-weight: 600;
}

.feature-card:hover .feature-icon {
    background-color: #4780c2;
    transform: scale(1.1);
}

.feature-title {
    color: #4780c2;
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.feature-description {
    color:#2b2b33;
    font-size: 1.05rem !important;
    line-height: 1.6;

}

@media (max-width: 768px) {

    .steps-container {
      grid-template-columns: repeat(1, 1fr);
      padding: 0;
    }



    .feature-card {
        padding: 1.5rem;
    }

    .feature-icon {
        width: 70px;
        height: 70px;
    }
}

/* list items */
  .custom-list {
    list-style: none;
    padding-left: 50px;
  }

  .custom-list li {
    position: relative;
    font-size: 1.1rem;
    padding-left: 1.5em;
    margin-bottom: 8px;
    color: #222; /* Text color */
  }

  .custom-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    color: #336699; 
    font-size: 0.8em;
    top: 2px;
  }

  /* Nested list customization (optional or reset) */
  .custom-list .inner-custom-list {
    padding-left: 1.5em;
  }

  .custom-list .inner-custom-list li{
    padding-left: 0;
  }

  .custom-list .inner-custom-list li::before {
    content: none;
  }

  .custom-section {
    padding: 0 1rem ;
    border-radius: 6px;
  }

  .custom-section ul{
    margin-bottom: 0;
  }




/* FPGA Design */

.adv-card{
  border: 2px solid #4780c2;
  border-radius: 8px;
  padding: 20px 10px;
  text-align: center;
  transition: transform 0.3s  ease-in-out;
  font-size: 1.1rem;
  height: 100%;
  width:100% ;
  font-weight: 500;
  
}

.adv-card:hover{
  transform: translateY(-5px);
  box-shadow: 0 5px 8px #4780c2;
}

@media (max-width:786px) {
  .custom-list {
    padding-left: 0px;
  }
}


/* software designing services - Cards */
.feature-card-it {
    background: #fff;
    border-radius: 15px;
    padding: 2rem;
    /* text-align: center; */
    transition: all 0.3s ease;
    border: 2px solid #4780c2;
    display: flex;
    flex-direction: column;
}


.feature-card-it:hover .feature-icon {
    background-color: #4780c2;
    transform: scale(1.1);
}


.feature-card-it:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 10px 4px #4780c2;
}


  /* software card items */
  .feature-card-list {
    list-style: none;
    padding-left: 15px;
  }

  .feature-card-list li {
    position: relative;
    font-size: 1.1rem;
    padding-left: 1.5em;
    margin-bottom: 8px;
    color: #222; /* Text color */
  }

  .feature-card-list li::before {
    content: "◆";
    position: absolute;
    left: 0;
    color: #336699; 
    font-size: 0.8em;
    top: 2px;
  }


@media (max-width:992px) {
  
  .feature-card-it {
    padding: 2rem 0;
  }

  .accordion-content{
    padding: 0;
  }

  .col-12{
    padding: 0;
  }

  .custom-section{
    padding: 0;
  }


}