:root {
    --font-primary: "Fira Sans", sans-serif;
    --font-secondary: "Fira Sans", sans-serif;
    --font-footer-brand-text: "Martel", sans-serif;
    --color-primary: #471B7A;
    --color-heading: #4E0F03;
    --color-secondary: #FFC300;
    /* --color-heading: #fff; */
    --color-default: #fff;
    --color-black: #000;
    scroll-behavior: smooth;
    --color-footer: #fff;
}

body {
    color: var(--color-primary);
    line-height: 1.5rem;
    font-size: 1rem;
    font-family: var(--font-secondary);
    overflow-x: hidden !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: var(--color-default);
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 1.6rem;
}

body,
p,
div,
button,
span,
td,
th,
a {
    font-family: var(--font-secondary) !important;
    font-size: 1rem;
}

p,
span,
a {
    line-height: initial;
}

table,
th,
td {
    border: 0.0625rem solid #ddd;
    color: #000;
}

p,
a,
li {
    color: var(--color-black);
    font-family: var(--font-secondary);
}

li,
td,
button {
    font-size: 1rem;
}

.shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0rem 0.0625rem 0.125rem 0rem, rgba(60, 64, 67, 0.15) 0rem 0.125rem 0.375rem 0rem;
}

.homePage-sectionHeading {
    color: var(--color-heading);
    font-size: 1.875rem;
    font-weight: 600 !important;
    line-height: normal;
}

.homePage-sectionHeading-white {
    color: #ffffff;
    font-size: 1.875rem;
    font-weight: 600 !important;
    line-height: normal;
}

.black-text-heading {
    color: #475569;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
}

.blue-text-heading {
    color: #673AB7;
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 54px;
    /* 150% */
}

a:hover {
    color: #fff;
}


.placement-section {
    padding-top: 244px;
    position: relative;
    background-image: url(../img/style-circles.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    margin-bottom: 6rem;
    top: 60px;
}

.placement-section img {
    height: 400px;
    width: 400px;
}

.placement-card {
    background-color: #fff;
    box-shadow: 33px 33px 85px rgba(0, 0, 0, 0.3);
    border-radius: 26px;
    padding: 28px;
    text-align: center;
    box-sizing: border-box;
}

.placement-card img {
    max-width: 100%;
    height: auto;
}

.placement-heading {
    text-align: right;
    color: #f68b1f;
    position: relative;
    width: 100%;
    top: -68px;
}


/* .placement-heading::before{
	content: "";
	width: 564px;
	height: 564px;
	flex-shrink: 0;
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%), #FFE4B0;
	border-radius: 564px;
	position: absolute;
    z-index: 1000;
} */

.placement-heading h2 {
    font-size: 1.0rem;
}

.placement-heading h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #f68b1f;
    padding-bottom: 20px;
}

.placement-heading .btn-apply {
    background-color: #f68b1f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
}

.placement-heading .btn-apply:hover {
    background-color: #d76b1a;
}

@media (min-width: 768px) {
    .placement-heading {
        text-align: right;
        /* Align to the right for medium screens and above */
        top: -40px;
        right: -30px;
    }
}

@media (min-width: 992px) {
    .placement-heading {
        top: -135px;
        right: -58px;
    }
}

.placement-heading h2 {
    font-size: 1.25rem;
    padding: 2px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .placement-heading h2 {
        font-size: 1.75rem;
    }
}

.placement-heading .btn-apply {
    background-color: #f68b1f;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 1rem;
}

.placement-heading .btn-apply:hover {
    background-color: #d76b1a;
    transform: scale(1.05);
    transition: all 0.3s ease;
}


/* Adjusting padding and layout for small devices */

@media (max-width: 575.98px) {
    .placement-section {
        padding-top: 50px;
        margin-bottom: 2rem;
    }

    .placement-heading {
        text-align: center;
        top: 0;
        right: 0;
        margin-top: 0;
    }

    .placement-card {
        padding: 15px;
        border-radius: 12px;
    }

    .placement-heading h2 {
        font-size: 1.25rem;
    }

    .placement-heading .btn-apply {
        padding: 8px 16px;
        font-size: 0.9rem;
    }
}


/* home page quick links */

.section-back {
    background-color: var(--color-primary);
}

.segment-item p {
    margin-bottom: 0px;
    color: white;
    font-size: 18px;
    font-weight: 500;
}

.segment-item img:hover {
    transform: rotateY(360deg);
}

.segment-item img {
    width: 65px;
    margin: auto;
    transition: all 0.9s;
}

.segment-item .icon-holder {
    border-radius: 50%;
    height: 79px;
    width: 79px;
    margin: auto;
    margin-bottom: auto;
}


/* home page quick links */


/*  Departments Home Dept */

.departments .departments-item {
    box-sizing: content-box;
    margin: 30px 25px;
    box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
    border-radius: 10px;
}

/* Media query for tablets (max-width: 991px) */

@media (max-width: 991px) {
    .photo-g-tab-btn {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        /* Center tabs on smaller screens */
    }

    .gallery-grid {
        justify-content: center;
        /* Center align gallery items */
    }

    .gallery-grid a {
        flex: 1 1 calc(33.33% - 16px);
        /* 3 columns on medium screens */
        max-width: calc(33.33% - 16px);
    }
}


/* Media query for mobile devices (max-width: 767px) */

@media (max-width: 767px) {
    .photo-g-tab-btn {
        flex-direction: column;
        /* Stack tabs vertically */
        align-items: center;
    }

    .photo-g-tab-btn button {
        font-size: 14px;
    }

    .gallery-grid a {
        flex: 1 1 calc(50% - 16px);
        /* 2 columns on small screens */
        max-width: calc(50% - 16px);
    }

    .photo-gallery-headings {
        text-align: center;
        gap: 10px;
    }

    .photo-g-heading h1,
    .photo-g-heading h2 {
        font-size: 18px;
        line-height: 1.2;
    }
}


/* Media query for small mobile devices (max-width: 480px) */

@media (max-width: 480px) {
    .gallery-grid a {
        flex: 1 1 100%;
        /* 1 column on extra small screens */
        max-width: 100%;
    }

    .home-photo-gallery-imgs img {
        height: auto;
        /* Auto height for better scaling */
    }

    .photo-g-heading h1 {
        font-size: 16px;
    }

    .photo-g-heading h2 {
        font-size: 14px;
    }

    .photo-g-tab-btn button {
        font-size: 12px;
    }
}


.section-title {
    font-size: 24px;
    color: #f78e1e;
    font-weight: bold;
}

.section-subtitle {
    font-size: 32px;
    color: #ff9f3a;
    font-weight: 600;
}

.join-alumni-link {
    font-size: 18px;
    color: #f78e1e;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    transition: color 0.3s ease-in-out;
}

.join-alumni-link:hover {
    color: #e67600;
}

.profile-image {
    border-radius: 50%;
    width: 50px !important;
    height: 50px;
    /* margin-right: 15px; */
}



.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    padding-left: 17px !important;
    -moz-backface-visibility: hidden
}


/* testimonial end  */


/* contact start */

.get-directions {
    border-radius: 10px;
    top: 70%;
    transform: translate(7%, -50%);
    right: -43px;
    position: absolute;
    max-width: fit-content;
}


/* .get-directions a {
		position: relative;
		color: white;
		text-decoration: none;
		font-size: 11px !important;
		top: 38px;
		right: -28px;
} */

.left-side {
    position: relative;
    left: 0px;
    /* background-image: url(../img/Rectangle 4163 (2).svg); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* z-index: 1000; */
    /* padding: 20px;*/
}


/* .firstcolumn{
	top: -100px;
    position: relative;
    left: -80px;
	line-height: 50px;
} */

.firstcolumn {
    top: -100px;
    position: relative;
    /* height: 323px; */
    /* width: 416px; */
    left: -65px;
    line-height: 50px;
}


.firstset {
    position: relative;
    /* top: -300px; */
    /* z-index: revert-layer; */
    display: inline-flex;
}

.firstset::before {
    content: url("../img/Rectangle 4163 (2).svg");
    position: absolute;
    left: 0;
    left: -130px;
    top: -213px;
}

.firstcolumn img {
    display: block;
    margin: 0 auto 15px;
    /* Center the logo and add bottom spacing */
    max-width: 150px;
    /* Restrict the image size */
}


/* .get-directions{
	background-image: url("../img/arrow.png");
	background-repeat: no-repeat;
	position: absolute;
    left: 378px;
    top: 222px;
    z-index: 1;
	color: #FFF;
} */


/* contact end  */


/* ------Home page Section start--------- */

.bred-img1 {
    background-color: var(--color-primary) !important;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bred-pos {
    /* margin-top: -125px; */
    margin-bottom: 14px;
}

h2.quick-head-back-event {
    background-color: #ff9f2a;
    margin-bottom: 0px;
    padding: 7px 7px 10px 20px;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

a.email {
    /* text-decoration: underline; */
    text-decoration: none;
}

.social-icon .twitter img {
    filter: invert(1) grayscale(100);
    -webkit-text-stroke: 0.9px;
}


/* Styles for website counter container */

.website-counter {
    font-size: 28px !important;
    color: var(--color-default);
}


/* Styles for reset button */

#reset {
    margin-top: 20px;
    background-color: #008cba;
    cursor: pointer;
    font-size: 18px !important;
    padding: 8px 20px;
    color: white;
    border: 0;
}





/* breadcrumb */

.bred-img {
    background-image: url("../img/banner.jpg");
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: var(--color-primary) !important;
}

.bred-head {
    text-align: center;
    padding-top: 28px;
    margin-bottom: 0px;
    color: #fff;
    font-size: 35px;
}

.breadcrumb {
    justify-content: center;
    width: auto;
    align-items: center;
    margin: 6px auto auto auto;
}

.breadcrumb li a,
.breadcrumb-item+.breadcrumb-item::before {
    color: white;
}

.breadcrumb li a {
    text-decoration: underline;
}

.breadcrumb li a:hover {
    text-decoration: none;
}

.breadcrumb-item.active {
    color: white;
}


/* -End breadcrumb- */


/* -Inner Page Style- */

.about-info {
    padding: 0px 0px 0px 25px;
}

.about-info .page-insight {
    box-shadow: 2px 2px 4px #888888;
    padding: 5px 10px 20px 10px;
    background-color: #fff;
}

.page-headings {
    border-bottom: 3px solid #bbbbbb;
    margin-bottom: 20px !important;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 25.6px !important;
    color: var(--color-primary);
    font-weight: 600 !important;
}

.sub-heading {
    padding-bottom: 8px;
    color: var(--color-primary);
    font-family: "Blinker", sans-serif !important;
    font-size: 25px !important;
    font-weight: 600 !important;
    line-height: 38px;
    letter-spacing: 0.02em;
}

.about-page .about-info p {
    margin-bottom: 0px !important;
}

.page-back {
    /* background-color: #e5dcdc; */
}


/* NAAC Pages */

.naac-section a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px 10px 0px;
    text-decoration: underline;
}

.naac-section a:hover {
    text-decoration: none;
}

.naac-section a:before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    color: var(--color-primary);
    width: 2.5% !important;
    display: inline-block;
    font-size: 19px;
    margin-right: 0px;
}


/* -End Naac Pages-- */


/* accordian start*/

.accordion-button:not(.collapsed) {
    color: var(--color-default);
    background-color: #dff5f9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.accordion-button:focus {
    z-index: 3;
    border: none !important;
    outline: 0;
    box-shadow: none !important;
}

.accordion-button {
    color: #000 !important;
}

.accordion-item {
    border: 1px solid #a59a9a !important;
    margin-bottom: 5px;
}

.tab-horizontal1,
.tab-horizontal2 {
    width: 100% !important;
}

.tab-horizontal1 ul {
    flex-direction: inherit !important;
}

.inner-accordion-header {
    border: 1px solid #a59a9a !important;
}

.inner-accordion-header .accordion-button:not(.collapsed) {
    background: #f8f8f8 !important;
}


/* accordian end */


/* Styles added by Shruti J */

