* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --orange: #EE8434;
    --blue: #3E4095;
    --dark-blue: #030439;
	--green:#00A859;
}

body {
    font-size: 18px;
    line-height: 28px;
    font-family: Graphik;
}

.container {
    margin: 0 auto;
}

body ul {
    list-style: none;   
    padding: 0;
    margin: 0;
}

body a {
    text-decoration: none;
    font-family: Graphik;
}

nav a {
    color: #000;
}

body p {
    font-size: 18px;
    line-height: 28px;
    font-family: Graphik;
	text-align: justify;
}

body h1 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 600;
    color: var(--blue);
    margin-bottom: 24px;
    font-family: Graphik;
}
body h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    font-family: Graphik;
}
body h3 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    margin-bottom: 18px;
    font-family: Graphik;
}
body h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    font-family: Graphik;
}
body h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
    font-family: Graphik;
}
body img {
    width: 100%;
}
.padding {
    padding: 80px 0px;
}
.common-heading hr {
    margin: 48px 0px;
}
.menu-item > a[href="#"] {
    pointer-events: none;
    cursor: default;
    color: inherit;
    color: #000;
}
.owl-nav {
    display: block !important; 
}
section.stalwarts-main-sec .stalwarts-slider-outer-sec .main_testi_outer .owl-nav.disabled {
    display: none !important;
}
/* Button styles */
a.main-btn-1 {
    background: var(--orange);
    color: #fff;
    padding: 14px 30px;
    border-radius: 8px;
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none; 
    position: relative;
    overflow: hidden; 
    z-index: 0; 
    transition: color 0.4s ease; 
}

/* Icon styles */
a.main-btn-1 i {
    margin-left: 12px;
    font-size: 14px;
    line-height: 22px;
    transition: transform 0.4s ease; 
}
ul.nav-menu-list li i {
    color: #000;
}
/* Hover effect */
a.main-btn-1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #6a11cb, #2575fc); 
    transition: transform 0.4s ease; 
    z-index: -1; 
    transform: scaleX(0);
    transform-origin: left;
}

a.main-btn-1:hover::before {
    transform: scaleX(1);
}

a.main-btn-1:hover {
    color: #fff; 
}
a.main-btn-1:hover i {
    transform: translateX(5px); 
}
a.main-btn-1:focus {
    outline: 2px solid var(--orange); 
    outline-offset: 4px;
}
/*new banner*/

section.common-banner-2 .banner {
    position: relative;
    height: auto;
    width: 100% ! Important;
}
.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: flex-start;
    text-align: center;
}
.main-heading {
    font-size: 50px;
    color: transparent;
    font-weight: 900;
    MARGIN-BOTTOM: 0;
    text-align: left;
    width: 70%;
    letter-spacing: 10px;
    text-transform: uppercase;
    line-height: 60px;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 1);
}
.banner-content {
    margin: 0px 0px 20px 72px;
    text-align: left;
}
.banner-content h2:after {
    content: "";
    position: absolute;
    left: -18%;
    bottom: 66%;
    width: 16%;
    height: 3px;
    background-color: #fff;
}
.banner-content h2 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 1.5px;
    margin-bottom: unset;
}

.banner-content p {
    color: #fff;
    font-size: 18px;
    max-width: 800px;
    line-height: 1.6;
    letter-spacing: 1px;
}

/* Hero banner */
.carousel-caption {
    position: absolute;
    top: 55%;
    transform: translate(-14%, -50%);
    left: 11%;
    border-radius: 24px;
    text-align: left;
    padding: 45px;
    width: 635px;
    height: 395px;
    background-color: #fff;
}

