@import url("https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100..900&family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Outfit:wght@100..900&display=swap");
body {
	color: #777777;
	font-weight: 500;
	background: #ffffff;
	font-family: "Outfit";
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #4a4c70;
}

a {
	color: #4a4c70;
	transition: 0.3s;
}

a:hover,
a:active,
a:focus {
	color: #fdbe33;
	outline: none;
	text-decoration: none;
}
.owl-carousel .owl-item img {
	display: initial;
	width: auto;
}
.btn.btn-custom {
	padding: 12px 27px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	border-radius: 30px;
	border: 2px solid #fdbe33;
	box-shadow: inset 0 0 0 0 #fdbe33;
	transition: ease-out0 0.3s;
	-webkit-transition: ease-out0 0.3s;
	-moz-transition: ease-out 0.3s;
	background: #fbbb01;
}
.btn.btn-custom:hover {
	color: #20212b;
	box-shadow: inset 0 0 0 30px #fdbe33;
}
.h5,
h5 {
	margin-top: 10px;
	font-size: 16px;
	color: #292929 !important;
}

.back-to-top {
	position: fixed;
	display: none;
	background: #fdbe33;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 22px;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 9;
}

.back-to-top i {
	color: #4a4c70;
	padding-top: 10px;
}

.back-to-top:hover {
	background: #4a4c70;
}

.back-to-top:hover i {
	color: #fdbe33;
}

/*====================
11. Header top css
======================*/

.header-top {
	padding: 9px 0 10px 0;
	position: relative;
	background: #116e63;
	z-index: 1;
}
.header-top::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0px;
	width: 25%;
	background: #fbbb02;
	z-index: -1;
}

.header-top-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-top-contact ul {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 0px !important;
}

.header-top-contact ul li {
	display: flex;
	gap: 10px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	padding-right: 20px;
}

.header-top-contact ul li:last-child {
	border: none;
	padding-right: 0;
}

.header-top-contact ul li a {
	color: #fff;
	font-weight: 400;
}

.header-top-contact ul li a i {
	color: #fda31b;
	margin-right: 5px;
}

.header-top-social span {
	color: #fff;
	font-weight: 500;
}
.dropdown-item {
	display: block;
	width: 100%;
	padding: 5px 10px 5px;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	border-bottom: 1px solid #c2232b24;
	font-size: 15px;
}
.header-top-social a i {
	width: 25px;
	height: 26px;
	line-height: 28px;
	color: #fff;
	font-size: 13px;
	background: #116e63;
	text-align: center;
	margin-left: 0px;
	border-radius: 50px;
	transition: all 0.5s ease-in-out;
}

.header-top-social a:hover {
	color: #fda31b;
}

@media all and (max-width: 1199px) {
	.header-top-contact ul {
		gap: 10px;
	}

	.header-top-social a {
		width: 34px;
		height: 34px;
		line-height: 37px;
		margin-left: 0;
	}
}

@media all and (max-width: 992px) {
	.header-top {
		display: none;
	}
}
.navbar-light .navbar-nav .nav-link {
	position: relative;
	margin-right: 39px;
	padding: 41px 0;
	color: #292929 !important;
	font-size: 16px;
	font-weight: 400;
	outline: none;
	transition: 0.5s;
	letter-spacing: 1px;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
	padding: 20px 0;
	color: #19232b !important;
	font-size: 16px !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color:#000000;
}

.navbar-light .navbar-brand img {
	max-height: 80px;
	transition: 0.5s;
}
.sticky-top.navbar-light .navbar-brand img {
	max-height: 80px;
}
.navbar .dropdown-toggle::after {
	border: none;
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	vertical-align: middle;
	margin-left: 8px;
}

@media (min-width: 1200px) {
	.navbar .nav-item .dropdown-menu {
		display: block;
		visibility: hidden;
		top: 100%;
		transform: rotateX(-75deg);
		transform-origin: 0% 0%;
		border: 0;
		border-radius: 0px;
		transition: 0.5s;
		opacity: 0;
		border-top: 3px solid #fdbe33;
	}
}

.dropdown .dropdown-menu a:hover {
	background: var(--bs-primary);
	color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
	transform: rotateX(0deg);
	visibility: visible;
	background: #fff;
	transition: 0.5s;
	opacity: 1;
}
@media (max-width: 991.98px) {
	.sticky-top.navbar-light {
		position: relative;
		background: var(--bs-white);
	}

	.navbar.navbar-expand-lg .navbar-toggler {
		padding: 10px 20px;
		border: 1px solid var(--bs-primary);
		color: var(--bs-primary);
	}

	.navbar-light .navbar-collapse {
		margin-top: 15px;
		border-top: 1px solid #dddddd;
	}

	.navbar-light .navbar-nav .nav-link,
	.sticky-top.navbar-light .navbar-nav .nav-link {
		padding: 10px 0;
		margin-left: 0;
		color: var(--bs-dark) !important;
	}

	.navbar-light .navbar-brand img {
		max-height: 45px;
	}
}

@media (min-width: 992px) {
	.navbar-light {
		/* position: absolute; */
		width: 100%;
		top: 0;
		left: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		z-index: 999;
	}

	.sticky-top.navbar-light {
		position: fixed;
		background: #fff;
	}

	.navbar-light .navbar-nav .nav-link.nav-contact::before {
		display: none;
	}
}
.text-secondary {
	color: #f28b00 !important;
}
.carousel-caption h1 {
	text-align: left;
	color: #292929;
	font-size: 54px;
	font-weight: 700;
	margin-bottom: 20px;
}
.carousel-caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 100px 100px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	background: rgb(11 28 57 / 19%);
}
/*** Carousel Hero Header Start ***/
.header-carousel {
	position: relative;
}

