@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Oregano:ital@0;1&display=swap);

.hero,
.hero-content {
	color: #fff;
	display: flex
}

.hero-content h1,
.hero-content h3 {
	margin-bottom: 10px
}

.hero-content h1 span,
.shadow_txt {
	text-shadow: 4px 4px 2px rgba(0, 0, 0, .6)
}

.back-to-top,
.custom-speaker-box {
	box-shadow: 0 4px 6px rgba(0, 0, 0, .1)
}

.hero,
.social-links a,
footer {
	text-align: center
}

.back-to-top,
.custom-speaker-box a,
.footer-nav a,
.movement a {
	text-decoration: none
}

body {
	font-family: Jost, serif
}

.navbar {
	padding: 0;
	background-color: rgb(3, 50, 109, .6);
	transition: .3s
}

.navbar-brand img {
	min-height: 63px
}

.navbar.scrolled {
	background: #600 !important
}

.hero {
	position: relative;
	height: 100vh;
	align-items: center;
	justify-content: center;
	overflow: hidden
}

.hero .owl-carousel .item {
	height: 100vh;
	background-size: cover;
	background-position: center
}

.hero-content {
	transform: translate(-50%, -50%);
	align-items: center;
	justify-content: center;
	max-width: 1920px;
	height: 100%;
	z-index: 2
}

.hero-content .row {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100%
}

.hero-content h1 {
	font-weight: 900
}

.hero-content h1 span {
	color: #ef402c
}

.hero-content p {
	display: inline-table;
	border: 3px solid;
	border-radius: 16px;
	padding: 15px 9px;
	background-color: rgb(21, 25, 62, .75);
	margin-bottom: 0
}

.hero-content span.subline {
	font-family: Oregano, serif;
	font-size: 2.5rem;
	letter-spacing: 1px;
	background-color: transparent;
	border: none;
	color: #ef402c
}

.hero-right {
	width: 40%;
	background: rgba(2, 7, 60, .5);
	padding: 20px;
	border-radius: 8px
}

.hero-content .row>.col-md-12:first-child {
	padding-right: 15px;
	margin-top: 70px;
	margin-bottom: 27px;
	max-width: 99%
}

.swiper-slide {
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        .swiper-slide img {
            width: 100%;
            border-radius: 8px;
        }
        .swiper-button-prev, .swiper-button-next {
            color: #c5192d;
        }
		
		.mySwiper .swiper-slide {
    margin: 3px !important;
    padding: 3px !important;
}

.line-container {
	display: flex;
	align-items: center;
	width: 100%
}

.sec_line {
	flex-grow: 1;
	height: 2px;
	background-color: #000
}

.line_text {
	padding: 0 15px;
	white-space: nowrap;
	font-size:12px;
}

.about p {
	padding: 18px 0
}

.awards,
.guests {
	background-color: #c5192d
}

.guests .line-container {
	width: 80%;
	margin-left: 10%;
	margin-top: 18px;
	color: #600;
	font-weight: 700
}

.awards .sec_line,
.guests .sec_line {
	height: 1px
}

.key .col-md-8:nth-of-type(2) {
	border-top: 1px solid #c5192d;
	border-bottom: 1px solid #c5192d
}

.awards .line-container {
	width: 90%;
	margin-left: 5%;
	margin-top: 18px;
	color: #600;
	font-weight: 700
}

.fancybox-content h4 {
	color: #c5192d
}

.bio-box {
	display: none;
	max-width: 90%
}

.bio-content {
	padding: 12px 27px
}

.custom-speaker-container {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center
}

.custom-speaker-box {	
	text-align: center;
	border-bottom: 10px solid;
	padding: 0;
	background: #fff;
	border-radius: 8px;
	box-sizing: border-box;
	transition: transform .3s, box-shadow .3s;
	overflow: hidden;
	z-index: 1;
	
}

.guests .custom-speaker-box {
	width: 22%;
}

.awards .custom-speaker-box {
	width: 100%;
	min-height: 150px;
}





.custom-speaker-box a {
	color: inherit;
	height: 100%;
	width: 100%
}

.custom-speaker-box img {
	width: 100%;
	border-radius: 8px 8px 0 0;
	display: block;
	position: relative;
	z-index: 2
}

.custom-speaker-box .image-wrapper {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 100%;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
	background-image: url('../assets/images/speaker/bg.webp');
	background-size: cover;
	background-position: center
}

.custom-speaker-box .image-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 2
}

