.navbar {
	background-color: #600
}

.navbar-nav .nav-link {
	color: #fff;
	font-weight: 500;
	padding: 10px 15px
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #ecc87a
}

@media (max-width: 991px) {
	.navbar-nav {
		background: #000;
		padding: 15px;
		border-radius: 10px
	}
}

.navbar-nav .nav-link {
	color: #fff
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
	color: #e5c36a
}

.bg-blue {
	background-color: #293150
}

.bg-maroon {
	background-color: #600
}

header {
	background: #000
}

header img {
	height: 63px
}

.hero-section{
    height:100vh;
    position:relative;
    overflow:hidden;
}

/* Carousel as background */
.hero-carousel,
.hero-slide{
    height:100vh;
}

.hero-slide{
    background-size:cover;
    background-position:center;
}

/* overlay */
.hero-slide::before{
    content:"";
    position:absolute;
    inset:0;
    background:#0000008c;
}

/* static content above slider */
.hero-content{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:5;
}

/* nav arrows */
.hero-carousel .owl-nav{
    position:absolute;
    bottom:30px;
    width:100%;
    text-align:center;
    z-index:10;
}

.hero-carousel .owl-nav button{
    background:#fff !important;
    width:45px;
    height:45px;
    border-radius:50%;
    margin:0 8px;
}

/* form */
.hero-form{
	background-color: #a1a1a1;
}

section {
	padding: 100px 0
}

.section-title {
	margin-bottom: 40px
}

footer {
	background: #111;
	color: #ccc
}

footer a {
	color: #ccc;
	text-decoration: none
}

.social-icons a {
	font-size: 20px;
	margin-right: 15px
}

section {
	padding: 40px 0
}

.section-title {
	font-weight: 700
}

.why-box {
	background: #fff;
	padding: 10px;
	text-align: center;
	border-radius: 16px;
	height: 100%;
	transition: all .3s ease;
	box-shadow: 0 10px 30px #0000000f
}

.why-box i {
	font-size: 42px;
	color: #b00020;
	margin-bottom: 20px;
	display: inline-block
}

.why-box h5 {
	font-weight: 600;
	margin-bottom: 12px
}

.why-box p {
	font-size: 15px;
	color: #666
}

.why-box:hover {
	transform: translateY(-8px);
	box-shadow: 0 18px 45px #0000001f
}

.highlight-box {
	background: linear-gradient(135deg, #b00020, #7b0016);
	color: #fff
}

.highlight-box i,
.highlight-box p {
	color: #fff
}

.category-section {
	padding: 80px 0
}

.accordion-item {
	border: none;
	margin-bottom: 15px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 25px #0000000f
}

.accordion-button {
	font-weight: 600;
	background: #f8f9fa
}

.accordion-button:not(.collapsed) {
	background: #600;
	color: #fff
}

.accordion-button i {
	font-size: 18px
}

.accordion-body {
	background: #fff;
	color: #555
}

.accordion-button:not(.collapsed) {
	background: #600;
	color: #fff
}

.info-note {
	background: #f8f9fa;
	border-left: 5px solid #600;
	padding: 18px 20px;
	border-radius: 8px;
	color: #444;
	font-size: 15px;
	box-shadow: 0 5px 20px #0000000d
}

.info-note i {
	color: #600
}

.bg-maroon .accordion-button:not(.collapsed) {
	background: #293150
}

.bg-maroon .info-note {
	border-left: 5px solid #293150
}

.bg-maroon .info-note i {
	color: #293150
}

.scholarship-table thead.table-dark th {
	background-color: #293150 !important;
	color: #fff
}

.scholarship-table {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 8px 30px #0000000f
}

.scholarship-table td {
	font-size: 15px
}

.scholarship-table th {
	font-weight: 600;
	text-align: center;
	vertical-align: middle
}

.faculty-section {
	padding: 80px 0
}

.faculty-card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	text-align: center;
	box-shadow: 0 10px 30px #00000014;
	transition: .3s ease
}

.faculty-card:hover {
	transform: translateY(-8px)
}

.faculty-card img {
	width: 100%;
	height: 260px;
	object-fit: cover
}

.faculty-info {
	padding: 20px;
	min-height: 210px
}

.faculty-info h5 {
	font-weight: 600;
	margin-bottom: 6px
}

.faculty-info .degree {
	font-size: 14px;
	color: #555;
	margin-bottom: 4px
}

.faculty-info .university {
	font-size: 13px;
	color: #777;
	margin-bottom: 8px
}

.faculty-info .designation {
	display: inline-block;
	padding: 4px 12px;
	font-size: 13px;
	border-radius: 20px;
	background: #fff;
	color: #000
}

.faculty-carousel .owl-nav {
	text-align: center;
	margin-top: 25px
}

.faculty-carousel .owl-nav button {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0 6px 20px #00000026;
	margin: 0 8px;
	font-size: 20px
}

.faculty-carousel .owl-dots {
	display: none
}

.international-linkages-section {
	padding: 80px 0
}

.international-linkages-section .section-title {
	font-weight: 700;
}

.international-linkages-section p {
	font-size: 16px;
	line-height: 1.7
}

