/* Description: Master CSS file */

/*****************************************
Table Of Contents:
- General Styles
- Navigation
- Header
- Introduction
- Project 1
- Project 2
- Details Modal
- Project 3
- Process
- Services
- About 
- Testimonials
- Team
- Contact
- Footer
- Copyright
- Back To Top Button
- Extra Pages
- Media Queries
******************************************/

/**************************/
/*     General Styles     */
/**************************/
@import url('https://fonts.cdnfonts.com/css/gabriola');

:root {
	--red: #dc3545;
	--orange: #DB9854;
	--yellow: #e49113;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #232324;
	--primary: #FFE481;
	--secondary: #6c757d;
	--dark: #212529;
	--light-yellow: #F0DBBC;

	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: "Hind Guntur", "Encode Sans Expanded";
	/* --font-family-monospace: "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
	--font-family-monospace: "Corbel", "Helvetica Neue", "Roboto", "Noto Sans", sans-serif, "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-quotes: "Courgette";
}

body,
html {
	width: 100%;
	height: 100%;
	background-color: var(--white);
	line-height: 1.5;
	margin: 0;
	font-family: var(--font-family-sans-serif);
}

body,
p {
	color: var(--dark);
	/* font-family: var(--font-family-monospace); */
	/* font: 400 1rem/1.625rem "Open Sans", sans-serif; */

}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	color: var(--dark);
	margin-top: 0;
	margin-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	font-weight: 600;
	line-height: 1.2;
	font-family: var(--font-family-sans-serif);
}

h1 {
	font-size: 2rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.75rem;
}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.25rem;
	font-weight: 400;
}

h6 {
	font-size: 1rem;
}

.p-large {
	font-size: 1.125rem;
	line-height: 1.75rem;
}

.p-small {
	font-size: 0.875rem;
	line-height: 1.5rem;
}

p {
	font-size: 1.175rem;
	/* text-align: justify; */
	line-height: 28px;
}


@media (max-width: 520px) {
	p {
		font-size: 1.175rem;
        line-height: 26px;
	}
}

.text-bold {
	font-size: 1.2rem;
	font-weight: 500;
}

.testimonial-text {
	font-style: italic;
}

.testimonial-author {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.75rem;
	font-family: var(--font-family-sans-serif);
}

.li-space-lg li {
	margin-bottom: 0.5rem;
}

a {
	color: var(--gray-dark);
	text-decoration: none;
}

a:hover {
	color: var(--dark);
	text-decoration: underline;
}

.no-line {
	text-decoration: none;
}

.no-line:hover {
	text-decoration: none;
}

.read-more {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.5rem;
}

.read-more .fas {
	margin-left: 0.625rem;
	font-size: 1rem;
	vertical-align: -8%;
}

.green {
	color: var(--orange);
}

.bg-gray {
	background-color: var(--white);
}

.hr-heading {
	display: block;
	width: 5rem;
	margin-top: 0.75rem;
	margin-bottom: 0.75rem;
	border: 1px solid var(--white);
	background-color: var(--gray-dark);
	opacity: 1;
}

.btn-solid-reg {
	display: inline-block;
	padding: 1.375rem 1.5rem 1rem;
	/* padding: 1rem 0.5rem 0.75rem; */
	/* border: 1px solid var(--orange); */
	border-radius: 4px;
	background-color: var(--orange);
	color: var(--white);
	font-weight: 500;
	font-size: 1rem;
	line-height: 0;
	text-decoration: none;
	transition: all 0.4s;
	cursor: pointer;
}

.btn-solid-reg:hover {
	background-color: var(--gray-dark);
	color: var(--white);
	/* needs to stay here because of the color property of a tag */
	text-decoration: none;
	margin-top: -5px;
}


/**********************/
/*     Navigation     */
/**********************/
/* Navbar is fixed-top (see HTML), so it stays at top while scrolling */
/* Dark semi-transparent background with blur effect for modern glassmorphism look */
#navbar {
	/* background-color: rgba(var(--light-yellow), 0.8); */
	/* background-color: rgba(219, 152, 84, .6); */
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, rgba(255, 255, 255, 0.65) 35%, rgba(255, 255, 255, 65) 100%);

	/* background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 35%, rgba(255, 255, 255, 0) 100%); */
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	/*font-weight: 400;
	font-size: 0.875rem; */
	font-weight: 500;
	font-size: 1rem;
	line-height: 0.875rem;
	/* Total navbar height: 56px base + 10px padding = 66px */
	min-height: calc(56px + 10px);
	/* box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.025); */

	height: 0px;
	/* min-height: 550px;  */
}

#navbar .inpage-bg {
	background-color: rgba(255, 255, 255, 1) !important;
}

.navbar .navbar-brand {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	/* color: var(--white) !important; */
}

.navbar a:hover {
	text-decoration: none;
}

.navbar .logo-image img {
	width: 40px;
	height: auto;
}

.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:hover {
	color: var(--dark);
}

/* .navbar-dark .inpage {
	color: var(--white);
} */

.navbar .logo-text {
	color: var(--dark) !important;
	font-weight: 700;
	font-size: 1.875rem;
	line-height: 1rem;
	text-decoration: none;
}

/* .offcanvas-collapse .nav-item .nav-link {color: var(--white);} */

.navbar .navbar-nav {
	margin-top: 0.75rem;
	margin-bottom: 0.5rem;
}

