@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;    background: #f4f4f4; text-align: left; }
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}

header { background: #163861;}


   /* small enhancement for the glowing gradient */
    .glow {
      box-shadow: 0 8px 24px rgba(99,102,241,0.12), 0 2px 6px rgba(16,24,40,0.04);
    }date-box
    /* subtle number animation */
    .count { transform-origin: left;}


 /* Small white notch under https://img.tradeindia.com/new_website1/tradeshowslandingpage/aviationdreams */
    .img-card {
      position: relative;
      overflow: visible;
    }
    .img-card .notch {
      position: absolute;
      left: 50%;
      transform: translateX(-50%) rotate(45deg);
      width: 22px;
      height: 22px;
      background: white;
      bottom: -11px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
    }
    /* Custom brand green */
    .brand-green { color: #2fb24a; }
    .brand-bg-green { background-color: #2fb24a; }

    #banner-outer {
      width: 100%;
      height: 100%;
      z-index: 999;
      margin: 0px;
      
      padding: 0px 0 0px 0px;
      z-index: 99;
    }

    .banner-inner {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      display: block ruby;
    }

.centre{


}    


/* Container styling */
.header-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:10px 0 15px 0;
   transition: all 0.3s ease; max-width: 1300px;  margin: 0 auto; width: 100%;
}

/* Logo styling */
.logo img {
    max-width:90%;
    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: #ffffff;
    font-weight: bold;
}


 .date-container strong{
  font-size: 24px; color: #fff;
   
}


    .date-container {
      display: flex;
      gap: 10px;
      font-family: Arial, sans-serif; align-items: center;
    }

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

    .date-top {
      background-color: #2563EB; /* green */
      color: white;
      padding: 3px 0;
      font-size: 20px;
      font-weight: bold;
    }

    .date-bottom {
      background-color: #ED781B; /* orange */
      color: white;
      padding: 5px 0;
      font-size: 10px;
      font-weight: bold;
    }

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

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

.btn {
    padding: 12px 25px;
    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:#2563EB;
}

.visit {
  background:#ED781B;
}

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

/* 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;
}
	
	
	
	
}



/* Exhibitor Profile Section */
.facts-figures-main {
  background: #153762;
  padding: 50px 0 0 0;
}

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

.exhibit-section h2 {
  font-size: 1.875rem;
  color: #ffffff;
  padding: 0px 0 0 0;
  font-weight: 800;
  text-align: center;
}

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

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

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

}


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



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

.exhibit-item {
  background: #eaecef;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding:10px 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);
}

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

.focus-sectors-main h4 { color:#000000; text-align: center;   font-size: 1.875rem; font-weight: 800; 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: left;
            padding:30px 20px;
            background:#153762;;
            border-radius: 10px;
            transition: transform 0.3s, background 0.3s, color 0.3s; color: #FFFFFF
        }
        .sector:hover {
            transform: translateY(-5px);
            background: #153762; color:#fff
        }
        .sector-icon {
            font-size: 2.5em;
            color: #00796b;
            margin-bottom: 15px;
        }
        .sector-title01 {
            font-size: 1em;
            
            /* font-weight: 600; */
        }

        .max-w-6xl {
          max-width: 72rem;
        }

        


/* 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;
  }

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




.welcome-section {

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

}
 h1 {
  font-size: 1.6rem;
  color: #2c3e50;
  text-align: left;
  margin-bottom: 20px;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity 0.6s ease, transform 0.6s ease; line-height:2.5rem
}
.welcome-content {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; 
}
.welcome-text {
  flex:1;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  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: 92%;
  height: auto;
  border-radius: 8px; margin: 0 auto
 
}
.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;
  }
}


  






	 







    .scroll-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      width: 50px;
      height: 50px;
      background: #ED781B;
      border: none;
      border-radius: 50%;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 999;
      transition: background 0.3s ease, transform 0.3s ease;
    }

    .scroll-top:hover {
      background: #153762;
      transform: scale(1.1);
    }

    .scroll-top svg {
      position: absolute;
      top: 0;
      left: 0;
      transform: rotate(-90deg);
    }

    .scroll-bg,
    .scroll-bar {
      fill: none;
      stroke-width: 4;
    }

    .scroll-bg {
      stroke: rgba(255, 255, 255, 0.1);
    }

    .scroll-bar {
      stroke: #fff;
      stroke-dasharray: 263.36;
      stroke-dashoffset: 263.36;
      transition: stroke-dashoffset 0.25s ease-out;
    }

    .arrow-icon {
      font-size: 28px;
      color: #fff;
      z-index: 2;
      pointer-events: none; font-weight: bolder


    }



.footer-cta {
  text-align: center;
  padding: 30px 15px;
  background-color: #f6f6ff;
}

.cta-button {
  display: inline-block;
  margin: 10px;
  padding: 15px 40px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  color: #fff;
  transition: background-color 0.3s ease; font-size: 16px
}

/* Different button colors */
.cta-exhibit {
  background-color: #153762; /* Green */
}

