:root {
  --primary-color: #01257D;
  --background-color: #000060;
  --font-size-base: 1.125rem;
  --line-height-base: 1.7;
}
body{
  background-color: rgb(241, 241, 241);
}
body p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  /* font-weight: 400; */
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: var(--line-height-base);
}
.hero-image {
  position: relative;
}

.hero-image img {
  width: 100%;
  display: block;
  border-radius: 0;
}

.arrow__icon {
  position: absolute;
  bottom: 60px;
  left: 20px;
  background-color: #f5ca35;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.arrow__icon i {
  font-size: 24px;
}
.arrow__icon a {
  color: white;
  font-size: 24px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .arrow__icon {
    display: none;
  }
}
.lastcommon h5, .degisnation p{
  color: #000;
}

#testimonials p , #testimonials h1,  #testimonials h2, #testimonials h3,#testimonials h4,#testimonials h5, #testimonials h6,#testimonials span{
  color: #555;
}
.about-l2m-section-image-video{
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .about-l2m-section-image-video{
    width: 100%;
    height: 100%;
    /* margin: 0; */
  }
}
.section-title {
  color: var(--primary-color);
  letter-spacing: 1px;
  font-size: 2rem;
}
.section-subtext,
.section-text,
.signalling-paragraph,
.signalling-section,
.mvis-paragraph,
ul,
.key-feature-list,
.areas-of-expertise-list {
  font-size: var(--font-size-base);
  line-height: var(--line-height-base);
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .design-capabilities-list{
    width: 100%;
  }
}
.company-overview-heading {
  text-align: center;
  /* padding-bottom: 50px; */
  font-size: 3rem; 
  font-weight: 900;
}

@media (max-width: 768px) {
  .company-overview-heading {
    font-size: 1.5rem; 
    padding-bottom: 0 !important; 
  }
}

.section-subtext {
  margin-bottom: 0.5rem;
  text-align: center;
}
.section-heading {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.container-products, .signalling-section, .mvis-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.container-products.visible, .signalling-section.visible, .mvis-section.visible {
  opacity: 1;
  transform: translateY(0);
}
.product-img {
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
@media screen and (max-width: 768px) {
  .product-title{
    font-size: 3rem;
  } 
  .card-img-top {
      height: 200px !important;
      object-fit: cover;
   }
}
ul li {
  list-style: none;
}
.key-feature-list,
.areas-of-expertise-list {
  list-style: disc;
  padding-left: 1.5rem;
}
.feature-icon {
  font-size: 2rem;
}
.feature-title {
  font-weight: bold;
}
.highlight-title {
  margin-bottom: 1.5rem;
}
.areas-of-expertise,
.technology-highlights {
  padding: 0 1rem;
  text-align: justify;
}
.areas-of-expertise h6,
.key-features h2,
.technology-highlights h6 {
  text-align: left;
  letter-spacing: 1px;
  font-size: 2rem;
}

.key-features h2{
  text-align: center;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .key-focus-areas h3{
    font-size: 25px;
    margin-top: -20px;
  }
  
}

.card-title {
  font-weight: bold;
  letter-spacing: 0px;
  font-size: 1.7rem;
}
.key-features{
  width: 95%;
  margin: 0 auto;
}
.mvis-feature-card {
  /* border: 1px solid var(--primary-color); */
  background-color: #fff;
  gap: 10px;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  width:95%;
  margin: 0 auto;
  box-shadow:        0 0.125rem 0.25rem rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}
.mvis-feature-card:hover {
  cursor: pointer;
  background-color: rgb(243, 250, 255);
  color: #000;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transform: scale(1.05);
}
#cardDeck {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
}
.card {
  flex: 1 1 calc(33.33% - 20px);
  max-width: calc(33.33% - 20px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 1rem;
  color: #000;
  border-radius: 10px;
}
.card button{
  background-color: #f5ca35;
  color: black;
  border: none;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 10px;
}
.card button:hover{
  background-color: #000;
}
.card:hover{
  cursor: pointer;
  transition: all 0.5s ease;
  transform: scale(1.02) ;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
  }
  .section-subtext,
  .section-text,
  .signalling-section,
  .mvis-paragraph {
    font-size: 1rem;
  }
  .card {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .l2m-design-capabilities li {
    font-size: 1.25rem;
  }
  .about-l2m-section-image img{
    width: 100%;
    height: 40vh;
  }
}
@media (max-width: 768px) {
  .work__mainthumb {
    display: none !important;
  }
}


/* design-capabilities------------------------------- */
 .design-capabilities .row p{
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main-heading h1{
    font-size: 2rem;
  }
  
}

 .design-capabilities .row img{
  width:250px;
  height: 200px;
}
 .design-capabilities .row img:hover{
  cursor: pointer;
  transition: all 0.5s ease;
  transform: scale(1.03);
}
/* ABOUT US PAGE STYLING------------------------ */
#tab-11{
  justify-content: center; 
  align-items: center;
  }
  .slide{
    width:100%;
    color: #000060;
  }

  .owl-carousel{
    width: 100%;
    margin: 0 auto;
    
  }
  .tab-content {
  position: relative;
}
@media (max-width: 576px) {
    .railway-signalling-section-image img {
      max-height: 200px;
      margin-top: 20px;
    }
  }
@media screen and (max-width: 768px) {
  .company-leaders{
    display: flex;
    flex-direction: column;
  }
  #tab-11{
    margin-left: 0%;
  }
  .mvis-section h2, .signalling-section h2 {
    font-size: 1.5rem;
  }
}
/* Ensure parent has relative positioning */
/* Ensure the parent tab-content allows absolute positioning */
.tab-content {
  position: relative;
}

/* Style the nav container to center horizontally below */
.owl-nav {
  position: absolute;
  bottom: -50px; /* Adjust distance below carousel */
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 40px;
  z-index: 10;
}

/* Style the individual arrows */
.owl-nav {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 40px;
  z-index: 10;
}

.owl-nav .prev,
.owl-nav .next {
  color: #FFD700;
  font-size: 20px;
  background: transparent;
  border: 2px solid #FFD700;
  border-radius: 20%;
  padding: 10px;
  margin: 20px;
  cursor: pointer;
  transition: 0.3s ease;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .owl-nav {
    bottom: -40px;
    gap: 20px;
  }

  .owl-nav .prev,
  .owl-nav .next {
    font-size: 24px;
    padding: 8px 12px;
  }
}

.owl-nav .prev:hover,
.owl-nav .next:hover {
  background-color: #FFD700;
  color: #fff;
  transform: scale(1.1);
}



/* ABOUT US PAGE STYLING------------------------ */
.video-container {
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.video-container video {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}
.key-features{
  width: 100%;
  margin: 0 auto;
}
.mvis-feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 8px;
  border-radius: 8px;
  background-color: #fff;
  height: 100%; 
}
.mvis-feature-images {
  margin-top: auto; 
  text-align: center;
  border: 2px solid #f5ca35;
}
.mvis-feature-images img {
  width: 300px;
  max-width: 100%;
  height: 200px;
}








