@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Merriweather:wght@300;400;700;900&family=Montserrat+Alternates:wght@400;500;600&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&family=Open+Sans:wght@300;400;500;600;700;800&display=swap');
:root
{

	--color1:#1F1CFF;
	--color2:#FF3130; /*  */
	--color3:#0b0b0b; /*  */
	--color01:#F3DE25;
	--bgl:#FFF2F0;
	--white:#fff;
	--black:#000;

}
/*
	
blue 
#1F1CFF
red
#FF3130
font-family: "Raleway", sans-serif;
font-family: "PT Sans", sans-serif;
font-family: "Montserrat", sans-serif;

*/

/*
    =========================================
*/

.table-container.customtables
{
    position: relative;
    z-index: 3 !important;
}
.section_animation {
    position: relative;
    width: 100%;
    /*height: 500px;*/
    overflow: hidden;
}

.section_animation .instr-shape1,
.section_animation .instr-shape2,
.section_animation .instr-shape3 {
    position: absolute;
    z-index: 1;
    opacity: .6;
}

.section_animation .instr-shape1 {
    top: 60px;
    right: 40px;
    animation: slideLeftRight 26s ease-in-out infinite;
}

.section_animation .instr-shape2 {
    top: 100px;
    left: 30px;
    animation: rotateInfinite 40s linear infinite;
}

.section_animation .instr-shape3 {
    bottom: 100px;
    right: 10px;
    animation: rotateInfinite 40s linear infinite;
}

