@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
  font-family: 'Poppins' !important;
}

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;
}


.about-hero {
  background: url(img/ab1.jpeg) no-repeat center center/cover;
  height: 50vh;
}






.nav-link.active {
  border-bottom: 2px solid #fff !important;
}




















@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;
  }
}