/* Fonts */
.epilogue-serif {
  font-family: "Epilogue", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.site {
  display: grid;
  min-height: 100dvh;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: minmax(0px, 1fr);
}

a {
  text-decoration: none;
}

.inter-serif {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}



/* Navbar */
.dev {
  background: white;
  border-bottom: 1px solid #eee;
  font-size: 11px;
  top: 20px;
  margin-left: 20px;
  line-height: 1.2;
  display: flex;
  justify-content: end;

}

.dev p a {
  color: coral;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

.dev p a:hover {
  color: #235808;
}

.navbar .navbar-brand {
  min-width: 65px;
}

.navbar-toggler {
  margin-left: auto;
  margin-right: 5px;
}

.navbar .navbar-nav .nav-link {
  font-family: "Inter", sans-serif;
  padding: 15px;
  color: var(--dark);
  font-weight: 300;
  outline: none;
  padding-right: 20px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: #4168E5;
}

.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 5px;
  transition: .5s;
}

.dropdown-item:hover {
  background-color: #4168E5;
  color: white;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
  transform: rotate(-180deg) translateY(3px);
}

@media only screen and (max-width: 1080px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #EEEEEE;
  }

  nav .container-fluid h3 {
    color: #0077ff;
    font-size: 15px;
  }
}

@media only screen and (max-width: 495px) {
  nav .dev {
    margin-inline: auto;
  }
}

@media (min-width: 992px) and (max-width: 1449px) {
  nav .container-fluid h3 {
    color: #0077ff;
    font-size: 16px;
  }

  .navbar .navbar-nav .nav-link {
    font-family: "Inter", sans-serif;
    padding: 5px;
    color: var(--dark);
    font-weight: 300;
    outline: none;
    padding-right: 20px;
  }


}



.landhead {
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 3.5rem;
  font-family: "Epilogue", sans-serif;
}

.landhead-paragraph {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
}

.btn-left-longer {
  font-size: 1rem;
  width: 300px;
  color: white;
  background-color: #4168E5;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

.btn-right-longer {
  font-size: 1rem;
  width: 300px;
  color: #4168E5;
  border: 0.1px solid #4168E5;
  background-color: white;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}

@media (max-width:430px) {
  .logbtn {
    margin: 0;
  }

  .carousel-item img {
    height: 400px;
    /* Set the desired height */
    object-fit: fill;
    /* Ensures the image covers the container */
  }

  .btn-left-longer {
    font-size: 1rem;
    width: 300px;
    color: white;
    background-color: #4168E5;
    font-family: "Inter", sans-serif;
    font-weight: 300;
  }

  .btn-right-longer {
    margin-top: 10px;
    font-size: 1rem;
    width: 300px;
    color: #4168E5;
    border: 0.1px solid #4168E5;
    background-color: white;
    font-family: "Inter", sans-serif;
    font-weight: 300;
  }
}

/* Carousel */
.carousel-item {
  height: 500px;
}

.carousel-item img {
  height: 100%;
  width: 100%;
  object-fit: fill;
}

@media (max-width: 420px) {
  .carousel-item {
    height: 300px;
    /* Adjust the height for mobile screens */
  }


  .btn-right-longer {
    margin-top: 10px;
    font-size: 0.8rem;
    width: 300px;
    color: #4168E5;
    border: 0.1px solid #4168E5;
    background-color: white;
    font-family: "Inter", sans-serif;
    font-weight: 300;
  }

  .btn-left-longer {
    font-size: 1rem;
    width: 300px;
    color: white;
    background-color: #4168E5;
    font-family: "Inter", sans-serif;
    font-weight: 300;
  }

  .landhead {
    letter-spacing: 2px;
    font-weight: bold;
    font-size: 2rem;
    font-family: "Epilogue", sans-serif;
  }

  .landhead-paragraph {
    font-size: 0.8rem;
    font-family: "Inter", sans-serif;
  }

}

.name {
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 600;
}

.section-content {
  padding: 40px 0;
  align-items: center;
}

.section-header {
  text-align: center;
  font-family: 'Epilogue', sans-serif;
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 20px;
}

.section-paragraph {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  margin-top: 20px;
  color: #5f5d5d;
}

.image-placeholder,
.image-placeholder-right {
  text-align: center;
}

.image-placeholder img {
  max-width: 50%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.image-placeholder-right {
  height: 100%;
}

.image-placeholder-right img {
  width: 100%;
  height: 500px;
  object-fit: fill;
  border-radius: 8px;
}

/* Mobile Styles */
@media (max-width: 420px) {
  .image-placeholder img {
    max-width: 90%;
    height: 250px;
    object-fit: cover;
    border-radius: 8px;
  }

  .section-header {
    font-size: 2rem;
    text-align: center;
  }

  .section-paragraph {
    margin-top: 10px;
    font-size: 1rem;
    text-align: center;
  }

  .image-placeholder-right img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
  }

  .section-content {
    padding: 20px 0;
  }
}

/* @media (max-width: 767.98px) {
  .order-md-1 {
    order: 2;
  }

  .order-md-2 {
    order: 1;
  }

  .order-md-3 {
    order: 3;
  }
} */

/*News Cards */
.card {
  height: 100%;
  border: none;
  /* Optional: Remove border for a cleaner look */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  /* Optional: Add shadow for depth */
}



.card-img-top {
  height: 200px;
  /* Fixed height for the image */
  object-fit: cover;
  /* Ensures the image covers the div without distortion */
}

.card-body {
  display: flex;
  flex-direction: column;
  height: 150px;
  /* Fixed height for card body */
}

.card-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  margin-bottom: auto;
  /* Pushes date and read time to the bottom */
  text-decoration: none !important;
}

