/* Section Background */
.ai-expo-cus-focus-section {
  /* background: radial-gradient(circle at top left, #6a00ff, #1b0036 70%); */
  /* background: url(./images/resources/ai-bg.jpg); */
  background-image: url(../images/resources/ai-bg.jpg);
  background-position: top;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Optional glowing dots background */
.ai-expo-cus-focus-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255, 0, 150, 0.3), transparent 70%);
  top: -200px;
  right: -200px;
}

/* Heading */
.ai-expo-cus-heading {
  font-size: 38px;
  font-weight: 700;
  background: linear-gradient(90deg, #ffffff, #ff2d75);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-sub {
  color: #cfcfcf;
  font-size: 16px;
}

/* Cards */
.ai-expo-cus-card {
  background: rgb(255, 255, 255);
  border-radius: 15px;
  padding: 35px 20px;
  text-align: center;
  transition: 0.4s ease;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Glowing border effect */
.ai-expo-cus-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 15px;
  background: #570050;
  /* background: linear-gradient(135deg, #ff2d75, #6a00ff); */
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
}

.ai-expo-cus-card:hover::before {
  opacity: 1;
}

.ai-expo-cus-card:hover h5 {
  color: rgb(255, 255, 255);
}

.ai-expo-cus-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}

/* Icon */
.ai-expo-cus-icon {
  font-size: 45px;
  margin-bottom: 15px;
  color: #c73456;
  transition: 0.3s;
}

.ai-expo-cus-card:hover .ai-expo-cus-icon {
  color: #ffffff;
}

/* Text */
.ai-expo-cus-card h5 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.services-four__icon i {
  font-size: 30px;
  background: White;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Section Background */
.ai-expo-cus-vision-section {
  background: linear-gradient(135deg, #1b0036, #4b0f6f);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Title */
.ai-expo-cus-vision-title {
  line-height: 50px;
  color: white;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ai-expo-cus-vision-title span {
  background: linear-gradient(90deg, #ff2d75, #6a00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Text */
.ai-expo-cus-vision-text {
  font-size: 18px;
  line-height: 1.8;
  color: #dcdcdc;
}

/* Decorative Line */
.ai-expo-cus-vision-line {
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ff2d75, #6a00ff);
  margin-top: 20px;
  border-radius: 5px;
}

/* Right Side Decorative Circle */
.ai-expo-cus-vision-shape {
  position: relative;
  display: inline-block;
}

.ai-expo-cus-circle {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 45, 117, 0.6), transparent 70%);
  animation: ai-expo-cus-pulse 4s infinite ease-in-out;
}

/* Animation */
@keyframes ai-expo-cus-pulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 0.8;
  }
}

.ai-expo-cus-objectives-section {
  background: radial-gradient(circle at top right, #6a00ff, #140027 70%);
  padding: 120px 0;
  color: #ffffff;
}

/* Heading */
.ai-expo-cus-main-title {
  font-size: 42px;
  font-weight: 700;
}

.ai-expo-cus-main-title span {
  background: linear-gradient(90deg, #ff2d75, #00e0ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-title-line {
  width: 120px;
  height: 4px;
  margin: 20px auto 0;
  background: linear-gradient(90deg, #ff2d75, #00e0ff);
  border-radius: 10px;
}

/* Glass Card */
.ai-expo-cus-glass-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 20px;
  padding: 40px;
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  transition: 0.4s ease;
  height: 100%;
}

.ai-expo-cus-glass-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.5);
}

/* Card Title */
.ai-expo-cus-card-title {
  font-size: 22px;
  margin-bottom: 25px;
  font-weight: 600;
}

/* Objective Item */
.ai-expo-cus-item {
  margin-bottom: 20px;
}

.ai-expo-cus-item h6 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #ffffff;
}

.ai-expo-cus-item p {
  font-size: 14px;
  color: #dcdcdc;
  margin: 0;
}

/* Highlight List */
.ai-expo-cus-highlight-list {
  list-style: none;
  padding-left: 0;
}

.ai-expo-cus-highlight-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #dcdcdc;
}

