/* ══════════════ IMPORTS ══════════════ */
/* External stylesheets for variables and navigation */
@import url('../css/root.css');
@import url('../css/navbar.css');
@import url('../css/brochure-status-ve1.css');
@import url('../css/contact.css');
@import url('../css/news-detail.css');

.hero-section {
	width: 100%;
	height: 750px;
	background: url('../images/hero-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/* background-attachment: fixed; */
}

.hero-section h5 {
	font: 700 30px var(--font-main);
	color: var(--white-text);
	text-shadow: 2px 2px #333;
	margin-top: 12px;
}

/* ══════════════ HERO CONTENT ══════════════ */
.hero-section {
	display: flex;
	align-items: center;
	justify-content: center;
}

.hero-section .container {
	width: 100%;
}

.hero-section .row {
	width: 100%;
}

/* .hero-section .col-lg-12,
.hero-section .col-md-12,
.hero-section .col-sm-12 {
  display: flex;
  align-items: center;
  justify-content: center;
} */

.hero-content {
	position: relative;
	z-index: 10;
	text-align: left;
	width: 100%;

}
.hero-content  .hastag{
	color:#f06;
}
.hero-content h1 {
	font: 900 4.1rem/1.2 var(--font-main);
	color: var(--white-text);
	text-align: left;
	text-shadow: 2px 2px #0000009c;
	letter-spacing: 1px;
	margin: 0;
}

.hero-content h4 {
	font: 600 22px/1.5 var(--font-main);
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 768px) {
	.hero-content h1 {
		font-size: 2rem;

	}


}

/* ══════════════ VIDEO BANNER ══════════════ */
/* Main hero video container */
.video-banner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

/* Full-width responsive video */
.video-banner video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* Dark overlay layer on top of video for readability */
.video-overlay {
	position: absolute;
	inset: 0;
	/* background: rgba(27, 23, 76, 0.5); */
	background: rgba(0, 0, 0, 0.65);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}


.our-scrolling-ticker {
	background: var(--pink);
	padding: 10px 0;
}

/* ===============================
   Ticker Section
================================== */

.our-scrolling-ticker {
	background: var(--pink);
	padding: 16px 0;
	overflow: hidden;
	position: relative;
}

/* Optional Fade Effect */
.our-scrolling-ticker::before,
.our-scrolling-ticker::after {
	content: "";
	position: absolute;
	top: 0;
	width: 120px;
	height: 100%;
	z-index: 2;
	pointer-events: none;
}

.our-scrolling-ticker::before {
	left: 0;
	background: linear-gradient(to right, var(--pink), transparent);
}

.our-scrolling-ticker::after {
	right: 0;
	background: linear-gradient(to left, var(--pink), transparent);
}

.scrolling-ticker-box {
	display: flex;
	width: max-content;
	gap: 40px;
}

/* ===============================
   Scrolling Animation
================================== */

.scrolling-content {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-shrink: 0;
	animation: tickerScroll 30s linear infinite;
	will-change: transform;
}

/* Pause On Hover */
.our-scrolling-ticker:hover .scrolling-content {
	animation-play-state: paused;
}

/* ===============================
   Item Style
================================== */

.scrolling-content span {
	display: flex;
	align-items: center;
	white-space: nowrap;
}

.scrolling-content span img {
	width: 30px;
	min-width: 30px;
	margin-right: 12px;
}

.scrolling-content span h4 {
	margin: 0;
	color: var(--white-text);
	font: 600 22px/1.2 var(--font-main);
	letter-spacing: 0.3px;
}

/* ===============================
   Animation Keyframes
================================== */

@keyframes tickerScroll {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}


/* ══════════════ STATS BOX ══════════════ */
/* Stats section container (overlaps banner) */
.counter-section {
	background: var(--navy-light);
}

.stats-box {


	z-index: 9;
	padding: 30px 20px;
	background: var(--navy-light);
	border-radius: 00px;
	color: #fff;
	/* box-shadow: 0 10px 30px rgba(0, 0, 0, .2); */
}

/* Individual stat item */
.stat-item {
	position: relative;
	text-align: center;
}

/* Divider line between stat items */
.stat-item:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 2px;
	height: 100%;
	background: var(--gradient);
}

/* Large number styling */
.stat-number {
	font: 700 40px/1.5 var(--font-display);
	letter-spacing: 1px;
}

/* Label under stat number */
.stat-label {
	margin-top: 5px;
	font: 400 13px/1.5 var(--font-display);
	letter-spacing: 3px;
	color: #cfcfcf;
}

.welcome-section,
.why-this-moment {
	padding: 70px 0px;
	clear: both;
}

.welcome-section .subtitle_welcome h6 {
	font: 600 1rem/1.5 var(--font-main);
	color: var(--pink);
	text-align: left;
	margin-bottom: 0px;
}

.welcome-section .subtitle_welcome p{
	max-width: 1000px;
    font: 400 15px / 1.75 var(--font-main);
    color: var(--black-text);
    margin-bottom: 30px;
}

.welcome-section .subtitle_welcome h2 {
	font: 700 2.1875rem/1.5 var(--font-main);
	color: var(--black-text);
	text-align: left;
	margin-top: 0px;
}

.welcome-section .subtitle_welcome h2 span {
	color: var(--pink)
}

.welcome-content p {
	margin-bottom: 10px;
	color: var(--black-text);
	text-align: justify;
	font: 400 16px / 1.75 var(--font-main);
}

.welcome-video {
	background: #f1f1f1;
}

.title-summit h2 {
	font: 700 2.1875rem/1.5 var(--font-main);
	color: var(--black-text);
	text-align: center;
	margin-top: 0px;
}

.title-summit h2 span {
	color: var(--pink)
}

.why-this-moment .content-summit {
	max-width: 750px;
	margin: 0 auto;
}

.why-this-moment .content-summit p {
	font: 400 15px / 1.75 var(--font-main);
	color: var(--black-text);
	text-align: center;
	margin-bottom: 20px;
}

.why-this-moment .audience-card {
	border-bottom: 1px solid #ddd;
}

.why-this-moment .audience-card .icons img {
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
}

.why-this-moment .audience-card h4 {
	font: 700 20px / 25px var(--font-main);
	color: var(--black-text);
	margin-bottom: 10px;
}

.why-this-moment .audience-card p {
	font: 500 15px / 30px var(--font-main);
	text-align: left;
}

.why-this-moment-img {
	height: 800px;
	padding: 10px;
}

.why-this-moment-img video {
	cursor: auto;
	width: 100%;
	height: 100%;
	border-radius: 8px;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}

/* Common heading style */
.about_ai_section .about_ai_content h2,
.speakers-section .speaker_title h2,
.ticket-price .ticket-title h2,
.key-sessions-include .key-sessions-content h2,
.why_ai .why-ai-title h2,
.who-should-attend .who-should-title h2 {
	font: 700 2.1875rem/1.5 var(--font-main);
	color: var(--black-text);

}

/* Common gradient span inside headings */
.about_ai_section .about_ai_content h2 span,
.speakers-section .speaker_title h2 span,
.ticket-price .ticket-title h2 span,
.key-sessions-include .key-sessions-content h2 span,
.why_ai .why-ai-title h2 span,
.who-should-attend .who-should-title h2 span {
	background: var(--pink);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	animation: gradientMove 3s linear infinite alternate;
}

/* Gradient animation */
@keyframes gradientMove {
	0% {
		background-position: 0% 50%;
	}

	100% {
		background-position: 100% 50%;
	}
}


