@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;

*/
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 h5
{
    font-size: 17px;
    font-weight: 800;
    color: #FF9000;
    font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
}
.headings h3
{
    font-size: 35px;
    color: #092D5A;
    font-weight: 700;
    text-transform: capitalize;
}
.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;
}


/*
    ==========================================================
*/



/*
    ==========================================================
*/

.noticeboradhome {

}
section.noticeboradhome .wrapper-container {
    padding: 80px 0;
    background-color: rgb(33 160 181 / 38%);
}
body.innerPages section.noticeboradhome
{
    
    background-image: url(../img/pagebg4.webp);
}
body.innerPages section.noticeboradhome .wrapper-container
{
    background-color: rgb(242 242 242 / 10%);
}
body.innerPages section.noticeboradhome .wrapper-container .container
{
    max-width: 89%;
}

section.noticeboradhome .headings p,
section.noticeboradhome .headings h3
{
    color: #fff;
}
body.noticeBoards section.noticeboradhome .headings h3
{
    color: #092D5A;
}
body.newss .notice-board-section .container
{
  max-width: 100%;
}
.karmel-rules-section .main-title.notice-heading {
    color: #022752;
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 20px !important;
    border-left: 5px solid #1971E5;
    padding-left: 15px;
    text-align:left;
}
.notice-board-section .announcement-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.notice-board-section .announcement-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.notice-board-section .announcement-date {
    font-size: 0.85rem;
    color: #64748b;
    margin-bottom: 10px;
    font-weight: 500;
}
.notice-board-section .announcement-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #022752;
    margin-bottom: 12px;
    line-height: 1.4;
    height: 50px;
    overflow: hidden;
}
.notice-board-section .announcement-desc {
    font-size: 1rem;
    color: #333;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.6;
}
.notice-board-section .download-btn {
    background-color: #FF9000;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 600;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    border-bottom:3px solid #092D5A;
    border-right:3px solid #092D5A;
    transition: background-color 0.2s ease;
}
.notice-board-section .download-btn:hover {
    background-color: #022752;
    color: #ffffff;
}

.notice-board-section .announcement-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 24px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}
.notice-board-section .announcement-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.notice-board-section .card-icon {
    position: absolute;
    top: 15px;
    right: 35px;
    transform: rotate(-15deg);
    font-size: 3.5rem;
    color: #022752;
    opacity: 0.15;
    pointer-events: none;
    user-select: none;
}
.noticeGrids
{
  grid-row-gap: 20px;
}


.noticeGrids .announcement-card
{

}
.noticeGrids .announcement-card .wrap_details .announcement-desc
{
    height: 50px;
    overflow: hidden;
}
.noticeGrids .announcement-card
{
    margin: 0 10px;
}


#notice5 .slick-prev
{
    left: -40px;
}
#notice5 .slick-next
{
    right: -40px;
}
.slick-prev, .slick-next
{
    background-color: transparent !important;
    width: 50px;
    height: 50px;
}

.slick-prev:before, 
.slick-next:before
{
    font-size: 40px !important;
    color: #333 !important;
}
/*
    ==========================================================
*/


/*
    ==========================================================
*/
.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;
}

/*
    =======================
*/

.headss
{
    text-align: center;
    margin-bottom: 40px;
}
.headss .sub-title {
    color: #FF9000;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    text-align: center;
    justify-content: center;
}

.headss .icon {
    font-size: 20px;
}

.headss .main-title {
    color: #003A65;
    font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.5px;
}

.headss p{
     color: #555555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}

@media screen and (min-width: 993px)
{
    .headss p{
        text-align: center;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }
}


/*
    ==========================================================
*/

.sjv-section-header-wrapper .header-content {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
}

.sjv-section-header-wrapper .sub-title {
    color: #FF9000;
    font-size: 15px;
    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: 33px;
    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: 60px 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 p{
    color: #222;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.sjv-about-professional-section .school-description ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sjv-about-professional-section .school-description > ul > li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.6;
        color: #222;
}

.sjv-about-professional-section .school-description > ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background: url("../img/check-mark.png") no-repeat center center;
    background-size: contain;
}


.sjv-about-professional-section .school-description > ul ol
{
    margin-left: 20px;
}
.sjv-about-professional-section .school-description ol li::marker 
{
    font-weight: 600;
    color: #092D5A;
}
.sjv-about-professional-section .school-description ol li
{
    margin-bottom: 10px;
    padding-left: 10px;
}

/* Custom Tabs Styling */
.sjv-about-professional-section .custom-tabs {
    border-bottom: none;
    margin-bottom: 0;
    gap: 5px;
}


.sjv-about-professional-section .school-description h6
{
    color: #092D5A;
    font-size:20px;
    margin: 25px 0 15px ;
    font-weight: 700;
}

.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;
}

.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;
}

@media screen and (min-width: 993px)
{
    .sjv-about-professional-section .school-description.doubleUL ul
    {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap:20px;
        /*grid-column-gap:20px;*/
    }
}

/*
    ==========================================================
*/

.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%;
    height: 500px;
}

.sjv-asymmetric-gallery-wrapper .h-40 {
    height: 38%;
}

.sjv-asymmetric-gallery-wrapper .h-60 {
    height: 55%;
}

.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: #edf1f5f2;*/
    overflow: hidden;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.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;
    opacity: .4;
}

.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: #092D5A;
            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 .position-relative {
            width: 90%;
        }
        .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: #092D5A;
        }

        .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: #ff9000;
            font-size: 1.2rem;
        }
        .sjv-portal-section .download-icon i
        {

        }

        .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: #092D5A; }
        .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: #092D5A;
            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: #092D5A;
            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: #092D5A;
            color: #fff;
            border-color: #092D5A;
            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: #092D5A;
            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;
        }

        .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;
        }

        .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;
    background-color: #4C88B7;
    color: #ffffff;
    padding: 80px 0 0px;
    position: relative;
}
.site-footer .footerimgae
{
    margin-top: 20px;
}
.site-footer .infographi1
{
   position:absolute;
   bottom: 50px;
   left: 250px;
}
.site-footer .infographi2
{
   position:absolute;
   bottom: 50px;
   right: 450px;
}
.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: 1;
    transition: 0.3s ease;
    font-weight: 500;
}

.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: 1;
    font-weight: 500;
}
.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;
    font-weight: 500;
    margin-bottom: 5px;
    opacity: 1;
}

.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;
}

/*
    ==========================================================
*/



/*
    =================================================
*/

