.gallery img {
width: 100%;
height: auto;
border-radius: 1px;
transition: transform 0.3s ease;
}
.gallery img:hover {
transform: scale(1.05);
}
.hero-banner {
position: relative;
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.hero-banner img{
position: relative;
z-index: -1;
}
.address{
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.3;
}
.hoverlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.4);
}

.hero-div {position: absolute;
}
.hero-text {
color: #fff;
font-size: 4vw;
font-weight: bold;
text-align: center;
text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
white-space: normal;
overflow: hidden;      
}

.hero-card figure { position: relative; overflow: hidden; border-radius: 1rem; }
.hero-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.hero-card:hover img { transform: scale(1.1); }
.hero-card figcaption {
position: absolute; top: 0; left: 0; width: 100%; height: 100%;
display: flex; flex-direction: column; justify-content: center; align-items: center;
background: rgba(13, 110, 253, .65);
color: #fff; text-align: center; opacity: 0; transition: opacity .3s ease;
padding: 1.5rem;
}
.hero-card:hover figcaption { opacity: 1; }

.page-header {
padding-top: 75px;
/*padding-bottom: 75px;*/
background-position
}


.fade-on-scroll {
opacity: 0;
transform: translateY(20px);
transition: all 0.6s ease-out;
}
.countdown-section .countdown {
column-gap: 20px;
row-gap: 15px;
}

.countdown-section .countdown .clock-item {
list-style: none;
width: 70px;
height: auto;
}
.countdown-section .countdown .clock-item .count-number {
background: #303280;
color: #fff;
font-size: 30px;
font-weight: 700;
font-family: "Arvo", serif;
padding: 1rem;
display: inline-block;
width: 100%;
text-align: center;
line-height: 1;
border-radius: 4px 4px 0 0;
}
.countdown-section .countdown .clock-item .count-text {
background: #fff;
font-family: "Arvo", serif;
font-size: 18px;
color: #303280 !important;
padding: 0.5rem 0.7rem;
margin-bottom: 0;
display: inline-block;
width: 100%;
text-align: center;
line-height: 1;
border-radius: 0 0 4px 4px;
}

.preloader {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
background: #000000;
}

.banner-sections .owl-carousel .item img{
min-height: 300px;
object-fit: cover;
}
.header-wrapper .menu-area .cart-ticket {
column-gap: 5px;
}
.header-section{
position: relative;
}
.header-section.header-fixed .header-bottom {

backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}