.ai-expo-cus-highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff2d75, #00e0ff);
  box-shadow: 0 0 12px rgba(255, 45, 117, 0.8);
}

.ai-expo-cus-conference-section {
  background-image: url(../images/backgrounds/ai-bg-2.jpg);
  background-size: cover;
  /* background: linear-gradient(135deg, #120024, #2a0055); */
  padding: 120px 0;
  color: #ffffff;
  text-align: center;
}

/* Label */
.ai-expo-cus-conf-label {
  display: inline-block;
  background: linear-gradient(90deg, #ff2d75, #6a00ff);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* Title */
.ai-expo-cus-conf-title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

/* Theme */
.ai-expo-cus-conf-theme {
  margin: auto;
  background: white;
  width: auto;
  border-radius: 10px;
  padding: 20px 20px;
  font-size: 20px;
  color: #ff2d75;
  max-width: 770px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Description */
.ai-expo-cus-conf-desc {
  font-size: 18px;
  max-width: 850px;
  margin: 0 auto 50px;
  color: #d6d6d6;
  font-weight: 500;
}

/* Topic Grid */
.ai-expo-cus-topic-grid ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.ai-expo-cus-topic-grid li {
  font-style: italic;
  font-size: 18px;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
  color: #e0e0e0;
}

.ai-expo-cus-topic-grid li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #ff2d75;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

/* Button */
.ai-expo-cus-btn {
  display: inline-block;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  background: linear-gradient(90deg, #ff2d75, #6a00ff);
  color: #ffffff;
  transition: 0.4s ease;
}

.ai-expo-cus-btn:hover {
  color: #ffffff;
  transform: scale(1.08);
  box-shadow: 0 15px 40px rgba(255, 45, 117, 0.6);
}

/* Footer Main */
.ai-expo-cus-footer {
  background: linear-gradient(135deg, #1b0036, #2b0057);
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Top Cards */
.ai-expo-cus-footer-top {
  margin-top: 0;
  padding-top: 60px;
  position: relative;
  z-index: 2;
}

.ai-expo-cus-footer-card {
  background: #ffffff;
  color: #333;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.ai-expo-cus-footer-card:hover {
  transform: translateY(-8px);
}

.ai-expo-cus-footer-icon {
  width: 70px;
  height: 70px;
  background: #2b5dab;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -70px auto 20px;
  font-size: 28px;
}

.ai-expo-cus-highlight {
  color: #ff3c00;
  font-size: 22px;
  font-weight: 600;
}

/* Middle */
.ai-expo-cus-footer-middle {
  padding: 100px 0 60px;
}

.ai-expo-cus-footer-logo {
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.ai-expo-cus-footer-middle p {
  max-width: 600px;
  margin: 0 auto 25px;
  color: #d6d6d6;
}

.ai-expo-cus-social a {
  color: #fff;
  font-size: 18px;
  margin: 0 10px;
  transition: 0.3s;
}

.ai-expo-cus-social a:hover {
  color: #00e0ff;
}

/* Bottom */
.ai-expo-cus-footer-bottom {
  background: #f2f2f2;
  color: #555;
  padding: 15px 0;
  font-size: 14px;
}

/* Scroll Top */
.ai-expo-cus-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #2b5dab;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s;
}

.ai-expo-cus-scroll-top:hover {
  background: #ff2d75;
}

.ai-expo-cus-benefits-section {
  background: #f8f9fb;
  padding: 100px 0;
}

.ai-expo-cus-benefits-heading {
  font-size: 40px;
  font-weight: 700;
}

/* Point Style */
.ai-expo-cus-point {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  background: #ffffff;
  padding: 18px 20px;
  border-radius: 8px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.ai-expo-cus-point span {
  min-width: 45px;
  height: 45px;
  background: #4b0082;
  color: #fff;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.ai-expo-cus-point p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.ai-expo-cus-point:hover {
  transform: translateX(8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ai-expo-cus-awards-section {
  background-image: url(../images/backgrounds/ai-bg-2.jpg);
  /* background: linear-gradient(135deg, #140027, #2a0055); */
  padding: 120px 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Small Label */
.ai-expo-cus-awards-label {
  display: inline-block;
  background: linear-gradient(90deg, #ff2d75, #6a00ff);
  padding: 6px 18px;
  border-radius: 30px;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

/* Title */
.ai-expo-cus-awards-title {
  color: white;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

/* Text */
.ai-expo-cus-awards-text {
  font-size: 18px;
  color: #ececec;
  margin-bottom: 35px;
  line-height: 1.8;
}

/* Button */
.ai-expo-cus-awards-btn {
  display: inline-block;
  padding: 14px 40px;
  background: linear-gradient(90deg, #ff2d75, #00e0ff);
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  transition: 0.4s ease;
}

.ai-expo-cus-awards-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 35px rgba(255, 45, 117, 0.5);
}

/* Image Styling */
.ai-expo-cus-awards-image img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  transition: 0.4s ease;
}

.ai-expo-cus-awards-image img:hover {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 991px) {
  .ai-expo-cus-awards-title {
    font-size: 32px;
  }
}

.img-bg {
  background-image: url("../images/backgrounds/ai-bg-3.jpg") !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

}

.img-bg-light {
  background-image: url("../images/backgrounds/ai-bg-6.jpg") !important;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;

}

@media (min-width: 1025px) {
  .tt-pagetitle {
    padding: 40px;
  }
}

.tt-pagetitle {
  position: relative;
  z-index: 1;
  background: linear-gradient(#e9ecef, #fff)
}

.tt-pagetitle:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15.66%;
  width: 67.3%;
  height: 100%;
  /* background-color: #3f0969; */
  background-color: #bcaad2;
  z-index: 0;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg)
}

.tt-pagetitle__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 100%
}

.tt-pagetitle__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%
}

.tt-pagetitle__box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  position: relative
}

.tt-pagetitle__box .container {
  position: relative;
  z-index: 3
}

@media (max-width: 1313px) {
  .tt-pagetitle__box .container {
    padding-left: 35px;
    padding-right: 35px
  }
}

.tt-pagetitle__title {
  text-transform: uppercase;
  color: #fff;
  font-size: 42px;
  line-height: 55px;
  font-weight: 800;
  font-family: Mulish, sans-serif
}

.tt-pagetitle__title+* {
  margin-top: 21px
}

.tt-breadcrumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  padding-bottom: 3px
}

.tt-breadcrumbs li {
  position: relative;
  color: #fff
}

.tt-breadcrumbs li a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  position: relative
}

.tt-breadcrumbs li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 2px;
  width: 0%;
  height: 1px;
  margin: auto;
  left: 0;
  right: 0;
  transition: width .2s linear;
  background-color: currentColor
}

.tt-breadcrumbs li a:hover:before {
  width: 100%
}

.tt-breadcrumbs li:not(:first-child):before {
  content: "/";
  display: inline-block;
  margin-left: 17px;
  margin-right: 17px
}

@media (min-width: 1025px) {
  .tt-pagetitle {
    padding: 40px
  }

  .tt-pagetitle__box,
  .tt-pagetitle__box img {
    min-height: 229px
  }
}

@media (max-width: 1024.98px) {
  .tt-pagetitle {
    padding: 25px
  }

  .tt-pagetitle__box {
    min-height: 180px
  }

  .tt-pagetitle__box .container {
    max-width: inherit
  }

  .tt-pagetitle__box img {
    min-height: 180px
  }

  .tt-pagetitle__title {
    font-size: 32px;
    line-height: 45px
  }

  .tt-pagetitle__title+* {
    margin-top: 15px
  }

  .tt-breadcrumbs li:not(:first-child):before {
    margin-left: 10px;
    margin-right: 10px
  }
}

@media (max-width: 767.98px) {

  .tt-breadcrumbs li,
  .tt-breadcrumbs li a {
    font-size: 14px;
    line-height: 22px
  }

  .tt-pagetitle {
    padding: 15px
  }

  .tt-pagetitle__box,
  .tt-pagetitle__box img {
    min-height: 130px
  }

  .tt-pagetitle__title {
    font-size: 29px;
    line-height: 36px
  }

  .tt-pagetitle__title+* {
    margin-top: 10px
  }

  .blocktitle.text-center>* {
    text-align: left
  }
}

.services-three__tab-buttons-single i {
  font-size: 24px;
  margin-right: 8px;
  background: linear-gradient(90deg, #771A62, #C73456);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-contact-info {

  background-size: cover;
  background-position: center;
  padding: 100px 0;
  color: #fff;
}

.ai-expo-cus-contact-card {
  background: rgb(63 9 105);
  padding: 35px 25px;
  border-radius: 12px;
  text-align: center;
  backdrop-filter: blur(8px);
  transition: 0.3s;
  height: 100%;
}

.ai-expo-cus-contact-card i {
  font-size: 32px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #771A62, #C73456);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-contact-card:hover {
  transform: translateY(-6px);
}

.ai-expo-cus-contact-main {
  padding: 100px 0;
  background: #f9f9fb;
}

.ai-expo-cus-form-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.from-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: none;
  transition: 0.3s;
}

.from-control:focus {
  border-color: #771A62;
  box-shadow: 0 0 0 2px rgba(119, 26, 98, 0.1);
}

textarea.from-control {
  min-height: 120px;
}

.submit-btn {
  background: linear-gradient(90deg, #771A62, #C73456);
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  border: none;
  font-weight: 600;
  transition: 0.3s;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(199, 52, 86, 0.4);
}

.expo-contact-form textarea {
  height: 120px;
  resize: none;
}

.expo-contact-form input,
.expo-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.captcha-text {
  width: 200px;
  font-size: 18px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 4px;
  min-width: 90px;
  text-align: center;
}

.captcha-text {
  background: #3F0969 !important;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  font-weight: bold;
  letter-spacing: 2px;
  border-radius: 4px;
  margin-right: 10px;
}

.captcha-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ddd;
  padding: 10px 12px;
  border-radius: 6px;
  background: #f9fbff;
}

.captcha-refresh {
  border: none;
  background: #3f0969;
  color: #fff;
  padding: 8px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.ai-expo-cus-about-section {
  padding: 100px 0;
  /* background: #f8f9fb; */
}

/* Logo Box */
.ai-expo-cus-about-logo-box {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(119, 26, 98, 0.1);
}

.ai-expo-cus-about-logo-box img {
  max-width: 70%;
  height: auto;
}

/* Content */
.ai-expo-cus-about-content {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 35px rgb(0 0 0 / 18%);
}

.ai-expo-cus-about-content h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #771A62;
}

.ai-expo-cus-about-content p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #444;
}

.ai-expo-cus-about-content strong {
  color: #C73456;
}

.ai-expo-cus-sponsor-list-section {
  padding: 50px 0;
  background: #f8f9fb;
}

.ai-expo-cus-sponsor-list-heading {
  font-size: 38px;
  font-weight: 700;
}

/* List Style */
.ai-expo-cus-sponsor-list {
  list-style: none;
  padding: 0;
}

.ai-expo-cus-sponsor-list li {
  display: flex;
  align-items: center;
  margin-bottom: 11px;
  font-size: 17px;
  font-weight: 500;
  color: black;
  transition: 0.3s;
}

.ai-expo-cus-sponsor-list li i {
  font-size: 20px;
  margin-right: 12px;
  background: linear-gradient(90deg, #771A62, #C73456);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-sponsor-list li:hover {
  transform: translateX(6px);
  color: #771A62;
}

.glass-card {
  position: relative;
  padding: 45px 25px 30px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.expo-contact-form input,
.expo-contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
  outline: none;
  transition: all 0.3s ease;
}

.asso-media tr .three {
  width: 200px;
}

.asso-media tr td {
  padding: 20px;
}

.asso-media tr .one {
  width: 150px;
}

.ai-expo-cus-venue-section {
  padding: 100px 0;
  background: #ffffff !important;
}

/* Map */
.ai-expo-cus-venue-map {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

/* Button */
.ai-expo-cus-venue-btn {
  margin-top: 25px;
  text-align: left;
}

.ai-expo-cus-venue-btn a {
  display: inline-block;
  padding: 12px 35px;
  border: 2px solid #771A62;
  border-radius: 50px;
  color: #771A62;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.ai-expo-cus-venue-btn a:hover {
  background: linear-gradient(90deg, #771A62, #C73456);
  color: #fff;
  border: none;
}

/* Info List */
.ai-expo-cus-venue-info {
  padding-left: 30px;
}

.ai-expo-cus-venue-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
  transition: 0.3s;
}

.ai-expo-cus-venue-item i {
  font-size: 26px;
  margin-right: 18px;
  background: linear-gradient(90deg, #771A62, #C73456);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-venue-item h5 {
  font-weight: 600;
  margin-bottom: 5px;
}

.ai-expo-cus-venue-item p {
  font-size: 18px;
  margin: 0;
  color: #363636;
  line-height: 1.6;
}

.ai-expo-cus-venue-item:hover {
  transform: translateX(6px);
}

/* Responsive */
@media (max-width: 991px) {
  .ai-expo-cus-venue-info {
    padding-left: 0;
    margin-top: 40px;
  }
}

.ai-expo-cus-why-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #f9f9fb, #ffffff);
}

.ai-expo-cus-why-heading {
  font-size: 42px;
  font-weight: 700;
}

/* Card */
.ai-expo-cus-why-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.06);
  transition: 0.4s ease;
  height: 100%;
  border: 1px solid rgba(119, 26, 98, 0.08);
}

.ai-expo-cus-why-card i {
  font-size: 28px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #771A62, #C73456);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-why-card h6 {
  font-weight: 600;
  line-height: 1.6;
}

/* Hover Effect */
.ai-expo-cus-why-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(119, 26, 98, 0.2);
}

.form-group i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #3f0969 !important;
  font-size: 15px;
}

.ai-expo-cus-contact-person-section {
  padding: 80px 0;
  /* background: #f9f9fb; */
}

.ai-expo-cus-contact-person-card {
  background: #ffffff;
  padding: 30px 35px;
  border-radius: 15px;
  box-shadow: -4px 0px 13px 5px #b3b3b3;
  transition: 0.3s ease;
}

.ai-expo-cus-contact-person-card h5 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Info Row */
.ai-expo-cus-contact-info-1 {
  font-size: 18px;
  color: #262626;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.ai-expo-cus-contact-info-1 i {
  font-size: 18px;
  margin-right: 12px;
  color: #C73456;
}

.ai-expo-cus-contact-person-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.ai-expo-cus-attend-section {
  padding: 120px 0;
  background: #f9f9fb;
}

/* Image Wrapper */
.ai-expo-cus-attend-image-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.1);
}

