.organizer-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.org-heading {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.org-logo-wrap {
  /* display: flex; */
  gap: 10px;
}

.org-logo-wrap a img {
  height: 50% !important;
  max-width: 60px !important;
  object-fit: contain;
}

.btn-gradient {
  background: linear-gradient(135deg, #38c6b3 0%, #3aa6d8 50%, #3b63b8 100%);
  color: #ffffff;
  padding: 12px 28px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-gradient:hover {
  background: linear-gradient(135deg, #3b63b8 0%, #3aa6d8 50%, #38c6b3 100%);
}

.footer-nav p {
  color: aliceblue;
}

.logo-widget p {
  color: #d7d7d7;
  font-size: 16px;
  line-height: 23px;
}

.owl-carousel .owl-item img {
  width: 100%;
}

.contact-widget i {
  margin-top: 5px;
  font-size: 22px;
  color: #2d7dbf;
}

.contact-widget h5 {
  margin-top: 20px;
}

.contact-box-form {

  color: #ffffff;



}

.contact-item {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
  align-items: flex-start;
}

.contact-item .icon {
  color: #f2a33b;
  font-size: 16px;
  margin-top: 4px;
}

.contact-item h4 {
  color: #ffffff;
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 600;
}

.contact-item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #e6e6e6;
}

.big-nine-about-section {
  background: #f7fafc;
}

.big-nine-about-image img {
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

/* TEXT STYLES */
.big-nine-subtitle {
  display: inline-block;
  color: #035B8A;
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 12px;
  border-left: 4px solid #d6cb13;
}

.big-nine-title {
  font-size: 36px;
  color: #0B3C5D;
  margin-bottom: 15px;
}

.big-nine-about-content p,
.big-nine-bottom-text {
  margin-bottom: 6px;
  text-align: justify;
  font-size: 16px;
  line-height: 1.9;
  color: #444;
}

/* INVESTMENT OPTIONS */
.big-nine-investment-title {
  font-size: 24px;
  color: #035B8A;
}

.big-nine-investment-item {
  background: #ffffff;
  padding: 16px;
  text-align: center;
  border-radius: 10px;
  font-weight: 600;
  color: #035B8A;
  border-left: 5px solid #d6cb13;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.big-nine-investment-item:hover {
  background: #035B8A;
  color: #ffffff;
  transform: translateY(-5px);
}

.big-nine-investment-item {
  background: #ffffff;
  padding: 22px 15px;
  text-align: center;
  border-radius: 12px;
  font-weight: 600;
  color: #035B8A;
  border-left: 5px solid #d6cb13;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.big-nine-investment-icon {
  font-size: 36px;
  color: #035B8A;
  display: block;
  margin-bottom: 10px;
}

.big-nine-investment-item:hover {
  background: #035B8A;
  color: #ffffff;
  transform: translateY(-5px);
}

.big-nine-investment-item:hover .big-nine-investment-icon {
  color: #d6cb13;
}

.big-nine-investment-title {
  font-size: 26px;
  font-weight: 700;
  color: #035B8A;
  display: inline-block;
  position: relative;
  padding-bottom: 8px;
}

.big-nine-investment-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60%;
  height: 3px;
  background: #d6cb13;
  border-radius: 4px;
}

.big-nine-highlights-section {
  background: url("../images/big9/bg1.jpg") center center / cover no-repeat;
  position: relative;
  /* padding: 90px 0; */
}
.big-nine-highlights-section-light {
  background: url("../images/big9/concurrent-1bg.jpg") center center / cover no-repeat;
  position: relative;
  /* padding: 90px 0; */
}

.big-nine-overlay {
      background: rgb(9 70 103 / 80%);
  padding: 90px 0;
}
.big-nine-overlay-light {
  /* background: rgba(3, 91, 138, 0.8); */
  padding: 90px 0;
}

/* TITLES */
.big-nine-highlights-title {
  font-size: 38px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.big-nine-highlights-subtitle {
  color: #FFF112;
  font-size: 16px;
  margin-bottom: 40px;
}

/* HIGHLIGHT BOX */
.big-nine-highlight-box {
  background: rgba(255, 255, 255, 0.95);
  padding: 25px 20px;
  border-radius: 14px;
  height: 100%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.big-nine-highlight-box h5 {
  color: #035B8A;
  font-weight: 700;
  margin-bottom: 12px;
}

.big-nine-highlight-box p {
  color: #444;
  font-size: 16px;
  line-height: 1.7;
}

.big-nine-highlight-box:hover {
  transform: translateY(-8px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-highlights-title {
    font-size: 30px;
  }

  .big-nine-overlay {
    padding: 60px 0;
  }
}

.big-nine-benefits-section {
  background: #ffffff;
}

.big-nine-benefits-title {
  font-size: 36px;
  font-weight: 700;
  color: #0B3C5D;
  position: relative;
  padding-left: 18px;
}

.big-nine-benefits-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 70%;
  background: #FFF112;
  border-radius: 4px;
}

/* LIST STYLE */
.big-nine-benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.big-nine-benefits-list li {
  font-size: 16px;
  color: #444;
  line-height: 1.8;
  padding-left: 32px;
  margin-bottom: 12px;
  position: relative;
}

.big-nine-benefits-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 0;
  color: #035B8A;
  font-weight: bold;
}

/* IMAGE */
.big-nine-benefits-image img {
  border-radius: 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-benefits-title {
    font-size: 28px;
  }
}

.big-nine-exhibit-section {
  background: #f7fafc;
}

.big-nine-exhibit-title {
  font-size: 38px;
  font-weight: 700;
  color: #0B3C5D;
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}

.big-nine-exhibit-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: #FFF112;
  border-radius: 4px;
}

/* CARD */
.big-nine-exhibit-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
  transition: all 0.3s ease;
  height: 100%;
}

.big-nine-exhibit-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.big-nine-exhibit-card p {
  margin: 0;
  padding: 16px 10px;
  font-size: 15px;
  font-weight: 600;
  color: #035B8A;
}

.big-nine-exhibit-card:hover {
  transform: translateY(-8px);
}



.big-nine-exhibit-dark-section {
  /* background: linear-gradient(180deg, #021f33, #032e4a); */
}

/* TITLE */
.big-nine-exhibit-dark-title {
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.big-nine-exhibit-dark-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #FFF112;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* ITEM */
.big-nine-exhibit-dark-item {
  background: #0b3c5d;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.big-nine-exhibit-dark-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  display: block;
}

/* TEXT BAR */
.big-nine-exhibit-dark-text {
  text-transform: uppercase;
  min-height: 90px;
  padding: 14px 16px;
  color: #07273D;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  background: rgb(255, 255, 255);
}

/* HOVER */
.big-nine-exhibit-dark-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
}

.big-nine-exhibit-dark-item:hover .big-nine-exhibit-dark-text {
  background: #035B8A;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .big-nine-exhibit-dark-title {
    font-size: 30px;
  }

  .big-nine-exhibit-dark-text {
    min-height: auto;
  }
}

.big-nine-visit-dark-section {
  /* background: linear-gradient(180deg, #021f33, #032e4a); */
}

/* TITLE */
.big-nine-visit-dark-title {
  color: #021f33;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.big-nine-visit-dark-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #FFF112;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* ITEM */
.big-nine-visit-item {
  background: #035d94;
  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
}

.big-nine-visit-item i {
  font-size: 38px;
  color: #FFF112;
  margin-bottom: 12px;
}

.big-nine-visit-item p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

/* HOVER */
.big-nine-visit-item:hover {
  background: #000000;
  transform: translateY(-5px);
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .big-nine-visit-dark-title {
    font-size: 28px;
  }
}

.big-nine-concurrent-section {
  background: url("../images/big9/dark-bg.png") center center / cover no-repeat;
  position: relative;
}

.big-nine-concurrent-overlay {
  background: rgba(2, 31, 51, 0.5);
}

/* SECTION TITLE */
.big-nine-concurrent-title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.big-nine-concurrent-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #FFF112;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* FEATURE TEXT */
.big-nine-feature-title {
  font-size: 36px;
  font-weight: 700;
}

.big-nine-feature-subtitle {
  font-size: 22px;
  font-weight: 600;
}

.big-nine-feature-theme {
  font-size: 18px;
  line-height: 35px;
  background: #FFF112;
  border-radius: 20px 0px 20px;
  padding: 10px;
  color: #183340;
  font-weight: 500;
  margin-bottom: 15px;
}



/* IMAGE */
.big-nine-feature-image img {
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.35);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-concurrent-title {
    font-size: 30px;
  }

  .big-nine-feature-title {
    font-size: 26px;
  }
}












.big-nine-concurrent-light-section {
  background: url("../images/big9/concurrent-bg.jpg") center center / cover no-repeat;
}

/* SECTION TITLE */
.big-nine-concurrent-light-title {
  font-size: 40px;
  font-weight: 700;
  color: #0B3C5D;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.big-nine-concurrent-light-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #FFF112;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* FEATURE TEXT */
.big-nine-feature-title {
  font-size: 36px;
  font-weight: 700;
  color: #0B3C5D;
}

.big-nine-feature-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #035B8A;
  margin-bottom: 10px;
}



.big-nine-feature-text {
  font-size: 18px;
  text-align: justify;
  line-height: 1.9;
  color: #444;
  margin-bottom: 15px;
}

/* IMAGE */
.big-nine-feature-image img {
  border-radius: 16px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-concurrent-light-title {
    font-size: 30px;
  }

  .big-nine-feature-title {
    font-size: 26px;
  }
}

























































/* Button1 */


.big-nine-btn-solid {
  display: inline-block;
  padding: 14px 32px;
  background: #035B8A;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.big-nine-btn-solid:hover {
  background: #0B3C5D;
  color: #FFF112;
}

/* button2 */

.big-nine-btn-outline {
  display: inline-block;
  padding: 13px 30px;
  border: 2px solid #035d94;
  color: #035d94;
  /* background-color: #FFF112; */
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
}

.big-nine-btn-outline:hover {
  background: #035d94;
  color: #ffffff;
  border: 2px solid #035d94;
}

.big-nine-btn-outline-light {
  display: inline-block;
  padding: 13px 30px;
  border: 2px solid #ffffff;
  color: #ffffff;
  /* background-color: #FFF112; */
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
}

.big-nine-btn-outline-light:hover {
  background: #FFF112;
  color: #035d94;
  border: 2px solid #FFF112;
}

.big-nine-btn-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: #035B8A;
  color: #ffffff;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.big-nine-btn-icon i {
  font-size: 18px;
}