.nav-tabs .nav-link{
text-align: center;
padding: 5px 2rem;
font-style: normal;
background: transparent;
color: white;
}
.nav-tabs .nav-link span{
color: white;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active span{
color: #df01ae;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
color: #9C27B0;
background-color: #ffffff;
border-color: #dee2e6 #dee2e6 #3F51B5;
}
.day{
font-size: 1.5rem;
display: block;
}
.date{
font-size: 16px;
display: block;
}
.countdown-section{
margin-top: 3rem;
z-index: 99;
position: relative;
left: 0;
right: 0;
}

.date-venue{
margin-top: -90px;
position: relative;
z-index: 99;
}
.header-section {
transition: transform 0.4s ease, opacity 0.4s ease;
}

.header-section.hide-header {
transform: translateY(-100%);
opacity: 0;
}
.date-venue .time {
position: relative;
display: block;
text-transform: none;
text-align: center;
font-size: 11px;
width: 100%;
color: #ffffff;
line-height: 1.3;
margin-top: 0px;
}
/*.slanted-box::before {
content: "";
position: absolute;
top: -3px;
left: -3px;
right: -3px;
bottom: -3px;
background: linear-gradient(120deg, transparent, #180b69, transparent);
background-size: 200% 200%;
animation: borderLight 4s linear infinite;
z-index: 1;
}*/

.slanted-box > * {
position: relative;
z-index: 2; /* Keep text above border */
transform: skew(10deg);
}
.image-part{
height: 100%;
}
.image-part img{
height: 100%;
object-fit: cover;
}
@keyframes borderLight {
0% { background-position: 200% 0; }
100% { background-position: -200% 0; }
}
.slanted-box.black-theme {
background: linear-gradient(45deg, black, #00000073);
color: #fff;
padding: 20px;
margin: 10px;
transform: skew(-10deg);
border-radius: 10px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
width: 100%;
border: 1px solid rgb(255 255 255 / 77%);
overflow: hidden;
position: relative;
text-shadow: 0 1px BLACK;
}

.slanted-box.black-theme h3,
.slanted-box.black-theme p,
.slanted-box.black-theme span {
transform: skew(10deg); /* Counter skew for text */

}

.slanted-box.black-theme h3 {
font-size: 2.4em;
font-weight: bold;
color: #f5f5f5;
margin-bottom: 0;
}

.slanted-box.black-theme p {
font-size: 1.5em;
color: #fff;
 font-weight: 700;
}

.slanted-box.black-theme span {
display: inline-block;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.1);
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffcc00;
    font-size: 1.5rem;
    text-transform: uppercase;
}
.register-btn .lab-btn {
   height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.register-btn .lab-btn span{ display:block; font-size:80%; }

.bg-star {
background-image: url(../images/bg-star.png);
height: 60px;
width: 60px;
text-align: center;
background-size: 100%;
font-size: 14px;
display: inline-flex;
background-repeat: no-repeat;
align-items: center;
justify-content: center;
font-weight: bold;
padding: 5px;
color: black;
text-decoration: none;
line-height: 1;
}
.header-wrapper .logo a img {
max-width: 100%;
max-height: 70px;


}
.header-wrapper {
padding: 10px 0;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button.collapsed .h7 {
color: #fff;
font-family: "Arvo", serif;
font-size: 14px;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button .accor-header-inner .h7{
font-size: 14px;
}
.schedule-pack .schedule-list .accordion-item .accordion-collapse .accordion-body p {
color: #555555;
font-size: 14px;
}
.menu > li > a {
color: #fff;
font-size: 15px;
font-weight: 600;
padding: 10px;

}
footer{
padding: 30px;
font-size: 13px;
border-top: 1px solid #424242;
margin-top: 2rem;
background: black;
}

.event-gift-section .gift-content .gift-list .gift-item {
list-style: none;
color: #fff;
font-size: 14px;
padding: 0px 0;
font-family: "Arvo", serif;
text-align: left;
}

legend {
POSITION: ABSOLUTE;
TOP: -10px;
background: white;
padding: 0 10px;
color: #333; 
width: auto;
font-size: 12px;
font-weight: bold;
}
/* Pricing Section */
.de-pricing-s1 {
position: relative;
/*background: #0b0f14;*/
border-radius: 15px;
padding: 30px 20px;
text-align: center;
overflow: hidden;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.de-pricing-s1:hover {
transform: translateY(-10px);
box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

/* Title */
.de-pricing-s1 h3 {
font-size: 1.5rem;
color: #00e676; /* Bright green */
margin-bottom: 10px;
}

.de-pricing-s1 h3 span {
color: #00bcd4; /* Blue accent */
font-weight: normal;
font-size: 1rem;
}

/* Price */
.d-price {
font-size: 2.2rem;
font-weight: bold;
color: #00bcd4; /* Blue */
background: linear-gradient(90deg, #00e676, #00bcd4);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

/* Decorative Top and Bottom Shapes */
.d-deco-top, .d-deco-bottom {
position: absolute;
left: 0;
width: 100%;
height: 12px;
background: linear-gradient(90deg, #00e676, #00bcd4);
}

.d-deco-top {
top: 0;
}

.d-deco-bottom {
bottom: 0;
}
h4 {
font-size: 20px;
margin-top: 0;
margin-bottom: 10px;
line-height: 26px;
}
#contact_form  option{
color: black !important;
}

/* Decorative Image */
.d-image-deco {
position: absolute;
right: 20px;
bottom: 20px;
width: 40px;
opacity: 0.15;
}

/* Register Button */
.btn-main {
background: linear-gradient(90deg, #00e676, #00bcd4);
color: #fff;
padding: 10px 20px;
border-radius: 30px;
font-weight: bold;
text-transform: uppercase;
text-decoration: none;
transition: 0.3s;
}

.btn-main:hover {
background: linear-gradient(90deg, #00bcd4, #00e676);
box-shadow: 0 0 15px rgba(0, 236, 255, 0.7);
}

fieldset {
position: relative;
margin-bottom: 1.5rem;
border-radius: 10pX;
}
.page-header {


}

.exhibitor-list {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}

#contact_form input[type="text"], #contact_form input[type="password"], #contact_form textarea, #contact_form input[type="email"], #contact_form input[type="number"], #contact_form input[type="date"], #contact_form input[type="file"], #search, #contact_form select {
padding: 10px;
margin-bottom: 0px;
color: #fff;
border: solid 1px rgba(255, 255, 255, 0.5);
border-radius: 0 !important;
height: auto;
background: rgba(34, 34, 34, 0);
}

.exhibitor-list li div {
display: flex;
color: #fff;
padding: 2px;
font-size: 14px; 
align-items: center;
margin-bottom: 10px;
border-radius: 4px; 
transition: all ease-in-out 0.22s;
box-shadow: 1px 0px 4px #00000021;
}
.exhibitor-list li div i {
margin-right: 1rem;

}
.exhibitor-list li div:hover {

transform: scale(1.1);
transition: all ease-in-out 0.22s;
cursor: pointer;
}
.social, .footer-list{
margin-bottom: 1.5rem;
}

.social .fab{
margin-right: 10px;
margin-top: 10px;
}
.schedule-pack h5 {
color: #303280;
border-top: 4px solid #303280;
border-radius: 5px;
padding: 19px;
font-size: 19px;
}
.schedule-pack .schedule-list .accordion-item .accordion-collapse .accordion-body {
padding-left: 21px;
}
.schedule-pack h5 small{
font-size: 12px;
}
.bg-opacity-50{
background: #ffffffcf;
}
.section-header {
max-width: 900px;
margin: 0 auto;
margin-bottom: 40px !important;
}
.text-justify{
text-align: justify !important;
}

.lab-btn {
display: inline-block;
line-height: 1.6;
padding: 15px 30px;
}
.schedule-pack .schedule-list .accordion-item .accordion-header .accordion-button.collapsed .h7 {

text-align: left;
}

.hover-box {
position: relative;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
min-height: 250px; /* Ensures both boxes have equal height */
display: flex;
align-items: center;
justify-content: center;
background: white;
margin-bottom: 1rem;
}
.hover-box .lab-btn{
margin-bottom: 0 !important;
}
.hover-box img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease-in-out;
}
.hover-box1 {
position: relative;
overflow: hidden;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
cursor: pointer;
height: 150px; /* Ensures both boxes have equal height */
display: flex;
align-items: center;
justify-content: center;
background: white;
margin-bottom: 1rem;
object-fit: cover;
}
.fm-item-content{
text-align: justify;
}

.clients-covers {
display: flex
;
flex-wrap: wrap;
justify-content: center;
padding: 1rem 0;
align-items: center;
}
.clients-covers img {
max-height: 100px;
margin: 0 10px 10px;
BACKGROUND: WHITE;
PADDING: 10PX;
BORDER-RADIUS: 5PX;
}

.hover-box1 img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease-in-out;
}

.hover-box:hover img {
transform: scale(1.1);
}
.hover-box1:hover img {
transform: scale(1.1);
object-fit: cover;

}

.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #041541a6;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
opacity: 0;
padding: 1rem;
transition: opacity 0.3s ease-in-out;

}

.hover-box1 .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #041541a6;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
opacity: 1;
padding: 1rem;
transition: opacity 0.3s ease-in-out;

}

.hover-box:hover .overlay {
opacity: 1;
}

.overlay-text {
text-shadow: 2px 2px 0 #303280;
color: white;
font-size:2rem;
font-weight: bold;
text-align: center;
margin-bottom: 2rem;
}

.image-box {
position: relative;
overflow: hidden;
height: 500px; /* Adjust height as needed */
}

.image-box img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s ease-in-out;
}

.image-box:hover img {
transform: scale(1.1);
}
.image-box .content-overlay img{
max-height: 100px !important;
width: auto !important;
border-radius: 5px;
margin: 1rem auto;
position: relative;
z-index: 99;
object-fit: contain;
}
.content-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
color: white;
text-align: center;
opacity: 1;
transition: opacity 0.3s ease-in-out;
padding:1rem 2rem;
}

.image-box:hover .content-overlay {
background: rgba(0, 0, 0, 0.7);
}

.content-overlay h2 {
font-size: 2rem;
margin-bottom: 10px;
}

.content-overlay p {
font-size: 1rem;

}

.btn-custom {
background: #ff5733;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
font-size: 1rem;
text-decoration: none;
transition: background 0.3s ease-in-out;
}

.btn-custom:hover {
background: #e04b2a;
}

.glightbox{
    position: relative;
    overflow: hidden;
}
.caption {
      position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    transition: bottom 0.4s ease-in-out;
    padding: 2px 10px;
    }

    .glightbox:hover .caption {
      bottom: 0;
    }

/*Media Queries*/
@media (min-width:480px){

.countdown-section .countdown .clock-item {
list-style: none;
width: 140px;
height: auto;

}
.countdown-section .countdown .clock-item .count-number{
font-size: 4rem;
}
}

@media (max-width:480px){
    .slanted-box.black-theme span{
        font-size: 13px;
    }
    .slanted-box.black-theme p {
    font-size: 1rem;
    color: #fff;
    font-weight: 700;
            margin-bottom: 5px;
}
.slanted-box.black-theme h3 {
font-size: 1.4rem;
}
.hoverlay{
display: none;
}
.hero-div {
position: relative;
padding: 2rem 1rem;
}
.date-venue{
margin-top: 0px;
}
.image-box{
height: 700px;
}
.page-header {
padding-top: 75px;
padding-bottom: 50px;
}
}