.table th,
table th {
    padding: 0.5rem 0.5rem;
    background: #ececec;
    border-color: #d9d9d9;
    box-shadow: inset 0 4px 3px -2px rgb(0 0 0 / 4%);
    text-align: center;
    font-weight: 700 !important;
}

.table .text-link {
    text-decoration: underline;
}

.table p {
    margin-bottom: 0px;
}

.table .text-link:hover {
    text-decoration: none;
    vertical-align: middle;
}

.text-link {
    text-decoration: underline;
}

.text-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.table td,
table td {
    border-color: #d9d9d9;
    padding: 0.5rem 0.5rem;
}

.table th.srno {
    width: 75px !important;
}

.table td.al-right,
.table .srno {
    text-align: right;
}

.btn-primary:focus {
    color: var(--color-default);
    background-color: var(--color-secondary);
}

.content-holder {
    background: white;
    padding: 0 25px;
}

.subheader {
    padding: 0;
    margin: 0 0 5px 0;
    font-weight: 700 !important;
    font-family: var(--font-primary);
    font-style: normal;
    font-size: 18px;
}

@media only screen and (max-width: 980px) {
    .about-info {
        padding: 0 25px;
        margin: 25px 0 0;
    }
}

.vtabs .tabs-right {
    padding: 0;
}

.vtabs .tabs-right .tab-content {
    padding: 0;
}

.vtabs .tabsContent-holder {
    padding-left: 0;
}

.vtabs .tab-content {
    padding: 0.5rem;
}

.vtabs .accordion-item {
    border: 0 !important;
}

.vtabs .nav-link.active::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #FFC300;
}

.sub-head {
    border-bottom: 3px solid #bbbbbb;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-family: var(--font-primary);
    font-weight: 700;
    font-style: normal;
}

.vtabs .accordion-body {
    padding: 0.5rem 1.25rem;
}

.vtabs .tabsName-holder {
    /* background-color: var(--color-primary); */
    padding-left: 0;
    padding-right: 0;
    /* box-shadow: inset -11px 0px 8px -11px rgba(112, 108, 112, 1) !important; */
}

.vtabs .nav-tabs .nav-link {
    color: #fff;
    margin-bottom: -1px;
    background: none;
    border: 1px solid #06406570;
    border-radius: 0;
    display: block;
    padding: 12px 20px;
    margin-bottom: 8px;
    background-color: #fff;
    /* background: #6247B5; */
    /* color: #FFC300; */
    color: #000;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #471B7A;
    transition: all 0.3s ease;
    position: relative;
    border-left: 5px solid #471B7A;

}


.vtabs .nav-tabs .nav-link.active {
    background-color: var(--color-secondary);
    color: white;
}

.vtabs .accordion-button:not(.collapsed) {
    color: #064065;
    background: #dff5f9;
}

.vtabs .accordion-button:not(.collapsed) {
    color: #000 !important;
    background: #efe290;
    border: 1px solid #9d9355;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
}

.vtabs .accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>");
}

.vtabs .nav-tabs .nav-link.active {
    background-color: #fff;
    color: #0b0a0a;
    background-color: #FFC300;
    color: #471B7A;
    font-weight: 600;
    padding-left: 25px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border: 1px solid #FFC300;
}

@media (max-width: 575px) {
    .owl-nav .owl-next {
        margin-left: 2px !important;
    }

    .owl-prev {
        padding-left: 23px;
    }
}

.link-active {
    background-color: #064065 !important;
    padding: 15px 10px !important;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(6 64 101 / 18%);
}


/* ssr table */

.ssr-table tr td:first-child {
    text-align: center;
}

.ssr-table th:nth-child(3) {
    width: 185px;
}

.ssr-table th:first-child {
    width: 100px;
    text-align: center;
}


/* styles added by pranali */

.tabletext {
    vertical-align: middle;
}

#carousel-placement img {
    object-fit: contain;
    aspect-ratio: 3/2;
    padding: 4px 10px;
}


/* CMS Photo Gallery*/

.list-horizontal {
    padding: 0;
    margin: 0;
}

.list-horizontal li {
    display: inline-block;
    margin-right: 10px;
}

.btn-year {
    border: 1px solid;
    padding: 6px 36px;
    border-radius: 5px;
    background-color: var(--color-primary);
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
}

.btn-year:hover {
    color: white;
}

.btn-year.active {
    background-color: var(--color-secondary);
}

a.btn-year.ng-binding {
    cursor: pointer;
}

a.btn-year.ng-binding.active {
    cursor: auto;
}

.gallery {
    position: relative;
    width: 302px;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}

.gallery .viewGallery {
    background-color: green;
    color: #fff;
    display: inline-block;
    padding: 5px 25px 0;
    text-decoration: none;
    position: absolute;
    left: 25%;
    transform: translateY(400px);
    transition: all 0.3s ease 0s;
}

.gallery .desc {
    padding: 15px;
    text-align: center;
}

.gallery:hover .viewGallery {
    transform: translateY(100px);
}

.stack,
.nostack {
    border: 6px solid #fff;
    float: left;
    height: 175px;
    width: 240px;
    margin: 20px;
    position: relative;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.stack img,
.nostack img {
    width: 100%;
    height: 100%;
}

.stack:before,
.stack:after {
    content: "";
    height: 175px;
    width: 240px;
    position: absolute;
    z-index: -1;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    border: 6px solid #fff;
}

.stack:before {
    background: #eff4de;
    top: 0px;
    left: -10px;
    transform: rotate(-5deg);
}

.stack:after {
    background: #768590;
    top: 5px;
    left: 0px;
    transform: rotate(4deg);
}

.firstImage:after {
    display: block;
    content: "View Gallery";
    padding: 8px 15px;
    margin: auto;
    background-color: var(--color-secondary);
    position: absolute;
    top: 29%;
    left: 24%;
    color: #fff;
    transform: translateY(400px);
    transition: all 0.3s ease 0s;
}

.firstImage:hover:after {
    transform: translateY(30px);
}

.firstImageForCollegeNews:after {
    display: block;
    content: "View Paper";
    padding: 8px 15px;
    margin: auto;
    background-color: var(--color-secondary);
    position: absolute;
    top: 29%;
    left: 24%;
    color: #fff;
    transform: translateY(400px);
    transition: all 0.3s ease 0s;
}

.firstImageForCollegeNews:hover:after {
    transform: translateY(30px);
}

.first-image:hover:after {
    transform: translateY(30px);
}

.link-active {
    background-color: #fdbd0f !important;
    padding: 15px 10px !important;
    color: #fff !important;
}

.main-whitePanel {
    background-color: #fff;
    /* box-shadow: 2px 2px 4px #888888; */
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
}

.carousel-wrap {
    margin: 90px auto;
    padding: 0 5%;
    width: 80%;
    position: relative;
}

.mydiv .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 10px;
    pointer-events: none;
    box-sizing: border-box;
}

.mydiv .owl-nav .owl-prev,
.mydiv .owl-nav .owl-next {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    font-family: Arial !important;
    font-size: 22px !important;
    line-height: 1 !important;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85) !important;
    pointer-events: all;
}

.mydiv .owl-nav .owl-prev.disabled,
.mydiv .owl-nav .owl-next.disabled {
    visibility: hidden;
}


/* Plan Of Action */

.table-responsive.plan {
    padding: 8px 15px;
}

a.btn.btn-primary.naac-certificate {
    padding-bottom: 11px;
    margin-top: 18px;
}

img.img-fluid.naac {
    width: 450px;
    height: 500px;
}

.inner-category-gallery {
    border-bottom: 2px solid;
}

.gallery-category {
    position: relative;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}

.gallery-category .viewGallery {
    background-color: green;
    color: #fff;
    display: inline-block;
    padding: 5px 25px 0;
    text-decoration: none;
    position: absolute;
    left: 25%;
    transform: translateY(400px);
    transition: all 0.3s ease 0s;
}

.gallery-category .desc {
    padding: 15px;
}

.gallery-category:hover .viewGallery {
    transform: translateY(100px);
}

.btn-handy {
    border: 1px solid #b5b5b5;
    background: #f2f2f2;
    margin-right: 10px;
    text-decoration: none;
    padding: 3px 8px;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.container.main-whitePanel h4 span {
    font-size: 1.6rem !important;
    font-style: normal;
    display: inline-block;
    border-bottom: 2px solid var(--color-primary);
    padding-right: 16px;
}

.saftey {
    margin-top: 10px;
}

.section.row.host.saftey {
    margin-left: 0px;
}

.lib-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

a.active.aqar-quickl {
    color: var(--color-secondary);
}

.yearHolder {
    background: #e7e7e7 !important;
    vertical-align: middle;
}

.noRecords {
    color: #babcc0;
}

.link-holder a {
    color: #333;
    text-decoration: underline !important;
}

.link-holder a:hover {
    color: #333;
    text-decoration: none !important;
}

.files-noMeric {
    padding: 15px 15px 15px 25px !important;
}

.faculty-text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.dept-faculty {
    text-align: center !important;
}

.department-faculty-all-div {
    display: inline-table;
}


/*  End Departments Home Dept */


/* Department start css */

.newspannel {
    font-size: 26px;
    font-family: "Marcellus", serif;
    color: var(--mainColor);
    font-weight: 600 !important;
}

.newspanneltext {
    color: #babcc0;
    font-size: 16px;
    padding-right: 15px;
    font-weight: 400;
    margin: auto;
}

#newstext {
    font-size: 17px;
    margin: 0px;
}

.shareicon {
    text-align: right;
}

.bred-pos {
    margin-top: -125px !important;
}

#clickhere {
    text-decoration: underline;
    color: #fff;
    font-size: 16px;
    margin: 0px;
}

.goToSection {
    border: 1px solid;
}

.goToSectionmenu a {
    font-size: 22px;
    color: black;
    font-weight: 400 !important;
    padding: 0.75rem 1.5rem;
    margin: 0px;
    background-color: white;
}

.SectionmenuView {
    border-radius: 0px 0px 10px 10px;
    padding: 13px;
    background-color: white;
}

.goToSectionmenu a:hover {
    color: #fff;
    font-weight: 400 !important;
    background-color: var(--color-primary);
}

.goToSectionmenu .dropdown-item.active {
    color: #fff;
    font-weight: 400 !important;
    background-color: var(--color-primary);
}

.new-ui-margin {
    padding: 15px;
    border-bottom: 2px solid #cacaca;
}

.goToSectionmenu h4 {
    font-size: 26px;
    font-family: "Marcellus", serif;
    color: black;
    font-weight: 600 !important;
    padding: 0.75rem 1.5rem;
}

.categoriesmanu {
    padding: 0px;
    margin: 0px;
    color: #fff;
}

.newslist {
    padding: 10px 5px 5px 13px;
}

.category {
    width: 100%;
    padding: 3px;
    border-radius: 4px;
    margin: 3px;
    background-color: #ebebeb;
    font-size: 16.5px !important;
}

.quick-head-back {
    /* background-color: var(--color-primary); */
    margin-bottom: 0px;
    padding: 7px 7px 10px 20px !important;
    font-size: 20px !important;
    /* color: #fff; */
    border-radius: 10px 10px 0px 0px;
}


/* Department End css */

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/* Start Media Queries */

@media only screen and (max-width: 1280px) {
    .naac-section a:before {
        margin-right: 5px;
    }

    .top-menu-hide {
        display: none;
    }
}

