.bg-off-blue {
    background-color: #111827;
    color: #fff;
}

.bg-theme-pink {
    background-color: #ec4899;
}

.bg-theme-dark {
    background-color: black;
}

.bg-theme-pink:hover {
    background-color: #ec4899;
    color: #fff;
}

.bg-theme-pink.active {
    background-color: #ec4899;
}

.fs-3rem {
    font-size: 3rem;
}

.text-pink-500 {
    --tw-text-opacity: 1;
    color: rgb(236 72 153 / var(--tw-text-opacity));
}

.text-p {
    font-size: 1.5rem;
    line-height: 2rem;
}
.mb-4 {
    margin-bottom: 1rem;
}

.bg-gray-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.py-100 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}


.border-pink {
    border-color: #ec4899;
    border-style: solid; /* Specify the border style */
    border-width: 1px; /* Set a border width */
}

.nav-pills .nav-link.active {
    background-color: #ec4899; /* Pink color */
    color: white; /* Optional: Set text color for better contrast */
  }
  
  .logo {
    width: 200px; /* Set a fixed width */
    height: auto; /* Maintain aspect ratio */
  }

  @media (max-width: 576px) { /* Adjust size for smaller screens */
    .logo {
      width: 150px; /* Adjust the width for mobile */
    }
  }

  .bg-black-50 {
    background-color: rgba(0, 0, 0, 0.65);
    padding:20px;
  }
 
  @media (max-width: 576) {
    .bg-black-50 {
        background-color: rgba(0, 0, 0, 0.8);
       width: 200%;
    }
  }

#intro p {
    width: 100%;
    margin: 0 auto 3px auto;
    color: #fff;
}  
@media (min-width: 1024px) {
    #intro p {
        width: 100%;
    }
}




/* Ensure image and container responsiveness */
.convener {
  width: 400px; /* Default fixed width */
  height: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Make it responsive */
  display: block; /* Center alignment */
  margin: 0 auto; /* Center alignment for smaller screens */
}

@media (max-width: 576px) {
  /* Mobile adjustments */
  .convener {
    width: 100%; /* Full width for small screens */
    max-width: 200px; /* Limit max size */
  }

  .container-fluid {
    padding: 2rem 1rem; /* Adjust padding for smaller devices */
  }

  h2 {
    font-size: 1.5rem; /* Reduce header size */
  }

  p {
    font-size: 0.9rem; /* Adjust paragraph font size */
  }

  .text-start {
    text-align: center; /* Center-align text for small screens */
  }
}