.carousel-caption p {
    margin-bottom: 48px;
}
.carousel-left-back.col-3 {
    background: var(--blue);
    padding: unset;
}
.carousel-right.col-9 {
    padding: unset;
}
.carousel-image {
    object-fit: cover;
}
section.distinguished-partners .common-heading h2 {
    width: 70%;
    margin: auto;
    margin-bottom: 24px;
}
section.grad-alumini .common-heading h2 {
    width: 70%;
    margin: auto;
    margin-bottom: 24px;
}
section.industries-partner-sec .industry-outer-area .common-heading h2 {
    width: 80%;
    margin: auto;
    margin-bottom: 24px;
}
.thankyou-content {
    text-align: center;
}
/*diverse*/
section.our-diverse-sec.padding {
    background-image: url(https://nextstep.net.in/sunlac/wp-content/uploads/2024/07/Image-BG-StrokeT.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f8f8f8;
    position: relative;
    z-index: 1;
}
.diverse-items {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 24px;
    height: 100%;
    background-color: #fff; 
    z-index: 2;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease, background-color 0.5s ease; 
    overflow: hidden; 
}

section.our-diverse-sec .common-heading p {
    width: 58%;
}

.diverse-items img {
    border-radius: 24px 24px 0px 0px;
    transition: transform 0.5s ease; 
    width: 100%; 
    height: auto; 
}

.diverse-content {
    padding: 32px;
}
ul.diverse-list {
    list-style: disc;
    margin-left: 16px;
}

ul.diverse-list li {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
section.notice-main-board .notice-main-right img{
    height: 450px;
    object-fit: cover;
}
section.notice-main-board.padding .card {
    border-radius: 0;
    border-color: #eee;
}
/* Hover effect for diverse items */
.diverse-items:hover {
    transform: translateY(-5px) scale(1.02); 
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2); 
    background-color: #f0f0f0;
}

.diverse-items:hover img {
    transform: scale(1.03); 
}

section.notice-main-board .common-heading p {
    width: 37%;
    margin: auto;
    text-align: center;
}
/* our alumini */
section.our-alumini.padding {
    position: relative;
    height: 700px; /* Set the height of the section */
    display: flex; /* Use Flexbox */
    align-items: center; /* Center items vertically */
    justify-content: flex-end; /* Align content to the right */
}
section.grad-alumini .placement-btn {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
img.plc-img{
	border:1px solid #c9c9c9;
}
section.plc-vid-sec.padding .owl-nav.disabled button.owl-prev, section.plc-vid-sec.padding .owl-nav.disabled button.owl-next {
    display: none;
}
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
section.student-placement-section .owl-nav.disabled {
    display: none !important;
}
/* .video-container video::-webkit-media-controls {
    display: none !important;
}

.video-container video::-moz-media-controls {
    display: none !important;
}

.video-container video::media-controls {
    display: none !important;
} */
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.alumini-container
 {
    max-width: 641px;
    height: fit-content;
    background-color: #ffffff;
    border-radius: 24px;
    margin-left: auto;
    padding: 48px;
    position: relative;
    z-index: 1;
}
/*distinguish partner*/
section.distinguished-partners {
    background-color: #F8F8F8;
}
section.distinguished-partners .common-heading p {
    text-align: justify;
    width: 55%;
    margin: auto;
}
section.distinguished-partners .common-heading  {
    text-align: center;
}
.partner-content {
    width: 61%;
}
ul.ptn-dt {
    display: grid
;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 48px;
}
.partner-content h6 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 300;
}
ul.ptn-dt li .partner-content{
    position: relative;
}
ul.ptn-dt li .partner-content:after {
    content: '';
    position: absolute;
    height: 97%;
    display: block;
    width: 2px;
    top: 0;
    right: 119%;
    background: #ccc;
}
ul.ptn-dt li img {
    width: 56px;
    height: 58px;
    margin-bottom: 26px;
}
ul.ptn-dt li:first-child {
    grid-column: span 1;
}

ul.ptn-dt li:first-child img {
    width: 100%;
    height: auto;
    margin: 0;
}
ul.ptn-dt li:nth-child(n+2) {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: start;
}
ul.ptn-dt li:nth-child(n+3) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
ul.ptn-dt li:nth-child(n+4) {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
ul.ptn-dt li:nth-child(n+5) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
ul.ptn-dt li:nth-child(n+6) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
ul.ptn-dt li {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
}
.partner-details {
    display: flex;
    flex-direction: column;
    align-items: center;
}
/*vision*/
section.vision-main-sec.padding {
    background-color: #f8f8f8;
}
.vision-outer-container {
    background-color: #fff;
    padding: 80px;
    border-radius: 32px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    max-width: 1370px;
    margin: auto;
}
section.vision-main-sec .common-heading {
    padding: 0px 90px 0px 0px;
}
.vision-outer-container .common-heading p {
    width: 70%;
}
.owl-carousel .owl-stage-outer .item img {
    height: 256px;
    object-fit: cover;
} 
.owl-carousel .owl-stage-outer .item h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: unset;
    margin-top: 10px;
    margin-left: 0px;
}

.owl-carousel .owl-stage-outer .item p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.owl-nav button.owl-prev {
    position: absolute;
    top: -50%;
    right: 11%;
}
.vision-outer-container .owl-nav button.owl-prev:before , section.wrld-infra-structure.padding .owl-nav button.owl-prev:before {
    background-image: url(https://nextstep.net.in/sunlac/wp-content/uploads/2024/07/Vector-7.png);
    background-repeat: no-repeat;
    content: "";
    background-size: contain;
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
.vision-outer-container .owl-nav button.owl-prev span , section.wrld-infra-structure.padding .owl-nav button.owl-prev span {
    display: none;
}
.vision-outer-container .owl-nav button.owl-next span , section.wrld-infra-structure.padding .owl-nav button.owl-next span{
    display: none;
}
.vision-outer-container .owl-nav button.owl-next:before , section.wrld-infra-structure.padding .owl-nav button.owl-next:before{
    background-image: url('https://nextstep.net.in/sunlac/wp-content/uploads/2024/07/Vector-8.png');
    background-repeat: no-repeat;
    content: "";
    background-size: contain;
    width: 30px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50%);
}
section.vision-main-sec .owl-carousel.vision-slider .owl-stage-outer {
    padding-top: 15px;
    padding-bottom: 15px;
}
.owl-nav button.owl-next {
    position: absolute;
    top: -50%;
    right: 7%;
}
.vision-slider .item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    width: 100%;
    height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vision-slider .item img {
    width: 100%; 
    height: auto; 
    max-height: 80%; 
    transition: transform 0.3s ease-in-out;
    object-fit: cover; 
}

.vision-slider .item h3, 
.vision-slider .item p {
    margin: 10px 0 0 0;
    text-align: center;
}

/* Hover effects remain the same */
.vision-slider .item:hover {
    transform: translateY(-10px);
    border-radius: 12px;
}

.vision-slider .item:hover img {
    transform: scale(1.05);
}


/*stawarts*/
section.stalwarts-main-sec.padding.pt-0 {
    background-color: #f8f8f8;
}
section.stalwarts-main-sec .common-heading {
    text-align: center;
}
section.stalwarts-main-sec .common-heading p {
    width: 50%;
    margin: auto;
}
.slider-inner-img {
    background-color: #3E4095;
}
.slider-inner-img.col-6 {
    padding: 0;
}
.slider-inner-testimonails.col-6 {
    background: #3E4095;
    padding: 0;
}
.slider-inner-testimonails .testimonails-icon img {
    width: 100px;
    height: 94px;
    object-fit: cover;
}


/*industries partner*/
section.industries-partner-sec.padding.pt-0 {
    background-color: #f8f8f8;
}
section.industries-partner-sec .industry-outer-area {
    max-width: 1320px;
    margin: auto;
    background: #fff;
    padding: 80px;
    border-radius: 32px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.industry-outer-area .common-heading {
    text-align: center;
}
.industry-outer-area .common-heading p {
    margin: auto;
    width: 70%;
    text-align: center;
}
.industries-inner-logos ul.logo-container-sec li {
    padding: 20px 36px;
}
ul.logo-container-sec {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
ul.logo-container-sec li {
    background: #F8F8F8;
    padding: 10px 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.industries-inner-logos-1 .placement-btn {
    width: 100%;
    margin-top: 48px;
    text-align: center;
}
/*graduate-hear*/
section.grad-alumini.padding.pt-0 {
    background-color: #f8f8f8;
}
section.grad-alumini.padding.pt-0 .common-heading {
    text-align: center;
}

section.grad-alumini.padding.pt-0 .common-heading p {
    width: 52%;
    margin: auto;
    text-align: center;
}
main{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.home_stories_container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  height: 100%;
  align-items: start;
  width: 100%;
}
.story_box > div:first-child {
  margin-bottom: 24px;
}
.inner_story_box, .inner_story_box img {
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}
.inner_story_box {
  position: relative;
}
.inner_story_box::before {
  content: '';
  position: absolute;
  top: 40%;
  left: 40%;
  background-image: url('https://nextstep.net.in/Satyugdarshan-collage/wp-content/uploads/2024/08/play-btn.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 20%;
  width: 20%;
}
section.grad-alumini .placement-btn a.main-btn-1 {
    line-height: 38px;
    padding: 8px 23px 8px 30px;
}
section.grad-alumini .placement-btn a.main-btn-1 i {
    margin-left: 12px;
}
/* Video Section  */
.inner_story_box {
    position: relative;
}

.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 16px;
    background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 2;
}

/* Styles for video */
.inner_story_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0; /* Initially hidden */
    z-index: -1;
}

/* Styles for image */
.inner_story_img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1; /* Initially visible */
    z-index: 1;
}

/*our prestige*/
.industries-inner-logos-1 ul.logo-container-sec {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
ul.logo-container-sec li img {
    transition: transform 0.3s ease; 
}

ul.logo-container-sec li img:hover {
    transform: scale(1.3); 
}
/*extra css*/
/* Common styles */
.stalwarts-main-sec {
    background-color: #f8f8f8;
    padding-top: 0;
}

.stalwarts-main-sec .common-heading {
    text-align: center;
}

.stalwarts-main-sec .common-heading p {
    width: 50%;
    margin: auto;
}

/* Customer image styles */
.customer_image {
    overflow: hidden;
    border-radius: 20px 0 0 20px;
}

.customer_image img {
    height: 480px;
    width: 100%;
    object-fit: cover;
}

/* Testimonial styles */
.main_testi_outer {
    height: 100%;
    background: var(--blue);
    border-radius: 0 20px 20px 0;
}

.customer_image_content {
    padding: 70px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: inherit;
    flex-direction: column;
    border-radius: 10px;
}

.customer_image_content p {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 60px;
    line-height: 36px;
}

.customer_image_content h3 {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

/* Testimonial slider styles */
.testi_slider .item {
    height: 100%;
}
.stalwarts-slider-outer-sec .owl-nav button span {
    display: none;
}
 
.stalwarts-slider-outer-sec .owl-nav button.owl-prev {
    position: absolute;
    right: 17%;
    top: 96%;
    border: none;
    height: 25px;
    width: 25px;
    background: url(https://nextstep.net.in/sunlac/wp-content/uploads/2024/07/Vector-10.png) no-repeat;
    background-size: contain;
}

.stalwarts-slider-outer-sec .owl-nav button.owl-next {
    position: absolute;
    right: 9%;
    top: 96%;
    border: none;
    height: 25px;
    width: 25px;
    background: url('https://nextstep.net.in/sunlac/wp-content/uploads/2024/07/Vector-11.png') no-repeat;
    background-size: contain;
}
.customer_image_content {
    position: relative;
    overflow: hidden; 
}

.customer_image_content::before {
    content: '';
    display: block;
    position: absolute;
    top: 12%;
    left: 35px;
    width: 16%;
    height: 27%;
    background-image: url(https://nextstep.net.in/Satyugdarshan-collage/wp-content/uploads/2024/07/Group-4.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

.main_testi_outer .owl-stage .customer_image_content .testi_inner p {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
}
.main_testi_outer .owl-stage .customer_image_content .testi_inner h3{
   font-size: 18px;
   font-weight: 400;
   line-height: 30px;
   color: #fff;
}
.main_testi_outer .owl-stage .customer_image_content .testi_inner span{
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #c4c2c2;
 }
/*footer css*/
footer {
    background-color: var(--dark-blue);
    color: #fff;
    padding: 90px 0px 0px 0px;
}
.footer-btm {
    display: flex;
    justify-content: space-between;
}
.footer-btm p b {
    font-weight: 700;
}
	.footer-right a.footer-btn:hover {
    background: #fff;
    color: #000;
}
.footer-column ul.social_icons li {
    width: 10%;
    margin-right: 25px;
}


.footer-column ul li {
    margin-bottom: 10px;
}
.footer-bottom p a:hover {
    color: var(--orange);
}
.footer-column ul li a:hover {
    color: var(--orange);
}
.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 80px;
}
.footer-left .footer-logo {
    max-width: 150px;
}
.footer-bottom p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #ccc;
}
.footer-bottom p a {
    color: #CCC;
}
.footer-bottom p a :hover {
    color: var(--orange);
}
.footer-right .footer-button {
    padding: 10px 20px;
    background-color: #555;
    color: #fff;
    border: none;
    cursor: pointer;
}
.second-row {
    justify-content: space-around;
    align-items: start;
}
.footer-column {
    flex: 1;
    margin: 0 10px;
}
.footer-column h4 {
    margin-bottom: 23px;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
}
.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li a {
    color: #CCCCCCCC;
}

.footer-right a.footer-btn {
    color: #fff;
    padding: 12px 35px;
    border: 1px solid #ffffff80;
    border-radius: 40px;
    margin-right: 20px;
    text-align: center;
}
ul.footer-sub-top-list li a {
    color: var(--orange);
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}
ul.footer-sub-bottom-list {
    list-style: disc;
    margin-left: 30px;
}
ul.footer-sub-bottom-list li {
    color: #ccc;
}

ul.footer-sub-bottom-list li a {
    color: #CCCCCCCC;
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
}
.footer-column address {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #ccc;
	margin-bottom:24px;
}
.footer-column ul.contact-links {
    list-style: none;
    padding: 0;
    margin-bottom: 42px;
}
ul.contact-links li a {
    color: #ccc;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.footer-column ul.social_icons {
    display: flex;
}
.footer-strip {
    display: flex;
}

.footer-strip-list {
    display: flex;
    width: 100%;
}

.footer-strip .col-4 {
    height: 7px;
}

.footer-strip .blue-strip {
    background-color:var(--blue);
    width: 33.33%;
}

.footer-strip .orange-strip {
    background-color: var(--orange);
    width: 33.33%;
}

.footer-strip .green-strip {
    background-color: var(--green);
    width: 33.33%;
}

.footer {
    margin-top: 7px;
}

/*leadership page*/
section.common-banner {
    position: relative;
}
section.common-banner img {
    height: 500px;
    object-fit: cover;
}
section.common-banner:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000e3 5%, rgb(255 255 255 / 0%) 100%);
}
section.common-banner .breadcrumb-title {
    position: absolute;
    bottom: 5%;
    left: 10%;
}
section.padding.single_program_main ul.faculty-list li .faculty-content p {
    color: #000;
}
section.common-banner .breadcrumb-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    z-index: 999999999;
    position: relative;
}
section.single_program_main .single-tab-content-main {
    margin-top: 60px;
	width:95%;
}
.tab-left-leader.col-md-3 {
    height: fit-content;
    position: sticky;
   top: 120px;
}
section.padding.single_program_main ul.academic-list h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
.tab-content div#contact ul.faculty-list li .faculty-content h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}
ul.faculty-list li .faculty-content span svg {
    width: 40px;
    height: 40px;
    margin-top: 10px;
}
div#governing-body ul.faculty-list li .faculty-content h3{
	font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
section.common-banner .breadcrumb-title h2 {
    font-size: 40px;
    line-height: 50px;
    font-weight: 500;
	color:#fff;
}
ul.faculty-list li .faculty-content h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.faculty-content h3{
	font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
section.leadership-tab.padding .tab-right-leader.col-md-9 div#v-pills-home ul.faculty-list li .faculty-content h3{
	font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.footer-bottom {
    border-top: 1px solid #ffffff63;
    padding: 40px 0px 40px 0px;
}
/*faculty*/

ul.faculty-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 100px;
}
ul.academic-list li {
    height: 100%;
    border-radius: 0px 0px 12px 12px;
}
ul.academic-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px; 
    margin-top: 100px; 
}
ul.academic-list li {
    height: 100%;
    background: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s; 
}
.academic-list li:hover {
    transform: translateY(-10px); 
}
ul.faculty-list li {
 height: 100%;
    background: #f8f8f8;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}
.faculty-content {
    padding:15px;
}
.faculty-content span {
    font-size: 14px;
	line-height:24px;
}
.faculty-content a.faculty-btn {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.faculty-content h3 {
    font-size: 20px;
    line-height: 30px;
	margin:unset;
	padding:unset;
}
.faculty-content p {
    font-size: 16px;
    line-height: 26px;
    margin: unset;
    padding: unset;
    color: #000;
    text-align: left;
}
.tab-right-leader h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin-bottom: 15px;
}
.notice-item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
	.tab-menu .nav-link {
            border-radius: 0;
    border-bottom: 1px solid #ddd;
    padding: 25px 15px;
    font-size: 19px;
    color: #676767;
		cursor: pointer;
		transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    display: flex;
        align-items: center;
  margin-bottom: 10px;
        }
.tab-menu .nav-link.active {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: var(--blue);
    background: transparent;
}

 .tab-menu .nav-link.active::after {
            content: '';
            position: absolute;
            right: 15px; 
            top: 50%;
            transform: translateY(-50%);
            width: 10px; 
            height: 10px; 
            border-radius: 50%;
            background-color: var(--blue); 
        }
.faculty-list > li {
            margin-bottom: 20px;
        }
.faculty-list img {
            width: 100%;
            height: auto;
        }
.faculty-content span i {
    font-size: 35px;
    margin-top: 14px;
}
/*program*/
.tab-content h3 {
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
}
.heading h3 {
    font-size: 32px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 30px;
}
.heading h3 a {
    color: var(--blue);
}
.heading svg{
	animation: Head 1s infinite;
}

@keyframes Head{
	0% {transform: translateY(0%);}
	50% {transform: translateY(10%);}
	100% {transform: translateY(0%);}
}
section.Admission-process.padding.pt-0 h2 {
    margin-bottom: 50px;
}

.single_program_title h3 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 18px;
    font-weight: 700;
}
.hod {
    margin-top: 100px;
}
.tab-content {
    margin-top: 0px;
	margin-bottom:50px;
}
.desk {
    margin-top: 100px;
}
.cao-message {
    margin-top: 100px;
}
.cao-heading h2 {
    margin: unset;
}
.single_program_title p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 15px;
}
.single_program_title {
    overflow: hidden;
}
.owl-carousel .owl-stage-outer .item img{
	height:100%;
}
section.industries-partner-sec-inner.padding {
    background: #f9f9f9;
}
.industry-outer-area-inner .common-heading {
    text-align: center;
}
.industries-inner-logos-1 .owl-carousel .owl-stage-outer .item {
    background: #fff;
    padding: 20px 40px;
    height: 100%;
}
section.industries-partner-sec-inner .industry-outer-area-inner .owl-nav button.owl-prev {
    position: absolute;
    top: 35%;
    left: -95%;
    font-size: 62px;
}
section.industries-partner-sec-inner .industry-outer-area-inner .owl-nav button.owl-next {
    position: absolute;
    top: 35%;
    right: -46px;
    font-size: 62px;
}
.form_right {
    position: sticky;
    top: 50px;
    background: #f8f8f8;
    padding: 45px;
	margin-top: 56px;
    overflow: hidden;
    border-radius: 12px;
    max-width: 100%;
    box-sizing: border-box;
}
.form_right h3 {
    color: var(--blue);
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
}
.form_field input {
    border: 1px solid #BFBFBF;
    padding: 12px 18px;
    width: 100%;
    background: no-repeat;
    font-size: 16px;
}
.form_field select {
    border: 1px solid #BFBFBF;
    padding: 12px 18px;
    width: 100%;
    background: no-repeat;
    font-size: 16px;
    color: #7a7a7a;
}
select {
    word-wrap: normal;
}
.form_field textarea {
    border: 1px solid #BFBFBF;
    padding: 12px 25px;
    width: 100%;
    background: no-repeat;
    font-size: 16px;
    height: 120px;
    resize: none;
}
.wpcf7-form-control {
    width: 100%;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.main__button.blue_color {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    padding: 8px 10px;
    width: 44%;
}
section.syllabus_main.padding {
    background-color: #f8f8f8;
}
section.syllabus_main .heading {
    text-align: left;
}
/* .row {
    display: flex;
    justify-content: center;
}
 */
.syllabus-item {
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 10px;
    gap: 20px; 
}
.column.action ul.syllabus-list li {
    margin-bottom: 20px;
}
.column {
    flex: 1;
    text-align: left;
}
.download-button {
    text-decoration: underline;
    color: #007bff;
}
.syllabus-inner-sec {
    padding-top: 20px;
}
.syllabus-item .column.description ul.syllabus-list {
    list-style: circle;
}
.syllabus-item .column.description ul.syllabus-list li {
    margin-bottom: 10px;
}
.syllabus_main .accordion-item {
    border: none;
}
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: var(--blue);
    padding: 30px;
    background: transparent;
}
button.accordion-button.collapsed {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    color: var(--blue);
    padding: 30px;
	background:transparent;
}
.syllabus_main .accordion-item:not(:first-child) .accordion-header {
    border-top: 1px solid #ccc; 
}
.accordion-body {
    display: flex;
    justify-content: space-between;
}
.accord-sub-list-download ul li {
    margin-bottom: 12px;
}
.accord-sub-list-download ul li a {
    text-decoration: underline;
    color: var(--blue);
}
.accordion-button:not(.collapsed){
    background: none;
}
button.accordion-button.collapsed {
    font-size: 28px;
    line-height: 38px;
	font-weight:500;
    color: var(--blue);
}
.accordion-flush>.accordion-item:first-child {
    border-top: 1px solid #dee2e6;
}
.accordion-flush>.accordion-item:last-child {
    border-bottom: 1px solid #d4d8dc;
}
.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0;
    font-size: 21px;
    line-height: 27px;
    color: var(--blue);
}
.syllabus_main .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    font-size: 1.25rem;
    background-color: #f8f9fa;
    border: none;
    outline: none;
    transition: background-color 0.2s ease;
    color: #000; 
}
.syllabus_main .accordion-button:not(.collapsed) {
    background-color: #fff;
       font-size: 28px;
    line-height: 38px;
	    padding: 30px 30px 10px 30px;
    font-weight: 500;
    color: var(--blue);
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,<svg width='98' height='100' viewBox='0 0 98 100' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M93.9166 43.7457H55.1291V4.16656C55.1291 3.06236 54.6979 2.00129 53.9286 1.21635C53.1593 0.439962 52.1279 0 51.0458 0H46.9541C44.7052 0 42.8708 1.86334 42.8708 4.1666V43.7457H4.08328C1.82597 43.7457 0 45.6177 0 47.9123V52.0875C0 53.1917 0.431159 54.2442 1.19202 55.0291C1.96134 55.8142 3.0012 56.2541 4.08323 56.2541H42.8708V95.8421V95.8334C42.8708 96.9376 43.3019 97.9987 44.0713 98.7836C44.8406 99.56 45.872 100 46.954 100H51.0457C52.1279 100 53.1593 99.56 53.9285 98.7836C54.6978 97.9986 55.129 96.9375 55.129 95.8334V56.2543H93.9252H93.9168C94.9989 56.2543 96.0387 55.8144 96.808 55.0293C97.5688 54.2443 98 53.1919 98 52.0877V47.9125C98 46.8083 97.5688 45.7559 96.808 44.9709C96.0387 44.1859 94.9987 43.7457 93.9166 43.7457Z' fill='black'/></svg>");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 1.25rem;
    height: 1.25rem;
    content: '';
}
.accordion-button:not(.collapsed)::after {
    transform: rotate(-45deg);
    background-image: url("data:image/svg+xml,<svg width='98' height='100' viewBox='0 0 98 100' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M93.9166 43.7457H55.1291V4.16656C55.1291 3.06236 54.6979 2.00129 53.9286 1.21635C53.1593 0.439962 52.1279 0 51.0458 0H46.9541C44.7052 0 42.8708 1.86334 42.8708 4.1666V43.7457H4.08328C1.82597 43.7457 0 45.6177 0 47.9123V52.0875C0 53.1917 0.431159 54.2442 1.19202 55.0291C1.96134 55.8142 3.0012 56.2541 4.08323 56.2541H42.8708V95.8421V95.8334C42.8708 96.9376 43.3019 97.9987 44.0713 98.7836C44.8406 99.56 45.872 100 46.954 100H51.0457C52.1279 100 53.1593 99.56 53.9285 98.7836C54.6978 97.9986 55.129 96.9375 55.129 95.8334V56.2543H93.9252H93.9168C94.9989 56.2543 96.0387 55.8144 96.808 55.0293C97.5688 54.2443 98 53.1919 98 52.0877V47.9125C98 46.8083 97.5688 45.7559 96.808 44.9709C96.0387 44.1859 94.9987 43.7457 93.9166 43.7457Z' fill='black'/></svg>");
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
  font-size: 21px;
  line-height: 27px;
  color: var(--blue);
  font-weight: 500;
     padding: 30px;
}
.syllabus_main .accordion-button:not(.collapsed)::after {
    transform: rotate(-90deg); 
}
.accordion-button:not(.collapsed){
	box-shadow:none;
}
.accordion-button:focus{
	box-shadow:none;
}
.syllabus_main .accordion-body {
       padding: 0px 30px 30px 30px;
    border-top: none;
    background-color: #ffffff;
    color: #000;
	display:block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
}
.accordion-item:last-of-type>.accordion-collapse{
	border-top:none;
}
.syllabus_main .accordion-button:focus {
    box-shadow: none; 
}
.pot-inner-box ul li {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
.pot-inner-box ul li span {
    margin-right: 20px;
}
.pot-inner-box ul li {
    margin-bottom: 20px;
}
.pot-inner-box {
    border: 1px solid #000;
    border-radius: 18px;
	height:100%;
}
.pot-inner-box ul {
    padding: 0px 20px;
}
.pot-inner-box h3 {
    background: var(--dark-blue);
    color: #fff;
    padding: 20px;
    font-size: 32px;
    text-align: center;
    line-height: 42px;
    font-weight: 700;
    border-radius: 18px 18px 0px 0px;
}
section.faq-career-page.padding.pt-0 .apply-now {
    text-align: center;
}
.accordion-header {
    font-weight: bold;
    font-size: 1.25rem;
}
.accordion-body {
    font-size: 1rem;
    color: #001c4c; 
}
/*new section*/
#tile-1 .tab-pane
{
  padding:15px;
  height:80px;
}
#tile-1 .nav-tabs {
    position: relative;
    background-color: #fff;
    display: flex;
    border-radius: 39px;
    width: 90%;
    padding: 10px;
    border: 1px solid #D9D9D9;
    align-items: center;
}
#tile-1 .nav-tabs li
{
  margin:0px!important;
}
#tile-1 .nav-tabs li a {
    position: relative;
    margin-right: 0px !important;
    padding: 20px 40px !important;
    font-size: 16px;
    border: none !important;
    color: #333;
    background-color: transparent; 
}