.card-date {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #6c757d;
  /* Bootstrap text-muted color */
  display: flex;
  justify-content: space-between;
  text-decoration: none !important;
}

.card-read-time {
  font-family: 'Inter', sans-serif;
  font-size: 0.875rem;
  color: #6c757d;
  /* Bootstrap text-muted color */
}

@media (max-width: 767px) {
  .card-title {
    font-size: 1rem;
  }

  .card-date,
  .card-read-time {
    font-size: 0.75rem;
  }

  .card-img-top {
    height: 150px;
    /* Adjust height for smaller screens */
  }

  .card-body {
    height: 120px;
    /* Adjust height for smaller screens */
  }
}

/* Custom CSS for the centered button */
.mt-4 {
  margin-top: 1.5rem !important;
}

.morebtn {
  border-radius: 4px;
}

/* Gallery */
.container.gallery-container {
  background-color: #fff;
  color: #35373a;
  min-height: 100vh;
  padding: 30px 50px;
}

.gallery-container h1 {
  text-align: center;
  margin-top: 50px;
  font-weight: bold;
}

.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

.tz-gallery {
  padding: 40px;
}

.tz-gallery .row>div {
  padding: 2px;
}

.tz-gallery .lightbox img {
  width: 100%;
  border-radius: 0;
  position: relative;
}

.tz-gallery .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: 'Glyphicons Halflings';
  content: '\e003';
  pointer-events: none;
  z-index: 9000;
  transition: 0.4s;
}

.tz-gallery .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(46, 132, 206, 0.7);
  content: '';
  transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
  opacity: 1;
}

.baguetteBox-button {
  background-color: transparent !important;
}

.glightbox .gcontainer {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
}

.fixed-size-img {
  width: 100%;
  height: 200px;
  /* Adjust the height as needed */
  object-fit: cover;
}


/* Footer */
.footer_area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
  padding: 60px;
}

.footer_area .row {
  margin-left: -25px;
  margin-right: -25px;
}