@keyframes rotateInfinite {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes slideLeftRight {
    0% {
        right: 50px;
    }
    50% {
        right: 150px;
    }
    100% {
        right: 50px;
    }
}

body.innerPage footer
{
    margin-top: 0 !important;
}

/*
    =========================================
*/
html {
  scroll-behavior: smooth;
}


.textHeightFix{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.textHeightFix[text-length='2']{
    -webkit-line-clamp: 2;
}
.textHeightFix[text-length='1']{
    -webkit-line-clamp: 1;
}
@media screen and (min-width: 993px)
{
    .btn-menu
    {
        display:none;
    }
}
@media screen and (min-width: 768px)
{
	.navigation .nav-container .navigation-row .logo_area .menuToggle
	{
		display: none;
	}
	body.innerPage footer
	{
		margin-top: 40px;
	}
	.right_top_logos_mobile_only
	{
		display: none;
	}
}
@media screen and (min-width: 577px)
{
	.logo002
	{
		display: none;
	}
}
@media screen and (max-width: 576px)
{
	.logo001
	{
		display: none;
	}
}
ul
{
	list-style-type: none;
	margin-bottom: 0;
}
a
{
	text-decoration: none;
}
*{
	box-sizing: border-box;
	/*overflow: hidden;*/
}
body
{
	font-family: "Plus Jakarta Sans", sans-serif;
	font-size: 16px;
	color: #58585E;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
	font-family: "Bitter", serif;
}
p
{
	text-align: justify;
}
.container
{
	max-width: 95%;
}
.rows
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
@media screen and (max-width: 768px)
{
	.rows
	{
		flex-direction: column;
	}
	.rows .cols1,
	.rows .cols2,
	.rows .cols3,
	.rows .cols4,
	.rows .cols5,
	.rows .cols6,
	.rows .cols7,
	.rows .cols8,
	.rows .cols9,
	.rows .cols10,
	.rows .cols11,
	.rows .cols12
	{
		width: 100%;
		margin: 0 0 20px;
	}
}
.justifyContentCenter
{
	justify-content: center;
}
.justifyContentBetween
{
	justify-content: space-between;
}
.justifyContentEnd
{
	justify-content:flex-end;
}
.alignSelfCenter
{
	align-self: center;
}
.alignItemsCenter
{
	align-items: center;
}
.rows .colsonly
{
	flex: 0 0 auto;
}
.rows .cols1
{
	flex: 0 0 auto;
	width: calc(100% - 30px);
	margin: 0 15px 20px;
}

.rows .cols2
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .cols3
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}

.rows .cols4
{
	flex: 0 0 auto;
	width: calc(25% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols5
{
	flex: 0 0 auto;
	width: calc(20% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols6
{
	flex: 0 0 auto;
	width: calc(16.666% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols7
{
	flex: 0 0 auto;
	width: calc(14.28% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols8
{
	flex: 0 0 auto;
	width: calc(12.5% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols9
{
	flex: 0 0 auto;
	width: calc(11.11% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols10
{
	flex: 0 0 auto;
	width: calc(10% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols11
{
	flex: 0 0 auto;
	width: calc(9.09% - 30px);
	margin: 0 15px 20px;	
}

.rows .cols12
{
	flex: 0 0 auto;
	width: calc(8.333% - 30px);
	margin: 0 15px 20px;	
}
.rows .colsHalf
{
	flex: 0 0 auto;
	width: calc(50% - 30px);
	margin: 0 15px 20px;
}

.rows .colsThree
{
	flex: 0 0 auto;
	width: calc(33.333% - 30px);
	margin: 0 15px 20px;
}
/*
    ==========================================================
*/

/* CSS Scoped to Section */
.academics-section {
    background-color: #F8F5F0;
    min-height: 450px;
    padding-top: 70px;
}
.academics-section .container
{
    max-width: 88%;
}

.academics-section .academic-card {
    background: #ffffff;
    border-radius: 12px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
}
.academics-section .academic-card.p-25
{
    padding: 2.5rem;
}

.academics-section .academic-card:hover {
    transform: scale(1.05);
}

.academics-section .icon-box {
    font-size: 3.5rem;
    color: #003A65;
    line-height: 1;
}

.academics-section h4 {
    color: #003A65;
}

.academics-section .arrow-btn {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFC325;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #003A65;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.academics-section .arrow-btn:hover {
    background-color: #e6af21;
}

/* Animations Decorative Elements */
.academics-section .deco-curly {
    position: absolute;
    left: 5%;
    width: 40px;
    opacity: 0.3;
    animation: moveVertical 4s ease-in-out infinite;
}

.academics-section .deco-cap {
    position: absolute;
    right: 5%;
    bottom: 0%;
    width: 120px;
    animation: moveHorizontal 6s ease-in-out infinite;
}

.academics-section .academic-card p
{
    margin-bottom: 0;
    font-size: 0.95rem;
}

@keyframes moveVertical {
    0% { top: 70px; }
    50% { top: 120px; }
    100% { top: 70px; }
}

@keyframes moveHorizontal {
    0% { transform: translateX(0); }
    50% { transform: translateX(-30px); }
    100% { transform: translateX(0); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .academics-section .deco-curly, 
    .academics-section .deco-cap {
        display: none;
    }
    .academics-section .academic-card {
        margin-bottom: 20px;
    }
}

/*
    ==========================================================
*/

.headings
{
    text-align: center;  
    margin-bottom: 25px; 
}
.headings h2
{
  font-size: 32px;
  font-weight: 600;
  font-weight: 700;
  color: #333;
  margin: 0;
  line-height: 1.4;
}
.headings h2 span
{
    color: #114990;
}
.headings p
{
  font-size: 18px;
  font-weight: 500;
  color: #142444;
  text-transform: capitalize;
  margin: 0 0 5px;
  text-align: center;
  line-height: 1.5;
}

/*
    ==========================================================
*/
.about-section
{
    padding: 70px 0;
}
.about-section .container
{
    max-width: 90%;
}
.about-section h6 {
    color: #114990 !important;
    letter-spacing: 1px;
}

.about-section h2 {
    color: #222;
    line-height: 1.3;
}

.about-section ul li {
    font-weight: 400;
    color: #444;
    font-size: 1.05rem;
    display: flex;
    align-items: center;
}

.about-section p
{
    font-size: 1.1rem;
    margin-bottom: 20px;
}
.about-section ul li i {
    color: #76B82A;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #114990;
    color: #ffffff;
    border: none;
    padding: 13px 30px !important;
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.900rem;
    transition: background-color 0.3s ease;
}

.btn-custom:hover {
    background-color: #0d3a73;
    color: #ffffff;
}

.img-fluid {
    height: 100%;
    object-fit: cover;
}


/*
    ==========================================================
*/



/*
    ==========================================================
*/


/*
    ==========================================================
*/
.cta-section {
    padding: 80px 0 60px;
    background-color: #142444; 
    background-image: radial-gradient(rgba(255,255,255,0.1) 1px, transparent 1px);
    background-size: 20px 20px;
  }

  .cta-section .container {
    position: relative;
    z-index: 2;
  }

  .btn-custom {
    background-color: #76B82A;
    color: #fff;
    padding: 12px 30px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    border: none;
    font-family: "Outfit", sans-serif;
  }

  .btn-custom:hover {
    background-color: #65a123; 
    color: #fff;
    transform: translateY(-2px);
  }

  .ctaHeading {
    font-size: 32px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
  }

  .ctaHeading span {
    color: #76B82A; 
    font-weight: 700;
  }

  .cta-section p {
    text-align: center;
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 300;
    color: #ffffff !important;
  }

  @media (max-width: 576px) {
    .cta-section h2 {
      font-size: 1.6rem;
    }
    .cta-section p {
      max-width: 100%;
    }
  }

/*
    ==========================================================
*/

 section.blog-section {
        background-color: #f6f6f6;
        padding: 60px 0;
    }

    body.homepage section.blog-section 
    {
        padding-bottom: 150px;
    }

    section.blog-section .container {
        max-width: 90%;
    }

    .blog-headings .blog-subtitle {
        color: #76B82A; /* Using requested green for subtitle */
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 5px;
    }

    .blog-headings .blog-main-title {
        font-size: 2.7rem;
        font-weight: 700;
        color: #030303;
        margin-bottom: 15px;
    }

    .blog-headings .blog-header-desc {
        color: #666;
        max-width: 700px;
        line-height: 1.6;
        font-size: 1.1rem;
    }

    .blog-card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        background: #fff;
        height: 100%;
        box-shadow: 0 10px 30px rgba(0,0,0,0.04);
        transition: transform 0.4s ease;
    }

    .blog-image-container {
        position: relative;
        overflow: hidden;
    }

    .blog-img {
        width: 100%;
        height: 270px;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .blog-card:hover .blog-img {
        transform: scale(1.1);
    }

    .blog-date-badge {
        position: absolute;
        bottom: 15px;
        left: 15px;
        background-color: #001a33; /* Dark navy blue from your image background */
        color: #fff;
        padding: 4px 14px;
        font-size: 0.8rem;
        font-weight: 500;
        border-radius: 4px;
        z-index: 2;
    }

    .blog-card-body {
        padding: 25px;
    }

    .blog-card-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4;
        color: #030303;
        margin-bottom: 12px;
    }

    .blog-card-excerpt {
        font-size: 1.1rem;
        color: #666;
        margin-bottom: 25px;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Limits to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    /* Updated Green Button Style as per image */
    .btn-get-started {
        display: inline-flex;
        align-items: center;
        background-color: #76B82A; /* Your green color */
        color: white;
        padding: 8px 15px;
        font-weight: 500;
        text-transform: uppercase;
        border-radius: 7px; /* Rounded shape as per image */
        font-size: 13px;
        letter-spacing: 0.5px;
        transition: 0.3s ease;
        text-decoration: none;
    }

    .btn-get-started .arrow {
        margin-left: 10px;
        font-size: 22px;
        line-height: 1;
        transition: transform 0.3s ease;
    }

    .blog-card:hover .btn-get-started {
        background-color: #649e23; /* Slightly darker green on hover */
        box-shadow: 0 5px 15px rgba(118, 184, 42, 0.3);
    }

    .blog-card:hover .btn-get-started .arrow {
        transform: translateX(5px);
    }
/*
    ==========================================================
*/
:root {
            --primary-green: #76B82A;
}

.main-footer {
    background-color: #0c0c0c;
    color: #b5b5b5;
    padding: 100px 0 40px;
}

.footer-heading {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: 1.3rem;
}

/* Heading ke niche ka border */
.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 4px;
    background-color: #ffc107;
}

.footer-text {
    font-size: 16px;
    line-height: 1.8;
}

/* Custom Button */
.btn-discover {
    background-color: var(--primary-green);
    color: white;
    border: none;
    padding: 12px 30px;
    font-weight: 600;
    border-radius: 4px;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.btn-discover:hover {
    background-color: #629a22;
    color: white;
}

/* Services Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    text-decoration: none;
    color: #b5b5b5;
    transition: 0.3s;
}

.footer-links a i {
    color: var(--primary-green);
    margin-right: 10px;
    font-size: 14px;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 5px;
}

/* Contact Info */
.contact-item {
    display: flex;
    margin-bottom: 15px;
}

.contact-item i {
    color: var(--primary-green);
    margin-right: 15px;
    font-size: 18px;
}

/* Bottom Footer */
.copyright-area {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-top: 50px;
}

.social-icons a {
    background-color: #142444; /* Brand Blue */
    color: white;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    margin-left: 8px;
    font-size: 14px;
    border-radius: 2px;
}

footer .container {
    max-width: 97%;
}

/*
    ==========================================================
*/

/*
    ==========================================================
*/
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

/*
    ==========================================================
*/


/* Initial States */
.reveal {
    opacity: 0;
    transition: all 1.2s cubic-bezier(0.22, 1, 0.36, 1); /* Premium smooth transition */
    will-change: transform, opacity;
}
.reveal-left { transform: translateX(-50px); }
.reveal-right { transform: translateX(50px); }
.reveal-up { transform: translateY(50px); }

/* Active States (Jab screen me aaye) */
.active-reveal {
  opacity: 1;
  transform: translate(0, 0);
}

/* Base style for all animations */


/* Bottom to Top specific class */
.reveal-up {
    transform: translateY(80px); /* 80px niche se start hoga */
}

/* Jab section screen me aa jaye */
.active-reveal {
    opacity: 1;
    transform: translateY(0) !important;
    transform: translateX(0) !important;
}


/*
    ==========================================================
*/

.sjv-section-header-wrapper .header-content {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
}

.sjv-section-header-wrapper .sub-title {
    color: #ad221f;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.sjv-section-header-wrapper .icon {
    font-size: 20px;
}

.sjv-section-header-wrapper .main-title {
    color: #003A65;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
}

@media (max-width: 768px) {
    .sjv-section-header-wrapper .main-title {
        font-size: 32px;
    }
}



/*
    ==========================================================
*/


.sjv-school-about-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.sjv-school-about-section .about-image-layout {
    position: relative;
    padding: 15px;
}

.sjv-school-about-section .legacy-box {
    position: absolute;
    top: 30px;
    left: -20px;
    background-color: #FFC325;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 5px 5px 20px rgba(0,0,0,0.1);
}

.sjv-school-about-section .legacy-box .count {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #003A65;
}

.sjv-school-about-section .legacy-box .year {
    font-size: 24px;
    font-weight: 800;
    color: #003A65;
}

.sjv-school-about-section .top-label {
    color: #ad221f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: block;
}

.sjv-school-about-section .school-heading {
    color: #003A65;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
}

.sjv-school-about-section .school-intro {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.sjv-school-about-section .mission-points {
    margin-bottom: 40px;
}

.sjv-school-about-section .point-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.sjv-school-about-section .icon-circle {
    background-color: #f4f4f4;
    color: #FFC325;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    font-size: 20px;
    border: 1px solid #eee;
}

.sjv-school-about-section .point-title {
    display: block;
    color: #333333;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.sjv-school-about-section .text-data p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

.sjv-school-about-section .cta-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sjv-school-about-section .btn-primary-sjv {
    background-color: #003A65;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    border: 2px solid #003A65;
}

.sjv-school-about-section .btn-primary-sjv:hover {
    background-color: transparent;
    color: #003A65;
}

.sjv-school-about-section .btn-accent-sjv {
    background-color: #ad221f;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.sjv-school-about-section .btn-accent-sjv:hover {
    background-color: #8e1b19;
    transform: translateY(-2px);
}

.sjv-school-about-section .arrow {
    transition: transform 0.3s ease;
}

.sjv-school-about-section .btn-accent-sjv:hover .arrow {
    transform: translateX(5px);
}

/*
    ==========================================================
*/
/*
.sjv-school-about-section {
    padding: 100px 0;
    background-color: #ffffff;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.sjv-school-about-section .about-feature-showcase {
    position: relative;
    padding-right: 20px;
}

.sjv-school-about-section .feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.sjv-school-about-section .grid-item {
    padding: 30px 20px;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sjv-school-about-section .grid-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
}

.sjv-school-about-section .grid-item .grid-icon {
    display: block;
    font-size: 36px;
    margin-bottom: 15px;
}

.sjv-school-about-section .grid-item .grid-title {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
}

.sjv-school-about-section .grid-item.primary-bg {
    background-color: #003A65;
}

.sjv-school-about-section .grid-item.accent-bg {
    background-color: #ad221f;
}

.sjv-school-about-section .grid-item.yellow-bg {
    background-color: #FFC325;
}

.sjv-school-about-section .grid-item.yellow-bg .grid-title {
    color: #333;
}
.sjv-school-about-section .motto-strip {
    display: flex;
    border: 1px solid #ddd;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.sjv-school-about-section .motto-item {
    flex: 1;
    padding: 15px 10px;
    font-size: 17px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.sjv-school-about-section .motto-item.white-bg {
    background-color: #ffffff;
    color: #ad221f;
}

.sjv-school-about-section .motto-item.maroon-bg {
    background-color: #ad221f;
    color: #ffffff;
}

.sjv-school-about-section .top-label {
    color: #ad221f;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
    display: block;
}

.sjv-school-about-section .school-heading {
    color: #003A65;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.2;
}

.sjv-school-about-section .school-intro {
    color: #555;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 30px;
}

.sjv-school-about-section .mission-points {
    margin-bottom: 40px;
}

.sjv-school-about-section .point-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 25px;
}

.sjv-school-about-section .icon-circle {
    background-color: #f4f4f4;
    color: #FFC325;
    width: 45px;
    height: 45px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
    font-size: 20px;
    border: 1px solid #eee;
}

.sjv-school-about-section .point-title {
    display: block;
    color: #333333;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px;
}

.sjv-school-about-section .text-data p {
    margin: 0;
    color: #666;
    font-size: 15px;
}

.sjv-school-about-section .cta-btns {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.sjv-school-about-section .btn-primary-sjv {
    background-color: #003A65;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
    border: 2px solid #003A65;
}

.sjv-school-about-section .btn-primary-sjv:hover {
    background-color: transparent;
    color: #003A65;
}

.sjv-school-about-section .btn-accent-sjv {
    background-color: #ad221f;
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.sjv-school-about-section .btn-accent-sjv:hover {
    background-color: #8e1b19;
    transform: translateY(-2px);
}

.sjv-school-about-section .arrow {
    transition: transform 0.3s ease;
}

.sjv-school-about-section .btn-accent-sjv:hover .arrow {
    transform: translateX(5px);
}*/


.sjv-about-professional-section {
    padding: 40px 0 50px;
    background-color: #F8F5F0;
    background-color: #fff;
}

/* LEFT SIDE: Image Stack and Central Logo */
.sjv-about-professional-section .image-stack-container {
    position: relative;
    padding-bottom: 20px;
}

.sjv-about-professional-section .img-wrapper img {
    border-radius: 15px !important;
}

.sjv-about-professional-section .top-img {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.sjv-about-professional-section .bottom-img {
    position: relative;
    z-index: 1;
}

.sjv-about-professional-section .central-logo-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.sjv-about-professional-section .central-logo {
    width: 120px;
    height: 120px;
    background-color: #ffffff;
    border: 4px solid #ffffff;
}

/* RIGHT SIDE: Content Styling */
.sjv-about-professional-section .sub-header {
    color: #ad221f;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.sjv-about-professional-section .main-heading {
    color: #051435;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}

.sjv-about-professional-section .school-description {
    color: #555555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

/* Custom Tabs Styling */
.sjv-about-professional-section .custom-tabs {
    border-bottom: none;
    margin-bottom: 0;
    gap: 5px;
}

.sjv-about-professional-section .custom-tabs .nav-link {
    border: none;
    color: #555555;
    font-weight: bold;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 6px 6px 0 0;
    background-color: transparent;
    transition: all 0.3s ease;
}

.sjv-about-professional-section .custom-tabs .nav-link.active {
    background-color: #ffffff;
    color: #ad221f;
}

.sjv-about-professional-section .custom-tabs .nav-link:hover:not(.active) {
    background-color: #e9e9e9;
    color: #003A65;
}

/* Custom Tab Content Styling */
.sjv-about-professional-section .custom-tab-content-wrapper {
    background-color: #ffffff;
    padding: 25px 30px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
}

.sjv-about-professional-section .custom-tab-content-wrapper p {
    color: #666666;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
}

/* Points Grid Styling */
.sjv-about-professional-section .points-grid {
    color: #333333;
    font-size: 15px;
}
@media screen and (min-width:993px)
{
    .points-grid ul
    {
        display:grid;
        grid-template-columns:repeat(2,1fr);
        grid-row-gap:10px;
    }
}
.points-grid ul li
{
      position: relative;
      padding-left: 23px;
      font-size: 16px;
      font-weight: 500;
}
.points-grid ul li:before
{
    position:absolute;
    left:0;
    top:3px;
    content: "\f26a";
   display: inline-block;
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: 400 !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFC325;

}
.sjv-about-professional-section .point-item i {
    color: #FFC325;
}
.sjv-about-professional-section .point-item {
    margin-bottom: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.sjv-about-professional-section .check-icon {
    color: #FFC325;
    font-size: 18px;
    font-weight: bold;
}

/* Action Button Styling */
.sjv-about-professional-section .btn-more-about {
    background-color: transparent;
    color: #fff;
    border: 1px solid #003A65;
    background-color: #003A65;
    padding: 13px 29px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    transition: 0.3s ease;
    text-transform: uppercase;
}

.sjv-about-professional-section .btn-more-about:hover {
    background-color: #fff;
    color: #003A65;
    border-color: #003A65;
}

/*
    ==========================================================
*/

.sjv-asymmetric-gallery-wrapper {
    /*padding: 80px 0;*/
    /*background-color: #ffffff;*/
}

.sjv-asymmetric-gallery-wrapper .gallery-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
    background-color: #003A65;
}

.sjv-asymmetric-gallery-wrapper .large-view {
    height: 100%;
    min-height: 600px;
}

.sjv-asymmetric-gallery-wrapper .h-40 {
    height: 37%;
}

.sjv-asymmetric-gallery-wrapper .h-60 {
    height: 60%;
}

.sjv-asymmetric-gallery-wrapper .small-view-top,
.sjv-asymmetric-gallery-wrapper .small-view-bottom {
    height: 100%;
}

.sjv-asymmetric-gallery-wrapper .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    opacity: 0.85;
}

.sjv-asymmetric-gallery-wrapper .item-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px;
    width: 100%;
    background: linear-gradient(transparent, rgba(0, 58, 101, 0.9));
    z-index: 2;
}

.sjv-asymmetric-gallery-wrapper .badge-custom {
    display: inline-block;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #003A65;
    color: #ffffff;
    border-radius: 4px;
    margin-bottom: 10px;
}

.sjv-asymmetric-gallery-wrapper .badge-custom.accent {
    background-color: #ad221f;
}

.sjv-asymmetric-gallery-wrapper .badge-custom.yellow {
    background-color: #FFC325;
    color: #003A65;
}

.sjv-asymmetric-gallery-wrapper h3, 
.sjv-asymmetric-gallery-wrapper h4 {
    color: #ffffff;
    margin: 0;
    font-weight: 700;
}

.sjv-asymmetric-gallery-wrapper h3 {
    font-size: 28px;
}

.sjv-asymmetric-gallery-wrapper h4 {
    font-size: 20px;
}

.sjv-asymmetric-gallery-wrapper .gallery-item:hover img {
    transform: scale(1.05);
    opacity: 1;
}

@media (max-width: 767px) {
    .sjv-asymmetric-gallery-wrapper .large-view,
    .sjv-asymmetric-gallery-wrapper .h-40,
    .sjv-asymmetric-gallery-wrapper .h-60 {
        height: 350px;
        min-height: auto;
    }
    
    .sjv-asymmetric-gallery-wrapper .col-md-6 {
        margin-bottom: 1rem;
    }
}
/*
    ==========================================================
*/

.sjv-about-professional-section {
    position: relative;
    background-color: #F8F5F0;
    overflow: hidden;
}

.sjv-about-professional-section::before,
.sjv-about-professional-section::after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background-image: radial-gradient(#d1d1d1 1.5px, transparent 1.5px);
    background-size: 18px 18px;
    z-index: 0;
    pointer-events: none;
}

.sjv-about-professional-section::before {
    top: 0;
    left: 0;
    mask-image: radial-gradient(circle at top left, black, transparent 75%);
    -webkit-mask-image: radial-gradient(circle at top left, black, transparent 75%);
}

.sjv-about-professional-section::after {
    bottom: 0;
    right: 0;
    mask-image: radial-gradient(circle at bottom right, black, transparent 75%);
    -webkit-mask-image: radial-gradient(circle at bottom right, black, transparent 75%);
}

/*
    ==========================================================
*/
.sjv-portal-section {
            background-color: #002b4e;
            color: #ffffff;
            font-family: 'Outfit', sans-serif;
            padding: 80px 0 40px;
        }

        .sjv-portal-section .sub-title {
            font-size: 0.9rem;
            letter-spacing: 1px;
            opacity: 0.9;
        }

        .sjv-portal-section .nav-pills .nav-link {
            color: #ffffff;
            font-size: 1.1rem;
            padding: 10px 20px;
            border-bottom: 2px solid transparent;
            border-radius: 0;
            transition: 0.3s;
        }

        .sjv-portal-section .nav-pills .nav-link.active {
            background: transparent !important;
            color: #ffc107 !important;
            border-bottom: 2px solid #ffc107;
        }

        .sjv-portal-section .admission-card {
            background-color: #001931;
            border-radius: 24px;
            padding: 35px;
            margin-bottom: 30px;
        }

        .sjv-portal-section .avatar-group img {
            width: 35px;
            height: 35px;
            border-radius: 50%;
            border: 2px solid #001931;
            margin-left: -10px;
        }

        .sjv-portal-section .apply-btn {
            background-color: #ffc107;
            color: #000;
            border: none;
            border-radius: 50px;
            padding: 14px;
            font-weight: 700;
            width: 100%;
            margin-top: 20px;
            font-size: 0.9rem;
            letter-spacing: 0.5px;
        }

        .sjv-portal-section .notice-box {
            background-color: #ffffff;
            color: #1a1a1a;
            border-radius: 24px;
            padding: 30px;
        }

        .sjv-portal-section .notice-item {
            padding: 18px 0;
            border-bottom: 1px solid #edf2f7;
            position: relative;
        }
        .sjv-portal-section .notice-item .paragparh
        {
            width: 90%;
            font-size: 16px;
            line-height: 1.2;
                display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .sjv-portal-section .notice-item:last-child { border-bottom: none; }

        .sjv-portal-section .notice-item h6 {
            font-weight: 700;
            font-size: 1.05rem;
            margin-bottom: 5px;
            color: #002b4e;
        }

        .sjv-portal-section .notice-meta {
            font-size: 0.85rem;
            color: #64748b;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 7px !important;
            margin-bottom: 7px !important;
        }

        .sjv-portal-section .faculty-card {
            position: relative;
            height: 310px;
            border-radius: 20px;
            overflow: hidden;
            margin-bottom: 30px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
        }

        .sjv-portal-section .faculty-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .sjv-portal-section .card-gradient {
            position: absolute;
            inset: 0;
            background: linear-gradient(to top, rgba(0, 43, 78, 0.9) 0%, rgba(0,0,0,0) 50%);
            display: flex;
            align-items: flex-end;
            padding: 25px;
        }

        .sjv-portal-section .card-gradient h4 {
            font-size: 1.3rem;
            font-weight: 600;
            margin: 0;
            color: #fff;
        }
        .sjv-portal-section .card-gradient h4  a
        {
            color: #fff;
        }
        .sjv-portal-section .card-gradient h4:hover a
        {
            color: #FFC107;
        }
        .sjv-portal-section .download-icon {
            position: absolute;
            right: 0;
            bottom: 20px;
            color: #94a3b8;
            font-size: 1.2rem;
        }

        .heading_notice
        {
            font-size: 24px;
            font-weight: 600;
            color: #051435;
        }
/*
    ==========================================================
*/

.wrapperNotice {
    height: 550px; 
    overflow: hidden;
    position: relative;
    /*border: 1px solid #ddd;*/
    /*padding: 10px;*/
    background: #fff;
}

.notice-item {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.notice-container {
    display: flex;
    flex-direction: column;
}

/*
    ==========================================================
*/

.sjv-ticker-wrapper {
            background-color: #ffffff;
            padding: 30px 0;
            overflow: hidden;
            white-space: nowrap;
            display: flex;
            align-items: center;
            border-top: 1px solid #eee;
            border-bottom: 1px solid #eee;
        }

        .sjv-ticker-track {
            display: flex;
            width: max-content;
            animation: sjvScroll 45s linear infinite;
        }

        /* Hover par animation ko pause karne ke liye */
        .sjv-ticker-wrapper:hover .sjv-ticker-track {
            animation-play-state: paused;
        }

        .ticker-content {
            display: flex;
            align-items: center;
            /*font-family: 'Outfit', sans-serif;*/
            font-family: "Bitter", serif;
            font-weight: 700;
            text-transform: uppercase;
            font-size: 1.8rem;
            letter-spacing: 1px;
        }

        .text-blue { color: #002b4e; }
        .text-yellow { color: #ffc107; }

        .ticker-logo {
            width: 50px;
            margin: 0 40px;
            opacity: 0.8;
        }

        @keyframes sjvScroll {
            0% { transform: translateX(0); }
            100% { transform: translateX(-50%); }
        }

        @media (max-width: 768px) {
            .ticker-content { font-size: 1.2rem; }
            .ticker-logo { width: 35px; margin: 0 20px; }
        }
/*
    ==========================================================
*/
.sjv-events-section .container
{
    max-width: 90%;
}
.sjv-events-section .sjv-section-header-wrapper .header-content
{

}
.sjv-events-section .sjv-section-header-wrapper .header-content p
{
    text-align: center;
    font-size: 17px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}
.sjv-events-section {
            background-color: #ffffff;
            position: relative;
            font-family: 'Outfit', sans-serif;
            padding: 60px 0;
            overflow: hidden;
        }

        /* Naya Education Texture: Subtle Dots Grid */
        .sjv-events-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background-image: radial-gradient(#dee2e6 1.2px, transparent 1.2px);
            background-size: 30px 30px;
            opacity: 0.4; /* Bahut subtle dot grid */
            z-index: 1;
        }

        /* Texture Element: Floating Chalkboard Shape */
        .sjv-events-section::after {
            content: '';
            position: absolute;
            width: 300px;
            height: 300px;
            border: 15px solid rgba(0, 43, 78, 0.03); /* Scoped Blue Color Opacity */
            border-radius: 50px;
            top: -100px;
            right: -100px;
            transform: rotate(15deg);
            z-index: 1;
        }

        .sjv-events-section .container {
            position: relative;
            z-index: 2; /* Content texture ke upar rahe */
        }

        .sjv-events-section .section-header {
            /*display: flex;*/
            /*justify-content: space-between;*/
            /*align-items: flex-end;*/
            margin-bottom: 50px;
        }

        .sjv-events-section .header-left .tag {
            font-size: 0.9rem;
            color: #002b4e;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 8px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }

        .sjv-events-section .header-left .title {
            font-size: 3rem;
            font-weight: 700;
            color: #002b4e;
            margin: 10px 0 0 0;
        }

        .sjv-events-section .view-more {
            background: #ffffff;
            border: 1px solid #e0e0e0;
            padding: 12px 28px;
            border-radius: 50px;
            color: #333;
            font-weight: 600;
            text-decoration: none;
            font-size: 0.95rem;
            display: flex;
            align-items: center;
            gap: 10px;
            transition: all 0.3s ease;
            box-shadow: 0 2px 5px rgba(0,0,0,0.03);
        }

        .sjv-events-section .view-more:hover {
            background: #002b4e;
            color: #fff;
            border-color: #002b4e;
            transform: translateY(-2px);
        }

        .sjv-events-section .event-card {
            background: rgba(255, 255, 255, 0.9); /* Slight transparency to show texture */
            border-radius: 24px;
            padding: 20px;
            display: flex;
            align-items: center;
            gap: 25px;
            box-shadow: 0 10px 50px rgba(0,0,0,0.03);
            border: 1px solid rgba(0,0,0,0.01);
            height: 100%;
            transition: all 0.4s ease;
            backdrop-filter: blur(5px); /* Modern frosted effect */
        }

        .sjv-events-section .event-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 60px rgba(0, 43, 78, 0.08);
            border-color: rgba(0, 43, 78, 0.05);
        }

        .sjv-events-section .event-img {
            width: 250px;
            height: 185px;
            border-radius: 16px;
            object-fit: cover;
            flex-shrink: 0;
        }

        .sjv-events-section .event-content {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .sjv-events-section .event-content p
        {
            font-size: 16px;
            margin-bottom: 0;
        }

        .sjv-events-section .event-meta {
            font-size: 0.85rem;
            color: #777;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .sjv-events-section .event-title {
            font-size: 1.35rem;
            font-weight: 700;
            color: #002b4e;
            margin-bottom: 10px;
            line-height: 1.4;
        }

        .sjv-events-section .event-loc {
            font-size: 0.9rem;
            color: #6c757d;
            display: flex;
            align-items: center;
            gap: 6px;
            font-weight: 500;
        }

        @media (max-width: 992px) {
            .sjv-events-section .event-card { flex-direction: column; gap: 15px; }
            .sjv-events-section .event-img { width: 100%; height: 220px; }
        }

        @media (max-width: 768px) {
            .sjv-events-section .section-header { flex-direction: column; align-items: flex-start; gap: 20px; }
            .sjv-events-section .header-left .title { font-size: 2.2rem; }
        }
/*
    ==========================================================
*/
.vc-profile-section {
            
            padding-top: 80px;
            font-family: sans-serif;
            position: relative;
            z-index: 2;
        }

        /* The Dark Blue Card */
        .vc-profile-section .custom-card {
            background-color: #003d66;
            border-radius: 15px;
            padding: 40px;
            color: white;
            position: relative;
            z-index: 10; /* Card stays on top of the campus image */
            box-shadow: 0 10px 30px rgba(0,0,0,0.3);
            padding-right: 50px;
        }

        /* Video Container and Play Button */
        .vc-profile-section .video-container {
            position: relative;
            border-radius: 15px;
            overflow: hidden;
        }

        .vc-profile-section .video-container img {
            width: 100%;
            display: block;
            border-radius: 15px;
            object-fit: cover;
        }

        .vc-profile-section .play-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: rgba(255, 255, 255, 0.9);
            width: 65px;
            height: 65px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 0 15px rgba(0,0,0,0.2);
            z-index: 5;
        }

        .vc-profile-section .play-btn::after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            border-top: 12px solid transparent;
            border-bottom: 12px solid transparent;
            border-left: 18px solid #003d66;
            margin-left: 6px;
        }

        /* Text Styles */
        .vc-profile-section .quote-text {
            font-style: italic;
            font-size: 20px;
            line-height: 1.8;
            opacity: 0.95;
            font-weight: 300;
            font-family: "Outfit", sans-serif;
            color: #ffffff;
        }

        .vc-profile-section .name-title h3 {
            font-weight: 600;
            margin-bottom: 10px;
            color: #ffffff;
            font-size: 24px;
        }

        .vc-profile-section .name-title p {
            font-size: 1.09rem;
            opacity: 0.8;
            color: #ffffff;
            font-family: "Outfit", sans-serif;
        }

        /* Signature placeholder style */
        .vc-profile-section .signature {
            font-style: italic;
            font-size: 1.6rem;
            opacity: 0.8;
            margin-left: 20px;
            color: #ffffff;
        }

        /* Yellow Button */
        .vc-profile-section .read-more-btn {
            background-color: #ffc107;
            color: #000 !important;
            border: none;
            padding: 12px 35px;
            border-radius: 30px;
            font-weight: 500;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
            font-size: 1rem;
            font-family: "Outfit", sans-serif;
        }

        .vc-profile-section .read-more-btn:hover {
            background-color: #e0a800;
            transform: translateY(-2px);
        }

        /* NEW SECTION: Campus Background below the card */
        .campus-background-section {
            /* REPLACE WITH YOUR ACTUAL IMAGE URL */
            background: url('../img/04.webp') no-repeat center top;
            background-size: cover;
            height: 280px; /* Adjust height as needed */
            margin-top: -150px; /* Pulls image up to sit behind the card */
            position: relative;
            z-index: 1; /* Stays behind the card */
        }
        .campus-background-section:before
        {
            content: '';
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            left: 0;
            background-image:linear-gradient(to bottom, rgba(0 0 0 / 45%), rgba(0 0 0 / 45%), rgba(0 0 0 / 45%), rgba(0 0 0 / 45%));
        }

/*
    ==========================================================
*/
.campus-life-section {
            padding: 80px 0;
            background-color: #ffffff;
            background-color: #F8F9FA;
            /*font-family: 'Arial', sans-serif;*/
        }

        .campus-life-section .container
        {
            max-width: 88%;
        }

        .campus-life-section .header-area {
            margin-bottom: 50px;
        }

    

        .campus-life-section .desc-box {
            border-left: 2px solid #ffc107;
            padding: 10px 0 10px 25px;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .campus-life-section .desc-text {
            color: #555;
            font-size: 17px;
        }

        .campus-life-section .custom-card {
            border: none;
            border-radius: 120px; /* Capsule shape as per image */
            overflow: hidden;
            position: relative;
            height: 480px;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            cursor: pointer;
            margin: 0 0px;
            border: 10px solid #fff;
        }

        .campus-life-section .padding_reduce
        {
            padding-right: 8px;
            padding-left: 8px;
        }

        .campus-life-section .custom-card:hover {
            transform: scale(1.05);
            box-shadow: 0 20px 40px rgba(0, 61, 102, 0.25);
        }

        .campus-life-section .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .campus-life-section .card-overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            /* 70% light blue, bottom dark blue */
            background: linear-gradient(to bottom, 
                        rgba(0, 61, 102, 0.15) 0%, 
                        rgba(0, 61, 102, 0.15) 70%, 
                        rgba(0, 61, 102, 0.85) 100%);
            display: flex;
            align-items: flex-end;
            padding: 40px 20px;
        }

        .campus-life-section .card-title {
            color: white;
            width: 100%;
            text-align: center;
            font-weight: 600;
            font-size: 1.4rem;
            margin: 0;
            text-shadow: 0 2px 4px rgba(0,0,0,0.3);
        }

        @media (max-width: 991px) {
            .campus-life-section .main-title { font-size: 2.2rem; }
            .campus-life-section .custom-card { height: 400px; border-radius: 80px; }
        }
/*
    ==========================================================
*/
.sjv-profs-section {
            background-color: #f9f7f2;
            padding: 60px 0 60px;
        }

        .sjv-profs-section .section-title {
            color: #001d33;
            font-weight: 800;
            font-size: 2.5rem;
            margin-bottom: 40px;
        }

        .sjv-profs-section .category-label {
            background: #003D66;
            color: #fff;
            border-bottom:2px solid #FFC325;
            padding: 8px 25px;
            border-radius: 5px;
            display: inline-block;
            margin-bottom: 25px;
            font-weight: 600;
            font-size: 1rem;
            letter-spacing: 0.5px;
        }

        .sjv-profs-section .header-content p
        {
            text-align: center;
            font-size: 17px;
            max-width: 60%;
            margin-left: auto;
            margin-right: auto;
            color: #333 !important;
        }

        .sjv-profs-section .flex-card-container {
           /* display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;*/
        }

        .sjv-profs-section .prof-card {
            background: white;
            border-radius: 15px;
            padding: 35px 20px;
            text-align: center;
            flex: 1;
            min-width: 250px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            position: relative;
            border: none;
            margin: 0 10px;
            z-index: 2;
        }

        .sjv-profs-section .prof-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 61, 102, 0.15);
        }

        .sjv-profs-section .img-wrapper {
            width: 190px;
            height: 190px;
            margin: 0 auto 20px;
            border-radius: 50%;
            overflow: hidden;
            border: 6px solid #f8f9fa;
            position: relative;
        }

        .sjv-profs-section .img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }

        .sjv-profs-section .share-icon {
            position: absolute;
            bottom: 12px;
            right: 25%;
            background: #ffc107;
            width: 38px;
            height: 38px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 0.9rem;
            color: #000;
            box-shadow: 0 4px 10px rgba(0,0,0,0.15);
            border: 2px solid white;
        }

        .sjv-profs-section .prof-name {
            color: #003D66;
            font-weight: 700;
            font-size: 1.3rem;
            margin-bottom: 8px;
        }

        .sjv-profs-section .prof-stats {
            color: #555;
            font-size: 1rem;
            margin: 0;
            font-weight: 600;
            text-align: center;
        }

        .sjv-profs-section .rank-badge {
            color: #FFC325;
            font-weight: 700;
            margin-top: 8px;
            display: block;
            font-size: 1rem;
        }

        @media (max-width: 991px) {
            .sjv-profs-section .col-lg-6 {
                margin-bottom: 40px;
            }
        }

        @media (max-width: 576px) {
            .sjv-profs-section .section-title { font-size: 1.8rem; }
            .sjv-profs-section .flex-card-container { flex-direction: column; }
            .sjv-profs-section .prof-card { min-width: 100%; }
        }


.flex-card-container .slick-prev
{
    left: 15px;
    z-index: 2;
} 
.flex-card-container .slick-next
{
    right: 15px;
    z-index: 2;
}

.flex-card-container .slick-prev,
.flex-card-container .slick-next
{
    background-color: transparent;
    border-radius: 0;
}
.flex-card-container .slick-prev:hover,
.flex-card-container .slick-next:hover,
.flex-card-container .slick-prev:focus,
.flex-card-container .slick-next:focus
{
    background-color: transparent !important;
}
.flex-card-container .slick-prev:before,
.flex-card-container .slick-next:before
{
    color: #333;
    font-size: 25px;
}
/*
    ==========================================================
*/


.slick_messages .slick-prev
{
    left: -15px;
    z-index: 2;
} 
.slick_messages .slick-next
{
    right: -15px;
    z-index: 2;
}

.slick_messages .slick-prev,
.slick_messages .slick-next
{
    background-color: #FFC413;
    border-radius: 20px;
    width: 40px;
    height: 40px;
}
.slick_messages .slick-prev:hover,
.slick_messages .slick-next:hover,
.slick_messages .slick-prev:focus,
.slick_messages .slick-next:focus
{
    background-color: #FFC413 !important;
}
.slick_messages .slick-prev:before,
.slick_messages .slick-next:before
{
    color: #FFF;
    font-size: 25px;
}

/*
    ==========================================================
*/

.sjv-admission-section {
            padding: 60px 0 0 0;
            background-color: #ffffff;
            /*font-family: 'Arial', sans-serif;*/
        }

      

        .sjv-admission-section .desc-text {
            color: #555;
            max-width: 550px;
            margin-bottom: 50px;
            line-height: 1.6;
        }

        .sjv-admission-section .full-width-image-container {
            width: 100%;
            height: 570px;
            position: relative;
            background:  no-repeat center center;
            background-size: cover;
            border-radius: 20px 20px 0 0;
        }
        .sjv-admission-section
        {
            position: relative;
        }
        .sjv-admission-section .form-overlap-container {
            position: absolute;
            z-index: 5;
            top: 100px; 
            right: 80px;
            width: 37%;
        }

        .sjv-admission-section .form-box {
            background-color: #003D66;
            padding: 45px;
            border-radius: 10px 10px 0 0;
            border-top: 6px solid #ffc107;
            color: white;
        }

        .sjv-admission-section .form-header {
            font-size: 1.6rem;
            font-weight: 700;
            margin-bottom: 30px;
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: "Bitter", serif;
        }

        .sjv-admission-section .form-control {
            background-color: rgba(255, 255, 255, 0.08);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 4px;
            color: white;
            padding: 12px 15px;
            margin-bottom: 15px;
        }

        .sjv-admission-section .form-control::placeholder {
            color: rgba(255, 255, 255, 0.4);
            font-size: 0.9rem;
        }

        .sjv-admission-section .form-control:focus {
            background-color: rgba(255, 255, 255, 0.12);
            box-shadow: none;
            border-color: #ffc107;
            color: white;
        }

        .sjv-admission-section .apply-btn {
            background-color: #ffc107;
            color: #000;
            font-weight: 800;
            border: none;
            width: 100%;
            padding: 16px;
            border-radius: 6px;
            margin-top: 10px;
            text-transform: uppercase;
            transition: 0.3s;
        }

        .sjv-admission-section .apply-btn:hover {
            background-color: #e0a800;
            transform: translateY(-2px);
        }

        .sjv-admission-section .sjv-section-header-wrapper
        {

        }

        .sjv-admission-section .sjv-section-header-wrapper .header-content
        {
            width: 50%;
        }

        @media (max-width: 991px) {
            .sjv-admission-section .main-title { font-size: 2.2rem; }
            .sjv-admission-section .form-box { margin-top: 0; border-radius: 10px; margin-bottom: 50px; }
            .sjv-admission-section .full-width-image-container { height: 400px; margin-bottom: 30px; border-radius: 20px; }
            .sjv-admission-section { padding: 50px 15px; }
        }
/*
    ==========================================================
*/
.jsv-cta-section {
            overflow: hidden;
            margin-top: 0px;
        }

        .jsv-cta-section .cta-background {
            min-height: 480px;
            background: linear-gradient(to right, rgba(15, 40, 80, 1),rgba(15, 40, 80, 1),rgba(15, 40, 80, 0.8), rgba(15, 40, 80, 0.4)), 
                        url('../img/cta-bg.webp');
            background-size: contain;
            background-repeat: no-repeat;
            background-position: right center;
            padding: 80px 0;
            padding-left: 50px;
        }

        .jsv-cta-section .small-text {
            letter-spacing: 1px;
            font-size: 0.9rem;
            text-transform: uppercase;
        }

        .jsv-cta-section h2 {
            color: #003A65;
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
            margin: 0;
            letter-spacing: -0.5px;
                    }

        .jsv-cta-section .lead-text {
            max-width: 580px;
            font-size: 1rem;
            line-height: 1.6;
            color: #fff;
        }

        .jsv-cta-section .btn-cta {
            background-color: #FFC107;
            color: #000;
            font-weight: 700;
            padding: 15px 35px;
            border-radius: 50px;
            border: none;
            transition: all 0.3s ease;
            font-size: 0.85rem;
            letter-spacing: 1px;
        }

        .jsv-cta-section .btn-cta:hover {
            background-color: #e5ac00;
            transform: translateY(-3px);
            box-shadow: 0 12px 24px rgba(0,0,0,0.3);
            color: #000;
        }

        @media (max-width: 768px) {
            .jsv-cta-section .cta-background {
                text-align: center;
                justify-content: center;
                min-height: 450px;
                padding: 60px 20px;
            }
            .jsv-cta-section .content-wrapper {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            .jsv-cta-section .lead-text {
                margin-left: auto;
                margin-right: auto;
            }
        }
/*
    ==========================================================
*/
/* Scoped Styles under .site-footer */
.site-footer {
    background-color: #003D66;
    color: #ffffff;
    padding: 80px 0 20px;
}
.site-footer  .container
{
    max-width: 90%;
}

/* Headings set to Pure White */
.site-footer .footer-heading {
    color: #ffffff !important;
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Limited Gold Color Usage */
.site-footer .highlight-text {
    color: #E1A900;
}

/* Links Styling */
.site-footer .footer-links li {
    margin-bottom: 12px;
}

.site-footer .footer-links a {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: .8;
    transition: 0.3s ease;
}

.site-footer .footer-links a:hover {
    color: #ffffff;
    padding-left: 8px;
}

/* Modern Highlights Cards */
.site-footer .highlight-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    transition: transform 0.3s ease, background 0.3s ease;
}

.site-footer .highlight-card:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}

.site-footer .highlight-card .count {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.site-footer .highlight-card .label {
    display: block;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.6);
}

/* Social Icons Modern Style */
.site-footer .social-links a {
    color: #FFC107;
    font-size: 1.1rem;
    margin-left: 15px;
    opacity: 1;
    transition: 0.3s;
}

.site-footer .social-links a:hover {
    opacity: 1;
    color: #E1A900;
}

/* Horizontal line opacity */
.site-footer .border-opacity-10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.site-footer .footer_para
{
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: .8;
}
.footer-bottom .copyrighttext
{
    color: #fff;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
    opacity: .8;
}
.site-footer .fadddetail
{
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    opacity: .8;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links i {
  margin-right: 0px;
  font-size: 12px;
  transition: 0.3s;
}
.footer-links a i
{
  color: #ffc107;
  opacity: 1;
  margin-right: 5px;
}

.footer-links a:hover i {
  transform: translateX(4px);
}

.site-footer .footerLogo
{
    margin-bottom: 15px;
}
.site-footer .footerLogo img
{
    width: 230px;
}
  /*
    =======================================
  */

  section.banner_area_gradient
  {

  }

  .banner_area_gradient {
    position: relative;
    width: 100%;
    min-height: 25vh; /* Responsive height */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;

    /* Base Dark Navy Background */
    background-color: #002B4E;
    
    /* Depth Gradient Layer */
    background-image: radial-gradient(circle at 50% 50%, rgba(0, 43, 78, 0) 0%, rgba(0, 26, 48, 1) 100%);
}

/* The Tech Network Texture */
.banner_area_gradient::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Gold-colored SVG Pattern (Low Opacity) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 400 400'%3E%3Cg fill='none' stroke='%23EEBC00' stroke-width='0.5' stroke-opacity='0.3'%3E%3Ccircle fill='%23EEBC00' fill-opacity='0.5' cx='50' cy='50' r='2'/%3E%3Ccircle fill='%23EEBC00' fill-opacity='0.5' cx='350' cy='150' r='2'/%3E%3Ccircle fill='%23EEBC00' fill-opacity='0.5' cx='200' cy='300' r='2'/%3E%3Ccircle fill='%23EEBC00' fill-opacity='0.5' cx='100' cy='250' r='2'/%3E%3Cpath d='M50 50 L350 150 L200 300 L100 250 Z'/%3E%3Cpath d='M50 50 L100 250 M350 150 L100 250'/%3E%3Ccircle fill='%23EEBC00' fill-opacity='0.2' cx='250' cy='50' r='1.5'/%3E%3Cpath d='M250 50 L350 150 M250 50 L50 50'/%3E%3C/g%3E%3C/svg%3E");
    
    background-size: 400px 400px; /* Adjust texture size */
    opacity: 0.6;
    pointer-events: none;
}

/* Glowing Aura for that Image look */
.banner_area_gradient::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
    width: 40%;
    height: 40%;
    background: radial-gradient(circle, rgba(238, 188, 0, 0.1) 0%, transparent 70%);
    filter: blur(50px);
    pointer-events: none;
}

/* Content Container */
.banner_content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: #FFFFFF;
    padding: 20px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .banner_area_gradient {
        min-height: 60vh;
    }
    .banner_area_gradient::before {
        background-size: 250px 250px; /* Smaller pattern for mobile */
    }
}
  section.banner_area_gradient .customContainer
  {
    padding: 45px 0;
  }
  section.banner_area_gradient .breadCrumb
  {
    text-align: center;
  }
  section.banner_area_gradient .breadCrumb h5
  {
    font-weight: 700;
    color: var(--white);
    font-size: 1.55rem;
    margin-bottom: 10px;
  }
  section.banner_area_gradient .breadCrumb .customBreadCrumbs
  {
    display:flex;
    justify-content: center;
    grid-column-gap: 12px;
  }
  section.banner_area_gradient .breadCrumb .customBreadCrumbs a
  {
    color: var(--white);
    font-size: 0.975rem;
    font-weight: 400;
  }
  section.banner_area_gradient .breadCrumb .customBreadCrumbs a:not(:last-child):after
  {
    padding-left: 10px;
    content: '|';
  }

/*
    ==========================================================
*/


.contact-cards-section {
    background-color: #fcf9f4; 
    padding: 60px 0;
}

/* Card Styling */
.contact-card {
    background: #ffffff;
    border-radius: 12px;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.icon-wrapper img {
    width: 70px; 
    height: auto;
}

.contact-card::before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    background-image: repeating-linear-gradient(45deg, #eee 0, #eee 2px, transparent 0, transparent 50%);
    background-size: 8px 8px;
    opacity: 0.5;
}

/* Hover Effect */
.contact-card:hover {
    transform: scale(1.05); 
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); 
    cursor: pointer;
}

.contact-card h4 {
    color: #002B4E; 
    font-size: 1.25rem;
}

.contact-card p {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.6;
}
.contact-card p.font-bigger {
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.6;
    font-weight: 600;
    color: #003D66 !important;
}

@media screen and (min-width: 993px)
{
    .customColoms .col-12
    {
        width: 28%;
    }
}



/*
    ==========================================================
*/

.contact-form-bg {
    background-color: #002B4E;
    border-top: 5px solid #EEBC00;
}

.custom-input {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    padding: 12px 15px;
}

.custom-input:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #EEBC00;
    box-shadow: none;
    color: #fff;
}

.custom-input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.btn-submit {
    background-color: #EEBC00;
    color: #002B4E;
    border: none;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-submit:hover {
    background-color: #d4a800;
    transform: translateY(-2px);
    color: #002B4E;
}

.map-container iframe {
    display: block;
}

@media (max-width: 991px) {
    .map-container iframe {
        height: 400px !important;
    }
}

/*
    ==========================================================
*/
.table-container.customtables {
    width: 100%;
    max-width: 90%;
    margin: 40px auto 20px;
}


.contact-table {
    width: 100%;
    border-collapse: collapse;
}

.contact-table thead tr {
    background-color: #003d66;
    color: #ffffff;
    text-align: left;
}

.contact-table th, 
.contact-table td {
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    font-size: 16px;
}

.contact-table tr
{
    background-color: #fff;
}
.contact-table tr:nth-child(even)
{
    background-color: #003d6629;
}
.contact-table tr td .link {
    display: inline-block;
    background-color: #EEBC00;
    color: #000;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 400;
    font-family: sans-serif;
    transition: all 0.3s ease;
    border: 2px solid #EEBC00;
    text-align: center;
    min-width: 180px;
    font-family: "Outfit", sans-serif;
}

.contact-table tr td .link:hover {
    background-color: #003D66;
    color: #ffffff;
    border-color: #003D66;
    transform: translateY(-2px);
}
.contact-table tr td
{
    color: #333;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    
    .customtables table thead {
        display: none;
    }

    .customtables table, 
    .customtables table tbody, 
    .customtables table tr, 
    .customtables table td {
        display: block;
        width: 100%;
    }

    .customtables table tr {
        margin-bottom: 15px;
        border: 1px solid #e0e0e0;
    }

    .customtables table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .customtables table td::before {
        content: attr(data-title);
        position: absolute;
        left: 15px;
        width: 45%;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        color: #003d66;
    }

    .customtables table td:last-child {
        border-bottom: 0;
    }
}

/*
    ==========================================================
*/

.dropdown-container {
    display: flex;
    gap: 20px; /* Dono dropdowns ke beech ki spacing */
    background: transparent;
    padding: 0;
    margin: 0;
}

@media screen and (min-width: 993px)
{
    .dropdown-container
    {
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}

.custom-select {
    flex: 1;
    padding: 15px 20px;
    font-size: 16px;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    cursor: pointer;
    outline: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.custom-select:focus {
    border-color: #aaa;
    box-shadow: 0 0 5px rgba(0,0,0,0.05);
}

@media (max-width: 600px) {
    .dropdown-container {
        flex-direction: column;
        gap: 10px;
    }
}

.tableHeading h5
{
    color: #003D66;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-transform: uppercase;
}

/*
    ==========================================================
*/
.admission-wrapper .section-header {
    background-color: #003D66;
    color: #ffffff;
    padding: 15px 25px;
    border-left: 8px solid #EEBD00;
    margin-bottom: 25px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-size: 26px;
    position: relative;
    z-index: 2;
}

.admission-wrapper .custom-card {
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    height: 100%;

    position: relative;
    z-index: 2;
}

.admission-wrapper .list-group-item {
    border: none;
    padding: 15px 20px;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #eeeeee;
    background: transparent;
}

.admission-wrapper .list-group-item:last-child {
    border-bottom: none;
}

.admission-wrapper .step-num {
    background-color: #EEBD00;
    color: #003D66;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 15px;
    font-size: 14px;
    flex-shrink: 0;
}

.admission-wrapper .rule-text {
    color: #444444;
    line-height: 1.6;
    font-size: 15px;
}

.admission-wrapper .highlight-box {
    background-color: rgba(238, 189, 0, 0.1);
    border-right: 4px solid #EEBD00;
    padding: 20px;
    margin-top: 20px;
    border-radius: 0 8px 8px 0;
}

@media (max-width: 991.98px) {
    .admission-wrapper .section-header {
        font-size: 1.25rem;
        padding: 12px 20px;
    }
}

@media (max-width: 767.98px) {
    .admission-wrapper .container {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .admission-wrapper .list-group-item {
        padding: 12px 10px;
    }
    
    .admission-wrapper .rule-text {
        font-size: 14px;
    }

    .admission-wrapper .step-num {
        min-width: 28px;
        height: 28px;
        font-size: 12px;
        margin-right: 10px;
    }
}

@media (max-width: 575.98px) {
    .admission-wrapper .section-header {
        font-size: 1.1rem;
        border-left-width: 5px;
    }
}
/*
    ==========================================================
*/
.modern-ui .pagination-container {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 20px;
    gap: 12px;
    margin-top: 30px;
}

.modern-ui .page-num, 
.modern-ui .nav-btn {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 12px;
    background-color: #fff;
}

.modern-ui .page-num a, 
.modern-ui .nav-btn a {
    text-decoration: none;
    color: #003D66;
    font-weight: 700;
    font-size: 1rem;
    z-index: 2;
}


.modern-ui .page-num::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f0f4f8;
    border-radius: 12px;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
}

.modern-ui .page-num:hover::before {
    transform: scale(1);
    opacity: 1;
    background: rgba(0, 61, 102, 0.05);
}

.modern-ui .page-num:hover::before,
.modern-ui .page-num.active::before {
    transform: scale(1);
    opacity: 1;
    background: #003D66;
    box-shadow: 0 10px 20px rgba(0, 61, 102, 0.2);
}

.modern-ui .page-num:hover a,
.modern-ui .page-num.active a {
    color: #ECBA00;
}

.modern-ui .nav-btn {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 50%;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.modern-ui .nav-btn:hover {
    background: #ECBA00;
    border-color: #ECBA00;
    transform: rotate(15deg);
}

.modern-ui .nav-btn:hover a {
    color: #003D66;
}

/*.modern-ui .nav-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    filter: grayscale(1);
}*/

/*
    ==========================================================
*/

body.subgallery .campus-life-section .custom-card
{
    height: 350px;
    border-radius: 20px;
}


.gallery-meta-wrapper {
    display: flex;
    align-items: center;
    padding: 15px 0;
    gap: 20px;
    border-top: 1px solid #eeeeee;
    margin-top: 10px;
}

.gallery-meta-wrapper .meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #979797;
    font-size: 14px;
    font-weight: 500;
}

.gallery-meta-wrapper .meta-item i {
    color: #003D66;
    font-size: 16px;
}

.gallery-meta-wrapper .meta-divider {
    width: 1px;
    height: 15px;
    background-color: #dddddd;
}

.gallery-meta-wrapper .category-badge {
    background-color: rgba(236, 186, 0, 0.1);
    color: #003D66;
    padding: 4px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: 1px solid #ECBA00;
}

.gallery-meta-wrapper .meta-item:hover i {
    color: #ECBA00;
    transition: color 0.3s ease;
}
/*
    ==========================================================
*/

body.VideoPage .campus-life-section .custom-card
{
    position: relative;
}
body.VideoPage .campus-life-section .custom-card
{
   height: 350px;
}
body.VideoPage .campus-life-section .custom-card
{
    position: relative;
}
body.VideoPage .campus-life-section .custom-card .youtube
{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 80px;
    background-size: contain;
    background-position: center;
}

/*
    ==========================================================
*/

body.toppers
{

}
body.toppers .sjv-profs-section .flex-card-container
{
    
}

@media screen and (min-width: 993px)
{
    body.toppers .sjv-profs-section .flex-card-container
    {
          display: flex;
          flex-wrap: wrap;
          grid-row-gap: 15px;
    } 
     body.toppers .sjv-profs-section  .flex-card-container .prof-card 
    {
        width: 18%;
        flex: 0 0 auto;
        min-width: inherit !important;
        padding: 35px 20px 20px;
    }
     body.toppers .sjv-profs-section #house .flex-card-container .prof-card 
     {
        width: 23% !important;
     }
}
body.toppers footer
{
    margin-top: 0;
}

.red-house
{
    color: red !important;
}
.purple-house
{
    color: purple !important;
}
.Blue-house
{
    color: blue !important;
}
.green-house
{
    color: green !important;
}
.yellow-house
{
    color: yellow !important;
}
/*
    ==========================================================
*/

.custom-accordion-section .accordion-button::after {
    background-image: none !important;
    content: '+';
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    color: #FACC17;
}

.custom-accordion-section .accordion-button:not(.collapsed)::after {
    content: '−';
    transform: rotate(180deg);
}

.custom-accordion-section .accordion-item {
    border: none;
    margin-bottom: 10px;
}

.custom-accordion-section .accordion-button {
    background-color: #004070;
    color: white !important;
    border-radius: 5px !important;
    padding: 19px 25px;
    font-size: 22px;
    font-weight: 600;
}

.custom-accordion-section .accordion-button:not(.collapsed) {
    background-color: #00335a;
    box-shadow: none;
}

.custom-accordion-section .accordion-body {
    padding: 20px;
}
.accordion
{
    position: relative;
    z-index: 2;
}

/*
    ==========================================================
*/

#instr-sec .custom-tabs .nav-link {
  border: 2px solid #003D66;
  margin: 5px;
  padding: 10px 25px;
  border-radius: 30px;
  color: #003D66;
  font-weight: 600;
  transition: 0.3s;
}

#instr-sec .custom-tabs .nav-link.active,
#instr-sec .custom-tabs .nav-link:hover {
  background: #8F5E3F;
  color: #fff;
  border-color: #8F5E3F;
}

#instr-sec .student-card {
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

#instr-sec .student-card:hover {
  transform: translateY(-5px);
}

#instr-sec .student-card img {
  border-radius: 10px;
  margin-bottom: 10px;
  width: 100%;
  height: 250px;
  object-position: top;
  object-fit: cover;
}

#instr-sec .student-card h5 {
  font-size: 20px;
  font-weight: 600;
  color: #003D66;
  margin-bottom: 5px;
  line-height: 1.3;
  margin-top: 5px;
}

#instr-sec .student-card p {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}

#instr-sec .houseAREa .student-card p span {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

#instr-sec .custom-tabs .nav-link {
  background: transparent;
  border: 2px solid #003D66;
  color: #003D66;
  padding: 15px 28px;
  margin: 5px;
  font-weight: 700;
  border-radius: 2px;
  font-size: 17px;
  position: relative;
  transition: all 0.3s ease;
}

#instr-sec .custom-tabs .nav-link.active {
  background: #EFBC00;
  border-color: #EFBC00;
  color: #003D66;
}

#instr-sec .custom-tabs .nav-link:hover {
  background: #EFBC00;
  border-color: #EFBC00;
  color: #003D66;
}

#instr-sec .custom-tabs .nav-link .arrow {
  margin-left: 8px;
  transition: 0.3s;
}

#instr-sec .custom-tabs .nav-link:hover .arrow {
  transform: translateX(5px);
}

#instr-sec .custom-tabs {
  gap: 10px;
}

/*
    ==========================================================
*/


#academic-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

#academic-section .header-content {
  text-align: center;
  margin-bottom: 50px;
}

#academic-section .school-title {
  font-weight: 700;
  color: #003D66;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

#academic-section .school-title::after {
  content: '';
  position: absolute;
  width: 50%;
  height: 3px;
  background: #E9B013;
  bottom: 0;
  left: 25%;
}

#academic-section .school-subtitle {
  color: #E9B013;
  font-weight: 600;
  font-size: 1.25rem;
  margin-top: 10px;
}

#academic-section .card {
  border: none;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  border-radius: 12px;
  transition: 0.3s;
}

#academic-section .card:hover {
  transform: translateY(-5px);
}

#academic-section .section-heading {
  color: #003D66;
  border-left: 5px solid #E9B013;
  padding-left: 15px;
  margin-bottom: 25px;
}

#academic-section .text-content {
  color: #666;
  line-height: 1.7;
}

#academic-section .highlight-box {
  background-color: rgba(0, 61, 102, 0.04);
  border: 1px dashed #003D66;
  padding: 20px;
  border-radius: 8px;
  margin-top: 25px;
}