/* ══════════════ LOGO SECTION ══════════════ */
/* Section heading for logo carousel */
.logo-section .logo-title h2 {
	font: 600 2rem/1.5 var(--font-display);
	background: var(--heading-gradient);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* Logo images inside slider */
.logo-section .item-slide img {
	max-height: 75px;
	width: auto;
	object-fit: contain;
	filter: grayscale(1);
	transition: .3s ease;
}

/* Hover effect for logos */
.logo-section .item-slide img:hover {
	filter: grayscale(0);
	transform: scale(1.05);
}


/* ══════════════ ABOUT AI SECTION ══════════════ */
/* Main AI section container */
.about_ai_section {
	--section-bg: #FAFAFC;
	background-color: var(--section-bg);
	background-image: url('../images/abt-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	padding: 70px 0px;
}

/* Section heading */

/* Paragraph text styling */
.about_ai_section .main-content p {
	margin-top: 10px;
	font: 400 16px/1.75 var(--font-main);
	color: var(--black-text);
	text-align: justify;
}

/* List container */
.about_ai_section .main-content .ai-list ul {
	margin-top: 0px;
	padding: 0;
	list-style: none;
}

/* List items with icon */
.about_ai_section .main-content .ai-list ul li {
	position: relative;
	padding-left: 30px;
	margin-bottom: 10px;
	font: 500 15px/1.75 var(--font-main);
}

/* Custom AI icon bullet */
.about_ai_section .main-content .ai-list ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 40px;
	background: url("../images/icons/ai-icon.svg") no-repeat center/contain;
}

.speakers-section {
	padding: 70px 0px;
	clear: both;
	background-color: #fbfbfb;
}
.modal.fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0) scale(.5);transform: translate(0,0) scale(.5);}
.modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0) scale(1);transform: translate(0,0) scale(1);}
.speakers-section .speaker_title h4 {
    font: 600 14px/1.5 var(--font-main);
    color: var(--pink);
    margin-bottom: 0;
}
.speakers-modal .btn-close {
    position: absolute;
    top: .7rem;
    right: .7rem;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 1.8rem;
    border-radius: 100%;
    background: rgb(22 2 2 / 9%);
    font-size: 21px;
    opacity: 1;
	box-shadow: none;
    color: #1e293b;
}
.speakers-modal  .speaker-img img{
	border-radius: 15px;
    box-shadow: -1px 1px 11px 2px rgba(0, 0, 0, 0.1);
}
.speakers-modal .speaker-content h4{
	font: 700 25px / 1.5 var(--font-main);
    margin-bottom: 0px;
	color: var(--bs-black);
}
.speakers-modal .modal-content{
	border-radius: 30px;
 }
.speakers-modal .speaker-content h5{
font: 500 20px / 1.5 var(--font-main);
color: var(--bs-black);
}
.speakers-modal .speaker-content p{
	color: var(--black-text);
    text-align: justify;
    font: 400 16px / 1.75 var(--font-main);
}
.hero-button .download_brochure {
	background: transparent !important;
	color: var(--white-text);
	box-shadow: none !important;
	border: 1px solid #fff;
}
.speakers-section .speaker-list-item {
    background: var(--bs-body-bg);
    padding: 15px;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border-radius: 15px;
    border: 1px solid #ddd;
    transition: 0.3s;
    height: 490px;
}
.speakers-section .speaker-list-item:hover{
	transition: 0.3s;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	transform: translateY(-3px);
}
.speakers-section .speaker-list-item .speaker-v2{
	border-radius: 0px;
}
.speakers-section .speaker-list-item a{
	color:var(--black-text);
	text-decoration: none;
	font-family: var(--font-main);
}

.speakers-section .speaker-list-item a h4 {
    font: 700 22px/1.5 var(--font-main);
    color: var(--black-text);
    margin-bottom: 5px;
}
.speakers-section .speaker-list-item a p{
	font:500 14px/1.5 var(--font-main);
	 color: var(--black-text);
	 margin-bottom: 0px;
}

.hero-button .download_brochure:hover {
	background: var(--white-text) !important;
	color: var(--black-text);
}

.speakers-section .view_all_speakers a,
.price-btn a {
	text-decoration: none;
	font: 600 16px / 1.5 var(--font-main);
	background: transparent;
	color: var(--black-text);
	padding: 10px 25px;
	border-radius: 30px;
	border: 2px solid transparent;
	background: linear-gradient(135deg, rgb(255, 0, 102), rgb(255, 45, 143)) !important;
	background-size: 400% 400%;
	transition: .3s ease;
	animation: gradientMove 5s ease infinite;
	box-shadow: rgba(255, 0, 120, 0.35) 0px 10px 30px !important;
}

.speakers-section .view_all_speakers a:hover i,
.price-btn a:hover i {
	transform: translateX(5px);
	transition: .3s ease;
}


.speaker-image_wrapper {
	background-color: #eceaea;
	transition: background-color 0.25s cubic-bezier(0.23, 1, 0.32, 1);
	width: 100%;
	padding-top: 100%;
	position: relative;
	aspect-ratio: 1 / 1.2;
	display: flex;
	overflow: hidden;
}

.speaker-v2 {
	z-index: 2;
	object-fit: cover;
	object-position: 50% 0%;
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: absolute;
	inset: auto 0% 0%;
}

.speaker-image-background {
	filter: saturate(0%);
	object-fit: cover;
	width: 100%;
	height: 100%;
	max-height: 100%;
	position: absolute;
	inset: 35% 0% 0%;
}

.speaker_list .slick-slide {
	margin: 0 10px;
	cursor: pointer;
}

.speaker_list .slick-slide .speaker-info h4 {
	font: 600 1.2rem/1.5 var(--font-display);
	color: var(--black-text);
	margin-bottom: 5px;
}

.speaker_list .slick-slide .speaker-info p {
	font: 400 13px/1.5 var(--font-main);
	color: var(--black-text);
}
.ribbon-cover{
	position: absolute;
    right: 0;
    bottom: 0;
}
.summit-ribbon{	
    display: inline-block;
    padding: 8px 18px 10px 32px;
    color: white;
  
    right: 0;
    bottom: 0;
    font: 600 15px / 1.5 var(--font-main);
    z-index: 3;
}
.summit-ribbon:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    left: 0;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}
.summit-chair-ribbon{
	background: linear-gradient(135deg, rgb(255, 0, 102), rgb(255, 45, 143)) border-box !important;
}
.summit-moderator-ribbon{
	background: linear-gradient(135deg, rgb(163 60 250), rgb(116 10 188)) border-box !important;
}
/* ══════════════ AVATAR GROUP ══════════════ */
.avatar-group img {
	width: 4rem;
	height: 4rem;
	border: .3125rem solid #fff;
	margin-left: -1rem;
	overflow: hidden;
}

.avatar-group .avatar-count {
	background: var(--heading-gradient);
	width: 4rem;
	height: 4rem;
	border: .3125rem solid #fff;
	margin-left: -1rem;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 70px;
	color: var(--white-text);
	animation: gradientMove 3s linear infinite alternate;
}


/* ══════════════ TICKET PRICE SECTION ══════════════ */
.ticket-price {
	padding: 70px 0px;
	clear: both;
}

.ticket-price .plan-box {
	border: 1px solid #111;
	/* border-left: 6px solid #6f42c1; */
	padding: 30px;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--white-text);
	transition: .3s;
	position: relative;
	gap: 1rem;
}