.big-nine-btn-icon:hover {
  background: #FFF112;
  color: #035B8A;
}

.big-nine-btn-link {
  color: #035B8A;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  font-size: 18px;
}

.big-nine-btn-link::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF112;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.big-nine-btn-link:hover::after {
  width: 0;
}

.big-nine-btn-outline,
.big-nine-btn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* Icon size consistency */
.big-nine-btn-outline i,
.big-nine-btn-link i {
  font-size: 18px;
}



/* OUTLINE LIGHT BUTTON */
.big-nine-btn-outline-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 30px;
  border: 2px solid #FFF112;
  color: #FFF112;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  background: transparent;
  transition: all 0.3s ease;
  font-size: 18px;
}

.big-nine-btn-outline-light i {
  font-size: 18px;
}

.big-nine-btn-outline-light:hover {
  background: #FFF112;
  color: #035B8A;
}

/* LINK LIGHT BUTTON */
.big-nine-btn-link-light {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;
  font-size: 18px;
}

.big-nine-btn-link-light:hover {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  padding-bottom: 4px;

}

.big-nine-btn-link-light i {
  font-size: 17px;
}

.big-nine-btn-link-light::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #FFF112;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease;
}

.big-nine-btn-link-light:hover::after {
  width: 0;
}

.big-nine-objectives-section {
  background: #f7fafc;
  padding: 80px 0;
}