.header-carousel .owl-nav .owl-prev {
	position: absolute;
	width: 62px;
	height: 60px;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	border-radius: 60px;
	background: #fff3;
	color: var(--bs-white);
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
	position: absolute;
	width: 60px;
	height: 60px;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	border-radius: 60px;
	background: #ffffff33;
	color: var(--bs-white);
	font-size: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
	transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
	box-shadow: inset 100px 0 0 0 var(--bs-light) !important;
	color: var(--bs-primary) !important;
}

@media (max-width: 576px) {
	.header-carousel .owl-nav .owl-prev,
	.header-carousel .owl-nav .owl-next {
		top: 630px;
		transition: 0.5s;
	}

	.header-carousel
		.header-carousel-item
		.carousel-caption
		.carousel-caption-content {
		width: 95% !important;
	}
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
	position: relative;
	width: 100%;
	height: 700px;
	display: block;
	object-fit: cover;
	transition: 0.5s;
}

.carousel-caption {
	text-align: left;
}

@media (max-width: 992px) {
	.header-carousel .header-carousel-item,
	.header-carousel .header-carousel-item img {
		margin-top: 0;
		transition: 0.5s;
	}
}

@media (min-width: 992px) {
	.header-carousel .owl-nav .owl-prev,
	.header-carousel .owl-nav .owl-next {
		margin-top: 50px;
	}
}
.facility-card h5 {
	color: #b9360c !important;
	font-weight: 600;
	margin-top: 15px;
}
.carousel .btn-primary {
	color: #000;
	background-color: #fda31b;
	border-color: #fda31b;
	border-radius: 50px 50px 50px 0 !important;
}

.header-carousel .header-carousel-item .carousel-caption {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 100px 100px;
	display: flex;
	align-items: center;
	/* justify-content: center; */
	background: rgba(11, 28, 57, 0.7);
}

.header-carousel
	.header-carousel-item
	.carousel-caption
	.carousel-caption-content {
	position: relative;
	width: 75%;
}
.ms-auto {
	margin-left: auto !important;
}

/*** Carousel Hero Header End ***/

/*******************************/
/********** Hero CSS ***********/
/*******************************/
.carousel {
	position: relative;
	width: 100%;
	min-height: 300px;
	background: #ffffff;
	margin-bottom: 45px;
}

.carousel .container-fluid {
	padding: 0;
}

.carousel .carousel-item {
	position: relative;
	width: 100%;
	min-height: 300px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.carousel .carousel-img {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 300px;
	text-align: right;
	overflow: hidden;
}

.carousel .carousel-img::after {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

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

.carousel .carousel-text {
	position: absolute;
	display: flex;
	align-items: normal;
	justify-content: left;
	flex-direction: column;
	z-index: 2;
	width: 100%;
}
.carousel .carousel-text h1 {
	text-align: left;
	color: #292929;
	font-size: 54px;
	font-weight: 700;
	margin-bottom: 20px;
}
.carousel .carousel-text p {
	color: #292929b8;
	text-align: left;
	font-size: 17px;
	margin-bottom: 25px;
	font-weight: 400;
}
.carousel-caption {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	text-align: start;
	z-index: 1;
}
.carousel .carousel-btn .btn.btn-custom {
	color: #292929;
}

.carousel .carousel-btn .btn.btn-custom:hover {
	color: #292929;
}

.carousel .carousel-btn .btn:first-child {
	margin-right: 15px;
}

.carousel .owl-nav {
	position: absolute;
	width: 100%;
	height: 60px;
	top: calc(50% - 30px);
	left: 0;
	display: flex;
	justify-content: space-between;
	z-index: 9;
}

.carousel .owl-nav .owl-prev,
.carousel .owl-nav .owl-next {
	width: 52px;
	height: 53px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fdbe33;
	background: rgba(256, 256, 256, 0.2);
	font-size: 46px;
	transition: 0.3s;
}
.carousel-caption h4 {
	font-size: 28px;
	color: #121c22;
	font-weight: 700;
}
.carousel .owl-nav .owl-prev:hover,
.carousel .owl-nav .owl-next:hover {
	color: #ffffff;
	background: #fdbe33;
}

.carousel .owl-nav .owl-prev {
	margin-right: 2px;
}

.carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

#videoModal .modal-dialog {
	position: relative;
	max-width: 800px;
	margin: 60px auto 0 auto;
}

#videoModal .modal-body {
	position: relative;
	padding: 0px;
}

#videoModal .close {
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	top: -30px;
	z-index: 999;
	font-size: 30px;
	font-weight: normal;
	color: #ffffff;
	background: #000000;
	opacity: 1;
}

@media (max-width: 991.98px) {
	.carousel .carousel-text h1 {
		font-size: 35px;
	}

	.carousel .carousel-text p {
		font-size: 16px;
	}

	.carousel .carousel-text .btn {
		padding: 12px 30px;
		font-size: 15px;
		letter-spacing: 0;
	}
}

@media (max-width: 767.98px) {
	.carousel .carousel-text h1 {
		font-size: 30px;
	}

	.carousel .carousel-text .btn {
		padding: 10px 25px;
		font-size: 15px;
		letter-spacing: 0;
	}
}

@media (max-width: 575.98px) {
	.carousel .carousel-text h1 {
		font-size: 25px;
	}

	.carousel .carousel-text .btn {
		padding: 8px 20px;
		font-size: 14px;
		letter-spacing: 0;
	}
}

/*******************************/
/******* Page Header CSS *******/
/*******************************/

