:root {
    --primary-color: #1D1D6E;
    --primary-dark: #2C69F1;
    --gradient-color: radial-gradient(circle, rgba(44, 105, 241, 1) 0%, rgba(29, 29, 110, 1) 35%);
    --gradient-color1: linear-gradient(90deg, #136fff, #053885);
    --Secondary-color: #fce0c2;
}


.page-title {
    position: relative;
    display: block;
    width: 100%;
    padding: 200px 0px 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1024px) {
    .page-title {
        padding: 150px 0 80px !important;
    }
}

.page-title::before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 22, 0.69);
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.content-box {
    position: relative;
    color: #fff;
    text-align: center;
}

.page-title .content-box h1 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.page-title .content-box p {
    color: #fff;
    padding-top: 10px;
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
}


.about-internal-page {
    position: relative;
    display: block;
    padding: 90px 0 200px 0 !important;
}


.page-h2 {
    color: var(--primary-dark);
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Rubik', sans-serif !important;
}

.list-styling-arrow {
    padding: 0% 0% 0% 1%;
    margin: 0;
}

.list-styling-arrow li {
    position: relative;
    line-height: 28px;
    padding: 0px 0 0px 32px;
    list-style: none;
    margin: 8px 0;
}

.list-styling-arrow li::before {
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 14px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-dark);
    color: #ffffff;
    font-size: 11px;
    border-radius: 20px;
}

/* ======================Table======================== */

.rowbg th {
    background-color: #1d1d6e !important;
    color: #fff;
}


/* ===================According===================== */

/* Remove default */
.accordion-item {
    border: none;
    background: transparent;
    margin-bottom: 10px;
}

/* Default ALL buttons */
.accordion-button {
    background: var(--primary-dark);
    color: #fff;
    border-radius: 10px !important;
    /* default for all */
    padding: 15px 20px;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.accordion-button h6 {
    font-size: 18px;
    font-weight: 600;
}

/* Remove Bootstrap arrow */
.accordion-button::after {
    display: none;
}

/* Arrow */
.arrow-icon {
    transition: transform 0.3s ease;
    font-size: 18px;
    color: #fff;
}

/* Rotate when open */
.accordion-button:not(.collapsed) .arrow-icon {
    transform: rotate(180deg);
}

/* OPEN STATE HEADER */
.accordion-button:not(.collapsed) {
    border-radius: 10px 10px 0 0 !important;
    background: var(--primary-color);
}

/* BODY STYLE */
.accordion-body {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}

/* Remove gap between header & body */
.accordion-collapse {
    border: none;
    margin-top: -5px;
    /* 👈 important for seamless look */
}

/* Remove focus */
.accordion-button:focus {
    box-shadow: none;
}

/* ==================================== */




.about-section .content-box .text-1 p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
    color: #242444;
}

/* Headings */
.about-internal-page h2 {
    color: #2c69f1;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-internal-page h3 {
    color: #1d1d6e;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
}

.about-internal-page h4 {
    color: #2c69f1;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'Rubik', sans-serif !important;
}


.objective-section p {
    font-size: 16px;
    padding-bottom: 25px;
}

/* Quote */
.quoit {
    font-style: italic;
    margin-bottom: 20px;
}

/* List styling */
.about-internal-page ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.about-internal-page ul li {
    margin-bottom: 8px;
}

/* ===== VIDEO COUNTER SECTION ===== */

.counter-section {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    overflow: hidden;
    margin-top: 60px;
}

.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.counter-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(19, 34, 93, 0.6);
    z-index: -1;
}

/* Counter boxes */
.counter-box h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.counter-box p {
    font-size: 22px;
    margin-top: 5px;
    color: #fff;
}

.counter-box img {
    height: 100px;
}

/* ===== FOUNDRESS SECTION ===== */


.found-viso {
    padding: 70px 0 !important;
}

.foundress img {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 20px;
}

.foundress .more img {
    width: 20px;
    margin-bottom: 0px;
}

/* ===== MISSION / VISION / MOTTO ===== */

.about-box-ap {
    padding: 25px;
    background: #1d1d6e;
    border-radius: 20px;
    color: #fff;
    height: 100%;
    transition: 0.3s;
}

.about-box-ap:hover {
    transform: translateY(-5px);
}

.about-box-ap p {
    color: #fff;
}

.about-box-ap img {
    width: 100%;
    border-radius: 15px;
    margin-bottom: 15px;
}

.our-mission-new {
    font-size: 22px;
    margin-bottom: 10px;
    color: #fff;
}

/* Center heading line */
.animate-border::after {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    background: #2c69f1;
    margin: 10px auto 0;
    border-radius: 3px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
    .counter-box h3 {
        font-size: 24px;
    }

    .counter-box p {
        font-size: 16px;
        line-height: 21px;
    }

    .counter-box img {
        height: 60px;
    }
}

/* ===== AIM and OBJECTIVE===== */

/* ===== QUOTE BOX ===== */
.quote-box {
    background-color: #fff;
    border: 1px solid #2c69f1;
    border-radius: 12px;
    padding: 24px 32px;
    max-width: 100%;
    color: #1d1d6e;
    margin-bottom: 30px;
}

.quote-box h2 {
    margin-top: 0;
    color: #1d1d6e;
    font-size: 22px;
}

.quote-text {
    font-size: 18px;
    margin: 10px 0;
}

.quote-source {
    text-align: right;
    font-style: italic;
    color: #1d1d6e;
    font-weight: 400;
}


/* ===== HIGHLIGHT ===== */
.highlight {
    background-color: #eef3fc;
    padding: 12px;
    border-left: 4px solid #4b7bec;
    margin: 0px 0 0px;
    font-size: 18px;
    color: #1d1d6e;
    font-weight: 500;
    font-style: italic;
}