/* Navigation link styles - white color for contrast against dark navbar */
#navbar .nav-item .nav-link {
	/* padding-top: 0.625rem;
	padding-bottom: 0.625rem; */
	padding: 5px 10px 1px;
	line-height: 25px;
	border-radius: 5px;
	margin: 0px 5px;
	color: var(--dark);
	text-decoration: none;
	transition: all 0.2s ease;
	/* Smooth transition for hover effects */
}

#navbar .nav-item.dropdown.show .nav-link,
#navbar .nav-item .nav-link:hover,
#navbar .nav-item .nav-link.active {
	color: var(--white) !important;
	background: var(--orange) !important;
}

@media (max-width: 520px) {
	
	/* Mobile menu (offcanvas) - slides in from right on mobile devices */
	.offcanvas-collapse {
		position: fixed !important;
		/* position: relative; */
		/* top: 2.9rem; */
		top: 4rem !important;
		/* adjusts the height between the top of the page and the offcanvas menu */
		bottom: 0;
		left: 100%;
		/* Initially hidden off-screen to the right */
		width: 100%;
		padding-right: 1rem;
		padding-left: 1rem;
		overflow-y: auto;
		visibility: hidden;
		background-color: rgb(219 152 84 / 95%);
		transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out;
		transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
	}

	/* When menu is open, slide it in from the right to cover the screen */
	.offcanvas-collapse.open {
		visibility: visible;
		-webkit-transform: translateX(-100%);
		/* Move left by full width to show menu */
		transform: translateX(-100%);
	}


	#navbar .nav-item.dropdown.show .nav-link,
	#navbar .nav-item .nav-link:hover,
	#navbar .nav-item .nav-link.active {
		color: var(--dark) !important;
		background: var(--light-yellow) !important;
	}

	.offcanvas-collapse {
		height: auto;
		min-height: 100vh;
	}

}

/* Dropdown Menu */
.navbar .dropdown .dropdown-menu {
	animation: fadeDropdown 0.2s;
	/* required for the fade animation */
}

.fa-bars {
	background: var(--orange);
	padding: 10px;
	border-radius: 5px;
}


/* .navbar-dark .navbar-toggler-icon{
	background-color: var(--orange);
	padding: 8px;
	border-radius: 5px;
} */

@keyframes fadeDropdown {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

/* end of dropdown menu */

/* #navbar.navbar-dark .navbar-brand {
	color: var(--dark) !important;
} */

/* Social media icons in navbar - using FontAwesome stacks */
.navbar .fa-stack {
	width: 2em;
	margin-right: 0.25rem;
	font-size: 0.75rem;
}

.navbar .fa-stack-2x {
	color: var(--gray-dark);
	transition: all 0.2s ease;
}

.navbar .fa-stack-1x {
	color: var(--white);
	transition: all 0.2s ease;
}

.navbar .fa-stack:hover .fa-stack-2x {
	color: var(--white);
}

.navbar .fa-stack:hover .fa-stack-1x {
	color: var(--white);
}

.navbar .navbar-toggler {
	padding: 0;
	border: none;
	font-size: 1.25rem;
}

/*****************/
/*    Header     */
/*****************/
/* Default header class with large top padding (not currently used on home page) */
.header {
	padding-top: 8rem;
	padding-bottom: 8rem;
	/* background: url('../images/header-background.jpg') center center no-repeat; */
	/* background: url(../images/Banner-img.png) center center no-repeat; */
	background-size: cover;
	text-align: center;
}

/* ⚠️ IMPORTANT: Missing .header1 class causes navbar overlap! */
/* The HTML uses class="header1" but this CSS rule doesn't exist */
/* Without padding-top, the hero section starts at 0px and navbar (66px height) covers it */
/* TODO: Add this rule to fix overlap:
   .header1 {
       padding-top: calc(56px + 10px + 12px); // navbar height + small gap
   }
*/

.header1 {
	padding-top: calc(56px + 10px);
	/* navbar height + small gap */
}

.header .h1-large {
	margin-bottom: 2.5rem;
	/* color: var(--gray-dark); */
	/* font-size: 2.5rem;
	line-height: 4.5rem; */
	/* font-family: var(--font-family-sans-serif); */

}

.header .h1-large span {
	font-weight: 200;
}

.header .btn-solid-lg {
	display: block;
	margin-bottom: 1.375rem;
}

.header .btn-outline-lg {
	display: block;
	border-color: #ffffff;
	color: #ffffff;
}

.header .btn-outline-lg:hover {
	background-color: #ffffff;
	color: #444444;
}

.swiper-button-prev img,
.swiper-button-next img {
	background: var(--gray-dark);
}

@media (min-width: 992px) {
	/* .header .h1-large {
		font-size: 4rem;
	} */

	.hero-swiper h1 {
		font-size: 2.5rem;
	}

}

/* Hero slider styles (Swiper) */
/* Main container for the hero slider */
.hero-slider {
	position: relative;
}

/* Individual slides - responsive height based on viewport */
.hero-slider .swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80vh;
	/* 70% of viewport height for responsive sizing */
	overflow: hidden;
}

/* Images fill the slide using object-fit cover to maintain aspect ratio */
.hero-slider .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	/* Crop to fill container while maintaining aspect ratio */
	display: block;
}

/* Hero slider: vertical numbered pagination on the right with progress ring */
.hero-slider {
	position: relative;
}

/* Custom vertical pagination with numbered bullets and progress rings */
/* Positioned on the right side of the slider */
.hero-slider .swiper-pagination {
	right: 12px;
	left: auto;
	/* top: 50%; */
	transform: translateY(-50%);
	/* Center vertically */
	width: auto;
	display: flex;
	flex-direction: column;
	/* Stack bullets vertically */
	gap: 10px;
	z-index: 10;
}