.page-header {
	position: relative;
	margin-bottom: 45px;
	padding: 130px 0 90px 0;
	text-align: center;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat !important;
	background-size: cover;
	background: url(../img/sloka.png);
}
.page-header h2 {
	position: relative;
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.page-header a {
	position: relative;
	padding: 0 5px;
	font-size: 14px;
	color: #fff;
}

.page-header a:hover {
	color: #fdbe33;
}

.page-header a::after {
	position: absolute;
	content: "/";
	width: 8px;
	height: 8px;
	top: -2px;
	right: -7px;
	text-align: center;
	color: #fbbb02;
}

.page-header a:last-child::after {
	display: none;
}

@media (max-width: 991.98px) {
	.page-header {
		padding: 60px 0;
	}

	.page-header h2 {
		font-size: 45px;
	}

	.page-header a {
		font-size: 20px;
	}
}

@media (max-width: 767.98px) {
	.page-header {
		padding: 45px 0;
	}

	.page-header h2 {
		font-size: 35px;
	}

	.page-header a {
		font-size: 18px;
	}
}
.logo img {
	width: 80px;
	height: 80px;
}
.float {
	width: 48px;
	height: 48px;
	bottom: 40px;
	right: 40px;
	background-color: transparent;
	color: #fdbe33;
	border-radius: 50px;
	text-align: center;
	font-size: 21px;
	z-index: 100;
	border: 1px solid #fdbe33;
	line-height: 48px;
	padding: 12px;
}
.anytime small {
	font-size: 13px;
	color: #1b1b1b !important;
	letter-spacing: 1px;
	font-weight: 500;
}
.anytime a {
	color: #1b1b1b;
	text-decoration: none;
	font-size: 20px;
	font-weight: 700;
}
.btn-warning {
	color: #292929;
	background-color: #fbbb01;
	border-color: #fbbb01;
	font-size: 14px;
	font-weight: 700;
	border-radius: 23px;
	padding: 10px 16px;
}
.owl-dots {
	text-align: center;
	margin-top: 15px;
}

.owl-dot {
	width: 21px;
	height: 7px;
	background: #ddd;
	border-radius: 12px;
	display: inline-block;
	margin: 5px;
	transition: 0.3s;
}

.owl-dot.active {
	background: #fbbb01;
	width: 28px;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}
.dropdown-toggle::after {
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 13px;
	color: #292929c4;
	position: absolute;
	right: -14px;
	top: 52%;
	transform: translateY(-50%);
	border-top: none;
}
.custom-card {
	border: none;
	border-radius: 0px;
	overflow: hidden;
	text-align: center;
	padding: 15px;
}

.card-header {
	border: none;
	background: transparent;
}

.badge-bg {
	font-size: 1.1rem;
	padding: 8px 15px;
	border-radius: 10px;
	color: white;
}

/* Background colors */
.bg-blue {
	background-color: #e9f7fe; /* Light Blue */
	border-top: 6px solid #43b6f0;
}

.bg-purple {
	background-color: #f7f2fe; /* Purple */
	border-top: 6px solid #9650f8;
}

.bg-yellow {
	background-color: #fffdeb; /* Gold */
	border-top: 6px solid #faba01;
}

.bg-orange {
	background-color: #fff7f2; /* Dark Orange */
	border-top: 6px solid #f2772a;
}

/* Button Styling */
.btn-light {
	font-weight: bold;
	background: white;
	color: black;
	border-radius: 5px;
}
/* Default badge styling */
.custom-badge {
	color: white !important;
	font-size: 14px;
	padding: 10px 40px;
	border-radius: 30px;
	display: inline-block;
	position: relative;
	font-weight: 400;
}

/* Different badge colors */
.badge-nagole {
	background-color: #43b6f0; /* Blue */
}
.badge-balapur {
	background-color: #9650f8; /* Purple */
}
.badge-madhapur {
	background-color: #faba01; /* Yellow */
	color: black; /* Ensuring readability */
}
.badge-ameerpet {
	background-color: #f2772a; /* Orange */
}
h2 {
	font-size: 42px;
	color: #292929;
	font-weight: 700;
}
p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	color: #292929;
	opacity: 76%;
}
/* Triangle on top */
.custom-badge::before {
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

/* Triangle color adjustments */
.badge-nagole::before {
	border-bottom: 12px solid #43b6f0;
}
.badge-balapur::before {
	border-bottom: 12px solid #9650f8;
}
.badge-madhapur::before {
	border-bottom: 12px solid #faba01;
}
.badge-ameerpet::before {
	border-bottom: 12px solid #f2772a;
}
.read-more a {
	background: #fff;
	font-size: 14px;
	color: #1b1b1b;
	padding: 12px 11px;
	font-weight: 500;
	width: 100%;
	text-align: left;
}
.read-more img {
	color: #fff;
	padding: 12px 20px;
}
.read-more {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	margin-top: 15px;
}
.sloka .card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 0;
}

.why-sloka {
	background-color: #fff;
}

.image-group {
	position: relative;
}

.main-img {
	width: 100%;
	border-radius: 10px;
}

.small-img {
	position: absolute;
	bottom: -10px;
	right: -10px;
	width: 45%;
	border-radius: 10px;
}

.circles {
	position: absolute;
	top: 10%;
	left: 80%;
}

