/* Reset and Global styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

.darkbg{
    background-color:#000;
}

.btn {
    background-color: #be0000 !important;
    color: #fff !important;
}

.form-control:focus,
.form-control:hover,
.form-control:active,
.btn:focus,
.btn:hover,
.btn:active,
.form-select:focus,
.form-select:hover,
.form-select:active {
    box-shadow: none !important;
    outline: none !important;
    border-color:#fff !important;
}

.transparent{
    background:transparent !important;
    background-color:transparent !important;
}

section{

}

.sectheader{
    padding: 24px 0;
    background: url("/img/emblem.svg") no-repeat center;
    background-size: contain;
    text-align: center;
}

.sectheader h2{
    font-size: 3em;
    color: #fff;
    line-height: 1;
}

p{
    font-size: 1.2em;
    line-height: 1.6;
    margin: 0 auto;
    padding: 10px;
    color: #fff;
    text-align: justify;
}

.pulsing {
    animation: pulse-animation 1.5s infinite;
}

.sd-wd-1 {
    position:fixed;
    bottom:103px;
    left:25px;
    width:82px;
    z-index:9999;
    cursor:pointer;
}
.eco-engine-bar {
    font-weight: 600;
    text-transform:  uppercase;
    font-size: 9px;
    color: #fff;
    width: 70px;
    background: #3B3B3B;
    background: -webkit-linear-gradient(bottom, #3B3B3B, #141414);
    background: -moz-linear-gradient(bottom, #3B3B3B, #141414);
    background: linear-gradient(to top, #3B3B3B, #141414);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 9px 0px #000;
    box-shadow: 0px 0px 9px 0px #000;
}
.eco-engine-bar:hover .eco-icons {
    height: 47px;
    visibility: visible;
}
.eco-engine-bar:hover .eco-knowmore{
    height:26px;
    visibility: visible;
}
.eco-engine-bar .eco-icons, .eco-engine-bar .eco-knowmore {
    position: relative;
    height: 0px;
    visibility: hidden;
    border-bottom: 1px solid #464646;
    transition: height 0.30s ease-in;
}
.eco-engine-bar .eco-knowmore{
    height:0px;
    visibility: hidden;
    text-align:center;
    align-content:center;
}
.eco-engine-bar .eco-icon1 {
    background:url(/img/help1.svg) center no-repeat;
    background-size: 20px 20px;
}
.eco-engine-bar .eco-icon2 {
    background:url(/img/voice.svg) center no-repeat;
    background-size: 20px 20px;
}
.eco-engine-bar .eco-icon3 {
    background:url(/img/dark.svg) center no-repeat;
    background-size: 20px 20px;
}
.eco-engine-bar .eco-icon4 {
    background:url(/img/light.svg) center no-repeat;
    background-size: 20px 20px;
}

.eco-engine-bar .message {
    font-size: 10px;
    text-transform: none;
    overflow: hidden;
    position: absolute;
    left: 100%;
    width: 0px;
    background: #3B3B3B;
    background: -webkit-linear-gradient(bottom, #3B3B3B, #141414);
    background: -moz-linear-gradient(bottom, #3B3B3B, #141414);
    background: linear-gradient(to top, #3B3B3B, #141414);
}
.eco-engine-bar .message-in {
    overflow: hidden;
    padding: 5px;
    padding-left: 5px;
    padding-left: 10px;
}
.eco-engine-bar .message .message-in p {
    line-height: 13px !important;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
.eco-engine-bar .personalized-pop {
    border-top: 1px solid #464646;
    padding: 10px 0;
    text-align: center;
    font-size: 8px;
    cursor:pointer;
}
.eco-engine-bar .message {
    overflow: hidden;
    position: absolute;
    left: 100%;
    width: 0px;
    background: #3B3B3B;
    background: -webkit-linear-gradient(bottom, #3B3B3B, #141414);
    background: -moz-linear-gradient(bottom, #3B3B3B, #141414);
    background: linear-gradient(to top, #3B3B3B, #141414);
}
.eco-engine-bar .message h4{
    font-size:12px !important;
    text-transform:none;
    font-weight:800;
}
.eco-engine-bar .message-in {
    overflow: hidden;
    padding: 5px;
    padding-left: 10px;
}
.eco-engine-bar .eco-icons:hover  .message {
    width: 280px;
}
.eco-engine-bar p {
    line-height: 23px;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}
.eco-engine-bar .eco-button {
    padding:10px 0;
    text-align: center;
    padding-top: 35px;
    background:url(/img/lightning.svg) center 7px no-repeat;
    background-size: 22px 22px;
    cursor:pointer;
}

/* Top Links Section Styling */
.top-links {
    display: flex;
    justify-content: flex-end;  /* Align links to the right */
    font-size: 0.9rem;
    color: #fff;
    padding-right: 50px;  /* Add some space from the right edge */
    margin-bottom: 10px;
    padding: 10px 20px; /* Padding around the links */
    height: 40px;  /* Initial height */
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);  /* Light border to separate */
    transition: opacity 0.3s ease, visibility 0.3s ease;  /* Smooth transition for hiding the top links */
}