#tile-1 .slider {
    display: inline-block;
    height: 80%;
	left:10%;
    margin-bottom: 7px;
    border-radius: 40px;
    background-color: var(--blue);
    position: absolute;
    bottom: 0;
    transition: all .4s linear;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
	border-color:transparent;
}
#tile-1 .nav-tabs .nav-link
 {
    color: #000;
    background-color: transparent;
    border-radius: 40px;
    border-color: transparent;
    position: relative;
    transition: all 0.9s linear;
}
#tile-1 .nav-tabs .active {
    color: #fff !important;

}
section.padding.single_program_main .heading h2 {
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
    margin: 30px 0px;
}
div#accordionExample {
    max-width: 800px;
}
section.syllabus_main.padding .heading hr {
    width: 62%;
}
/*eligible */
.eligible-critiria-left img {
    height: 15%;
}
.eligible-content ul li {
    margin-bottom: 30px;
    display: flex;
}
.eligible-content ul li svg {
    margin-right: 20px;
}
.eligible-critiria-left h3 {
    font-size: 32px;
    line-height: 47px;
    margin-bottom: 30px;
    font-weight: 500;
}
section.eligible-critiria .eligible-critiria-left ul {
    margin-top: 60px;
}
/*our story*/
ul.sdiet-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
}
.sdiet-main-usps {
    background-color: #f5f5f5;
}
ul.sdiet-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sdiet-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.sdiet-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.sdiet-box img {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
}
.sdiet-box p {
    font-size: 18px;
    color: #555;
    text-align: center;
}