/* TITLE */
.big-nine-objectives-title {
  font-size: 38px;
  font-weight: 700;
  color: #0B3C5D;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.big-nine-objectives-title::after {
  content: "";
  width: 80px;
  height: 4px;
  background: #FFF112;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* ITEM */
.big-nine-objective-item {
  text-align: center;
  background: #ffffff;
  padding: 28px 26px 30px;
  border-radius: 14px;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  position: relative;
}

/* ICON */
.big-nine-objective-icon {
  margin: auto;
  width: 48px;
  height: 48px;
  background: #035B8A;
  color: #FFF112;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.big-nine-objective-icon i {
  font-size: 22px;
}

/* TEXT */
.big-nine-objective-item h5 {
  font-size: 20px;
  font-weight: 700;
  color: #035B8A;
  margin-bottom: 10px;
}

.big-nine-objective-item p {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-objectives-title {
    font-size: 30px;
  }
}

.big-nine-exhibitor-profile-section {
  background: #f7fafc;
}

/* MAIN TITLE */
.big-nine-exhibitor-profile-title {
  font-size: 40px;
  font-weight: 700;
  color: #0B3C5D;
}

.big-nine-exhibitor-profile-subtitle {
  font-size: 16px;
  color: #035B8A;
  margin-top: 8px;
}

/* CARD */
.big-nine-exhibitor-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.big-nine-exhibitor-card img {
  width: 100%;
  height: 250px;
  /* height: auto; */
  object-fit: cover;
}

/* TITLE BAR */
/* .big-nine-exhibitor-card h4 {
  font-size: 20px;
  font-weight: 700;
  color: #035B8A;
  padding: 18px 20px 10px;
  border-left: 5px solid #FFF112;
} */
.big-nine-exhibitor-card h4 {
  background: #035b8a;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 18px 20px 10px;
  border-left: 5px solid #FFF112;
}

/* LIST */
.big-nine-exhibitor-card ul {
  margin-top: 20px;
  list-style: none;
  padding: 0 20px 20px;
  /* margin: 0; */
}

.big-nine-exhibitor-card ul li {
  font-size: 17px;
  color: #444;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}

.big-nine-exhibitor-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #035B8A;
  font-weight: bold;
}

/* HOVER */
.big-nine-exhibitor-card:hover {
  transform: translateY(-6px);
}

.big-nine-visitor-profile-section {
  background: #f7fafc;
}

/* MAIN TITLE */
.big-nine-visitor-profile-title {
  font-size: 40px;
  font-weight: 700;
  color: #0B3C5D;
}

.big-nine-visitor-profile-subtitle {
  font-size: 16px;
  color: #035B8A;
  margin-top: 8px;
}

/* CARD */
.big-nine-visitor-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.big-nine-visitor-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* TITLE BAR */
.big-nine-visitor-card h4 {
  font-size: 20px;
  background: #035b8a;
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  padding: 18px 20px 10px;
  border-left: 5px solid #FFF112;
}

/* LIST */
.big-nine-visitor-card ul {
  list-style: none;
  padding: 0 20px 20px;
  margin-top: 20px;
}

.big-nine-visitor-card ul li {
  font-size: 17px;
  color: #444;
  padding-left: 20px;
  margin-bottom: 8px;
  position: relative;
}

.big-nine-visitor-card ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #035B8A;
  font-weight: bold;
}