.top-links .container {
    max-width: 1200px;
    margin: 0 auto;
}

.top-links .d-flex {
    justify-content: flex-end;  /* Align the links to the right */
}

.top-links .top-link {
    font-size: 14px;  /* Smaller text size */
    text-decoration: none;  /* Remove underline */
    transition: color 0.3s ease;  /* Smooth transition effect */
    margin-left: 15px; /* Add space between links */
    color: #fff !important;
    font-weight: 600;
}

.top-links .top-link:hover {
    color: #be0000;  /* Red color on hover */
}

/* Header styling */
header {
    width: 100%;  /* Full width */
    background-color: rgba(0, 0, 0, 0);  /* Transparent background */
    padding: 20px 50%;  /* Padding inside header (50% from both sides) */
    position: fixed;  /* Fix header to the top of the page */
    top: 0;
    left: 0;
    z-index: 10;  /* Ensure the header stays above the carousel */
    display: flex;
    flex-direction: column;  /* Stack top links and header content vertically */
    transition: background-color 0.3s ease;  /* Smooth transition for background color */
}

header .header-content {
    display: flex;
    justify-content: space-between; /* Logo, nav, and register button spaced out */
    align-items: center;
    max-width: 1200px;  /* Restrict content width */
    margin: 0 auto;  /* Center the content */
    padding: 0 20px;  /* Add small padding inside */
}

header .logo img {
    height: 40px;
}

header .register-btn {
    background-color: #ff6f61;
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

header .register-btn:hover {
    background-color: #ff4d42; /* Darker on hover */
}

/* Navigation styling */
header .kvnav {
    flex-grow: 1; /* Allow navigation to take up available space */
    display: flex;
    justify-content: center; /* Center the navigation */
    align-items: center;
}

header .kvnav ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex; /* Make the nav items inline */
}

header .kvnav ul li {
    margin: 0 10px; /* Space out the links */
}

header .kvnav ul li a{
    color:white;
    text-decoration:none;
    font-size:1em;
    line-height:1.5rem;
    font-weight:bold;
    transition:color .3s ease;
    box-sizing:border-box;
    position:relative
}
header .kvnav ul li a::after{
    content:"";
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:2px;
    background-color:#fff;
    transform:scaleX(0);
    transition:transform .3s ease
}
header .kvnav ul li a:hover::after{
    transform:scaleX(1)
}


/*
header.scrolled .top-links {
    height: 0;
    opacity: 0;
    margin-bottom: 0;
    display: none;
}

header.scrolled {
    background-color: #000 !important;
    border-bottom:1px solid #3e3e3e;
}
*/

/* Full-screen carousel section */
.carousel {
    height:100vh;
    position: relative;
    width: 100%;
    z-index: 1;
}

.carousel-inner {
    height:100vh;
}

.carousel-item {
    height:100vh;
}

.carousel img,
.carousel video {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensure content covers the area */
}

/* Overlay Text */
#carouselExample .carousel-caption {
    left: 451.25px;
    transform: translate(-50%, -50%) scale(1);
    left: 10%; /* Adjust the text to the left with a slight margin from the edge */
    max-height: 37.5rem;
    position: absolute;
    width: 56.25rem;
    z-index: 4;
}

#carouselExample .carousel-caption h2 {
    max-width: 75.5rem;
    padding-left: 6.9375rem;
    padding-right: 6.9375rem;
    font-size: 4.5rem;
    line-height: 4.5rem;
    font-weight: 900; /* Make the text bold */
    color: white; /* Set text color to white for contrast */
    text-align: left;
}

#carouselExample .carousel-caption h2 span{
    font-size: 5.5rem;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
}

#carouselExample .carousel-caption h4 {
    max-width: 75.5rem;
    margin-top:20px;
    padding-left: 6.9375rem;
    padding-right: 6.9375rem;
    font-size: 3.2rem;
    line-height: 1.5rem;
    font-weight: 800; /* Make the text bold */
    color: #be0000; /* Set text color to white for contrast */
    text-align: left;
}

/* Custom Styling for Carousel Arrows */
#carouselExample .carousel-control-prev-icon,
#carouselExample .carousel-control-next-icon {
    background-color: rgba(0, 0, 0, 0.5); /* Dark background for arrows */
    border-radius: 50%; /* Round the arrow icon */
    padding: 10px; /* Add padding around the arrow */
    width: 50px; /* Fixed size for the arrow icon */
    height: 50px;
}

#carouselExample .carousel-control-prev-icon {
    background-image: url('path_to_left_arrow_icon.svg'); /* Custom left arrow icon */
}

#carouselExample .carousel-control-next-icon {
    background-image: url('path_to_right_arrow_icon.svg'); /* Custom right arrow icon */
}

/* About Event Section */
#aboutevent {
    padding: 60px 20px;
    color: #333;
    text-align: center;
}

#aboutevent .lead {
    font-size: 1.2em;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    color:#fff;
    text-align: left;
}