.ticket-price .plan-box .icon-circle {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background: var(--navy-light);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.price-wrapper {
	background: var(--heading-gradient);
	padding: 10px;
	text-align: center;
	border-radius: 100px;
	color: var(--white-text);
	margin: 20px auto;
	max-width: 250px;
	/* margin: 0 auto; */
}

.custom-bg {
	background: linear-gradient(to bottom right, #db107e, #3d58eb);
	top: 0.375rem;
	/* ~ top-1.5 */
	right: 0.375rem;
	/* ~ right-1.5 */
	transition: all 0.3s ease;

}

.price-wrapper .price {
	font-size: 18px;
	font-family: var(--font-display);
	font-weight: 600;
}

.early-bird {
	position: relative;
	display: inline-block;
	background: var(--blue-primary);
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	padding: 10px 25px;
	text-decoration: none;
	line-height: 1;
}

.early-bird::before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 20px solid transparent;
	border-right: 20px solid var(--blue-primary);
}

.early-bird::after {
	content: "";
	position: absolute;
	top: 0;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 23px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 20px solid var(--blue-primary);
}
.section_details {
    padding: 40px 0;
    clear: both;
    background-color: #f9f9f9;
}
.section_details .section_content p{
	margin-bottom: 10px;
    color: var(--black-text);
    text-align: justify;
    font: 400 16px / 30px var(--font-main);
}

.agenda-day .early-bird::before,
.agenda-day .early-bird::after {
	border-top: 20px solid transparent;
}

.plan-name .early-bird {
	font: 500 15px var(--font-main);
	color: var(--black-text);
}

.plan-right span {
	font: 700 1.4rem/1.5 var(--font-display);
	color: var(--black-text);
	width: 100px;
}

.detail-wrapper {
	position: relative;
	padding-right: 14px;
	padding-bottom: 14px;
	background-color: var(--white-text);
}

.detail-card {
	position: relative;
	z-index: 1;
	border-radius: 0;
	border: 1px solid var(--navy-light);
	padding: 25px 25px 25px;
	background: #fff;
}

.plan-box .plan-name .plan-title {
	font: 600 1.3rem/1.5 var(--font-display);
	color: var(--black-text);
}

.detail-card p {
	font-family: var(--font-main);
	font-size: 16px;
	line-height: 23px;
}

.plan-box {
	position: relative;
	cursor: pointer;
}

.plan-radio {
	position: absolute;
	top: 14px;
	left: 10px;
	width: 18px;
	height: 18px;
	accent-color: #ff0066;
	cursor: pointer;
	z-index: 1;
}

.detail-card ul {
	margin: 0;
	padding: 0;
}

.detail-card ul li {
	margin-bottom: 15px;
	font-family: var(--font-main);
	font-size: 17px;
	list-style: none;
	position: relative;
	padding-left: 40px;
}

.detail-card ul li::before {
	content: "\f058";
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	/* REQUIRED for solid icons */
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--navy-light);
}

.detail-wrapper h5 {
	font: 600 1.5rem/1.5 var(--font-display);
	margin-bottom: 10px;
}

.detail-wrapper p {
	font-family: var(--font-main);
	font-size: 16px;
	line-height: 23px;
}

.detail-wrapper::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, #ff0066 0%, #1f65ff 100%);

	transition: all 0.3s ease;
	border-radius: 0px;
	z-index: 0;
}

.key-sessions-include {
	padding: 70px 0px;
}

.key-sessions-bg {
	background: url('../images/key-sessions-bg.jpg') no-repeat center/cover;
	background-attachment: scroll;
}

.list-of-points ul {
	margin: 0;
	padding: 0;
}