.section-divider {
	width: 80px;
	height: 4px;
	background: #ecc87a;
	border-radius: 5px
}

.testimonials-section {
	padding: 80px 0
}

.testimonial-card {
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
	height: 100%;
	box-shadow: 0 10px 30px #00000014;
	transition: transform .3s ease
}

.testimonial-card:hover {
	transform: translateY(-6px)
}

.testimonial-photo {
	width: 100%;
	height: 260px;
	object-fit: contain;
	object-position: center;
	background: #f1f1f1;
	display: block
}

.testimonial-content {
	padding: 25px;
	text-align: center;
	min-height: 350px
}

.testimonial-text {
	font-size: 15px;
	font-style: italic;
	color: #555;
	line-height: 1.7;
	margin-bottom: 20px
}

.student-name {
	font-weight: 600;
	margin-bottom: 4px
}

.student-details {
	font-size: 14px;
	color: #777
}

.testimonials-carousel .owl-nav {
	text-align: center;
	margin-top: 30px
}

.testimonials-carousel .owl-nav button {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #fff !important;
	box-shadow: 0 6px 18px #00000026;
	margin: 0 8px;
	font-size: 20px
}

.testimonials-carousel .owl-dots {
	display: none
}

#gallery img {
	border: 3px solid #fff9;
	border-radius: 8px;
	transition: all .3s ease
}

#gallery img:hover {
	border-color: #ffffffe6;
	transform: scale(1.02)
}

.contact-section {
	padding: 80px 0;
	background: #fff
}

.contact-title {
	font-size: 28px;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 12px
}

.contact-divider {
	display: block;
	width: 70px;
	height: 3px;
	background: #e5c36a;
	margin: 0 auto 25px
}

.contact-address {
	font-size: 15px;
	color: #222;
	margin-bottom: 10px;
	line-height: 1.7
}

.contact-details {
	font-size: 15px;
	color: #000
}

.contact-details a {
	color: #000;
	text-decoration: none
}

.contact-details a:hover {
	text-decoration: underline
}

.footer-section {
	padding: 60px 0 35px;
	background: #111;
	color: #fff
}

.footer-title {
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 500
}

.social-icons a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	margin: 0 8px;
	border-radius: 50%;
	background: #1e1e1e;
	color: #fff;
	font-size: 20px;
	transition: all .3s ease
}

.social-icons a:hover {
	background: #e5c36a;
	color: #000;
	transform: translateY(-3px)
}

.footer-divider {
	width: 80px;
	height: 2px;
	background: #e5c36a;
	margin: 30px auto 20px;
	border: none
}

.footer-copy {
	font-size: 14px;
	color: #ccc;
	margin-bottom: 0
}



@media (max-width: 991px) {
	header img {
		height: 45px
	}

	section {
		padding: 6px 0
	}
	
	.faculty-section {
    padding: 6px 0;
	}
	
	.contact-section {
    padding: 12px 0;
	}

	.testimonial-content {
		min-height: auto;
	}
}


.gallery-carousel .owl-nav {
  margin-top: 20px;
  text-align: center;
}

.gallery-carousel .owl-nav button {
  background: #fff !important;
  color: #800000 !important; /* maroon */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 8px;
  font-size: 18px;
}

.gallery-carousel .owl-nav button:hover {
  background: #f1f1f1 !important;
}

/* Google Translate Dropdown Styling */
#google_translate_element select {
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 8px;
  font-size: 14px;
}

#google_translate_element option {
  color: #000;
}

/* Hide Google branding text */
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0;
}

.goog-te-gadget {
  color: #660000 !important;
}
.goog-logo-link,
.goog-te-gadget span {
  display: none !important;
}

.goog-te-gadget {
  font-size: 0;
}

.skiptranslate iframe {
  display: none !important;
}

.campus-tour-btn{
  position: fixed;
  right: -45px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  background: #dc3545; /* Bootstrap danger red */
  color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px 8px 0 0;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  transition: 0.3s ease;
}

.campus-tour-btn:hover{
  background: #b02a37;
  color: #fff;
  right: -35px;
}

.video-thumb {
  position: relative;
  display: block;
}

.video-thumb img {
  width: 100%;
  border-radius: 10px;
}

.video-thumb::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  height: 64px;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.video-thumb::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent white;
  z-index: 2;
}

.video-thumb:hover::after {
  background: rgba(0, 0, 0, 0.75);
}

.video-thumb:hover::before {
  transform: translate(-40%, -50%) scale(1.1);
}

#backToTop {
	position: fixed;
	bottom: 30px;
	right: 15px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: #600;
	color: #fff;
	border: none;
	cursor: pointer;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	z-index: 999;
	box-shadow: 0 8px 25px #00000040;
	transition: all .3s ease
}

#backToTop:hover {
	background: #e5c36a;
	color: #000;
	transform: translateY(-4px)
}

.apply-now-btn{
    position: fixed;
    right: -35px;
    top: 80%;
    transform: rotate(-90deg);
    background: #e11b22;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    text-decoration: none;
    z-index: 9999;
    border-radius: 6px 6px 0 0;
    display:none;
}

.apply-now-btn:hover{
    color:#fff;
    background:#c5161d;
}