.circle {
	width: 50px;
	height: 50px;
	background: linear-gradient(45deg, #ff9800, #ff5722);
	border-radius: 50%;
}

.small-circle {
	width: 30px;
	height: 30px;
	background: linear-gradient(45deg, #ff9800, #ff5722);
	border-radius: 50%;
	margin-top: 10px;
}
.info-card {
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	border-left: 8px solid #fbbb01;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	align-items: center;
}
.icon-box {
	font-size: 30px;
	color: #ff9800;
	display: flex;
	justify-content: center;
	align-items: center;
}

.text-box h5 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.text-box p {
	margin: 0;
}

.btn-warning {
	border-radius: 30px;
	padding: 10px 20px;
	font-weight: bold;
}

.donates {
	width: 620px;
}
.owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	color: #000000;
}
.owl-prev {
	position: absolute;
	left: 0px;
	color: #000000;
}
.owl-next {
	position: absolute;
	right: 0px;
	color: #000000;
}
/* Team */
.team {
	background-color: #fffdeb;
}
.team-item h5 span{
	font-size: 16px;
	font-weight: 500;
}
.team-heading {
	font-size: 42px;
	font-weight: bold;
}

.team-subheading {
	color: #666;
	font-size: 1rem;
	max-width: 600px;
	margin: 0 auto;
}
.team-carousel .card {
	border-radius: 0px;
	overflow: hidden;
	padding: 14px;
	border: none;
}
.team-carousel .card img {
	height: 250px;
	object-fit: cover;
}

.team-carousel .card-body {
	padding: 15px;
}

.team-carousel .owl-nav {
	position: absolute;
	top: 40%;
	width: 100%;
	transform: translateY(-50%);
}

.team-carousel .owl-prev {
	left: -30px;
}

.team-carousel .owl-next {
	right: -30px;
}

.team-carousel .owl-prev:hover,
.owl-next:hover {
	background: #333 !important;
	color: #fff !important;
}
.team-carousel .owl-dots {
	text-align: center;
	margin-top: 50px;
	position: relative;
}
.sloka .owl-dots {
	display: none !important;
}
.team-carousel .owl-dot {
	width: 17px;
	height: 7px;
	margin: 5px;
	background: #ccc;
	display: inline-block;
	border-radius: 12px;
	transition: all 0.3sease;
}
.team-carousel .owl-dot.active {
	background: #ffcc00;
	transform: scale(1.3);
	width: 22px;
	height: 7px;
}
.team .card-title {
	margin-bottom: 0.75rem;
	color: #292929;
	font-size: 18px;
}
#campus-carousel .item img {
	width: 100%;
}

.campus-carousel p {
	background-color: #f3f3f3;
	font-size: 18px;
	color: #292929;
	font-weight: 600;
	opacity: 100%;
	padding: 14px;
}
.testimonial {
	background: #fdf8f4;
	padding: 34px 0;
	text-align: center;
}

.section-header h2 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.section-header p {
	font-size: 16px;
	color: #666;
}

.testimonial-item {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	height: 100%; /* Ensure it fills the available space */
	min-height: 300px; /* Adjust as needed */
}
.testimonial-text {
	min-height: 240px;
}
.testimonial-profile img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: 4px solid #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.testimonial-item h3 {
	font-size: 18px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #292929;
}
.profession {
	color: #ff9800;
	font-size: 14px;
	font-weight: 400;
}

.testimonial-text p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

#testimonial-carousel .owl-nav {
	display: none;
}
/*** Footer ***/
.footer {
	color: #999999;
}

.footer .btn.btn-link {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	text-align: left;
	color: #ffffff;
	font-weight: normal;
	text-transform: capitalize;
	transition: 0.3s;
	opacity: 80%;
	font-size: 14px;
}

.carousel-caption p {
	color: #ffffff;
	opacity: 100%;
}
.bg-dark {
	background-color: #16171a !important;
}
.footer p {
	color: #ffffff;
	opacity: 80%;
	font-size: 14px;
	line-height: 23px;
}

.bg-light {
	background-color: #f5f7fa !important;
}

.footer .btn.btn-link:hover {
	color: var(--light);
	letter-spacing: 1px;
	box-shadow: none;
}

.footer .copyright {
	padding: 15px 0 0;
	font-size: 14px;
	border-top: 1px solid rgba(256, 256, 256, 0.1);
}

.footer .copyright a {
	color: #fff;
}

.footer .copyright a:hover {
	color: var(--primary);
}
#campus-carousel .owl-nav {
	position: absolute;
	top: 111%;
	width: 100%;
	transform: translateY(-50%);
	display: flex;
	justify-content: space-evenly;
	color: #000000;
	/* left: -13px; */
	flex-direction: column-reverse;
	align-content: space-between;
	align-items: center;
}
#campus-carousel .owl-prev {
	border: 1px solid #425d5a17;
	position: absolute;
	left: 495px;
	color: #292929;
	background: #fff;
	padding: 6px 14px 6px;
}
#campus-carousel .owl-next {
	position: absolute;
	right: 490px;
	color: #000000;
	color: #292929;
	background: #fff;
	padding: 6px 14px 6px;
	border: 1px solid #425d5a17;
}
#campus-carousel {
	position: absolute;
	left: -11%;
	width: 127%;
}
@media only screen and (max-width: 600px) {
	.donates {
		width: 100%;
	}
	#campus-carousel {
		position: relative;
		left: 0%;
		width: 100%;
	}
	#campus-carousel .owl-prev {
		border: 1px solid #425d5a17;
		position: absolute;
		left: 118px;
		color: #292929;
		background: #fff;
		padding: 6px 14px 6px;
	}
	#campus-carousel .owl-next {
		position: absolute;
		right: 133px;
		color: #000000;
		color: #292929;
		background: #fff;
		padding: 6px 14px 6px;
		border: 1px solid #425d5a17;
	}
	.owl-nav {
		display: none;
	}
	.dropdown-toggle::after {
		content: "\f107";
		font-family: "FontAwesome";
		font-size: 13px;
		color: #292929;
		position: absolute;
		left: 90%;
		top: auto;
		transform: translateY(0%);
		border-top: none;
	}
	.ml-5 {
		margin-left: 0rem !important;
	}
	.testimonial {
		margin-top: 64px !important;
	}
	.carousel-caption h1 {
		text-align: left;
		color: #292929;
		font-size: 30px;
		font-weight: 700;
		margin-bottom: 20px;
	}.carousel-caption h4 {
		font-size: 19px;
		color: #121c22;
		font-weight: 700;
	}
	.carousel-item .pt-5 {
		padding-top: 0rem !important;
	}
	.carousel-item .mt-5 {
		margin-top: 0rem !important;
	}
	.why-sloka .ml-5 {
		margin-left: 0rem !important;
	}
	.carousel-caption {
		padding: 0;
	}
	.carousel .carousel-img img {
		width: 100%;
		height: 60vh;
		object-fit: cover;
	}
	.main-image {
		margin-bottom: 12px;
	}
	.image-group img {
		margin-bottom: 25px;
	}
}
.card-body h6 {
	font-weight: 700;
	font-size: 20px;
}
/*******************************/
/********** Facts CSS **********/
/*******************************/
.facts {
	position: relative;
	width: 100%;
	min-height: 400px;
	margin: 45px 0;
	display: flex;
	align-items: center;
	background: #fffdeb;
}
.facts .facts-item {
	flex-direction: row;
	text-align: center;
}
.facts .facts-item i {
	margin-top: 10px;
	font-size: 60px;
	line-height: 60px;
	color: #fdbe33;
}