.iconBoxTHree
{
    background-color: #fff;
    margin-top: 0px;
    position: relative;
    padding: 85px 0;
}
.iconBoxTHree .customContainers
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/pattern-about.webp);
    opacity: .05;
}
.iconBoxTHree .container
{
    position: relative;
    z-index: 2;
}
.iconBoxTHree .icon_box_row
{
    /*grid-column-gap: 15px;*/
}
.iconBoxTHree .icon_box_row .iconBoxCols
{

}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper
{
    position: relative;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .global_links:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .beforeshapeDesign
{
    position: absolute;
    top: -10%;
    left: 0;
    width: 40%;
    height: 120%;
    background-color: #000;
    border-radius: 8px 100px 100px 8px;
    z-index: 1;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper
{
    background-color: #fff;
    box-shadow: 7px 6px 0 0px rgb(0 0 0 / 14%);
    padding: 25px;
    border-radius: 11px;
    position: relative;
    z-index: 2;
    width: 95%;
    margin-left: 5%;
}
@media screen and (min-width: 993px)
{
    .iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper
    {
        min-height: 250px;
    }
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .icon_text
{
    display: flex;
    grid-column-gap: 15px;
    align-items: center;
    margin-bottom: 8px;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .icon_text .icon
{
    width: 50px;
}

.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .icon_text .icon i
{
    font-size: 50px;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .icon_text .heads
{
    line-height: 30px;
    font-weight: 700;
    color: #111;
    transition: .2s;
    overflow: hidden;
    font-size: 28px;
        font-family: "Bitter", serif;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .valuesText
{
    color: #555555;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .readmore
{
    display: inline-block;
    margin-top: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    padding-bottom: 3px;
}
.iconBoxTHree .icon_box_row .iconBoxCols .wrapper .text_wrapper .readmore:before
{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 3px;
    transition: all .2s;
}
.iconBoxTHree .icon_box_row .iconBoxCols:hover .wrapper .text_wrapper .readmore:before
{
    width: 100%;
}

.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(1) .wrapper .text_wrapper .readmore
{
    color: #FF9000;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(2) .wrapper .text_wrapper .readmore
{
    color: #092D5A;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(3) .wrapper .text_wrapper .readmore
{
    color: #FF9000;
}

.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(1) .wrapper .text_wrapper .readmore:before
{
    background-color: #FF9000;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(2) .wrapper .text_wrapper .readmore:before
{
    background-color: #092D5A;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(3) .wrapper .text_wrapper .readmore:before
{
    background-color: #FF9000;
}


.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(1) .wrapper .beforeshapeDesign
{
    background-color: #FF9000;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(2) .wrapper .beforeshapeDesign
{
    background-color: #092D5A;
}
.iconBoxTHree .icon_box_row .iconBoxCols:nth-child(3) .wrapper .beforeshapeDesign
{
    background-color: #FF9000;
}
/*
    ==========================================================
*/



/*
    ================================================
*/
.facilities-homePage
{
    margin-top: 0px;
    padding-top: 40px;
    padding-bottom: 60px;
    background-color: #F5F5F5;
}
.facilities-homePage .datas .heads h4 {
    font-size: 34px;
    font-weight: 400;
    color: #000;
    letter-spacing: -1px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'LeBeauneNew';
}
.facilities-homePage .datas .heads h4 span
{
    font-weight: 600;
    color: #A91605;
}
.facilities-homePage .datas > p {
    font-size: 1.125rem;
    font-weight: 400;
    color: #000;
    text-align: center;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;

    line-height: 27px;
    font-family: "Jost", sans-serif;
}

/*
    ==============================================================
*/
.facilities-homePage
{

}
.facilities-homePage .customContainer
{
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.facilities-row
{
    display: flex;
}

.facilities-row .facilites-cols
{
      flex-grow: 1;
      flex-basis: 0;
      transition: flex-grow 0.5s ease;
      cursor: pointer;
}

.facilities-row:hover .facilites-cols {
    flex: 1; /* default flex for all children on container hover */
  }

 .facilities-row .facilites-cols:hover {
    flex-grow: 4; /* current div ko bada kar do */
  }


.facilities-row .facilites-cols:not(:nth-child(4)) .wrapper
{
    border-right: 3px solid #fff;
}
.facilities-row.row1 .facilites-cols .wrapper
{
    border-bottom: 3px solid #fff;
    transition: all .2s;
}
.facilities-row .facilites-cols .wrapper
{
    position: relative;
}
.facilities-row .facilites-cols .wrapper .redirects:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.facilities-row .facilites-cols .wrapper img
{
    width: 100%;
    height: 320px;
    object-position: center;
    object-fit: cover;
    transition: all .2s;
}
.facilities-row .facilites-cols .wrapper .title
{
    position: absolute;
    left: 20px;
    bottom: 15px;
}
.facilities-row .facilites-cols .wrapper .title h5
{
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    font-family: "Bitter", serif;
}

.facilities-row .facilites-cols:nth-child(odd) .wrapper .title h5 {
    background-color: #092D5A;
    color: #ffffff; 
}
.facilities-row .facilites-cols:nth-child(even) .wrapper .title h5 {
    background-color: #FF9000;
    color: #ffffff;
}

/*
    ==========================================================
*/

.custom-header-section {
  background-color: #FF9000;
  background-color: #092D5A;
  background-color: #4A148C;
  color: #222;
  padding: 0.7rem 0;
}

.custom-header-section .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.custom-header-section .page-title {
  font-size: 1.5rem;
  margin: 0;
  color: #fff;
  font-weight: 600;
}

.custom-header-section .breadcrumb {
  margin: 0;
}

.custom-header-section .breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.custom-header-section .breadcrumb-item.active {
  color: #fff;
  font-weight: bold;
}

@media (max-width: 576px) {
  .custom-header-section .header-content {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/*
    ==========================================================
*/

body.innerPages .sjv-about-professional-section
{
        background-image: url(../img/pattern-about8.webp);
        position: relative;
        padding: 0 0 !important;
}
body.innerPages .sjv-about-professional-section .sec_wrapper
{
    padding: 60px 0;
    background-color: #edf1f5f2;
}
body.innerPages .sjv-about-professional-section .content-panel-box2
{
    position: relative;
    z-index: 2;
}
body.innerPages .sjv-about-professional-section .content-panel-box p
{
    font-size: 16px;
    font-weight: 400;
    color: 
}
.content-panel-box .school-description h3
{
    font-family: "Bitter", serif;
    font-weight: 700;
    font-size: 21px;
    margin: 25px 0;
}

/*
    ==========================================================
*/

.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: .2;
}

.section_animation .instr-shape1 {
    top: 60px;
    right: 40px;
    animation: slideLeftRight 26s ease-in-out infinite;
}

.section_animation .instr-shape2 {
    top: 30px;
    right: 30px;
    animation: rotateInfinite 40s linear infinite;
}
.section_animation .instr-shape2 img
{
    width: 150px;
    height: 150px;
}

.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.innerPages .facilities-homePage
{
    margin-top: 0;
    background-color: #F5F5F5;
}
body.innerPages .facilities-homePage .datas .heads h4
{
    color: #222222;
}
body.innerPages .facilities-homePage .datas > p
{
    color: #373737;
    margin-bottom: 25px;
}
.facilities-row5
{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}

.facilities-row5 .facilites-cols
{
    flex: 0 0 auto;
    width: calc(33.33% - 16px);
      cursor: pointer;
      background: #fff;
      padding: 12px;
}
.facilities-row5.row1 .facilites-cols .wrapper
{

}
.facilities-row5 .facilites-cols .wrapper
{
    overflow: hidden;
    position: relative;
}
.facilities-row5 .facilites-cols .wrapper .redirects:before
{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0 0 0 / 0%);
    transition: all .2s;
}
.facilities-row5 .facilites-cols:hover .wrapper .redirects:before
{
    background-color: rgba(0 0 0 / 50%);
}
.facilities-row5 .facilites-cols .wrapper img
{
    width: 100%;
    height: 280px;
    object-position: center;
    object-fit: cover;
    transition: all .2s;
}
.facilities-row5 .facilites-cols:hover .wrapper img
{
    transform: scale(1.1);
}
.facilities-row5 .facilites-cols .wrapper .title
{
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 5;
}

.facilities-row5 .facilites-cols .wrapper .title h5
{
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    font-family: "Bitter", serif;
}

.facilities-row5 .facilites-cols:nth-child(odd) .wrapper .title h5 {
    background-color: #092D5A;
    color: #ffffff; 
}
.facilities-row5 .facilites-cols:nth-child(even) .wrapper .title h5 {
    background-color: #FF9000;
    color: #ffffff;
}

/*
    =====================================
*/

#facilityModal .modal-header
{
    padding: 10px 25px;
    background-color: #092D5A;
}
#facilityModal .modal-header .modal-title
{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    font-family: "Bitter", serif;
}
#facilityModal .btn-close{
    background: url(../img/close.png);
    background-size: 20px;
    background-position: center;
    opacity: 1;
    background-repeat: no-repeat;
}
#facilityModal .customGrids
{
    display: flex;
    flex-wrap: wrap;
}
#facilityModal .customGrids #facilityImage
{
    flex: 0 0 auto;
    width: 350px;
    width: 100%;
}
#facilityModal .customGrids #facilityDesc
{
    flex: 0 0 auto;
    width:calc(100% -  350px);
    width:100%;
    padding: 5px 5px;
    color: #222;
    font-size: 15px;
    margin-bottom: 0px;
    line-height: 27px;

}
#facilityModal .modal-dialog
{
    max-width: 700px;
}
#facilityModal .modal-content .buttonss
{
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
}
#facilityModal .modal-content .buttonss .btn{
    background-color: #092D5A;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 12px;
    border-radius: 4px;
    border:0px;
}
#facilityModal .modal-content .buttonss .btn:nth-child(2) {
    background-color: #FDC010;
}

/*
    ==========================================================
*/

/*.modal {
    overflow-y: auto !important;
}

.modal-dialog {
    margin: 1rem auto;
}

.modal-content {
    max-height: 90vh;
}

.modal-body {
    overflow-y: auto;
}*/

/*
    ==========================================================
*/


/*
    ==========================================================
*/


.table-container.customtables {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 20px;
    position: relative;
}



/*
    ==========================================================
*/

.tableHeading h5 {
    color: #003D66;
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left;
}
.customtables
{

}
.table-container.customtables {
    width: 100%;
    max-width: 100%;
    margin: 40px auto 20px;
    position: relative;
}


.contact-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
}

.contact-table thead tr {
    background-color: #003d66;
    background-color:#092D5A;
    color: #ffffff;
    text-align: left;
}

.contact-table th{
  font-weight: 500;
} 
.contact-table th, 
.contact-table td {
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    font-size: 15px;
    font-weight: 500 !important;
        font-family: "Plus Jakarta Sans", sans-serif;
}
.contact-table td
{
    color: #333;
}

.contact-table tr
{
    background-color: #fff;
}
.contact-table tr:nth-child(even)
{
   background-color: #003d660d;
}
.contact-table tr td .link {
    display: inline-block;
    background-color: #FDB92E;
    color: #fff;
    padding: 8px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-family: sans-serif;
    transition: all 0.3s ease;
    border: 2px solid #FDB92E;
    text-align: center;
    font-size: 0.9rem;
    min-width: 180px;

}

.contact-table tr td .link:hover {
    background-color: #003D66;
    color: #ffffff;
    border-color: #003D66;
    transform: translateY(-2px);
}
.contact-table tr td
{
    color: #111;
    font-weight: 400;
    text-align: left;
}

@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;
    margin-bottom: 30px;
}

@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;
    }
}


/*
    ==========================================================
*/


/*
    =======================================
*/


section.home___gallery___sections
{
    background-image: url(../img/topperbg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
}
section.home___gallery___sections .section_wrapper {
    background-color: rgb(255 255 255 / 95%);
    padding-top: 50px;
    padding-bottom: 50px;
}
section.home___gallery___sections .after_gallery
{
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
section.home___gallery___sections .after_gallery img
{
    width: 100%;
}

section.home___gallery___sections .container {
    max-width: 85%;
    position: relative;
    z-index: 5;
}

section.home___gallery___sections .headings1 h5
{

    font-size: 38px;
    font-family: "Inter", serif;
    color: #444;
    font-weight: 800;
    text-transform: capitalize;
    line-height: 40px;
    margin-bottom: 15px;

}

section.home___gallery___sections .headings1 p
{
    font-weight: 400;
    font-family: "Rubik", system-ui;
    font-size: 17px;
    color: #666;
    line-height: 28px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    text-align: center;
}
section.home___gallery___sections .customRow
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    position: relative;
    z-index: 2;
}
section.home___gallery___sections .customRow .col-colom.colom__01
{

}
section.home___gallery___sections .customRow .col-colom .wrapper
{
    background-color: var(--white);
    padding: 8px;
}
section.home___gallery___sections .customRow .col-colom .wrapper .name
{
    padding:15px 5px;
}
section.home___gallery___sections .customRow .col-colom .wrapper .name h6
{
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 0;
}

/*
    ==========================
*/
section.home___gallery___sections .customRow .col-colom .wrapper
{
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06);
    border-radius: 45px 45px 45px 45px;
}
section.home___gallery___sections .customRow .col-colom .wrapper > a:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
section.home___gallery___sections .customRow .col-colom .wrapper .img
{   
    position: relative;
    overflow: hidden;
    border-radius: 45px 45px 45px 45px;
}
section.home___gallery___sections .customRow .col-colom .wrapper .img img
{
    transition: .4s;
    height: 300px;
    width: 100%;
    object-position: top;
    object-fit: cover;
    border-radius: 45px 45px 45px 45px;
}
section.home___gallery___sections .customRow .col-colom.colom__01 .wrapper .img img,
section.home___gallery___sections .customRow .col-colom.colom__03 .wrapper .img img,
section.home___gallery___sections .customRow .col-colom.colom__05 .wrapper .img img
{
    /*height: 400px;*/
}
section.home___gallery___sections .customRow .col-colom.colom__02 .wrapper .img img,
section.home___gallery___sections .customRow .col-colom.colom__04 .wrapper .img img,
section.home___gallery___sections .customRow .col-colom.colom__06 .wrapper .img img
{
    /*height: 270px;*/
}
section.home___gallery___sections .customRow .col-colom.colom__05
{
    /*margin-top: -132px;*/
}
section.home___gallery___sections .customRow .col-colom:hover .wrapper .img img
{
    transform: scale(1.1);
}
section.home___gallery___sections .customRow .col-colom .wrapper .img .overlays
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:all .5s;
}
section.home___gallery___sections .customRow .col-colom .wrapper .img .overlays:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 0%;
    /*background-color: #D0781A;*/
   /*background: linear-gradient(135deg, #092D5A 0%, #FF9B19 100%);*/

   background: linear-gradient(135deg, rgba(0 0 0 / 90%) 70%, rgba(0 0 0 / 90%) 100%);
    opacity: .95;
    border-radius: 35px 35px 35px 0;
    transform: scale(1.1);
    opacity: 0;
    visibility: hidden;
    transition:all .5s;
}

section.home___gallery___sections .customRow .col-colom:hover .wrapper .img .overlays:before
{
    width: 100%;
    height: 100%;
    transform: scale(.95);
    opacity: .9;
    visibility: visible;
}
section.home___gallery___sections .customRow .col-colom:hover .wrapper .img .overlays:before
{
}
section.home___gallery___sections .customRow .col-colom .wrapper .img .overlays .text-wrapper{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 3;
    padding: 15px 20px;
    width: 85%;
    text-align: center;
    transition:all .5s;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    font-size: 14px;
}
section.home___gallery___sections .customRow .col-colom:hover .wrapper .img .overlays .text-wrapper{

    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    opacity: 1;
    visibility: visible;
}
section.home___gallery___sections .customRow .col-colom.colom__01 .wrapper .img .overlays .text-wrapper
{
    max-width: 80%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
section.home___gallery___sections .customRow .col-colom .wrapper .img .overlays .text-wrapper h6
{
    color: var(--white);
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
   font-family: "Bitter", serif;
}
section.home___gallery___sections .customRow .col-colom .wrapper .img .overlays .text-wrapper h6 a
{
    color: var(--white);
}
section.home___gallery___sections .customRow .col-colom .wrapper .img .overlays .text-wrapper p
{
    color: var(--bs-white);
    font-size: 15px;
    font-weight: 400;
    width: 85%;
    padding-left: 5%;
    margin-bottom: 25px;
}

/*
    ==================================
*/

section.home___gallery___sections .customRow .col-colom .wrapper .overlays .text-wrapper .visitbtn i,
section.home___gallery___sections .customRow .col-colom .wrapper .overlays .text-wrapper .details i
{
    font-size: 50px;
    color: #ff9b19;
}
section.home___gallery___sections .customRow .col-colom .wrapper .overlays .text-wrapper .details span.reads
{
    display: inline-block;
    position: relative;
    color: #FDA31B !important;
}
section.home___gallery___sections .customRow .col-colom .wrapper .overlays .text-wrapper .details span.reads i
{
    color: #FDA31B !important;
}
section.home___gallery___sections .customRow .col-colom .wrapper .overlays .text-wrapper .details span.reads:before
{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #FDA31B;
}
/*
    ==================================
*/

section.home___gallery___sections .customRow .col-colom .wrapper .img
{
    position: relative;
}
section.home___gallery___sections .customRow .col-colom .wrapper a.redirect_links
{
    display: block;
}
section.home___gallery___sections .customRow .col-colom .wrapper .img .ytb_icon
{
    position: absolute;
    background-image: url(../img/ytb.png);
    width: 80px;
    height:80px;
    background-size: contain;
    background-position: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
section.home___gallery___sections .customRow .col-colom .wrapper .img .overlays
{
    z-index: 2;
}
/*
    ==========================================================
*/

.home___gallery___sections.homePageGallery
{

}
.home___gallery___sections.homePageGallery .customRow
{
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.home___gallery___sections.homePageGallery .customRow .col-colom
{
    
}
section.home___gallery___sections.homePageGallery .customRow .col-colom .wrapper,
section.home___gallery___sections.homePageGallery .customRow .col-colom .wrapper .img,
section.home___gallery___sections.homePageGallery .customRow .col-colom .wrapper .img img
{
    border-radius: 8px;
}


section.home___gallery___sections.homePageGallery .section_wrapper
{
    background-color: rgb(215 232 247 / 95%);
}
/*
    ==========================================================
*/
.custom-pagination-wrapper {
        /*background-color: #f4f4f4;*/
        padding: 40px 0 0;
    }
    .custom-pagination-wrapper .pagination {
        gap: 8px;
        margin-bottom: 0;
    }
    .custom-pagination-wrapper .page-item {
        border: none;
    }
    .custom-pagination-wrapper .page-link {
        color: #333333;
        background-color: #ffffff;
        border: none;
        border-radius: 8px;
        padding: 10px 16px;
        font-weight: 800;
        font-size: 0.95rem;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
        transition: all 0.2s ease-in-out;
    }
    .custom-pagination-wrapper .page-link:hover {
        color: #ffffff;
        background-color: #FF9000;
        box-shadow: 0 4px 8px rgba(25, 135, 84, 0.2);
    }
    .custom-pagination-wrapper .page-link:focus {
        color: #ffffff;
        background-color: #FF9000;
        box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
    }
    .custom-pagination-wrapper .page-item.active .page-link {
        color: #ffffff;
        background-color: #FF9000;
        box-shadow: 0 4px 10px rgba(25, 135, 84, 0.3);
    }
    .custom-pagination-wrapper .page-item.disabled .page-link {
        color: #999999;
        background-color: #e9ecef;
        box-shadow: none;
        cursor: not-allowed;
    }
    .custom-pagination-wrapper .pagination-ellipsis {
        background-color: transparent;
        box-shadow: none;
        cursor: default;
        padding-left: 8px;
        padding-right: 8px;
    }
    .custom-pagination-wrapper .pagination-ellipsis:hover {
        color: #333333;
        background-color: transparent;
        box-shadow: none;
    }

/*
    ==========================================================
*/


/*
    ==========================================================
*/


.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-image: url(../img/hero-section.png);
    background-position: center;
    background-size: cover;
}

.custom-input {
    background-color: rgb(15 157 214 / 77%);
    border: 1px solid rgb(9 114 156);
    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;
    }
}

/*
    ==========================================================
*/



/*
    ==========================================================
*/

#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: 15px;
  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;
}


/*
    ==========================================================
*/


        .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%; }
        }


        @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: 23%;
                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;
             }
        }