@media only screen and (max-width: 992px) {
    .events-program-box {
        padding-right: 0px;
        border-right: none;
        border-bottom: 2px dashed #8b7ed2;
    }

    .container.about-page {
        margin-left: 11px;
    }

    .title-lines {
        margin-right: 0px !important;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static !important;
    }

    .quick-hover-section {
        display: none;
    }

    .quick-inner-top {
        margin-top: 25px;
    }

    .view-all a {
        margin-top: -2em;
    }

    .news-div .btn-news-down {
        margin-top: -0.7em;
    }

    .top-line {
        padding-bottom: 25px;
    }

    .header-logo {
        margin-top: 0px !important;
    }

    .site-header {
        text-align: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        width: 100%;
        max-width: 100%;
    }

    .holder {
        height: 210px;
        margin-top: 25px;
    }

    .quick-hover-section:hover {
        opacity: 1;
        border: 1px solid transparent;
        left: -63px;
    }

    .container.about-page {
        max-width: 100%;
        padding-right: 40px;
    }

    .photo-gallery-img {
        width: 210px !important;
    }

    .president-photo {
        position: relative;
        /* left: 26%; */
        bottom: 21px;
        display: flex;
        justify-content: center;
    }

    .president-photo {
        position: unset !important;
        display: flex;
    }

    section.president-msg .container {
        background: #6526ae;
        padding-top: 27PX;
    }

    .director-photo {
        position: unset !important;
        display: flex;
        justify-content: center;
    }

    section.director-msg .container {
        background: #6526aead;
        padding-top: 27PX;
    }

    .director-content {
        background: unset !important;
    }

    .counts-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly !important;
        gap: 27px !important;
    }

    .mx-2.news-events.ng-scope {
        margin-bottom: 51px;
    }

    .news-circular {
        height: 501px;
    }

    .president-content h2 {
        text-align: center !important;
    }

    .president-content p {
        text-align: center !important;
    }

    .director-content h2 {
        text-align: center !important;
    }

    .director-content p {
        text-align: center !important;
    }

    .foot-map {
        text-align: left !important;
        display: block;
    }
}

@media only screen and (max-width: 808px) {
    .header-row {
        margin-top: -61px !important;
    }

    .site-header img.logo {
        width: 100px;
    }

    .responsive-logo {
        display: inline-block;
    }

    .responsive-logo2 {
        display: none;
    }

    .site-header {
        text-align: center;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
        max-width: 100% !important;
    }

    .header-logo {
        margin-bottom: 60px;
    }

    .logo-holder,
    .title-holder {
        margin-bottom: 15px;
    }

    .marquee-news-heading {
        width: 22%;
    }

    .president-content {
        padding: 50px 36px 39px 36px !important;
        background: #6526ae;
    }

    .director-content {
        padding: 50px 36px 39px 36px !important;
    }
}

@media only screen and (max-width: 768px) {
    .bred-img {
        height: auto;
    }

    .naac-section a:before {
        margin-right: 10px !important;
    }

    .marquee-news-heading {
        width: 25%;
    }
}

/* @media only screen and (max-width: 741px) {
    .owl-nav .owl-next {
        right: -22px !important;
    }
} */

@media only screen and (max-width: 676px) {
    .marquee-news-heading {
        width: 30%;
    }
}

@media only screen and (max-width: 575px) {
    .marquee-news-heading {
        width: 33%;
    }
}

@media only screen and (max-width: 500px) {
    .header-row {
        margin-right: 0px !important;
        margin-left: 0px !important;
    }

    .header-college-name {
        line-height: 42px;
    }

    .head-line {
        font-size: 13px;
    }

    .marquee-news-heading {
        width: 43%;
    }
}

@media only screen and (max-width: 428px) {
    span.carousel-control-prev-icon {
        margin-left: 30px !important;
        padding-left: 6px !important;
    }

    span.carousel-control-next-icon {
        margin-right: 18px !important;
        padding-right: 7px !important;
    }

    .head-line {
        font-size: 11px;
    }

    .marquee-news-heading {
        width: 50%;
    }
}

.news-events .news-notice-view a {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    float: right;
    margin-top: 25px;
}

.news-events .event-title {
    background-color: var(--main-color);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
}

.news-events .news-text-line {
    margin-top: 10px;
    background-color: white;
    color: black;
    max-height: 15em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-events .card-img-overlay {
    padding: 0rem;
    top: 25px;
}

.news-events .event-title {
    background-color: #110069;
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.event-date-overlay {
    margin-bottom: 0px;
    background-color: #110069;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.news-events .event-title a i {
    color: #fff !important;
}

a.view-event-link {
    color: white !important;
}

.news-events .card-img img {
    height: 270px;
    width: 100%;
}



/* home news & event */

.view-all-event {
    text-align: end;
    margin-top: 18px;
    margin-left: 14px;
}

.view-all-event a {
    color: var(--color-default);
    text-decoration: underline;
    float: left;
    left: 10px;
    margin-top: -0.5em;
}

.view-all-event a {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #ff9f2a;
    border-radius: 10px;
    padding: 7px 63px;
}

.view-all-event a:hover {
    text-decoration: none;
}

.event-div {
    background-color: white;
}

.event-div .btn-news {
    border: none;
    color: #ff9f2a;
    background-color: white;
    float: right;
}

.event-div .btn-news-down {
    border: none;
    color: #ff9f2a;
    background-color: white;
    float: right;
    margin-top: 0.5em;
}


/* home news & event */

.news-events .news-notice-view {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    float: right;
    margin-top: 25px;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
}

.news-events .news-text-line {
    margin-top: 10px;
    background-color: var(--color-primary);
    color: #fff;
}

.news-events .card-img-overlay {
    padding: 0rem;
    top: 25px;
}

.news-events .event-title {
    background-color: var(--color-primary);
    margin-bottom: 0px;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

p.event-date-overlay {
    margin-bottom: 0px;
    background-color: #ff9f2a;
    display: inline-block;
    padding: 10px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.news-events .event-title a i {
    color: #fff;
}

.news-events .card-img img {
    height: 270px;
    width: 100%;
}

.view-all-news {
    text-align: right;
    padding-top: 21px;
}


/* home news & event */

.quick-inner-top {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 10px;
    /* position: fixed;
    top: 52%;
    left: 10%;
    right: 90%;
    width: 18%; /* Adjust width as needed */
    /* background-color: #fff; /* Background color of the fixed section */
    /* z-index: 999; Ensure it's above other content */
}

.quick-links .col-lg-3 {
    text-align: center;
}

.events-readmore {
    border: 1px solid #ccc;
    padding: 10px;
    display: inline-block;
    float: right;
    margin-top: 25px;
}






/* CSS Multiple Whatsapp Chat */

.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0px;
    margin-bottom: 0px;
    line-height: 1.5;
    color: white;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 164px;
    right: 160px;
    overflow: hidden;
    z-index: 1103;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    /* background: #009688; */
    /* background: #fff; */
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    justify-content: center;
    z-index: 6;
    bottom: 90px;
    right: 107px;
    font-size: 15px;
    padding: 27px 20px;
    border-radius: 87px;
    /* box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28); */
}

a.blantershow-chat svg {
    transform: scale(2.2);
    margin: 0 0px 0 0;
    background-size: cover;
}

.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9999;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 91px;
    right: 102px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 0px;
    border: 16px solid #25d366;
    opacity: 0;
    animation-name: pulse-border;
    animation-duration: 1.8s;
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.header-chat {
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

.header-chat h3 {
    margin: 0 0 10px;
}

.header-chat p {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
}

.info-avatar {
    position: relative;
}

.info-avatar img {
    border-radius: 91%;
    width: 63px;
    height: 49px;
    float: left;
    margin: -2px 11px 2px 0px;
}

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

a.informasi:hover {
    background: #f1f1f1;
}

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

div#admission {
    z-index: 1043;
}

span.my-number {
    display: none;
}


/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */

textarea#chat-input {
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 50px;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
    width: 48px;
    /* margin-left: 10px; */
    font-weight: 900;
    padding: 12px 13px 5px;
    background: #dadada;

    /* border-radius: 10px;*/
    svg {
        fill: #a6a6a6;
        height: 24px;
        width: 24px;
    }
}

input.styles-module_input__2IYfc {
    background-color: #fefefe;
    border: none;
    outline: none;
    border-radius: 20px;
    min-height: 45px;
    padding: 0 10px;
    transition: box-shadow 0.2s ease-in-out;
    width: 100%;
}

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;

    & span {
        background: #e2e2e2;
        color: #333;
        font-size: 14.2px;
        line-height: 1.7;
        border-radius: 10px;
        padding: 15px 20px;
        display: flex;
        padding: 10px;
        background: #dcdcdc;
    }
}

.start-chat .blanter-msg {
    display: flex;
    padding: 10px;
    background-color: #dadada;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: rgb(182, 181, 186);
    }

    15% {
        background-color: rgb(17, 17, 17);
    }

    25% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes hPhMsj {
    15% {
        background-color: rgb(182, 181, 186);
    }

    25% {
        background-color: rgb(17, 17, 17);
    }

    35% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes iUMejp {
    25% {
        background-color: rgb(182, 181, 186);
    }

    35% {
        background-color: rgb(17, 17, 17);
    }

    45% {
        background-color: rgb(182, 181, 186);
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 5%;
        right: 5%;
        font-size: 80%;
    }
}

.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}


/* .show {
  display: block !important;
  animation-name: showhide;
  
  transform: scale(1);
  opacity: 1;
} */

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;

    &::before {
        display: block;
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        z-index: 0;
        opacity: 0.08;
        background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
        /* background-image: url('assets/images/whatsaap-bg.png'); */
    }
}

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: rgb(255, 255, 255);
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: rgb(158, 157, 162);
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: rgb(182, 181, 186);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);

    &::before {
        position: absolute;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        top: 0px;
        left: -12px;
        width: 12px;
        height: 19px;
    }
}

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: rgb(17, 17, 17);
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}

.limited-lines {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    /* Limit to 3 lines */
}


/* Alumni Registration state */

.autocomplete {
    position: relative;
}

