html {
	scroll-behavior: smooth;
}

a {
	color: #212121;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

::-moz-selection {
	/* Code for Firefox */
	color: #ffffff;
	background: #355efc;
}

::selection {
	color: #ffffff;
	background: #355efc;
}

/*.header.affix {

	position: fixed;

	left: 0;

	right: 0;

	top: 0;

	z-index: 999;

}*/

.txt-justify{
	text-align: justify;
}

.header {
    /* position: absolute; */
    top: 0rem;
    z-index: 9999999999999;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2); /* Subtle shadow */
    /* padding: 20px; */
}


.tophead_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.head .head_logo {
	text-align: center;
}

.head .container-fluid {
	/* padding: 0 150px; */
}
.footer .container-fluid {
	padding: 0 90px;
}

.head .head_logo img {
	width: 530px;
}

.subscribe_btn_mobile {
	display: none;
}

.bottom_header.affix {
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 9999999;
	background-image: url(./../images/background/bannerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 0;
	box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
}

.header.affix {
	position: fixed;

}

.header .navbar-brand {
	display: none;
}

/*  */


.pt-80 {
	padding-top: 80px;
}

.pb-80 {
	padding-bottom: 80px;
}

.dropdown:hover .dropdown-menu {
	display: block;
	margin-top: 0;
	/* remove the gap so it doesn't close */
}

.title h2 {
	font-size: 42px;
	font-weight: 600;
	color: #212121;
	margin-bottom: 20px;
}

.arrow_btn {
	margin-bottom: 20px;
}

.arrow_btn a i {
	font-size: 20px;
}

.navbar-nav .nav-link {
	/* font-weight: 700; */
    color: #fff;
    padding-right: 20px !important;
}

.nav-item.dropdown .dropdown-toggle {
	transition: .5s ease;
}

.head .mobile_logo {
	display: none;
}

.head .desktop_logo {
	display: block;
}

.head .navbar_mobile {
	display: none;
}

.header .logo1 img {
	width: 350px;
}

.header .logo2 img {
	width: 330px;
}

.header .head {
	padding: 10px 0;
	background-color: white;
}


/* .banner_wrap .banner_info {
	padding: 250px 0;
} */

.banner_slide {
	position: relative;
}

.banner_slide::before {
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.banner_slide {
	height: 650px;
}


.banner_sliderewards{
	position: relative;
}

.banner_sliderewards::before {
	position: absolute;
	content: '';
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.7;
}

.banner_sliderewards {
	height: 750px;
}

.banner_wrap .banner_info {
	position: relative;
	z-index: 1;
	color: #fff;
}

.banner_wrap .banner_info p {
	font-size: 18px;
}

.banner_wrap .banner_info h2 {
	font-size: 42px;
	font-weight: bold;
}

.banner_wrap .owl-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	width: 96%;
	top: 40%;
	margin: 0 auto;
	left: 0;
	right: 0;
}


.counter_wrap {
	background-color: #004286 !important ;
	padding: 30px 0;
}

.count_box h2 {
	font-weight: bold;
	font-size: 34px;
}

.meta_info {
	padding: 15px 0;

}

.meta_info p {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.title h2 {
	color: #000;
	font-weight: bold;
	font-size: 38px;
}

.pt-80 {
	padding-top: 60px;
}

.pb-80 {
	padding-bottom: 60px;
}

.btn_info {
	background-color: #fff;
	padding: 25px;
	box-shadow: 0 4px 19px rgba(0, 0, 0, 0.1);
	width: 100%;
	margin-top: 50px;
}

.btn_info .btn {
	margin-right: 10px;
	color: #fff !important;
}

.btn_info h3 {
	font-weight: bold;
}

.team_box h5 {
	font-weight: bold;
	margin-bottom: 5px;
}

.team_wrap .visionary.owl-carousel .team_box {
	margin: 30px 10px;
}

.team_box {
	min-height: 380px;
	/* border: 1px solid #ddd; */
	box-shadow: 0 4px 19px rgba(0, 0, 0, 0.1);
	background-color: #fff;

	transition: .5s ease all;
	position: relative;
}

.team_box .team_img img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.team_box .info {
	margin-top: 15px;
}

/* .team .owl-nav {
	position: absolute;
	top: -70px;
	margin: 0 auto;
	right: 0;
} */

.team.owl-carousel .owl-nav button.owl-prev span,
.team.owl-carousel .owl-nav button.owl-next span {
	color: #212121;
	font-size: 40px;
	line-height: 30px;
}



footer {
	background-color: #F0F0EF;
	padding: 40px 0 20px 0;
}


/* .footer_bottom {
	background-color: #F0F0EF;
} */
footer p {
	font-size: 15px;
}

footer .copyright p {
	font-weight: 700;
}

footer h4 {
	font-weight: 600;
}

.btns .btn {
	margin-bottom: 10px;
}

.footer_title h5 {
	font-weight: 600;
	color: #606060;
}

.footer_widget {
	margin-bottom: 15px;
	color: #606060;
}

.footer_widget a {
	color: #606060;
	text-decoration: underline;
}

#menu-footer-menu a{
	color: #606060;
}

.social_links a{
	color: #606060 !important;
}

.footer-text-color{
	color: #606060;
}

.footer_bottom .footer_links ul li {
	display: inline;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #212121;
}

.footer_bottom .footer_links ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: none
}

.footer_bottom .bottom_logo {
	margin-bottom: 15px;
}

.footer_bottom .bottom_logo img {
	width: 380px;
}

.footer_bottom .social_links ul li {
	display: inline;
	margin-right: 15px;
}

.footer_bottom .social_links ul li:last-child {
	margin-right: 0;
}

footer hr {
	margin: 20px 0;
}

