@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
  font-family: 'Poppins';
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.underline-hover {
  position: relative;
  display: inline-block;
  transition: color 0.3s;
}

.underline-hover::after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  transform-origin: bottom right;
  transition: transform 0.3s ease-out;
}

.underline-hover:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.carousel-control-next-icon,
carousel-control-prev-icon {
  color: black !important;
}

.redcolor {
  color: #a90d14 !important;
}

.redbg {
  background: #a90d14 !important;
  color: white !important;
}

.whitebg {
  background: white !important;
  color: #a90d14 !important;
}


.scalebtn {
  transition: all 0.3s ease !important;

  &:hover {
    transform: scale(0.95);
  }
}

/* 
#about{
  height: 70vh !important;
} */


.fpItem {
  transition: all 0.3s ease-in-out;

  &:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.438);
  }
}

.footerLinks {
  transition: all 0.3s ease-in-out !important;

  &:hover {
    color: #a90d14 !important;
    text-decoration: underline !important;
  }
}

.footerLink {
  transition: all 0.3s ease-in-out !important;

  &:hover {
    color: #a90d14 !important;
  }
}


.bento-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  padding: 2rem;
  background-color: #1e1e1e;
}

.bento-item {
  background-color: #2c2c2c;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Optional: make one image span multiple rows or columns like a real bento layout */
.span-row {
  grid-row: span 2;
}

.span-col {
  grid-column: span 2;
}

.navbar-toggler-icon {
  color: black !important;
}








/* about.css */

.about-section {
  padding: 50px 0;
}

.feature-section {
  padding: 40px 0;
  background-color: #e9ecef;
}

.feature-item {
  text-align: center;
  padding: 30px;
}

.feature-item img {
  max-width: 100px;
  height: auto;
  margin-bottom: 20px;
}

.rounded-image {
  border-radius: 10px;
}


.infra-hero {
  background: url(img/infra.jpeg) no-repeat center center/cover;
  height: 50vh;
}





.nav-link.active {
  border-bottom: 2px solid #fff !important;
}


h1,
h2 {
  font-weight: 600;
  color: #2c3e50;
}

.section-title {
  margin-bottom: 2rem;
  text-align: center;
}

.intro-section {
  padding: 2rem 1rem;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
  text-align: center;
}

.intro-section p {
  line-height: 1.7;
  color: #495057;
}

.facility-section {
  padding: 2rem 0;
}

.facility-card {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.facility-card:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.facility-card img {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  height: 200px;
  object-fit: cover;
}

.facility-card-body {
  padding: 1.5rem;
}

.facility-card-title {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 0.75rem;
}

.facility-card-text {
  font-size: 1rem;
  color: #495057;
  line-height: 1.7;
}

.technology-section {
  padding: 2rem 0;
  background-color: #e9ecef;
  border-radius: 0.5rem;
  margin-bottom: 2rem;
}

.technology-section .container {
  padding: 2rem;
}

.technology-section h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.technology-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.technology-list li {
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.05);
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.technology-list li:hover {
  transform: translateY(-0.5rem);
  box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.1);
}

.footer {
  background-color: #343a40;
  color: #fff;
  padding: 1rem 0;
  text-align: center;
  border-top: 1px solid #495057;
}

.footer p {
  margin-bottom: 0;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .intro-section {
    padding: 1.5rem 1rem;
  }

  .facility-section {
    padding: 1rem 0;
  }

  .technology-section {
    padding: 1rem 0;
  }

  .technology-section .container {
    padding: 1rem;
  }
}


















@media (min-width: 200px),
(max-width: 400px) {
  .logo {
    width: 80px !important;
  }
}

@media (max-width: 600px) {
  .logo {
    width: 100px !important;
  }


  .fpItemMain {
    height: 12rem !important;
  }
}

@media (max-width:768px) {
  #navUl .nav-item a {
    font-size: 13px !important;
  }
}

@media (max-width: 992px) {
  .map {
    width: 100% !important;
  }
}

@media (min-width: 600px) {
  .logo {
    width: 160px !important;
  }
}