.autocomplete-items {
    position: absolute;
    border: none !important;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 5px;
    cursor: pointer;
    background-color: #efeeee;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}


/* admissiom form */

.wizard,
.wizard .nav-tabs,
.wizard .nav-tabs .nav-item {
    position: relative;
}

.wizard .nav-tabs:after {
    content: "";
    width: 80%;
    border-bottom: solid 2px #ccc;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    top: 38%;
    z-index: -1;
}

.wizard .nav-tabs .nav-item .nav-link {
    width: 34px;
    height: 34px;
    margin-bottom: 2%;
    background: #110069;
    border: 2px solid #110069;
    color: #ccc;
    z-index: 10;
}

.wizard .nav-tabs .nav-item .nav-link:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs .nav-item .nav-link.active {
    background: #fdbd0f;
    border: 2px solid #fdbd0f;
    color: #110069 !important;
}

.wizard .nav-tabs .nav-item .nav-link:after {
    content: " ";
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #0dcaf0;
    transition: 0.1s ease-in-out;
}


/* .nav-tabs .nav-item .nav-link.active:after {
	content: " ";
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #931962;
} */

.wizard .nav-tabs .nav-item .nav-link svg {
    font-size: 25px;
}

.section-program {
    padding: 30px 15px;
    border-radius: 15px;
    background: #f5f5f5;
}

.admission-form-header {
    color: #000;
    font-family: "Roboto";
    font-size: 20px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
    margin-bottom: 10px;
}

.modal-enquiryForm-section label {
    margin-bottom: 10px;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
}

.modal-enquiryForm-section label em {
    margin-bottom: 10px;
    color: #ff0000;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.otp-linkHolder {
    display: flex;
    justify-content: center;
    gap: 7px;
    vertical-align: middle;
    align-items: center;
}

.otp-linkHolder a {
    text-decoration: underline;
}

.msg-OTPsent {
    display: block;
    color: black;
    font-size: 14px !important;
    margin-bottom: 15px;
    font-style: italic;
}

.email-id-group {
    margin: 0 auto;
    display: flow;
    text-align: center;
}

.email-varify-btn {
    color: #000000;
    text-align: center;
    font-family: "Rounded Mplus 1c";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px;
    width: 144px;
    height: 45px;
    border-radius: 40px;
    border: 1.333px solid #f1efff;
    background: var(--Neutral-Colors-White, #fff);
    box-shadow: 5px 3px 5px -2px rgb(199 192 244);
}

select.form-control {
    font-size: 14px;
    appearance: auto;
}

.adhar-input {
    padding: 6px;
}

.education-form-header {
    color: #460b2f;
    font-family: Poppins;
    font-size: 17px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.form-control {
    font-size: 14px !important;
    display: block;
    width: 100%;
    padding: 0.475rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.admission-enquiryForm-header {
    color: #110069;
    font-family: Poppins;
    font-size: 23px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.wizard-count {
    margin: 0;
    color: white;
    font-family: Poppins;
    font-size: 25px;
    font-style: normal;
    font-weight: 600 !important;
    line-height: normal;
}

.wizard-titel {
    font-weight: 500;
}

.wizard .nav-tabs .nav-item .nav-link ::after {
    content: "";
    height: 2px;
    width: 100%;
    background-color: #000;
}

.email.varification.image {
    width: 300px;
}

.email-id-group .form-group .form-control {
    text-align: center;
    font-size: 14px !important;
    display: block;
    width: 100%;
    padding: 0.475rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info {
    color: #ffffff;
    background-color: #110069 !important;
    border-color: #ffffff;
}

.btn-info:hover,
.btn-info:focus {
    color: #110069 !important;
    background-color: #fdbd0f !important;
    border-color: #ffffff !important;
}

.btn-secondary {
    color: #ffffff !important;
    background-color: #110069 !important;
    border-color: #ffffff !important;
}

.form-control:focus {
    color: #525368;
    background-color: #fff;
    border-color: none !important;
    outline: 0;
    box-shadow: none !important;
}

.wizard .nav-tabs .nav-item .nav-link.active i {
    color: white !important;
}

.wizard .nav-tabs .nav-item .nav-link .active .wizard-count {
    color: #ffffff !important;
}

.wizard .nav-tabs .nav-item .nav-link.active p {
    color: #fff;
}

.verify-mail-box {
    margin: 0 auto;
    width: 400px;
}

.search-container {
    position: relative;
    display: inline-block;
}

.search-input {
    width: 200px;
    padding: 10px;
    display: none;
    position: absolute;
    top: 37px;
    right: -2px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background-color: white;
}

.search-icon {
    cursor: pointer;
    font-size: 22px;
    color: #555;
    transition: color 0.3s ease;
    top: 6px;
    right: -8px;
    position: inherit;
}

.search-icon:hover {
    color: #000;
}

.fac-coll {
    padding: 0px;
    text-align: center;
    position: relative;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f1f1f1;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 18px;
}

.button-css {
    position: relative;
    height: 0px;
    width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background-color: transparent;
    border: none;
    top: 47px;
    left: 15px;
}

.staff-details-goback {
    height: 45px;
    width: auto;
    position: relative;
}


/* Skeleton Loader Container */

.skeleton-loader {
    /* background-color: #f0f0f0; */
    border-radius: 4px;
    margin: 10px 0;
    overflow: hidden;
    position: relative;
}


/* Individual skeleton blocks (title, content) */

.skeleton-title,
.skeleton-content {
    background-color: #e0e0e0;
    background-image: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
    border-radius: 4px;
}

.skeleton-title {
    height: 20px;
    width: 60%;
    margin-bottom: 15px;
}

.skeleton-content {
    height: 15px;
    width: 100%;
    margin-bottom: 10px;
}


/* Shimmer Animation */

@keyframes shimmer {
    0% {
        background-position: -200% 0;
    }

    100% {
        background-position: 200% 0;
    }
}

.skeleton-loader:empty {
    display: block;
    background-color: #bdc3c7 !important;
    border-color: #bdc3c7 !important;
    animation-name: skeletonAnimation;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.skeleton-loader:empty.others {
    height: 200px;
}

.skeleton-loader:empty.prod-name {
    height: 20px;
}

.skeleton-loader:empty.prod-description {
    width: 80%;
    height: calc(100% - 30px);
}

@keyframes skeletonAnimation {
    0% {
        opacity: 0.8;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 0.8;
    }
}


/*From here the styles are for demo purpose only*/

.wrapper {
    margin: auto;
    display: flex;
    width: 80%;
    padding: 0 30px;
    border-radius: 6px;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 18px -1px #2e2e2e;
    font-family: "Open Sans", sans-serif;
    flex-wrap: wrap;
}

.wrapper .row {
    width: 100%;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wrapper .row .prod-img {
    border: 1px solid lightgray;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.wrapper .row .details {
    width: calc(100% - 95px);
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.wrapper .row .details .prod-name {
    width: 100%;
}

.wrapper .row .others {
    width: 30%;
    margin-top: 30px;
}

.address-box {
    margin-left: 100px;
}

.linkone {
    color: black !important;
}

.tynmce-css {
    padding: 29px 25px 10px 10px;
}


.birthday-card {
    background: url("bdaycard-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    width: 100%;
    max-width: 500px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    font-family: 'Segoe UI', sans-serif;
    position: relative;
}

.card-header {
    background: #666;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
}

.card-body {
    padding: 20px;
    top: 30px;
    position: relative;
    text-align: center;
    background: #f8f8f8 url('birthday-text.png') no-repeat center/cover;
}

.greeting-image {
    margin: 0;
    padding: 0;
}

.school-name {
    font-weight: bold;
    color: #a10000;
    font-size: 18px;
    margin-top: 60px;
    text-decoration: underline;
}

.wish-text {
    margin: 10px 0;
    font-size: 14px;
    color: #555;
}

.student-name {
    background: none;
    color: #c96330;
    /* similar rich violet tone */
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    display: inline-block;
    margin-top: 10px;
    font-family: 'Great Vibes', cursive;
}

.student-class {
    font-size: 14px;
    color: #333;
}

.student-image {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student-image img {
    /* border-radius: 50%;               /* Slightly bigger for better view */
    /* height: 120px; */
    object-fit: cover;
    /* Ensures the face fits well */
    border: 3px solid #fff;
    /* White border for a clean look */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    /* Soft shadow */
    background-color: #fff;
}

.quote-text {
    font-style: italic;
    margin-top: 15px;
    font-size: 13px;
    color: #444;
    padding: 0 10px;
}

.navigation {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.nav-btn {
    background: #fff;
    border: 1px solid #999;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 26px;
    text-align: center;
}


/* 
.confetti-left,
.confetti-right,
.cake-icon {
	font-size: 20px;
	position: absolute;
}



.confetti-left {
	top: 10px;
	left: 10px;
}

.confetti-right {
	top: 10px;
	right: 10px;
}

.cake-icon {
	bottom: 15px;
	right: 20px;
}  */


/* Birthday card animation */


/* Position the emojis */


/* Common confetti styling */

.cardd-body {
    position: relative;
    padding: 1.5rem;
    background: #fffaf0;
    border-radius: 10px;
}


/* Confetti styles */

.confetti-left,
.confetti-right {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    font-size: 2rem;
    z-index: 10;
    line-height: 1;
    /* ✅ ensures consistent vertical alignment */
}

.confetti-left {
    left: 10px;
}

.confetti-right {
    right: 10px;
}


/* Clean spacing and text styling */

.school-name {
    font-weight: bold;
    color: #d32f2f;
}

.wish-text {
    font-size: 1.1rem;
    color: #555;
}

.student-name {
    font-weight: 600;
}

.student-class {
    color: #777;
}

.quote-text {
    font-style: italic;
    color: #666;
}


/* Animation keyframes */

@keyframes burst-left {
    0% {
        transform: translateY(-50%) translate(0, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(-50%) translate(100px, -50px) scale(2);
        opacity: 0;
    }
}

@keyframes burst-right {
    0% {
        transform: translateY(-50%) translate(0, 0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateY(-50%) translate(-100px, -50px) scale(2);
        opacity: 0;
    }
}


/* When animation starts */

.confetti-left.confetti-animate {
    animation: burst-left 1s ease-out;
    opacity: 1;
}

.confetti-right.confetti-animate {
    animation: burst-right 1s ease-out;
    opacity: 1;
}

.cake-rise-emoji {
    font-size: 60px;
    position: absolute;
    top: 85%;
    /* push below the text image */
    left: 50%;
    transform: translateX(-50%) scale(0.5);
    opacity: 0;
    z-index: 10;
    pointer-events: none;
}

.cake-rise-animate {
    animation: cake-rise 1.5s ease-in-out forwards;
}

@keyframes cake-rise {
    0% {
        transform: translateX(-50%) translateY(20px) scale(0.3) rotate(-10deg);
        opacity: 0;
    }

    50% {
        transform: translateX(-50%) translateY(-10px) scale(1.3) rotate(10deg);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-20px) scale(1) rotate(0deg);
        opacity: 1;
    }
}

.party-emoji {
    position: absolute;
    font-size: 30px;
    z-index: 5;
    animation: confetti-burst 2s ease-out forwards;
    pointer-events: none;
    opacity: 0;
}

.confetti-animate {
    animation: confetti-burst 2s ease-out forwards;
}

@keyframes confetti-burst {
    0% {
        opacity: 0;
        transform: translateY(20px) scale(0.3) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: translateY(-10px) scale(1.3) rotate(15deg);
    }

    100% {
        opacity: 1;
        transform: translateY(0px) scale(1) rotate(0deg);
    }
}

.fa-chevron-right:before {
    content: "\f054";
    position: relative;
    margin-right: 107px;
}

.fa-chevron-left:before {
    content: "\f053";
    position: relative;
    margin-left: 100px;
}


/* President desk */

section.president-msg {
    position: relative;
}

.president-content {
    padding: 56px 93px 48px 114px;
    background: #6526ae;
}

.president-content h2 {
    color: #fff;
    font-family: "Blinker", sans-serif !important;
    font-size: 33px;
    font-style: normal;
    line-height: normal;
    font-weight: 600 !important;
}

.president-content p {
    font-family: var(--font-secondary) !important;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    margin-bottom: 15px;
    line-height: 22px;
}

p.name-pre {
    font-family: "DM Serif Display", serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin: 0px;
}

p.designation {
    font-family: "DM Serif Display", serif !important;
    font-weight: 400;
    font-style: italic;
}

.president-photo img {
    width: 275px !important;
    height: 275px !important;
}

.president-photo {
    position: absolute;
    left: 8%;
    bottom: 108px;
}


/* Direcror message */

section.director-msg {
    position: relative;
}

.director-content {
    padding: 56px 114px 48px 93px;
    background: #6526aead;
}

.director-content h2 {
    color: #fff;
    font-family: "Blinker", sans-serif !important;
    font-size: 33px;
    font-style: normal;
    line-height: normal;
    font-weight: 600 !important;
}

.director-content p {
    font-family: var(--font-secondary) !important;
    font-size: 16px;
    color: #fff;
    margin: 0px;
    margin-bottom: 15px;
    line-height: 22px;
}

p.name-dir {
    font-family: "DM Serif Display", serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    margin: 0px;
}

p.designation {
    font-family: "DM Serif Display", serif !important;
    font-weight: 400;
    font-style: italic;
}

.director-photo img {
    width: 275px !important;
    height: 275px !important;
}

.director-photo {
    position: absolute;
    right: 8%;
    bottom: 78px;
}


/* .heading-1 h2 {
    color: #471B7A;
    font-family: "Ei Misseri" !important;
    font-size: 35px;
    font-style: normal;
    line-height: 35px;
    font-weight: 500 !important;
    text-align: center;
    text-transform: capitalize;
} */



.syllabus-page {
    max-width: 90%;
    width: 100%;
    margin: 1.5rem auto;
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 0.75rem;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.syllabus-heading {
    color: #b4c530;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 1.75rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    text-align: center;
}

.syllabus-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
    padding: 0;
    list-style-type: none;
}

.syllabus-list-item {
    padding: 0.75rem;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    background-color: #fde326ad;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80px;
}

.syllabus-list-item:hover {

    transform: translateY(-4px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.syllabus-list-item a {
    color: #1e0b0b;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding-top: 3.5rem;
}

.syllabus-list-item a:hover {
    color: #130909;
    text-decoration: underline;
}

.syllabus-list-item strong {
    color: #1b0404;
}

/* Font Awesome PDF icon for all items */
.syllabus-list-item a::before {
    content: "\f1c1";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    /* Required for solid icons in Font Awesome */
    color: #9900cc;
    /* Match reddish theme */
    width: 3.3rem;
    height: 3.3rem;
    font-size: 2.2rem;
    /* Scaled to match previous 3.3rem SVG size */
    position: absolute;
    left: 50%;
    top: -0.5rem;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Extra Small Devices (<640px) */
@media (max-width: 639px) {
    .syllabus-page {
        padding: 1rem;
        margin: 0.5rem;
    }

    .syllabus-heading {
        font-size: 1.5rem;
    }

    .syllabus-grid {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }

    .syllabus-list-item {
        padding: 0.5rem;
        min-height: 70px;
    }

    .syllabus-list-item a {
        font-size: 0.875rem;
        padding-top: 3.2rem;
    }

    .syllabus-list-item a::before {
        width: 3rem;
        height: 3rem;
        font-size: 2rem;
        /* Scaled for smaller screens */
        top: -0.25rem;
    }
}

/* Small Devices (640px–767px) */
@media (min-width: 640px) and (max-width: 767px) {
    .syllabus-page {
        max-width: 95%;
        padding: 1.25rem;
    }

    .syllabus-heading {
        font-size: 1.625rem;
    }

    .syllabus-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 0.875rem;
    }

    .syllabus-list-item a {
        font-size: 0.9rem;
    }
}

/* Medium Devices (768px–1023px) */
@media (min-width: 768px) and (max-width: 1023px) {
    .syllabus-page {
        max-width: 90%;
        padding: 1.5rem;
    }

    .syllabus-heading {
        font-size: 1.75rem;
    }
}

/* Large Devices (1024px and above) */
@media (min-width: 1024px) {
    .syllabus-page {
        max-width: 900px;
        padding: 2rem;
    }

    .syllabus-heading {
        font-size: 1.875rem;
    }

    .syllabus-list-item a {
        font-size: 1rem;
    }
}


#btnAdmission a {
    color: #FFF;
}




/* ===== KEEP SAME LAYOUT ON MOBILE ===== */
@media (max-width: 767px) {

    /* Main left + right columns */
    .left-gallery-card,
    .gallery-grid>.col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Right-side 4 images (2x2) */
    .gallery-grid .col-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    /* Force equal height */
    .gallery-card {
        height: 100%;
    }

    .gallery-card img {
        height: 100%;
        object-fit: cover;
    }

    .gallery-image {
        height: 136px !important;
    }

    /* Smaller caption on mobile */
    .gallery-caption {
        font-size: 4px;
        padding: 8px;
    }
}



/* =========================
 Custom Title
========================= */
.custom-title {
    color: var(--color-primary);
    font-family: "El Messiri";
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    text-transform: capitalize;
    font-style: normal;
}

.gallery-layout-carousel .owl-stage,
.facilities-carousel .owl-stage,
.program-carousel .owl-stage {
    display: flex;
}

.gallery-layout-carousel .owl-item,
.gallery-layout-carousel .item,
.facilities-carousel .owl-item,
.program-carousel .owl-item {
    width: 100% !important;
}

.job-placement-explore-link {
    display: flex;
    width: 140px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--color-primary);
    color: var(--color-default);
    font-family: "Fira Sans";
    font-size: 14px;
    font-weight: 500;
    transition: all .3s ease;
    text-decoration: none;
}

.job-placement-explore-link:hover,
.pillar-btn:hover {
    background: var(--color-secondary);
    color: var(--color-default);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(71, 27, 122, .25);
}

/* =========================
   TOP MENU
========================= */

.top-menu-bg {
    background: var(--color-primary);
    box-shadow: 4px 2px 10px 3px rgba(0, 0, 0, 0.25);
}

.topbar-menu {
    z-index: 1021;
}

.menu-alignment {
    display: contents;
    width: 100%;
}

.top-menu-left,
.top-menu-right {
    display: flex;
    align-items: center;
}

.top-menu-left {
    gap: 20px;
}

.top-menu-right {
    justify-content: flex-end;
}

/* Top menu links */
.top-menu-left ul li a,
.top-menu-right ul li a,
.top-menu-link {
    font-family: var(--font-secondary);
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.top-menu-left ul li a,
.top-menu-right ul li a {
    color: #333 !important;
}

.top-menu-link {
    color: #fff;
    text-transform: capitalize;
}

@media (max-width: 992px) {
    .top-menu-mobile-view {
        border-top: 1px solid #676a6d !important;
    }

    .top-menu-mobile-view li a {
        color: var(--color-heading) !important;
    }
}

/* =========================
   HEADER SECTION
========================= */

.site-header {
    position: relative;
    text-align: center;
    background: url('../img/site-header-bg.png');
}

.site-header::after {
    content: "";
    position: absolute;
    bottom: -80px;
    right: 0;
    width: 302px;
    height: 302px;
    background: url('../img/site-header.png') center / contain no-repeat;
    z-index: 1;
}

/* Logos */
.header-logo {
    max-width: 145px;
    height: 151px;
    aspect-ratio: 145 / 151;
}

.header-logo-right {
    max-width: 165px;
    height: 165px;
    aspect-ratio: 1 / 1;
}

/* Header text */
.header-college-name {
    color: var(--color-primary);
    font-family: Martel;
    font-size: 28px;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 0;
}

.head-line {
    color: var(--color-heading);
    font-size: 20px;
    font-weight: 400;
    margin: 0 !important;
}

.head-line-2 {
    color: #4E0F03;
    font-family: "Fira Sans";
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

/* =========================
   MAIN MENU
========================= */

.main-menu-bg {
    background-color: #6526AE;
    font-family: var(--font-secondary);
}

.main-menu .navbar-nav .nav-item a,
.second-menu li a {
    padding: 12px 10px !important;
    color: #fff !important;
    font-size: 14px;
    font-weight: 500;
}

/* Dropdown menu */
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 300px !important;
}

.navbar-nav .dropdown-menu li {
    border-bottom: 1px solid #cabe76 !important;
}

.navbar-nav .dropdown-menu li:last-child {
    border-bottom: 0;
}

/* Dropdown links */
.main-menu .dropdown-menu a,
.main-menu .nav-item.dropdown .dropdown-menu .nav-item a,
.second-menu .nav-item.dropdown .dropdown-menu .nav-item a {
    color: #000 !important;
    background-color: #fff;
    cursor: pointer;
}

/* Hover & active states */
.main-menu .dropdown-item:hover,
.dropdown-menu>li a:hover,
.second-menu .nav-item:hover,
.top-menu-right .nav-item:hover {
    background-color: var(--color-secondary);
    color: #000;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    background-color: var(--color-secondary);
    font-weight: 600;
}

/* Spacing fix */
nav#main_navbar {
    margin-bottom: -7px;
}

/* ACTIVE DROPDOWN ITEM */
.main-menu .dropdown-menu .dropdown-item.active,
.main-menu .dropdown-menu .dropdown-item:active {
    background-color: var(--color-secondary) !important;
    color: #000 !important;
}

/* === DROPDOWN HOVER FIX (FOR YOUR STRUCTURE) === */
#main_navbar .dropdown-menu li>a:hover,
#main_navbar .dropdown-menu li>a:focus {
    background-color: var(--color-secondary) !important;
    color: #000 !important;
}

#top_navbar .dropdown-menu li>a:hover {
    background-color: var(--color-secondary) !important;
    color: #000 !important;
}

/* -------------------------------
   News Marquee Section
---------------------------------*/

.importantNews-section {
    display: flex;
    align-items: center;
    height: 51px;
    position: relative;
    top: -44px;
    padding-left: 0;
    background-color: #471B7A;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    z-index: 4;
}

/* Inner Container */
.importantNews-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/* Marquee Heading */
.marquee-news-heading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    height: 51px;
    padding: 8px 25px 7px 27px;
    font-family: "Fira Sans", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 19.6px;
    color: #fff;
    text-align: center;
    background-color: #FFC300;
    margin-bottom: 0;
}

/* News Ticker Links */
.slider-news a {
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
    text-decoration: none;
}

/* New Flag */
.slider-news .new-flag {
    height: 19px;
    width: 43px;
    margin-left: 5px;
}

/* Background for marquee wrapper */
.importantNews-bg {
    height: 51px;
    background-color: #471B7A;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

/* Section heading above news */
.news-events .homePage-sectionHeading {
    margin: 0;
    padding: 8px 25px;
    border-radius: 8px 8px 0 0;
    background-color: #6526ae;
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    text-align: center;
    box-shadow: -4px -4px 8px rgba(0, 0, 0, 0.1),
        4px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Marquee container */
.hor-marquee {
    overflow: hidden;
    width: 100%;
}

.news-ticker {
    display: flex;
    white-space: nowrap;
}


/* -----------------------------
Home Slider Section Start
-------------------------------*/
#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-default);
    border-radius: 50%;
    border: 2px solid var(--color-default);
    z-index: 10;
    cursor: pointer;
    color: var(--color-black);
    opacity: 1;
}

#header-carousel .carousel-control-prev {
    left: 50px;

}

#header-carousel .carousel-control-next {
    right: 50px;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: none;
}

.banner-slider img {
    height: 637px;
    width: 100%;
    object-fit: cover !important;
    background: var(--color-primary);
}

.carousel-item {
    position: relative;
    height: 637px;
}

.carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.carousel-caption {
    position: relative;
    z-index: 2;
    bottom: 511px !important;
    left: 8% !important;
    right: 0 !important;
    display: flex;
    flex-direction: column;
    text-align: start;
    color: var(--color-default);
    font-family: var(--font-secondary) !important;
    padding: 0 !important;
}

.carousel-caption span {
    font-size: 28px;
    font-weight: 600;
    font-family: var(--font-primary);
    background: rgba(46, 46, 46, 0.5);
    padding: 10px 12px;
    border-radius: 5px;
}

.caursole-desc div ,.caursole-desc p {
    color: var(--color-default);
    font-family: "Poppins" !important;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px;
}

.admission-btn {
    background-color: var(--color-secondary);
    color: var(--color-default);
    font-family: "Fira Sans", sans-serif !important;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 28px;
    border: none;
    cursor: pointer;
    -webkit-text-stroke: 0.2px var(--color-default);
}

.admission-btn:hover {
    background-color: #e6b800;
    transform: scale(1.05);
}



.indicators-container {
    display: flex;
    justify-content: start !important;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.indicators {
    display: flex;
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.indicators li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #cbcbcb;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.indicators li.active {
    width: 60px;
    border-radius: 30px;
    background: #cbcbcb;
}


.carousel-caption h5::before {
    content: "";
    width: 40px;
    height: 4px;
    display: inline-block;
    background: #d00000;
    margin: 4px 10px;
}


/* -------------------------------
   News & Event Section Styles
---------------------------------*/
.news-heading,
.event-heading {
    text-align: left;
}

.news-tab-section .nav-tabs {
    background: #F3F2EE;
    border: none;
    gap: 0;
}

.news-tab-section .nav-link {
    font-family: "Fira Sans", sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    color: var(--color-black);
    border: none;
    position: relative;
    padding: 10px 0;
    text-align: center;
    transition: all 0.4s ease;
    border-radius: 6px;
    color: rgba(0, 0, 0, 0.90);
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    cursor: pointer;
}

.news-tab-section .nav-item:nth-child(1) .nav-link {
    width: 192px;
    margin-right: 64px;
}

.news-tab-section .nav-item:nth-child(2) .nav-link {
    width: 140px;
    margin-right: 64px;
}

.news-tab-section .nav-item:nth-child(3) .nav-link {
    width: 160px;
    margin-right: 64px;
}

.news-tab-section .nav-item:nth-child(4) .nav-link {
    width: 140px;
}


.news-tab-section .nav-link.active {
    background: var(--color-primary);
    color: var(--color-default);
    font-weight: 600;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
    font-family: "Fira Sans" !important;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 0px;
}


.news-tab-section .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid transparent;
    transition: border-top-color 0.3s ease;
}


.news-tab-section .nav-link.active::after {
    border-top-color: var(--color-primary);
}


.news-tab-section .nav-link:hover::after {
    border-top-color: currentColor;
}

.news-tab-section .nav-item:nth-child(1) .nav-link:hover {
    background: #471B7A20;
    color: var(--color-primary);
    box-shadow: inset 0 -3px 0 var(--color-primary);
    transform: scale(1.05);
}

.news-tab-section .nav-item:nth-child(2) .nav-link:hover {
    background: #FFC30020;
    color: var(--color-secondary);
    box-shadow: inset 0 -3px 0 var(--color-secondary);
    transform: scale(1.05);
}

.news-tab-section .nav-item:nth-child(3) .nav-link:hover {
    background: #4E0F0320;
    color: var(--color-heading);
    box-shadow: inset 0 -3px 0 var(--color-heading);
    transform: scale(1.05);
}

.news-tab-section .nav-item:nth-child(4) .nav-link:hover {
    background: #5E35A720;
    color: var(--color-primary);
    box-shadow: inset 0 -3px 0 var(--color-primary);
    transform: scale(1.05);
}


.news-tab-section .nav-link:hover {
    transition: background 0.4s ease, color 0.4s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.news-tab-pane {
    background: #F3F2EE;
    padding: 10px 0;

}


.holder {
    height: 280px !important;
    width: 100%;
    padding-right: 5px;
    overflow-y: scroll !important;
    box-sizing: border-box;
}


.holder::-webkit-scrollbar {
    width: 5px;
    height: 30px;
}

.holder::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 10px;
}

.holder::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}



.holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.holder ul li {
    position: relative;
    width: 100%;
    padding: 15px 20px 15px 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    box-sizing: border-box;
}


.holder ul li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--color-primary) url("../img/news-arrow.png") center / 12px no-repeat;

}


.holder ul li a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.70);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}


.holder ul li:hover {
    background: rgba(71, 27, 122, 0.06);
}

.holder ul li:hover::before {
    background-color: var(--color-secondary);
}

.holder ul li:hover a {
    color: var(--color-primary);
}

.event-heading {
    text-align: left;
    background: #F3F2EE;
    display: flex;
    padding: 8px 0;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.90);
    font-family: "Fira Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}



.event-card .event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}



.event-card {
    position: relative;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.event-card:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
}



.event-card:hover .event-image {
    transform: scale(1.1);
}

.event-card .event-date {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 124px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-secondary);
    color: var(--color-default);
    box-sizing: border-box;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 3;
    text-align: center;
    font-size: 19px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}


.event-card .event-date:hover {
    background: linear-gradient(135deg, var(--color-secondary), #FF8C00);
    color: var(--color-default);
    transform: scale(1.05);
}


.event-card .event-title {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: calc(100% - 20px);
    color: var(--color-default);
    padding: 10px;
    font-size: 22px;
    font-style: normal;
    line-height: normal;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    box-sizing: border-box;
    transition: bottom 0.4s ease;
}

.event-card:hover .event-title {
    bottom: 0;
}

.events-container {
    margin-bottom: 15px;
}





/* ========================
   QUICK LINKS SECTION START
======================== */

.quick-links .ql-item {
    position: relative;
    text-align: center;
}

.quick-links .ql-item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 95px;
    background: var(--color-primary);
}

.quick-links .ql-item:last-child::after {
    display: none;
}


.quick-links .icon-wrap {
    width: 115px;
    height: 115px;
    background: #f3f1eb;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}


.quick-links .icon-wrap img {
    width: 44px;
    transition: transform 0.35s ease;
}


.quick-links .icon-wrap::before {
    content: "";
    position: absolute;
    inset: -50%;
    border-radius: 50%;
    background: conic-gradient(var(--color-primary),
            var(--color-secondary),
            var(--color-primary));
    opacity: 0;
    transform: scale(0);
    transition: all 0.5s ease;
}


.quick-links .ql-item:hover .icon-wrap {
    transform: translateY(-8px) scale(1.1);
    box-shadow: 0 18px 35px rgba(71, 27, 122, 0.35);
    animation: pulse 1.2s infinite;
}


.quick-links .ql-item:hover .icon-wrap::before {
    opacity: 1;
    transform: scale(1);
    animation: spin 2s linear infinite;
}


.quick-links .ql-item:hover img {
    transform: scale(1.15) rotate(5deg);
}

.quick-links .ql-title {
    color: var(--color-primary);
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    text-align: center;
    font-style: normal;
    line-height: normal;
    transition: color 0.3s ease;
}


.quick-links .ql-item:hover .ql-title {
    color: var(--color-secondary);
}



@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.quick-links .ql-item:hover .icon-wrap {
    background: linear-gradient(135deg,
            rgba(71, 27, 122, 0.08),
            rgba(255, 195, 0, 0.15));
}

.quick-links .ql-item:hover .icon-wrap img {
    filter:
        brightness(0.2) invert(1);
}

/* ============================
   QUICK LINKS  SECTION END
============================== */
/* ===============================
   CAMPUS SECTION START
================================ */
.campus-section {
    background: #F3F2EE;
}


.campus-img-box {
    position: relative;
}

.campus-img-box img {
    max-width: 100%;
    display: block;
}

.campus-img-box::after {
    content: "";
    position: absolute;
    top: 70px;
    bottom: 60px;
    right: -30px;
    width: 106px;
    border-top: 8px solid var(--color-secondary);
    border-bottom: 8px solid var(--color-secondary);
}


.established-box {
    position: absolute;
    top: 106px;
    left: -70px;
    width: 162px;
    height: 162px;
    background: var(--color-primary);
    border: 0.5px solid #DFDFDF;
    outline: 1px dashed var(--color-default);
    outline-offset: -20px;
    padding: 30px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.established-box::after {
    content: "";
    position: absolute;
    right: 90px;
    bottom: -71px;
    width: 71px;
    height: 71px;
    background: url('../img/campus-vector.svg') no-repeat;
    background-size: contain;
    z-index: -1;
}

.establish-content h2 {
    font-family: "Poppins";
    font-size: 42px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 6px;
}

.establish-content p {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
}



.campus-content h2 {
    color: #471B7A;
    font-family: "El Messiri";
    font-size: 35px;
    font-weight: 700;
}

.campus-content p {
    color: #5A5A5A;
    font-family: "Fira Sans";
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    text-transform: capitalize;
}

/* ===============================
   READ MORE BUTTON
================================ */
.campus-section .read-more-btn {
    display: inline-block;
    padding: 12px 24px;
    background: #FFC300;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border-radius: 5px;
    text-transform: capitalize;
    transition: background 0.3s ease, transform 0.3s ease;
}

.campus-section .read-more-btn:hover {
    background: #471B7A;
    transform: translateY(-2px);
}


/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 992px) {
    .established-box {
        left: 0;
        top: 20px;
    }

    .campus-content {
        padding-left: 0;
    }

    .campus-img-box::after {
        display: none;
    }
}


/* ===============================
   VISION & MISSION SECTION START
================================ */

.vm-card {
    border-radius: 8px;
    background: linear-gradient(0deg, #F8F8F8 0%, #F8F8F8 100%), lightgray 50% / cover no-repeat;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    height: 208px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: visible;
    transition: background 0.4s ease, transform 0.4s ease;
}

.vm-card:hover {
    background: linear-gradient(135deg, #471B7A 0%, #7A3CB5 100%);
    transform: translateY(-6px) scale(1.02);
}


.vm-content {
    flex: 1;
    padding: 32px;
    z-index: 2;
}

.vm-content p {
    color: #5A5A5A;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    transition: color 0.3s ease;
}

.vm-card:hover .vm-content p {
    color: var(--color-default);
}

.vm-shape {
    width: 152px;
    height: 208px;
    background: var(--color-primary);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    box-sizing: border-box;
    transition: background 0.4s ease, transform 0.4s ease;
}

.vm-card:hover .vm-shape {
    background: linear-gradient(135deg, #FFC300 0%, #FFB800 100%);
    transform: rotate(-2deg) scale(1.05);
}

.vm-shape img {
    width: 55px;
    height: 55px;
    margin: 50px 0 10px;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.vm-card:hover .vm-shape img {
    transform: scale(1.15) rotate(10deg);
    filter: brightness(0) invert(1);
}

.vm-shape span {
    color: var(--color-default);
    text-align: center;
    font-family: "El Messiri" !important;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    transition: color 0.3s ease;
    margin-top: 20px;
}


.vm-vision .vm-shape {
    border-radius: 200px 0 0 0;
}

.vm-mission .vm-shape {
    border-radius: 0 200px 0 0;
}


.vm-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 28px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.vm-arrow.left {
    left: -5px;
    background-image: url('../img/vission-left.png');
}

.vm-arrow.right {
    right: -5px;
    background-image: url('../img/mission-right.svg');
}

.vm-arrow:hover {
    transform: translateY(-50%) scale(1.1);
}



/* ===============================
   VISION & MISSION SECTION END
================================ */
/* ===============================
   PILLAR SECTION START
================================ */
.pillar-section {
    position: relative;
    color: var(--color-default);
    overflow: hidden;
    background: url(../img/pillar-of-success-bg.png) no-repeat center / cover;
}


.pillar-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(71, 27, 122, 0.93);
    z-index: 0;
}

.pillar-section::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 250px;
    background: var(--color-secondary);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    z-index: 1;
}


.pillar-section>* {
    position: relative;
    z-index: 2;
}

.testi-title {
    color: var(--color-default);
    line-height: normal;
}

.pillar-section h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.pillar-section p {
    color: var(--color-default);
    font-size: 14px;
    font-style: normal;
    line-height: 18px;
    text-transform: capitalize;
}

.pillar-section .designation-text {
    color: var(--color-secondary);
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    text-transform: capitalize;
}

.profile-image {
    position: relative;
    display: inline-block;
    width: 244px !important;
    height: 244px !important;
}

.profile-image::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 22px);
    height: calc(100% + 18px);
    background: url('../img/profile-img-after.png') no-repeat center/cover;
    z-index: 0;
    border-radius: 50%;
}

.profile-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.pillar-btn {
    padding: 12px 32px;
    border-radius: 5px;
    background: var(--color-secondary);
    font-family: "Fira Sans" !important;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
    white-space: nowrap;
    float: right;
    color: var(--color-default);
    font-style: normal;
    line-height: normal;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;

}

.pillar-section .tab-content .tab-pane {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.pillar-section .tab-content .tab-pane.show {
    opacity: 1;
    transform: translateY(0);
}

.pillar-btn:hover {
    background: var(--color-secondary);
    color: var(--color-default);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 195, 0, 0.4);
}

.pillar-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transform: skewX(-20deg);
    transition: all 0.5s ease;
}

.pillar-btn:hover::before {
    left: 125%;
}

.pillar-section .nav {
    gap: 50px;
}

.pillar-section .nav-pills .nav-link {
    width: 192px;
    height: 38px;
    margin-left: 40px;
    border-radius: 5px;
    border: 0.5px solid var(--color-secondary);
    background: transparent;
    color: var(--color-secondary);
    position: relative;
    overflow: visible;
    transition: all 0.3s ease;
    font-family: Poppins !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}


.pillar-section .nav-pills .nav-link.active {
    background: var(--color-secondary);
    color: var(--color-default);
}


.pillar-section .nav-pills .nav-link::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%) scale(1);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid var(--color-secondary);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.pillar-section .nav-pills .nav-link.active::after {
    opacity: 1;
}


.pillar-section .nav-pills .nav-link:hover {
    background-color: var(--color-secondary);
    color: var(--color-default);
    transform: translateY(-2px);
}

.pillar-section .nav-pills .nav-link:hover::after {
    opacity: 1;
    animation: bounceTriangle 0.4s forwards;

}


@keyframes bounceTriangle {
    0% {
        bottom: -18px;
        transform: translateX(-50%) scale(0.8);
    }

    50% {
        bottom: -8px;
        transform: translateX(-50%) scale(1.1);
    }

    70% {
        bottom: -12px;
        transform: translateX(-50%) scale(0.95);
    }

    100% {
        bottom: -12px;
        transform: translateX(-50%) scale(1);
    }
}


.pillar-content {
    margin-top: auto;
}

/* ===============================
   PILLAR SECTION END
================================ */

/* ===============================
   OUR PROGRAMS SECTION Start
================================ */
.our-programs-section {
    position: relative;
    background: linear-gradient(to bottom, #F3F2EE 60%, transparent 40%);
}

.program-box {
    width: 366px;
    background: var(--color-default);
    padding: 10px;
    border: 10px solid var(--color-default);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.program-box:hover {
    transform: translateY(-6px);
}

.program-img {
    object-fit: cover;
}

.program-details {
    padding: 24px;
    flex: 1;
}

.purple-bg {
    background: var(--color-primary);
    color: var(--color-default);
}

.yellow-bg {
    background: var(--color-secondary);
    color: var(--color-black);
}

.program-btn {
    border-radius: 5px;
    background: var(--color-default);
    padding: 4.6px 16px 1.4px 16px;
    gap: 66px;
    transition: background-color 0.3s ease;
}

.program-heading {
    font-size: 20px;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 0;
    color: var(--color-primary);
}

.program-duration {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.program-duration i {
    font-size: 24px;
}

.purple-bg .program-duration {
    color: var(--color-default);
}

.yellow-bg .program-duration {
    color: var(--color-black);
}


.program-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: capitalize;
}

.purple-bg .program-desc {
    color: rgba(255, 255, 255, 0.65);
}

.yellow-bg .program-desc {
    color: rgba(0, 0, 0, 0.65);
}


.program-box:hover {
    transform: translateY(-6px);
}


.arrow-btn img {
    transition: transform 0.3s ease;
    width: 15px;
    height: 15px;
}

.program-box:hover .arrow-btn img {
    transform: translateX(6px);
}



.program-box:hover .program-btn {
    background-color: #f5f5f5;
}

/* ===============================
   OUR PROGRAMS SECTION End
================================ */




/* =========================
   Facilities Section Start
========================= */

.facilities-card {
    position: relative;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    cursor: pointer;
}

.facilities-card:hover {
    transform: translateY(-10px);
}


.facilities-icon {
    width: 100px;
    object-fit: contain;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.facilities-card:hover .facilities-icon {
    transform: scale(1.1);
    transform: translateY(-10px);
}


.facilities-card-title {
    position: absolute;
    bottom: 18px;
    left: 35px;
    text-align: left;
    color: var(--color-default);
    font-size: 26.146px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* =========================
   Facilities Section End
========================= */

/* =========================================
   Proud Facts / Counter Section Start
=========================================== */

.counter-sec {
    background: url(../img/proud_facts-bg.png);
    position: relative;
    z-index: 1;
    padding-bottom: 70px !important;
}

.counter-sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-primary);
    opacity: 0.9;
    z-index: 0;
}

.counter-sec-text {
    color: var(--color-default) !important;
    line-height: normal;
    position: relative;
    z-index: 1;
    font-style: normal;
}

.counts-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.counts {
    width: 161px;
    height: 161px;
    background: var(--color-secondary);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-align: center;
    color: var(--color-default);
    position: relative;
    transition: transform .3s ease;
    border-radius: 5px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.counts {
    padding: 12px 0;
}

.counts::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    border: 2px dashed rgba(255, 255, 255, .4);
    opacity: 0;
    transform: scale(.85);
    transition: all .35s ease;
}

.counts:hover::before {
    opacity: 1;
    transform: scale(1);
}

.counts img {
    width: 55px;
    height: 55px;
    transition: transform 0.4s ease, filter 0.4s ease;
}


.counts:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 24px rgba(71, 27, 122, 0.25);
}

.counts:hover img {
    transform: rotate(-10deg) scale(1.2);
    filter: drop-shadow(0 4px 6px rgba(255, 255, 255, 0.4));
    width: 35px;
    height: 35px;
}


.counts:hover .number-with-plus {
    letter-spacing: 2px;
    transform: scale(1.1);
}

span.display-5.mb-0 {
    color: var(--color-default);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: letter-spacing .3s ease, transform .3s ease;
}

.counts p.pb-0 {
    color: var(--color-default);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
    opacity: .9;
}

/* =========================================
   Proud Facts / Counter Section End
=========================================== */

/* =========================
   Job Placement Section start
========================= */
.job-placement-section {
    padding: 90px 0 120px 90px;
}

.job-placement-subtitle span {
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.80);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
}

.job-placement-subtitle .subtitle-break {
    display: block;

}

.job-placement-text {
    color: rgba(25, 24, 37, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;

}


.job-placement-logo-card {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-default);
    height: 90px;
    border-radius: 10px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-placement-logo-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(71, 27, 122, 0.25);
}

.job-placement-logo-card:hover .job-placement-logo-img {
    transform: scale(1.1);
}

.job-placement-logo-img {
    max-width: 130px;
    width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}


.job-placement-logo-item:last-child .job-placement-logo-card {
    background: transparent;
    box-shadow: none;
}

.job-placement-logo-item:last-child .job-placement-logo-card:hover {
    box-shadow: none;
    transform: none;
}



.job-placement-image-wrapper {
    position: relative;
    text-align: center;
}

.job-placement-bg-img {
    width: 100%;
    max-width: 820px;
    height: 434px;
    border-radius: 205px 0 0 205px;
}


.job-placement-recruiter-btn {
    position: absolute;
    top: -24px;
    left: 57%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 14px 28px;
    border-radius: 100px;
    border: none;
    background: var(--color-primary);
    color: var(--color-default);
    font-family: "Fira Sans" !important;
    font-size: 23px;
    font-weight: 400;
    line-height: 1.2;
    transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.job-placement-recruiter-btn:hover {
    background: var(--color-secondary);
    color: var(--color-default);
    transform: translateX(-50%) translateY(-5px);
    /* moves up */
    box-shadow: 0 12px 24px rgba(71, 27, 122, 0.25);
}


.job-placement-recruiter-btn img {
    width: 40px;
    height: 40px;
    transition: filter 0.3s ease;
}



.job-placement-recruiter-btn:hover img {
    filter: brightness(0) invert(1);
}


.job-placement-main-img {
    position: absolute;
    bottom: -177px;
    left: 55%;
    transform: translateX(-50%);
    width: 60%;
    max-width: 520px;
}

/* =========================
   Gallery Section Start
========================= */

.gallery-section {
    position: relative;
    background: url("../img/photo-gallery.png") no-repeat top right / cover;
}



.gallery-card {
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: none;
    background: var(--color-default);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.gallery-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 32px rgba(71, 27, 122, 0.25);
}

.gallery-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gallery-card--featured .gallery-image {
    height: 435px;
}

.gallery-caption {
    width: 100%;
    padding: 14px 10px;
    background: var(--color-primary);
    color: var(--color-default);
    text-align: center;
    font-family: "Poppins";
    font-size: 20px;
    font-weight: 500;
}

/* =========================
   Gallery Section End
========================= */
/* =========================
   Testimonial Section
========================= */
.testimonial-section {
    position: relative;
    overflow: hidden;
}


.testimonial-section::before,
.testimonial-section::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 15%;
    height: 100%;
    transform: translateY(-50%);
    background: center / cover no-repeat;
    z-index: 0;
    pointer-events: none;
}

.testimonial-section::before {
    left: 0;
    background-image: url('../img/afterTestimonal.png');
}

.testimonial-section::after {
    right: 0;
    background-image: url('../img/beforetestimonal.png');
}


.testimonial-section .container,
.testimonial-section .row,
.testimonial-card {
    position: relative;
    z-index: 2;
}



.testimonial-message {
    color: var(--color-black);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    font-style: normal;
}

.testimonial-name,
.testimonial-role {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: capitalize;
}

.testimonial-name {
    color: var(--color-black);
    text-align: right;
    font-style: normal;
}

.testimonial-role {
    color: rgba(0, 0, 0, 0.6);
    font-style: normal;
}


.testimonial-card {
    position: relative;
    overflow: hidden;
    padding: 30px !important;
    border-radius: 5px;
    background: var(--color-default);
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.20);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}


.testimonial-avatar {
    width: 68px;
    height: 68px;
}


.testimonial-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(71, 27, 122, 0.85),
            rgba(124, 58, 237, 0.85));
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.35s ease, opacity 0.35s ease;
    z-index: 1;
}