/* Circular pagination bullets with numbers inside */
.hero-slider .swiper-pagination .swiper-pagination-bullet {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background: transparent;
	/* No background, border only */
	border: 2px solid rgba(255, 255, 255, 0.28);
	color: #fff;
	font-weight: 600;
}

.hero-slider .swiper-pagination .bullet-num {
	position: relative;
	z-index: 2;
	font-size: 14px;
}

.hero-slider .swiper-pagination svg.progress-ring {
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	z-index: 1;
}

.hero-slider .swiper-pagination .progress-ring__circle {
	stroke-dasharray: 88;
	stroke-dashoffset: 88;
	stroke: rgba(255, 255, 255, 0.95);
	fill: transparent;
	transform: rotate(-90deg);
	transform-origin: 50% 50%;
}

/* animate the ring for the active bullet using the autoplay delay value */
.hero-slider .swiper-pagination .swiper-pagination-bullet-active .progress-ring__circle {
	stroke-dashoffset: 0;
	transition: stroke-dashoffset var(--autoplay-delay, 5s) linear;
}

/* responsive: move pagination to bottom on small screens */
@media (max-width: 767.98px) {
	.hero-slider .swiper-pagination {
		right: 0;
		left: 0;
		bottom: 12px;
		top: auto;
		transform: none;
		flex-direction: row;
		justify-content: center;
	}

	.hero-slider .swiper-pagination .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
		font-size: 10px;
		border-width: 1px;
	}

	.hero-slider .swiper-pagination svg.progress-ring {
		display: none;
	}
}

.hero-caption {
	position: absolute;
	bottom: 45%;
	left: 50%;
	z-index: 5;
	transform: translate(-50%, -50%);
	color: var(--gray-dark);
	text-align: center;
	width: 100%;

}

.hero-slider .swiper-slide.first-hero-slide {
	overflow: visible;
}


.hero-caption .h1-large {
	color: var(--white);
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
	text-align: center;
	font-family: 'Gabriola', sans-serif !important;
	font-size: 4rem;
	line-height: 4rem;
	font-weight: 600;
	width: 100%;
	text-shadow: 1px 2px 6px #000;
}

.video-wrapper {
	width: 100%;
	height: 70vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.video-wrapper iframe,
.video-wrapper video {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
	border: 0;
}

.video-wrapper video.hero-bg-video {

	/* margin-top: 150px; */

	/* object-fit: cover; */
	/* object-position: center center; */
}

@media (max-width: 520px) {
	.hero-caption .h1-large {
		font-size: 3.2rem;
		line-height: 2rem;
	}

}

@media (max-width: 767.98px) {
	.hero-slider .swiper-slide {
		height: 50vh;
	}

	.hList-section {
		padding: 6em 0;
	}
}

.hList-section {
	padding: 7em 0;
	position: relative;
	width: 100%;
	z-index: 999;
	border-bottom-left-radius: 2rem;
	border-bottom-right-radius: 2rem;
}

.hList-services .container-2 {
	margin: auto !important;
	/* max-width: 1290px;  */
}

.hList-services .services,
.services-back-content {
	margin-top: -50px;
	background: var(--light-yellow);
	margin-bottom: 25%;
}

.hList-services .services:nth-last-child {
	margin-bottom: 15% !important;
}

.hList-no-py{
	padding: 0 !important;
}

/* .hList-no-pt {
	padding-top: 0 !important;
}

.hList-no-pb {
	padding-bottom: 0 !important;
} */

.services {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	background: var(--white);
	-webkit-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
	position: relative;
}

.services .icon {
	line-height: 1.3;
	position: relative;
	display: inline-block;
	border-radius: 50%;
	margin-bottom: 2rem;
	text-align: center;
}

.services .icon img {
	/* font-size: 50px; */
	width: 30%;
	fill: var(--orange);
}

.services .media-body {
	position: relative;
}

.services .media-body h3 {
	font-size: 1.45rem;
	font-weight: 500;
	margin-bottom: 0 !important;
	text-align: center;
}

/* .services .btn-custom {
    position: absolute;
    bottom: -20px;
    right: 50px;
    width: 40px;
    height: 40px;
    background: var(--orange);
    border-radius: 50%;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }

    .services .btn-custom span {
      color:var(--white); }

    @media (max-width: 991.98px) {
      .services .btn-custom {
        right: 30px;

  .services:hover .btn-custom {
    opacity: 1;
    right: 30px; }
	} */

.services-2 {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}

.services-2 .icon {
	position: relative;
	display: inline-block;
	line-height: 1;
}

.services-2 .icon span {
	font-size: 40px;
	color: var(--primary) !important;
}

.services-2 .media-body {
	position: relative;
	padding-left: 15px;
}

.services-2 .media-body h3 {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
	text-transform: uppercase;
}

.services-3 {
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	background: var(--white);
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
	-moz-box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
	box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
}

.services-3 h3 {
	font-size: 20px;
	font-weight: 500;
}

@media (max-width: 520px) {
	.services .icon img {
		/* font-size: 50px; */
		width: 15%;
		fill: var(--orange);
	}

	.services .media-body h3 {
		font-size: 25px;
	}
}

/* ===================================== */
/* Flip Card Styles - 3D Card Rotation */
/* ===================================== */
/* Cards flip on hover to show back content */
/* Used for: Biography, Philosophy, Disciplic Succession, Mission cards */

/* Outer wrapper - sets up 3D perspective for flip effect */
.flip-card {
	perspective: 1000px;
	/* Distance from z=0 plane - affects 3D depth */
	width: 100%;
	display: flex;
	align-items: stretch;
	cursor: pointer;
	/* Show it's interactive */
}

/* Subtle lift effect on hover */
.flip-card:hover {
	transform: translateY(-5px);
	/* Move card up slightly */
	transition: transform .3s ease;
}

/* ensure the flip-card fills the column height */
.flip-card {
	flex: 1;
	min-height: 100%;
	display: flex;
}

/* make columns equal height so flip cards align */
.hList-services .row>[class*="col-"] {
	display: flex;
}

/* Inner container - this is what actually rotates */
.flip-card-inner {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	transition: transform .6s;
	/* Smooth 3D rotation animation */
	transform-style: preserve-3d;
	/* Enable 3D transformations */
	will-change: transform;
	/* Optimize animation performance */
	min-height: 180px;
	/* Ensure stable height during flip */
}

/* Front and back faces of the card */
/* Both positioned absolutely and overlap, but back is rotated 180deg */
.flip-card-front,
.flip-card-back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 5px;
	box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
	box-sizing: border-box;
}