.ai-expo-cus-attend-image-wrapper img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}

/* Decorative Shape */
.ai-expo-cus-attend-shape {
  position: absolute;
  width: 120%;
  height: 100%;
  background: linear-gradient(135deg, #771A62, #C73456);
  top: -20px;
  left: -20px;
  border-radius: 25px;
  z-index: 1;
  opacity: 0.15;
}

/* Content */
.ai-expo-cus-attend-heading {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
}

/* List */
.ai-expo-cus-attend-list {
  list-style: none;
  padding: 0;
}

.ai-expo-cus-attend-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 500;
  transition: 0.3s;
}

.ai-expo-cus-attend-list li i {
  font-size: 20px;
  margin-right: 12px;
  background: linear-gradient(90deg, #771A62, #C73456);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-attend-list li:hover {
  transform: translateX(6px);
  color: #771A62;
}

/* Responsive */
@media (max-width: 991px) {
  .ai-expo-cus-attend-heading {
    font-size: 32px;
  }
}

.ai-expo-cus-visitor-card-section {
  padding: 50px 0;
  /* background: #f8f9fb; */
  text-align: center;
}

.ai-expo-cus-sub-title {
  font-size: 14px;
  font-weight: 600;
  color: #C73456;
  letter-spacing: 2px;
}

.ai-expo-cus-main-title {
  font-size: 42px;
  font-weight: 700;
  margin-top: 10px;
}

/* Card */
.ai-expo-cus-visitor-card {
  gap: 20px;
  display: flex;
  background: #ffffff;
  padding: 35px 25px;
  border-radius: 15px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.05);
  transition: 0.4s ease;
  height: 100%;
}