.list-of-points ul li {
	position: relative;
	gap: 2rem;
	align-items: center;
	padding: 20px;
	transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.list-of-points ul li:hover {
	/* box-shadow: 0 10px 30px rgba(0,0,0,.2); */
	cursor: pointer;
}

/* Default borders */
.list-of-points ul li:not(:last-child) {
	border-bottom: 2px solid;
	border-right: 2px solid;

	border-image: var(--heading-gradient);
	border-image-slice: 1;
}

/* 3rd aur 6th item ka right border hatao */
.list-of-points ul li:nth-child(3),
.list-of-points ul li:nth-child(6) {
	border-right: none;
}

/* 7th aur 8th item ka bottom border hatao */
.list-of-points ul li:nth-child(7),
.list-of-points ul li:nth-child(8) {
	border-bottom: none;
}

/* .list-of-points ul li:not(:last-child)::after{
  content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 2px;
    height: 100%;
    background: var(--gradient);
} */
.list-of-points ul li .icon-name img {
	width: 60px;
	height: 60px;
}

.list-of-points ul li .content-ai p {
	font-family: var(--font-main);
	font-size: 16px;
	line-height: 23px;
	margin: 0;
}


/* why ai section */
.why_ai {
	padding: 70px 0px;
}

.gt-blur-shape {
	position: absolute;
	right: 0;
	top: -45%;
	z-index: -1;
}

.ai-content-define p {
	font: 400 16px / 1.75 var(--font-main);
	color: var(--black-text);
	text-align: justify;
	margin-bottom: 10px;
}

.register_form {
	background-color: var(--navy-light);

	width: 100%;
	padding: 50px 0;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.register_form::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(27, 23, 76, 0.5);
	z-index: -1;
}

.track-box {
	border: 1px solid #141425;
	background-color: #141425;
	padding: 20px 30px;
	border-radius: 20px;
	color: var(--white-text);
	font-family: var(--font-main);
}

/* footer section */

.footer-bg {
	padding: 40px 0 0;
	background: #0d151e;
}

.social-icons ul {
	display: flex;
	gap: 15px;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
	padding-left: 0;
}

.social-icons ul li {
	list-style: none;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
}

.social-icons ul li a i {
	color: var(--white-text);
}

.text-center.linkFtr ul {
	margin: 0 0 20px;
	padding-left: 0px;
}

.linkFtr ul li {
	list-style: none;
	display: inline-block;
	color: var(--white-text);
	font-family: var(--font-main);
	margin-right: 2px;
	margin-left: 2px;
}

.linkFtr ul li a {
	color: var(--white-text);
	font-family: var(--font-main);
	position: relative;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
}

.linkFtr ul>li>a:before {
	position: absolute;
	bottom: -8px;
	left: 0;
	margin: auto;
	width: 100%;
	height: 2px;
	background: #fff;
	content: "";
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	-o-transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	transition:
		transform 1s cubic-bezier(0.2, 1, 0.3, 1),
		-webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

.linkFtr ul>li.active>a::before,
.linkFtr ul>li:hover a::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.bottom-footer {
	margin-top: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding: 12px 0;
	text-align: center;
}

.bottom-footer p {
	font-size: 15px;
	color: var(--white-text);
	font-family: var(--font-main);
	text-align: center;
	margin: 0;
}

/* event registration form css */

.event-section {
	padding: 70px 0;
	/* background: #f2f6ff; */
}

.event-top-text {
	color: var(--pink);
	margin-bottom: 0px;
	font: 500 16px / 1.5 var(--font-main);
}

.main-heading {
	font: 700 2.1875rem / 1.3 var(--font-main);
	color: #000000;
	margin-bottom: 50px;
}

.main-heading span {
	color: var(--pink);
}

.event-card {
	position: relative;
	overflow: hidden;
	height: 270px;
	border-radius: 16px;
}

.event-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.event-btn {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	background: #fff;
	border: none;
	border-radius: 10px;
	padding: 10px;
	font: 600 16px / 1.5 var(--font-main);
	transition: 0.3s;
	text-align: center;
	color: #000;
	text-decoration: none;
}


form_auth .iti--allow-dropdown {
	width: 100%;
}

.form_auth .iti__search-input {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #c5c5c5;
	border-radius: .25rem;
	margin-bottom: 10px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
	border-radius: 0.5rem;
	font-family: var(--font-main);
}

.form_auth .iti__search-input:focus {
	box-shadow: var(--inputboxshadow);
	border-color: var(--btncolor1);
	outline: 1px solid var(--btncolor1);
	outline-offset: 0px;
	height: 40px;
	font-size: 14px;
	font-family: var(--font-main);
	font-weight: 600;
}
.iti__selected-country{
    height: 40px;
}
.form_auth .iti__selected-dial-code {
	font-family: var(--font-main);
	font-size: 14px;
	font-weight: 600;
}

.form_auth .iti__selected-country-primary {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
	border-right: 1px solid #c5c5c5;
}

.form_auth .iti__dropdown-content {
	padding: 10px;
	border-radius: 0.5rem;
}

.form_auth .iti__country.iti__highlight {
	border-radius: 0.5rem;
}

.form_auth .iti__country-list li {

	font-family: var(--font-main);
	font-size: 14px;
	font-weight: 600;
}

.form_auth .iti__selected-country-primary {
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.07);
	border-right: 1px solid #c5c5c5;
}

/* ----------Who Should Attend Section Css--------- */

/* .who-should-attend{
	  background: #f2f6ff;
    } */

.who-should-attend .section-title {
	text-align: center;
	font-size: 52px;
	font-weight: 800;
	margin-bottom: 90px;
	color: #000;
	text-transform: uppercase;
}

.who-should-attend .attend-box {
	margin-bottom: 90px;
	align-items: center;
}

.who-should-attend .number {
	font: 700 3.0rem / 1.5 var(--font-display);
	color: var(--pink);
	margin-bottom: 10px;
}

.who-should-attend .attend-heading {
	font: 600 1.5rem / 1.4 var(--font-display);
	color: #000000;
	margin-bottom: 15px;
}

.who-should-attend h2 {
	margin-bottom: 80px;
}

.who-should-attend .attend-text {
	font: 400 16px / 1.5 var(--font-main);
	line-height: 1.8;
	color: #4D4D4D;
	max-width: 400px;
}

.who-should-attend .container {
	border-right: 1px solid rgba(0, 0, 0, 0.12);
	border-left: 1px solid rgba(0, 0, 0, 0.12);
	padding-top: 5rem;
	padding: 5rem 2rem 1rem 2rem;
}

.content-box {
	margin-right: 80px;
}

.content-box-2 {
	margin-left: 80px;
}

/* Image Design */
.image-wrapper {
	position: relative;
	width: 100%;
	max-width: 480px;
	margin: auto;
	height: 380px;
}

.side-image {
	position: absolute;
	width: 150px;
	height: 280px;
	object-fit: cover;
	border-radius: 24px;
	top: 50px;
	opacity: 0.6;
	z-index: 1;
}

.side-left {
	left: 0;
}

.side-right {
	right: 0;
}

.main-image {
	position: absolute;
	width: 320px;
	height: 380px;
	object-fit: cover;
	border-radius: 26px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* --------------breadcrum section css start------------- */

.hero-bg {
	padding: 180px 0px 100px;
	background-image: url(../images/breadcrumb.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.hero-bg h1 {
	font: 800 50px / 1.3 var(--font-main);
}

.td-breadcrumb-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}

.td-breadcrumb-list ul li {
	font-family: var(--font-display);
	font-weight: 500;
	color: #fff;
	margin-right: 5px;
	list-style: none;
	color: #fff;
}

.td-breadcrumb-list ul li a {
	color: #fff;
	text-decoration: none;
}

.td-breadcrumb-list ul li.pages {
	color: #f2af7d;
}

/* --------------become a speaker form------------- */

.become-speakers-area {
	padding: 40px 0;
	background: #e6e6e6;
}

.speakers-form .card {
	padding: 30px;
	border-radius: 5px;
	border: 0;
	box-shadow:
		0 1px 2px rgb(0 0 0 / 10%),
		0 2px 4px rgb(0 0 0 / 10%);
}

.speakers-form .card .card-body {
	padding: 0;
}

.becomespeaker-form .form-control,
.becomespeaker-form .form-select {
	border-radius: 5px;
	height: 42px;
	font-size: 15px;
	font-family: var(--font-main);
	font-weight: 500;
	color: #000000;
	border-color: #cdd8e6;
}

.becomespeaker-form .form-group {
	margin-bottom: 20px;
}

.becomespeaker-form .form-select:focus,
.form-control:focus {
	box-shadow: none;
	border-color: #cdd8e6;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.form_auth .securitycode {
    border: 1px dashed var(--pink);
    font: 500 15px/1.5 var(--font-main);
}
.form_auth .securitycode::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 0px;
    background: rgb(255 16 116);
    top: 50%;
    left: -10%;
    transform: rotate(-10deg);
}
.form_auth .securitycode::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#ff1277 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.3;
    top: 0;
    left: 0;
    pointer-events: none;
}
.form-foorter-text p{
	font: 500 14px/1.5 var(--font-main);
	color: #333;
}
.proposing h4 {
	font-size: 15px;
	font-family: var(--font-main);
	font-weight: 600;
	line-height: 26px;
	margin-bottom: 10px;
}

.proposing .form-check input {
	border-color: #95979b;
	height: 16px;
	width: 16px;
	border-radius: 3px;
}

.proposing .form-check label {
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-main);
	color: #000000;
}

.becomespeaker-form .text-area {
	height: 100px;
	margin: 0 0 30px;
}

.form-check-input:checked,
.form-check-input:focus {
	box-shadow: none;
}

.sub-btn {
    text-decoration: none;
    font: 600 17px / 1.5 var(--font-main);
    padding: 1rem 2rem;
    border-radius: 30px;
    border: 2px solid transparent;
    background: var(--pink);
    color: #fff !important;
    background-size: 400% 400%;
    transition: .3s ease;
    animation: gradientMove 5s ease infinite;
}


.becomespeaker-form .sub-btn:hover {
	border: 2px solid transparent;
	background: var(--bs-black);
	color: #fff !important;
}

/* .sub-btn:hover {
   background:  var(--blue-primary);
  border-color:  var(--blue-primary);
  color: #fff;
} */

.sub-btn i {
	margin-right: 3px;
}

.becomespeaker-form .sub-btn,
.company-form .sub-btn {
	padding: 10px 30px;
}

.becomespeaker-form .form-label {
	font-size: 14px;
	font-weight: 600;
	font-family: var(--font-main);
	color: #000;
	width: 100%;
}

.iti {
	display: block !important;
}

.becomespeaker-form .form-control-lg {
	min-height: auto;
}

.den-btn {
	background: #c9302c;
	border-color: #c9302c;
	margin-left: 10px;
	transition: all 0.8s ease-in-out;
}

.den-btn:hover {
	background: #c9302c;
	border-color: #c9302c;
	color: #fff;
}

.den-btn i {
	margin-right: 3px;
}

.becomespeaker-form label {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	font-family: var(--font-display);
}

.error {
	color: #f14247 !important;
	margin-top: 5px;
}

.form_valid input.error,
.form_valid select.error,
.form_valid textarea.error {
	border-color: #f14247;
}

.becomespeaker-form .form-group input.error {
	border-color: #f14247;
}

