/*!
Theme Name: davpublicschool
Theme URI: https://palaksys.in
Author: DAV Public School
Author URI: https://palaksys.in/
Description: Custom theme for DAV Public School
Version: 1.0
Requires at least: 5.0
Tested up to: 6.3
Requires PHP: 7.2
License: GPL version 2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0
Tags: custom-background, custom-colors, featured-images, flexible-header, microformats, post-formats, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: davpublicschool
*/

/* Don't overwrite this file. Compile "/assets/main.scss" to "/assets/dist/main.css" */

/* From http://codex.wordpress.org/CSS */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.bypostauthor {
	font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/***-----my css---**/
/* .banner-section .carousel-item {
    height: 500px;
    overflow: hidden;
}
.banner-section img {
    width: 100% !important;
    height: auto;
} */

.banner-content {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    align-items: center;
    color: #fff;
}
.banner-content h2{
	font-size: 50px;
	font-weight: bold;
}
.banner-section .carousel-item {
    height: 500px;
    overflow: hidden;
}
.about img {
    width: 100%;
    height: auto;
	border-radius: 10px;
}
.about {
    box-shadow: 0 0 2px;
    position: relative;
    top: -3em;
    z-index: 1;
    background: #a80000;
    color: #fff;
    border-radius: 10px;
	padding: 1em;
}
.desk-image img {
    width: 100%;
}
.desk-section {
    padding: 1em;
    margin: 1em 0;
    border-radius: 10px;
}
.mission {
    background: url(../photos/overlay.jpg);
    height: 400px;
    background-size: cover;
	position: relative;
}
.background-overlay {
    background: linear-gradient(354deg, #781a17, transparent);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.mission-nav ul li button.nav-link {
    width: 269px;
    margin: 0 10px 0 0;
    background: maroon;
    padding: 16px;
    color: #fff;
    font-weight: bold;
}
.mission-nav ul li button.nav-link.active {
    border-top: 6px solid maroon !important;
}
/* .mission-nav ul li button.nav-link:hover {
    color: #800000;
} */
.mission-nav {
   /*background-image: url(../image/a.png);*/
/* 	height: 400px; */
	height: auto;
}
.quote {
    margin-top: 5em;
}
.quote-content {
    border-radius: 10px;
}
/* .mission-nav {
    position: relative;
    top: -3.7em;
	height: 400px;
} */
.icon-content {
    width: 100%;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}
.icon-content:hover {
    color: white;
}
.mission-nav .tab-pane {
    margin-top: 2em;
    padding: 10px;
}
.feedback_inside {
    text-align: center;
}
.feedback_inside img{
    display: flex;
    margin: auto;
}
.quote-content p {
    margin: 0;
}
.quote-content {
    text-align: center;
    background: blue;
    color: #fff;
    padding: 12px;
    font-size: 25px;
    font-weight: 600;
}
.testimonial {
    background-image: url(../image/3-1024x473.jpg);
/*     height: 300px; */
    background-size: cover;
	color: #fff;
	margin-top: 5em;
}
.overlay {
    background: linear-gradient(357deg, #800000b8, transparent);
    height: 100%;
}
.student-testimonial {
    padding: 3em 0;
	text-align: center;
}
.student-testimonial img {
    margin: auto;
    border-radius: 100%;
}
.student-testimonial h2 {
    margin-bottom: 2em;
}
#footer {
    background: linear-gradient(135deg, #800000, #a80000);
    height: auto;
	color: #fff;
	margin-top: 5em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.footer-logo {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin: 10px 0;
}

.foot-heading-01,
.foot-heading-02,
.foot-heading-03,
.foot-heading-04 {
    color: #FDC800 !important;
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.cp-right-box {
    margin-bottom: 0;
    padding-bottom: 0;
}

body {
    margin-bottom: 0;
}

html {
    margin-bottom: 0;
}
.footer-overlay {
   	background: linear-gradient(transparent,#a80000 );
    height: 100%;
}
.footer-content img {
    width: 75%;
}



/* .owl-carousel .slick-list.draggable {
    height:175px !important;
} */
.feedback_inside img {
    border-radius: 100%;
}

/* .feedback_inside p {
    font-size: 1.5em;
} */
.desk-section {
    display: flex;
}
.desk-image img {
/*     width: 392px; */
    border-radius: 50px;
    box-shadow: 5px -5px 5px 0px maroon;
}
.desk h3 {
    color: maroon;
}

/* .desk:nth-child(1) {
    padding: 1em 5em 1em 0;
}

.desk:nth-child(2) {
    padding: 1em 0 1em 5em;
} */
.facility b {
    font-size: 25px;
    color: maroon;
}
.facility {
    background: #fff;
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
	box-shadow: 5px -5px 5px 0px skyblue;
}
.facility:hover {
    border: none;
    box-shadow: 5px -5px 5px 0px #a80000bf;
}
.education-sec{
	display: block;
}

/* #navbar {
    display: flex;
    justify-content: center;
    align-items: center;
} */
ul#menu-header {
    margin-right: 0 !important;
}
#navbar {
    position: relative;
    z-index: 1000;
    margin-left: 1rem;
}
#navbar ul li a {
    color: maroon;
    font-weight: 600;
    text-decoration: none;
    display: block;
    padding: 0.5rem 1rem;
}
#navbar ul li a:hover {
    color: #a80000;
    text-decoration: none;
}
.blog-page-header {
    background-image: url(../image/2-1024x473.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 1em;
    height: 400px;
    position: relative;
}
.post-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.breadcrumb a {
    color: #fff;
}
#footer h3 {
    color: maroon !important;
}
.galleryimg {
    height: 200px;
    overflow: hidden;
	position: relative;
}
.galleryimg img {
	display: block;
	width: 100%;
	height: auto;
	min-height: 100%;
}
.team {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #8000009c;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.galleryimg:hover .team {
  bottom: 0;
  height: 100%;
}
.contct {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    height: 300px;
    display: flex;
    align-items: center;
}
.contact {
    height: 150px;
    padding: 1em;
    border-radius: 10px;
    font-family: "Philosopher", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 1px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #794A4A 0%, #3E0B00 100%);
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3E0B00;
}
.contact:hover {
/*     box-shadow: rgba(60,64,67,.3) 0 1px 2px 0, rgba(60,64,67,.15) 0 2px 6px 2px;
    transform: scale(1); */
	background-color: transparent;
    background-image: linear-gradient(230deg, #794A4A 0%, #3E0B00 100%);
    color: #FDC800;
}
.contct-form input {
    max-width: 100% !important;
}
.contct-form .wpforms-container {
    margin: 0;
}
.loggin img {
    width: 35%;
}
.loggin span {
    color: maroon;
}
.infrastructure {
    padding: 10px 1em;
    height: 250px;
    margin-bottom: 1em;
    border-radius: 10px;
    background-color: transparent;
    background-image: linear-gradient(160deg, #794A4A 0%, #3E0B00 100%);
    text-align: justify;
    border: 10px solid #A49280;
}
ul#myTab {
    display: flex;
    justify-content: center;
}
.footermenu ul li a {
    color: #fff;
}

.footermenu ul li {
    list-style: none;
}
.footermenu ul {
    padding: 0;
}



@media(max-width: 576px){
	.desk-section {
    display: block;
}
	.education-sec{
	display: block;
}
	
#footer {
    background: linear-gradient(135deg, #800000, #a80000);
    height: auto;
    background-size: cover;
	color: #fff;
	margin-top: 5em;
}
}
/***----end my css----**/


/***----admission css---**/
ol.Bigol {
    list-style: none;
    counter-reset: item;
    padding: 0;
    margin-top: 60px;
    position: relative;
}
ol.Bigol>li {
    margin: 0;
    min-height: 55px;
    counter-increment: item;
    padding-left: 120px;
    position: relative;
	display: flex;
    align-items: center;
}
ol.Bigol>li:nth-child(1):before {
    background: #ffecef;
    color: #f55767;
}

ol.Bigol>li:before {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    content: counter(item);
    font-size: 2rem;
    font-weight: 500;
    color: #1b2432;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
}
ol.Bigol>li p {
    margin: 0;
}

.black {
    color: #000;
}
ol.Bigol>li:nth-child(2):before {
    background: #f4f4ff;
    color: #1a91f8;
}
ol.Bigol>li:nth-child(3):before {
    background: #e4ffee;
    color: #40975f;
}
ol.Bigol>li:nth-child(4):before {
    background: #dedee8;
    color: #1c1d58;
}
ol.Bigol>li:nth-child(5):before {
    background: #f4f4ff;
    color: #1a91f8;
}
ol.Bigol>li:nth-child(6):before {
    background: #e4ffee;
    color: #40975f;
}
ol.Bigol:before {
    content: "";
    background: #bebebe;
    width: 1px;
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 45px;
}
ol.Bigol>li+li {
    margin-top: 40px;
}
/***---end admission css----**/

/****-----faculty css start----***/
.faculty-image img {
    width: 100%;
    height: auto;
}
.faculty-image {
    height: 200px;
    overflow: hidden;
    border-radius: 10%;
}
.page-id-132 figure.wp-block-image {
    height: 250px;
    overflow: hidden;
}
.page-id-132 figure.wp-block-gallery {
    margin-top: 3em;
}
/***----faculty css end----***/

/* axy css */
.sessions {
    display: flex;
	justify-content: center;
}
span.percentage {
    padding-left: 0.3em;
}
.sessions p {
    font-weight: 600;
    color: #53537cc4;
    font-size: 14px;
}
.teacher-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.teacher:hover .teacher-img img{
	transform: scale(1.2);
}
.teacher-img img{
    width: 100%;
    height: auto;
	min-height: 100%;
	transition: transform .6s ease;
}
.teacher {
    box-shadow: inset 1px 2px 5px 0px;
    border-radius: 8px;
    padding: 10px;
    margin: 0.2em;
}
.teacher-content h3 {
    font-size: 1.2em;
    color: #a80000cc;
    font-weight: 700;
    font-family: sans-serif;
	padding-top: 0.7em;
}
li.menu-item-has-children:hover .dropdown-menu {
    display: block;
}
.footer-overlay {
    padding-top: 10px;
}
/* --------------facuilty-gallery---------------- */
figure.snip1094 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    height: 300px;
    /* width: 100%; */
    background: #000000;
    /* text-align: left; */
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    display: flex;
    /* width: 100%; */
    justify-content: center;
    align-items: center;
}

figure.snip1094 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.snip1094 img {
    max-width: 100%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    height: auto;
    min-height: 100%;
}

figure.snip1094 h5 {
	position: absolute;
	text-align: center;
	font-size: 16px;
	left: 0;
	color: #000000;
	top: 75%;
	padding: 5px 20px;
	width: 100%;
	margin: 0;
	text-transform: uppercase;
	font-weight: 400;
	background-color: rgba(255, 255, 255, 0.5);
	background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

figure.snip1094 h5 span {
  font-weight: 800;
}

figure.snip1094:after {
  background: #000000;
  width: 100%;
  height: 22px;
  position: absolute;
  left: 0;
  bottom: -22px;
  content: '';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

figure.snip1094 a {
  display: inline-block;
  opacity: 0;
}

figure.snip1094:hover img,
figure.snip1094.hover img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

figure.snip1094:hover:after,
figure.snip1094.hover:after {
  bottom: 0;
}

figure.snip1094:hover .icons a,
figure.snip1094.hover .icons a {
  opacity: 1;
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
}

figure.snip1094:hover a:first-child,
figure.snip1094.hover a:first-child {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.snip1094:hover a:nth-child(2),
figure.snip1094.hover a:nth-child(2) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

figure.snip1094:hover a:nth-child(3),
figure.snip1094.hover a:nth-child(3) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.faculty-gallery {
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: wrap;
  margin: 0;
  height: 100%;
}
/* -------------/-facuilty-gallery---------------- */
.infrastructure h3 {
    padding: 5px;
    text-align: center;
    font-size: 1.5em;
    font-family: math;
    font-weight: 900;
    color: #FDC800;
    -webkit-text-fill-color: initial;
	border-bottom: 5px solid;
    width: fit-content;
	margin: auto;
}
.infrastructure p {
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
    -webkit-text-fill-color: initial;
    font-family: "Philosopher", Sans-serif;
}

/* hover-effect on heading */
.svg-wrapper {
	height: 60px;
	margin: 0 auto;
	position: relative;
	top: 10%;
	transform: translateY(-50%);
	width: 320px;
}

.shape {
	fill: transparent;
	stroke-dasharray: 140 540;
	stroke-dashoffset: -474;
	stroke-width: 8px;
	stroke: #fdc800;
}

.textt {
	position: relative;
	top: -48px;
}

@keyframes draw {
	0% {
		stroke-dasharray: 140 540;
		stroke-dashoffset: -474;
		stroke-width: 8px;
	}
	100% {
		stroke-dasharray: 760;
		stroke-dashoffset: 0;
		stroke-width: 2px;
	}
}

.infrastructure:hover .shape {
	-webkit-animation: 0.5s draw linear forwards;
	animation: 0.5s draw linear forwards;
	display: block;
}
.svg-wrapper svg{
	height: 60px;
	width: 320px;
}
.svg-wrapper svg rect{
	height: 60px;
	width: 320px;
	display: none;
}
.infrastructure:hover .textt {
    border-bottom: none;
}
/* /-hover-effect on heading */
.icon i {
    font-size: 2em;
}
#footer p i {
    padding-right: 10px;
}
.desk p, .abt-content p {
    text-align: justify;
}
#footer .menu-item a[aria-current=page] {
    color: #0102fb;
    font-weight: 500;
}
.post-thumbnail img {
    width: 100%;
}
.contentgg {
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    background: #0000008f;
    color: white;
}
.background-imgg {
    display: flex;
    justify-content: center;
    height: 350px;
    overflow: hidden;
}
.contentgg h1 {
    text-align: center;
    color: white;
}
.dropdown-item.active, .dropdown-item:active {
    color: white !important;
}

ul.dropdown-menu.show li:hover {
    background: antiquewhite !important;
}











/*--------------------------------------responsive-------------------------------------*/
@media (max-width: 480px) {
	.loggin img {
		width: 35%;
		margin-top: 0.5em;
	}
}

/* Media Query for low resolution  Tablets, Ipads */
@media (min-width: 481px) and (max-width: 767px) {
	.loggin img {
		margin-top: 0.5em;
	}
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px){
	.navbar-brand img {
		height: 20px !important;
	}
	.galleryimg {
		height: 160px;
	}
	.svg-wrapper {
		width: auto;
	}
	.shape {
		stroke-dashoffset: -515;
	}
}

/* Media Query for Large screens */
@media (max-width: 1281px) {
	#navbar ul li a, .loggin span {
		font-size: 12px;
		padding-right: 0px;
	}
	.infrastructure {
		height: 330px;
	}
	.svg-wrapper svg{
		width: 240px;
	}
	.svg-wrapper svg rect{
		width: 240px;
	}
}
@media (max-width: 1281px) and (min-width: 993px){
	.contact {
		height: 165px;
	}
}
@media (max-width: 992px){
	.footer-overlay {
		height: auto;
	}
	.infrastructure {
		height: 300px;
	}
	.faculty_gallery{
		display: grid;
		grid-template-columns: repeat(4, 1fr); 
	}
	.svg-wrapper svg{
		width: 280px;
	}
	.svg-wrapper svg rect{
		width: 280px;
	}
	.contct {
		height: 380px;
	}
}
@media (max-width: 768px){
	#footer h3 {
		color: white !important;
	}	
	.infrastructure {
		height: 280px;
	}
	.faculty_gallery{
		display: grid;
		grid-template-columns: repeat(3, 1fr); 
	}
	.banner-section .carousel-item {
		height: 370px;
	}
	.contct {
		height: 380px;
	}
	.navbar-brand {
		margin-right: 0.5rem;
	}
	
	.navbar-brand img {
		width: 350px;
		height: 220px;
		max-height: 220px;
	}
	
	.navbar-brand {
		margin-left: -70px;
	}
	
	.school-name {
		display: none !important;
	}
	
	#navbar {
		margin-left: 0;
	}
	
	.navbar .container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media (min-width: 576px) and (max-width: 768px){
	.contact {
		padding: 0em;
	}
}
@media (max-width: 576px){
	#footer p {
		margin-top: 10px;
		margin-bottom: 0;
	}
	.galleryimg {
		height: 185px;
	}
	.faculty_gallery{
		display: grid;
		grid-template-columns: repeat(2, 1fr); 
	}
	.banner-section .carousel-item {
		height: 300px;
	}
	.mission-nav {
/* 		height: 500px; */
		height: auto;
	}	
	.svg-wrapper svg{
		width: 320px;
	}
	.svg-wrapper svg rect{
		width: 320px;
	}
	.svg-wrapper {
		width: 310px;
	}
	.contct {
		height: 550px;
	}
	ol.Bigol>li p {
		padding-right: 1em;
		text-align: justify;
	}
	.navbar-brand img {
		width: 320px;
		height: 200px;
		max-height: 200px;
	}
	
	.navbar-brand {
		margin-right: 1rem;
		margin-left: -60px;
	}
	
	.school-name {
		display: none !important;
	}
}
@media (min-width: 381px) and (max-width: 390px){
	.svg-wrapper svg{
		width: 305px;
	}
	.svg-wrapper svg rect{
		width: 305px;
	}
}
@media (max-width: 380px){
	.svg-wrapper svg{
		width: 300px;
	}
	.svg-wrapper svg rect{
		width: 300px;
	}
}
@media (max-width: 375px){
	.banner-section .carousel-item {
		height: 260px;
	}
	.galleryimg {
		height: 160px;
	}
	.contact {
		height: 160px; 
	}
}
/* @media (min-width: 321px) and (max-width: 370px){
	.svg-wrapper svg{
		width: 280px;
	}
	.svg-wrapper svg rect{
		width: 280px;
	}
	.teacher-img{
		height: 300px;
	}
} */
@media (min-width: 321px) and (max-width: 365px){
	.svg-wrapper svg rect {
		width: 265px;
	}
	.svg-wrapper svg {
		width: 265px;
	}
	.textt {
		left: -20px;
	}
}
@media (max-width: 320px){
	.teacher-img{
		height: 300px;
	}
	.infrastructure {
		height: auto;
	}
	.faculty_gallery{
		display: grid;
		grid-template-columns: repeat(1, 1fr); 
	}
	.svg-wrapper svg{
		height: 40px;
		width: 245px;
	}
	.svg-wrapper svg rect{
		height: 40px;
		width: 245px;
	}
	.svg-wrapper {
		width: auto;
	}
	.svg-wrapper {
		height: 15px;
	}
	.infrastructure p {
		margin-top: 1.5em;
	}
	.contct {
		height: 580px;
	}
	.contact {
		height: 165px !important;
	}
	.galleryimg {
		height: 150px;
	}
	.infrastructure h3{
		top: -40px;
	}
}