.flip-card-front {
	position: relative;
	/* keep front positioned within document flow */
}

/* Back face - initially rotated 180deg so it's hidden */
.flip-card-back {
	transform: rotateY(180deg);
	/* Pre-rotate to face away */
	/* padding: 30px; */
	background: var(--light-yellow);
	color: var(--dark);
	text-align: left;
}

/* Trigger the flip animation on hover */
.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
	/* Rotate to show back face */
}

/* Keyboard accessibility - flip card on focus too */
.flip-card:focus .flip-card-inner,
.flip-card:focus-within .flip-card-inner {
	transform: rotateY(180deg);
}

/* Disable hover effects on touch devices (mobile/tablet) */
/* Prevents issues where cards stay flipped after tapping */
@media (hover: none) {
	.flip-card:hover {
		transform: none;
	}

	.flip-card:hover .flip-card-inner {
		transform: none;
	}
}

.services-back-content {
	padding: 2px;
	/* fine padding as requested */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 8px;
	box-sizing: border-box;
	height: 100%;
	/* margin-top: -50px; */
}

.services-back-content h4 {
	color: #fff;
	background: var(--orange);
	padding: 6px 10px;
	border-radius: 4px;
	display: inline-block;
	margin: 0;
}

/* keep the same top margin as the original .services rule */
/* .hList-services .flip-card { margin-top: -50px; } */

@media (min-width: 992px) {
	.hList-services .services {
		margin-bottom: 0;
	}

}

/* @media(min-width: 520px){
	.flip-card-inner {
		width: 50%;
	}

	.flip-card {
		width: 50% !important;
		display:inline !important;

	}
} */


/*********************/
/*     Bio Section     */
/*********************/


.basic-1 {
	margin-top: 0rem;
}

.basic-1 .image-container {
	margin-bottom: 4rem;
}

.image-container img {
	height: auto;
}

.basic-1 {
	padding-bottom: 3em;
}

.basic-1 h2 {
	margin-bottom: 1.875rem;
}

.basic-1 p {
	margin-bottom: 2rem;
}

.basic-1 .btn-solid-reg {
	margin-right: 0.75rem;
	margin-top: 0rem;
}

.basic-1 .btn-solid-reg {
	cursor: pointer;
}

.basic-1 .image-container {
	margin-bottom: 0;
}

.basic-1 .image-container img {
	border-radius: 15px;
}



/* end of Bio */

@media (min-width: 992px) {
	.basic-3 {
		padding-top: 5rem;
	}

	.basic-1 {
		/* margin-top: 4rem; */
		/* padding-bottom: 61px; */
		border-bottom-left-radius: 50px;
		border-bottom-right-radius: 50px;
	}

	.image-container img {
		height: 480px;
	}


	.basic-1 .text-container {
		margin-left: 1rem;
	}

	.basic-1 .text-container {
		margin-top: 0em;
	}
}


/************************/
/*     disci-section    */
/************************/
.disci-section {
	padding: 3em 0 0 0;
	position: relative;
	width: 100%;
	/* border-top-left-radius: 50px;
	border-top-right-radius: 50px; */
}

.disci-section .section-title {
	font-size: 2rem;
	margin-bottom: 0.75rem;
	color: var(--gray-dark);
	font-weight: 600;
}

.disci-section .lead {
	color: var(--gray-dark);
	margin-bottom: 0px;
}

.disciplic-cards .card {
	border-radius: 12px;
	background: rgba(255, 255, 255, 0.03);
	-webkit-box-shadow: 0px 6px 18px -12px rgba(0, 0, 0, 0.6);
	box-shadow: 0px 6px 18px -12px rgba(0, 0, 0, 0.6);
	/* padding: 1.5rem; */
	min-height: 320px;
	border: 1px solid var(--light-yellow);
}

.disciplic-cards .card .card-title {
	color: var(--orange);
	font-weight: 600;
}