.footer_logo img {
	width: 110px;
}

.head_wrap h1 {
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.head_wrap {
	padding: 100px 0;
	position: relative;
}

.head_wrap:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .6;
}
.head_wrapawards h1 {
	font-size: 46px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.head_wrapawards {
	padding: 143px 0;
	position: relative;
	background: white;

}

.head_wrapawards .homepage-video-overlay{
	z-index: 0 !important;

}
.logobox {
	height: 145px;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
}

.logobox img {
	object-fit: contain;
	/* border: 1px solid #eaeaea; */
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1;
	position: relative;
}


.exhibitor.owl-carousel .owl-nav button.owl-next span,
.exhibitor.owl-carousel .owl-nav button.owl-prev span {
	color: #212121;
	font-size: 20px;
}

.exhibitor .owl-nav {
	position: absolute;
	right: 0;
	top: -70px;
}

.partners .owl-nav {
	position: absolute;
	right: 0;
	top: -50px;
}

.platinum_sponsors .owl-nav {
	position: absolute;
	right: 0;
	top: -50px;
}

.gold_sponsors .owl-nav {
	position: absolute;
	right: 0;
	top: -50px;
}

.category_wrap .category_box {
	position: relative;
	width: 100%;
	height: 355px;
	display: flex;
	flex-direction: row;
	align-items: end;
	overflow: hidden;
	transition: .5s ease;

}

.category_wrap .category_box:hover .info {
	bottom: 25px;
	transition: .5s ease;
}

.category_wrap .category_box:hover .info p {
	opacity: 1;
}


.category_wrap .category_box:hover::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	opacity: .6;
}


.category_wrap .category_box .info {
	padding: 15px;
	position: absolute;
	z-index: 1;
	color: #fff;
	bottom: -137px;
}

.category_wrap .category_box .info p {
	opacity: 0;
	font-size: 15px;
	margin-bottom: 0;
}

.category_wrap .category_box .info h4 {
	font-weight: bold;
}

.category_wrap .category_box::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgb(0, 0, 0));
}



.bg-orange {
	background-color: #FFF9F3;
}

.conferencebox {
	margin-bottom: 20px;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
}

.conferencebox .info {
	padding: 20px;
}

.conferencebox .info h4 {
	font-weight: bold;
}

.conferencebox .info p {
	height: 225px;
	overflow-y: auto;
}

.partner_cta {
	position: relative;
}

.partner_cta:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.7;
	background-color: #000;
}

.partner_cta .partner_info {
	position: relative;
	z-index: 1;
}

.partner_cta .partner_icon {
	width: 150px;
	height: 75px;
	background-color: #fff;
	padding: 7px;
}

.partner_cta .partner_icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.event_wrap .event_box {
	width: 100%;
	height: 305px;
	display: flex;
	align-items: end;
	padding: 15px;
	position: relative;
}

.event_wrap .event_box:after {
	position: absolute;
	content: '';
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;

}

.event_box h3 {
	font-size: 22px;
	font-weight: bold;
	color: #fff;
	z-index: 1;
	position: relative;
	margin-bottom: 0;
}

.journal_box {
	background-color: #FFFBED;
	box-shadow: 0 4px 19px rgba(0, 0, 0, 0.1);
	padding: 30px;
}

.journal_img {
	width: 100%;
	height: 270px;
}

.journal_img img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.download_box {
	text-align: center;
	padding: 60px 50px;
	position: relative;
	border: 1px solid #ddd;
}

.download_box {
	text-align: right;
}

.download_box p {
	margin-bottom: 0;
}

.download_box .title {
	color: #fff;
	position: relative;
	z-index: 1;
}

/* .download_box:after {
	position: absolute;
	content: '';
	background-color: #001E3D;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.75;
} */

.contentbox {
	color: #fff;
	background-color: #003061;
	padding: 20px;
	margin-bottom: 20px;
	height: 300px;
}

.contentbox .icon {
	margin-bottom: 15px;
}

.contentbox h4 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: bold;
}

.why_wrap .contentbox h4 {
	font-size: 20px;
	margin-top: 10px;
}

.why_wrap .contentbox p {
	font-weight: 300;
}

.infobox {
	min-height: 209px;
	/* background-color: #F1F9FF; */
	background-color: #F1F9FF;
	border: 1px solid #a6b7c3;
	/* display: flex; */
	align-items: center;
	padding: 20px 50px;
	margin-bottom: 20px;
}

.infobox-end{
	min-height: 447px;
}
.infobox h4 {
	font-size: 20px;
}

.infobox .imgbox {
	width: 100%;
	max-width: 270px;
	margin-right: 30px;
}

.infobox .imgbox img {
	width: 100%;
	height: 100%;
}

.infobox ul li {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	/* padding-bottom: 10px; */
	margin-right: 10px;
}
/* .infobox ul li:last-child {
	padding-bottom: 0;
} */


.infobox ul li::before {
	position: absolute;
	content: '';
	background-color: #004286;
	top: 6px;
	left: 0;
	width: 10px;
	height: 10px;
	border-radius: 100%;
}

.infobox h4 {
	font-weight: bold;
	color: #212121;
}

.globalhub_wrap ul li {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 15px;
}

.about_box {
	padding: 20px 30px;
	background: #F1F9FF;
	margin-bottom: 20px;
	height: 180px;
}

.about_box.whybox {
	height: 210px !important;
}

.about_box.investmentbox {
	height: 230px !important;
}

/* .about_box.event_highlight {
	height: 250px !important;
} */

.about_box .icon img {
	width: 40px;
}

.content_wrap .about_box {
	height: 280px;
}

.about_box .icon {
	margin-bottom: 15px;
}