.sdiet-box:hover img {
    filter: brightness(1.2);
}

.sdiet-box:hover p {
    color: #333;
}

/*admission open*/
section.Admission-process.padding .col-3 img {
    width: 50%;
    height: auto;
}
section.wrld-infra-structure.padding .common-heading h2 {
    margin-bottom: 20px;
}
section.wrld-infra-structure.padding .common-heading p {
    width: 70%;
    margin: auto;
    margin-bottom: 50px;
}
.AdmissionCard_title {
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 25px;
}
.AdmissionCard_subtitle {
    font-size: 12px;
    line-height: 16px;
    margin: 20px 0px;
}
.admin-main-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10%;
}
.sub-list {
    display: flex;
	align-items: baseline;
}
.sub-list p {
    margin-left: 12px;
}
section.Admission-process h3 {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 500;
}
.sub-list p {
    line-height: 21px;
    font-size: 13px;
    margin-bottom: 17px;
}
div#accordionFlushExample {
    max-width: 800px;
}
.sub-list i {
    font-size: 15px;
}
.accord-sub-list-download ul li a i {
    font-size: 15px;
}

.sub-list span svg {
    margin-right: 12px;
}
/*about page*/
.breadcrumb_main {
    position: relative;
}
.breadcrumb_main .row .col-md-6 {
    margin: 0;
    padding: 0;
}
.breadcrumb_title {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e7e4e4;
}
.breadcrumb_title h1 {
    font-size: 48px;
    line-height: 52px;
    font-weight: bold;
    text-transform: capitalize;
    color: var(--blue);
    letter-spacing: 0;
	text-align:center;
}