#academic-section .highlight-box p {
  margin-bottom: 5px;
  color: #333;
}

#academic-section .term-card {
  background-color: #003D66;
  color: #fff;
}

#academic-section .term-heading {
  color: #E9B013;
  margin-bottom: 25px;
  font-weight: 600;
}

#academic-section .term-label {
  text-transform: uppercase;
  font-size: 0.85rem;
  font-weight: 700;
  color: #E9B013;
  margin-bottom: 2px;
}

#academic-section .divider {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 20px 0;
}

#academic-section .vacation-list {
  list-style: none;
  padding: 0;
}

#academic-section .vacation-list li {
  margin-bottom: 10px;
}

#academic-section .table-card .card-header {
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #eee;
}

#academic-section .table-title {
  color: #003D66;
  margin-bottom: 0;
}

#academic-section .custom-table thead th {
  background-color: #E9B013;
  color: #003D66;
  border: none;
  padding: 15px 25px;
  text-transform: uppercase;
  font-size: 0.9rem;
}

#academic-section .custom-table tbody td {
  padding: 18px 25px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
}

#academic-section .class-col {
  font-weight: 700;
  color: #003D66;
  width: 20%;
}

#academic-section .subject-col {
  color: #666;
}

/*
    ==========================================================
*/

body.facilitiesss .section-header .header-content
{

}

