
.back-to-top.show {
    bottom: 100px;
    right: 25px;
}

.category-section .items {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 3px 12px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
  min-height: 240px;
  height: 250px !important;
}
.category-section .items:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}
.category-section .icon i {
  color: #800728; /* matches your theme color */
}
.category-section  .icon i{
    font-size: 42px;
    color: #373737;
}
.category-section .items .icon {
 width: unset;
}

.category-section .items p{
    font-size: 14px;
}

.category-section .items h3 {
    font-size: 18px;
}

.new-destination-items .thumb img {
    height: 330px;
}

.new-destination-items .thumb::before{
    background: linear-gradient(180deg, rgba(37, 37, 37, 0) 0%, #25252570 100%);
}

.team-image i{
    color: #DEB36D;
}

.team-items2 {
  transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 15px;
}

.team-items2:hover {
  background: #f9f9f9; /* light dull background */
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); /* soft shadow */
  transform: translateY(-5px); /* small lift effect */
}

.team-items2 i {
  color: #800728;
  transition: color 0.3s ease;
}

.team-items2:hover i {
  color: #a01040; /* slightly darker tone on hover */
}

.footer-section{
    padding: 60px 0;
}

.achievement-wrapper .achievement-items .content {
    height: 270px;
}

  .vision-mission-box:hover {
    background: #f8f9fa;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
  }