.contact-map iframe {
    width: 100% !important;
}

.dropdown-menu {
    z-index: 1001;
    position: absolute;
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.navbar {
    position: relative;
    z-index: 1000;
}

.navbar-nav .nav-link {
    position: relative;
    z-index: 1001;
}

.dropdown-menu {
    z-index: 1002;
}

.navbar-toggler {
    z-index: 1003;
}

.navbar-collapse {
    z-index: 1001;
}

.navbar-brand {
    margin-right: 4rem;
    padding: 0;
    margin-left: -100px;
}

.navbar-brand img {
    width: 80px !important;
    height: 80px !important;
    max-height: none !important;
    object-fit: contain !important;
}

.school-info .school-name {
    font-size: 1.8rem;
    font-weight: bold;
    color: #8B0000;
    line-height: 1.2;
    white-space: nowrap;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
    background: linear-gradient(45deg, #8B0000, #DC143C);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.school-info .school-address {
    font-size: 0.9rem;
    color: #2C3E50;
    margin-bottom: 2px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    font-weight: 500;
}

.school-info .affiliation {
    font-size: 0.75rem;
    color: #5D6D7E;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
    font-weight: 500;
}

.school-name h4 {
    color: maroon;
    font-size: 1.5rem;
    line-height: 1.2;
}

.school-name small {
    font-size: 0.9rem;
    color: #666;
}

.text-maroon {
    color: maroon !important;
}

.navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-nav {
    margin-left: auto;
}

/* Page Styling */
.page-header {
    background: linear-gradient(135deg, #8B0000, #DC143C);
    color: white;
    padding: 60px 0;
    text-align: center;
}

.page-title {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.page-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 0;
}

.content-section {
    padding: 60px 0;
    background: #f8f9fa;
}

.content-card {
    background: white;
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-bottom: 30px;
}

.content-card p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
    margin-bottom: 20px;
    text-align: justify;
}

.profile-section {
    text-align: center;
    margin-bottom: 30px;
}

.profile-image {
    width: 200px;
    height: 200px;
    margin: 0 auto 20px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #8B0000;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-title {
    color: #8B0000;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.section-title {
    color: #8B0000;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 30px 0 15px;
}

.highlight-section {
    background: #f0f8ff;
    padding: 25px;
    border-radius: 10px;
    border-left: 5px solid #8B0000;
    margin-top: 30px;
}

.signature {
    text-align: right;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid #eee;
}

.signature p {
    color: #8B0000;
    font-style: italic;
}

