body {
            background: #f7f7f7;
        }

        .inner-hero {
            background: linear-gradient(135deg, #002f4b, #9c0000);
            padding: 60px 15px;
            color: #fff;
        }

        .inner-hero h1 {
            font-size: 36px;
            font-weight: 700;
        }

        .inner-hero p {
            margin: 0;
            opacity: 0.9;
        }

        /* Mobile */
        @media (max-width: 768px) {
            .inner-hero {
                padding: 40px 10px;
            }

            .inner-hero h1 {
                font-size: 26px;
            }
        }

        .left-menu {
            top: 20px;
            position: sticky;
            background: #0b2d4d;
            border-radius: 6px;
            overflow: hidden;
            border: 2px solid #800000;

        }

        .menu-title {
            background: #800000;
            color: #fff;
            padding: 12px;
            font-weight: bold;
        }

        .left-menu .nav-link {
            color: #fff;
            border-radius: 0;
            text-align: left;
        }

        .left-menu .nav-link.active {
            background: #ffffff;
            color: #002f4b;
            font-weight: bold;
            width: 100%;
        }

        .content-card {
            background: #fff;
            padding: 25px;
            border-radius: 6px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            margin-bottom: 15px;
        }

        .view {
            display: flex;
            justify-content: center;
        }

        .img-wrapper {
            position: relative;
            display: inline-block;
        }
.profile-img img{
      border-radius: 10px;
}
        .profile-img {
            height: 210px;
            width: 200px;
            display: block;
              border-radius: 10px;
            border:3px solid #850005;
        }

        .view-btn {
            position: absolute;
            /*top: 80%;*/
            width: 100px;
            /* left: 58%; */
            transform: translate(-50%, -50%);
            z-index: 2;
            border: 1px solid #002f4b;
        }

        .view-btn:hover {
            background: #0b2d4d;
        }


        .view-btn {
            font-size: 14px;
            padding: 5px 10px;
            border-radius: 15px;
            background: #800000;

        }

        @media (max-width: 768px) {
            .left-menu {
                position: relative;
                top: 0;
                margin-bottom: 20px;
            }

        }

        @media (max-width: 480px) {

            .table {
                width: 500px !important;
            }
        }