.about_box h4 {
	font-size: 18px;
	font-weight: bold;
}

.whycontentbox .icon {
	float: left;
}

.whycontentbox .info {
	margin-left: 45px;
}

.exhibitor_wrap .nav-pills li .nav-link {
	background: transparent;
	border-radius: 0;
	border: 1px solid #ddd;
	margin-right: 10px;
}

.exhibitor_wrap .nav-pills .nav-link.active,
.exhibitor_wrap .nav-pills .show>.nav-link {
	color: #fff;
	background-color: #004286 !important;
}

.who_img {
	width: 100%;
	height: 320px;
}

.who_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.wholist li {
	padding-bottom: 15px;
	background: url(./../images/check.png) no-repeat;
	background-position: top left 0;
	padding-left: 30px;
}

.sponsorbox {
	padding: 20px;
	border: 1px solid #ddd;
	margin-bottom: 20px;
	height: 370px;
	width: 270px;
	position: relative;
}

.sponsorbox:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1))
}

.sponsorbox .info {
	position: absolute;
	width: 90%;
	/* bottom: 20px; */
	top: 160px;
	z-index: 1;
	color: #fff;
}

.sponsorbox h4 {
	font-weight: bold;
	color: #fff;
}

.titlebox {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}


.privacy_wrap h3 {
	font-weight: bold;
}

.privacy_wrap h4 {
	font-weight: bold;
}

.privacy_wrap ol li {
	padding-bottom: 10px;
}

.faq_wrap .card-header .btn::after {
	content: "\f067";
	color: #645A8D;
	top: 15px;
	right: 20px;
	position: absolute;
	font-family: "FontAwesome";
}

.faq_wrap .card-header .btn[aria-expanded="true"]::after {
	content: "\f068";
	font-family: "FontAwesome";
}

.faq_wrap .card-header .btn {
	position: relative;
	color: #000;
	padding: 0;
	font-weight: 500;
	box-shadow: 0px 0px 20px 0px rgba(39, 76, 119, 0.1);
	padding: 20px;
	background: #fff;
	width: 100%;
	text-align: left;
	border-radius: 0;
}

.faq_wrap .card-header {
	border: none;
	background-color: transparent;
	border-radius: 0;
}

.faq_wrap .card-header .btn-link {
	text-decoration: none;
}

.faq_wrap .card {
	overflow: visible;
	border: none;
}

.faq_wrap .card .card-header {
	border: none;
	background: transparent;
	padding: 0px;
	box-shadow: 0px 0px 20px 0px rgba(39, 76, 119, 0.1);
	background: #fff;
	margin-bottom: 15px;
}

.card-body a {
	color: #0031C4;
}

/* ----- MODAL right STYLE ----- */

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 1000px;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

.modal.right .modal-body,
.modal.right .modal-header,
.modal.right .modal-footer {
	padding: 1.5rem;
}

.modal.right.fade .modal-dialog {
	right: -400px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
	right: 0;
}

.modal.right .modal-content {
	border-radius: 0;
	border: none;
}

.right h4 {
	font-weight: 600;
	font-size: 1.1rem;
}

/* ----- MODAL right STYLE ----- */

.event_slide_mobile {
	display: none;
}




.why_faq .card-header .btn::after {
	content: "\f067";
	color: #fff;
	top: 15px;
	right: 20px;
	position: absolute;
	font-family: "FontAwesome";
}

.why_faq .card-header .btn[aria-expanded="true"]::after {
	content: "\f068";
	font-family: "FontAwesome";
}

.why_faq .card-header .btn {
	position: relative;
	color: #fff;
	padding: 0;
	font-weight: 500;
	box-shadow: 0px 0px 20px 0px rgba(39, 76, 119, 0.1);
	padding: 12px 37px 12px 12px;
	background: #003061;
	width: 100%;
	text-align: left;
}

.why_faq .card-header {
	border: none;
	background-color: transparent;
	border-radius: 10px;
	padding: 0;
}

.why_faq .card-header .btn-link {
	text-decoration: none;
}

.why_faq .card {
	border: none;
	background: transparent;
	margin-bottom: 20px;
}

.why_faq .card-body {
	color: #fff;
	padding: 15px 10px;
}

.whysponsor_box {
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(auto-fit, minmax(280px, 280px));
  justify-content: center;
  gap: 20px;
}



.pricingbox.bg-blue {

	color: #fff;
}


.pricingbox.bg-orange {

	color: #fff;
}


.pricingbox.bg-green {

	color: #fff;
}


.pricingbox.bg-white {

	color: #000;
}


.pricingbox {
	padding: 20px 50px;
}

.bg-blue {
	background-color: #004286;
}

.bg-orange{
	background-color: #FF6600;
}

.bg-green{
	background-color: #28a745;
}

.bg-white{
box-shadow: 0px 0px 20px 0px rgba(39, 76, 119, 0.1);
}
.pricingbox.bg-blue {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 20px;
}

.pricingbox.bg-orange {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 20px;
}


.pricingbox.bg-green {
	display: flex;
	align-items: end;
	justify-content: space-between;
	margin-bottom: 20px;
}

.pricingbox.bg-white {
	display: flex;
	/* align-items: end; */
	justify-content: space-between;
	margin-bottom: 20px;
	    min-height: 168px;
}

.btn-primary-register{
	background-color: #f0f5fc;
	color: black;
}

.pricingbox.bg-white:hover{
box-shadow: 0px 0px 20px 20px rgba(39, 76, 119, 0.1) !important;
transition: all 0.5s ease-in-out;
}


.pricingbox.bg-white:hover .btn-primary-register{
	background-color: #004286;
	color: white;
	transition: all 0.5s ease-in-out;
	font-weight: normal !important;
}
.pricingbox .price {
	font-size: 34px;
	font-weight: bold;
}