.bg-register {
	background: linear-gradient(#1a4bc6, #2361ff) padding-box, linear-gradient(270deg, #ca3bf5, #CE9A46, #ff0066, #1ffff6) border-box !important;
	color: #fff !important;
}

/* ----------------Agenda section css---------------- */

.agenda-heading h2 {
	font-family: var(--font-main);
	font-size: 30px;
	color: #000;
	font-weight: 800;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	margin-top: 20px
}

.agenda-heading h6 {
	text-align: center;
	font-size: 18px;
	font-family: var(--font-main);
	font-weight: 700;
	margin-bottom: 20px
}

.master-tablist .fixed {
	position: fixed;
	top: 70px;
	width: auto;
	z-index: 10;
}

#myTabNew {
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.slide-down {
	animation: slideDown 0.4s ease forwards;
}

@keyframes slideDown {
	from {
		transform: translateY(-100%);
		opacity: 0;
	}

	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.sec_step_agenda {

	scroll-margin-top: 300px;
	/* Adjust based on your fixed header height */
}

.td-breadcrumb-list ul {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin: 0px;
	padding: 0px;
}

.td-breadcrumb-list ul li {
	font-family: var(--font-main);
	font-weight: 500;
	color: #ffffff;
	margin-right: 5px;
	list-style: none;
}

.td-breadcrumb-list ul li:hover a {
	color: #ffffff;
}

.td-breadcrumb-list ul li.pages {
	color: var(--yellow)
}


.timeline__item {
	padding: 0 0 20px 40px;
	position: relative
}

.timeline__items {
	list-style: none;
	margin-left: 13em
}

.timeline__item:before {
	border-radius: 50%;
	top: .25em;
	width: 12px;
	height: 12px;
	transform: translateX(-50%) scale(0);
	z-index: 1
}

.timeline__item-in:before {
	transform: translateX(-50%) scale(1)
}

.timeline__item:after,
.timeline__item:before {
	background-color: #ff1c80;
	content: "";
	display: block;
	position: absolute;
	left: 0
}

.timeline__item:after {
	top: .75em;
	width: .125em;
	height: 100%;
	transform: translateX(-50%);
	background-color: #d2d2d2
}

.timeline__item-time {
	position: absolute;
	top: 0;
	right: calc(100% + 2.5rem);
	text-align: right;
	width: 17rem;
	transform: translateX(.75em);
	color: var(--color-primary);
	font-weight: 600;
	font-family: var(--font-display);
	font-size: 16px
}

.agenda-schedule-content h2 {
	font-size: 20px;
	font-family: var(--font-main);
	margin: 0 0 10px;
	line-height: 30px;
	font-weight: 800;
	color: var(--color-primary);
}

.agenda-schedule-content p {
	font-size: 16px;
	font-family: var(--font-main);
	color: var(--color-primary);
	margin-bottom: 15px;
	line-height: 25px;
	font-weight: 400
}

.agenda-schedule-content {
	border-bottom: 1px dotted #d2d2d2;
	padding-bottom: 20px
}

.timeline__items li:last-child .agenda-schedule-content {
	border-bottom: 0;
	padding-bottom: 0
}

.senior-tab-fix {
	justify-content: center;
	align-items: center;
	text-align: center;
	display: flex;
	margin: 0 0 30px;
	/* position: sticky; */
	top: 120px;
	width: 100%;
	z-index: 99;
}

.senior-tab-fix ul {
	background: #f4f5ff;
	border-radius: 0px
}

.senior-tab-fix ul li {
	font-size: 17px;
	font-weight: 600;
	font-family: var(--font-main);
	border-right: 1px solid #ddd;
	padding: 0;
	transition: all .8s ease-in-out;
	/* border-top-left-radius: 20px; */
	/* border-bottom-left-radius: 20px; */
}

.senior-tab-fix ul li a {
	color: var(--summitblack);
	transition: all .8s ease-in-out
}

.senior-tab-fix ul li a:hover {
	color: var(--blue);
	transition: all .8s ease-in-out
}

.senior-tab-fix ul li:last-child {
	border-right: 0
}

.senior-tab-fix ul .active {
	background: var(--blue-primary);
	color: #ffffff;
	transition: all .5s ease-in-out
}

.senior-tab-fix ul li a.active {
	background: var(--blue-primary) !important;
	color: #ffffff;
	border-radius: 0;
	transition: all .8s ease-in-out
}

.senior-tab-fix ul .active a {
	color: #ffffff;
	padding: 2px 15px;
}

.senior-tab-fix ul a {
	padding: 2px 15px;
}

.senior-tab-fix ul .active a:hover {
	color: #ffffff
}

.tabs_fixed_master {
	position: sticky;
	top: 90px;
	width: 100%;
	left: 0;
	z-index: 8;
	background: #fff;
	padding: 8px 0 0
}

.agenda-schedule-content h3 {
	font-size: 18px;
	font-family: var(--font-main);
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px
}

.session_heading {
	margin-top: 10px
}

.session_heading h6 {
	font-size: 16px;
	font-family: var(--font-main);
	font-weight: 800;
	margin-bottom: 10px;
	margin-top: 0
}

.session_list {
	margin-bottom: 15px
}

.session_list ul {
	display: inline-flex;
	padding: 0
}

.session_list ul li {
	margin: 0 0 0;
	list-style: none
}

.session_list img {
	max-width: 60px;
	width: 60px;
	border-radius: 5%;
	height: auto;
	display: inline-block;
	cursor: pointer
}

.name-agenda {
	font-family: var(--font-main) !important;
	font-size: 15px !important;
	font-weight: 800 !important;
	color: var(--blue) !important;
	margin-left: 15px !important;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
	cursor: pointer
}

.desig-agenda {
	font-family: var(--font-main);
	font-size: 14px !important;
	color: var(--color-primary);
	font-weight: 500;
	margin-left: 15px !important;
	line-height: 20px !important;
	margin-top: 0 !important
}


.agenda-heading h2 {
	font-family: var(--font-main);
	font-size: 30px;
	color: #000;
	font-weight: 800;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	margin-top: 20px
}

.agenda-heading h6 {
	text-align: center;
	font-size: 18px;
	font-family: var(--font-main);
	font-weight: 700;
	margin-bottom: 20px
}

.schedule-content p {
	font-size: 16px;
	font-family: var(--font-main);
	color: #0000;
	margin-bottom: 20px;
	line-height: 25px;
	font-weight: 400
}

.agenda-list li {
	position: relative;
	list-style: none;
	font-size: 16px;
	font-family: var(--font-main);
	color: #0000;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 400;
	left: -7px
}

.agenda-list li::before {
	content: '';
	background-image: url('../images/check.svg');
	background-size: contain;
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 3px;
	margin-right: 0;
	left: -24px;
	background-repeat: no-repeat
}

.schedule-item:last-child .schedule-header {
	border: 0
}

.bank_scrolltabs li {
	margin: 0px;
}

.new-master-key-box {
	text-align: center;
	padding: 30px 20px;
	border: 2px solid #4760dc;
	border-radius: 5px;
	margin: 10px 30px 30px;
	-webkit-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	position: relative;
	z-index: 1
}

.new-master-key-box::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	z-index: -1;
	-webkit-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	transition: all .8s ease-in-out
}

.new-master-key-box:hover {
	background-color: #4760dc;
	transition: all .8s ease-in-out
}

.new-master-key-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border-radius: 50%;
	background: var(--blue);
	text-align: center;
	margin: 0 auto;
	transition: all .8s ease-in-out
}

.new-master-key-icon img {
	max-width: 100%;
	width: 40px;
	height: auto;
	margin: 0 auto;
	transition: all .5s ease-in-out;
	filter: invert(1);
	transform: rotateY(360deg)
}

.new-master-key-box:hover .new-master-key-icon img {
	transform: rotateY(180deg);
	transition: all .5s ease-in-out
}