.testimonial-card::before {
    content: "“";
    position: absolute;
    top: 4px;
    left: 5px;
    font-size: 53px;
    color: rgba(255, 255, 255, 0.15);
    opacity: 0;
    transition: opacity 0.35s ease;
    z-index: 2;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(71, 27, 122, 0.25);
}

.testimonial-card:hover::after {
    transform: translateY(0);
    opacity: 1;
}

.testimonial-card:hover::before {
    opacity: 1;
}

.testimonial-card:hover .testimonial-message,
.testimonial-card:hover .testimonial-name,
.testimonial-card:hover .testimonial-role {
    color: var(--color-default);
}

.testimonial-card>* {
    position: relative;
    z-index: 2;
}

/* =========================
   Testimonial Section End
========================= */
/* ===============================
   Footer Section Start
================================ */
.footer-section {
    position: relative;
    overflow: hidden;
    padding: 41px 0 !important;
    background: url('../../web-assets/img/footer-bg.png') no-repeat center/cover;
}

.footer-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--color-primary);
    opacity: 0.9;
    z-index: 0;
}

.footer-section::after {
    content: "";
    position: absolute;
    inset: 0 0 0 auto;
    width: 556px;
    background-color: var(--color-secondary);
    clip-path: polygon(100% 0%, 25% 0%, 3% 100%, 100% 100%);
    z-index: 1;
    pointer-events: none;
}