.cta-exhibit:hover {
  background-color: #255797;
}

.cta-visit {
  background-color: #ED781B; /* Amber */
  color: #fff; /* Contrast for yellow background */
}

.cta-visit:hover {
  background-color: #fd892a;
}


.section {
      text-align: center;
      padding: 40px 0px; max-width: 1300px; margin: 0 auto
    }

    .section .subtitle {
      color: #f8a100;
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 1rem;
    }

    .section h2 {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 40px;
    }

    .expo-layout {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 30px;
      flex-wrap: wrap;
    }

    .expo-column {
      flex: 1 1 300px;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .expo-card {
      background: #f5f5f5;
      border-radius: 10px;
      padding:10px 20px;
      text-align: left;
      transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; align-items: center;  
    }

    .expo-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .expo-icon {
      width: 30px;
      height: 30px;
      background-color: #6E9841;
      color: white;
      font-size: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
     
    }

    .expo-title {
      font-size: 1rem;
      font-weight: bold;
      margin-left:10px;
    }

    .expo-description {
      font-size: 0.95rem;
      line-height: 1.5;
    }

    .expo-image {
      text-align: center;
    }

    .expo-image img {
      max-width: 100%;
      width:450px;
      height: auto;
      border-radius: 10px; margin: 30px 0 0 0
    }

    @media screen and (max-width: 768px) {
      .expo-layout {
        flex-direction: column;
        align-items: center;
      }

      .expo-image img {
        width: 100%;
      }
    }

   .banner-section {
      background-image: url('https://img.tradeindia.com/new_website1/tradeshowslandingpage/aviationdreams/bg.jpg'); /* Update image path */
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      
      color: white;
      padding: 40px 5% 60px 5%;
    }

    .content-wrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      max-width: 1340px;
      margin: auto;
    }

    .left-content {
      flex: 1;
      min-width: 500px;
      padding: 20px;
    }

    .left-content h6 {
      font-size: 40px;
      line-height: 1.4;
      margin:0px 0 10px 0; color: #5DD4FF;
    }

    .left-content p {
      font-size: 25px;
      margin: 8px 0;
      line-height: 1.4;
    }

    .logos {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 20px;
      flex-wrap: wrap;
    }

    .logos img {
      height: 100px;
    }

    .right-image {
      flex: 1.3;
      min-width: 500px;
      text-align: center;
      padding: 20px;
    }

    .right-image img {
      max-width: 100%;
      height: auto;
    }

    @media (max-width: 768px) {
      .content-wrapper {
        flex-direction: column;
        text-align: center;
      }

      .logos {
        justify-content: center;
      }

  .right-image {
      flex: 1.3;
      min-width: 350px;
      text-align: center;
      padding: 20px;
    }

.left-content {flex: 1;
  min-width: 350px;
  padding: 20px;}

      .left-content h6 {
        font-size: 24px;
      }

      .left-content p {
        font-size: 16px;
      }

      .logos img {
        height: 40px;
      }
    }





  .exhibitor-section-title {
      text-align: center;
      font-size: 28px;
      font-weight: 600;
      color: #003366;
      margin-bottom: 40px;
    }

    .exhibitor-box-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 20px;
      max-width: 1300px;
      margin: auto;
    }

    .exhibitor-box {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 25px 20px;
      transition: all 0.3s ease;
    }

    .exhibitor-box:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }

    .exhibitor-icon {
      font-size: 30px;
      color: #007acc;
      margin-bottom: 12px;
    }

    .exhibitor-box-title {
      font-size: 20px;
      font-weight: 600;
      color: #00509e;
      margin-bottom: 15px;
    }

    .exhibitor-feature-list {
      margin: 0;
      padding-left: 18px;
    }

    .exhibitor-feature-item {
      margin-bottom: 8px;
      line-height: 1.6;
      list-style: disc;
    }

    @media (max-width: 600px) {
      .exhibitor-box {
        padding: 20px 15px;
      }
      .exhibitor-box-title {
        font-size: 18px;
      }
    }


    .audience-section {
  padding: 40px 20px;
  background-color: #f8f9fa;
  font-family: "Segoe UI", sans-serif;
}

.audience-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1300px;
  margin: auto;
}

.audience-box {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  padding: 20px;
  flex: 1 1 265px;
  max-width: 265px;
  transition: transform 0.3s ease;
}

.audience-box:hover {
  transform: translateY(-5px);
}

.audience-box h4 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #323A85;
  border-bottom: 2px solid #323A85;
  padding-bottom: 6px;
}

.audience-box ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.audience-box li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #555;
  line-height: 1.5;
}