.footer_area .row .col,
.footer_area .row .col-1,
.footer_area .row .col-10,
.footer_area .row .col-11,
.footer_area .row .col-12,
.footer_area .row .col-2,
.footer_area .row .col-3,
.footer_area .row .col-4,
.footer_area .row .col-5,
.footer_area .row .col-6,
.footer_area .row .col-7,
.footer_area .row .col-8,
.footer_area .row .col-9,
.footer_area .row .col-auto,
.footer_area .row .col-lg,
.footer_area .row .col-lg-1,
.footer_area .row .col-lg-10,
.footer_area .row .col-lg-11,
.footer_area .row .col-lg-12,
.footer_area .row .col-lg-2,
.footer_area .row .col-lg-3,
.footer_area .row .col-lg-4,
.footer_area .row .col-lg-5,
.footer_area .row .col-lg-6,
.footer_area .row .col-lg-7,
.footer_area .row .col-lg-8,
.footer_area .row .col-lg-9,
.footer_area .row .col-lg-auto,
.footer_area .row .col-md,
.footer_area .row .col-md-1,
.footer_area .row .col-md-10,
.footer_area .row .col-md-11,
.footer_area .row .col-md-12,
.footer_area .row .col-md-2,
.footer_area .row .col-md-3,
.footer_area .row .col-md-4,
.footer_area .row .col-md-5,
.footer_area .row .col-md-6,
.footer_area .row .col-md-7,
.footer_area .row .col-md-8,
.footer_area .row .col-md-9,
.footer_area .row .col-md-auto,
.footer_area .row .col-sm,
.footer_area .row .col-sm-1,
.footer_area .row .col-sm-10,
.footer_area .row .col-sm-11,
.footer_area .row .col-sm-12,
.footer_area .row .col-sm-2,
.footer_area .row .col-sm-3,
.footer_area .row .col-sm-4,
.footer_area .row .col-sm-5,
.footer_area .row .col-sm-6,
.footer_area .row .col-sm-7,
.footer_area .row .col-sm-8,
.footer_area .row .col-sm-9,
.footer_area .row .col-sm-auto,
.footer_area .row .col-xl,
.footer_area .row .col-xl-1,
.footer_area .row .col-xl-10,
.footer_area .row .col-xl-11,
.footer_area .row .col-xl-12,
.footer_area .row .col-xl-2,
.footer_area .row .col-xl-3,
.footer_area .row .col-xl-4,
.footer_area .row .col-xl-5,
.footer_area .row .col-xl-6,
.footer_area .row .col-xl-7,
.footer_area .row .col-xl-8,
.footer_area .row .col-xl-9,
.footer_area .row .col-xl-auto {
  padding-right: 25px;
  padding-left: 25px;
}

.single-footer-widget {
  position: relative;
  z-index: 1;
}

.single-footer-widget .copywrite-text a {
  color: #747794;
  font-size: 1rem;
  text-decoration: none;
}

.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
  color: #3f43fd;
  text-decoration: underline;
}

.single-footer-widget .widget-title {
  margin-bottom: 1.5rem;
}

.single-footer-widget .footer_menu li a {
  color: #747794;
  margin-bottom: 1rem;
  display: block;
  font-size: 1rem;
  text-decoration: none;
}

.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
  color: #3f43fd;
  text-decoration: underline;
}

.single-footer-widget .footer_menu li:last-child a {
  margin-bottom: 0;
}

.footer_social_area {
  position: relative;
  z-index: 1;
}

.footer_social_area a {
  border-radius: 50%;
  height: 40px;
  text-align: center;
  width: 40px;
  display: inline-block;
  background-color: #f5f5ff;
  line-height: 40px;
  box-shadow: none;
  margin-right: 10px;
}

.footer_social_area a i {
  line-height: 36px;
}

.footer_social_area a:hover,
.footer_social_area a:focus {
  color: #ffffff;
}

.footer_contact_info p {
  color: #747794;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.footer_contact_info p i {
  margin-right: 10px;
}