.disciplic-cards .card .card-text {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 5;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

/* .disciplic-cards .card .card-text{
	color: rgba(255,255,255,0.85);
} */
.disciplic-cards .btn-solid-reg {
	margin-top: 1rem;
}


.disci-section .heading-section h5 {
	top: 0%;
}

.founder-info {
	margin-top: -15%;
	padding-bottom: 15%;
}

@media (min-width: 992px) {
	.disci-section .heading-section h5 {
		margin-top: 20% !important;
	}

	.founder-info {
		padding-bottom: 5%;
	}
}


/************************/
/*  disci-spiritual    */
/************************/
/* Fix: ensure flip-back fills same height and has consistent padding and color */
.flip-card-back {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	box-sizing: border-box;
	padding: 10px;
	background: var(--orange);
	color: #fff;
	box-shadow: 0px 2px 25px -16px rgba(0, 0, 0, 0.26);
	overflow: hidden;
}

.services-back-content h4 {
	font-size: 1.2rem;
}

.flip-card-back p {
	font-size: 1.125rem;
	line-height: 1.3;
}


/* keep only flip transition on inner */
.flip-card-inner {
	transition: transform 0.6s ease;
}

/* small lift on the whole flip-card */
.hList-animate:hover .flip-card,
.hList-animate:focus-within .flip-card {
	transform: translateY(-10px);
}

.bg-spiritual {
	background: url(../images/bg-spiritual.png) center center no-repeat;
	background-size: cover;
	height: auto;
}

.bg-spiritual .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
	color: #ffbbaa;
	font-size: 26px;
}

.bg-spiritual .testimonial-item .quote-icon-left {
	display: inline-block;
	left: -5px;
	position: relative;
}

.bg-spiritual .testimonial-item .quote-icon-right {
	display: inline-block;
	right: -5px;
	position: relative;
	top: 10px;
}

.bg-spiritual .testimonial-item p {
	font-style: italic;
	margin: 0 15px 0 15px;
	padding: 20px 20px 60px 20px;
	background: #fff;
	position: relative;
	border-radius: 6px;
	position: relative;
	z-index: 1;
}

.quote-grace h5 {
	font-weight: 600;
	margin-bottom: 0px;
}

.quote-grace span {
	display: block;
	margin-bottom: 0.5rem;
}

.quote-text {
	font-family: var(--font-family-quotes);
	color: var(--white);
	font-size: 1.6rem;
	line-height: 2.2rem;
}

.quote-text span {
	display: block;
	text-align: center;
	color: var(--primary);
}

.quote-text span i {
	font-size: 1.8rem;
}

/*********************/
/*     basics-section   */
/*********************/
.basics-section {
	margin: 3rem 0 0 0;
}

.basics-section .image-container img {
	height: auto;
}

.basics-section .text-container {
	/* margin-bottom: 2rem; */
	margin-top: 10%;
}

.basics-section h2 {
	margin-bottom: 1.2rem;
}

.basics-section p {
	margin-bottom: 1.25rem;
}

.basics-section .image-container img {
	border-radius: 15px;
}

@media (min-width: 992px) {
	.basics-section h2 {
		margin-bottom: 1.875rem;
	}

	.basics-section .image-container img {
		height: 460;
	}

	/* .basics-section {
		margin: 5rem 0 0 0;
	} */

	.basics-section .text-container {
		margin-top: 0px;
	}

	.basics-section a {
		margin-top: 5rem;
	}

}


/*********************/
/*     watch-section   */
/*********************/
.pos-rel {
	position: relative;
	z-index: 99;
}


.watch-section {
	margin-top: -10rem;
	background: url(../images/listen-bg.png) center top no-repeat;
	background-size: cover;
	height: auto;
}

.watch-section .container {
	padding-top: 18rem !important;
}

@media (min-width: 992px) {

	.watch-section .container {
		padding-top: 15rem !important;
	}
}



.card {
	border: none;
	background: none;
}

.card-body {
	padding: .5rem .55rem !important;
}

.disci-section .card img {
	border-radius: 100px;
}

.disciplic-cards .card .guru-cover-img {
	width: 100%;
	/* height: 150px;
	max-height: 150px; */
	object-fit: cover;
	border-radius: 10px 10px 0px 0px;
	display: block;
}

/* .card img {
	border-radius: 10px;
	height: 240px;
} */



.speech-info {
	margin-top: 1rem;
	text-align: center;
}



.cta a {
	position: absolute;
	top: 25%;
	left: 40%;
	/* transform: translate(-50%, -50%); */
	/* border: 2px solid black; */
	border-radius: 50%;
	background-color: rgb(255, 201, 154);
	padding: 1em 1.4em;
	text-decoration: none;
	text-transform: uppercase;
	font-family: var(--font-family-sans-serif);
	font-weight: bold;
	/* color: black; */
	opacity: 0.7;
	transition-property: all;
	transition-duration: 500ms;
	z-index: 2;
}

.img-box:hover .cta a {
	opacity: 1;
	left: 40%;
	background-color: rgba(255, 201, 154, 0.4);
	padding: 1.4rem 2em;
}

.watch-section .btn-solid-reg {
	/* width: 200px; */
	margin: 1rem;

}

/* .cta a:hover {
  transform: translate(-50%, -50%) scale(1.1);
} */

/*======================================
//--//-->  Blog
======================================*/
.blog-table img {
	/* width: 30%; */
	width: auto;
	height: auto;
	margin: auto;
}

.blog-table .row-even,
.blog-table .row-odd {
	/* background: rgba(var(--light-yellow), 0.8); */
	background: #F7F0E6;
	border-bottom: 1px solid var(--light-yellow);
	/* padding-bottom: 10px; */
	padding: 15px 10px;
}


.blog-table .row-odd {
	background: none;
}

/* @media (min-width: 992px) {
	.blog-table img {
		width: 30%;
	}
} */

@media (max-width: 360px) {

	.blog-table .row-even :first-child,
	.blog-table .row-odd :first-child {
		text-align: center !important;
	}
}