.footer-container {
    position: relative;
    z-index: 2;
}

.footer-section p,
.footer-section a,
.footer-section span {
    color: var(--color-footer);
}

.footer-heading {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px !important;
    font-style: normal;
    line-height: normal;
}

.footer-timing-heading,
.footer-site-visitor-heading {
    line-height: 22px;
}

.footer-text {
    font-family: var(--font-footer-brand-text) !important;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.footer-contact-text,
.footer-contact-text span {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
}

.footer-timing-text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}


.footer-row {
    display: flex;
    align-items: stretch;
}



.footer-timing-column {
    justify-content: flex-end;
    margin-bottom: 40px;
    margin-top: 160px;
}

.foot-con {
    margin-bottom: 48px;
}

.footer-accreditation,
.footer-address span {
    display: block;
}


.footer-important-links {
    margin-top: 33px;
}

.foot-map {
    align-items: center;
}


.footer-icon {
    width: 24px;
    height: 24px;
}

.footer-location-icon {
    width: 26px;
    height: 26px;
}

.footer-social-icon {
    width: 24px;
    height: 24px;
    transition:
        filter 0.35s ease-in-out,
        transform 0.35s ease-in-out;
}

.footer-social-icons {
    margin-top: 36px;
    margin-bottom: 20px;
}

