.single-event-hero {
	display: flex;
	padding: 40px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	background-image: url("https://events.indiaspend.com/wp-content/uploads/2025/05/Beautiful-Natural-Banner-scaled.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 50vh;
}

.single-event-main-cont {
	display: flex;
	padding: 30px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	margin-top: -10%;
}

.single-event-container {
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 1);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
	padding: 40px;
	margin-bottom: 10px;
	flex-wrap: wrap;
	max-width: 1100px;
	width: 100%;
}

.event-image-wrapper {
	flex: 1 1 50%;
	position: relative;
}

.event-featured-image {
	width: 100%;
	height: auto;
	border-radius: 16px;
	max-width: 550px;
	max-height: 300px;
}

.event-categories {
	position: absolute;
	left: -5%;
	bottom: 50%;
}

.event-category {
	background: rgba(0, 115, 207, 1);
	color: rgba(255, 255, 255, 1);
	font-weight: 700;
	font-size: 16px;
	padding: 8px 16px;
	border-radius: 8px;
}

.event-details-wrapper {
	flex: 1 1 40%;
}

.event-title {
	color: rgba(0, 102, 179, 1);
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 1.2;
}

.event-meta {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.event-meta-item {
	display: flex;
	align-items: center;
	gap: 10px;
	line-height: 1.5;
}

.event-meta-item i {
	color: rgba(0, 115, 207, 1);
	font-size: 1.2rem;
	line-height: 1.5;
}

.single-event-content {
	background: rgba(255, 255, 255, 1);
	padding: 15px;
}

.main-container-events {
	max-width: 1200px;
	margin: 0 auto;
}

section.event-speakers-slider .speaker-card {
	background: rgba(255, 255, 255, 1);
	border-radius: 12px;
	padding: 10px;
	text-align: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
	position: relative;
	border-bottom: 5px solid rgba(0, 115, 186, 1);
	transition: all 0.3s ease;
	height: 365px;
	margin: 20px auto;
}
section.event-speakers-slider .speaker-card:hover{
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
section.event-speakers-slider .speaker-card .speaker-image img {
	border-radius: 50%;
	width: 250px;
	height: 250px;
	max-width: 250px;
	max-height: 250px;
	object-fit: cover;
	margin: 0 auto 0.5rem;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

section.event-speakers-slider .speaker-card .speaker-name {
	font-size: 1.45rem;
	color: rgba(0, 86, 179, 1);
	margin: 5px auto;
	text-decoration: none;
}

section.event-speakers-slider .speaker-card p.speaker-job_title {
	border-top: 3px solid rgba(0, 86, 179, 1);
	border-radius: 5px;
	font-size: 0.8rem;
	line-height: 1.3;
	padding: 0.5rem 0;
}

.speaker-name a {
	color: inherit;
	text-decoration: none;
}

.speaker-name a:hover {
	color: rgba(0, 115, 186, 1);
	text-decoration: underline;
}

.speaker-designation {
	font-size: 16px;
	color: rgba(68, 68, 68, 1);
	line-height: 1.4;
}

.speakers-slider .speaker-slide {
	padding: 0 15px;
	box-sizing: border-box;
}

.speakers-slider {
	margin: 0 -15px;
}

.agenda-section {
	background: rgba(249, 249, 249, 1);
	padding: 30px;
	border-radius: 8px;
	margin-bottom: 40px;
	font-family: "Open Sans", sans-serif;
}

.agenda-section h2 {
	font-size: 32px;
	color: rgba(29, 76, 125, 1);
	border-bottom: 2px solid rgba(29, 76, 125, 1);
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.agenda-section ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.agenda-section ul>li {
	border-bottom: 1px solid rgba(224, 224, 224, 1);
	padding: 15px 0;
}

.agenda-section ul>li>strong {
	display: block;
	font-size: 18px;
	color: rgba(29, 76, 125, 1);
	margin-bottom: 8px;
}

.agenda-section ul ul {
	margin-top: 10px;
	padding-left: 20px;
	border-left: 2px solid rgba(29, 76, 125, 1);
}

.agenda-section ul ul li {
	margin-bottom: 15px;
}

.agenda-section ul ul li strong {
	font-size: 16px;
	color: rgba(29, 76, 125, 1);
}

.agenda-section ul ul li p {
	margin: 5px 0;
	color: rgba(85, 85, 85, 1);
	font-size: 14px;
}

.agenda-accordion {
	background: rgba(255, 255, 255, 1);
	padding: 30px 20px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	margin: 30px auto;
}

.agenda-accordion h2 {
	font-size: 1.5rem;
	font-weight: 700;
	color: rgba(0, 115, 186, 1);
	margin-bottom: 20px;
	border-bottom: 3px solid rgba(0, 115, 186, 1);
	padding-bottom: 10px;
}

.agenda-item {
	border: 1px solid rgba(223, 230, 233, 1);
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: hidden;
	padding: 20px;
}

.agenda-accordion .agenda-header {
	font-size: 1em;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
	margin-bottom: 10px;
}

.topic-list {
	margin-top: 15px;
}

.topic-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: rgba(254, 254, 254, 1);
	padding: 15px;
	margin-bottom: 10px;
	border-radius: 6px;
	flex-wrap: wrap;
}

.agenda-item .topic-list .topic-item .topic-left {
	flex: 1;
	border-right: 3px solid;
	margin-right: 25px;
}

.agenda-item .topic-list .topic-item .topic-left h4 {
	margin: 0.7rem 0;
	color: rgba(0, 115, 186, 1);
	font-size: 1em;
}

.agenda-item .topic-list .topic-item .topic-left p {
	margin: 0;
	color: rgba(0, 0, 0, 1);
	padding: 7px 15px;
	background-color: rgba(0, 115, 186, 0.18);
	display: inline;
	border-radius: 10px;
	font-size: 0.8em;
	font-weight: 700;
}

.topic-right {
	flex: 2;
	text-align: left;
}

.agenda-item .topic-list .topic-item .topic-right p {
	font-size: 1em;
	color: rgba(0, 0, 0, 1);
	margin: 0;
}

.show-more-topics {
	text-align: center;
	margin-top: 15px;
}

.show-more-topics button {
	background: rgba(0, 86, 179, 1);
	color: rgba(255, 255, 255, 1);
	border: none;
	padding: 8px 20px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 1em;
	transition: background 0.3s;
}

.show-more-topics button:hover {
	background: rgba(0, 0, 0, 1);
}

.hidden-topic {
	display: none;
}

.event-gallery-wrapper {
    text-align: center;
    margin: 50px auto;
    max-width: 1200px;
}
.event-gallery-slider .gallery-item {
    padding: 0px;
    margin: 5px;
    border-radius: 10px;
    border: 2px solid #0078ba;
    background-color: #0078ba;
}

.event-gallery-slider .gallery-item img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
}
.gallery-item p {
    color: #fff;
    padding: 5px;
}

/* Slick fixes */
.event-gallery-wrapper .slick-track {
    display: flex !important;
    align-items: stretch;
}


.image-popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
}

.popup-content {
	background: #fff;
	padding: 20px;
	max-width: 600px;
	max-height: 550px;
	text-align: center;
	position: relative;
	border-radius: 10px;
}

.popup-content img {
	max-width: 580px;
	max-height: 400px;
	height: auto;
	border-radius: 6px;
}

.popup-content p {
	margin-top: 10px;
	font-size: 16px;
}

.popup-buttons {
	margin-top: 15px;
}

.popup-buttons button {
	margin: 0 10px;
	padding: 8px 15px;
	background-color: rgba(0, 115, 170, 1);
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 4px;
}

.popup-buttons button:hover {
	background-color: rgba(0, 92, 142, 1);
}

.close-popup {
    position: absolute;
    top: 5px;
    right: 0px;
    background: transparent;
    font-size: 0.9em;
}

.close-popup:hover {
	color: red;
}


.social-slider-wrapper {
	padding: 25px 0;
}

.social-slider-wrapper.social-slide {
	width: 30%;
	display: inline-block;
	height: 470px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
}

.social-slider-wrapper .slick-slide {
    margin: 0 15px;
    border: 2px solid #0078ba;
    border-radius: 15px;
    	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.section-title {
	text-align: left;
	font-size: 28px;
	color: rgba(0, 86, 163, 1);
	margin-bottom: 30px;
}

.social-card {
	width: 100%;
	height: 100%;
	background: rgba(0, 120, 186, 1);
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	display: flex;
	flex-direction: column;
	text-decoration: none;
}

.social-slider-wrapper .card-image-wrapper {
    width: 100%;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.article-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.social-icon-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    z-index: 2;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icon {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

.social-media-title {
    margin: 5px;
    color: #fff;
    padding: 5px;
    height: 60px;
    overflow: auto;
}

.swiper-button-next, .swiper-button-prev {
	color: rgba(0, 120, 186, 1);
}

.news-articles-wrapper {
	padding: 40px 20px;
}


.news-slider .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
	width: 350px;
	height: 400px;
}

.news-slider .slick-list {
	margin: 0 -10px;
}

.news-slide {
	height: 100%;
}

.news-article-card {
	background-color: rgba(255, 255, 255, 1);
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
	transition: transform 0.3s ease;
}

.news-article-card:hover {
	transform: translateY(-5px);
}

.card-image-wrapper {
	width: 100%;
	height: 180px;
	overflow: hidden;
}

.article-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-article-card .card-content {
	padding: 15px;
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	    background-color: #0078ba;
    color: #fff;
}

.news-article-card .card-content .article-title {
    height: 50px;
    overflow: auto;
    margin-bottom: 1px;
}

.news-article-card .card-content .icon-and-channel {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    gap: 10px;
    background: #fff;
    color: #000;
    border-radius: 5px;
}

.platform-icon {
	width: 30px;
}

.events-template-default .publications-wrapper {
	padding: 25px 0;
}

.events-template-default .publications-slider .slick-slide {
	padding: 0 10px;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.events-template-default .publications-slider .slick-list {
	margin: 0 -10px;
}

.events-template-default .publication-slide {
	height: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}

.events-template-default .publication-card {
	width: 350px;
	height: 100%;
	background: rgba(0, 120, 186, 1);
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(221, 221, 221, 1);
	padding: 20px;
	transition: box-shadow 0.3s ease;
	text-align: center;
}

.events-template-default .publication-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-image-wrapper {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.events-template-default .publication-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.events-template-default .publication-card .card-content {
    padding: 0px;
    text-align: left;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #0078ba;
}

.events-template-default .publication-title {
    margin: 5px auto;
    height: 50px;
    overflow: auto;
}

.events-template-default .download-text {
    display: inline-block;
    background: #fff;
    color: #0073cf;
    padding: 0px 5px;
    border-radius: 4px;
    text-decoration: none;
    width: 35%;
    text-align: center;
}

.slick-prev, .slick-next {
	color: rgba(0, 120, 186, 1);
	z-index: 10;
}

.about-event {
	margin: 30px 0;
	padding: 20px;
	background-color: rgba(244, 244, 244, 1);
	border: 1px solid rgba(221, 221, 221, 1);
}

.about-edif-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.about-edif-description {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(51, 51, 51, 1);
}

.about-indiaspend {
	margin: 30px 0;
	padding: 20px;
	background-color: rgba(244, 244, 244, 1);
	border: 1px solid rgba(221, 221, 221, 1);
}

.about-indiaspend-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 15px;
}

.about-indiaspend-description {
	font-size: 16px;
	line-height: 1.6;
	color: rgba(51, 51, 51, 1);
}



















/* Make Slick Slider items align horizontally for continuous scroll */
.slick-slide {
  width: auto; /* Required for variableWidth to work */
  margin: 0 10px;
}

.slick-track {
  display: flex !important;
  align-items: center;
}