/*
    ==========================================================
*/

/*
    ==========================================================
*/

/*
    ==========================================================
*/
/*
    ====================================
*/
    .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; opacity: 0; visibility: hidden;}
    .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;
    }


    /*============================================*/



/*
    ===================================
*/

section.contact-form {
}

section.contact-form .customWrappers
{
    background-color: rgba(255 255 255 / 90%);
    padding: 60px 0;
}
section.contact-form .customWrappers
{
    background-color: rgba(255 255 255 / 90%);
    padding: 60px 0;
}

section.contact-form .form-wrapper {
background: #ffffff;
border: 2px solid #ccc;
border-radius: 20px;
box-shadow: 10px 10px 0px rgba(26, 35, 126, 0.1);
padding: 40px;
}

section.contact-form .school-header {
border-bottom: 2px dashed #b7b7b7;
margin-bottom: 30px;
padding-bottom: 15px;
}
section.contact-form .school-header h2{
/*  color: #343434;
    font-size: 1.65rem;
    font-weight: 600;
    text-transform: capitalize;*/

    color: #444;
    font-size: 1.45rem;
    font-weight: 600;
    word-spacing: 1px;
    text-transform: uppercase;
}

section.contact-form .form-label {
    font-weight: 600;
    color: #343434;
    font-size: 0.900rem;
    margin-bottom: 7px;
    text-transform: capitalize;
}

