.bigtext{font-size:18px!important; line-height:35px!important;}
         table{text-align:left!important}
         .counter-section {
         display: flex;
         flex-wrap: wrap;
         justify-content: center;
         padding: 40px 20px;
         text-align: center;
         }
         .counter-box {

         margin: 20px;
         /* background-color: #fff; */
         padding: 30px;
         border-radius: 10px;
         box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
         border-style: solid;
         border-width: 2px 2px 2px 2px;
         border-color: #898888;
         --border-radius: 10px 10px 10px 10px;
         }
.counter-number {
    font-size: 48px;
    color: #ff0000;
    margin-bottom: 26px;
    font-weight: bold;
}
         .counter-label {
         font-size: 21px;
         color: #000;
         }
         @media (max-width: 600px) {
         .counter-box {
         width: 100%;
         }
         }
         /* Sidebar styles */
.sidebar {
    background-color: #265272;
    color: #ecf0f1;
    width: 250px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin-top: 20px;
}
	    .sidebar ul li{border:#3273a3 solid 1px;}
         .sidebar h2 {
         margin-bottom: 30px;
         font-size: 1.5rem;
         }
         .sidebar a {
    color: #ecf0f1;
    text-decoration: none;
    padding: 8px 0;
    display: block;
    transition: background 0.3s;
    border-bottom:#3273a3 solid 1px;
}
         .sidebar a:hover {
         background-color: #34495e;
         border-radius: 5px;
         padding-left: 10px;
         }
         /* Main content */
         .content {
         flex: 1;
         padding: 20px;
         }
         /* Responsive for small screens */
         @media (max-width: 768px) {
         body {
         flex-direction: column;
         }
         .sidebar {
         width: 100%;
         flex-direction:column;
         overflow-x: auto;
         white-space: nowrap;
         padding: 10px;
         }
         .sidebar h2 {
         display: none;
         }
         .sidebar a {
         display: inline-block;
         padding: 10px 15px;
         white-space: nowrap;
         }
         }
         /*Infra*/
.infrastructure1 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}
		 
		 .counter-cont{    text-align: center;
    width: 100%;}
		 
		 
		 
		 
		 
         .counter-section1 {
         display: flex;
         align-items: center;
         background: #fff;
         border-radius: 12px;
         transition: transform 0.3s ease;
            border: #4d7793 solid 2px
         }
         .counter-section1:hover {
         transform: translateY(-4px);
         }
  .counter-section1 img {
    width: 106px;
    height: 106px;
    object-fit: contain;
    margin-right: 16px;
    padding: 10px;
    background: #dbecf7;
    border-radius: 10px 0px 00px 10px;
}
         .counter-section1 {
         display: flex;
         }
         .counter-number1 {
         font-size: 48px;
         font-weight: bold;
         color: #ea1f28;
         }
   .counter-label1 {
    font-size: 18px;
    color: #323232;
    font-weight: 600;
    margin-top: 0px;
}
         .overlay-section {
         position: relative;
         width: 100%;
         height: 600px;
         background-image: url('https://www.sandipuniversity.edu.in/np/images/testimonial-bg.jpg');
         background-size: cover;
         background-position: center;
         display: flex;
         align-items: center;
         justify-content: center;
         color: white;
         }
        .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: hsl(206.21deg 48.6% 35.1% / 83%);
    z-index: 1;
}
       .overlay-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 20px;
    width: 80%;
}
         .overlay-content h1 {
         font-size: 2.5rem;
         margin-bottom: 10px;
         }
         .overlay-content p {
         font-size: 1.1rem;
         max-width: 100%;
         margin: 0 auto;
         }
         @media (max-width: 768px) {
         .overlay-content h1 {
         font-size: 2rem;
         }
         .overlay-content p {
         font-size: 1rem;
         }
         }
         .bg-dark-yellow {
         background: #fcfaed !important;
         }
         .section {
         position: relative;
         width: 100%;
         margin: 0;
         padding: 30px 0;
         overflow: hidden;
         }
         .placement-industry
         .placement-grid
         .placement-logo
         .placement-grid-logo:hover
         .caption {
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         }
         .placement-industry .placement-logo .placement-grid-logo {
         background: #9d2627;
         }
         .placement-item-listing .placement-block {
         margin-bottom: 80px;
         display: flex !important;
         align-items: flex-end;
         }
		 
		 
		 .placement-item-listing .placement-block img.picture {
         width: 583px;
         -o-object-fit: cover;
         object-fit: cover;
         -o-object-position: center center;
         object-position: center center;
         z-index: 5;
         position: relative;
         }
		 
		 
		 
		 
		 
		 
        /* .placement-item-listing .placement-block img.picture {
         width: 480px;
         height: 260px;
         -o-object-fit: cover;
         object-fit: cover;
         -o-object-position: center center;
         object-position: center center;
         z-index: 5;
         position: relative;
         }*/
         .placement-item-listing .placement-block .content-placement {
         background: #fff;
         margin-left: -150px;
         position: relative;
         z-index: 1;
         }
         .placement-item-listing .placement-block .content-placement .content {
         padding: 40px 40px 40px 200px;
         min-height: 320px;
         flex-direction: column;
         display: flex !important;
         justify-content: center;
         }
         .placement-item-listing .placement-block .content-placement .content h4 {
         font-family: inherit;
         }
         .placement-item-listing
         .placement-block
         .content-placement
         .content
         .call-action
         .link-btn {
         justify-content: flex-start;
         }
         .placement-item-listing .placement-block .content-placement .content h4 {
         margin-bottom: 24px;
         }
         .placement-item-listing .placement-block .content-placement .content p {
         margin-bottom: 24px;
         }
         .placement-item-listing .placement-block:nth-of-type(even) {
         flex-direction: row-reverse;
         }
         .placement-item-listing .placement-block:nth-of-type(even) .content-placement {
         margin-left: 0;
         margin-right: -150px;
         }
         .placement-item-listing
         .placement-block:nth-of-type(even)
         .content-placement
         .content {
         padding: 40px 200px 40px 40px;
         }
         .placement-content {
         display: flex;
         justify-content: space-around;
         }
         @media (max-width: 990px) {
         .placement-item-listing .placement-block, .placement-item-listing .placement-block:nth-of-type(even) {
         flex-direction: column;
         align-items: flex-start;
         flex-direction: column;
         }
         .placement-item-listing .placement-block .content-placement .content, .placement-item-listing .placement-block:nth-of-type(even) .content-placement .content {
         padding: 20px 30px;
         min-height: 100%;
         }
         .placement-item-listing .placement-block img.picture {
         width: 100%;
         height: auto;
         }
         .placement-item-listing .placement-block img.picture {
         width: 100%;
         height: auto;
         }
         .placement-item-listing .placement-block .content-placement {
         width: 100%;
         }
         .placement-item-listing .placement-block .content-placement, .placement-item-listing .placement-block:nth-of-type(even) .content-placement {
         margin: 0;
         }
         }
		 

.content-table {
  border-collapse: collapse;
  margin: 25px 0;
  min-width: 400px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.content-table thead tr {
    background-color: #ea1f28;
    color: #ffffff;
    text-align: left;
    text-align: left;
    font-weight: bold;
}

.content-table th,
.content-table td {
  padding: 10px 15px!important;
}

.content-table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.content-table tbody tr:nth-of-type(even) {
  background-color: #fff;
}

.content-table tbody tr:last-of-type {
  border-bottom: 2px solid #009879;
}

.content-table tbody tr.active-row {
  font-weight: bold;
  color: #009879;
}
.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}
.gallery-item {
    flex-basis: 32.7%;
    margin-bottom: 16px;
    cursor: pointer;
}
.gallery-item:hover {
    opacity: 1;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
}
.lightbox-content {
    position: relative;
    width: 70%;
    height: 70%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 7px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}