.facts .facts-text h3 {
	position: relative;
	display: inline-block;
	color: #1b1b1b;
	font-size: 45px;
	font-weight: 700;
}
.facts .facts-text h3::after {
	position: absolute;
	top: 14px;
	color: #1b1b1b;
	font-size: 25px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}

.facts .facts-text h3.facts-plus::after {
	content: "\f067";
	right: -25px;
}
.facts .facts-text h3.facts-dollar::after {
	content: "\f541";
	right: -18px;
}
.facts-item img {
	margin-bottom: 12px;
}
.facts .facts-text p {
	color: #1b1b1b;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	opacity: 100%;
}
.facility-item {
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.bg-info {
	background-color: #e9f7fe !important;
}
.bg-primary {
	background-color: #f7f2fe !important;
}
.bg-danger {
	background-color: #fff7f2 !important;
}
h4 {
	font-size: 32px;
	color: #121c22;
}
.blog-card {
	border: none;
	transition: 0.3s;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.blog-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.card-title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}

.read-mores {
	color: #fbbb01;
	font-weight: 400;
	text-decoration: none;
	font-size: 15px;
}

.read-mores:hover {
	text-decoration: underline;
}
.date-badge {
	position: absolute;
	bottom: -26px;
	right: 10px;
	background: black;
	color: white;
	font-size: 14px;
	font-weight: 400;
	padding: 6px 12px;
	border-radius: 5px;
	text-align: center;
}
.blogs .small {
	font-size: 14px;
	font-weight: 400;
	color: #33504d !important;
}
.footer h4 {
	font-size: 20px;
	color: #121c22;
}
.gallery-caption {
	color: #041d2b !important;
	font-size: 18px;
	margin-top: 6px;
	margin-bottom: 0;
}
.photo-count {
	margin-bottom: 20px;
}
.btn-link.focus,
.btn-link:focus {
	text-decoration: none;
}

.btn-link:hover {
	text-decoration: none;
}

/* Custom CSS */
.search-container {
	background-color: #f5f7fa; /* Light gray background */
	padding: 20px;
	max-width: 600px;
	margin: 0 auto;
	border-radius: 0 0 5px 5px;
}

.search-heading {
	color: #fbbb01; /* Tealish blue for "Search" heading */
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 600;
}

.search-form {
	display: flex;
	gap: 10px;
	justify-content: center;
}

.blogs-details .form-control {
	border-radius: 5px;
	border: none;
	background: #fff;
	padding: 10px;
	width: 300px;
	box-shadow: none; /* Remove default Bootstrap shadow */
}

.btn-search {
	background-color: #2c3e50; /* Dark blue button */
	color: white;
	border: none;
	border-radius: 5px;
	padding: 10px 20px;
	font-size: 16px;
	cursor: pointer;
}

.btn-search:hover {
	background-color: #34495e; /* Darker blue on hover */
}

.meta-info {
	display: flex;
	align-items: center;
	padding: 10px 0px;
	gap: 15px;
	color: #555;
	margin-top: 10px;
	font-size: 16px;
}
.meta-info i {
	color: #fbbb01;
	margin-right: 5px;
}
/* Recent Posts */
.recent-post {
	display: flex;
	align-items: center;
	/* background: white; */
	padding: 10px;
	/* border-radius: 5px; */
	/* border: 1px solid #ddd; */
	margin-bottom: 10px;
}

.recent-post img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 5px;
	margin-right: 10px;
}

.recent-post-content {
	display: flex;
	flex-direction: column;
}

.recent-post-meta {
	font-size: 12px;
	font-weight: bold;
	color: #041d2b9c;
	text-transform: uppercase;
}

.recent-post-title {
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	color: #333;
	text-decoration: none;
}

.recent-post-title:hover {
	color: #f26f1d;
}
.sidebar {
	background-color: #fbfaf4;
	padding: 12px;
}
.sidebar h5 {
	font-size: 23px;
	color: #062a26;
}
.event-card {
	border: 1px solid #fff;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
	transition: 0.3s;
}

.event-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.event-card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.event-content {
	padding: 15px;
	display: flex;
	align-items: flex-start;
}

.event-date {
	background: transparent;
	color: #fbbb01;
	padding: 0px;
	text-align: center;
	font-weight: bold;
	margin-right: 15px;
	border-bottom: 3px solid #fbbb01;
}