.copyright-img {
    width: 19px;
    height: 19px;
}

.footer .btn.btn-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0;
    margin-top: 6px;
    text-transform: capitalize;
    transition: all 0.3s ease;
    font-style: normal;
    font-weight: 400;
    line-height: 187.594%;
    /* 30.015px */
}

.footer .btn.btn-link::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("../img/footer-link-arrow.svg") no-repeat center/contain;
    flex-shrink: 0;
}


.footer .btn.btn-link:hover {
    color: var(--color-secondary);
    letter-spacing: 1px;
}


.map-sec iframe {
    border-radius: 8px;
    display: block;
}

.footer-bottom {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 3;
}

.footer-bottom p,
.footer-bottom a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-footer);
    text-align: right;
    margin: 0;
    font-style: normal;
    line-height: normal;
}

.footer-bottom a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    transition: color 0.35s ease-in-out, letter-spacing 0.35s ease-in-out;
}

.footer-email-link,
.footer-phone-link,
.top-menu-link {
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

.footer-icon,
.top-menu-link img {
    transition: filter 0.35s ease, transform 0.35s ease;
}

.top-menu-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.top-menu-link:hover {
    color: var(--color-secondary);
    letter-spacing: 1px;
}

.top-menu-link:hover img {
    filter: brightness(0) saturate(100%) invert(78%) sepia(63%) saturate(749%) hue-rotate(2deg) brightness(104%) contrast(101%);
}

.footer-email-box,
.footer-phone-box {
    cursor: pointer;
}


.footer-email-box:hover .footer-email-link,
.footer-phone-box:hover .footer-phone-link {
    color: var(--color-secondary);
    letter-spacing: 1px;
}

.footer-email-box:hover .footer-email-icon,
.footer-phone-box:hover .footer-phone-icon {
    filter: brightness(0) saturate(100%) invert(78%) sepia(63%) saturate(749%) hue-rotate(2deg) brightness(104%) contrast(101%);
    transform: scale(1.05);
}

.footer-social-link {
    transition: transform 0.3s ease;
}

.footer-social-link:hover {
    transform: translateY(-4px);
}

.footer-social-link:hover .footer-social-icon {
    filter: brightness(0) saturate(100%) invert(78%) sepia(63%) saturate(749%) hue-rotate(2deg) brightness(104%) contrast(101%);
    transform: scale(1.1);
}

.footer-bottom a:hover {
    color: var(--color-primary);
    letter-spacing: 1px;

}

/* ===============================
   Footer Section end
============================== */
/* ===============================
  Mobile (≤1400px)
================================ */
@media screen and (max-width: 1400px) {
    .news-tab-section .nav-link {
        width: auto !important;
        padding: 8px 16px;
        font-size: 15px;
    }
}

/* ===============================
  Mobile (≤1200px)
================================ */

@media (max-width: 1200px) {
    #header-carousel .carousel-control-prev {
        left: 10px;
    }

    .facilities-icon {
        width: 90px;
    }


}