.new-master-text {
	margin-top: 20px
}

.new-master-text p {
	font-size: 16px;
	font-family: var(--font-display);
	color: #0000;
	font-weight: 500;
	line-height: 25px;
	margin: 0;
	text-align: center
}

.new-attend-box {
	position: relative
}

.new-attend-box img {
	max-width: 100%;
	z-index: 1;
	width: 64px;
	top: -10px;
	left: -20px;
	position: absolute
}

.number {
	font-size: 60px;
	color: var(--blue);
	font-family: var(--font-main);
	font-weight: 800;
	z-index: 5;
	position: relative
}

.agenda-table tbody tr td {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 15px;
	font-family: var(--font-main);
	font-weight: 500;
	color: var(--color-primary);
	vertical-align: top;
}

.agenda-table tr th {
	border: 1px solid #ddd;
	padding: 12px;
	font-size: 14px;
	font-family: var(--font-main);
	color: #ffffff;
	font-weight: 700;
	line-height: 21px;
	background: #111122;
}

.agenda-list li {
	position: relative;
	list-style: none;
	font-size: 15px;
	font-family: var(--font-main);
	color: var(--color-primary);
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: 450;
	left: -7px;
}

.agenda-schedule-content p {
	font-size: 16px;
	font-family: var(--font-main);
	color: var(--black-text);
	margin-bottom: 15px;
	line-height: 34px;
	font-weight: 400;
}

.senior-tab-fix ul li a.active {
	color: var(--summitwhite);
	border-radius: 0px;
	transition: 0.8s ease-in-out;
	background: linear-gradient(135deg, rgb(255, 0, 102), rgb(255, 45, 143)) border-box !important;
}



/* sponsors form css */

 .sponsor-benefits{
        padding: 70px 0;
    clear: both;
    background: #fcf8f1;
}
.sponsor-benefits .subtitle_welcome p {
    font: 400 15px / 1.5 var(--font-main);
    margin-bottom: 40px;
    color: #000000;
    text-align: left;
    max-width: 900px;
}
.sponsor-benefits .subtitle_welcome h2 {
    font: 700 2.1875rem / 1.5 var(--font-main);
    color: #000000;
    text-align: left;
    margin-top: 0px;
   
}

.sponsor-benefits h2 span {
    color: var(--pink);
}

.sponsor-card{
    background:transparent;
    border:1px solid #d16896;
    border-radius:20px;
    padding:30px;
    height:100%;
    transition:.4s;
}

.sponsor-card:hover{
    transform:translateY(-8px);
    box-shadow:0 10px 15px rgb(255 77 0 / 10%);
}

.icon-box{
    width: 65px;
    height: 65px;
    padding: 12px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff0080, #6f00ff);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.icon-box img{
  width: 100%;
  height: 100%;
}


.sponsor-card p{
    font-family: var(--font-main);
    color: #000000;
    font-size: 16px;
}

.speakers-form .form_check_label a {
    color: var(--pink);
    text-decoration: none;
}
.speakers-form .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink) !important;
}

.form-foorter-text {
	padding: 10px 0 0;
	text-align: center;
	border-top: 1px solid #ddd;
	margin-top: 30px;
}

.form-foorter-text p a {
	color: var(--blue-primary);
	text-decoration: none;
	font-weight: 500;
}

.pillars-section {
	padding: 70px 0;
	clear: both;
	background: #000005;
}

.pillar-card {
	background: #121216;
	border: 1px solid #fdfdfd33;
	border-radius: 10px;
	padding: 1.75rem;
	height: 100%;
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.pillar-card:hover {
	transform: translateY(-3px);
	border-color: var(--gold);
	box-shadow: 0 12px 30px rgba(11, 29, 58, .08);
}

.pillar-card .num {
	font-family: var(--font-display);
	color: var(--pink);
	font-size: 1.5rem;
	font-weight: 700;
}

.pillar-card h3 {
	font-size: 1.15rem;
	margin: .5rem 0 .75rem;
	font-family: var(--font-main);
	font-size: 20px;
	color: var(--white-text);
	font-weight: 600;
}

.pillar-card p {
	font-family: var(--font-main);
	color: var(--white-text);
	font-size: 15px;
}

.pillars .eyebrow {
	font: 600 30px / 1.5 var(--font-display);
	color: var(--blue-primary);
	margin-bottom: 10px;
}

.pillars .section-title h2 {
	font: 700 2.5rem / 1.4 var(--font-main);
	color: #000;
	margin-bottom: 40px;
}

.eyebrow {
	color: var(--pink);
	margin-bottom: 0px;
	font: 700 1.5rem / 1.5 var(--font-main);
}

/* -----------speaker page css------------- */
.speaker-highlight-section h2 {
	font: 600 2.5rem / 1.4 var(--font-display);
	color: #07074d;
	margin-bottom: 20px;
}

.speaker-highlight-section p {
	font: 400 18px / 1.5 var(--font-display);
	color: #000;
	margin-bottom: 40px;
}

.speaker-btn {
	background: linear-gradient(90deg, #7d3cff, #2361ff);
	color: #fff;
	padding: 14px 40px;
	border-radius: 50px;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	display: inline-block;
	transition: 0.3s;
}

.speaker-highlight-section {
	margin-bottom: 70px;
}

.delegate-pass {
	padding: 70px 0px;
	background-color: #f9f9f9;
}

.delegate-pass .standard-pass {
	background-color: #fff;
	border-radius: 20px;
	padding: 30px;
	border: 1px solid #ddd;
	transition: all .3s ease-in-out;
}

.delegate-pass .standard-pass img {
	width: 50px;
	height: 50px;
	margin-bottom: 15px;
}

.delegate-pass .standard-pass h3 {
	font: 700 1.8rem / 1.4 var(--font-main);
	color: #000;
}

.delegate-pass .standard-pass p {
	font: 400 15px / 1.5 var(--font-main);
}

.delegate-pass .price-text {
	font: 800 1.7rem / 1.5 var(--font-main);
	margin-bottom: 10px;
	text-align: center;
	color: var(--black-text);
	text-decoration: line-through;
}

.earlybird-text {
	background: #f7f8f9;
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	font: 800 17px var(--font-main);
	color: var(--black-text);
}

.delegate-pass .inculde-points h6 {
	font: 700 1.2rem / 1.5 var(--font-main);
	color: var(--black-text);
	margin-bottom: 15px;
}

.delegate-pass .inculde-points ul {
	margin: 0;
	padding: 0;
}

.delegate-pass .inculde-points ul li {
	font: 400 15px / 1.5 var(--font-main);
	color: var(--black-text);
	margin-bottom: 17px;
	list-style: none;
	position: relative;
	padding-left: 30px;
}

.delegate-pass .inculde-points ul li::before {
	content: '';
	background-image: url('../images/icons/check.svg');
	background-size: contain;
	display: inline-block;
	width: 17px;
	height: 17px;
	position: absolute;
	top: 3px;
	left: 0;
	background-repeat: no-repeat;
}

.delegate-pass .standard-pass:hover {
	/* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
	transform: translateY(-5px);
}

.delegate-pass .pass-btn a {
	background: linear-gradient(135deg, rgb(255, 0, 102), rgb(255, 45, 143)) border-box !important;
	color: #fff;
	font: 600 18px / 1.5 var(--font-main);
	padding: 14px 40px;
	border-radius: 50px;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s;
	box-shadow: rgba(255, 0, 120, 0.35) 0px 10px 30px !important
}

.faq-section{
	padding: 70px 0;
	background-color: #000005;
	position: relative;
}
.faq-section p{
	font: 400 15px / 1.5 var(--font-main);
	margin-bottom: 40px;
}
.faq-section::before{
	content: '';
    position: fixed;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(91, 127, 255, 0.12) 0%, transparent 70%);
    pointer-events: none;
}

.faq-section .accordion-button {
    font: 600 1rem/1.5 var(--font-main);
    padding: 22px;
    box-shadow: none!important;
    letter-spacing: .01em;
    background: #121216;
	border-bottom: 1px solid rgba(255,255,255,.08)!important;
    color: var(--white-text);
}
.faq-section .accordion-button:hover{
	color: var(--pink);
	text-decoration: underline;
}

.faq-section .accordion-item{
    background:#121216;
    border:1px solid rgba(255,255,255,.08)!important;
    border-radius:10px!important;
    margin-bottom:.65rem;
    overflow:hidden;	
    transition:background .25s,border-color .25s;
}
.accordion-button::after{
	color: var(--white-text);
}
.faq-section .accordion-item .accordion-body {
	color: var(--white-text);
	font: 400 16px /26px var(--font-main);
}
.faq-section .accordion-button::after {
    filter: brightness(0) invert(.6);
}
.faq-section .accordion-button:not(.collapsed)::after {
    filter: brightness(0) saturate(100%) invert(44%) sepia(74%) saturate(700%) hue-rotate(200deg) brightness(105%);
}
.faq-section .accordion-button:hover::after{
	color: var(--yellow);
}
/* download-brochure */
.download-brochure {
	padding: 70px 0px;	
}
.download-brochure .brochure-form {
	border: 4px solid #dddddd;
    padding: 30px;
    border-radius: 20px;
}
.download-brochure .brochure-form h2 {
	font: 700 1.8rem / 1.4 var(--font-main);
	color: #000;
	margin-bottom: 20px;
}
.download-brochure .brochure-form h2 span{
	color:var(--pink);
}
.download-brochure .brochure-form  .form-label {
    width: 100%;
    color: #0f1729;
    font: 600 14px / 20px var(--font-main);
    margin-bottom: 10px;
    cursor: pointer;
}
.download-brochure .brochure-form  .form-control , .download-brochure .brochure-form  .form-select {
	color: #0f1729;
    font: 600 15px / 1.1 var(--font-main);
    height: 45px;
    box-shadow: none;
    outline: none;
    border: 1px solid #e0e1e2;
    border-radius: 0.375rem
}
.download-brochure .brochure-form  .form-control:focus , .download-brochure .brochure-form  .form-select:focus{
	border-color: #0f1729;
	box-shadow: none;
}
.download-brochure .brochure-form  .label-title {
	 font: 600 16px / 1.1 var(--font-main);
	 color: #0f1729;
}
.download-brochure .brochure-form  .form-check label {
	font: 600 14px / 1.1 var(--font-main);
	 color: #0f1729;
}
.download-brochure .brochure-form  .form-check label a{
	color: var(--pink);
	text-decoration: none;
}
.download-brochure .brochure-form  #submit_btn_brochure {
    text-decoration: none;
    font: 600 16px / 1.5 var(--font-main);
    padding: 8px 20px;
    border-radius: 10px;
    border: 2px solid transparent;
    background: var(--pink);
    color: #fff !important;
    transition: .3s ease;
    display: block;
    width: 100%;
}
.download-brochure .brochure-form .form-check-input{
	box-shadow: none;
}
.download-brochure .brochure-form .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink);
}