section.contact-form .form-control, 
section.contact-form .form-select {
border: 1px solid #ced4da;
padding:9px 12px;
border-radius: 8px;
}

section.contact-form .form-control:focus {
border-color: #1a237e;
box-shadow: 0 0 0 0.25rem rgba(26, 35, 126, 0.1);
}

/* Captcha Styling */
section.contact-form .captcha-container {
background: #f8f9fa;
border-radius: 10px;
padding: 15px;
border: 1px solid #dee2e6;
}

section.contact-form .captcha-img {
background: #fff;
padding: 5px;
border: 1px solid #ddd;
border-radius: 5px;
user-select: none;
}

section.contact-form .captcha-container .text-muted.small
{
    font-size: 0.750rem;
}

/* School Theme Button */
section.contact-form .btn-submit {
    border-radius: var(--bs-border-radius-pill);
    padding-top: .8rem;
    padding-bottom: .8rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    background-color: #FF9000;
    border-color: #FF9000;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
    color: #fff;
}

section.contact-form .btn-submit:hover {
background-color: #092D5A; 
transform: translateY(-2px);
color: white;
}

/* Responsive spacing */
@media (max-width: 768px) {
section.contact-form .form-wrapper { 
    padding: 20px; 
}
}



section.contact-form form .form-control
{
    font-size: 0.875rem;
    font-weight: 500;
    color: #343434;
}
section.contact-form form .form-select
{
    font-size: 0.875rem;
    font-weight: 500;
    color: #343434;
}