.single-footer-widget .footer_contact_info p {
  text-align: center;
  color: #747794;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.single-footer-widget .footer_contact_info p i {
  text-align: left;
  margin-right: 10px;
  font-size: 1.5rem;
}



@-webkit-keyframes bi-cycle {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

@keyframes bi-cycle {
  0% {
    left: 0;
  }

  100% {
    left: 100%;
  }
}

ol li,
ul li {
  list-style: none;
}

ol,
ul {
  margin: 0;
  padding: 0;
}


/* Teams */
.team-member {
  position: relative;
}

.team-member img {
  width: 100%;
  height: 350px;
  /* Fixed height for images */
  object-fit: cover contain;
  /* Cover the container */
}

.team-member:hover .member-info {
  opacity: 1;
}

.member-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #4168E5;
  color: #fff;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.5s ease;
}

@media (max-width: 430px) {
  .team-member img {
    height: 200px;
    /* Adjusted height for mobile screens */
  }

  .member-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4168E5;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
  }

  .member-info p {
    padding: 0;
  }
}

/* Project */
.container.erkhuwa-hydro-container h2,
.container.erkhuwa-hydro-container h3,
.container.erkhuwa-hydro-container h4 {
  color: #4168E5;
}


/* Event*/
.event-card {
  height: 350px;
}

.event-card .card-img {
  height: 100%;
  overflow: hidden;
  object-fit: contain cover;
  /* Updated from 'contain' to 'cover' */
}

.event-card .card-img-overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  color: white;
}

.event-card .card-text {
  width: 70%;
  font-size: 0.8rem;
  padding-right: 5%;
}

.event-card .card-text,
.event-card .btn {
  margin-bottom: 0;
}

.event-card .btn {
  font-size: 0.8rem;
  padding-block: 10px;
  width: 30%;
  background: transparent;
  border: 3px solid white;
  color: white;
  margin-left: auto;
}

@media (max-width: 430px) {
  .event-card {
    height: 250px;
  }

  .event-card h2 {
    font-size: 1.2rem;
  }

  .event-card .card-text {
    width: 70%;
    font-size: 0.5rem;
    padding-right: 5%;
  }

  .event-card .btn {
    font-size: 0.6rem;
    padding-block: 5px;
    width: 30%;
    background: transparent;
    border: 3px solid white;
    color: white;
  }
}


/* Gallery */
.img-album {
  display: flex;
  flex-direction: column;
  border: 1px solid #eaeaea;
  padding: 5px;
}