.features-section-outer {background: #306CB5;}

    .features-section {
      max-width: 1300px;
      margin: auto;
      padding:30px 20px 50px 20px;
    }

    .features-title {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 15px;
      font-weight: bold;
      color: #fff;
    }

    .features-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }

    .feature-box {
      background: #fff;
      border-radius: 12px;
      padding: 25px 20px;
      box-shadow: 0 10px 30px rgba(0,0,0,0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      align-items: flex-start;
      gap: 15px;
    }

    .feature-box:hover {
      transform: translateY(-8px);
      box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    }

    .feature-icon {
      font-size: 28px;
      color: #0d0178;
      min-width: 30px;
    }

    .feature-text {
      font-size: 1.05rem;
      line-height: 1.5;
      color: #444;
    }

    @media (max-width: 480px) {
      .feature-icon {
        font-size: 24px;
      }
      .feature-text {
        font-size: 1rem;
      }
    }

      .sponsor-section {
      padding: 40px 100px;
      background:#f6f6f6;
      text-align: center;
    }

    .sponsor-title {
      font-size: 28px;
      font-weight: bold;
      margin-bottom: 30px;
      color: #222;
    }

    .sponsor-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
      align-items: center;
      justify-items: center;
    }

    .sponsor-card {
      background: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.08);
      padding: 20px;
      transition: transform 0.3s ease;
      max-width: 280px;
    }

    .sponsor-card:hover {
      transform: translateY(-5px);
    }

    .sponsor-logo {
      max-width: 100%;
      height: 116px;
      object-fit: contain;
      margin-top: 10px;

    }

    .sponsor-text {
      font-size: 16px;
      color: #444;
    }

    @media (max-width: 600px) {
      .sponsor-card {
        padding: 15px;
      }

      .sponsor-title {
        font-size: 22px;
      }
    }

    /* banner */


        .slider {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 70vh;
    }

    .slides {
      display: flex;
      transition: transform 1s ease;
      height: 100%;
    }

    .slide {
      min-width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      position: relative;
    }

    .content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      color: #fff;
      padding: 40px;
      max-width: 600px;
    }

    .content.right {
      right: 5%;
      text-align: right;
    }

    .content.left {
      left: 5%;
      text-align: left;
    }

    .subtitle {
      font-size: 24px;
      text-transform: uppercase;
      letter-spacing: 2px;
      display: block;
      margin-bottom: 10px;
    }

    .title {
      font-size: 36px;
      font-weight: bold;
      margin-bottom: 5px;
    }

    .location {
      font-size: 24px;
      margin-bottom: 20px;
    }

    .button {
      display: inline-block;
      padding: 12px 30px;
      background: #ff6600;
      color: #fff;
      text-decoration: none;
      border-radius: 4px;
      font-weight: bold;
      transition: background 0.3s;
    }

    .button:hover {
      background: #e65c00;
    }

    .nav {
      position: absolute;
      width: 100%;
      top: 50%;
      display: flex;
      justify-content: space-between;
      transform: translateY(-50%);
      padding: 0 -20px;
      pointer-events: none;
 
    }

    .nav span {
      font-size: 40px;
      color: #fff;
      cursor: pointer;
      pointer-events: all;
      user-select: none;
      transition: opacity 0.3s;
    }

    .nav span:hover {
      opacity: 0.7;
    }

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

      .title {
        font-size: 28px;
      }

      .location {
        font-size: 18px;
      }

      .button {
        padding: 10px 20px;
      }
    }


    /* focus */

        .sector-section {
      max-width: 1300px;
      margin: 50px auto 70px;
      padding: 0 20px;
    }

    .sector-title {
      text-align: center;
      font-size: 2rem;
      margin-bottom: 40px;
      color: #222;
      position: relative;
    }

    .sector-title::after {
      content: '';
      display: block;
      width: 80px;
      height: 3px;
      background: #28a745;
      margin: 12px auto 0;
    }

    .sector-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 25px;
      justify-content: center;
    }

    .sector-item {
      background: #fff;
      border-radius: 10px;
      padding: 35px 15px;
      width: 380px;
      text-align: center;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
      cursor: pointer;
      transition: all 0.4s ease;
    }

    .sector-icon {
      font-size: 38px;
      color: #28a745;
      margin-bottom: 10px;
      transition: color 0.4s ease;
    }

    .sector-text {
      font-size: 16px;
      color: #333;
      transition: color 0.4s ease;
    }

    .sector-item:hover {
      background-color: #28a745;
      transform: translateY(-4px);
    }

    .sector-item:hover .sector-icon,
    .sector-item:hover .sector-text {
      color: #fff;
    }

    @media (max-width: 768px) {
      .sector-item {
        width: 45%;
      }
    }

    @media (max-width: 480px) {
      .sector-item {
        width: 100%;
      }
    }