.brochure-form .form_check_label a {
    color: var(--pink);
    text-decoration: none;
}
.brochure-form .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink) !important;
}

.become-speakers-area .speaker_title h2{
	font: 700 2.1875rem / 1.5 var(--font-main);
    color: var(--black-text);
}
.become-speakers-area .speaker_title h2 span{
	background: var(--pink);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientMove 3s linear infinite alternate;
}
.news-btn a{
  position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: var(--blue-primary);
    border: 0;
    border-radius: 30px;
    font-family: var(--font-main);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    cursor: pointer;
    text-decoration: none;
    white-space: nowrap;
    margin-left: 12px;
    flex-shrink: 0;
    border: 2px solid transparent;
    background: linear-gradient(135deg, rgb(255, 0, 102), rgb(255, 45, 143)) border-box !important;
    box-shadow: rgba(255, 0, 120, 0.35) 0px 10px 30px !important;
    color: #fff !important;
    animation: gradientMove 5s ease infinite;
    transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}

/* SPEAKER CSS START */

.speakers-section-new{
    padding:70px 0;
	    background: #020625;
}

.speakers-section-new .speaker_title h4 {
    font: 600 14px / 1.5 var(--font-main);
    color: #fff;
    margin-bottom: 0;
}

.speaker_title h2{
    font: 700 2.1875rem / 1.5 var(--font-main);
    color: #fff;
}
.speaker_title h2  span{
	color: var(--pink);
}

.speakers-section-new .speaker-card {
    background: #071033;
    position: relative;
    overflow: hidden;
    transition: 0.4s;
    /* min-height: 100%; */
    height: 470px;
    margin-bottom: 20px;
}
.speakers-section-new .speaker-card a{
	 color:#d8d8d8;
    text-decoration: none;
}

.speakers-section-new .speaker-card:hover{
    transform:translateY(-5px);
}

.speakers-section-new .speaker-img{
    position:relative;
}

.speakers-section-new .speaker-img img{
    width:100%;
    height:340px;
    object-fit:contain;
    display:block;
	top: 20px;
}

.speakers-section-new .speaker-img::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:140px;
    background:linear-gradient(to top,#071033 10%,transparent);
}


.speakers-section-new .speaker-content{
    
    width:100%;
    padding:20px;
    z-index:2;
}

.speakers-section-new .speaker-content h4{
    color:#fff;
    font: 700 22px / 1.5 var(--font-main);
    margin-bottom:5px;
    
}

.speakers-section-new .speaker-content p{
    color:#d8d8d8;
    font: 500 13px / 1.5 var(--font-main);
    margin:0;
    
}

.speakers-section-new .speakers-oct_background-image {
    z-index: 0;
    width: 100%;
    height: 100%;
    transition: transform .32s cubic-bezier(.215, .61, .355, 1);
    position: absolute;
    inset: 0%;
}

.speakers-section-new .speaker-card-img{
    aspect-ratio: 265 / 298;
    background-color: var(--_primitives---colors--dark-blue);
    border-radius: .125rem;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    transition: background-color .24s ease-out;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 320px;
}

.speakers-section-new .subtitle_btm{
    font: 500 15px / 1.75 var(--font-main);
    color: #dfdfdf;
    padding: 20px;
    align-items: center;
    display: flex;
    background: #071033;
    text-align: center;
    justify-content: center;
}

.ribbon-pop {
    background: linear-gradient(135deg, rgb(255, 0, 102), rgb(255, 45, 143)) border-box !important;
    display: inline-block;
    padding: 8px 18px 10px 32px;
    color: white;
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    font: 600 15px / 1.5 var(--font-main);
	z-index: 3;
}

.ribbon-pop:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    left: 0;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.ribbon-new {
    background: linear-gradient(135deg, rgb(163 60 250), rgb(116 10 188)) border-box !important;
    display: inline-block;
    padding: 8px 22px 10px 38px;
    color: white;
    position: relative;
    position: absolute;
    right: 0;
    bottom: 0;
    font: 600 15px / 1.5 var(--font-main);
    z-index: 3;
}