.pricingbox .price span {
	font-weight: 400;
	font-size: 22px !important;
}


.pricingbox .price span.gst-amt {
	font-weight: 400;
	font-size: 15px !important;
}

.pricingbox .right_info {
	text-align: center;
	text-align: center;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: end;
    flex-wrap: wrap;
}

.pricingbox.box2 .bottom_info{
	text-align: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


.pricingbox.box2 .bottom_info .price{
	text-align: center;
    display: flex;
    gap: 0.5rem;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
} 

.pricingbox.bg-blue ul li {
	position: relative;
	padding-left: 15px;
	/* padding-bottom: 10px; */
	font-size: 15px;
}

.pricingbox.bg-blue ul li:before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 100%;
	top: 8px;
	left: 0;
	background-color: #28a745;
}

.pricingbox.bg-orange ul li {
	position: relative;
	padding-left: 15px;
	/* padding-bottom: 10px; */
	font-size: 15px;
}


.pricingbox.bg-orange ul li:before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 100%;
	top: 8px;
	left: 0;
	background-color: #004286;
}

.pricingbox.bg-white ul li {
	position: relative;
	padding-left: 15px;
	/* padding-bottom: 10px; */
	font-size: 15px;
}


.pricingbox.bg-white ul li:before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 100%;
	top: 8px;
	left: 0;
	background-color: #004286;
}

.pricingbox.bg-white .left_info{
	    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricingbox .btn {
	padding: 10px 25px;
	/* display: block; */
}

.pricingbox h3 {
	font-weight: bold;
}

.pricingbox.box2 ul li {
	/* background-image: url(./../images/check_3.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 25px;
	padding-bottom: 10px;
	font-size: 15px; */
	    position: relative;
    padding-left: 15px;
    /* padding-bottom: 10px; */
    font-size: 15px;
}

.pricingbox.box2 ul li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    top: 8px;
    left: 0;
    background-color: #004286;
}

.pricingbox.box2 .price {
	color: #000000;
	/* text-align: center; */
}

.pricingbox.box2 {
	box-shadow: 0px 0px 20px 0px rgba(39, 76, 119, 0.1);
}

.pricingbox.box2 h5 {
	color: #000000;
}

/* 
.logobox:hover {
	border: 1px solid transparent;
	border-image: linear-gradient(60deg, #FF6600, #FF6600, #FF6600, #004286, #004286, #FF6600, #FF6600, #FF6600);
	border-image-slice: 1;
} */


.logobox span {
	display: block;
	padding: 10px;
}



.logobox::before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	transition: all 0.2s linear;
	background: #FF6600;
}

.logobox::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	transition: all 0.2s linear;
	background: #004286;
}

.logobox span::before {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	background: #FF6600;
}

.logobox span::after {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	background: #004286;
}

.logobox:hover::before,
.logobox:hover::after {
	width: 100%;
}

.logobox:hover span::before,
.logobox:hover span::after {
	height: 100%;
}


.logobox::before,
.logobox::after {
	transition-delay: 0s;
}

.logobox span::before,
.logobox span::after {
	transition-delay: 0.2s;
}

.logobox::before {
	right: 0;
	top: 0;
}

.logobox::after {
	left: 0;
	bottom: 0;
}

.logobox span::before {
	left: 0;
	top: 0;
}

.logobox span::after {
	right: 0;
	bottom: 0;
}

.logobox:hover::before,
.logobox:hover::after {
	transition-delay: 0.2s;
}

.logobox:hover span::before,
.logobox:hover span::after {
	transition-delay: 0s;
}

.visionary_theme_content .block_content h4 {
	font-weight: 600;
	color: #212121;
}

.visionary_theme_content .block_content {
	border-left: 4px solid #70a63f;
	padding-left: 20px;
	margin-bottom: 40px;
}

.visionary_theme_img {
	width: 100%;
	height: 300px;
}

.visionary_theme_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.faq_wrap .title h3 {
	margin-bottom: 20px;
	font-weight: bold;
}

/* drop\down */


.dropdown_check {
	position: relative;
	font-size: 14px;
	color: #333;
}

.dropdown_check .dropdown-list {
	padding: 12px;
	background: #fff;
	position: absolute;
	top: 50px;
	left: 2px;
	right: 2px;
	box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
	transform-origin: 50% 0;
	transform: scale(1, 0);
	transition: transform 0.15s ease-in-out 0.15s;
	max-height: 66vh;
	overflow-y: scroll;
	z-index: 1;
}

.dropdown_check .dropdown-option {
	display: block;
	padding: 8px 12px;
	opacity: 0;
	transition: opacity 0.15s ease-in-out;
}

.dropdown_check .dropdown-label {
	display: block;
	height: 46px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 14px 12px;
	line-height: 1;
	cursor: pointer;
}

.dropdown_check .dropdown-label:before {
	content: "▼";
	float: right;
}

.dropdown_check.on .dropdown-list {
	transform: scale(1, 1);
	transition-delay: 0s;
}

.dropdown_check.on .dropdown-list .dropdown-option {
	opacity: 1;
	transition-delay: 0.2s;
}

.dropdown_check.on .dropdown-label:before {
	content: "▲";
}

.dropdown_check [type=checkbox] {
	position: relative;
	top: -1px;
	margin-right: 4px;
}

.attend_content .wholist {
	margin-bottom: 15px;
	display: inline-block;
}

.attend_content .wholist span {
	background-color: #004286;
	padding: 15px;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 5px;
}

.logobox button {
	border: none;
	padding: 0;
	background-color: transparent;
}

.logobox button:focus {
	outline: none;
}

