@media (max-width: 768px) {
         .btn {font-size: 12px;}
}
  
.buttons_area {display: flex; justify-content: center; gap: 20px; margin-top: 20px;}
.btn {padding: 10px 20px;border: 2px solid #fff; text-decoration: none; font-weight: bold; color:#fff;  font-size: 1em;  border-radius: 8px;  cursor: pointer; transition: background-color 0.3s;}
.btn.exhibit {background-color: ;}
.btn.pricing {background-color: ;}
.btn:hover { opacity: 0.9;}

.mainexhibition{border: 1px solid red}
.boxsection{background-color: rgba(120, 0, 255, 0.9); color: #fff; padding: 30px 20px;}
.imagesections{margin-bottom: 15px;}
.boxsection h2{font-size: 32px; line-height: 36px;}


.text-white{color: #fff;}
/* .service-highlights */
.service-highlights {
  background-color: #0e0e0e;
  padding: 50px 20px;
}

.highlight-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 800px;
  margin: 0 auto;
}

.highlight-card {
  display: flex;
  align-items: center;
  background: #1a1a1a;
  color: #fff;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 8px;
}

.highlight-card img {
  width: 120px;
  height: auto;
  object-fit: cover;
  margin-right: 20px;
}

.highlight-content h3 {
  margin: 0 0 10px;
  font-size: 1.3rem;
}

.highlight-content p {
  font-size: 1rem;
  margin-bottom: 12px;
}

.highlight-content a {
  display: inline-block;
  padding: 6px 14px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.highlight-content a:hover {
  background: #fff;
  color: #000;
}

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

  .highlight-card img {
    margin: 0 0 15px 0;
  }
}



/*  carousel-section */
.carousel-section {
  padding: 60px 20px;
  background-color: #000;
  color: white;
  text-align: center;
  position: relative;
}

.carousel-title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

.carousel-container {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 40px;
}

.carousel-container::-webkit-scrollbar {
  display: none;
}

.carousel-item {
  flex: 0 0 auto;
  width: 200px;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.carousel-item:hover {
  transform: scale(1.05);
}

.carousel-item img {
  width: 100%;
  height: 130px;
  object-fit: cover;
  display: block;
}

.carousel-item span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}

.nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  font-size: 24px;
  padding: 10px 15px;
  cursor: pointer;
  transition: background 0.3s ease;
}

#left-btn {
  left: 0;
}

#right-btn {
  right: 0;
}

.nav-btn:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 768px) {
  .carousel-container {
    padding: 10px 20px;
    gap: 10px;
  }

  .carousel-item {
    width: 150px;
  }

  .carousel-item span {
    font-size: 14px;
  }
}
/* Add this new class */
.larger-item {
  transform: scale(1.1);
  z-index: 1;
}

/* Ensure hover scale doesn't override manual larger-item scale */
.carousel-item:hover {
  transform: scale(1.15);
}

/* Optional: Make sure hover on larger-item still scales correctly */
.larger-item:hover {
  transform: scale(1.2);
}

/* Responsive adjustments for larger-item */
@media (max-width: 768px) {
  .larger-item {
    transform: scale(1.05);
  }

  .larger-item:hover {
    transform: scale(1.1);
  }
}




/* .fraud-container, .contact-container */

.section {
  max-width: 1100px;
  margin: 50px auto;
  background-color: #111;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  border-radius: 10px;
  padding: 40px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  flex-wrap: wrap;
  color: #fff; /* white text */
      display: -webkit-inline-box;
}

.section img {
  width: 180px;
  height: 130px;
  max-width: 100%;
}

.section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #fff;
}

.section ul {
  padding-left: 20px;
  line-height: 1.8;
  color: #fff;
}

.section a {
  color: #fff;
  text-decoration: underline;
}
.icon {
    align-content: center;
}
.contact-heading {
  color: #fff;             /* white text */
  font-size: 48px;         
  /* font-weight: bold;       bold */
  text-align: center;      /* center it horizontally */
  /* margin-top: 40px;        spacing from top (optional) */
  /* text-transform: uppercase; optional: uppercase text */
}

.contact-section {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
}

.contact-title {
  font-size: 28px;
  font-weight: bold;
  margin: 50px 0 20px;
  color: #fff;
}

.contact-card {
  background-color: #111;
  border-radius: 10px;
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.05);
  color: #fff;
}

.contact-card img {
  width: 150px;
  max-width: 100%;
}

.contact-info {
  font-size: 18px;
  color: #fff;
}

.contact-info a {
  color: #fff;
  display: block;
  margin-top: 8px;
}

@media (max-width: 768px) {
  .section,
  .contact-card {
    flex-direction: column;
    text-align: center;
  }

  .section h2,
  .contact-title {
    text-align: center;
  }

  .contact-info {
    text-align: center;
  }
}
/* .wrapper */
.wrapper {
  /* min-height: 100vh; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
/* .event-banner */
.event-banner {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
    position: relative;
    font-family: Arial, sans-serif;
}

.dots-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    background: radial-gradient(circle, rgba(0, 191, 255, 0.5) 10%, transparent 10%) repeat-y;
    background-size: 15px 15px;
}

h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

p {
    font-size: 1em;
    margin: 10px 0;
}

.newsletter-btn {
    background-color: #fff;
    color: #000;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    margin-top: 20px;
}

.newsletter-btn:hover {
    background-color: #e0e0e0;
}
/* experience-section */

.experience-section {
  max-width: 1200px;
  margin: auto;
  text-align: center;
}

.main-heading {
  font-size: 36px;
  margin-bottom: 40px;
  color: #fff;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.card {
  background: #1e1e1e;
  border-radius: 12px;
  padding: 30px 25px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.08);
  width: 100%;
  max-width: 360px;
  text-align: left;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
}

.card h2 {
  font-size: 24px;
  color: #ffc107;
  margin-bottom: 15px;
}

.card p {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 15px;
}

.card ul {
  list-style: disc inside;
  padding: 0;
}

.card li {
  margin-bottom: 10px;
  font-size: 15px;
  color: #ccc;
}

@media (max-width: 768px) {
  .card {
    max-width: 100%;
  }
}
/*  */
.container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}

h2 {
    font-size: 2em;
    font-weight: 700;
    margin-bottom: 25px;
}

.table-container {
    overflow-x: auto;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    color: #fff;
}

thead {
    background-color: #222;
}

thead th {
    padding: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 1.1em;
}

tbody td {
    padding: 15px;
    vertical-align: top;
    font-size: 1em;
    border-top: 1px solid #333;
}

tbody tr:nth-child(even) {
    background-color: #111;
}

tbody tr:hover {
    background-color: #2a2a2a;
}

.note {
    font-size: 0.95em;
    color: #ccc;
    margin-bottom: 8px;
}


.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 15px;
}

.sectionarea {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #1a1a1a;
  border-radius: 10px;
  padding: 20px;
  gap: 20px;
  color: #fff;
}

.sectionarea .icon {
  flex: 1 1 250px;
  max-width: 250px;
}

.sectionarea .icon img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.sectionarea .content {
  flex: 1 1 600px;
}

.sectionarea h2 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.sectionarea ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}

.sectionarea ul li {
  margin-bottom: 10px;
  line-height: 1.6;
  white-space: normal;
  word-break: break-word;
}

.sectionarea ul li strong {
  color: #f0c040;
}

@media (max-width: 768px) {
  .sectionarea {
    flex-direction: column;
    text-align: left;
  }

  .sectionarea .icon,
  .sectionarea .content {
    max-width: 100%;
    flex: 1 1 100%;
  }
}