/*AGENDA CSS*/
.agenda-title {
    font-size: 2rem;
    color: #fbb140;
    margin-bottom: 1rem;
}
.agenda-item {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: transparent;
    border-radius: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    border:1px solid #757575;
    border-style:double;
}
.agenda-time {
    color: #fff;
    font-weight: bold;
}
.agenda-session {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #fff;
}
.agenda-speaker {
    color: #fff;
    font-style: italic;
}

/*SPEAKER CSS*/
#speakers .ribbon {
    margin:0px 0px;
}

#magazines .ribbon{
    margin:0px 32px;
}

.ribbon {
    --r: .5em;
    position: absolute;
    bottom: 0px;
    inset-inline: calc(-1*var(--r));
    text-align: center;
    line-height: 1.8;
    height: 65px;
    border-radius: var(--r);
    --_g: 0/var(--r) calc(2*var(--r)) no-repeat;
    background: radial-gradient(100% 50% at right,#0005 98%,#0000 101%) 0 var(--_g), radial-gradient(100% 50% at left ,#0005 98%,#0000 101%) 100% var(--_g), conic-gradient(at var(--r) calc(2*var(--r)),#0000 25%,#BE0000 0) 0 0/calc(100% - var(--r)) 100%;
    color: #fff;
    -webkit-box-shadow: 0px -12px 53px -32px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px -12px 53px -32px rgba(0,0,0,0.75);
    box-shadow: 0px -12px 53px -32px rgba(0,0,0,0.75);
}

.ribbon h3{
    font-size:18px;
}

.ribbon span{
    font-size:13px;
}

/*SPONSORS CSS*/
.sponsor-category {
    margin-top: 2rem;
    text-align: center;
}
.sponsor-category h3 {
    color: #fff;
    margin-bottom: 1.5rem;
}
.sponsor-logo {
    margin: 0px;
    padding: 10px;
    text-align: center;
}
.sponsor-logo img {
    max-width: 200px;
    max-height: 80px;
    object-fit: contain;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*NEWS CSS*/
.blgcard{
    border:1px solid #4d4d4d !important;
    background: transparent !important;
}
.blgcard .card-body .card-title{
    color:#ee3f36;
}
.blgcard .card-body .card-text{
    color:#fff;
    overflow:hidden;
    font-size: 1rem;
    line-height:1.4rem;
    height:4.2rem;
    -webkit-line-clamp:3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*ABOUT PAGE CSS*/
#innerpagesheader .sectheader{
    position: absolute;
    top: 50%;
    width: 100%;
}
#innerpagesheader .sectheader h2{
    font-weight: 900;
    font-size: 3.5rem;
}

/*CONTACT US CSS*/
label{
    color: #fff !important;
}
label:after{
    background-color: transparent !important;
}
input, textarea, select{
    background: transparent !important;
    border-radius: 0px !important;
    color: #fff !important;
    box-shadow: none !important;
}

select option, select option:focus, select option:hover, select option:checked{box-shadow: none !important; outline: none !important; background: #000 !important; color: #fff !important;}

textarea{
    height:200px !important;
}
.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label{
    transform: scale(.85) translateY(-0.90rem) translateX(0.90rem) !important;
    background-color: #000 !important;
    padding: 0px 10px;
    height: fit-content;
}
#contactus textarea{
}

/*REGISTRATION CSS*/
#registrationinstruction h5, #registrationinstruction ul li{color:#fff;}

/*FOOTER CSS*/
footer{
    border-top: 1px solid #666;
    /*background: rgb(239,111,53);
    background: -moz-linear-gradient(236deg, rgba(239,111,53,1) 0%, rgba(231,46,37,1) 43%, rgba(231,41,36,1) 73%, rgba(230,34,34,1) 100%);
    background: -webkit-linear-gradient(236deg, rgba(239,111,53,1) 0%, rgba(231,46,37,1) 43%, rgba(231,41,36,1) 73%, rgba(230,34,34,1) 100%);
    background: linear-gradient(236deg, rgba(239,111,53,1) 0%, rgba(231,46,37,1) 43%, rgba(231,41,36,1) 73%, rgba(230,34,34,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef6f35",endColorstr="#e62222",GradientType=1);
}

footer ul.footbottom{
    list-style-type: none;
}
footer ul.footbottom li{
    float:left;
    margin:0px 5px 0px 5px;
}
footer ul.footbottom li a {
    color:#fff;
    text-decoration: none;
}
footer p{
    color: #fff;
    text-decoration: none;
}

footer .widget-title{
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.2;
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-weight: bold;
}
footer .widget-links{
    list-style-type: none;
}
footer .widget-links li a {
    color:#fff;
    text-decoration:none;
    font-size:15px;
    transition: all .5s ease;
    letter-spacing: 0.5;
    line-height: 2.5;
}
footer .widget-links li a:hover, footer .widget-links li a:focus {
    color: #fff !important;
    padding-left:10px;
    transition: all .5s ease;
}

footer .top-link i{
    color:#fff;
    font-size:20px;
}