p, h1,h2,h3,h4,h5,h6,span{font-family:sans-serif;}
.package{padding:50px 0px;}
#box1 {
    background-color: #ff8080;
}
#box2 {
    background-color: #80b3ff;
}
#box3 {
    background-color: #b3ffb3;
}
#box4 {
    background-color: #ffff80;
}
#box5 {
    background-color: #edbff3;
}
.package_box {
    width: 100%;
    height: 180px;
    margin: 10px;
    padding: 20px;
    text-align: center;
    display: inline-block;
    box-shadow: -2px 6px 13px -6px;
}
.package_box h2 {
    font-size: 33px;
    font-weight: 900;
    padding-bottom: 20px;
}
.package_box p {
    font-size: 15px;
}



/* Button Styles */
.custom-btn {
    border: 2px solid red;
    color: red;
    padding: 10px 20px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    margin: 5px;
}

.custom-btn:hover {
    background-color: red;
    color: white;
}

/* Alignment Options Div */
.alignment-options {
    text-align: center;
    /* margin-bottom: 20px; */
    padding: 30px 0px;
}

.alignment-options button#alignLeft {
    float: left; /* Align the button to the left */
}

.alignment-options button#alignRight {
    float: right; /* Align the button to the right */
}



.crc_outer_box {
    padding: 50px 0px;
    background: #fffff2;
}

.heading_with_sub {
    margin-top: 0px;
    padding: 10px;
    padding-bottom: 35px;
}
.heading_with_sub h1 {
    text-align: center;
    color: #a30606;
    font-size: 40px;
    font-weight: 700;
}
.heading_with_sub p {
    text-align: center;
    padding: 10px 0px;
}
.heading_with_sub span {
    color: #005069;
}
.plc_page li {
    font-size: 17px;
    line-height: 1.9em;
    list-style: disc;
}

 .icon {
     width: 50px;
     height: 50px;
     margin-bottom: 10px;
}
 .space100{
    width:100%;
     height:100px;
}
 .crc {
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: nowrap;
     overflow: hidden;
}
.box h2{font-size:50px;}
 .box {
     flex: 1;
     margin: 10px;
     padding: 20px;
     text-align: center;
     position: relative;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     transition: background-color 0.3s ease;
}
 .box::after {
     content: "";
     position: absolute;
     bottom: -20px;
     left: 50%;
     transform: translateX(-50%);
     width: 20px;
     height: 20px;
     border-left: 10px solid transparent;
     border-right: 10px solid transparent;
     border-top: 10px solid #a30606;
}
 .box:hover {
     background-color: lightgray;
}
 .subheading {
     text-align: center;
     margin-top: 10px;
}
.subheading p {
    font-size: 20px;
    line-height: 1.6em;
}


/* Client logo marquee */

@keyframes slides {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

.logos {
	overflow: hidden;
	padding: 30px 0px;
	white-space: nowrap;
	position: relative;
}

.logos:before,
.logos:after {
	position: absolute;
	top: 0;
	content: '';
	width: 250px;
	height: 100%;
	z-index: 2;
}

.logos:before {
	left: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logos:after {
	right: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.logo_items {
	display: inline-block;
	animation: 12s slides infinite linear;
}

.logos:hover .logo_items {
	animation-play-state: paused;
}

.logo_items img {
	height: 100px;
}

/* Client logo marquee */



/* Placed students*/
.placed_box {
    width: 100%;
    background: #ecf9ed;
    padding: 30px 0px 50px 0px;
}
.placement_report {
    width: 100%;
    background: #e9e9e9;
    padding: 30px 0px 50px 0px;
}
.tab {
    display: flex;
    margin: 0 auto 0;
    /* transform: translateY(-50%); */
    /* max-width: 1200px; */
    justify-content: space-between;
    background: #26538d;
}
.tabcontent {
    display: none;
    padding: 20px 50px;
    border: 1px solid #ccc;
    border-top: none;
}
.tab button.active {
    background-color: #a30606;
}
.tab button {
    padding: 20px 5px;
    flex: 1 0 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    background: #26538d;
    color: white;
}
.tab button.active:after {
    top: 99%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(237, 33, 58, 0);
    border-top-color: #a30606;
    border-width: 15px;
    margin-left: -15px;
}
/* Placed students*/

.collage-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
}
.collage-container .gallery-item {
    transition: transform 0.3s ease, border-color 0.3s ease;
}

/*remarks by */
.profile-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}

        .profile-image {
            flex-shrink: 0;
            width: 100px;
            height: 100px;
            border-radius: 50%;
            margin-right: 20px;
        }

        .profile-details {
            flex-grow: 1;
        }

        .profile-name {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }

.profile-designation {
    font-size: 15px;
    margin-bottom: 10px;
    color: #a30606;
    font-weight: 600;
}
.profile-company {
    font-size: 13px;
    margin-bottom: 10px;
    color: black;
    font-weight: 600;
}
        .profile-paragraph {
            font-size: 14px;
        }
/*remarks by */

.corporate_box_outer{padding:50px 20px;}
.corporate_box_outer h2 {
    /* text-align: center; */
    color: #a30606;
    font-size: 55px;
    font-weight: 700;
    padding: 30px 0px;
}
.corporate_box_outer h2 span{color: #005069;}
.corporate_box_outer p {
    font-size: 16px;
    line-height: 1.9em;
}
.corporate_box_outer p span{font-size: 17px;
    line-height: 1.9em;}
	
    .niyukti {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .niyukti .image-item {
            flex: 1;
            margin: 10px;
            overflow: hidden;
        }

        .niyukti .image-item img {
            width: 100%;
            height: auto;
            display: block;
        }	

.niyukti_text{padding:20px 0px;}
.niyukti_text p{font-size: 17px;
    line-height: 1.9em;}

.job_fest {
    background: #fffff2;
    padding: 50px 0px 20px 0px;
}

.collab_outer_box{padding:50px;}

.collab-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
}

.collab-item {
    flex: 1 1 0; /* Equal width and height for all items */
    text-align: center;
    border: 1px solid #005069;
    padding: 20px;
}

.collab-item img {
    /* width: 100px; */
    /* height: 100px; */
    /* border-radius: 50%; */
    margin-bottom: 20px;
}

.collab-item h2 {
    margin-bottom: 10px;
}

.collab-item p {
    margin-bottom: 20px;
}

@media only screen and (max-width: 599px) {

	.heading_with_sub h1 {font-size: 23px;font-weight: 600;}
	.corporate_box_outer h2 {font-size: 21px;padding: 13px 0px;}
	.tab {
    display: block;
    margin: 0 auto 0;
}
.collab-container {
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    gap: 20px;
}
.collab_outer_box{padding:0px;}
.niyukti {
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
}
.heading_with_sub {
    margin-top: 0px;
    padding: 10px;
    padding-bottom: 0px;
}
.package {
    padding: 10px 0px;
}
.alignment-options {
    text-align: center;
    /* margin-bottom: 20px; */
    padding: 10px 10px;
}
.crc {
    display: block;
}
.tab button.active {
    background-color: #a30606;
    width: 100%;
}
.tab button {
    padding: 20px 5px;
    flex: 1 0 0;
    border: 0;
    display: unset;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    line-height: 1.2;
    text-align: center;
    background: #26538d;
    color: white;
}
#Tab1 {margin-bottom:20px;}
}