.ribbon-new:after {
    content: "";
    width: 0;
    height: 0;
    top: 0;
    position: absolute;
    left: 0;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}


/* Quotes Section Css Start */

.quote-section{
    background:#f5f5f5;
    border-radius:10px;
    padding:25px;
}

.quote-section .profile-box{
    text-align:center;
    min-width:90px;
}

.quote-section .profile-icon{
    width:150px;
    height:150px;
    background:#071033;
    border-radius:6px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d4a63d;
    font-size:24px;
    font-weight:600;
    margin:0 auto 10px;
}

.quote-section .profile-icon img{
	width: 100%;
}

.quote-section .profile-text{
    font: 600 14px / 1.5 var(--font-main);
    color:#666;
    line-height:1.4;
}

.quote-section .quote-content{
    position:relative;
    padding-left:25px;
}

.quote-section .quote-content:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:3px;
    height:100%;
    background:#c9a227;
}

.quote-section .quote-text{
    font: 400 20px / 1.5 var(--font-main);
    color: var(--black-text);
    text-align: left;
    font-style: italic;
    color:#222;
    margin-bottom:25px;
}

.quote-section .quote-author{
    font: 700 20px / 1.5 var(--font-main);
    color: var(--black-text);
    text-align: left;
    margin-bottom:2px;
}

.quote-section .quote-designation{
        font: 600 16px / 1.5 var(--font-main);
    color:#444;
    line-height:1.4;
}

.borderTop{border-right: none!important;
    border-bottom: none!important;}
	
	.terms_text p {
    text-align: justify;
    font: 500 14px / 30px var(--font-main);
}
.conditions-modal button {
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 1.8rem;
    border-radius: 0;
    background: #1e293b;
    font-size: 17px;
    opacity: 1;
    box-shadow: none;
    color: #fff;
    border: 0;
}

.alert .cookies-text{
	font: 600 14px / 22px var(--font-main);
}
.cookie-btn{
	background: linear-gradient(135deg, rgb(255, 0, 102), rgb(255, 45, 143)) border-box !important;
	border: none;
	font-family: var(--font-main);
	font-size: 1rem;
    font-weight: 600;
}

.venue-section{
	padding: 70px 0;
	background: radial-gradient( circle at 100% 0%, rgba(227, 0, 113, 0.08), transparent 280px ), linear-gradient( 180deg, #ffffff 0%, #fcfcff 100% );
	position: relative;
	overflow: hidden;
}
.venue-section .venue-dots {
	position: absolute;
	top: 42px;
	left: 35px;
	width: 100px;
	height: 75px;
	opacity: .5;
	background-image: radial-gradient( #e30071 2px, transparent 2px );
	background-size: 16px 16px;
	pointer-events: none;
}
.venue-section .venue-circle {
	position: absolute;
	top: -160px;
	right: -110px;
	width: 370px;
	height: 370px;
	border-radius: 50%;
	background: rgba(227, 0, 113, .07);
	pointer-events: none;
}

.venue-section .venue-waves {
            position: absolute;

            right: -100px;
            bottom: 50px;

            width: 520px;
            height: 320px;

            opacity: .35;

            transform: rotate(-10deg);

            pointer-events: none;
        }

        .venue-section .venue-waves span {
            position: absolute;
            width: 650px;
            height: 100px;
            border: 1px solid rgba(227, 0, 113, .18);
            border-left: 0;
            border-right: 0;
            border-radius: 50%;
        }

        .venue-section .venue-waves span:nth-child(1) {
            top: 0;
        }

        .venue-section .venue-waves span:nth-child(2) {
            top: 38px;
        }

        .venue-section .venue-waves span:nth-child(3) {
            top: 76px;
        }

        .venue-section .venue-waves span:nth-child(4) {
            top: 114px;
        }

        .venue-section .venue-waves span:nth-child(5) {
            top: 152px;
        }


	.venue-content p{
	max-width: 900px;
    margin: 0 auto 44px;
    text-align: center;
	font:400 16px /26px var(--font-main);
    color: var(--black-text);
   
	}
.venue-card {
    background: #f3f3f3;
    border-radius: 10px;
    padding: 14px;
    box-shadow: 0 8px 4px rgba(0, 0, 0, 0.18),
        0 2px 8px rgba(0, 0, 0, 0.08);
    border: 0px solid #ecedf3;
    padding: 8px;
    position: relative;
    z-index: 2;
}

.venue-card .venue-row {
	background-color: var(--white-text);
	border-radius: 10px;
	padding: 10px;
	/* margin-bottom: 20px; */
}
.venue-img{
 position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 560px;
    background: linear-gradient(180deg, rgba(6,15,30,.15) 0%, rgba(5,12,26,.15) 45%, rgba(3,8,20,.85) 100%),
      url('https://worldairegulation.org/assets/images/venue.avif');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 22px;
}

.venue-card .photo-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--black-text);
    color: var(--white-text);
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .5px;
    padding: 8px 16px;
    border-radius: 30px;
    width: fit-content;
    font: 700 14px/1.5 var(--font-main);
}
.venue-card .cap-title {
font: 800 30px/40px var(--font-main);
color: var(--white-text);
}
.venue-card .cap-sub{
font: 600 20px/30px var(--font-main);
color: var(--white-text);
}
.venue-location {
    padding: 10px 0;
    font: 500 15px/21px var(--font-main);
    color: var(--black-text);
}
.venue-card .info-tile {
   padding: 23px 21px;
    background: linear-gradient(135deg, #ffffff, #fafaff);
    border: 1px solid #e8e8f0;
    border-radius: 15px;
    transition: 0.3s ease;
}
.venue-card .tile-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
	background: linear-gradient(135deg, #e30071, #f20087);
    border-radius: 50%;
    font-size: 20px;
    box-shadow: 0 0 0 8px rgba(227, 0, 113, .08);
    color: var(--white-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 12px;
    flex-shrink: 0;
}
.venue-card .tile-heading {
    font-weight: 800;
    color: var(--navy);
    font-size: .82rem;
    letter-spacing: 1px;
    margin-bottom: 8px;
    position: relative;
    padding-bottom: 8px;
}
.tile-heading::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 26px;
    height: 3px;
    background: var(--pink);
    border-radius: 2px;
}
.address-list  p{
	padding-left: 53px;
}
.transport-list li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 9px;
    color: #29293d;
    font-size: 15px;
	list-style: none;
    line-height: 1.55;
}
.transport-list li:last-child {
    margin-bottom: 0;
}

.venue-card .transport-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--pink);
}
.venue-location .address-list::before{
	 content: none !important;
}
.stay-item{
	min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 14px;
    text-align: center;
    background: linear-gradient(145deg, #ffffff, #f8f7ff);
    border: 1px solid #e8e7ef;
    border-radius: 13px;
    transition: 0.3s ease;
}
.stay-item i {
    margin-bottom: 10px;
    color: var(--pink);
    font-size: 28px;
}
.stay-item .hotel-arrow {
    position: absolute;
    right: 25px;
    bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
    color: #e30071;
    font-size: 16px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-21px);
    transition: opacity .25s ease,
                visibility .25s ease,
                transform .35s cubic-bezier(
                    .4,
                    0,
                    .2,
                    1
                );
}
.stay-item:hover .hotel-arrow {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.stay-item .hotel-arrow i{
	font-size: 18px;
	margin-bottom: 0;
}

.map-btn {
    background: var(--pink);
    color: #fff;
    border: none;
    border-radius: 10px;
    width: 100%;
    padding: 16px 20px;
    display: flex;
	text-decoration: none;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: .9rem;
    transition: background .2s ease;
}

