@media (max-width: 768px) {
  .footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer-logo>a>img {
    width: 150px;
  }

  .contact-details>p {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  address {
    color: white;
  }
}

@media (min-width:768px) {
  .why-choose-points {
    padding-top: 50px;
  }
}

/* Show dropdown on hover (desktop) */
.nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

/* ===== MOBILE MENU STYLING ===== */
@media (max-width: 991.98px) {
  .navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 50%;
    height: 100vh;
    background-color: #212529;
    /* same as bg-dark */
    border-left: 3px solid #ffc107;
    /* yellow border */
    transition: all 0.4s ease;
    z-index: 1050;
    padding-top: 80px;
    text-align: left;
  }

  .navbar-collapse.show {
    right: 0;
  }

  /* Navbar toggler (hamburger) yellow border and icon */
  .navbar-toggler {
    border: 2px solid #ffc107;
    color: #ffc107 !important;
  }

  .navbar-toggler-icon {
    background-image: none;
    position: relative;
    width: 1.5em;
    height: 1.5em;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after,
  .navbar-toggler-icon div {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffc107;
    margin: 5px 0;
    transition: 0.3s;
  }

  /* Close Button */
  .close-menu-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #ffc107;
    cursor: pointer;
    z-index: 1100;
  }

  /* Nav links */
  .navbar-nav .nav-link {
    color: #ffc107 !important;
    padding: 10px 20px;
    display: block;
    text-align: start;
  }

  .navbar-nav .nav-link:hover {
    background-color: #ffc107;
    color: #212529 !important;
  }

  /* Dropdown menu dark style */
  .navbar-nav .dropdown-menu {
    background-color: #343a40;
    border: none;
  }

  .dropdown-item {
    color: #fff !important;
    text-align: left;
  }

  .dropdown-item:hover {
    background-color: #ffc107;
    color: #212529 !important;
  }
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffc107 !important;
  /* Bootstrap 'warning' yellow */
  color: #fff !important;
}

.navbar-toggler {
  border: none;
}

@media(min-width:800px) {
  .close-menu-btn {
    display: none;
  }
}



.mobile-bottom-bar-shadow {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

.footer-container {
  border-bottom: 1px solid #555;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

@media (max-width: 480px) {
  .btn.rounded-circle {
    display: none !important;
  }
}

.fixed-button {
  width: 55px;
  height: 55px;
  transition: all .3s;
}

.card {
  overflow: hidden;
  position: relative;
 
  /* border-radius: 3rem; */
  /* max-width: 290px; */
  margin: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #FFC107;
  padding: 1.5rem 1rem;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.card2 {
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 3rem;
  max-width: 290px;
  margin: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  background-color: #FFC107;
  padding: 1.5rem 1rem;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}



.image {
  display: flex;
  margin: 0 auto 1rem auto;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  animation: animate .6s linear alternate-reverse infinite;
}

.image i {
  color: white;
  font-size: 1.5rem;
}

.state-title {
  color: black;
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.message {
  margin-top: 0.3rem;
  color: black;
  font-size: 0.95rem;
  line-height: 1.3rem;
  min-height: 40px;
  /* ensures even alignment of text */
}

.actions {
  margin-top: auto;
}

.btn-main {
  justify-content: center;
  align-items: center;
  border-radius: 2.375rem;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}

.btn-primary1 {
  background-color: #000;
  color: #fff;
  border: none;
  margin-bottom: 0.5rem;
  padding: 10px 50px;
}

.btn-primary1:hover {
  background-color: #fff;
  color: #000;
}

@keyframes animate {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.09);
  }
}

address {
  color: black;
}

@media (max-width: 800px) {
  .img-fluid.img-second {
    display: none;
  }
}

.icon-about {
  height: 130px;
  width: 130px;
  border-radius: 50%;
}

.flat-title-page {
  position: relative;
  min-height: 300px;
  /* Adjust based on desired height to fit the banner */
  display: flex;
  align-items: center;
  background-position: center;
  background-repeat: no-repeat;
}

.flat-title-page::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  /* Semi-transparent overlay for the foggy/glow effect */
  z-index: 1;
}

.container {
  position: relative;
  z-index: 2;
}

.breadcrumb-content {
  text-align: center;
  color: white;
}

.title {
  font-size: 3.5rem;
  /* Large bold font */
  font-weight: bold;
  margin-bottom: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  /* Shadow for readability over background */
  letter-spacing: 1px;
}

.breadcrumb {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  gap: 5px;
}

.breadcrumb li {
  color: white !important;
}

.breadcrumb li a {
  color: white !important;
  text-decoration: none;
}

.breadcrumb li a:hover {
  text-decoration: underline;
}

.breadcrumb li:not(:last-child)::after {
  content: '/';
  margin: 0 5px;
  color: white;
}

.footer-address-color {

  color: white;
}

.dropdown-item {
  text-align: left;
}

.fancybox-item {
  background: black;
  padding: 20px;
  border-radius: 20px;
}

.choose-card-icon {
  font-size: 60px;
}

@media (max-width: 576px) {
  .choose-card-icon {
    font-size: 25px;
  }

  .choose-title {
    line-height: 1.5;
  }
}

.tp-faqs-left-sidebar {
  background-color: #f8f9fa; /* light modern background */
  padding: 15px;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.tp-faqs-left-sidebar h4 {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 600;
  color: #212529;
  letter-spacing: 0.5px;
}

.tp-faqs-left-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.tp-faqs-left-sidebar ul li {
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.tp-faqs-left-sidebar ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #212529;
  font-weight: 500;
  padding: 12px 15px;
  border-radius: 8px;
  transition: all 0.3s ease, transform 0.2s ease;
}

.tp-faqs-left-sidebar ul li a i {
  color: #212529;
  transition: color 0.3s ease;
}

/* Hover Effect */
.tp-faqs-left-sidebar ul li:hover,
.tp-faqs-left-sidebar ul li.active {
  background-color: #d0cec842; /* dark background */
}

.tp-faqs-left-sidebar ul li:hover a,
.tp-faqs-left-sidebar ul li.active a {
  color: #FFC107;
  transform: scale(1.05); /* pop-up effect */
}

.tp-faqs-left-sidebar ul li:hover a i,
.tp-faqs-left-sidebar ul li.active a i {
  color: #090909ff;
}

.number{
    font-size: 36px;
    color: #09150f;
    line-height: 1;
    font-family: "Roboto", sans-serif;
    margin-bottom: 30px;
    overflow: hidden;
    display: inline-block;
  }

  .word-style{
        font-size: 22px;
    color: rgb(5, 5, 5);
    line-height: 1.2;
    transform: rotate(90deg);
    margin-bottom: 0px;
    text-align: left;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }