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

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


body { margin:0px; padding:0px; font-family: 'Lato', 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}

h1 { margin:0px; float: left; padding:30px 0 30px 0; font-family: 'Lato', sans-serif; color:#ffffff;  background: #A53692; width: 100%; text-align: center; font-weight: 900}
h2 { font-family:  'Lato', sans-serif; color:#fff; font-size:28px; margin:0px; padding:0px 0px 0px 0px; text-transform:uppercase }

h4 { margin:0px; padding:0px 0 10px 0; font-family: 'Lato', sans-serif;  font-size:32px; }

h5 { margin:0px; padding:15px 0; font-family: 'Lato', sans-serif; color:#fff; font-size:22px ; font-weight: 900  }








#banner-outer { width:100%; height:100%;   z-index:99; margin:0 auto;  padding:0px 0 0px 0px; text-align: center;  }
.banner-inner{ width:1140px;  margin:0 auto; text-align:center; font:28px/38px  'Lato', sans-serif;  color:#fff; text-align:center; text-shadow: -1px 0px 2px rgba(56, 56, 56, 1);  }











.expo-outer {
   
      background: #f4f8fb;
      padding: 60px 20px;
      margin: 0;
    }

		 .expo-wrapper {
      max-width: 1300px;
      margin: auto;
      text-align: center;
    }

    .expo-title {
      font-size: 34px;
      margin-bottom: 40px;
background: linear-gradient(228deg, #582E91 8.08%, #943993 40.77%, #E26A24 94.23%);
      color: #fff;
      display: inline-block;
      padding: 10px 30px;
      border-radius: 10px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    }

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

    .expo-card {
      background: #ffffffcc;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
      padding: 25px;
      position: relative;
      backdrop-filter: blur(8px);
      transition: 0.3s ease;
    }

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

    .expo-card img {
      width: 100%;
      border-radius: 12px;
      margin-bottom: 20px;
    }

    .expo-heading {
      font-size: 22px;
      color: #004080;
      margin-bottom: 15px;
    }

    .expo-list {
      text-align: left;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .expo-list li {
      display: flex;
      align-items: center;
      font-size: 15px;
      color: #333;
      padding: 6px 0;
    }

    .expo-list li i {
      color: #943993;
      margin-right: 10px;
      font-size: 16px;
      width: 20px;
    }

    .read-more-btn {
      display: inline-block;
      margin-top: 15px;
background: linear-gradient(228deg, #582E91 8.08%, #943993 40.77%, #E26A24 94.23%);
      color: #fff;
      padding: 8px 18px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      font-size: 14px;
      transition: background 0.3s;
    }

    .read-more-btn:hover {
      background: #0066aa;
    }

    .extra-items {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.6s ease;
    }

    .extra-items.show {
      max-height: 1000px; /* Enough height for full content */
    }
		 
		 
		 
/* Enhanced Visitor Profile Section */
.visitor-section {
  background: radial-gradient(circle at top left, #1c1c1c, #101010 70%);
  padding: 70px 20px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  overflow: hidden;
}

.visitor-heading {
  text-align: center;
  margin-bottom: 50px;
}

.visitor-heading h2 {
  font-size: 38px;
  font-weight: 600;
  color: #ffc107;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
}

.underline {
  width: 80px;
  height: 4px;
  background: #ffc107;
  margin: 12px auto 0;
  border-radius: 5px;
}

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

.visitor-card {
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 25px;
  border-radius: 18px;
  width: 100%;
  max-width: 360px;
  box-shadow: 0 0 20px rgba(255, 193, 7, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.visitor-card::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: linear-gradient(45deg, rgba(255, 193, 7, 0.1), transparent);
  transform: rotate(45deg);
  transition: all 0.4s ease;
  z-index: 0;
}

.visitor-card:hover::before {
  top: 0;
  left: 0;
}

.visitor-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 30px rgba(255, 193, 7, 0.3);
}

.visitor-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

.visitor-card li {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-bottom: 14px;
  color: #e0e0e0;
  transition: color 0.3s ease;
}

.visitor-card li:hover {
  color: #ffc107;
}

.visitor-card i {
  color: #ffc107;
  margin-right: 12px;
  font-size: 18px;
  min-width: 22px;
  transition: transform 0.3s ease;
}

.visitor-card li:hover i {
  transform: scale(1.2);
}


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

/* Logo styling */
.logo img {
    max-width:100%;
    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: 20px; 
   
}


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

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

    .date-top {
      background-color: #582E91; /* green */
      color: white;
      padding: 8px 0;
      font-size: 22px;
      font-weight: bold;
    }

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

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

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

.btn {
    padding: 15px 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:#582E91;
}

.visit {
  background:#943993;
}

.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;
}
	
	
	
	
}



/* Container Section */
#intro-section-foodexpo {
  background-color: #f8f8f8;
  padding: 50px 20px;
  font-family: 'Segoe UI', sans-serif;
}

/* Inner Wrapper */
.intro-wrapper-foodexpo {
  max-width: 1300px;
  margin: 0 auto;
}

/* Heading */
.intro-wrapper-foodexpo h3 {
  font-size: 28px;
  color: #2e2e2e;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: left;
}

/* Text Content */
.intro-content-foodexpo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

/* Image Styling */
.intro-content-foodexpo img {
  max-width: 280px;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* Paragraph Styling */
.intro-content-foodexpo p {
  font-size: 16px;
  color: #444;
  line-height: 1.7;
  flex: 1 1 600px;
}

/* Strong Text */
.intro-content-foodexpo p strong {
  color: #d62828;
  font-size: 17px;
}




.welcome-section {

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

}
 h3 {
  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: 70%;
  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;
  }
}




#footer-outer {
    background-color: #eaeaea;
    padding: 40px 20px;
    text-align: center;
  }

  .cta-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  .cta-button {
    background-color: #582E91;
    color: #fff;
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
 
  }

  .cta-button:hover {
    background-color: #582E91;
    transform: translateY(-3px);
  }

  @media (min-width: 600px) {
    .cta-container {
      flex-direction: row;
    }
  }