/* ===== Our Foundress ===== */
.img-reponsive {
    width: 100%;
}

/* ===== Our Emblem===== */

.emblem-circle img {
    height: 200px;
}

/* ===== Our Anthem===== */

.anthem-container {
    text-align: center;
    background: url(../images/UCS-Logo-01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    padding: 100px 120px;
}

.verse {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 18px;
    font-weight: 400;
}

.tame-table-box {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    height: 100%;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* ===== contact us==== */

/* SECTION BG */
.contact-info-section {
    padding: 100px 0;
    background: #F3F8FF;
}

/* CARDS */
.single-info-box .inner-box {
    background: #fff;
    border-radius: 20px;
    padding: 40px 15px 40px 15px;
    box-shadow: 0 20px 50px rgba(229, 229, 229, 0.8);
    margin-bottom: 15px;

}

/* ICON */
.icon-box img {
    width: 80px;
    margin-bottom: 20px;
}

/* TITLE */
.single-info-box h3 {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1D1D6E;
}

/* TEXT */
.single-info-box p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #1D1D6E;
    font-weight: 400;
}

.single-info-box a {
    color: #2c3e91;
    text-decoration: none;
}

/* FORM SECTION */
.contact-form-section {
    background: #eef3fb;
    padding: 100px 0;
}

/* TITLE */
.form-title {
    color: #2c69f1;
    font-weight: 700;
}

.form-subtitle {
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
}

/* UNDERLINE */
.underline {
    width: 60px;
    height: 4px;
    background: #2c69f1;
    margin: auto;
    border-radius: 5px;
}

/* INPUTS */
.contact-form input,
.contact-form textarea {
    width: 100%;
    border: none;
    border-radius: 12px;
    padding: 15px;
    background: #f6f8fc;
    font-size: 14px;
}

/* TEXTAREA */
.contact-form textarea {
    height: 150px;
    resize: none;
}

/* BUTTON */
.submit-btn {
    background: linear-gradient(to right, #2c69f1, #3c7bff);
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 10px;
    font-weight: 600;
    transition: 0.3s;
}

.submit-btn:hover {
    opacity: 0.9;
}



/* =================================CABINET MEMBERS========================== */
/* ========================================================================== */

.scabinate-box-new {
    border-radius: 5px;
    padding: 0;
    display: grid;
    margin-top: 30px;
}

.scabinate-imggreen-house {
    position: relative;
    text-align: center;
    bottom: -10px;
    z-index: 10;
}

.scabinate-imggreen-house img {
    /* height: 300px; */
    width: 100%;
    max-width: 250px;
}

.house-name-blue {
    background-image: url(../images/Blue-House1.svg);
    background-repeat: no-repeat;
    color: #fff;
    background-size: 100%;
    height: 84px;
    padding: 0px 26px 0px 42px;
    text-align: center;
    width: 300px;
}


.house-name-blue .title-smn {
    color: #ffffff;
    font-size: 16px;
    margin: 12px 0 0px 0;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    padding: 11px 0px;
}

.house-name-blue .title-sm1 {
    color: #000;
    font-size: 12px;
    margin: 7px 0px 6px 40px;
    font-weight: 500;
    line-height: 18px;
}

/* ==============================CABINET MEMBERS END========================== */

.cabinet-year {
	font-size: 30px !important;
	font-weight: 500 !important;
	color: #0066ff !important;
	margin-bottom: 0px !important;
}
.cabinet-head {
	font-size: 28px !important;
	font-weight: 500 !important;
	color: #1d1d6e !important;
	padding-top: 10px !important;
}

.school-cabinet .house-name-blue {
	background-image: url(../images/Blue-House1.svg);
	background-repeat: no-repeat;
	color: #fff;
	background-size: 100%;
	height: 84px;
	padding: 0px 26px 0px 42px;
	text-align: center;
	width: 100% ;
}

.school-cabinet .scabinate-imggreen-house img {
	/* height: 300px; */
	width: 100%;
	max-width: 240px !important;
}

/* =========================Infrastructure page=========================== */
.infrapagenew {
    padding-bottom: 75px !important;
}

.infrapagenew .infra-img-bx {
    padding: 0px 0px;
    min-height: 74px;
    margin-bottom: 10px;
}

.infrapagenew .infra-img img {
    border-radius: 15px;
    width: 100%;
    margin-bottom: 12px;
    object-fit: cover;
    object-position: top;
    height: 250px;
}

@media only screen and (max-width: 767px) {
    .infrapagenew .infra-img img {
        padding: 0px 0px;
        min-height: 74px;
        margin-bottom: 0px;
	border-radius: 15px;
	width: 100%;
	object-fit: cover;
	object-position: top;
	height: 114px;
    }
    .infra-text .facility-title {
	font-size: 18px !important;
    margin-top: 10px !important;
}
}

.infra-text .facility-title {
    font-weight: 600;
    color: #1d1d6e;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.3s all ease-in-out;
}

.infra-text .facility-title:hover {
    color: var(--primary-dark);
}

.infra-text p {
    font-size: 15px;
    min-height: 60px;
    font-weight: 300;
    color: #242444;
}

.infra-overlay {
	position: relative;
}
.infra-overlay .gallery-item {
	width: 100%;
	display: block;
	border-radius: 20px;
	cursor: pointer;
}


.infra-overlay::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	background: url("../images/youtube.png") no-repeat center center;
	background-size: contain;
	transform: translate(-50%, -50%);
	cursor: pointer;
	z-index: 999;
}