.blog-table .blog-name {
	font-weight: 500;
	font-size: 1.1rem;
}

.blog-name,
.event-date {
	margin: 0.5rem 0;
}

.blog-name span,
.event-date span {
	font-weight: normal;
	display: block;
	font-size: 0.9rem;
	font-weight: 400;
}

.blog-table .btn-solid-reg {
	/* width: 100%; */
	text-align: center;
}

/*======================================
//--//-->   Blog Page
======================================*/
.blog-page {
	padding: 2rem;
	/* background: var(--white); */
}

.blog-item {
    border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 1rem;
	position: relative;
	overflow: hidden;
}

.blog-item img {
	width: 100%;
	height: stretch;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.blog-item-content h3 {
    line-height: 36px;
}

.blog-item-content .btn-small {
    background: var(--orange);
    color: #fff;
    transition: all 0.2s ease;
}

.blog-item-content .btn-small:hover {
	background: var(--light-yellow);
	color: var(--gray-dark);
	text-decoration: none;
}
/*======================================
//--//-->   More info
======================================*/

.more-info-section {
	background: var(--orange);
	border-radius: 10px;
	color: var(--white);
}

.more-info-section .btn-solid-reg {
	background: var(--light-yellow);
	color: var(--gray-dark);
	/* width: 100%; */
	text-align: center;
	margin-bottom: 1rem;
}

.more-info-section h5 {
	font-weight: 600;
	color: var(--white);
}


/*======================================
//--//-->   Footer
======================================*/
.more-info {
	margin-bottom: -2.5rem;
}
.fotter {
	padding-top: 4rem;
	padding-bottom: 2rem;
	background: var(--gray-dark) url(../images/footer-bg.png) no-repeat left top;
	background-size: cover;
	color: var(--white);
}

.fotter h5,
.fotter p,
.fotter a {
	color: var(--white);
}

.fotter ul {
	padding-left: 0px;
	margin-left: 0px;
}

.fotter .social {
	margin: 10px 0px;
}

.fotter ul.social li {
	list-style: none;
	color: var(--white);
	width: 30px;
	height: 30px;
}

.fotter ul li i {
	font-size: 1.3rem;
}

.fotter .links a {
	text-decoration: none;
}

.fotter .links a:hover {
	color: var(--light-yellow);
}

.fotter .address li {
	margin-bottom: 1rem;
}

.fotter .address i {
	margin-right: .8rem;
}

.fotter .horizontal-list{
	/* display: table-row;
	list-style: none;
	gap:25px; */
	width: 300px;
	list-style: none;
}

/* .fotter .links{
	width: 250px;
} */
.fotter .horizontal-list li{
  width: 150px;
  float: left;
  /* display: table-cell;
  gap: 25px; */
}



/******************************/
/*     Back To Top Button     */
/******************************/
#myBtn {
	position: fixed;
	z-index: 99;
	bottom: 20px;
	right: 20px;
	display: none;
	width: 52px;
	height: 52px;
	border: none;
	border-radius: 50%;
	outline: none;
	background-color: #323137;
	cursor: pointer;
}

#myBtn:hover {
	background-color: var(--orange);
}

#myBtn img {
	margin-bottom: 0.25rem;
	margin-left: 0.125rem;
	width: 18px;
}



/*************************/
/*     Media Queries     */
/*************************/
/* Min-width 768px */
@media (min-width: 768px) {

	/* Header */
	.header {
		/* margin: 11rem; */
		margin: 0rem;
	}

	.header .btn-solid-lg {
		display: inline-block;
		margin-bottom: 0;
	}

	.header .btn-outline-lg {
		display: inline-block;
	}

	.header .btn-solid-lg,
	.header .btn-outline-lg {
		margin-right: 0.5rem;
		margin-left: 0.5rem;
	}

	/* end of header */




}

.navbar-toggler:focus{
	box-shadow: none;
}

/* end of min-width 768px */


/* Min-width 992px */
@media (min-width: 992px) {

	/* General Styles */
	.h2-heading {
		width: 35.25rem;
		margin-right: auto;
		margin-left: auto;
	}

	.p-heading {
		width: 46rem;
		margin-right: auto;
		margin-left: auto;
	}

	/* end of general styles */


	/* Navigation */
	#navbar {
		/* padding-top: 1.75rem; */
		/* background-color: rgba(var(--light-yellow), 0.8);
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 35%, rgba(255, 255, 255, 0) 100%);
		*/
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		min-height: calc(56px + 10px);
		box-shadow: none;
		transition: all 0.2s;
	}

	#navbar.top-nav-collapse {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		background-color: rgba(255, 255, 255, .85);
		background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.03) 35%, rgba(255, 255, 255, 0) 100%);
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
		border-bottom: 1px solid rgba(255, 255, 255, 0.12);
		box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.025);

	}

	


	/* #navbar.top-nav-collapse .navbar-brand {
		color: var(--white) !important;
	} */

	#navbar.top-nav-collapse .nav-item .nav-link {
		color: var(--dark);
	}

	#navbar.top-nav-collapse .nav-item .nav-link.active {
		color: var(--white) !important;
	}

	.offcanvas-collapse {
		position: static;
		top: auto;
		bottom: auto;
		left: auto;
		width: auto;
		padding-right: 0;
		padding-left: 0;
		background-color: transparent;
		background-image: none;
		overflow-y: visible;
		visibility: visible;
		font-weight: 400;
	}

	.offcanvas-collapse.open {
		-webkit-transform: none;
		transform: none;
		color: var(--white);
	}


	.navbar .navbar-nav {
		margin-top: 0;
		margin-bottom: 0;
	}

	.navbar .nav-item .nav-link {
		padding-right: 0.75rem;
		padding-left: 0.75rem;
	}

	.navbar .dropdown-menu {
		padding-top: 0.75rem;
		padding-bottom: 0.875rem;
		box-shadow: 0 3px 3px 1px rgba(0, 0, 0, 0.08);
	}

	.navbar .dropdown-divider {
		width: 90%;
	}

	.navbar .social-icons {
		margin-left: 0.5rem;
	}

	.navbar .fa-stack {
		margin-right: 0;
		margin-left: 0.25rem;
	}

	/* end of navigation */

	/* Header */
	.header {
		padding-top: 15rem;
		padding-bottom: 13rem;
		text-align: left;
	}

	/* .header .h1-large {
		font-size: 6rem;
		line-height: 6.5rem;
	} */

}