/*-==============================================*/


body.careers section.contact-form .form-wrapper
{
    padding:25px 20px;
}
body.careers section.contact-form .newsTicker_wrapper .school-header
{
    margin-bottom: 18px;
}
body.careers section.contact-form .school-header h2{
    color: #343434 !important;
    font-size: 1.35rem !important;
    font-weight: 700 !important;
    text-transform: uppercase;
}
body.careers section.contact-form .school-header{
    margin-bottom: 20px;
    padding-bottom: 10px;
}
body.careers .newsTicker_wrapper .event-card__content
{   
    padding-left: 0;
    width: 100%;
}
body.careers .newsTicker_wrapper .event-card
{
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
        border-bottom: 2px dashed #eee;
        padding-bottom: 7px;
        border-radius: 0;
        margin-bottom: 10px;
}
body.careers .newsTicker_wrapper .event-card__date
{
    width: 100%;
    text-align: left;
}
body.careers .newsTicker_wrapper .event-card__title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #343434;
    margin-bottom: 8px !important;
}
body.careers .newsTicker_wrapper h2 {
    font-size: 1.2rem;
    font-weight: 600;
    color:#092D5A;
    margin-bottom: 7px !important;
}
body.careers .newsTicker_wrapper .event-card__time
{
    line-height: 20px;  
    font-size: 0.830rem;    
    margin-bottom: 8px;
}

body.careers .newsTicker_wrapper .overlowHidden
{
    height: 540px;
}

body.careers .newsTicker_wrapper .event-card__month
{
    font-size: 0.890rem;
}



/* =========================
   EVENT CARD
========================= */
.overlowHidden
{     
    overflow: hidden;
    padding: 10px 0;
}
@media screen and (min-width: 993px)
{
    .overlowHidden
    {
         height: 480px;
    }
}
.notice_baord_wrapper_class{
    /*height: 320px;      */
    position: relative;
}
.newsTicker_wrapper .event-card {
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    transition: transform 0.6s ease;
}

.newsTicker_wrapper .event-card__date {
    width: 100px;
    flex: 0 0 auto;
    text-align: center;
}

.newsTicker_wrapper .event-card__day {
    color: #343434;
    font-weight: 700;
    font-size: 1.75rem;
}

.newsTicker_wrapper .event-card__month {
    color: #FF9000;
    font-weight: 500;
    font-size: 1rem;
    text-align: center;
}

.newsTicker_wrapper .event-card__divider {

}

.newsTicker_wrapper .event-card__content {
    width: calc(100% - 300px);
    flex: 0 0 auto;
    padding-left: 25px;
}

.newsTicker_wrapper .event-card__meta {

}

.newsTicker_wrapper .event-card__time {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
        font-size: 0.875rem;
    font-weight: 400;
    color: #343434;
    line-height: 27px;
    text-align: left;
}

.newsTicker_wrapper .event-card__location {

}

.newsTicker_wrapper .event-card__title {
    font-size:1.1rem;
    font-weight: 600;
    color: #343434;
    margin-bottom: 5px !important;
}