.about-content {
    width: 80%;
}
.breadcrumb_image img {
    height: 450px;
    object-fit: cover;
}
.pens-btn {
    margin: 35px auto;
    text-align: center;
}
.pens-btn a {
   font-size: 17px;
    line-height: 27px;
    font-weight: 400;
    border: 1px solid #ddd;
    padding: 15px 30px;
    border-radius: 24px;
    color: #000;
}
section.wrld-infra-structure .common-heading {
    text-align: center;
}
section.wrld-infra-structure {
    background-color: #f8f8f8;
}
.alumini-container p {
    text-align: left;
}
section.wrld-infra-structure .infra-carousel .item-infra img{
	border-radius:24px;
}
.item-infra {
    position: relative;
}
section.Contact-details.padding p {
    text-align: center;
}
.carousel-caption p {
    text-align: left;
}
.item-infra h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    text-align: center;
    bottom: -19px;
    align-content: end;
    position: absolute;
    color: #fff;
    background: #00000082;
    width: 100%;
    padding: 10px;
}
.infra-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
 left: -100%;
}
.infra-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -40px;
}

.counter-wrapper {
            position: relative;
            text-align: center;
            margin: 20px;
            padding-right: 20px; 
            border-right: 2px solid #ccc; 
}
.counter {
    font-size: 64px;
    line-height: 74px;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--blue);
}
section.Our-Genesis {
    background: #f5f5f5;
}
.counter-label {
    font-size: 18px;
    color: #000;
    line-height: 28px;
    font-weight: 300;
}
.counter_ji h2 {
    text-align: center;
    margin: 60px 0px 40px 0px;

    color: #000;
}
section.about-main-sec .row .counter-wrapper .counter:after {
    content: '+';
}
.Our-Genesis .col-4 {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.Genesis-item {
    position: relative;
    overflow: hidden;
    border-radius: 10px; 
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); 
}