@media (max-width: 520px) {
	#navbar .nav-item .nav-link {
		color: var(--white) !important;
	}
}

/* end of min-width 992px */


/* Min-width 1200px */
@media (min-width: 1200px) {

	/* General Styles */
	.container {
		max-width: 1140px;
	}

	/* end of general styles */

	/* Header */
	.header {
		padding-top: 8.5rem;
		padding-bottom: 5.5rem;
		font-family: var(--font-family-sans-serif);
	}

	/* .header .h1-large {
		font-size: 4rem;
		line-height: 5.25rem;
	} */


	/* end of header */

}

/* end of min-width 1200px */

/*************************/
/*     Blog     */
/*************************/

.inner_header .hero-slider .swiper-slide {
	height: 40vh;
}

.inner_header .hero-bg-video {
	object-fit: cover !important;
}

.inner-hero-bg-video {
	object-fit: cover !important;
	object-position: center center;
}

.inner_header .h1-large {
	margin-top: 5rem;
	text-align: center;
}

/*************************/
/*     Inner Page     */
/*************************/
/* .inpage-bg .nav-item .nav-link {
	color: var(--white) !important;
} */

.inner-page .img {
	border-radius: 15px;
	width: 100%;
	height: auto;
}

.inside-img {
	width: 100%;
	/* height: 60%; */
}

.table {
	border: 1px solid var(--orange);
	background: var(--light-yellow);
}

.table li {
	line-height: 2.3rem;
	border-bottom: 1px solid var(--orange);
}

.table li:last-child {
	border: none;
}

.ref-link span {
	display: block;
}

.ref-link .btn-link {
	text-decoration: none;
	color: var(--orange);
}

.ref-link .btn-link:hover {
	color: var(--gray);
}

.bg-bio {
	background: var(--light-yellow);
	border-radius: 15px 15px 0px 0px;
}

.text-color {
	color: var(--yellow);
	font-weight: 600;
	/* background: var(--light-yellow);
	padding: 8px; */
}

.text-bi {
	font-weight: 500;
	font-style: italic;
}

.bg-light {
	background: #edece9 !important;
}

@media (max-width:520px) {
	.inner-page .text-container {
		margin-top: 0px;
	}

	.inner-page .mb-mb5 {
		margin-top: 50px;
	}
}



/* */

/* .img_text{
  display: flex;    
  align-items: top; 
  gap:20px;
} */

/* .img_text img {
	float: right;   
 margin: 0 0 0 15px;
} */


/* Hero Slider  */

.carousel-hero-banner {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
    color: var(--text-color);
}

.carousel-images {
    width: 100%;
    height: 100%;
}

.carousel-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-slide.active {
    opacity: 1;
}

.carousel-slide .hero-bg-video {
	width: 100%;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}

.slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 2rem;
    background-color: var(--overlay-bg);
    border-radius: 5px;
}

.slide-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-content p {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--text-color);
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.nav-button {
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: var(--text-color);
    border: none;
    padding: 1rem 1.5rem;
    font-size: 2rem;
    transition: background-color 0.3s ease;
    z-index: 3;
}

.nav-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.carousel-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.dot.active, .dot:hover {
    background-color: var(--primary-color);
}

 @media (max-width:520px) {
	.g-5, .gx-5 {
		--bs-gutter-x: 0rem;
	}
 }

/* @media (max-width:520px) {
.carousel-slide .hero-bg-video {
	width: auto !important;
}

} */


	
	#Bio,
	#Disciplic,
	#Philosophy,
	#Mission,
	#calendar {
		scroll-margin-top: 5rem;
	}

.blog-wrap {
	padding: 2rem 0;
}

.blog-item-content h2 {
    font-weight: 600;
    font-size: 38px;
}
.blog-item-content .quote {
    font-size: 22px;
    color: #223a66;
    padding: 40px;
    font-style: italic;
    border-left: 5px solid var(--orange);
    margin: 25px 0px;
	font-family: var(--font-family-quotes);
}

.blog-item-content .list-inline {
    padding-left: 0;
    list-style: none;
}

.blog-item-content .comment-area .comment-thumb {
    margin-right: 20px;
    margin-bottom: 30px;
}

.blog-item-content .float-left {
    float: left !important;
}

.single-blog-item img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}

/* Breadcrumb */
.watch-main {
	padding: 0 0 3rem;
}
.watch-breadcrumb {
	padding: .6rem 0;
}

.watch-breadcrumb a {
	color: var(--orange);
	font-size: .875rem;
}

.watch-breadcrumb .sep {
	margin: 0 .4rem;
	color: var(--gray);
}