.event-date span {
	font-size: 32px;
	display: block;
}
.event-date small {
	font-size: 15px;
	display: block;
	font-weight: 600;
	color: #041d2b;
}
.event-content h5 {
	font-size: 20px;
	margin: 0 0 5px;
}
.event-content p {
	margin: 2px 0;
	font-size: 14px;
	color: #292929;
	opacity: 100%;
}
.event-content i {
	font-size: 11px;
	color: #fbbc01d5;
}
.event-image {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.event-details {
	padding: 20px;
}
.events .card {
	border: none;
}
.news-card {
	border: 1px solid #ddd;
	padding: 15px;
	background: #fff;
	border-radius: 5px;
	height: 100%;
}
.news-image {
	width: 100%;
	height: 256px;
	border-radius: 5px;
	object-fit: contain;
}
.btn-container {
	text-align: center;
	margin-top: 20px;
}
/* Apply background color correctly */
.col-md-4:nth-child(1) .news-card {
	background-color: #e9f7fe;
} /* Light Blue */
.col-md-4:nth-child(2) .news-card {
	background-color: #f7f2fe;
} /* Light Purple */
.col-md-4:nth-child(3) .news-card {
	background-color: #fff7f2;
} /* Light Orange */
.col-md-4:nth-child(4) .news-card {
	background-color: #fffdeb;
} /* Light Yellow */
.news-image img {
	width: 100%;
} /* Background color for the contact section */
.contact-section {
	background-color: #fbf6e7;
	padding: 50px 0;
}

/* Left side box styling */
.contact-info {
	background-color: white;
	padding: 30px;
	border-radius: 10px;
	position: relative;
}

/* Yellow design element */
.contact-info::before {
	content: "";
	position: absolute;
	bottom: -50px;
	left: -48px;
	width: 170px;
	height: 170px;
	background-color: #fdc235;
	clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.contact-info h5 {
	font-weight: bold;
}

.contact-info p {
	margin: 0;
}

.icon {
	font-size: 24px;
	color: #fdc235;
	margin-right: 10px;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
	color: #292929;
}
/* Form styling */
.contact-form .form-control {
	border-radius: 5px;
	border: 0px solid #ddd;
	padding: 25px 14px;
}
.contact-info h4 {
	font-size: 21px;
	color: #121c22;
	font-weight: 600;
}
/* Send button */
.send-btn {
	background-color: #fdc235;
	border: none;
	padding: 15px 20px;
	color: black;
	font-weight: bold;
	border-radius: 5px;
}

/* Map styling */
.map-container {
	margin-top: 20px;
}
.facility-card {
	background-color: #fbfaf4;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.Technology img {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.card-header img{
	width: 100%;
	height: 250px;
	object-fit: fill;
}
.facility-card h4 {
	font-weight: bold;
	margin-bottom: 10px;
}
.facility-card img {
    width: 100%;
    border-radius: 8px;
    margin-top: 10px;
    height: 200px;
    object-fit: cover;
}
.compus .h-100 {
	height: 200px;
	object-fit: cover;
}
.facility-card .row {
	align-items: center;
}

.admission-content {
	padding-right: 30px;
}
.form-check label {
	font-size: 15px;
	font-weight: 400;
}
.admission-content h2 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 15px;
}

.admission-content p {
	opacity: 79%;
	font-size: 16px;
	color: #000000;
	font-weight: 300;
}
.admission-content p strong {
	color: #000000;
	opacity: 100%;
	font-weight: 600;
}
.admission-content ul {
	padding-left: 20px;
}
.admission-content ul {
	font-size: 16px;
	font-weight: 400;
}

.admission-form {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
}

.form-control {
	border-radius: 5px;
}

.admission-form {
	background: #fbfaf4;
	padding: 25px;
	border-radius: 5px;
	/* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
}
.btn-submit {
	background-color: #f8b400;
	color: #292929;
	font-weight: bold;
	padding: 10px 24px;
	border: none;
}
.btn-submit:hover {
	background-color: #e0a300;
}
.admission-form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	padding: 0.375rem 0.75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ffffff;
	border-radius: 0.25rem;
	transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}
.contact-section .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + 0.75rem + 25px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ffffff;
	border-radius: 0.25rem;
	transition: border-color 0.15sease-in-out, box-shadow 0.15sease-in-out;
}
@media only screen and (max-width: 600px) {
	.contact-info::before {
		content: "";
		position: absolute;
		bottom: 1px;
		left: 0px;
		width: 117px;
		height: 96px;
		background-color: #fdc235;
		clip-path: polygon(0 0, 100% 100%, 0 100%);
	}
	.contact-info {
		background-color: white;
		padding: 5px;
		border-radius: 10px;
		position: relative;
	}
	.navbar-nav .nav-link {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
}
/* FAQ Card Styling */
.faq-card {
	border: none;
	border-radius: 0;
}
.faq-card .card-body {
	color: #333;
	font-size: 15px;
}
.faq-header {
	background-color: #fff;
	padding: 0px 0px;
	border-bottom: 0px solid #ddd;
}
.faq-question {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	text-decoration: none;
	width: 100%;
	text-align: left;
	padding: 7px 12px;
	background-color: white;
	border: none;
	box-shadow: 0 0px 6px #0000000f;
	margin-bottom: 5px;
}
.faq-toggle {
	font-size: 18px;
	font-weight: bold;
	transition: 0.3s;
}

/* Active state styling */
.faq-question[aria-expanded="true"] {
	background-color: #292929 !important;
	color: #fff !important;
	font-weight: 300;
}
.faq-question[aria-expanded="true"] .faq-toggle {
	transform: rotate(180deg);
}
.age-card {
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	padding: 12px;
	box-shadow: 0 3px 6px #0000000a;
}

.age-card-img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.age-card-body {
	padding: 15px;
}

.age-card-body h6 {
	font-size: 16px;
	text-transform: uppercase;
}

.age-card-body p {
	font-size: 15px;
	color: #000000;
	opacity: 79%;
}
.brochure-title {
	font-size: 37px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #292929;
}
.brochure-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.brochure-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	border: 1px solid #ddd;
	box-shadow: 0px 3px 6px #0000000f;
}

.brochure-icon img {
	width: 30px;
}

.brochure-content {
	flex-grow: 1;
	padding: 0 10px;
}
.brochure-text {
	font-size: 16px;
	margin: 0;
	color: #292929;
	opacity: 100%;
}
.brochure-download a {
	color: #d9534f;
	text-decoration: none;
	font-weight: 500;
	font-size: 16px;
}
.brochure-download a:hover {
	text-decoration: underline;
}
.branch-card {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}
.branch-card h4 {
	color: #c34812;
	font-size: 18px;
}
.gallery-item .img-fluid {
	max-width: 100%;
	height: 269px;
	object-fit: cover;
	width: 100%;
}
.gallery-item img {
	max-width: 100%;
	height: 269px;
	object-fit: cover;
}
.list-group-item {
	border: none;
	padding-left: 0;
}

.list-group-item {
	border: none;
	padding-left: 0;
	font-size: 1rem;
}

.icon-img {
	max-width: 80px;
	margin: 10px;
	opacity: 0.8;
}
.ethics-card {
	background: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
}

.section-title {
	font-weight: 400;
	font-size: 24px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: #c34317;
}

.ethics-icon {
	max-width: 80px;
	opacity: 0.9;
}

.ethics-card ul {
	padding-left: 0;
}

.ethics-card ul li {
	font-size: 15px;
	padding: 8px 0;
	font-weight: 400;
	color: #292929;
	opacity: 78%;
}
.vision-mission-img {
	max-width: 100%;
	height: auto;
}

.vision-box {
	background: #ffffff;
	border-radius: 10px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	border-left: 4px solid #c3490a;
}

.blue-bar {
	display: inline-block;
	width: 5px;
	height: 20px;
	background: #125779;
	margin-right: 10px;
}

.mission-list {
	list-style-type: none;
	padding-left: 0;
}

.mission-list li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 10px;
	font-size: 15px;
	color: #333;
	font-weight: 400;
	color: #292929;
	opacity: 76%;
}
.mission-list li::before {
	content: "•";
	position: absolute;
	left: 0;
	top: 0;
	color: #125779;
	font-size: 20px;
}
.text-primary {
	color: #125779 !important;
}