.Genesis-item img {
    width: 100%;
    display: block;
    transition: transform 0.5s ease-in-out;
    border-radius: 10px; 
}

.Genesis-heading {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    z-index: 1;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0) 100%);
}
.Genesis-item:hover .Genesis-heading {
    display: none;
}
.Genesis-heading h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    color: #fff;
}
.Genesis-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.9); 
    color: white;
    padding: 20px;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    border-radius: 10px; 
	text-align: center;
}

.Genesis-item:hover .Genesis-content {
    transform: translateY(0);
    opacity: 1;
}

.Genesis-content h2 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

.Genesis-content p {
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.Genesis-item:hover .Genesis-content p {
    opacity: 1;
}

section.our-institute .common-heading {
    text-align: center;
}

section.our-institute ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; 
	row-gap: 46px;
    justify-content: center; 
    padding: 0;
    list-style: none; 
	    margin-bottom: 100px;
}
section.our-institute ul li {
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    flex: 1 1 calc(20% - 16px);
    box-sizing: border-box;
}
section.our-institute ul li img {
    margin-bottom: 15px;
}
section.our-institute ul li h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: unset;
}
section.our-institute ul li:nth-last-child(2),
section.our-institute ul li:last-child {
    flex: 1 1 calc(20% - 16px); 
}
.apply-now button {
    background: var(--blue);
    padding: 10px 15px;
    border: none;
    color: #fff;
}
section.our-institute ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px; 
	    row-gap: 32px;
    padding: 0; 
    list-style: none; 
    justify-content: center; 
}