body.facilitiesss .section-header .header-content p
{

}

@media screen and (min-width: 993px)
{
    body.facilitiesss .section-header .header-content p
    {
        max-width: 75%;
        margin-left: auto;
        margin-right: auto;
    }
}

/*
    ==========================================================
*/


@media screen and (min-width:993px)
{
    .school-info-section .tab-pane ul
    {
        display:grid;
        grid-template-columns:repeat(1,1fr);
        grid-row-gap:10px;
        padding-left:0;
    }
}
.school-info-section .tab-pane ul li
{
      position: relative;
      padding-left: 23px;
      font-size: 16px;
      font-weight: 500;
}
.school-info-section .tab-pane ul li:before
{
    position:absolute;
    left:0;
    top:3px;
    content: "\f285";
   display: inline-block;
      font-family: bootstrap-icons !important;
      font-style: normal;
      font-weight: 400 !important;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      vertical-align: -.125em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFC325;

}



/*
    ==========================================================
*/

.gallery-wrapper-main {
    padding: 0 20px;
    overflow: hidden; 
}

.gallery-wrapper-main .gallery-grid {
    margin: -3.5px;
}

.gallery-wrapper-main .gallery-item {
    position: relative;
    overflow: hidden;
    margin: 3.5px;
    height: 300px;
}