.value-item {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 15px;
	border-radius: 10px;
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	width: 400px;
	transition: transform 0.3s;
}

.value-item:hover {
	transform: translateY(-5px);
}

.value-icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 22px;
	margin-right: 15px;
}

.core-circle {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 15px;
	max-width: 600px;
	margin: auto;
	position: relative;
}

.circle-item {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	position: relative;
}

.core-text {
	position: absolute;
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
.board-section {
	padding: 50px 0;
}
.director-image {
	width: 100%;
	object-fit: cover;
	height: 500px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.director-name {
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	color: #125779;
	font-size: 18px;
}
.school-info {
	text-align: center;
	margin-top: 30px;
}
.school-info h4 {
	font-weight: bold;
}
.principal-image {
	width: 100%;
	object-fit: cover;
	height: 567px;
	border-radius: 5px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.sri-section {
	border-radius: 15px;
}

/* Heading Styles */
.sri-heading {
	color: #a60108;
	font-weight: bold;
	font-size: 28px;
}
.sub-heading {
	color: #2d2d2d;
	font-weight: bold;
	font-size: 22px;
	margin-top: 20px;
}

/* Content Styles */
.sri-content {
	text-align: justify;
	color: #444;
}

/* Image Styling */
.sri-image {
	max-width: 100%;
	border-radius: 10px;
	display: block;
	margin: auto;
}

.sri-list li {
	margin-bottom: 8px;
	font-size: 16px;
	list-style: none;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	color: #292929;
	opacity: 76%;
	line-height: 31px;
}
.sri-list {
	margin: 0;
	padding: 0;
}
/* Section Styling */

/* Heading Styles */
.discipline-heading {
	color: #a60108;
	font-weight: bold;
	font-size: 26px;
	border-left: 4px solid #a60108;
	padding-left: 10px;
}

/* Content Styling */
.discipline-content {
	text-align: justify;
	color: #333;
}

/* List Styling */
.discipline-list {
	margin-top: 20px;
	padding: 0;
}
.discipline-section h4 {
	font-size: 23px;
	color: #121c22;
}

.discipline-list li {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	color: #292929;
	opacity: 76%;
	list-style: none;
	line-height: 29px;
}
/* Image Styling */
.discipline-image {
	max-width: 100%;
	border-radius: 10px;
	display: block;
	margin: auto;
}
.process-box {
	padding: 15px 30px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 8px;
	text-align: center;
	min-width: 150px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.grade {
	width: 100%;
	height: 63px;
	object-fit: cover;
}
.norms-container {
	background: white;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	margin: 30px auto;
	max-width: 900px;
}
.norms-container .section-title {
	color: #bf3115;
	font-weight: 600;
	font-size: 20px;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 34px;
	text-transform: uppercase;
}
.norms-container .section-title::before {
	content: "";
	width: 60px;
	height: 4px;
	background-color: #d41c1c;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.norms-list {
	list-style: none;
	padding: 0;
}
.norms-list li {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 12px 15px;
	border-radius: 8px;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 11%);
	margin-bottom: 12px;
	font-size: 15px;
	transition: 0.3s;
	color: #292929;
	opacity: 78%;
}
.norms-container .icon-box {
	border-radius: 50%;
	background: #bf3115;

	color: white;
	font-size: 11px;
	margin-right: 12px;
	padding: 9px;
}
.image-container img {
	width: 100%;
	max-width: 400px;
}
.list-check li {
	margin-bottom: 0.5rem;
	line-height: 1.5;
}
.blink-soft {
	animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
	50% {
		opacity: 0;
	}
}
.discipline-list li {
	list-style: none;
	padding-left: 20px; /* Adjust as needed */
	text-indent: -20px; /* Pulls the first line left */
}
/* Card Styling */
.case-card {
	height: 180px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #80002005; /* Dark Red Border */
	border-radius: 12px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	transition: all 0.3s ease;
}

.case-card:hover {
	box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.2);
}

/* Icon Styling */
.card-icon {
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
}

/* Text Styling */
.card-text {
	font-size: 14px;
	font-weight: 600;
	color: #2c2c2c;
}
.sports-card {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #f8f9fa;
	padding: 8px 13px 8px;
	border-radius: 10px;
	margin-bottom: 8px;
	transition: all 0.3s ease-in-out;
	/* box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1); */
}

.sports-card img {
	width: 40px;
	height: 40px;
}

.sports-card span {
	font-size: 18px;
	font-weight: bold;
	color: #c2232b;
}

.sports-card:hover {
	background: #ffeff0;
	transform: translateY(-5px);
}
.music-header {
	font-size: 32px;
	font-weight: bold;
	color: #bf3115;
	border-left: 5px solid #bf3115;
	padding-left: 10px;
}
.Technology h4 {
	color: #bf3115;
}
.Photography ul {
	margin-top: 0;
	margin-bottom: 1rem;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	color: #292929;
	opacity: 76%;
	list-style: circle;
	line-height: 31px;
	padding-left: 22px;
}
.music-card {
	background: #f9f9f9;
	padding: 20px;
	border-radius: 10px;
	transition: 0.3s;
	font-size: 15px;
	font-weight: 400;
}
.music-card:hover {
	background: #fff3e0;
	transform: translateY(-5px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.music-icon {
	font-size: 30px;
	color: #ff9800;
}
.club-section {
	padding: 50px 0;
}
.club-title {
	font-size: 28px;
	font-weight: bold;
	color: #bf3115;
	border-left: 5px solid #bf3115;
	padding-left: 15px;
	margin-bottom: 20px;
}
.sub-heading {
	font-size: 22px;
	font-weight: bold;
	color: #007bff;
	margin-top: 20px;
}
.highlight {
	color: #28a745;
	font-weight: bold;
}
.application-btn {
	display: inline-block;
	background-color: #3b5998;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	border-radius: 5px;
}

.application-btn i {
	margin-right: 5px;
}

.career-banner {
	width: 100%;
	border-radius: 5px;
}

form .form-control {
	border-radius: 5px;
}
form label {
	font-size: 14px;
	font-weight: 450;
}

.current-openings {
	background-color: #f8f8f8;
	padding: 20px;
	border-radius: 5px;
}

.current-openings ul {
	padding-left: 20px;
}

.current-openings ul li {
	font-size: 16px;
	margin-bottom: 10px;
}

.current-openings .note {
	font-size: 14px;
	margin-top: 10px;
}

.criteria-title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
/*===================
41. Team css 
=====================*/

.team-area {
    position: relative;
    overflow: hidden;
}

.team-item {
    position: relative;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 60px 60px 60px 0;
    overflow: hidden;
    box-shadow: 0 3px 6px rgb(0 0 0 / 5%);
    transition: all .5s ease-in-out;
}

.team-item:hover {
    transform: translateY(-10px);
}

.team-img img {
    border-radius: 50px 50px 50px 0;
}

.team-content {
    margin-top: 15px;
    position: relative;
}

.team-bio h5 {
    font-size: 22px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-weight: 700;
}

.team-bio h5 a {
    color: #000;
}
.team-bio p{
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}
.team-slider .owl-nav {
    position: absolute;
    top: 36%;
    width: 100%;
    transform: translateY(-50%);
    display: flex
;
    justify-content: space-between;
    color: #000000;
}
.team-bio strong {
    font-size: 17px;
    font-weight: 700;
    color: #116e63;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

.team-bio h5 a:hover {
    color: #116e63;
}

.team-social-btn {
    position: absolute;
    right: -5px;
    bottom: 25px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding-left: 12px;
    border-radius: 50px 50px 0 50px;
    cursor: pointer;
    background: #116e63;
    color: #fff;
    transition: var(--transition);
}

.team-item:hover .team-social-btn {
    background: #fda31b;
}

.team-social {
    position: absolute;
    margin-bottom: 10px;
    text-align: center;
    top: 50px;
    right: 0px;
    bottom: 0;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.team-item:hover .team-social {
    opacity: 1;
    right: 30px;
}

.team-social a {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
    border-radius: 50px 50px 50px 0;
    background: #fda31b;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.team-social a:hover {
    background: #116e63;
    color: #fff;
}

	.team-img img {
		width: 100% !important;
		height: 366px;
		object-fit: cover;
	}

.team-area2 .team-item {
    padding: 0px 30px 30px 30px;
    background: transparent;
    box-shadow: none;
    overflow: unset;
}

.team-area2 .team-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    border-radius: 15px;
    background: #fff;
    box-shadow: var(--box-shadow) !important;
    z-index: -1;
}

.team-area2 .team-img img {
    border-radius: 50px 50px 50px 0;
}

.team-area2 .team-content {
    margin-top: 30px;
}

.team-area2 .team-social-btn {
    bottom: 39px;
}

.team-area2 .team-social-btn {
    right: 0;
}