section.our-institute ul li:nth-last-child(2),
section.our-institute ul li:last-child {
    flex: 1 1 calc(20% - 16px); 
}
section.our-institute ul li:nth-last-child(2) {
    flex: 1 1 calc(20% - 16px);
    width: 30%;
    margin-left: 30%;
}
section.our-institute ul li:last-child {
    flex: 1 1 calc(20% - 16px);
    margin-right: 30%;
}
section.our-institute.padding .common-heading h2 {
    margin-bottom: 48px;
}
section.Contact-details .common-heading {
    text-align: center;
}
.address h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.address a {
    color: #000;
}
.cont-info {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-info p{
    margin-bottom:0;
	font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.phone p {
    margin-bottom: 0;
	font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.cont-info img {
    width: 7%;
    margin-right: 10px;
}
.address {
    text-align: center;
}
.phone{
	text-align: center;
}
.email{
	text-align: center;
}
.email h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.email p {
    margin-bottom: 0;
	font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.phone h4 {
    font-size: 22px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}
.phone p a {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
.email p a {
    color: #000;
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}
/*career*/
section.career-details.padding .common-heading {
    width: 90%;
}
.col-6.career-iner-detail-left p {
    font-size: 23px;
    line-height: 32px;
    font-weight: 400;
}

section.faq-career-page .accordion-item {
    background: #f8f8f8;
    margin-bottom: 20px;
}
section.faq-career-page .syllabus_main .accordion-body{
	background:#f8f8f8;
}
section.faq-career-page .syllabus_main .accordion-button:not(.collapsed){
	background:#f8f8f8;
}
section.faq-career-page .syllabus_main .accordion-button:not(.collapsed){
	    padding: 30px 30px 10px 30px;
}
section.faq-career-page.padding.pt-0 .syllabus_main .accordion-item:not(:first-child) .accordion-header{
	border:none;
}
/*placement*/
section.plc-vid-sec {
    background: #F8F8F8;
}
section.plc-vid-sec .owl-carousel .owl-stage-outer .item iframe {
    width: 600px;
    object-fit: cover;
}
.plc-top-img img {
    padding: 30px 60px;
    border-bottom: 1px solid #ddd;
}
.placement-company {
    margin-bottom: 45px;
}
.company-info {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    justify-content: start;
}
.owl-carousel .student-placed {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: transform 0.3s ease;
}
.owl-carousel .student-placed img {
    width: 100%;
    border-radius: 8px 8px 0px 0px;
    transition: opacity 0.3s ease;
}

.owl-carousel .student-placed:hover img {
    opacity: 0.7;
}
.faculty-content {
    color: #fff;
    border-radius: 0px 0px 8px 8px;
    transition: transform 0.3s ease;
}
.faculty-content h3 {
    font-size: 18px;
    line-height: 28px;
    margin: unset;
    padding: unset;
    text-transform: capitalize;
}
.student-placed:hover .faculty-content {
    transform: translateY(0);
}
/*events & activity*/
.grid_speak .videos_image:nth-child(odd) {
    margin-top: -40px;
}

.grid_speak .videos_image {
    height: auto;
}
.image_hover_all {
    position: relative;
}
.image_hover {
    overflow: hidden;
    transition: .9s all;
}
.videos_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 7px 7px 19px rgba(0, 0, 0, .16);
}
.content_video_wrapper h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.grid_speak .videos_image:nth-child(even) {
    margin-top: 40px;
}
.grid_speak {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 100px;
	    padding-top: 40px;
}
section.events_two.speak_main_section.padding .common-heading h2 {
    margin: unset;
    padding: unset;
}
.content_video_wrapper {
    padding: 30px;
    border: 1px solid #74747442;
    padding-bottom: 20px;
}
.content_video_wrapper p {
    color: #000;
}
.filter-heading h2 {
    margin: 0;
    font-size: 40px;
    font-weight: bold;
}

.filter-options {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.filter-options select {
    max-width: 250px;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 4px;
}
.filter-options select {
        max-width: 450px;
    padding: 5px 30px 5px 10px; /* Adjust padding for arrow space */
    font-size: 16px;
    border-radius: 4px;
    appearance: none; /* Remove default arrow */
    -webkit-appearance: none; /* Remove default arrow in Safari */
    -moz-appearance: none; /* Remove default arrow in Firefox */
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="none" stroke="%23000" stroke-width="1" d="M0 0l2 2 2-2"/></svg>') no-repeat;
    background-size: 10px;
    background-position: right 10px center;
    border: 1px solid #ccc;
}

.filter-options select:hover {
    border-color: #888;
}
.event-heading h2 {
    font-size: 28px;
    line-height: 38px;
}
section.event-list-activity .event-heading {
    width: 80%;
    margin-bottom: 40px;
}
/*gallery*/
.gallery-section {
    padding: 60px 0;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(325px, 1fr));
    gap: 15px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
section.event-list-activity {
    padding: 50px 0px 24px;
}
/*whatsapp*/
.whatsapp_icon {
    position: fixed;
    width: 81px;
    bottom: 5%;
    right: 13px;
    z-index: 999;
}
.whatsapp_icon img {
    width: 100%;
}
/*pratibha2025*/
.pratibha_2025 {
    position: fixed;
    left: 64px;
    bottom: 54px;
    z-index: 99;
}
.pratibha_2025 a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 15px;
    text-align: center;
    background: #faf7f2;
    color: var(--primary-color);
    box-shadow: 0 0 0 8px #fff, 0 0 0 15px var(--orange), 1rem 1rem 2rem rgb(0 0 0 / 25%);
    animation: zoom 2s infinite;
    position: relative;
    z-index: 1;
}

@keyframes zoom {
    0%, 100% {
        transform: scale(1); /* Original size */
    }
    50% {
        transform: scale(1.2); /* Zoom in */
    }
}
/** CODE **/

.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select {
    display: block;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 57px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.file-upload .file-select .file-select-button {
    background: var(--orange)!important;
    padding: 0 10px;
    display: flex;
    height: 52px;
    line-height: 40px;
    color: #fff;
    width: fit-content;
    align-items: center;
}
.file-upload .file-select .file-select-name {
    line-height: 40px;
    display: flex;
    padding: 0 10px;
    align-items: end;
}
.file-upload .file-select:hover{border-color:#000;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
div#fileName p {
    margin: 0;
}

.file-upload span.wpcf7-form-control-wrap {
    position: static;
}
.file-upload .file-select {
    display: flex;
    border: 2px solid #dce4ec;
    color: #34495e;
    cursor: pointer;
    height: 57px;
    line-height: 40px;
    text-align: left;
    background: #FFFFFF;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.affiliation-content h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 0;
}
.affiliation-content {
    padding: 15px;
    margin: 0;
}
.affiliation-box {
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    background-color: #f9f9f9; /* Light background */
    border: 1px solid #ccc;
    text-align: center;
    padding: 15px;
}

.affiliation-box:hover {
    transform: translateY(-10px);
    background-color: #ee843452;
    border-color: #ee843452;
}

.affiliation-box::after {
    content: " 📄 OPEN PDF";
    font-weight: bold;
    color: var(--blue);
    display: block;
    margin-top: 5px;
}


section.affiliation-letter-sec .affiliation-box {
    margin-bottom: 0;
    height: 100%;
    border: 1px solid #ccc;
}

	section.affiliation-letter-sec .row {
    row-gap: 30px;
}
.fixed_wrapper {
    position: fixed;
    top: 60%;
    right: 0;
    transform: translateY(-50%);
    padding: 0;
    z-index: 91;
}

.fixed_wrapper ul li {
    pointer-events: all;
    padding: 0;
    transform: translateX(calc(100% - 64px));
    transition: transform .3s;
    background: #f9f9f9;
}
.fixed_wrapper ul li svg {
    height: 25px;
    width: 70px;
}
.fixed_wrapper ul li a {
    display: flex;
    padding: 15px 15px 15px 0;
    color: #000000;
    font-weight: 700;
    font-size: 1.6rem;
    outline: none;
    align-items: center;
    text-decoration: underline;
}
.fixed_wrapper ul li:hover {
    transform: translateX(0);
}
.footer-right {
    display: grid
;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 24px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    z-index: 9999;
}

.popup-overlay.show {
    opacity: 1;
    visibility: visible;
}
section.notice-main-board .card-body div#myTabContent div#home-tab-pane marquee .notice-content {
    border-bottom: 1px solid #d9d6d6;
}
section.notice-main-board .card-body div#myTabContent div#home-tab-pane {
    padding: 0px 0px 0px 12px;
}
section.notice-main-board .card-body ul#myTab li.nav-item button {
    padding: 10px 52px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
section.notice-main-board .notice-main-right img {
    border-radius: 24px;
}
.popup-content {
    position: relative;
    max-width: 850px;
    width: 90%;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}
section.notice-main-board .card-body ul#myTab li.nav-item button#home-tab {
    border-radius: 0;
    border: none;
}

section.notice-main-board .card-body{
	padding:0;
}
.popup-overlay.show .popup-content {
    transform: scale(1);
}

.popup-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

.popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.popup-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  display: flex; justify-content: center; align-items: center;
  z-index: 9999;
}

.popup-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  max-width: 600px;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}



.popup-text h3 {
  margin-bottom: 10px;
  color: #d35400;
}

.popup-text p {
  font-size: 16px;
  line-height: 1.5;
}

.nav-menu-list li.menu-item-1:hover a {
    color: #fff;
}
.nav-menu-list li .sub-menu li:hover > .has-sub-menu li a {
    color: #000;
    width: 100%;
    display: contents;
}

section.notice-main-board .common-heading h2.text-center {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
section.notice-main-board .common-heading h2.text-center::after
 {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 4px;
    background-color: var(--orange);
    border-radius: 2px;
}

#myTab {
    display: flex;
}

#myTab .nav-item {
    flex: 1;
}

#myTab .nav-link {
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