.gallery-wrapper-main .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.5s ease-in-out;
    display: block;
}

.gallery-wrapper-main .gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 34, 77, 0.8);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: 5;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-wrapper-main .gallery-overlay i {
    color: white;
    font-size: 32px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    transform: scale(0.5);
}

.gallery-wrapper-main .gallery-item:hover img {
    transform: scale(1.05);
}

.gallery-wrapper-main .gallery-item:hover .gallery-overlay {
    opacity: 1;
}

.gallery-wrapper-main .gallery-item:hover .gallery-overlay i {
    opacity: 1;
    transform: scale(1);
}

/*
    ==========================================================
*/

.discipline-details-section .lead-text {
    font-size: 1.15rem;
    color: #003D66;
    font-weight: 600;
    margin-bottom: 15px;
}

.discipline-details-section p {
    line-height: 1.7;
    color: #444;
}

.discipline-details-section .section-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
    color: #252525;
}

.discipline-details-section .expectations-grid ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.discipline-details-section .expectations-grid ul li {
    background: #f8f9fa;
    padding: 25px 25px;
    border-left: 4px solid #EEBD00;
    border-radius: 4px;
    font-weight: 500;
}

.discipline-details-section .conduct-box {
    background: #003D66;
    border-radius: 15px;
    padding: 30px;
    color: #fff;
}

