
        /* Custom width for the offcanvas menu */
        .offcanvas.offcanvas-end {
            width: 50% !important; /* One-third of the screen */
        }

        /* Show hamburger menu at 992px and below */
        @media (min-width: 992px) {
            .navbar-toggler {
                display: none !important;
            }
        }

        /* Padding bottom on nav dropdown social icons */
        
       
     .rimg15 { 
        border-radius: 15px; /* Adjust radius as needed */
    }

    .card-img-left {
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
    .equal-height {
      max-height: 400px; /* <-- Set desired max height here */
      height: 100%;
      overflow: hidden;
    }
    .card, .h-100 {
      height: 100%;
    }
 
    .ratio iframe {
      border-radius: 1rem; /* Rounded iframe */
    }
    
    
video {
  width: 100%;
  height: auto;
}
     
     
   