.newsTicker_wrapper .event-card__action {
    width: 150px;
    flex: 0 0 auto;
}
.newsTicker_wrapper .event-card__action a
{
    border-radius: var(--bs-border-radius-pill);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    background-color: #A11217;
    border-color: #A11217;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-size: 0.775rem;
    font-weight: 600;
}

.careers_section .container
{
    position: relative;
    z-index: 3;
}


/*==================================================================*/



/*
    ========================]
*/

section.about-home
{
    margin-top: 90px;
}

.about_image_collages
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-template-columns: auto auto;
    grid-row-gap: 13px;
    grid-column-gap: 13px;
    position: relative;
}
.about_image_collages img
{
    border-radius: 2px;
    transition: .2s;
}
.about_image_collages img:hover
{
    transform: scale(1.05);
}
.about_image_collages .image01
{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
}
.about_image_collages .image02
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}
.about_image_collages .image03
{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
}
.about_image_collages .image01
{
    width: 100%;
    height: 500px;
    object-position: top;
    object-fit: cover;
}
.about_image_collages .image02,
.about_image_collages .image03
{
    width: 100%;
    height:244px;
    object-position: top;
    object-fit: cover;
}
.about_image_collages .image02
{
    border-top-right-radius: 50px;
}
.about_image_collages .image03
{
    border-bottom-right-radius: 50px;
}
.about_image_collages .image01
{
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.about_image_collages .image02,
.about_image_collages .image03
{
/*  border: 6px solid #fff;
    outline: 2px dashed #f00;
*/}
.about_image_collages .logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 120px;
    height:120px;
    border-radius: 50%;
    background-color: var(--white);
}
/*
    ==================================
*/
.about-home
{
    margin-bottom: 35px;
}
.about-home .descriptionsHome
{
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 15px;
}


.about-home .descriptionsHome ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
    margin-bottom: 15px;
}

.about-home .descriptionsHome ul li {
    position: relative;
    padding-left: 30px; 
    margin-bottom: 10px;
}

.about-home .descriptionsHome ul li::before {
    content: "\F137"; 
    font-family: "bootstrap-icons" !important;
    position: absolute;
    left: 0;
    top: 0px;
    color: #E91E63; 
    font-size: 1.2rem;
    font-weight: bold;
}

.about-home .descriptionsHome .heading
{
    margin-bottom: 22px;
}
.about-home .descriptionsHome .heading h5
{
    font-size: 17px;
    font-weight: 800;
    color: #FF9000;
   font-family: "Plus Jakarta Sans", sans-serif;
    text-transform: uppercase;
}
.about-home .descriptionsHome .heading h3
{
    font-size: 35px;
     color: #222;
     font-weight: 700;
     text-transform: capitalize;
}
.about-home .descriptionsHome p
{
    font-weight: 400;
    /*font-family: "Rubik", system-ui;*/
    font-size: 15px;
    color: #444;
    line-height: 27px;
/*        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;*/
}

.about-home .descriptionsHome .blockquotes
{
    background-color: #fff;
    padding: 20px 20px;
    padding-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
    box-shadow: 0 0 24px 22px rgba(0 0 0 / 3%);
    border: 1px solid #eaeaea;
    border-left: 5px solid #092D5A;
}
.about-home .descriptionsHome .blockquotes i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 55px;
    color: #c0c5ff;
}
.about-home .descriptionsHome .blockquotes p {
    
    /*font-family: "Rubik", system-ui;*/
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0;
    font-style: italic;

}

.readmore a
{
    display: inline-block;
    position: relative;
    margin-top: 10px;
    transition: .2s;
}
.readmore a:hover
{
    transform: scale(.9);
}
.readmore a:before
{
    content: '';
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 100%;
    height: 100%;
    background-color: #092D5A;
    z-index: 1;
}
.readmore a span
{
    display: block;
    background-color: #FF9000;
    color: var(--white);
    padding:12px 25px;
    position: relative;
    z-index: 2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    /*font-family: "Rubik", system-ui;*/
}


/*
    ==========================================
*/



.principal_mesasge_sections
{

}

.principal_mesasge_sections .principal_mesasge_box img
{
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 993px)
{
    .principal_mesasge_sections .principal_mesasge_box
    {
          padding-right: 30px;  
    }
}


/*
    ========================================
*/

body.noticeBoards .noticeGrids
{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
}
body.noticeBoards .noticeGrids .mycolom_notice .announcement-card
{
    margin: 0 0;
}
body.noticeBoards .notice-board-section .announcement-title
{
    height: inherit;    
}
body.noticeBoards .noticeGrids .announcement-card .wrap_details .announcement-desc
{
    height: inherit;    
}

/*
    ========================================
*/

.achievements-section1 .card {
  border-top: 4px solid #003D66;
  transition: transform 0.3s ease;
}

.achievements-section1 .card:hover {
  transform: translateY(-10px);
}

.achievements-section1 .fa-trophy {
  color: #FFC107;
  font-size: 2rem;
}

.achievements-section1 .card-title {
  color: #003D66;
  font-weight: bold;
}

.achievements-section1 .card-text {
  font-size: 0.9rem;
  color: #555;
}

/*
    =================================
*/


.achievements-section {
  position: relative;
}

.achievements-section .timeline {
  position: relative;
  max-width: 95%;
  margin: 0 auto;
}

.achievements-section .timeline::before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #003D66;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}

.achievements-section .timeline-item {
  padding: 10px 40px;
  position: relative;
  width: 50%;
}
.achievements-section .timeline-item  h5
{
    color: #333;
    font-size: 20px;
    font-weight: 700;
}
.achievements-section .timeline-item  p
{
    color: #222;
    font-size: 15px !important;
    line-height: 1.7 !important;
}

.achievements-section .timeline-item:nth-child(even) {
  left: 50%;
}

.achievements-section .timeline-item:nth-child(odd) {
  left: 0;
}

.achievements-section .timeline-content {
  padding: 20px 35px;
  background: #fff;
  border-radius: 6px;
  border-left: 5px solid #ffc107;
}

.achievements-section .timeline-item::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #FFC107;
  border: 4px solid #003D66;
  top: 30px;
  border-radius: 50%;
  z-index: 1;
}

.achievements-section .timeline-item:nth-child(odd)::after {
  right: -10px;
}

.achievements-section .timeline-item:nth-child(even)::after {
  left: -10px;
}

.achievements-section .fa-trophy {
  color: #003D66;
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}

@media screen and (max-width: 600px) {
  .achievements-section .timeline::before {
    left: 31px;
  }
  .achievements-section .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }
  .achievements-section .timeline-item:nth-child(even) {
    left: 0;
  }
  .achievements-section .timeline-item::after {
    left: 21px;
  }
}

/*
    ======================================
*/

.image-style
{
    border-radius: 8px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}


/*
    ==================================================
*/