.discipline-details-section .conduct-content {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.discipline-details-section .conduct-content ul li {
    margin-bottom: 10px;
}

.discipline-details-section .warning-text {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px dashed rgba(255, 255, 255, 0.3);
    color: #EEBD00;
    font-weight: 600;
}

.discipline-details-section .approach-card, 
.discipline-details-section .parent-role-card {
    background: #fff;
    border: 1px solid #eee;
    padding: 25px;
    border-radius: 12px;
    height: 100%;
}

.discipline-details-section .simple-list {
    padding-left: 20px;
}

.discipline-details-section .simple-list li {
    margin-bottom: 12px;
    color: #555;
}

.conduct-box ul {
    list-style: none;
    padding-left: 0;
}

.conduct-box ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.conduct-box ul li::before {
    content: "\F285"; 
    font-family: "bootstrap-icons";
    color: #EEBC00;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}



.approach-card ul,
.parent-role-card ul {
    list-style: none;
    padding-left: 0;
}

.approach-card ul li,
.parent-role-card ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.5rem;
}

.approach-card ul li::before,
.parent-role-card ul li::before {
    content: "\F285"; 
    font-family: "bootstrap-icons";
    color: #EEBC00;
    font-weight: bold;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

/*
    ==========================================================
*/
.school-info-section {
    padding: 2rem 0;
}

.school-info-section .nav-tabs {
    border-bottom: none;
    gap: 10px;
    display: flex;justify-content: center;
}

.school-info-section .nav-tabs .nav-link {
    color: #003D66;
    background-color: #ffffff;
    border: 1px solid #003D66;
    padding: 12px 24px;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 4px;
    transition: all 0.3s ease;
    display: flex;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    max-width: 230px;
}

.school-info-section .nav-tabs .nav-link:hover {
     background-color: #003d66;
    border-color: #003d66;
    color: #EEBC00;
}

.school-info-section .nav-tabs .nav-link.active {
    background-color: #003d66;
    border-color: #003d66;
    color: #EEBC00;
}
.school-info-section .nav-fill .nav-item, .nav-fill>.nav-link
{
    flex: 0 0 auto;
}

.school-info-section .tab-content {
    margin-top: 20px;
    padding: 30px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
}

@media (max-width: 768px) {
    .school-info-section .nav-tabs {
        flex-direction: column;
    }
    .school-info-section .nav-link {
        width: 100%;
        margin-bottom: 5px;
    }
}





.school-info-section {
    padding: 20px 0;
}

.school-info-section .fees-heading {
    color: #003D66;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid #f1f1f1;
    padding-bottom: 10px;
}

.school-info-section .fees-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.school-info-section .fees-list li {
    position: relative;
    padding-left: 1.8rem;
    margin-bottom: 0.8rem;
    color: #333;
    line-height: 1.5;
    font-size: 1rem;
}

.school-info-section .fees-list li::before {
    content: "\F285"; 
    font-family: "bootstrap-icons";
    color: #EEBC00;
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

.school-info-section .fees-note {
    margin-top: 1.5rem;
    padding-top: 1rem;
    border-top: 1px dashed #dee2e6;
    color: #555;
    font-size: 0.95rem;
}

@media (max-width: 768px) {
    .school-info-section .fees-list li {
        font-size: 0.9rem;
    }
}


.school-info-section .timing-subheading {
    color: #003D66;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.school-info-section .timing-table {
    border: 1px solid #dee2e6;
    font-size: 0.95rem;
}

.school-info-section .timing-table thead th {
    background-color: #f8f9fa;
    color: #003D66;
    border-bottom: 2px solid #003D66;
}

.school-info-section .timing-table tbody tr td
{
    padding: .8rem .8rem;
}

.school-info-section .timing-list {
    list-style: none;
    padding-left: 0;
}

.school-info-section .timing-list li {
    padding: 9px 0;
    border-bottom: 1px solid #eee;
    font-size: 0.95rem;
    color: #444;
}

.school-info-section .meeting-info {
    background-color: #f0f7ff;
    padding: 15px;
    border-radius: 6px;
    border-left: 5px solid #003D66;
}

/* Reusing your Chevron list style for meeting info */
.school-info-section .meeting-info .fees-list li {
    font-size: 0.9rem;
    font-style: italic;
}

body.schoolInfo .sjv-section-header-wrapper .header-content
{
    margin-bottom: 0;
}
/*
    ==========================================================
*/

.school-info-section .uniform-section-title {
    color: #003D66;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.school-info-section .uniform-table {
    border: 1px solid #dee2e6;
    font-size: 0.95rem;
    background-color: #fff;
}

.school-info-section .uniform-table thead th {
    background-color: #f8f9fa;
    color: #003D66;
    text-align: center;
    border-bottom: 2px solid #003D66;
}

.school-info-section .uniform-table tbody td {
    text-align: center;
    vertical-align: middle;
    color: #444;
        padding: .8rem .8rem;
}

.school-info-section .uniform-table tbody tr:nth-child(odd) {
    background-color: rgba(238, 188, 0, 0.05);
}

.school-info-section .uniform-table tbody td:first-child {
    text-align: left;
    color: #003D66;
    font-weight: 500;
}

.school-info-section .uniform-table .uniform-note-cell {
    background-color: #f1f1f1;
    color: #333;
    font-size: 0.9rem;
    line-height: 1.5;
    text-align: left;
    padding: 15px;
}

@media (max-width: 768px) {
    .school-info-section .uniform-table {
        font-size: 0.85rem;
    }
    .school-info-section .uniform-table th, 
    .school-info-section .uniform-table td {
        padding: 8px 5px;
    }
}

/*
    ==========================================================
*/

/*
    ==================================================
*/

.manager-welcome-section {
    background-color: #f0f2f5;
}

.manager-welcome-section .z-index-1 { z-index: 1; }
.manager-welcome-section .z-index-2 { z-index: 2; }

.manager-welcome-section .bg-shape-top {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #5682a96b 0%, #5682a96b 100%);
    border-radius: 50%;
    top: -100px;
    left: -100px;
    opacity: 0.9;
}

.manager-welcome-section .bg-shape-bottom {
    width: 300px;
    height: 300px;
    background:linear-gradient(135deg, #f0bf0175 0%, #f0bf0175 100%);
    border-radius: 50%;
    bottom: -80px;
    right: -80px;
    opacity: 0.8;
}

.manager-welcome-section .img-container {
    border-radius: 30px;
    overflow: hidden;
    border: 10px solid #ffffff;
}

.manager-welcome-section .content-card {
    border-radius: 30px;
    background: #ffffff;
}

.manager-welcome-section .sub-title { color: #EFBD00; letter-spacing: 1px; }
.manager-welcome-section .main-title { color: #001e37; font-size: 30px;}
.manager-welcome-section .name-text { color: #081933; }
.manager-welcome-section .designation-text { color: #EFBD00; font-weight: 600; }
.manager-welcome-section .message-text p{ font-size: 16px; text-align: justify;  }
@media (min-width: 992px) {
    .manager-welcome-section .content-card {
        margin-left: -80px;
        padding-left: 120px !important;
    }
}

@media (max-width: 991px) {
    .manager-welcome-section .content-card {
        margin-top: -40px;
        border-radius: 20px;
    }
    .manager-welcome-section .img-container {
        border-radius: 20px;
    }
}

/*
    ==========================================================
*/
.aboutSchool .main-header-bar {
        background-color: #7A0C16;
        color: #ffffff;
        letter-spacing: 0.05rem;
        text-transform: uppercase;
        border-radius: 4px;
      }

      .aboutSchool .info-card {
        border-radius: 8px;
        overflow: hidden;
        border: none;
        box-shadow: 0 2px 15px rgba(0,0,0,0.04);
        background-color: #ffffff;
        transition: box-shadow 0.3s ease;
        position: relative;
        z-index: 2;
      }
      
      .aboutSchool .info-card:hover {
        box-shadow: 0 5px 25px rgba(0,0,0,0.06);
      }

      .aboutSchool p
      {
        color: #333 !important;
      }
      @media screen and (min-width:993px)
    {
        .aboutSchool ul
        {
            display:grid;
            grid-template-columns:repeat(1,1fr);
            grid-row-gap:10px;
        }
        .aboutSchool ul li
        {
            text-align:justify;
        }
    }  
      .aboutSchool ul
      {
          padding-left:0;
      }
      .aboutSchool ul li
        {
              position: relative;
              padding-left: 23px;
              font-size: 16px;
              font-weight: 500;
        }
      .aboutSchool ul li:before
        {
            position:absolute;
            left:0;
            top:3px;
            content: "\f285";
           display: inline-block;
              font-family: bootstrap-icons !important;
              font-style: normal;
              font-weight: 400 !important;
              font-variant: normal;
              text-transform: none;
              line-height: 1;
              vertical-align: -.125em;
              -webkit-font-smoothing: antialiased;
              -moz-osx-font-smoothing: grayscale;
              color: #FFC325;
        
        }
      
      .aboutSchool .custom-list-item {
        position: relative;
        padding-left: 2rem;
        transition: color 0.2s ease;
        color: #333;
      }
      
      .aboutSchool .custom-list-item:hover {
        color: #000;
      }

      .aboutSchool .custom-list-item::before {
        content: "\f285";
        font-family: "bootstrap-icons";
        font-weight: bold;
        color: #EEBC00;
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 1.1rem;
        display: inline-block;
        transition: transform 0.2s ease;
      }

      .aboutSchool .custom-list-item:hover::before {
        transform: translateX(3px);
      }

      @media (max-width: 576px) {
        .aboutSchool .main-header-bar h1 {
          font-size: 1.25rem !important;
        }
        .aboutSchool .custom-list-item {
          font-size: 0.9rem;
          padding-left: 1.75rem;
        }
      }

    .myheadigns
    {
        color: #06263D;
    }
/*
    ==========================================================
*/


/*
    ==========================================================
*/
/*
    ====================================
*/
    .nb-section { 
        padding: 40px 0; 
        background-color: #f8f9fa; 
    }
    
    .nb-section .nb-main-title { 
        color: #8A1B18; 
        font-weight: 800; 
        border-bottom: 3px solid #D3B962; 
        display: inline-block; 
        margin-bottom: 40px; 
    }

    .nb-section .nb-card {
        background: #fff;
        border: none;
        border-radius: 4px;
        padding: 25px;
        position: relative;
        transition: all 0.4s ease;
        box-shadow: 0 4px 12px rgba(0,0,0,0.08);
        height: 100%;
    }

    /* Top Border: Default 20%, Hover 100% */
    .nb-section .nb-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 4px;
        transition: width 0.4s ease;
        z-index: 2;
    }

    /* Left Border: Default 25%, Hover 100% */
    .nb-section .nb-card::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 4px;
        height: 20%;
        transition: height 0.4s ease;
        z-index: 2;
    }

    /* Hover States */
    .nb-section .nb-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 12px 20px rgba(0,0,0,0.15);
    }

    .nb-section .nb-card:hover::before {
        width: 100%;
    }

    .nb-section .nb-card:hover::after {
        height: 100%;
    }

    /* Color Logic (4-color repeat pattern for 50+ cards) */
    /* Color 1: #FFC000 (1, 5, 9...) */
    .nb-section .col-lg-4:nth-child(4n+1) .nb-card::before,
    .nb-section .col-lg-4:nth-child(4n+1) .nb-card::after { background-color: #FFC000; }
    .nb-section .col-lg-4:nth-child(4n+1) .nb-date-day { color: #FFC000; }

    /* Color 2: #348FD9 (2, 6, 10...) */
    .nb-section .col-lg-4:nth-child(4n+2) .nb-card::before,
    .nb-section .col-lg-4:nth-child(4n+2) .nb-card::after { background-color: #348FD9; }
    .nb-section .col-lg-4:nth-child(4n+2) .nb-date-day { color: #348FD9; }

    /* Color 3: #06C15F (3, 7, 11...) */
    .nb-section .col-lg-4:nth-child(4n+3) .nb-card::before,
    .nb-section .col-lg-4:nth-child(4n+3) .nb-card::after { background-color: #06C15F; }
    .nb-section .col-lg-4:nth-child(4n+3) .nb-date-day { color: #06C15F; }

    /* Color 4: #AD221F (4, 8, 12...) */
    .nb-section .col-lg-4:nth-child(4n+4) .nb-card::before,
    .nb-section .col-lg-4:nth-child(4n+4) .nb-card::after { background-color: #AD221F; }
    .nb-section .col-lg-4:nth-child(4n+4) .nb-date-day { color: #AD221F; }

    /* Content Layout */
    .nb-section .nb-icon-box { width: 40px; height: 40px; margin-bottom: 15px; }
    .nb-section .nb-icon-box img { width: 100%; }

    .nb-section .nb-date-box { position: absolute; top: 20px; right: 25px; text-align: right; }
    .nb-section .nb-date-day { display: block; font-size: 1.8rem; font-weight: 600; line-height: 1; }
    .nb-section .nb-date-month { font-size: 0.8rem; color: #777; font-weight: 700; text-transform: uppercase; }

    .nb-section .nb-title { font-size: 1.2rem; font-weight: 700; color: #222; margin: 15px 0; min-height: 3.2em; }
    .nb-section .nb-desc { font-size: 1rem; color: #555; line-height: 1.4; margin-bottom: 20px;
        display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
     }

    .nb-section .btn-download {
        border: 2px solid #003D66;
        color: #003D66;
        font-weight: 700;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        border-radius: 4px;
        transition: 0.3s;
    }

    .nb-section .btn-download:hover {
        background: #003D66;
        color: #fff;
    }

    .nb-section .dl-icon { width: 18px; margin-right: 8px; }

     .nb-section .headings1  h3{
            color: #003A65;
            font-size: 40px;
            font-weight: 700;
            line-height: 1.2;
            margin: 0;
            letter-spacing: -0.5px;
    }

/*
    ==========================================================
*/

/*
    ==========================================================
*/

/*
    ==========================================================
*/


/*
    ==========================================================
*/