.up-arrow{
	position: absolute;
	right: 10px;
	bottom: 6px;
	color: white;
}

.onloadPopup .close,
.logoModal .close, .profileModal .close,.AssociationModal .close,.footerSponsorModal .close,.KnowledgeModal .close{
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 1;
	/* background: #000; */
	
	color: #8d8d8d;
	opacity: 1;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	box-shadow: none;
	line-height: 30px;
}

.close:focus{
	outline: none !important;
	border: none !important;
}

.infobox ul {
	list-style: none !important;
	padding-left: 0;
}

.onloadPopup .modal_img {
	width: 100%;
      	/* height: 350px; */
	margin-bottom: 20px;
}

.onloadPopup .modal_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.logoModal .top_info {
	display: flex;
	align-items: start;
}

.logoModal .top_info .modal_img {
	width: 20%;
	margin-right: 20px;
}

.logoModal .top_info .info {
	width: 80%;

}


.logoModal p {
	font-size: 15px;
}

.AssociationModal .top_info {
	display: flex;
	align-items: start;
}

.AssociationModal .top_info .modal_img {
	width: 20%;
	margin-right: 20px;
}

.AssociationModal .top_info .info {
	width: 80%;
	margin-right: 20px;
}


.AssociationModal p {
	font-size: 15px;
}

.footerSponsorModal .top_info {
	display: flex;
	align-items: start;
}

.footerSponsorModal .top_info .modal_img {
	width: 20%;
	margin-right: 20px;
}

.footerSponsorModal .top_info .info {
	width: 80%;
	margin-right: 20px;
}

.footerSponsorModal p {
	font-size: 15px;
}


.KnowledgeModal .top_info {
	display: flex;
	align-items: start;
}

.KnowledgeModal .top_info .modal_img {
	width: 20%;
	margin-right: 20px;
}

.KnowledgeModal .top_info .info {
	width: 80%;

}


.KnowledgeModal p {
	font-size: 15px;
}