.custom-speaker-box .speaker-info {
	padding: 15px
}

.custom-speaker-box h3 {
	margin: 10px 0 0;
	font-weight: 700;
	font-size: 1rem;
	text-transform: uppercase
}

.custom-speaker-box p {
	margin: 6px 12px 12px;
	line-height: 1.2rem;
	font-size: .9rem;
	color: #555
}

.custom-speaker-box a {
	display: inline-block;
	color: inherit;
	z-index: 2
}

.custom-speaker-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 15px rgba(0, 0, 0, .2)
}

@media screen and (max-width:768px) {

	#team .custom-speaker-box,
	.custom-speaker-box {
		width: 100%
	}
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: #c5192d;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease-in-out
}

.back-to-top.show {
	opacity: 1;
	visibility: visible
}

.back-to-top:hover {
	background: #a41627
}

footer {
	color: #fff;
	background: radial-gradient(circle, rgba(48, 48, 71, 0) 0, rgba(27, 27, 46, .5) 100%), url('../img/siteassets/halftone_dark_blue.webp');
	background-blend-mode: overlay
}

.footer-top {
	margin-bottom: 20px
}

.footer-bottom {
	padding: 18px 0;
	background: url('../img/siteassets/halftone_dark_red.webp') #600
}

.footer-top img {
	max-width: 400px;
	margin: 15px 0 27px
}

.social-links a {
    display: inline-flex; /* Changed to flex for better alignment */
    justify-content: center;
    align-items: center;
    margin: 0 6px;
    font-size: 1.3rem;
    line-height: 2.5rem;
    transition: color 0.3s, background-color 0.3s, transform 0.3s;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid var(--color);
    color: var(--color);
    text-decoration: none;
}

.social-links a:hover {
    color: #fff;
    transform: scale(1.2) rotate(360deg);
    background-color: var(--color);
}

/* Ensure all social media icons inherit the correct color */
.social-links a svg {
    fill: currentColor;
    vertical-align: middle;
    width: 50%;
    height: 50%;
}



/* Individual social media colors */
.social-links a.facebook {
    --color: #1877f2;
}

.social-links a.twitter {
    --color: #1da1f2;
}

.social-links a.blogicon {
    --color: #d49807;
}

.social-links a.instagram {
    --color: #c13584;
}

.social-links a.youtube {
    --color: #ff0000;
}

.social-links a.linkedin {
    --color: #0077b5;
}

/* Footer navigation styles */
.footer-nav a,
.footer-nav a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}


.footer-nav {
	list-style: none;
	padding: 0;
	margin: 0 0 18px;
	display: flex;
	justify-content: center;
	gap: 15px
}

.footer-nav li {
	display: inline;
	position: relative
}

.footer-nav li:not(:last-child)::after {
	content: "|";
	margin-left: 15px;
	color: #888
}

.footer-nav a {
	color: #c4c4c4;
	font-size: 14px;
	transition: color .3s, background-color .3s;
	padding: 5px 10px
}

.footer-nav a:hover {
	color: #0af
}

.copyright,
.copyright a {
	color: #cebbbb;
	text-decoration: none
}

.copyright a:hover {
	color: #d1d1d1
}

@media (min-width:992px) {
	.navbar-nav {
		margin-left: auto;
		text-align: right
	}
}