.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, #02599c 0%, #013F6E 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, #fdb92e 0%, #fdb92e 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: #081933; letter-spacing: 1px; }
.manager-welcome-section .main-title { color: #D3224D; font-size: 30px;}
.manager-welcome-section .name-text { color: #081933; }
.manager-welcome-section .designation-text { color: #D3224D; 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;
    }
}

/*
    ======================================
*/

.homePageGallery .section_wrapper
{
    padding-left: 30px;
    padding-right: 30px;
}

.btn-custom {
    display: inline-block;
    padding: 18px 30px !important;
    background-color: #ffc107; 
    color: #ffffff;
    font-size: 16px; 
    text-decoration: none;
    font-weight: 500;
    border-radius: 50px; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
    transition: all 0.3s ease;
    border: none;
}
.btn-custom:hover {
    background-color: #e0a800; 
    color: #ffffff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); 
    transform: translateY(-2px); 
}
@media (max-width: 576px) {
    .btn-custom {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/*
    ======================================
*/

.icon-box-section {
    padding: 60px 0 0;
}

.icon-box-section .icon-card {
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    color: #ffffff;
    height: 100%;
}

.icon-box-section .icon-wrapper {
    width: 135px;
      height: 131px;
      align-items: center;
      justify-content: center;
      margin: -93px auto 20px;
      display: inline-flex;
      background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.icon-box-section .icon-card .icon-wrapper img {
    width: 60px;
}



.icon-box-section .icon-card h3 {
    margin-bottom: 10px;
    font-size: 1.3rem;
    font-weight: 700;
}

.icon-box-section .icon-card p {
    margin: 0;
    font-size: 1rem;
    opacity: 1;
    margin-bottom: 0;
    text-align: center;
}

.icon-box-section .color-yellow {
    background-color: #ffd60a;
}

.icon-box-section .color-purple {
    background-color: #7b2cbf;
}

.icon-box-section .color-red {
    background-color: #f72585;
}

.icon-box-section .color-blue {
    background-color: #4361ee;
}

/*
    ======================================
*/
.kindergarten-cards
{
    margin-top: 40px;
}
.kindergarten-cards .card .card-body .card-title{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.kindergarten-cards .card {
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  transition: transform 0.3s ease;
}
.kindergarten-cards .card:hover {
  transform: translateY(-10px);
}
.kindergarten-cards .card-img-top {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 25px;
  border: 5px solid;
  margin: 0 auto 10px;
}
.kindergarten-cards .row > div:nth-child(8n+1) .card-img-top { border-color: #FF6B6B; }
.kindergarten-cards .row > div:nth-child(8n+2) .card-img-top { border-color: #4ECDC4; }
.kindergarten-cards .row > div:nth-child(8n+3) .card-img-top { border-color: #FFE66D; }
.kindergarten-cards .row > div:nth-child(8n+4) .card-img-top { border-color: #1A535C; }
.kindergarten-cards .row > div:nth-child(8n+5) .card-img-top { border-color: #FF9F1C; }
.kindergarten-cards .row > div:nth-child(8n+6) .card-img-top { border-color: #2D3436; }
.kindergarten-cards .row > div:nth-child(8n+7) .card-img-top { border-color: #6C5CE7; }
.kindergarten-cards .row > div:nth-child(8n+8) .card-img-top { border-color: #E84393; }


.kindergarten-cards .row > div:nth-child(8n+1) .btn-primary { background-color: #FF6B6B; border-color: #FF6B6B; }
.kindergarten-cards .row > div:nth-child(8n+2) .btn-primary { background-color: #4ECDC4; border-color: #4ECDC4; }
.kindergarten-cards .row > div:nth-child(8n+3) .btn-primary { background-color: #FFE66D; border-color: #FFE66D; }
.kindergarten-cards .row > div:nth-child(8n+4) .btn-primary { background-color: #1A535C; border-color: #1A535C; }
.kindergarten-cards .row > div:nth-child(8n+5) .btn-primary { background-color: #FF9F1C; border-color: #FF9F1C; }
.kindergarten-cards .row > div:nth-child(8n+6) .btn-primary { background-color: #2D3436; border-color: #2D3436; }
.kindergarten-cards .row > div:nth-child(8n+7) .btn-primary { background-color: #6C5CE7; border-color: #6C5CE7; }
.kindergarten-cards .row > div:nth-child(8n+8) .btn-primary { background-color: #E84393; border-color: #E84393; }
.kindergarten-cards .btn {
  border-radius: 50px;
  padding: 7px 25px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
}

/*
    ======================================
*/

.notice-board-section { padding: 120px 0px; background-color: #fff8e6;}
.notice-board-section  .notice-grid {
    display: grid;
    /*grid-template-columns: repeat(3, 1fr);*/
    /*gap: 25px;*/
    max-width: 95%;
    margin: 0 auto;
}
@media (max-width: 992px) { .notice-board-section .notice-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 768px) { .notice-board-section .notice-grid { grid-template-columns: 1fr; } }

.notice-board-section .notice-card {
    background: #fff;
    border: 5px solid;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
.notice-board-section .notice-card:hover { transform: translateY(-10px); box-shadow: 0 8px 25px rgba(0,0,0,0.1); }
.notice-board-section .card-content { z-index: 1; position: relative; text-align: center;margin-top: 5px; }

.notice-board-section .icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 2rem;
}
.notice-board-section .butons
{
    display: flex;
    justify-content: center;
    grid-column-gap: 20px;
    margin-top: 10px;
    align-items: center;
}
.notice-board-section .card-content h5 { margin: 10px 0 5px; font-weight: 700; }
.notice-board-section .card-content p { 
    color: #666; font-size: 0.95rem; font-weight: 500;padding: 0 15px;text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Sirf 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice-board-section .card-content small { color: #333; font-weight: 600; display: block; margin-top: 10px; font-size: 15px; }
.notice-board-section .card-content small i
{
    margin-right: 5px;
}
.notice-board-section .download-btn {
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 13px;
}
.notice-board-section .btn-date {
    z-index: 2;
    position: relative;
    display: inline-block;
    padding: 10px 25px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    background-color: #4A148C;
    font-size: 13px;
}

.notice-board-section .notice-card:nth-child(8n+1) { border-color: #21C4E8; }
.notice-board-section .notice-card:nth-child(8n+1) .icon-circle, 
.notice-board-section .notice-card:nth-child(8n+1) .download-btn { background-color: #21C4E8; }
.notice-board-section .notice-card:nth-child(8n+1) .download-btn { background-color: #21C4E8; }

.notice-board-section .notice-card:nth-child(8n+2) { border-color: #FFA726; }
.notice-board-section .notice-card:nth-child(8n+2) .icon-circle, 
.notice-board-section .notice-card:nth-child(8n+2) .download-btn { background-color: #FFA726; }

.notice-board-section .notice-card:nth-child(8n+3) { border-color: #FF5D9E; }
.notice-board-section .notice-card:nth-child(8n+3) .icon-circle, 
.notice-board-section .notice-card:nth-child(8n+3) .download-btn { background-color: #FF5D9E; }

.notice-board-section .notice-card:nth-child(8n+4) { border-color: #1A535C; }
.notice-board-section .notice-card:nth-child(8n+4) .icon-circle, 
.notice-board-section .notice-card:nth-child(8n+4) .download-btn { background-color: #7AC943; }

.notice-board-section .notice-card:nth-child(8n+5) { border-color: #9b6ddb; }
.notice-board-section .notice-card:nth-child(8n+5) .icon-circle, 
.notice-board-section .notice-card:nth-child(8n+5) .download-btn { background-color: #9b6ddb; }

.notice-board-section .notice-card:nth-child(8n+6) { border-color: #2D3436; }
.notice-board-section .notice-card:nth-child(8n+6) .icon-circle, 
.notice-board-section .notice-card:nth-child(8n+6) .download-btn { background-color: #2D3436; }

.notice-board-section .notice-card:nth-child(8n+7) { border-color: #6C5CE7; }
.notice-board-section .notice-card:nth-child(8n+7) .icon-circle, 
.notice-board-section .notice-card:nth-child(8n+7) .download-btn { background-color: #6C5CE7; }

.notice-board-section .notice-card:nth-child(8n+8) { border-color: #E84393; }
.notice-board-section .notice-card:nth-child(8n+8) .icon-circle, 
.notice-board-section .notice-card:nth-child(8n+8) .download-btn { background-color: #E84393; }


#news1 .notice-card
{
    margin: 0 15px;
}

/*
    ======================================
*/

.notice-board-section .container
{
    /*max-width: 95%;*/
}
.notice-board-section
{
    position: relative;
}
.notice-board-section .elementor-shape-bottom
{
  bottom: -1px !important;
  top:auto !important;
}.notice-board-section .elementor-shape-top
{
   direction: ltr;
  left: 0;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  width: 100%; 
  top: -1px;
}
.notice-board-section .elementor-shape-bottom svg path
{
    fill:#4C88B7 !important;
}
.notice-board-section .elementor-shape-top svg path
{
    fill: #D9E9F7;
}
.notice-board-section .elementor-shape-top svg
{
    width: calc(256% + 1.3px);
    height: 32px;
    display: block;
      left: 50%;
      position: relative;
      transform: translateX(-50%);
      direction: ltr;
  line-height: 0;
}
.notice-board-section .elementor-shape-bottom svg
{
      transform: translateX(-50%) rotate(180deg);
}

/*
    ======================================
*/

body.innerPages .sjv-about-professional-section .container
{
    padding: 70px 0;
}


body.noticeBoards .notice-board-section .elementor-shape-bottom svg path
{
    fill:#4C88B7 !important;
}
body.noticeBoards .notice-board-section .elementor-shape-top svg path
{
    fill: #4a148c;
}
body.noticeBoards .notice-board-section .notice-grid
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-row-gap: 17px;
}

/*
    ======================================
*/

.sticky-top
{
    z-index: 5 !important;
}
/*
    ===========================
    */

    .modal-wrappers
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 100;
        background-color: rgba(0,0,0,.8);
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        transition: .2s;
        z-index: 104;
    }
    .modal-wrappers.show-modals
    {
        opacity: 1;
        visibility: visible;
    }

    .modal-wrappers .modal-containers{
        max-width: 750px;
        text-align: center;
        margin:0px auto 40px;
        transform: scale(.8);
        transition: .3s;
    }

    .modal-wrappers .modal-containers.show-modal-container
    {
        transform: scale(1);
    }

    .modal-wrappers .modal-containers .modal-bodyss
    {
        position: relative;
        background-color: #fff;
        border-radius:5px;
        display: inline-block;
        padding:0px;
/*        padding:15px;*/
        box-shadow: 5px 5px 15px 10px rgba(0,0,0,0.5);
        box-sizing: border-box;
        height: 100%;
    }
    .modal-wrappers .modal-containers .modal-bodyss img.img-modals
    {
        max-height: 100%;
        width: auto;
        max-width: 100%;
        box-sizing: border-box;
    }


    .modal-wrappers .modal-containers .modal-bodyss .link-in-popup
    {
        display: block;
       
        width: 100%;
        background-color: var(--color1);
        color: #fff;
        font-family: 'Rajdhani', sans-serif;
        font-weight: 500;
        font-size: 22px;
        border-radius:0 0 5px 5px;
    }
      .modal-wrappers .modal-containers .modal-bodyss .link-in-popup span
      {
        display: inline-block;
        padding:8px;
      }
    .modal-wrappers .modal-containers .modal-bodyss .link-in-popup:before
    {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


    .modal-wrappers .modal-containers .modal-bodyss .close-modals
    {
        position: absolute;
        top: -10px;
        right: -10px;
        cursor: pointer;
        display: inline-block;
        width: 40px;
        height: 40px;
        text-align: center;
        background-color: var(--color1);
        border-radius: 50%;
        z-index: 150;
    }
    .modal-wrappers .modal-containers .modal-bodyss .close-modals i
    {
        line-height: 40px;
        font-size: 1.5em;
        color:#fff;
    }


    .right-thumbnails.videos
    {
      max-width: 450px;
      width: 100%;
    }

.modal-wrappers .modal-containers .modal-bodyss .popup-text
{
/*    position:absolute;*/
    bottom:0px;
    left:0;
    width:100%;
    background-color:#651f62;
    padding:5px 10px;
}
.modal-wrappers .modal-containers .modal-bodyss .popup-text a
{
    display:inline-block;
    /*width:45%;*/
    color:var(--white);
    font-weight:700;
    font-size:20px;
}
.modal-wrappers .modal-containers .modal-bodyss .popup-text a:nth-child(1)
{
    margin-right:25px;
}



@media screen and (max-width:767px)
{
    .modal-wrappers .modal-containers .modal-bodyss .popup-text
    {
        position:static;
    }
    .modal-wrapper .modal-containers
    {
        max-width:95%;
    }
    .modal-wrappers .modal-containers .modal-bodyss .popup-text a{
        display:block;
        width:100%;
        padding:5px 10px;
    }
    .modal-wrappers .modal-containers .modal-bodyss .popup-text a{
        font-size:16px;
    }
}

/*
    ======================================
*/

/*
    ======================================
*/

/*
    ======================================
*/

/*
    ======================================
*/

/*
    ======================================
*/