/* HOVER */
.big-nine-visitor-card:hover {
  transform: translateY(-6px);
}

.big-nine-summit-hero-section {
  background: linear-gradient(180deg, #f7fafc, #ffffff);
}

/* TAG */
.big-nine-summit-tag {
  display: inline-block;
  background: #FFF112;
  color: #035B8A;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 6px;
  margin-bottom: 15px;
}

/* TITLES */
.big-nine-summit-hero-title {
  font-size: 52px;
  font-weight: 800;
  color: #0B3C5D;
  margin-bottom: 5px;
}

.big-nine-summit-hero-subtitle {
  font-size: 22px;
  font-weight: 600;
  color: #035B8A;
  margin-bottom: 10px;
}

.big-nine-summit-hero-theme {
  font-size: 22px;
  color: #035B8A;
  margin-bottom: 18px;
}

/* TEXT */
.big-nine-summit-hero-text {
  text-align: justify;
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 12px;
}

/* RIGHT PANELS */
.big-nine-summit-panel {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.1);
}

.big-nine-summit-panel h5 {
  font-size: 20px;
  font-weight: 700;
  color: #0B3C5D;
  border-left: 5px solid #FFF112;
  padding-left: 10px;
  margin-bottom: 14px;
}

.big-nine-summit-panel ul {
  padding-left: 18px;
  margin: 0;
}

.big-nine-summit-panel ul li {
  list-style-type: disc;
  font-size: 18px;
  color: #444;
  margin-bottom: 8px;
}

/* BENEFIT BLOCKS */
.big-nine-summit-benefit-block {
  margin-bottom: 12px;
}

.big-nine-summit-benefit-block span {
  display: block;
  font-weight: 700;
  color: #035B8A;
}

.big-nine-summit-benefit-block p {
  font-size: 14px;
  color: #444;
  margin: 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-summit-hero-title {
    font-size: 36px;
  }
}