@media (max-width:991px) {

	.icon-bar,
	.navbar-collapse {
		transition: .3s ease-in-out
	}

	.copyright,
	.copyright a,
	.footer-nav a {
		font-size: 12px
	}

	.navbar-collapse {
		background: #600;
		padding: 10px 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%
	}

	.navbar-nav {
		text-align: left;
		padding: 0 12px
	}

	.navbar-nav .nav-item {
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.navbar-nav .nav-link {
		color: #fff !important;
		padding: 12px;
		font-size: 18px;
		display: block
	}

	.navbar-nav .nav-link:hover {
		background: rgba(255, 255, 255, .2);
		border-radius: 6px
	}

	.navbar-toggler {
		border: none;
		background: 0 0;
		padding: 10px;
		position: relative;
		width: 40px;
		height: 40px;
		display: flex;
		flex-direction: column;
		justify-content: space-between
	}

	.icon-bar {
		display: block;
		width: 30px;
		height: 3px;
		background-color: #fff
	}

	.navbar-toggler.open .icon-bar:first-child {
		transform: rotate(45deg) translate(5px, 5px)
	}

	.navbar-toggler.open .icon-bar:nth-child(2) {
		opacity: 0
	}

	.navbar-toggler.open .icon-bar:nth-child(3) {
		transform: rotate(-45deg) translate(6px, -6px)
	}

	.navbar-toggler-icon:focus,
	.navbar-toggler:active,
	.navbar-toggler:focus {
		outline: 0;
		box-shadow: none
	}

	.footer-top img {
		max-width: 100%
	}

	.footer-nav a {
		padding: 5px 6px
	}

	.footer-nav {
		gap: 3px
	}

	.footer-nav li:not(:last-child)::after {
		content: "|";
		margin-left: 6px
	}
}

@media (max-width:768px) {
	.navbar-brand img {
		min-height: 45px
	}

	#desktop-only {
		display: none !important
	}

	.hero {
		min-height: 100vh;
		height: auto;
		background: url(../img/banner/hero-mobile-v1.webp) center center/cover no-repeat;
		position: relative
	}
	
	.guests .custom-speaker-box {
	width: 100%;
	}

	.awards .custom-speaker-box {
	min-height: initial;
	}

}

.hero * {
	position: relative;
	z-index: 1
}

.owl-carousel {
	display: none
}

.hero-content {
	position: relative;
	top: auto;
	left: auto;
	transform: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-height: 100vh
}

.hero-content .row {
	flex-direction: column
}

.hero-content h1 {
	font-size: 2rem
}

.hero-content h3,
.hero-content p {
	font-size: 1.2rem
}

.hero-content p {
	max-width: 100% !important
}

.hero-content p.subline {
	font-size: 2.5rem;
	line-height: 3rem;
	background-color: transparent;
	border: none
}

.navbar-nav .open .dropdown-menu>li>a {
	color: #101213
}

.menucls .navbar-nav .open .dropdown-menu>li>a:focus,
.navbar-nav .open .dropdown-menu>li>a:hover {
	color: #aba8a9
}

.menucls .navbar-nav .open .dropdown-menu>.active>a:focus,
.menucls .navbar-nav .open .dropdown-menu>.active>a:hover,
.navbar-nav .open .dropdown-menu>.active>a {
	color: #aba8a9;
	background-color: #425766
}

navigation: {
  nextEl: ".swiper3-next",
  prevEl: ".swiper3-prev",
}

/*responsive box div*/
.box_div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 10px;
    max-width: 1900px; /* Prevents too wide stretching */
    margin: auto; /* Centers the grid */
    padding: 10px; /* Adds some spacing */
}

.box_div .item {
    background-color: #3498db;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 20px;
    border-radius: 8px;
    overflow: hidden; /* Prevents text overflow */
}

/* Mobile View */
@media (max-width: 768px) {
    .box_div {
        grid-template-columns: 1fr; /* Single column on mobile */
    }
}
/*responsive box div*/