.contact_info i {
	margin-right: 20px;
	font-size: 20px;
	width: 15px;
	height: 15px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logoModal .category span {
	background: none;
	background-color: #004286 !important;
	padding: 7px 11px;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}

.AssociationModal .category span {
	background: none;
	background-color: #004286 !important;
	padding: 7px 11px;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}

.footerSponsorModal .category span {
	background: none;
	background-color: #004286 !important;
	padding: 7px 11px;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}

.KnowledgeModal .category span {
	background: none;
	background-color: #004286 !important;
	padding: 7px 11px;
	color: #fff;
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
}


.contact_info .address,
.contact_info .mail,
.contact_info .phone {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
}


/*  */

.team_box::before {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	transition: all 0.2s linear;
	background: #FF6600;
}

.team_box::after {
	content: "";
	width: 0;
	height: 2px;
	position: absolute;
	transition: all 0.2s linear;
	background: #004286;
}

.team_box span::before {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	background: #FF6600;
}

.team_box span::after {
	content: "";
	width: 2px;
	height: 0;
	position: absolute;
	transition: all 0.2s linear;
	background: #004286;
}

.team_box:hover::before,
.team_box:hover::after {
	width: 100%;
}

.team_box:hover span::before,
.team_box:hover span::after {
	height: 100%;
}


.team_box::before,
.team_box::after {
	transition-delay: 0s;
}

.team_box span::before,
.team_box span::after {
	transition-delay: 0.2s;
}

.team_box::before {
	right: 0;
	top: 0;
}

.team_box::after {
	left: 0;
	bottom: 0;
}

.team_box span::before {
	left: 0;
	top: 0;
}

.team_box span::after {
	right: 0;
	bottom: 0;
}

.team_box:hover::before,
.team_box:hover::after {
	transition-delay: 0.2s;
}

.team_box:hover span::before,
.team_box:hover span::after {
	transition-delay: 0s;
}

/*  */

/* .onloadPopup .close span {
	background: #000;
	width: 30px;
	height: 30px;
	display: block;
	line-height: 27px;
	border-radius: 100%;
	font-size: 21px;
} */

.journal_img img{
	transition: all ease 0.5s;
}

.journal_img{
	overflow: hidden;
}

.journal_img:hover img {
	transform: scale(1.2);
}
.bottom_header {
	/* background-color: #ebebeb !important; */
}

.supply-logo img{
	width: 350px !important;
}

.supply-logo-kcci img{
	width: 200px !important;
	height: 80px !important;
	object-fit: contain;
}
.vertical-line {
    width: 1px;
    background-color: #ccc;
    height: 90px; /* adjust as needed */
}


.bottom-fa-font{
	color: #002266;
	border: none !important;
	transition: all 1s;
}
/* .bottom-fa-font:hover{
		transform: rotate(360deg) !important;
		color: #002266 !important;
} */

.mop_logo img{
	width: 100px !important;
}
.header-btn{
	gap: 5px;
    display: flex;
    flex-direction: column;
	justify-content: end;
	align-items: end;
	
}
.btn-stand{
	font-size: 12px;
    color: #fff !important;
  background-color: #28a745;
  border-color: #28a745;
	padding: 5px;
}

.btn-stand:hover{
	background-color: rgb(255, 255, 255);
    color: #28a745 !important;
    border-color: #28a745;
}

.btn-inquiry{
	color: #fff !important;
    background-color: #FF6600;
    border-color: #FF6600;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-size: 12px;
	padding: 5px;
}

.btn-delegate{
	color: #fff !important;
    background-color: #28a745;
    border-color: #28a745;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-size: 12px;
	padding: 5px;
}

.btn-delegate-header{
	color: #fff !important;
    background-color: #FF6600;
    border-color: #FF6600;
    border-width: 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
	font-size: 12px;
	padding: 5px;
}

.btn-download-brochure:hover{
	color: #3bd4ae;
    background-color: transparent !important;
}

.btn-inquiry:hover{
	color: #FF6600 !important;
    background-color: #ffffff;
}

.btn-delegate:hover{
	color: #28a745 !important;
    background-color: #ffffff;
}

@media (max-width:1024px) {

	.footer .container-fluid {
		padding: 0 50px;
	}
	.mop_logo img{
		width: 75px !important;
	}
.btn-delegate{
		padding: 4px !important;
	}
	.btn-stand{
padding: 4px;
	}
	
		/* .btn-inquiry{
				padding: 4px !important;
			} */
	.head .container-fluid {
		padding: 0 30px;
	}
}

@media (max-width:768px) {
	
	
	.footer .container-fluid {
		padding: 0 25px;
	}
	.bg-primary {
		background-color: #004286 !important ;
	}
	.header {
		/* position: fixed; */
		top: 0rem;
		z-index: 9999999999999;
		width: 100%;
		box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
		padding: 0px;
	}
	.bottom_header.affix {

		/* top: 87px; */
		/* display: none;	 */
	}
	.btn-stand{
		/* padding: 4px !important; */
			}
			
			.btn-inquiry{
				padding: 4px !important;
			}
	
.mop_logo img{
	width: 65px !important;
}
.header-location-section{
	display: none !important;
}
}

@media (max-width:768px) {

.supply-logo img {
    width: 300px !important;
}

}

@media (max-width:767px) {
.header {
		/* position: fixed; */
	}

	.pricingbox {
    flex-wrap: wrap;
	gap: 20px;
  }

  .chat-button{
	bottom : 130px !important
  }
}


.infobox {
  background: #f9fbfe;
  border: 1px solid #dbe4ec;
  /* border-radius: 12px; */
  padding: 30px 30px 25px;
  margin-bottom: 30px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-in-out;
}

.infobox:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.infobox h4 {
  font-size: 22px;
  font-weight: 700;
  color: #0f1e36;
  margin-bottom: 20px;
  border-bottom: 1px solid #004286;
  padding-bottom: 10px;
}

.infobox ul {
  padding-left: 0;
  margin-bottom: 0;
}

.infobox ul li {
  position: relative;
  display: inline-block;
  margin: 8px 12px 8px 0;
  padding-left: 20px;
  font-size: 15px;
  color: #33475b;
  background: #ffffff;
  border-radius: 20px;
  padding: 6px 16px 6px 28px;
  box-shadow: 0 1px 3px rgba(0, 66, 134, 0.1);
  transition: background 0.3s;
}

.infobox ul li:hover {
  background: #e9f4ff;
}

.infobox ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #007bff;
  border-radius: 50%;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  .infobox {
    padding: 20px;
  }

  .infobox ul li {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.custom-control-label{
	font-size: 13px;
}

.close {
	font-weight: unset;
}
.error, #recaptchaSpace-error,#recaptchaDelegate-error,#recaptchaVisitor-error,#recaptchaBrochure-error,#recaptchaContact-error,#recaptchaAgenda-error,#recaptchaSponsor-error,#recaptchaSpeaker-error,#recaptchaMedia-error,#recaptchaAssociation-error{
	color: red;
    font-size: 12px;
}
.wholist li {
    background: none;
    background-color: #004286 !important;
    padding: 15px;
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: 5px;

  }

  .energy-progress-section .btn_group{
	display: flex;
	/* justify-content: center; */
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
  }

	.pressrelease_box{
		background-color: #d5e9ff;
		box-shadow: 0 4px 19px rgba(0, 0, 0, 0.1);
		padding: 30px;
	}

	
	.chat-button {
    position: fixed;
    bottom: 80px;
    left: 10px;
    background-color: #25D366;
    color: white;
    padding: 13px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    z-index: 1050;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    overflow: hidden;
    width: 48px;
    transition: width 0.3s ease-in-out, background-color 0.3s;
}

.chat-button .chat-text {
    opacity: 0;
    white-space: nowrap;
    margin-left: 8px;
    transition: opacity 0.3s ease-in-out;
}

.chat-button:hover {
    width: 140px;
	color: white !important;
    background-color: #20b458;
}

.chat-button:hover .chat-text {
    opacity: 1;
}



.countdown-banner {
	  position: fixed;
    bottom: 0px;
	  z-index: 1050;
	   display: flex;
	   width: 100%;
  background-color: #004286;
  padding: 5px;
  
}

.offer-text {
  font-size: 10px;
  line-height: 1.4;
  
}

.countdown-timer {
  gap: 10px;
  flex-wrap: wrap;
}

.countdown-block {
  background-color: white;
  color: #000;
  padding: 8px 12px;
  border-radius: 4px;
  text-align: center;
  min-width: 50px;
}

.countdown-digit {
  font-weight: 700;
  font-size: 10px;
  line-height: 1;
}

.countdown-label {
  font-size: 8px;
  margin-top: 4px;
  font-weight: 500;
}

.btn-shop-now {
  background-color: #FF6600;
  color: #fff;
  padding: 8px 14px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-shop-now:hover {
  background-color: #e65900;
}

 body {
  padding-bottom: 50px; 
} 


@media (max-width: 768px) {
  .countdown-container {
    
    align-items: flex-start;
    gap: 10px;
  }

  .countdown-timer {
    justify-content: flex-start;
  }

  .countdown-banner .countdown-container .btn{
	font-size: 10px !important;
  }
}


@media (max-width: 545px) {
  .countdown-block {
	    padding: 5px 7px;
		max-width: 30px;
  }
  .countdown-digit {
	font-size: 10px;
  }
  .countdown-label {
	font-size: 8px;
  }
  .countdown-banner .countdown-container .btn{
	font-size: 9px !important;
  }
}

@media (max-width: 500px) {
.countdown-container{
	flex-wrap: wrap;
	flex-direction: column;
}
 body {
  padding-bottom: 8rem; 
} 

.chat-button{
	bottom: 130px;
}

}

.homepage-video{
	object-fit: cover !important;
}

.homepage-video-overlay{
	background-color: rgba(0, 0, 0, 0.5) !important;
	 z-index: 1 !important;
}

.homepage-video-overlay-text{
	z-index: 2 !important;
}

#profileModal .modal-content{
	width: 650px !important;
}

#thankYouModal .modal-content{
	border-radius: 8px !important;
	 box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2) !important;
}