.big-nine-benefits-box-section {
  background: #f7fafc;
}

/* TITLE */
.big-nine-benefits-box-title {
  font-size: 38px;
  font-weight: 700;
  color: #0B3C5D;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
}

.big-nine-benefits-box-title::after {
  content: "";
  width: 70px;
  height: 4px;
  background: #FFF112;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

/* BOX */
.big-nine-benefit-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  height: 100%;
  border-top: 6px solid #035B8A;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.big-nine-benefit-box h4 {
  font-size: 22px;
  font-weight: 700;
  color: #035B8A;
  margin-bottom: 16px;
}

/* LIST */
.big-nine-benefit-box ul {
  padding-left: 18px;
  margin: 0;
}

.big-nine-benefit-box ul li {
  list-style-type: disc;
  font-size: 18px;
  color: #444;
  margin-bottom: 10px;
  line-height: 1.7;
}

/* HOVER */
.big-nine-benefit-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.12);
  border-top-color: #FFF112;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-benefits-box-title {
    font-size: 30px;
  }
}

.big-nine-attend-section {
  background: linear-gradient(180deg, #ffffff, #f7fafc);
}

/* TITLE */
.big-nine-attend-title {
  font-size: 38px;
  font-weight: 700;
  color: #0B3C5D;
}

.big-nine-attend-subtitle {
  font-size: 16px;
  color: #035B8A;
  margin-top: 6px;
}

/* WRAPPER */
.big-nine-attend-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
}

/* PILL */
.big-nine-attend-pill {
  background: #ffffff;
  padding: 14px 22px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 600;
  color: #035B8A;
  border: 2px solid #035B8A;
  transition: all 0.3s ease;
  text-align: center;
}

/* HOVER */
.big-nine-attend-pill:hover {
  background: #035B8A;
  color: #ffffff;
  border-color: #FFF112;
  transform: translateY(-4px);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-attend-title {
    font-size: 30px;
  }

  .big-nine-attend-pill {
    font-size: 14px;
    padding: 12px 18px;
  }
}

.big-nine-agenda-section {
  background: #f7fafc;
}

/* TITLE */
.big-nine-agenda-title {
  font-size: 42px;
  font-weight: 800;
  color: #0B3C5D;
}

.big-nine-agenda-subtitle {
  font-size: 16px;
  color: #035B8A;
}

/* DAY */
.big-nine-agenda-day-title {
  font-size: 28px;
  font-weight: 700;
  color: #035B8A;
  margin-bottom: 25px;
  border-left: 6px solid #FFF112;
  padding-left: 14px;
}

/* ITEM */
.big-nine-agenda-item {
  display: flex;
  gap: 20px;
  padding: 18px 22px;
  background: #ffffff;
  border-radius: 14px;
  margin-bottom: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.big-nine-agenda-item .time {
  min-width: 130px;
  font-weight: 700;
  color: #035B8A;
}

/* CONTENT */
.big-nine-agenda-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #0B3C5D;
  margin-bottom: 6px;
}

.big-nine-agenda-item p,
.big-nine-agenda-item li {
  font-size: 14px;
  color: #444;
}

.big-nine-agenda-item ul {
  padding-left: 18px;
  margin: 0;
}

/* HIGHLIGHTS */
.big-nine-agenda-item.highlight {
  border-left: 6px solid #FFF112;
}

/* BREAK */
.big-nine-agenda-item.break {
  background: #eef6fb;
  box-shadow: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-agenda-item {
    flex-direction: column;
  }

  .big-nine-agenda-item .time {
    min-width: auto;
    margin-bottom: 6px;
  }
}

