.nav-link:hover {
    color: #f59e0b !important;
  }
  .navbar-custom {
    background-color: rgba(229, 231, 235, 0.3);
    backdrop-filter: blur(16px);
  }
  .dropdown-menu {
    min-width: 250px;
  }
  .dropdown-item {
    display: flex;
    align-items: center;
  }
  .dropdown-item img {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
    object-fit: cover;
  }

  .hero-overlay {
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
  }

  .bg-gold {
    background-color: #fbbf55;
  }



  .whatsapp-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
  }

  .team-section {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
      url("../assests/about/partnerBg.jpeg");
    background-size: cover;
    background-position: 50% 30%;
    color: white;
    padding: 5rem 1rem;
  }

  .profile-card {
    background: transparent;
    border: none;
    color: white;
  }

  .profile-image {
    /* background-image: url('../assests/Rectangle\ 4356.png'); */
    width: 250px;
    position: relative;
    margin-top: 5%;
    height: fit-content;
    object-fit: cover;
    background-position: bottom;
  }

  .profile-container {
    position: relative;
    display: inline-block;
    
  }

  .profile-container::before {
    content: "";
    position: absolute;
    top: 25px; /* Frame ka position adjust karne ke liye */
    left: -12px;
    width: 110%;
    height: 95%;
    background: #FBBF55; /* Frame image */
    border-radius: 15vw 15vw 10px 10px ;
    border: 2px solid black ;
   
}



  .profile-container img{
     position: relative;
     /* top: 51%; */
    border-radius: 15vw 15vw 10px 10px ;


  }

  .section-title {
    font-size: 3.5rem;
    margin-bottom: 4rem;
  }

  .team-member-name {
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    margin-left: 3rem;
  }

  .team-member-title {
    margin-left: 3rem;
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .team-member-description {
    font-size: 1rem;
    line-height: 1.6;
    padding: 0 3rem;
  }
  .navbar-toggler {
    border: 2px solid gold !important; /* Default border */
    background-color: gold !important; /* Default background */
    color: white !important; /* Default text color */
    transition: all 0.3s ease-in-out; /* Smooth transition */
    outline: none !important; /* Remove outline */
    box-shadow: none !important; /* Remove Bootstrap's focus effect */
  }

  /* When button is clicked (active/focus state) */
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler[aria-expanded="true"] {
    border-color: gold !important; /* Keep the gold border */
    background-color: gold !important; /* Keep gold background */
    outline: none !important; /* Remove outline */
    box-shadow: none !important; /* Ensure no white border */
  }

@media (max-width: 768px) {
  .display-none {
    display: none;
  }
  
}

@media (max-width: 480px) {
  .profile-container::before {
      width: 267px; /* Mobile ke liye chhoti width */
      height: 250px; /* Mobile ke liye chhoti height */
      left: -8px;
      top: 17.5vw;
  }
}
