@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@600;700&display=swap');

body { margin:0px; padding:0px; font-family:'Roboto', sans-serif;  }
img { border:none; outline:none; max-width:100%; vertical-align:top; background-size:100%; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary { display: block; }
.clrfix{ clear:both}


.bg2 {width:100%; float:left; background: url(https://img.tradeindia.com/new_website1/tradeshowslandingpage/hiff/2/bg.jpg) center top repeat fixed}


h2 { font-family: "Urbanist", sans-serif; color:#ffffff; font-size:30px; margin:0px; padding:0px 0px 0px 0px; text-align:center}
h3 { font-family: "Urbanist", sans-serif; color:#117a4e; font-size:30px; margin:0px; padding:0px 0px 20px 0px; text-align: center }
h4 { margin:0px; padding:15px 0 10px 15px; font-family: "Urbanist", sans-serif; font-size:18px; text-align: left}

h5 { margin:0px; padding:0px; font-family: "Urbanist", sans-serif;color:#fff; font-size:28px   }



/* Container styling */
.dateLogo {
  display: flex;
  align-items: center;
}

header {background: #fff;}
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:10px 0 16px 0;
 transition: all 0.3s ease; max-width: 1200px;  margin: 0 auto; width: 100%;
}

/* Logo styling */
.logo img {
  max-width:80%;
  height: auto;
  transition: transform 0.3s ease;
}



/* Event details (date next to logo) */
.event-details {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding:10px 0 0 0
}

.event-date {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0E3D58;
  font-weight: bold;
}


.date-container strong{
font-size: 24px; 
color: #222;
padding-top: 25px;
 
}


  .date-container {
    display: flex;
    gap: 10px;
    font-family: "Urbanist", sans-serif;
  }

  .date-box {
    width: 80px;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  }

  .date-top {
    background-color: #2D93C4; /* green */
    color: white;
    padding: 8px 0;
    font-size: 28px;
    font-weight: bold;book-stall
  }

  .date-bottom {
    background-color: #222; /* orange */
    color: #fff;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
  }

.event-location {
  font-size: 18px;
  color: #222; padding: 5px 0 0 0; line-height: 28px
}

/* Button styling */
.action-buttons {
  display: flex;
  gap: 10px;
}

.btn {
  padding: 15px 25px;
  font-family: "Urbanist", sans-serif;
  text-decoration: none;
  color: #fff;
  background-color: #186DA6;
  border-radius: 4px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease; font-size: 16px
}

.book-stall {
  background-image: linear-gradient(210deg, #6ECEE6 0%, #2B5DA2 100%);
}

.visit {
background-image: linear-gradient(234deg, #0A93CA 0%, #A44D87 100%);
}

.btn:hover {
  transform: scale(1.05);
}

iframe{left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
 width: 100%; height: 1080px;
}

.banner-section {
  padding: 0;
  margin: 0 auto;
  text-align: center;
}

/* Container styling end */

/* Mobile responsiveness */
@media (max-width: 768px) {
    .header-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .action-buttons {
        flex-direction: column;
        width: 90%; margin: 0 auto!important; gap:0px; 
    }

    .btn {
        width: 85%;
        margin-bottom: 10px;
    }
	
	.event-details {

    width:90%; text-align: center; margin-bottom: 10px
}
	
.event-location {
    font-size: 14px;
    text-align: left;
}
	
	
	
	
}



.banner-bg {

  width: 100%;


  align-items: center;
  justify-content: center;
}

#banner-outer {

  width: 100%; display: inline-block; text-align: center; background: #18583D

}


.banner-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;

}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;    top: 150px; 
}

.banner-text {
  font-size: 2.5rem;
  font-weight: bold;
  line-height:4rem;
  max-width: 800px;
  border-radius: 10px;

  margin-bottom: 0px;
  animation: fadeIn 1s ease-out both;  display: grid;

}

.banner-text1 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height:4rem;
  max-width: 800px;
  border-radius: 10px;

  margin-bottom: 20px;
  animation: fadeIn 1s ease-out both;  display: grid;

}



.button-group {
  display: flex;
  gap: 15px;
}

.banner-button {
  display: inline-block;
  padding: 12px 24px;
background: var(--button, linear-gradient(90deg, #F72585 0%, #4361EE 60%, #4CC9F0 100%));
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border-radius: 40px;
  transition: background-color 0.3s ease;
}

.banner-button:hover {
  background-color: #e64a19;
}

@media (min-width: 768px) {
  .banner-text {
    font-size: 2.5rem;  }
 
	
	
	
}

@media (min-width: 1024px) {
  .banner-text {
    font-size: 3rem;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}



	
	
.exhibit-outer { width:100%; padding:50px 0; margin:0px 0px ; float:left; background:#ffffff}
.exh { width:1190px; margin:0 auto;  padding:0% 0 0% 0; font-family: "Urbanist", sans-serif;font-size:16px; color:#000; line-height:28px;   text-align:center; display: flex; flex-wrap: wrap; justify-content:center;}

.exh p{ padding: 0 4%; margin:0px 0 20px 0 }


.exh1 { width:1170px; margin:0 auto;  padding:0% 0 1% 0; font-family:'codaregular'; font-size:17px; color:#000; line-height:23px;   text-align:center; overflow:hidden}

.exh-main { width:100%; display:flex; padding:0 0 1% 0 }
.exh-box { width:31%; margin:2% 0 0 2%; padding:0%;  float:left; text-align:center; font-family: "Urbanist", sans-serif;font-size:16px; color:#fff; line-height:28px; font-weight: 500; background: #ee3539; padding: 20px 0 0 0; border-radius: 4px }

.exh-box img{ width:90%;   }

.exh-box.last { margin:1% 0 0 0%;}

.exh-box span { text-align: center; padding:15px 0 15px 0; display: block; font-size: 20px; text-transform: uppercase; background: #ec6f202; color: #000000
}

.exh-box  ul{ margin:0px; padding:0px 0 0 25px;}
.exh-box  li { margin:0px 0 0 5px; padding:0px 0 0 5px; }




.exh-box1 { width:30%; margin:0 auto; padding:2% 1.5%;   text-align:center; font-family: "Urbanist", sans-serif;font-size:16px; color:#1d1d1d; line-height:24px; font-weight: 400; background: #ffffff ;  filter: drop-shadow(0px 2px 1px #e5e5e5); border-radius: 4px; border: solid 1px #c4c4c4; text-align: center    }


.exh-box1  ul{ margin:0px; padding:0px 0 0 0px;}
.exh-box1  li { margin:10px 0 0 0px; padding:8px 0 8px 20px; list-style:none; border-radius: 8px; border: solid 1px #fff}
.exh-box1  img {width: 64% }

.exhibit {width:48%; height:auto; text-align:center;   float:left; margin:0px;  background-image: linear-gradient(210deg, #6ECEE6 0%, #2B5DA2 100%); border-radius: 4px
}
.exhibit a { font-family: "Urbanist", sans-serif;color:#fff; font-size:16px; display:block; padding:22px 0 22px 0; text-decoration:none; margin:0px; border-radius: 4px; text-transform: uppercase
}
.exhibit a:hover {
	text-decoration:none; background:#171717;  color:#fff; border-radius: 4px
}


.exhibit1 {width:48%; height:auto; text-align:center;   float:left; margin:0% 0 0 2%; background:#71BF4F; border-radius: 4px 
}
.exhibit1 a { font-family: "Urbanist", sans-serif;color:#fff; font-size:16px; display:block; padding:22px 0 22px 0; text-decoration:none; margin:0px; text-transform: uppercase
}
.exhibit1 a:hover {
	text-decoration:none; background:#171717;  color:#fff; border-radius: 4px
}




#footer-outer { width:100%;   padding:25px 0px; float:left; background: #222}
#footer { width:60%;margin:0 auto; color:#fff; font-family:'codaregular'; font-size:15px; line-height:20px; overflow:hidden}

.footer-inner img{ max-width:100% }
.footer-inner1 { width:78%; float:right }


.footer-inner { width:86%; margin:0 auto; height:auto; overflow:hidden}

.but-footer { margin: 0 auto; width:45%; text-align:center;}
.but-footer img{ max-width:40%}
.trade { float:right; margin:0; width:20%; padding:10px 0 0 0; color:#000; text-align: center;}
.but-footer-inner { padding:0% 0 0 0  }

.but-footer-inner img { width: 20%;  }







.clearout {
height:20px;
clear:both;
}





.exhibit-section {
  text-align: left;
  padding: 0px 0px 50px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.exhibit-section h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #ffffff;
  padding: 0px 0 0 0;
}

.exhibit-items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

.exhibit-item {
  background: #eaecef;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  display: flex;
  align-items: center;
  font-size: 1rem;
  color: #000000;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.exhibit-item:before {
  content: attr(data-icon);
  font-size: 1.5rem;
  margin-right: 10px;
  color: #007bff;
}

.exhibit-item.show {
  opacity: 1;
  transform: translateY(0);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .exhibit-section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }

  .exhibit-items {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .exhibit-item {
 
    padding: 10px; text-align: left
  }
	

	
}

@media (max-width: 480px) {


  .exhibit-items {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 0 23px;
  }

  .focus-sectors {
    padding: 0 23px;
  }

  .exhibit-item {
   
    padding: 8px;
  }
}




.welcome-section {

width: 100%;
  max-width: 1200px; margin: 0 auto; padding: 50px 0

}
 h1 {
  font-size: 30px;
  color: #000;
  text-align: left;
  font-family: "Urbanist", sans-serif;
  
 
  /* transform: translateY(-20px); */
  /* transition: opacity 0.6s ease, transform 0.6s ease; line-height:40px */
}
.welcome-content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.welcome-text {
  flex:2;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.welcome-text p {
  margin-bottom: 15px;
}
.welcome-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.6s ease, transform 0.6s ease; 
}
.welcome-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px; 
  float: right;
 
}
.show {
  opacity: 1;
  transform: translateY(0);
}
.image-show {
  opacity: 1;
  transform: scale(1);
}
@media (max-width: 768px) {
  .welcome-content {
    flex-direction: column; padding: 20px
  }
  .welcome-section h1 {
    font-size: 1.8rem;
  }
}
.facts-figures-main { background: #2D93C4; padding: 50px 0 0 0}
.facts-figures {
    display: flex;
    flex-direction: row; /* Arrange boxes in a row */
    justify-content: center;

    padding: 2em;

    color: #333;
    font-family: Arial, sans-serif;
    text-align: center;
    gap: 1em; /* Space between items */
}

.facts-figures h2 {
    flex-basis: 100%;
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
    color: #ffffff;
}

.fact-item {
    display: flex;
    align-items: center;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 1em 2em;
    border-radius: 8px;
    width: 250px;
}

.fact-item i {
    font-size: 2.5em;
    color: #06C668;
    margin-right: 1em;
}

.fact-details h3 {
    font-size: 1.8em;
    margin: 0;
    color: #333;
}

.fact-details p {
    margin: 0;
    font-size: 1em;
    color: #555;
}

/* Icons for each item */
.icon-exhibitors::before {
    content: "\f0c0"; /* FontAwesome icon */
}

.icon-visitors::before {
    content: "\f0c0";
}

.icon-area::before {
    content: "\f0e7";
}

.icon-states::before {
    content: "\f0c0";
}

/* Responsive Design */
@media (max-width: 768px) {
    .facts-figures {
        flex-direction: column; /* Stack items vertically on smaller screens */
        text-align: center;
    }

    .fact-item {
        width: 100%; /* Full width for smaller screens */
        max-width: 300px;
    }
}


.focus-sectors-main { padding:50px 0px;   }

.focus-sectors-main h4 { color:#000000; text-align: center;   font-size: 2em; padding: 0 0 20px 0}
.focus-sectors {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
            gap: 20px;
            max-width: 1200px;
            margin: 0 auto;
         
        }
        .sector {
            text-align: center;
            padding:30px 20px;
            background:#2B5DA3;;
            border-radius: 10px;
            transition: transform 0.3s, background 0.3s, color 0.3s; color: #FFFFFF
        }
        .sector:hover {
            transform: translateY(-5px);
            background: #2D93C4; color:#fff
        }
        .sector-icon {
            font-size: 2.5em;
            color: #00796b;
            margin-bottom: 15px;
        }
        .sector-title {
            font-size: 1em;
            
            /* font-weight: 600; */
        }

  


@media screen and (max-width:480px) {
	
	h1 {  font-size:24px;   }
	h2 { font-size:24px; padding:0px 0px 10px 0px;   }
	h3 { font-size:28px; }
h4 { font-size:28px; }

.top-main { width:85%;   margin:0 auto; font-size: 24px }
.logo{  width:100%; text-align:center; margin:0 auto; float:none; border-right:none; padding: 0 0 10px 0}	
 .logo img{  max-width:100%; float:none;  text-align:center}
 .but { width:100%;  margin:0 auto; text-align:center; padding:10px 0 10px 0; }
header { width:100%; margin:0px 0px ; padding:20px 0;   overflow:hidden; position: inherit; }

header .date {  width:100%;    margin: 5% 0 0 2%; }

	header .date-txt {color:#ffffff;}
	
	.banner-bg {height: 50vh;}

	.banner-text {line-height: 2.9rem; }
	.banner-content {top: 122px; padding: 0 10px}
	.banner-content {top: 122px; padding: 0 10px}
	

.banner-text1{line-height: 2.2rem; font-size: 1.3rem;} 
	
.exh { width:80%; font:15px/18px 'Roboto', sans-serif; display:block}
.exh1 { width:96%; font:15px/18px 'Roboto', sans-serif; display:block}

.exh-main { display:block }
.exh-box { width:96%; margin:2% 0 0 0}
.exh-box1 { width:96%; margin:2% 0 0 0}
	
	.exh-box2 { width:96%; margin:2% 0 0 0}
	.exh-box3 { width:96%; margin:2% 0 0 0}
	.exh-box img{ width:90%; }
	.exh-box2 img{ width:40%; }
#exhibitor-outer2 { background:#e5483f }
.exhibit-main2 { width:100%; }



.footer-inner { width:100%; margin:0 auto; height:auto; overflow:hidden}
.but-footer { margin:0 auto; float:none; padding:10px 0px; width:100%  }
.but-footer img {max-width:30%;}

.org {margin:0 auto; float:none; width:100%  }
.trade {  margin:0 auto;  color:#333; float:none; width:100%}

.but-footer-inner { padding:10px 0 0 0  }

.exhibit2 {width:98%;   }
.exhibit3 {width:98%; margin:2.8% 0 0 0%;   }

.exhibit1 {width:49%;    
}
.exhibit {width:49%; 
}


}


@media screen and (min-width: 481px) and (max-width: 699px) {
	
	h1 {  font-size:24px;   }
	h2 { font-size:24px; padding:0px 0px 10px 0px;   }
	h3 { font-size:28px; }
h4 { font-size:28px; }
	

.top-main { width:85%;   margin:0 auto; font-size: 24px }
.logo{  width:85%; text-align:center; margin:0 auto; float:none; border-right:none}	
 .logo img{  max-width:100%; float:none;  text-align:center}
 .but { width:100%;  margin:0 auto; text-align:center; padding:10px 0 10px 0; }
header { width:100%; margin:0px 0px ; padding:0px;   overflow:hidden; position: inherit}

header .date {  width:100%;   color:#fff; margin: 5% 0 0 2%; }



.exh { width:96%; font:15px/18px 'codaregular'; display:block}
.exh1 { width:96%; font:15px/18px 'codaregular'; display:block}
.exh-main { display:block }
.exh-box { width:92%; margin:2% 0 0 0}
.exh-box1 { width:92%; margin:2% 0 0 0}
#exhibitor-outer2 { background:#e5483f }
.exhibit-main2 { width:100%; }



.footer-inner { width:100%; margin:0 auto; height:auto; overflow:hidden}
.but-footer { margin:0 auto; float:none; padding:10px 0px; width:100%  }
.but-footer img {max-width:30%;}

.org {margin:0 auto; float:none; width:100%  }
.trade {  margin:0 auto;  color:#333; float:none; width:100%}

.but-footer-inner { padding:10px 0 0 0  }

.exhibit2 {float:left  }
.exhibit1 {width:98%;  margin:3% 0 0 0%;  
}
.exhibit {width:98%; 
}



 }
 
 



@media screen and (min-width: 701px) and (max-width: 991px) {
	

	h1 {  font-size:24px;   }
	h2 { font-size:24px;   }
	h3 { font-size:28px; }
h4 { font-size:28px; }
	



header { width:100%; margin:0px 0px ; padding:0px;   overflow:hidden; position: inherit  }



.exh { width:96%; font:15px/18px 'codaregular'; display:block}
.exh1 { width:96%; font:15px/18px 'codaregular'; display:block}
.exh-main { display:block }

.exh-box { width:92%; margin:2% 0 0 0}

#exhibitor-outer2 { background:#e5483f }
.exhibit-main2 { width:100%; }



.footer-inner { width:100%; margin:0 auto; height:auto; overflow:hidden}
.but-footer { margin:0 auto; float:none; padding:10px 0px; width:100%  }
.but-footer img {max-width:30%;}

.org {margin:0 auto; float:none; width:100%  }
.trade {  margin:0 auto;  color:#333; float:none; width:100%}

.but-footer-inner { padding:10px 0 0 0  }

	 }



@media screen and (min-width: 991px) and (max-width:1150px) { 

#exhibitor-outer2  { 	background-size: 491px 346px;}
}
	
@media screen and (min-width: 1151px) and (max-width:1279px) { 

#exhibitor-outer2  { 	background-size: 551px 346px;}
}
	 	
	 
	 
@media screen and (min-width: 991px) and (max-width:1279px) { 
	

	h2 { font-size:24px; 0 padding:0px 0px 10px 0px; }
	h3 { font-size:24px; }


.logo img { max-width:95%}	


		 } 
		 
		 
	 .banner {
      text-align: center;
      padding:30px 20px 30px 20px;
      background: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .banner:hover {
      transform: translateY(-5px);

    }

    .banner h5 {
      font-size: 1.8rem;
      margin: 0;
      color: #333; line-height:2.8rem;
    }

    .banner p {
      font-size: 1rem;
      color: #666;
      margin-top: 10px;
    }

    @media (max-width: 768px) {
      .banner h1 {
        font-size: 1.5rem;
      }

      .banner p {
        font-size: 0.9rem;
      }
    }

    @media (max-width: 480px) {
      .banner h1 {
        font-size: 1.2rem;
      }

      .banner p {
        font-size: 0.8rem;
      }
    }
    
    .slideshow-container {
      position: relative;
      width: 100%;
      height: 550px;
      overflow: hidden;
    }

         .slideshow-container img{
      
          max-width: 60%;

    }

    .slide {
      position: absolute;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      opacity: 0;
      transition: opacity 1.8s ease-in-out;
    }

    .slide.active {
      opacity: 1;
      z-index: 1;
    }

    .slide-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: rgba(0, 0, 0, 0.6);
      padding: 30px 40px;
      border-radius: 25px;
      color: #fff;
      text-align: center;
      max-width: 550px;
      width: 90%;
    }

    .slide-content h1 {
      font-size: 32px;
      margin-bottom: 10px;
    }

    .slide-content h3 {
      font-size: 18px;
      font-weight: normal;
      margin-bottom: 10px;
    }

    .highlight {
      font-size: 36px;
      font-weight: bold;
      line-height: 1.3;
    }

    @media (max-width: 768px) {
      .slide-content {
        padding: 20px;
      }

      .slide-content h1 {
        font-size: 24px;
      }

      .highlight {
        font-size: 18px;
      }
    }
	 