i.fa-check-circle{
	font-size: 3rem; color: #28a745 !important;
}

.thankyou-text{
	font-size: 1.1rem; color: #6c757d !important;
}


	/* .section-why {
	margin-right: 10px;
	}


	.benefit-card {
	border: 0;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(10, 22, 50, 0.08);
	}


	.benefit-card .card-body {
	padding: 28px;
	}


	.benefit-card .icon-wrap {
	width: 56px;
	height: 56px;
	border-radius: 14px;
	display: grid;
	place-items: center;
	background: rgba(17, 85, 255, 0.12);
	color: #004286;
	font-size: 1.4rem;
	margin-bottom: 14px;
	}


	.benefit-card h5 {
	font-weight: 700;
	margin-bottom: 8px;
	}


	.benefit-card p {
	color: #566173;
	margin: 0;
	}


	.cta-strip {
	background: linear-gradient(135deg, #004286, #0b3cae);
	border-radius: 20px;
	color: #fff;
	padding: 28px;
	box-shadow: 0 10px 30px rgba(17, 85, 255, 0.35);
	}


	.cta-strip .btn-light {
	font-weight: 700;
	}


	.check-list {
	list-style: none;
	padding-left: 0;
	}


	.check-list li {
	position: relative;
	padding-left: 28px;
	margin: 10px 0;
	color: #566173;
	}


	.check-list li::before {
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	left: 0;
	top: 0;
	color: #1155ff;
	}


	@media (max-width: 991.98px) {
	.display-4 {
	font-size: 2.1rem;
	}
	} */

	/* Greens/Oranges (no CSS variables used) */
    .c-green { color:#00a863; }
    .c-orange { color:#ff7a00; }


    /* --------- Section wrapper --------- */
    .awards-wrap{
      position:relative;
      overflow:hidden;
      background:
        radial-gradient(1200px 200px at 50% -120px, rgba(255,122,0,0.08), transparent 60%),
        radial-gradient(900px 150px at 90% 10%, rgba(0,168,99,0.07), transparent 60%);
    }
    .section-badge{
      font-weight:800; letter-spacing:.4px;
      border-left:8px solid #ff7a00; padding-left:.75rem;
    }
    .pulse-dot{
      width:10px; height:10px; border-radius:50%; display:inline-block; margin-left:8px; background:#00a863;
      box-shadow:0 0 0 0 rgba(0,168,99,.7); animation:pulse 2.2s infinite;
    }
    @keyframes pulse{
      0%{ box-shadow:0 0 0 0 rgba(0,168,99,.6); }
      70%{ box-shadow:0 0 0 12px rgba(0,168,99,0); }
      100%{ box-shadow:0 0 0 0 rgba(0,168,99,0); }
    }

    /* --------- Card grid / equal height --------- */
    .equalize > [class*="col-"]{ display:flex; }
    .award-card{
      display:flex; flex-direction:column; height:100%;width: 100%;
      background:#ffffff; border:1px solid #111111; border-radius:16px;
      box-shadow: 0 10px 24px rgba(0,0,0,.06);
      transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
      overflow:hidden; position:relative;
      isolation:isolate;
    }
  .award-card:hover{
      transform: translateY(-6px);
      box-shadow: 0 18px 42px rgba(0,0,0,.14);
      border-color:#002266;
    }

    /* Animated gradient edge */
    .glow-edge{
      content:""; position:absolute; inset:0; pointer-events:none; z-index:0;
      background: linear-gradient(120deg, rgba(0,168,99,.22), rgba(255,122,0,.22), rgba(0,0,0,.0));
      opacity:.6; filter: blur(18px);
      transform: translateY(-40%);
      animation: edgeMove 6s linear infinite;
    }
    @keyframes edgeMove{
      0%{ transform: translateY(-40%) rotate(0deg); }
      50%{ transform: translateY(-25%) rotate(1deg); }
      100%{ transform: translateY(-40%) rotate(0deg); }
    }

    /* Accent bar */
  .accent{
      height:8px; width:100%;
      background: #004286;
    }

    .card-body_box{ position:relative; z-index:1; }
    .tag{
      display:inline-block; font-size:.72rem; font-weight:700; text-transform:uppercase;
      letter-spacing:.6px; padding:.25rem .5rem; border:1px solid #000; border-radius:999px;
      background:#fff;
    }

    /* List style */
    .award-list{ margin:0; padding:0; list-style:none; }
    .award-list li{
      margin:.45rem 0; padding-left:1.15rem; position:relative;
    }
    .award-list li:before{
      content:""; width:8px; height:8px; border-radius:50%; position:absolute; left:0; top:.45rem; background:#00a863;
    }
    .award-list li:nth-child(odd):before{ background:#ff7a00; }

    /* Footer band pins the bottom for equal height */
    .card-foot{
      margin-top:auto; background:#fff; border-top:1px dashed #111111;
    }

    /* --------- Micro-interaction: ripple on click --------- */
    .ripple{
      position:absolute; inset:0; overflow:hidden; border-radius:inherit; pointer-events:none;
    }
    .ripple span{
      position:absolute; border-radius:50%; transform:scale(0);
      background: rgba(255,122,0,.15); animation:ripple .7s ease-out forwards;
    }
    @keyframes ripple{
      to{ transform:scale(10); opacity:0; }
    }

    /* --------- Reveal on scroll --------- */
    .reveal{ opacity:0; transform: translateY(16px); transition: opacity .6s ease, transform .6s ease; }
    .reveal.in{ opacity:1; transform: translateY(0); }

    /* Compact tweaks */
    @media (max-width: 576px){
      .section-badge{ font-size:1.05rem; }
    }




	/* upcoming event css start  */


    .event-card {
        background: #fff;
        /* border-radius: 8px; */
        box-shadow: 0 4px 15px rgba(0,0,0,0.05);
        padding: 25px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
        text-decoration: none !important;
        display: block;
        height: 290px;
        border: 1px solid #eee;
        position: relative;
    }
    .event-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    }
    .event-tag {
        display: inline-block;
        background: #000;
        color: #fff;
        padding: 5px 15px;
        /* border-radius: 4px; */
        font-size: 12px;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    .event-icons {
        margin-bottom: 20px;
        display: flex;
        gap: 10px;
    }
    .event-icons i {
        font-size: 20px;
        color: #333;
    }
    .event-logo-img {
       height: 40px;
        width: 100px;
		object-fit: contain;
        margin-bottom: 5px;
    }
    .event-title {
        font-size: 22px;
        font-weight: 700;
        color: #333;
        margin-bottom: 20px;
        line-height: 1.4;
    }
    .event-meta {
        font-size: 12px;
        color: #666;
        gap: 10px;
    }
    .event-meta span {
        display: flex;
        align-items: center;
        gap: 0px;
    }
    .event-meta i {
        color: #004286;
        font-size: 12px;
		padding: 0 !important;
		font-weight: bold;
    }

    .month-badge {
        font-weight: 600;
        color: #333;
    }

	/* upcoming event css end  */

	.post-event-report-description{
		text-align: justify;
	}

	.privacy_wrap{
		text-align: justify;
	}
/* Upcoming Events Slider Styles */
.event-slider-card {
    background: #fff;
    border: 1px solid #e1e7ec;
    border-radius: 12px;
    padding: 10px;
    display: block;
    text-decoration: none !important;
    transition: all 0.3s ease;
    height: 100%;
    
    width: 320px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.event-slider-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: #004286;
}

.event-type {
    color: #004286;
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
}

.event-slider-logo {
    height: 25px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.event-slider-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 10px;
    line-height: 1.4;
	text-wrap: wrap;
}

.event-slider-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.event-slider-meta i {
    color: #004286 !important;
    margin-right: 3px;
}

.register-link {
    font-size: 13px;
    color: #007bff;
    display: block;
}

.upcoming-event-slider {
    position: relative;
    overflow: hidden;
}

.upcoming-slide-wrapper{
	width: auto;
}

.upcoming-event-slide-section{
	background-color: transparent !important;
}

/* Responsive adjustments for the slider */
@media (max-width: 991px) {
    .event-slider-card {
        width: 280px;
    }
}

@media (max-width: 767px) {
    .event-slider-card {
        width: 280px;
        min-height: auto;
    }
    .footer-upcoming-events .slide-wrapper {
        width: 90%;
        margin: 10px auto !important;
    }
}



/* Pricing Section Styles */


.pricing_card {
    background: #fff;
    border: 1px solid #eee;
    
    padding: 40px 30px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pricing_card.active {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-color: #004286;
    transform: translateY(-5px);
}

.price_title {
    font-size: 28px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
}

.pricing_card.active .price_title {
    color: #000;
}

.valid_until {
    font-size: 16px;
    color: #999;
    margin-bottom: 0;
}

.valid_divider {
    height: 24px;
}

.fee_label {
    font-size: 18px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.price_amount {
    font-size: 22px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}

.btn-register-card {
    border: 1px solid #999;
    color: #666;
    padding: 12px 30px;
    font-weight: 500;
    width: 100%;
    transition: all 0.3s ease;
    display: inline-block;
    text-decoration: none;
}

.pricing_card.active .btn-register-card {
    border-color: #004286;
    color: #004286;
    font-weight: 600;
}

.pricing_card.active .btn-register-card:hover {
    background: #004286;
    color: #fff !important;
    border-color: #004286;
}

/* Disabled state for non-active cards */
.pricing_card:not(.active) {
    pointer-events: none;
    opacity: 0.6;
    filter: grayscale(0.2);
    cursor: not-allowed;
}

.pricing_card:not(.active) .btn-register-card {
    background-color: #f0f0f0;
    border-color: #ddd;
    color: #999;
}

@media (max-width: 991px) {
    .price_title {
        font-size: 24px;
    }
    .pricing_card {
        padding: 30px 20px;
    }
}
/* --- reCAPTCHA UI Fix for Modals --- */
/* Ensure the reCAPTCHA challenge bubble is always on top of the modal */
div[style*="z-index: 2000000000"] {
    z-index: 9999999999 !important;
}

/* Prevent modal content from clipping the reCAPTCHA challenge */
#downloadReportModal .modal-content {
    overflow: visible !important;
}

/* Ensure modal dialog can accommodate the challenge if it opens downwards */
#downloadReportModal .modal-body {
    padding-bottom: 20px;
}

/* Optional: If the challenge is still appearing too low, we can try to force positioning 
   though reCAPTCHA usually handles this. The key is overflow: visible. */