.watch-breadcrumb .current {
	font-size: .875rem;
	color: var(--gray);
}

/* Video Section */
.video-sidebar {
	background: #fff;
	border: 1px solid rgba(219, 152, 84, .3);
	border-radius: 10px;
	overflow: hidden;
	position: sticky;
	top: 76px;
	max-height: calc(100vh - 100px);
	overflow-y: auto;
	scrollbar-width: thin;
}

.video-sidebar::-webkit-scrollbar {
	width: 5px;
}

.video-sidebar::-webkit-scrollbar-thumb {
	background: var(--light-yellow);
	border-radius: 4px;
}

.sidebar-header {
	background: var(--orange);
	color: #fff;
	padding: .85rem 1rem;
}

.sidebar-header h6 {
	margin: 0;
	font-weight: 600;
	font-size: .95rem;
	color: #fff;
}

.sidebar-header small {
	font-size: .75rem;
	opacity: .85;
}

.video-sidebar .accordion-button {
	font-size: .85rem;
	font-weight: 600;
	padding: .7rem 1rem;
	background: #fff;
	color: var(--gray-dark);
	box-shadow: none;
}

.video-sidebar .accordion-button:not(.collapsed) {
	background: var(--light-yellow);
	color: var(--gray-dark);
}

.video-sidebar .accordion-item {
	border: none;
	border-bottom: 1px solid rgba(219, 152, 84, .2);
}

.video-sidebar .accordion-body {
	padding: 0;
}

.chapter-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.chapter-list li a {
	display: flex;
	align-items: center;
	gap: .5rem;
	padding: .55rem 1rem .55rem 1.5rem;
	font-size: .82rem;
	color: var(--gray-dark);
	border-left: 3px solid transparent;
	transition: all .2s;
	text-decoration: none;
}

.chapter-list li a:hover,
.chapter-list li.active a {
	background: #fff8ed;
	border-left-color: var(--orange);
	color: var(--orange);
}

.chapter-list li a .fa {
	font-size: .7rem;
	color: var(--orange);
	flex-shrink: 0;
}

.video-col .ratio {
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .12);
}

.video-meta {
	padding: 1.2rem 0 .5rem;
}

.video-meta h4 {
	font-size: 1.5rem;
	margin-bottom: .3rem;
}

.video-meta .badge-cat {
	display: inline-block;
	background: var(--light-yellow);
	color: var(--gray-dark);
	font-size: .75rem;
	padding: .25rem .65rem;
	border-radius: 20px;
	font-weight: 600;
	margin-bottom: .75rem;
}

.video-actions {
	display: flex;
	gap: .75rem;
	flex-wrap: wrap;
	margin-top: .75rem;
}

.video-actions a {
	display: inline-flex;
	align-items: center;
	gap: .4rem;
	padding: .45rem 1rem;
	border-radius: 5px;
	font-size: .82rem;
	font-weight: 600;
	text-decoration: none;
	transition: all .2s;
}

.btn-action-primary {
	background: var(--orange);
	color: #fff;
}

.btn-action-primary:hover {
	background: var(--gray-dark);
	color: #fff;
}

.btn-action-outline {
	border: 1.5px solid var(--orange);
	color: var(--orange);
}

.btn-action-outline:hover {
	background: var(--orange);
	color: #fff;
}

.related-section {
	padding: 2.5rem 0 3rem;
	background: #fff;
	border-top: 1px solid rgba(219, 152, 84, .2);
}

.section-label {
	font-size: .78rem;
	font-weight: 700;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--orange);
}

.related-section h4 {
	margin-top: .25rem;
	margin-bottom: 1.5rem;
}

.related-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid rgba(219, 152, 84, .25);
	transition: box-shadow .25s, transform .25s;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.related-card:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
	transform: translateY(-4px);
}

.related-card .thumb-wrap {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
}

.related-card .thumb-wrap img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s;
}

.related-card:hover .thumb-wrap img {
	transform: scale(1.05);
}

.related-card .play-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .28);
	opacity: 0;
	transition: opacity .25s;
}

.related-card:hover .play-overlay {
	opacity: 1;
}

.play-overlay .fa-play-circle {
	font-size: 2.8rem;
	color: #fff;
	filter: drop-shadow(0 2px 6px rgba(0, 0, 0, .5));
}

.related-card .card-body {
	padding: .5rem 1rem .25rem !important;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.related-card .card-title {
	font-size: 1.125rem;
	font-weight: 700;
	/* margin-bottom: .5rem; */
	margin-bottom: .65rem;
	margin-top: .5rem;
	text-align: center;
	line-height: 1.4;
	color: var(--gray-dark);
}

.related-card .card-desc {
	font-size: .925rem;
	color: #666;
	margin: 0;
	line-height: 22px;
}

.related-card .card-cat {
	font-size: .8rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .08em;
	color: var(--orange);
	max-height: 22px;
}

.related-card .card-ins {
	font-size: .8rem;
	font-weight: 700;
	letter-spacing: .08em;
	max-height: 15px;
	color: var(--orange);
}

.related-section .swiper-button-next,
.related-section .swiper-button-prev {
	color: var(--orange);
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0, 0, 0, .15);
}

.related-section .swiper-button-next::after,
.related-section .swiper-button-prev::after {
	font-size: .85rem;
	font-weight: 700;
}

.related-section .swiper-pagination-bullet-active {
	background: var(--orange);
}

@media(max-width:767px) {
	.video-sidebar {
		position: static;
		max-height: 320px;
		margin-bottom: 1.5rem;
	}
}

/* End Slider */