.big-nine-awards-institutional-section {
  background: linear-gradient(180deg, #f7fafc, #ffffff);
}

/* LEFT CONTENT */
.big-nine-awards-main-title {
  font-size: 46px;
  font-weight: 800;
  color: #0B3C5D;
  margin-bottom: 18px;
}

.big-nine-awards-main-text {
  font-size: 16px;
  line-height: 1.9;
  color: #444;
  margin-bottom: 16px;
}

.big-nine-awards-divider {
  width: 80px;
  height: 4px;
  background: #035B8A;
  margin: 24px 0;
}

.big-nine-awards-note {
  font-size: 20px;
  font-weight: 600;
  color: #035B8A;
}

/* RIGHT OBJECTIVES */
.big-nine-awards-objectives {
  background: #ffffff;

  border-left: 6px solid #035B8A;
  padding: 30px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

.big-nine-awards-objective {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.big-nine-awards-objective:last-child {
  border-bottom: none;
}

/* NUMBER */
.big-nine-awards-objective .index {
  font-size: 22px;
  font-weight: 800;
  color: #FFF112;
  background: #035B8A;
  min-width: 42px;
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.big-nine-awards-objective p {
  font-size: 16px;
  color: #444;
  margin: 0;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-awards-main-title {
    font-size: 32px;
  }
}

.big-nine-award-categories-section {
  background: #f7fafc;
}

/* TITLE */
.big-nine-award-categories-title {
  font-size: 40px;
  font-weight: 800;
  color: #0B3C5D;
}

.big-nine-award-categories-subtitle {
  font-size: 16px;
  color: #035B8A;
  margin-top: 6px;
}

/* CATEGORY BOX */
.big-nine-award-category-box {
  background: #ffffff;
  padding: 28px 30px 30px;
  border-radius: 14px;
  position: relative;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.08);
  border-left: 6px solid #035B8A;
  height: 100%;
}

/* LETTER LABEL */
.category-label {
  position: absolute;
  top: 18px;
  right: 18px;
  background: #FFF112;
  color: #035B8A;
  font-weight: 800;
  font-size: 18px;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HEADING */
.big-nine-award-category-box h4 {
  font-size: 20px;
  font-weight: 700;
  color: #035B8A;
  margin-bottom: 14px;
}

/* LIST */
.big-nine-award-category-box ul {
  padding-left: 18px;
  margin: 0;
}

.big-nine-award-category-box ul li {
  font-size: 17px;
  list-style-type: disc;
  color: #444;
  margin-bottom: 8px;
  line-height: 1.6;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-award-categories-title {
    font-size: 30px;
  }
}

.big-nine-form-light-section {
  background: #f7fafc;
}

.big-nine-form-light {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.big-nine-form-light h3 {
  font-size: 28px;
  font-weight: 700;
  color: #0B3C5D;
}

.big-nine-form-light p {
  color: #555;
  margin-bottom: 25px;
}

/* INPUTS */
.big-nine-form-light .form-control {
  padding: 12px 14px;
  border-radius: 8px;
}

.big-nine-form-light .form-control:focus {
  border-color: #035B8A;
  box-shadow: none;
}


.unified-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(41, 119, 57, 0.18);
  overflow: hidden;
  position: relative;
}

.unified-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(90deg, #297739 0%, #d89c3a 100%);
}
.asso-media{
  background-color: white;
}
.asso-media tr, td, th{
  padding: 10px;
  color: black;
}
.asso-media tr .three {
  width: 200px;
}

.asso-media tr td {
  color: #444;
  padding: 20px;
}

.asso-media tr .one {
  width: 150px;
}

.contact-box-form {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 35px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}
.contact-box-form h2 {
    color: #035B8A;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}

.contact-box-form p {
    color: #555;
    font-size: 15px;
    text-align: center;
    margin-bottom: 35px;
}
.input-group {
    position: relative;
    margin-bottom: 20px;
}

.input-group i {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #035B8A;
    font-size: 15px;
}

.input-group input,
.input-group textarea {
    width: 100%;
    padding: 14px 15px 14px 45px;
    border-radius: 8px;
    border: 1px solid #dce7ef;
    font-size: 14px;
    transition: 0.3s ease;
    outline: none;
}

.input-group textarea {
    min-height: 120px;
    resize: none;
}

.input-group input:focus,
.input-group textarea:focus {
    border-color: #035B8A;
    box-shadow: 0 0 0 3px rgba(3, 91, 138, 0.15);
}
.captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f4f9fc;
    padding: 10px;
    border-radius: 8px;
}

.captcha-text {
    font-weight: 600;
    color: #035B8A;
}

.captcha-wrapper input {
    flex: 1;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.captcha-refresh {
    background: #035B8A;
    color: #fff;
    border: none;
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.captcha-refresh:hover {
    background: #0a7fb3;
}
.submit-btn {
    width: auto;
    /* margin-top: 20px; */
    background: linear-gradient(135deg, #035B8A, #0a7fb3);
    color: #fff;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s ease;
}

.submit-btn i {
    margin-left: 8px;
    transition: 0.3s;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #0a7fb3, #035B8A);
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(3,91,138,0.4);
}

.submit-btn:hover i {
    transform: translateX(5px);
}

.submit-btn:disabled {
    background: #999;
    cursor: not-allowed;
}
@media (max-width: 768px) {
    .contact-box-form {
        padding: 30px 20px;
    }
}
/* ===== COMMON ===== */
.card-title {
  font-size: 24px;
  font-weight: 700;
  color: #0B3C5D;
  margin-bottom: 20px;
}

/* ===== LEFT : PREMIUM GLASS CARD ===== */
.premium-card {
  height: 100%;
  padding: 35px 30px;
  border-radius: 18px;
  position: relative;
}

.glass-card {
  background: white;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(3, 91, 138, 0.2);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* LIST */
.premium-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.premium-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  color: #333;
  padding: 5px 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.premium-list li:last-child {
  border-bottom: none;
}

/* ICONS */
.premium-list i {
  color: #035B8A;
  font-size: 16px;
  min-width: 20px;
}

/* ===== RIGHT : FORM BOX ===== */
.expo-contact-box {
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.12);
  height: 100%;
}

.expo-contact-box .card-title {
  margin-bottom: 25px;
}

/* FORM INPUTS */
.expo-contact-form .from-control {
  margin-top: 10px;
  width: 100%;
  padding: 13px 16px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  font-size: 14px;
  transition: all 0.3s ease;
}

.expo-contact-form .from-control:focus {
  border-color: #035B8A;
  outline: none;
  box-shadow: 0 0 0 2px rgba(3, 91, 138, 0.15);
}

/* TEXTAREA */
.form__message {
  resize: none;
  min-height: 110px;
}

/* SUBMIT BUTTON */
.submit-btn {
  background: linear-gradient(135deg, #035B8A, #0B3C5D);
  color: #ffffff;
  padding: 14px 40px;
  border-radius: 50px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.submit-btn i {
  margin-left: 6px;
}

.submit-btn:hover {
  background: linear-gradient(135deg, #FFF112, #f0dc00);
  color: #035B8A;
  transform: translateY(-2px);
}

/* DISABLED STATE */
.submit-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .premium-card,
  .expo-contact-box {
    padding: 30px 25px;
  }

  .card-title {
    font-size: 22px;
  }
}
.org-logo {
    max-width: 180px;
    margin-bottom: 20px;
}.organizer-age {
    margin: auto;
    /* margin: 10px !important; */
    border: 1px solid #00689b;
    padding: 50px !important;
    background-color: rgba(68, 255, 0, 0.03) !important;
    /* background-color: rgb(68, 255, 0) !important; */
    border-radius: 35px !important;
}.org-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}.organizer-box {
    display: flex;
    background: #ffffff;
    padding: 35px 30px;
    border-radius: 10px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    height: 100%;
    transition: all 0.3s ease;
}p.org-desc {
    color: black;
}
.lower-content .single-item p{
  color: #262626;;
}
.light-icon i {
    color: #035b8a;
}

.big-nine-awards-feature {
  background: linear-gradient(180deg, #ffffff, #f7fafc);
}

/* TAG */
.big-nine-awards-tag {
  display: inline-block;
  background: #FFF112;
  color: #035B8A;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 30px;
  margin-bottom: 14px;
}

/* TITLE */
.big-nine-awards-feature-title {
  font-size: 42px;
  font-weight: 800;
  color: #0B3C5D;
  margin-bottom: 16px;
}

/* TEXT */
.big-nine-awards-feature-text {
  text-align: justify;
  font-size: 18px;
  line-height: 1.9;
  color: #000000;
  margin-bottom: 14px;
}

/* HIGHLIGHTS */
.big-nine-awards-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.highlight-item {
  background: #ffffff;
  border-left: 4px solid #035B8A;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: #035B8A;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
}

/* RIGHT VISUAL */
.big-nine-awards-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.award-badge {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: linear-gradient(135deg, #035B8A, #0B3C5D);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.35);
}

.award-badge span {
  font-size: 44px;
  font-weight: 800;
  color: #FFF112;
}

.award-badge p {
  margin: 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .big-nine-awards-feature-title {
    font-size: 32px;
  }

  .award-badge {
    width: 200px;
    height: 200px;
  }
}