/* ===============================
  Mobile (≤992px)
================================ */
@media (max-width: 992px) {


    .facilities-icon {
        width: 80px;
    }



    .job-placement-section {
        padding: 50px 20px 50px !important;
    }

    .job-placement-main-img {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 30px;
    }

    .job-placement-right {
        margin-top: 70px;
    }

    .gallery-title {
        font-size: 30px;
    }

    .gallery-card--featured .gallery-image {
        height: 360px;
    }




}

/* ===============================
  Mobile (≤768px)
================================ */
@media (max-width: 768px) {



    .gallery-title {
        font-size: 26px;
    }

    .gallery-caption {
        font-size: 16px;
    }

    .gallery-card--featured .gallery-image {
        height: 300px;
    }

    .facilities-card {
        padding: 30px 15px 50px 15px;
    }

    .facilities-icon {
        width: 70px;
    }

    .facilities-card-title {
        bottom: 100px;
    }


}




/* ===============================
  Mobile (≤576px)
================================ */
@media (max-width: 576px) {


    .facilities-card {
        padding: 20px 10px 40px 10px;
    }

    .facilities-icon {
        width: 60px;
        margin-bottom: 0.5rem;
    }

    .job-placement-image-wrapper {
        margin-top: 60px;
    }

    .job-placement-logo-img {
        max-width: 80px;
    }

    .job-placement-section-title {
        font-size: 28px;
    }

    .job-placement-subtitle {
        font-size: 20px;
    }

    .job-placement-text {
        font-size: 16px;
    }

    .job-placement-main-img {
        display: none;
    }

    .job-placement-recruiter-btn {
        padding: 10px 14px;
        gap: 6px;
        font-size: 8px;
        left: 50%;
        transform: translateX(-50%);
        top: -15px;
    }

    .job-placement-recruiter-btn img {
        width: 12px;
        height: 12px;
    }

    .job-placement-bg-img {
        height: auto;
    }

    .gallery-title {
        font-size: 24px;
    }

    .gallery-card--featured .gallery-image {
        height: auto;
    }

    .gallery-section {
        background-position: center;
    }

    .gallery-card::after {
        opacity: 0.05;
    }

    .gallery-card:hover {
        transform: none;
    }

    .testimonial-section::before {
        display: none;
    }

    .testimonial-section::after {
        display: none;
    }

}

/* mob */
@media (max-width: 420px) {

    #header-carousel .carousel-control-prev-icon,
    #header-carousel .carousel-control-next-icon {
        margin: 0 !important;
    }
}

@media (max-width: 1200px) {

    .banner-slider img,
    .carousel-item {
        height: 560px;
    }

    .caursole-desc div {
        font-size: 52px;
        line-height: 68px;
    }

    .carousel-caption span {
        font-size: 24px;
    }

    .carousel-caption {
        bottom: 460px !important;
    }

    #header-carousel .carousel-control-next {
        right: 10px;
    }

    .marquee-news-heading {
        font-size: 17px;
        padding: 8px 22px;
    }

    .slider-news a {
        font-size: 13px;
    }

    .slider-news .new-flag {
        height: 18px;
        width: 40px;
    }

    .pillar-section::after {
        width: 200px;
        height: 200px;
    }

    .profile-image {
        width: 200px !important;
        height: 200px !important;
    }

    .pillar-section .nav-pills .nav-link {
        margin-left: 0;
    }

    .pillar-section .nav {
        justify-content: center;
    }

    .program-box {
        width: 300px;
        padding: 8px;
    }

    .program-heading {
        font-size: 18px;
    }

    .program-duration {
        font-size: 16px;
    }

    .program-desc {
        font-size: 13px;
    }

    .program-box {
        width: 340px;
    }

    .program-heading {
        font-size: 18px;
        line-height: 34px;
    }

    .program-duration {
        font-size: 16px;
    }

    .program-desc {
        font-size: 13px;
        line-height: 17px;
    }

}

@media (max-width: 992px) {
    .site-header::after {
        display: none;
    }

    .header-college-name {
        font-size: 22px;
    }

    .head-line {
        font-size: 16px;
    }

    .head-line-2 {
        font-size: 12px;
    }

    .banner-slider img,
    .carousel-item {
        height: 500px;
    }

    .caursole-desc div {
        font-size: 44px;
        line-height: 58px;
    }

    .carousel-caption span {
        font-size: 22px;
    }

    .carousel-caption {
        bottom: 410px !important;
    }

    .admission-btn {
        font-size: 18px;
        padding: 10px 24px;
    }

    .marquee-news-heading {
        font-size: 16px;
        padding: 7px 20px;
    }

    .slider-news a {
        font-size: 12.5px;
    }

    .slider-news .new-flag {
        height: 17px;
        width: 38px;
    }

    .marquee-news-heading {
        width: 180px;
    }

    .news-tab-section .nav-tabs {
        gap: 10px;
        justify-content: center;
    }

    .news-tab-section .nav-link {
        width: auto !important;
        padding: 8px 16px;
        font-size: 15px;
    }

    .holder {
        max-height: 240px;
    }

    .event-section {
        margin-top: 20px;
    }


    .profile-image {
        width: 244px !important;
        height: 244px !important;
    }

    .program-box {
        width: 260px;
    }

    .program-heading {
        font-size: 17px;
    }

    .program-duration {
        font-size: 15px;
    }

    .program-desc {
        font-size: 12px;
    }

    .program-btn {
        gap: 40px;
        padding: 4px 14px;
    }


}


@media (max-width: 768px) {

    .site-header .row.align-items-center {
        flex-wrap: wrap;
    }

    .site-header .col-lg-2.col-md-3.col-12 {
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
    }

    .site-header .header-logo,
    .site-header .header-logo-right {
        max-width: 72px;
        height: auto;
    }

    .site-header .col-lg-8.col-md-6.col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        order: 2;
        text-align: center;
        margin-top: 6px;
    }

    .header-college-name {
        font-size: 20px;
        line-height: 26px;
    }

    .head-line {
        font-size: 15px;
    }

    .head-line-2 {
        font-size: 11px;
        line-height: 16px;
    }

    .banner-slider img,
    .carousel-item {
        height: 440px;
    }

    .caursole-desc div {
        font-size: 36px;
        line-height: 48px;
    }

    .carousel-caption span {
        font-size: 20px;
    }

    .carousel-caption {
        bottom: 350px !important;
        left: 13% !important;
    }

    .admission-btn {
        font-size: 16px;
        padding: 8px 20px;
        width: 180px;
    }

    .marquee-news-heading {
        font-size: 15px;
        padding: 6px 18px;
    }

    .slider-news a {
        font-size: 12px;
    }

    .slider-news .new-flag {
        height: 16px;
        width: 36px;
    }

    .news-heading,
    .event-heading {
        text-align: center;
    }


    .news-tab-section .nav-link {
        width: 100% !important;
        margin: 0 !important;
        text-align: center;
    }

    .holder {
        max-height: none;
        overflow-y: visible;
    }

    .holder ul {
        padding: 15px;
    }

    .holder ul li {
        padding-left: 42px;
    }

    .vm-card {
        height: 180px;
        transform: none;
    }

    .vm-content {
        padding: 20px;
    }

    .vm-content p {
        font-size: 14px;
        line-height: 1.4;
    }

    .vm-shape {
        width: 120px;
        height: 180px;
        padding: 12px;
    }

    .vm-shape img {
        width: 42px;
        height: 42px;
        margin: 40px 0 6px;
    }

    .vm-shape span {
        font-size: 20px;
        margin-top: 10px;
        line-height: 22px;
    }

    .vm-arrow {
        width: 22px;
        height: 44px;
    }

    .vm-arrow.left {
        left: -3px;
    }

    .vm-arrow.right {
        right: -3px;
    }
    .program-box {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }

    .program-details {
        padding: 18px;
    }

    .program-heading {
        font-size: 16px;
        line-height: 30px;
    }

    .program-duration {
        font-size: 14px;
    }

    .program-desc {
        font-size: 13px;
        line-height: 16px;
    }

    .program-btn {
        gap: 20px;
        padding: 4px 12px;
    }

    .arrow-btn img {
        width: 14px;
        height: 14px;
    }

    .owl-nav .owl-prev {
        left: 10px;
    }

    .owl-nav .owl-next {
        right: -24px;
    }

}

@media (max-width: 576px) {

    .banner-slider img,
    .carousel-item {
        height: 380px;
    }

    .caursole-desc div {
        font-size: 30px;
        line-height: 40px;
    }

    .carousel-caption span {
        font-size: 18px;
    }

    .carousel-caption {
        bottom: 290px !important;
        left: 12% !important;
    }

    .marquee-news-heading {
        font-size: 14px;
        padding: 6px 16px;
    }

    .slider-news a {
        font-size: 11.5px;
    }

    .slider-news .new-flag {
        height: 15px;
        width: 34px;
    }

    .vm-card {
        height: 170px;
    }

    .vm-content {
        padding: 16px;
    }

    .vm-content p {
        font-size: 13px;
    }

    .vm-shape {
        width: 110px;
        height: 170px;
    }

    .vm-shape img {
        margin-top: 34px;
    }


    .pillar-section::after {
        display: none;
    }

    .pillar-section .nav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .pillar-section .nav-pills .nav-link {
        margin-left: 0;
    }

    .pillar-section .nav {
        gap: 13px;
        justify-content: center;
    }

    .profile-image {
        margin-bottom: 40px;
    }

    .program-box {
        padding: 6px;
        border-width: 5px;
    }

    .program-details {
        padding: 16px;
    }

    .program-heading {
        font-size: 15px;
    }

    .program-duration {
        font-size: 13px;
    }

    .program-desc {
        font-size: 12px;
    }

    .program-btn {
        gap: 30px;
    }

    .arrow-btn img {
        width: 14px;
        height: 14px;
    }

    .program-carousel .owl-nav .owl-prev {
        left: 0px;
    }

    .program-carousel .owl-nav .owl-next {
        right: 35px !important;
    }

}

@media (max-width: 500px) {
    .news-tab-section .nav-tabs {
        gap: 0px;

    }


}

@media (max-width: 420px) {


    .carousel-caption {
        left: 19% !important;
    }


}


@media (max-width: 380px) {

    .site-header .header-logo,
    .site-header .header-logo-right {
        max-width: 60px;
    }

    .header-college-name {
        font-size: 18px;
    }
}