.album-thumbnail {
  position: relative;
  padding-block: 10px;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.album-thumbnail .thumb-img {
  max-width: 90%;
  height: auto;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  border-radius: 0.25rem;
  outline: 1px solid hsla(0, 0%, 7%, 0.3);
  box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.album-thumbnail>* {
  position: absolute;
}

.album-link:hover .thumb-img,
.album-link:focus .thumb-img {
  transform: rotateZ(calc(var(--order) * 7deg));
}

.album-title {
  text-align: center;
  color: #333;
  padding-block: 0.25rem;
  text-decoration: none;
}

.album-link:hover .album-title,
.album-link:focus .album-title {
  font-weight: bold;
}


.album-img .img__container {
  height: 230px;
}

.album-img .img__container .album__img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  outline: 1px solid hsla(0, 0%, 7%, 0.3);
  transition: all 0.3s ease;
}

.album-img .album__img:hover,
.album-img .album__img:focus {
  transform: scale(1.01);
  box-shadow: 0.125rem 0.25rem 0.25rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.min-height {
  --height__ui: 262px;
  min-height: calc(100dvh - var(--height__ui));
}

.min-height2 {
  --height__ui: 201px;
  min-height: calc(100dvh - var(--height__ui));
}

.min-h2 {
  --height__ui: 0px;
  min-height: calc(100dvh - var(--height__ui));
}

.chr-msg {
  display: flex;
  flex-direction: column;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
}

.chr-msg .image-placeholder {
  grid-column: 2 / -1;
  grid-row: 1 / 3;
}

.chr-msg h2 {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

@media only screen and (max-width: 768px) {
  .chr-msg {
    display: flex;
    flex-direction: column;
  }

  .chr-msg h2 {
    order: 1;
    display: block;
  }

  .chr-msg .image-placeholder {
    order: 1;
  }

  .chr-msg .name {
    order: 2;
  }

  .chr-msg p {
    order: 2;
  }
}

/* Contact Us */
.contact-form-container {
  width: 600px;
  margin: auto;
  padding: 30px;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

/* Single Event */
.event-image {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: cover;
}

.event-details {
  font-size: 1.2rem;
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.event-description {
  font-size: 1.2rem;
  margin-top: 20px;
}

/* News */
.news-details {
  background-color: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.news-description p {
  font-size: 1.4rem;
  margin-top: 20px;
}

@media(max-width:430px) {
  .event-image {
    width: 100%;
    height: 200px;
    max-height: 500px;
    object-fit: cover;
  }

}


.team-card {
  position: relative;
  width: 400px;
  /* Set width to 400px */
  height: 300px;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f0f0f0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.dir-card {
  position: relative;
  width: 220px;
  height: 230px;
  margin: 20px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #f0f0f0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

@media(max-width:430px) {
  .team-card {
    position: relative;
    width: 90%;
    /* Set width to 400px */
    height: 250px;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f0f0f0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }

  .dir-card {
    position: relative;
    width: 90%;
    /* Set width to 400px */
    height: 250px;
    margin: 20px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f0f0f0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
  }
}

.team-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Make the image cover the entire card */
  object-position: center;
  /* Center the image */
}

.team-card:hover {
  transform: translateY(-10px);
}

.team-card .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.team-card:hover .content {
  opacity: 1;
}

.team-card:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Darker background */
  z-index: 1;
}

.team-card .bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  /* Set width */
  height: 200px;
  /* Set height */
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  /* Make it a circle */
  padding: 20px;
  font-size: 16px;
  display: none;
  text-align: center;
  animation: bubbleAnim 0.5s ease forwards;
  /* Animation */
  z-index: 2;
  flex-direction: column;
  justify-content: center;
}

@keyframes bubbleAnim {
  from {
    transform: translate(-50%, -50%) scale(0);
  }

  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

.team-card:hover .bubble {
  display: flex;
}


.dir-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Make the image cover the entire card */
  object-position: center;
  /* Center the image */
}

.dir-card:hover {
  transform: translateY(-10px);
}

.dir-card .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.dir-card:hover .content {
  opacity: 1;
}

.dir-card:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Darker background */
  z-index: 1;
}

.dir-card .bubble {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  /* Set width */
  height: 200px;
  /* Set height */
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 50%;
  /* Make it a circle */
  padding: 20px;
  font-size: 16px;
  display: none;
  text-align: center;
  animation: bubbleAnim 0.5s ease forwards;
  /* Animation */
  z-index: 2;
  flex-direction: column;
  justify-content: center;
}

@keyframes bubbleAnim {
  from {
    transform: translate(-50%, -50%) scale(0);
  }

  to {
    transform: translate(-50%, -50%) scale(1);
  }
}

.dir-card:hover .bubble {
  display: flex;
}


/* Contact Stats Container */

.stats-container {
  text-align: center;
  padding: 20px 0;
}

/* .stats-container .stat-number {
  font-size: 2rem;
  font-weight: bold;
} */

.stats-container i{
  font-size: 2rem;
}

.stats-container .stat-text {
  font-size: 1.5rem;
  color: black;
}


@media (max-width: 430px){

  .stats-container {
    text-align: center;
    padding: 20px 0;
  }
  
  /* .stats-container .stat-number {
    font-size: 2rem;
    font-weight: bold;
  } */
  
  .stats-container i{
    margin-top: 2rem;
    font-size: 2rem;
  }
  
  .stats-container .stat-text {
    font-size: 1.5rem;
    color: black;
  }
}