.ai-expo-cus-visitor-card i {
  font-size: 30px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #771A62, #C73456);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-visitor-card h6 {
  font-weight: 600;
  line-height: 1.5;
}

/* Hover */
.ai-expo-cus-visitor-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(119, 26, 98, 0.2);
}

.ai-expo-cus-conf-section {
  padding: 120px 0;
  background: linear-gradient(135deg, #140027, #2a0055);
  color: #fff;
}

.ai-expo-cus-conf-sub {
  font-size: 14px;
  letter-spacing: 2px;
  color: #C73456;
  font-weight: 600;
}

.ai-expo-cus-conf-heading {
  font-size: 42px;
  font-weight: 700;
  margin-top: 10px;
}

/* Card */
.ai-expo-cus-conf-card {
  background: rgb(63 9 105 / 88%);
  padding: 30px 25px;
  border-radius: 15px;
  text-align: center;
  backdrop-filter: blur(10px);
  transition: 0.4s;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-expo-cus-conf-card i {
  font-size: 28px;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #771A62, #C73456);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-expo-cus-conf-card h6 {
  /* color: white; */
  font-weight: 600;
  line-height: 1.5;
}

/* Hover */
.ai-expo-cus-conf-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 60px rgba(199, 52, 86, 0.4);
}

.contact-box {
  background: #ffffff;
  padding: 45px;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
  position: relative;
}

.imp-heading-main {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
  line-height: 1.3;
}

.contact-box p {
  color: #666;
  margin-bottom: 30px;
}

/* Input Group Styling */
.input-group {
  position: relative;
  margin-bottom: 22px;
}

.input-group i {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  color: #999;
  font-size: 14px;
  transition: 0.3s;
}

.input-group.full i {
  top: 18px;
  transform: none;
}

/* Input + Textarea */
.input-group input,
.input-group textarea {
  width: 100%;
  padding: 13px 15px 13px 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  background: #f9fafc;
  transition: all 0.3s ease;
}

.input-group textarea {
  min-height: 120px;
  resize: none;
}

/* Focus Effect */
.input-group input:focus,
.input-group textarea:focus {
  border-color: #ff6b00;
  /* Change according to expo theme */
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 107, 0, 0.1);
  outline: none;
}

.input-group input:focus+i,
.input-group textarea:focus+i {
  color: #ff6b00;
}

/* Placeholder Styling */
.input-group input::placeholder,
.input-group textarea::placeholder {
  color: #aaa;
  font-size: 13px;
}



/* Responsive Fix */
@media (max-width: 767px) {
  .contact-box {
    padding: 30px 20px;
  }
}

/* Placeholder Black */
.input-group input::placeholder,
.input-group textarea::placeholder {
  color: #000;
  opacity: 1;
  /* Important – warna light grey dikhega */
}

/* For better browser support */
.input-group input::-webkit-input-placeholder,
.input-group textarea::-webkit-input-placeholder {
  color: #000;
}

.input-group input:-ms-input-placeholder,
.input-group textarea:-ms-input-placeholder {
  color: #000;
}