body {
  margin: 0;
  font-family: "Plus Jakarta Sans";
  background: #0a2540;
  color: #fff;
}
.prawaasp {
  width: 100% !important;
  font-size: 16px !important;
  line-height: 1.8 !important;

  color: #9fb3c8 !important;
  margin-top: 10px !important;
  text-align: left !important;
}

/*topbar*/
.top-bar {
  background: #0b3c6d;
  padding: 6px 0;
}
.top-wrap {
  overflow: hidden;
  position: relative;
}
.topper {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  animation: scroll 50s linear infinite;
}

.topper a {
  color: #ffffff;
  font-size: 12px;
  margin: 0 20px;
  letter-spacing: 2px;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  text-transform: uppercase;
  font-weight: 700;
}

.topper a:hover {
  color: #f37021;
  border-bottom: 1px solid #f37021;
}

.topper:hover {
  animation-play-state: paused;
}
.topper span {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
}
.topper .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 6px;
  display: inline-block;
  font-size: 0;
}

.dot-yellow {
  background: #ffc202;
}
.dot-orange {
  background: #f37021;
}
.dot-blue {
  background: #00aeef;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*navbar*/

.navbar {
  background: #061527;
  padding: 0px 0;
  position: sticky;
  top: 0;
  z-index: 9999;
}


.nav-link {
  color: #fff !important;
  margin: 0 5px;
  font-size: 14px;
}
.nav-link.active {
  color: #00aeef !important;
  font-weight: 700;
  position: relative;
}

.dropdown-menu {
  background: #0a2540;
  border: none;
  border-radius: 10px;
  padding: 10px 0;
  min-width: 320px;
  max-width: 360px;
}

.dropdown-item {
  color: #fff;
  padding: 10px 20px;
  word-wrap: break-word;
}
.dropdown-item:hover {
  background: linear-gradient(90deg, #00bfff, #007bff);
  color: #000;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.nav-link:hover {
  color: #00bfff !important;
}

.navbar .dropdown:hover .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.nav-link{
    position: relative;
    transition: 0.3s ease;
}

.nav-link:hover,
.nav-link.active{
    color: #00aeef !important;
}

/*hero*/

.hero {
  min-height: 90vh !important;
  display: flex;
  align-items: center;
  padding-top: 0 !important;
 margin-top: -20px;
  position: relative;
  color: #fff;
  background: url("../img/Frame.png") center/cover no-repeat;
}
.heroSwiper {
  margin-top: 60px;
}
.future-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.future-wrap .line {
  width: 64px;
  height: 1px;
  background: #ffc202;
  position: relative;
  top: -3px;
}

.future {
  color: #ffc202;

  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.hero h1 {
  color: #fff;
  font-size: 80px !important;
  font-style: normal;
  font-weight: 800;
  line-height:1.1;     
    letter-spacing:-1.5px;
      text-transform: uppercase;
  
}
.hero h1 span {
  color: #f89413;
  font-size: 80px !important;
  font-style: normal;
  font-weight: 800;
 line-height:1.1;     
    letter-spacing:-1.5px; 
  text-transform: uppercase;
}
.hero p {
  margin-top: 20px;
  color: #cbd5e1;
  max-width: 500px;
}

.btn-main,
.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  height: 56px;
  padding: 0 28px;

  font-size: 16px;
  font-weight: 800;
  border-radius: 8px;
  transition: 0.3s ease;
}
.btn-main {
  background: linear-gradient(135deg, #ffb800 0%, #ff9800 100%);
 color: #081F3A;
text-align: center;

}

.btn-main:hover {
  background: linear-gradient(135deg, #ffb800 0%, #ff9800 100%);
  box-shadow:
    0 20px 25px -5px rgba(243, 112, 33, 0.2),
    0 8px 10px -6px rgba(243, 112, 33, 0.2);
  color: #081f3a;
  transform: translateY(-5px);
}
.btn-group-custom {
  display: flex;
  gap: 16px;
  align-items: center;
}
.btn-outline {
  border: 2px solid #a5d0ff;
  color: #fff;
  background: transparent;
}

.btn-outline:hover {
  background: #ffffff;
  color: #081f3a;
  transform: translateY(-5px);
}
.btn-outline:hover i{
    color:#081f3a !important;
}
 .hero-card {
        
        border-radius: 20px;
        padding: 15px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        
        margin-left: auto;
      }

      
      .hero-card {
        position: relative;
      }

      .card-bottom {
        display: block;
        margin-top: 12px;
      }

      .card-bottom span {
        display: block;
        margin-bottom: 10px;
      }

      .arrows {
        position: absolute;
        right: 20px;
        bottom: 0px;
        display: flex;
        gap: 10px;
      }

      .arrows span {
        width: 34px;
        height: 34px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 8px;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        background: rgba(0, 0, 0, 0.3);
      }

      .arrows span:hover {
        background: #fff;
        color: #000;
      }

/*aboutt section*/

.title1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.prawaas-section {
  padding: 80px 0;
  background: #061527;
  color: #fff;
  padding: 80px 0 40px;
}


.aboutp {
  max-width: 100%;
  width: 100%;

  font-size: 16px;
  line-height: 1.8;
  max-width: 600px;
  color: #9fb3c8;
  margin-top: 10px;

  text-align: left;
}

/* PRAWAAS text section bigger */
.prawaas-section .col-lg-7{
    width: 58%;
}

.prawaas-section .col-lg-5{
    width: 42%;
}

.aboutp{
    max-width: 700px;
    line-height: 1.9;
}

/* thoda spacing right side */
.prawaas-section .row{
    justify-content: space-between;
}
.grid-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.partner-box-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.partner-label {
  font-size: 14px;
  color: #7aa7d9;
  text-align: center;
  margin-bottom: 5px;
  display: block;
  width: 100%;
}
.top-row {
  justify-content: center;
}

.bottom-row {
  justify-content: center;
  gap: 18px;
}

.prawaas-section .row {
  align-items: center !important;
}

.about-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;

  height: 100%;

  padding-left: 20px;
  margin-top: 0px; 
}

.box {
  width: 210px;
  height: 115px;

  border-radius: 20px;
}

.box img {
  padding: 12px;
  object-fit: contain;
}

.grid-row {
  gap: 26px;
  margin-bottom: 28px;
}

.partner-label {
  margin-bottom: 10px;
  font-size: 15px;
}

@media (min-width: 992px) {
  .about-grid {
    padding-top: 40px;
  }
}
.box {
  width: 190px;
  height: 100px;

  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;
  transition: all 0.3s ease;
}

.box img {
  width: 100%;
  height: 100%;

  object-fit: contain;
  background: #fff;
border-radius: 18px;
  transition: 0.3s ease;
}



.box {
  position: relative;
  overflow: visible;
  transition: all 0.35s ease;
  

}

.box::after {
  content: "";
  position: absolute;
  inset: -6px;

  border-radius: 24px;
  border: 2px solid transparent;

  opacity: 0;
  transition: 0.35s ease;

  background: linear-gradient(
      135deg,
      #00aeef,
      #0d6efd,
      #00d4ff
    )
    border-box;

  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
          mask-composite: exclude;
}


.box:hover {
  transform: translateY(-8px) scale(1.03);

  box-shadow:
    0 15px 35px rgba(0, 174, 239, 0.22),
    0 0 30px rgba(0, 174, 239, 0.18);
}

.box:hover::after {
  opacity: 1;
}

.list-unstyled{
      color: #9fb3c8;
}
/* ===== PARTNER ===== */

.partners-section {
  padding: 70px 0 80px !important;
}
.partners-section .row.justify-content-center {
  gap: 24px;
}

.partners-section .row.g-4 {
  gap: 24px;
}

.partners-section .col-lg-4 {
  width: auto;
  flex: unset;
  padding: 0;
}
.partner-duo-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.partners-heading {
  margin-bottom: 45px !important;
}

.section-label-sponsor {
  text-transform: uppercase;
  margin-bottom: 12px !important;
  font-size: 18px !important;
  letter-spacing: 2px;
  color: #7aa7d9;
}

.partners-section .row {
  row-gap: 18px !important;
}

.main-partner {
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
}

.sponsor-card img,
.sponsor-card.main img {
  width: 200px;
  height: 95px;
  object-fit: contain;
    border-radius: 8px;
}
.sponsor-card,
.sponsor-card.main {
  /* width: 240px;
  height: 145px;*/
  padding: 10px;

  background: rgba(255, 255, 255);
  border: 1px solid rgba(0, 174, 239, 0.18);
  border-radius: 18px;

  display: flex;
  align-items: center;
  justify-content: center;
}

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

.partners-section .mb-5 {
  margin-bottom: 38px !important;
}
.partner-three-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.partner-two-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}


.sponsor-card,
.sponsor-card.main {
  position: relative;
  overflow: visible;
  transition: all 0.35s ease;
  
  margin: 10px;
}

.sponsor-card::after,
.sponsor-card.main::after {
  content: "";
  position: absolute;
  inset: -6px;  
  border-radius: 24px;

  border: 2px solid transparent;
  opacity: 0;

  transition: 0.35s ease;

  background: linear-gradient(
      135deg,
      #00aeef,
      #0d6efd,
      #00d4ff
    )
    border-box;

  -webkit-mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.sponsor-card:hover,
.sponsor-card.main:hover {
  transform: translateY(-8px) scale(1.03);

  
}

.sponsor-card:hover::after,
.sponsor-card.main:hover::after {
  opacity: 1;
}

.partner-three-row .col-lg-2,
.partner-two-row .col-lg-2,
.partner-two-row .col-md-4,
.partner-three-row .col-md-4,
.partner-three-row .col-6,
.partner-two-row .col-6 {
  width: auto;
  flex: none;
  padding: 0;
}

.partner-two-row {
  gap: 24px;
}

.partner-three-row {
  gap: 22px;
}
.sponsor-card a,
.sponsor-card.main a{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 100%;

    position: relative;
    z-index: 5;

    text-decoration: none;
}

.sponsor-card img,
.sponsor-card.main img{
    pointer-events: none;
}

.sponsor-card,
.sponsor-card.main{
    cursor: pointer;
}
/*counter*/
.counter-section {
  padding: 70px 0;
  background: #061527;
  color: #fff;
  padding: 60px 0;
}

.stat-box {
  margin-bottom: 20px;
}

.stat-box h4 {
  font-size: 55px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -3px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 1;
}

.stat-box p {
  color: #c7c6c6 !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;

  letter-spacing: 3px;
  text-transform: uppercase;
}

/*event spectrum*/
.eventspectrum-section {
  background: #0b3c6d;
  padding: 80px 0;
  color: #fff;
}

.eventspectrum-section .tag {
  color: #00aeef;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  line-height: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  margin-bottom: 30px;
}

.eventspectrum-section h3 {
  color: #fff;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;

  line-height: 60px;
}

.eventspectrum-section h3 span {
  color: #ff8c1a;
  letter-spacing: 0px;
}

.view-link {
  color: #ffc202;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #ffc400;
  padding-bottom: 5px;
  transition: 0.3s;
  display: inline-block;
  margin-top: 50px;
  gap: 10px;
}
.view-link i {
  margin-left: 4px;
}
.view-link:hover {
  color: #fff;
}
.eventspectrum-section .row.align-items-center {
  align-items: flex-end !important;
}

.eventspec-card {
  background: linear-gradient(145deg, #0d3b66, #061a2f);
  border-radius: 18px;
  overflow: hidden;
  width: 382px;
  height: 256px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.eventspec-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6);
}

.eventspec-img {
  position: relative;
  overflow: hidden;
}

.eventspec-img img {
  width: 382px;
  height: 256px;
  object-fit: contain;
}

.eventspec-content {
  padding: 25px;
}

.eventspec-content h4 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}

.eventspec-content p {
  font-size: 14px;
  color: #9fb3c8;
  font-weight: 400;
  margin-bottom: 15px;
}

.eventspec-content a {
  color: #00c6ff;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 1px;
}

.eventspec-content a:hover {
  color: #fff;
}

.swiper {
  padding-bottom: 40px;
}

.swiper-slide {
  width: auto;
}

.eventspec-card {
  height: 100%;
}
.swiper-nav {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

.swiper-nav span {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.3);
}

.swiper-nav span:hover {
  background: #fff;
  color: #000;
}

.badge {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 8px 16px;
  border-radius: 30px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  z-index: 2;
}

.badge.exhibition {
  background: #00aeef;
  color: #000;
}

.badge.conference {
  background: #ffc202;
  color: #000;
}

.badge.awards {
  background: #f37021;
  color: #fff;
}

/* ====================== CURTAIN RAISER SECTION ====================== */
.curtain-raiser {
  padding: 100px 0;
  background: #000d1a;
  color: #fff;
}

.tag {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #ffc202;
  text-transform: uppercase;
}

.curtain-title {
  color: #fff;
  font-size: 72px;
  font-style: italic;
  font-weight: 800;
  line-height: normal;
}

.curtain-title span {
  color: #f37021;
}

.curtain-desc {
  color: rgba(219, 234, 254, 0.5);
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: 29.25px;
}

.info-box .info-item {
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
}

.icon {
  width: 52px;
  height: 52px;
  border: 2px solid #0ea5e9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
  color: #0ea5e9;
  font-size: 22px;
}

.icon.location {
  border-color: #ffc202;
  color: #ffc202;
}

.info-item small {
font-family: Inter;
font-weight: 900;
font-style: Semi Bold;
font-size: 9px;
line-height: 13.5px;
letter-spacing: 2.7px;
vertical-align: middle;
text-transform: uppercase;

}

.info-item h6 {
  font-family: Plus Jakarta Sans;
font-weight: 800;
font-size: 16px;
line-height: 28px;
letter-spacing: 0px;
vertical-align: middle;

}

.image-wrapper {
  position: relative;
  border-radius: 16px;

  width: 576px;
  height: 434px;

  padding: 4px;

  background: linear-gradient(180deg, #f37021, #ffc202);
  box-shadow:
    0 0 0 2px rgba(243, 112, 33, 0.4),
    0 20px 40px rgba(243, 112, 33, 0.25);

  overflow: visible;
}
.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.quote-box {
  position: absolute;
  right: -20px;
  bottom: -20px;
  padding: 20px 24px;
  max-width: 320px;
  border-radius: 16px;
  border: 1px solid rgba(243, 112, 33, 0.3);
  background: #00132c;
  box-shadow: 0 0 15px 0 rgba(243, 112, 33, 0.1);
  backdrop-filter: blur(12px);
}

.quote-box p {
  font-size: 17px;
  color: #dbeafe;
  margin-bottom: 8px;
  font-style: italic;
  font-size: 18px;
  font-weight: 800;
}
.iconimg {
  width: 48px;
  height: 48px;
  border-radius: 10px;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 174, 239, 0.08);
  border: 1px solid rgba(0, 174, 239, 0.4);

  box-shadow: 0 0 15px rgba(0, 174, 239, 0.15);
}

.iconimg img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.quote-box span {
  font-size: 13px;
  color: #ff7a00;
  font-weight: 700;
  letter-spacing: 1px;
}
.quote-footer {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
}

.quote-footer span {
  font-size: 13px;
  color: #ff7a00;
  font-weight: 700;
  letter-spacing: 1px;
}

.quote-footer img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .quote-box {
    position: static;
    margin-top: 30px;
    right: auto;
  }

  .curtain-title {
    font-size: 58px;
  }
}

/* ====================== PARTNERS SECTION ====================== */
.partners-section {
  padding: 100px 0 120px;
  background: #081f3a;
}

.partners-tag {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 4px;
  color: #ffc202;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.partners-heading {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
}

.partners-heading span {
  color: #00c6ff;
}

.section-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 3px;
  color: #7aa7d9;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.partner-card {
  background: rgba(0, 19, 44, 0.85);
  border: 1px solid rgba(0, 198, 255, 0.25);
  border-radius: 16px;
  height: 128px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  transition: all 0.3s ease;
  padding: 15px;
}

.partner-card:hover {
  transform: translateY(-8px);
  border-color: #00c6ff;
  box-shadow: 0 15px 30px rgba(0, 198, 255, 0.15);
}

.awards-partner {
  max-width: 320px;
  margin: 0 auto;
  height: 140px;
  font-size: 20px;
}

/* Responsive */
@media (max-width: 992px) {
  .partners-heading {
    font-size: 36px;
  }
}

/* ================= FOOTER ================= */

.footer {
  background: #081f3a;
  padding: 64px 0 32px;
  overflow: hidden;
}

.footer .container {
  max-width: 1280px;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.footer-left {
  width: 33%;
}

.footer-title {
  color: #00aeef;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}

.footer-company {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 22px;
}

.footer-address {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 20px;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  margin-bottom: 14px;
  transition: 0.3s;
}

.footer-contact:hover {
  color: #ffb400;
}

.footer-contact i {
  color: #ffffff;
  font-size: 16px;
}

.footer-social {
  display: flex;
  gap: 14px;
  margin-top: 26px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 17px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-social a:hover {
  background: #ff7a00;
  border-color: #ff7a00;
  transform: translateY(-4px);
}

.footer-right {
  width: 67%;
}

.quick-title {
  color: #00aeef;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 12px;
}

.footer-links-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 20px;
}

.footer-list a {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
  position: relative;
  padding-left: 16px;
}

.footer-list a:hover {
  color: #ffb400;
  padding-left: 20px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 55px;
  padding: 22px 0;
}

.footer-bottom-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-bottom p {
  margin: 0;
  color: rgba(219, 234, 254, 0.5);
  font-size: 12px;
}

.footer-bottom span {
  color: #ffb400;
}

/* MOBILE */
@media (max-width: 991px) {
  .footer-top {
    flex-direction: column;
    gap: 45px;
  }

  .footer-left,
  .footer-right {
    width: 100%;
  }

  .footer-links-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .footer {
    padding-top: 50px;
  }

  .footer-links-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-bottom-flex {
    flex-direction: column;
    text-align: center;
  }

  .footer-company {
    font-size: 18px;
  }

  .footer-address,
  .footer-contact,
  .footer-list a {
    font-size: 15px;
  }

  .footer-title,
  .quick-title {
    font-size: 24px;
  }
}
/*footer

.footer {
  background: #081f3a;
  padding: 64px 0 32px;
}

.footer-inner {
  max-width: 1280px;
}

.footer-row {
  row-gap: 48px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.footer-title {
  color: #00aeef;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.footer-text {
  color: #9ca3af;
  font-size: 14px;
  line-height: 22px;
  max-width: 280px;
}

.footer-heading {
  color: #7aa7d9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 10px;
}

.footer-list a {
  color: #cbd5e1;
  font-size: 14px;
  text-decoration: none;
  transition: 0.3s;
}

.footer-list a:hover {
  color: #00c6ff;
}

.contact-email {
  color: #cbd5e1;
  font-size: 14px;
}

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 8px;
}

.icon-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(0, 198, 255, 0.3);

  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
  width: 18px;
}

.icon-wrapper:hover {
  transform: translateY(-3px);
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 48px;
  padding-top: 20px;

  text-align: center;
  color: #6b7280;
  font-size: 11px;
  letter-spacing: 1px;
}*/
/*LOCATION */

.location-section {
  background: #061527;
  padding: 80px 0;
}

.location-card {
  max-width: 1280px;
  margin: auto;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(0, 19, 44, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.left-panel {
  padding: 48px;
  background: rgba(0, 19, 44, 0.6);
  display: flex;
  flex-direction: column;
  gap: 40px;
  position: relative;
  border-radius: 24px 0 0 24px;
  border: 1px solid rgba(0, 174, 239, 0.5);
  box-shadow:
    0 0 40px rgba(0, 174, 239, 0.25),
    inset 0 0 30px rgba(0, 174, 239, 0.1);
}

.left-panel h2 {
  color: #fff;
  margin-bottom: 28px;
  font-size: 36px;
  font-weight: 800;
}

.left-panel h1 span {
  color: #00aeef;
}

.left-panel p {
  color: rgba(255, 255, 255, 0.7);

  font-size: 16px;
  font-weight: 500;
}

.left-panel p strong {
  color: #ffffff;

  font-size: 17px;
  font-weight: 800;

  display: inline-block;

  margin-right: 10px;
}

.left-panel .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.info-item {
  display: flex;
  gap: 14px;
  margin-bottom: 26px;
}

.info-item .icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(0, 174, 239, 0.12);
  border: 1px solid rgba(0, 174, 239, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #00aeef;
  font-size: 16px;
  flex-shrink: 0;
}

.info-item strong {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
}

.info-item span {
  color: #7ca5d7;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.info-item span1{
  color: rgba(219, 234, 254, 0.4);
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}

.btn-get-directions {
  background: linear-gradient(180deg, #00c6ff, #00a3d6);
  padding: 15px 24px;
  border-radius: 10px;
  border: none;
  color: #081f3a;
  text-align: center;
  font-size: 11px;
  font-weight: 900;
  line-height: 16.5px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  display: block;
  width: 307.66px;
  height: 48.5px;
}
.btn-get-directions:hover {
  transform: translateY(-2px);
  color: #081f3a;
  box-shadow: 0 10px 25px rgba(0, 174, 239, 0.4);
}

.map-wrapper {
  position: relative;
  padding: 0;
  min-height: 500px;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  overflow: hidden;
}

#map {
  width: 100%;
  height: 100%;
  min-height: 420px;
  display: block;
}

@media (max-width: 992px) {
  .left-panel {
    max-width: 100%;
    padding: 30px;
  }

  .left-panel::before {
    border-radius: 24px 24px 0 0;
  }

  .map-wrapper {
    min-height: 300px;
  }
}

/*-----inner pagee herooo*/
.inner-banner {
  position: relative;
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  margin-top: 0;
} /*
.inner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0.65)
  );
}*/
.inner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(6, 21, 39, 0.75),
    rgba(0, 0, 0, 0.65)
  );
}
.inner-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.inner-title {
  color: #fff !important;
  font-size: 64px !important;
  font-weight: 800 !important;
  letter-spacing: 1px !important;
}
.section-title {
  color: #fff !important;
  font-size: 48px !important;
  font-weight: 700;
  margin-top: 0 !important;
  margin-bottom: 15px;
  line-height: 1.2;
  text-align: start;
  text-transform: uppercase;
}

/*events*/

.event {
  background: linear-gradient(180deg, #061527 0%, #081f3a 100%);
  color: #fff;
  font-family: "Plus Jakarta Sans";
}
.spacing {
  padding: 80px 0 !important;
}
.event-sec {
  padding: 80px 0;
}

.section-header {
  margin-bottom: 25px;
}

.section-soft {
  margin-top: 15px;
  margin-bottom: 30px;
}
.section-soft1 {
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 40px 0;
}
.why-box {
  background: rgba(255, 255, 255);
  border-radius: 20px;
  padding: 50px 60px;
  position: relative;
  overflow: hidden;
  transition: 0.4s ease;
  border-radius: 20px;
}
.why-box p {
  color: #000000;
}
.why-box:hover {
  transform: translateY(-5px);
  border: 1px solid #00aeef;
}

@media (max-width: 768px) {
  .why-box {
    padding: 30px 20px;
  }
}

.event-sec {
  background: rgba(255, 255, 255, 0.03);
}
.event-sec p,
.section-soft p,
.section-soft1 p,
.eventobjp {
  width: 100%;
  font-size: 16px;
  line-height: 1.8;
  color: #9fb3c8;
  margin-top: 10px;
  text-align: left;
}

.info-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 320px;
  transition: 0.4s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.info-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s;
}

.info-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent);
}

.info-card .content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 2;
}

.info-card h4 {
  font-weight: 700;
  margin-bottom: 8px;
}

.info-card p {
  font-size: 14px;
  color: #dbe6f2;
  margin: 2px 0;
}

.info-card:hover {
  transform: translateY(-10px) scale(1.03);
}

.info-card:hover img {
  transform: scale(1.1);
}

.pill {
  position: relative;
  overflow: hidden;

  background: rgba(0, 119, 182, 0.18);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.12);

  border-radius: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 14px;

  padding: 14px 18px;

  color: #fff;

  transition: all 0.35s ease;

  box-shadow: 0 8px 32px rgba(0, 174, 239, 0.12);
}

.pill:hover {
  transform: translateY(-6px);

  border-color: rgba(0, 224, 255, 0.5);

  background: rgba(0, 119, 182, 0.26);

  box-shadow:
    0 15px 40px rgba(0, 174, 239, 0.22),
    0 0 25px rgba(0, 224, 255, 0.12);
}

.pill-icon {
  min-width: 24px;
  width: 24px;
  height: 24px;

  border-radius: 50%;

  background: rgba(255, 255, 255, 0.12);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #00e0ff;
  font-size: 13px;
}

.pill:hover {
  /*background: rgba(0, 174, 239, 0.15);*/
  border-color: #00aeef;
  color: #fff;
  transform: translateY(-4px);
}

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

.text-center .section-light-text {
  margin: auto;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 36px;
  }

  .info-card {
    height: 260px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 28px;
  }

  .event-sec,
  .section-soft {
    padding: 60px 0;
  }

  .info-card {
    height: 220px;
  }
}

img {
  max-width: 100%;
  display: block;
}

#eventobjectives {
  padding: 80px 0;
}

#eventobjectives .feature-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 174, 239, 0.2);
  border-radius: 16px;
  padding: 30px 20px;
  height: 100%;
  transition: 0.3s ease;
  backdrop-filter: blur(8px);
}

#eventobjectives .feature-item:hover {
  transform: translateY(-8px);
  border-color: #00aeef;
  box-shadow: 0 10px 30px rgba(0, 174, 239, 0.2);
}
#eventobjectives .objectives-row {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0 30px;
  flex-wrap: nowrap;
}

#eventobjectives .feature-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  border-radius: 14px;
  background: rgba(0, 174, 239, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}

#eventobjectives .feature-icon i {
  font-size: 28px;
  color: #00aeef;
}

#eventobjectives h5 {
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  color: #058ccc;
}
#eventobjectives p {
  color: #b6b6b6 !important;
}
#eventobjectives .feature-content br {
  display: none;
}

@media (max-width: 768px) {
  #eventobjectives .feature-item {
    padding: 25px 15px;
  }
}
/*
#why-attend {
  padding: 70px 0;
  background: rgba(0, 174, 239, 0.12);
}

.why-main-box {
  background: linear-gradient(180deg, #072844, #041c33);

  border: 1px solid rgba(0, 174, 239, 0.35);

  border-radius: 28px;

  padding: 22px 28px;

  box-shadow:
    0 0 25px rgba(0, 174, 239, 0.12),
    inset 0 0 25px rgba(0, 174, 239, 0.04);
}
.why-main-box span:hover,
.why-main-box i:hover {
  transform: translateX(5px);
  transition: 0.3s;
}

.why-line {
  display: flex;
  align-items: flex-start;
  gap: 10px;

  padding: 10px 0;
 
}

.why-line:last-child {
  border-bottom: none;
}

.why-line i {
  width: 34px;
  height: 34px;
  min-width: 34px;

  border-radius: 50%;

  background: rgba(0, 174, 239, 0.12);

  color: #f05a26;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;

  margin-top: 2px;
}

.why-line span {
  color: #b6b6b6;

  font-size: 16px;

  line-height: 1.7;

  font-weight: 500;
}

@media (max-width: 768px) {
  .why-main-box {
    padding: 18px 18px;
    border-radius: 20px;
  }

  .why-line {
    gap: 14px;
    padding: 16px 0;
  }

  .why-line i {
    width: 36px;
    height: 36px;
    min-width: 36px;
    font-size: 13px;
  }

  .why-line span {
    font-size: 14px;
    line-height: 1.6;
  }
}*/
#why-attend {
  padding: 80px 0;
  background: linear-gradient(135deg, #072844, #041c33);
}

#why-attend .section-title {
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 40px;
}

.why-line {
  display: flex;
  align-items: flex-start;
  gap: 18px;

  padding: 14px 0;

  border-bottom: 1px solid rgba(255,255,255,0.06);

  transition: 0.3s ease;
}

.why-line:last-child {
  border-bottom: none;
}

.why-line:hover {
  transform: translateX(6px);
}

.why-line i {
  width: 42px;
  height: 42px;
  min-width: 42px;

  border-radius: 50%;

  background: rgba(0, 174, 239, 0.10);

  color: #f05a26;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;

  margin-top: 2px;

  transition: 0.3s;
}

.why-line:hover i {
  
  transform: scale(1.05);
}

.why-line span {
  color: #d7d7d7;

  font-size: 18px;

  line-height: 1.8;

  font-weight: 400;

  transition: 0.3s;
}

.why-line:hover span {
  color: #fff;
}

@media (max-width: 992px) {

  #why-attend .section-title {
    font-size: 46px;
  }

  .why-line span {
    font-size: 16px;
  }
}

@media (max-width: 768px) {

  #why-attend {
    padding: 60px 0;
  }

  #why-attend .section-title {
    font-size: 34px;
    margin-bottom: 28px;
  }

  .why-line {
    gap: 14px;
    padding: 14px 0;
  }

  .why-line i {
    width: 36px;
    height: 36px;
    min-width: 36px;

    font-size: 13px;
  }

  .why-line span {
    font-size: 14px;
    line-height: 1.7;
  }
}
/*
#why-attend {
  background: rgba(0, 174, 239, 0.15);
  padding-top: 40px !important;
  padding: 50px 0;
}

.why-attend-item {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #093c5d;
  border-radius: 16px;
  padding: 20px 25px;
  margin-bottom: 18px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);

  transition: all 0.3s ease;
}

.why-attend-item:hover {
  transform: translateY(-6px);
  border-color: #00aeef;

  box-shadow:
    0 10px 25px rgba(0, 174, 239, 0.15),
    0 0 20px rgba(0, 174, 239, 0.2);
}

.why-icon {
  min-width: 50px;
  height: 50px;

  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s ease;
}

.why-icon i {
  color: #00aeef;
  font-size: 18px;
}

.why-attend-item:hover .why-icon {
  background: #00aeef;
}

.why-attend-item:hover .why-icon i {
  color: #fff;
}

.why-attend-title h2 {
  color: #fff;
}
*/
#dignitaries {
  padding: 80px 0;
  padding-top: 50px !important;
}

.dignitary-card {
  /*  background: rgba(255, 255, 255, 0.04);*/
  background: #003049;
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;

  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);

  transition: 0.35s ease;
  position: relative;
}

.dignitary-card:hover {
  transform: translateY(-10px);
  border-color: #00aeef;

  box-shadow:
    0 10px 30px rgba(0, 174, 239, 0.15),
    0 0 25px rgba(0, 174, 239, 0.25);
}

.dignitary-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;

  border: 3px solid rgba(0, 174, 239, 0.3);
  transition: 0.3s;
}

.dignitary-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dignitary-card:hover {
  border-color: #00aeef;
  box-shadow: 0 0 20px rgba(0, 174, 239, 0.4);
}

.dignitary-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.dignitary-role {
  font-size: 14px;
  color: #00aeef;
  line-height: 1.5;
}

.dignity-row {
  row-gap: 30px;
}

@media (max-width: 768px) {
  .dignitary-img {
    width: 110px;
    height: 110px;
  }
}

#organiser {
  padding: 80px 0;
  padding-top: 50px !important;
  background: rgba(255, 255, 255, 0.03);
}

.organiser-box {
  display: flex;
  align-items: center;
  gap: 30px;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 174, 239, 0.08);
  transition: 0.3s ease;
}

.organiser-box:hover {
  transform: translateY(-6px);
  border-color: #00aeef;
}

.organiser-logo {
  min-width: 180px;
  border-radius: 20px;
  background:#fff !important;
  margin:5px !important;
  padding: 20px !important;
}

.organiser-logo img {
  width: 100%;
}

.organiser-content h4 {
  font-weight: 500;
  margin-bottom: 10px;
  color: #f5f5f5;
}

.organiser-content p {
  color: #b6b6b6;
  font-size: 15px;
  line-height: 1.6;
}

.curator-box {
  margin-top: 50px;
}

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

  .organiser-logo {
    min-width: auto;
  }
}

.journey-section {
  padding: 80px 0;
  background: rgba(255, 255, 255, 0.03);
}

.journey-title {
  color: #222;
  font-size: 42px;
  font-weight: 700;
}

.journey-subtitle {
  color: #b6b6b6;
  text-align: center !important;
  font-size: 22px;
}
.journey-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.journey-card {
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  transition: 0.4s ease;
  color: #333;
  background: linear-gradient(
    135deg,
    #0d6efd 0%,
    #001d3d 100%
  );

  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

.highlight-2026 {
background: linear-gradient( 135deg, #001b3d 0%, #003566 45%, #00509d 100% ) !important;important;

  color: #ffffff;
  transform: scale(1.05);

  box-shadow: 0 20px 40px rgba(0, 20, 60, 0.35);
}
.journey-section {
  padding: 90px 0;
  background: linear-gradient(135deg, #071426 0%, #0b1f3a 100%);
  position: relative;
  overflow: hidden;
}

.journey-title {
  color: #ffffff;
  font-size: 48px;
  font-weight: 800;
  letter-spacing: 1px;
}

.journey-subtitle {
  color: #c8d2e0;
  text-align: center;
  font-size: 22px;
  margin-bottom: 55px !important;
}

.journey-timeline .row {
  row-gap: 25px;
}

/* CARD */
.journey-card {
  position: relative;
  border-radius: 22px;
  padding: 38px 20px;
  text-align: center;
  overflow: hidden;
  transition: 0.4s ease;
  background: linear-gradient(145deg, #0d6efd, #002855);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
}

/* TOP GLOW */
.journey-card::before {
  content: "";
  position: absolute;
  top: -60px;
  left: -30px;
  width: 140px;
  height: 140px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
}

/* HOVER */
.journey-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
}

/* YEAR */
.journey-card h3 {
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 12px;
}

/* EVENT NAME */
.journey-card p {
  margin-bottom: 18px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

/* CITY */
.journey-card span {
  font-size: 18px;
  color: #d8e7ff !important;
  letter-spacing: 0.5px;
}

/* 2026 SPECIAL */
.highlight-2026 {
  background: linear-gradient(145deg, #00152f, #004aad, #0d6efd) !important;
  transform: translateY(-12px) scale(1.04);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow:
    0 0 25px rgba(13, 110, 253, 0.35),
    0 25px 50px rgba(0, 0, 0, 0.35);
}

.highlight-2026::after {
  content: "UPCOMING";
  position: absolute;
  top: 16px;
  right: -35px;
  background: #ffffff;
  color: #004aad;
  font-size: 10px;
  font-weight: 700;
  padding: 5px 35px;
  transform: rotate(45deg);
  letter-spacing: 1px;
}

/* MOBILE */
@media (max-width: 768px) {

  .journey-title {
    font-size: 34px;
  }

  .journey-subtitle {
    font-size: 17px;
    margin-bottom: 35px !important;
  }

  .journey-card {
    padding: 28px 15px;
    border-radius: 18px;
  }

  .journey-card h3 {
    font-size: 34px;
  }

  .journey-card p {
    font-size: 18px;
  }

  .journey-card span {
    font-size: 15px;
  }

  .highlight-2026 {
    transform: scale(1.02);
  }
}
/*boci*/
.boci-section {
  background: linear-gradient(135deg, #081c2c, #0d2b45);
  padding: 80px 0;
  color: #fff;
}

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

.boci-wrapper {
  display: flex;
  gap: 60px;
}

.boci-left img {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.15);
}

.boci-right {
  flex: 1;
}

.boci-title {
  font-size: 26px;
  margin-bottom: 15px;
  color: #f37021;
  font-weight: 700;
}

.boci-right p {
  font-size: 15px;
  line-height: 1.8;
  color: #fff;
}

.boci-points {
  margin-top: 20px;
}

.boci-list {
  list-style: none;
  padding: 0;
}

.boci-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #9fb3c8;
}
.fa-solid {
  color: #00aeef;
}

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

  .boci-left {
    max-width: 180px;
  }
}
/* boci members */
.boci-members-section {
  background: #061a2b;
  padding: 80px 0;
}

.section-subtitle {
  color: #00aeef;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.member-card {
  /*  background: rgba(255, 255, 255, 0.03);*/
  background: #003049;
  border-radius: 20px;
  padding: 40px 25px;
  text-align: center;

  border: 1px solid rgba(0, 174, 239, 0.15);

  transition: 0.4s ease;
}

.member-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 174, 239, 0.2);
  border-color: #00aeef;
}

.member-img {
  width: 140px;
  height: 140px;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;

  border: 3px solid #00aeef;
}

.member-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.member-card h4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

.member-card .role {
  color: #00aeef;
  font-size: 14px;
  margin-bottom: 6px;
}

.member-card .location {
  color: #94a3b8;
  font-size: 13px;
}
.boci-members-section {
  padding: 80px 0;
}

.section-subtitle {
  color: #00aeef;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.boci-members-section .row {
  max-width: 1200px;
  margin: auto;
}

.boci-card {
  background: linear-gradient(145deg, #081c2c, #0d2b45);
  border-radius: 18px;
  padding: 30px 20px;
  text-align: center;
  border: 1px solid rgba(0, 174, 239, 0.15);
  transition: 0.4s ease;
}

.boci-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 174, 239, 0.25);
  border-color: #00aeef;
}

.boci-tag {
  background: linear-gradient(90deg, #00aeef, #0077ff);
  color: #fff;
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.boci-card h4 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 8px;
}

.boci-card p {
  color: #38bdf8;
  font-size: 14px;
  margin-bottom: 6px;
}

.boci-card span {
  color: #94a3b8;
  font-size: 13px;
}

/*conference*/

.conf1 {
  background: #03233d;
}

.conf {
  position: relative;
  background: #061527;
  padding-bottom: 60px;
}

.conf-card {
  background: rgba(8, 38, 66, 0.88);
  border: 1px solid rgba(0, 191, 255, 0.18);
  border-radius: 18px;
  padding: 30px;
  transition: 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(10px);
}

.conf-card:hover {
  transform: translateY(-5px);
  border-color: #00bfff;
  box-shadow: 0 12px 35px rgba(0, 191, 255, 0.18);
}

.conf-title {
  color: #00bfff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.conf-text {
  color: #fff !important;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

#tariff {
  background: #03233d;
}

.tariff-card {
  background: rgba(8, 38, 66, 0.95);
  border: 1px solid rgba(0, 191, 255, 0.18);
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  transition: 0.35s ease;
  height: 100%;
}

.tariff-card:hover {
  transform: translateY(-6px);
  border-color: #00bfff;
}

.tariff-header {
  background: linear-gradient(90deg, #00bfff, #007bff);
  padding: 20px;
  text-align: center;
}

.tariff-header h5 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

.tariff-body {
  padding: 30px;
}

.tariff-card .table {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 14px;
}

.tariff-card .table thead {
  background: #0b3557;
}

.tariff-card .table thead th {
  background: #0b3557;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
  font-size: 16px;
}

.tariff-card .table tbody td {
  background: rgba(255, 255, 255, 0.04);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px;
  font-size: 16px;
}

.inr,
.btn-primary1 {
  background: linear-gradient(90deg, #00bfff, #007bff);
  border: none;
  padding: 12px 28px;
  font-weight: 700;
  letter-spacing: 0.4px;
  font-size:14px;
  transition: 0.3s ease;
}

.inr:hover,
.btn-primary1:hover {
  background: linear-gradient(90deg, #0099ff, #0056d6);
  transform: translateY(-2px);
  color: #fff;
}

@media (max-width: 991px) {
  .inner-title {
    font-size: 42px;
  }

  .section-title {
    font-size: 34px;
  }

  .conf-card {
    padding: 24px;
  }

  .tariff-body {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .inner-banner {
    height: 280px;
  }

  .inner-title {
    font-size: 34px;
  }

  .section-title {
    font-size: 28px;
  }

  p {
    font-size: 15px;
  }

  .conf-title {
    font-size: 21px;
  }

  .tariff-header h5 {
    font-size: 24px;
  }
}
/*exhibition*/

#trade {
  background: rgba(255, 255, 255, 0.03);
  color: #000000;
}

#trade hr {
  border-color: rgba(255, 255, 255, 0.1);
}
#trade li,
#trade h4,
#trade p {
  color: #9fb3c8;
}

#trade i {
  color: #00aeef !important;
}

#trade li:hover {
  transform: translateX(5px);
  transition: 0.3s;
}

/* ===== FOCUS PAVILIONS ===== */
.focus-card {
  background: linear-gradient(145deg, #081c2c, #0d2b45);
  border: 1px solid rgba(0, 174, 239, 0.2);
      color: #9fb3c8;;
  transition: 0.3s;
}

.focus-card:hover {
  background: #00aeef;
  color: #000;
  transform: translateY(-5px);
}
/*exhibitors profile*/

#ExhibitorsProfile {
  background: rgba(255, 255, 255, 0.03);
  padding: 80px 0 !important;
}

.ExhibitorsProfile-item:hover .why-icon {
  background: #00aeef;
}

.ExhibitorsProfile-item:hover .why-icon i {
  color: #fff;
}

.ExhibitorsProfile-title h2 {
  color: #fff;
}
/*visitor profile*/

#visitorProfile {
  background: #07243a;
  padding: 80px 0 !important;
}

.why-icon {
  min-width: 50px;
  height: 50px;

  background: rgba(0, 174, 239, 0.15);
  border-radius: 12px;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: 0.3s ease;
}

.why-icon i {
  color: #00aeef;
  font-size: 18px;
}

.visitorProfile-item:hover .why-icon {
  background: #00aeef;
}

.visitorProfile-item:hover .why-icon i {
  color: #fff;
}

.why-text {
  font-size: 15px !important;
  color: #fff !important;
  line-height: 1.6;
}

.visitorProfile-title h2 {
  color: #fff;
}

/*contact card*/
.contact-card {
  background: linear-gradient(145deg, #081c2c, #0d2b45);
  padding: 20px;
  border-radius: 12px;
  border: 1px solid rgba(0, 174, 239, 0.15);
  color: #fff;
  height: 100%;
  width: auto;
  transition: 0.3s ease;
}

.contact-card h6 {
  color: #00aeef;
  font-weight: 600;
}

.contact-card a {
  color: #fff;
  text-decoration: none;
}

.contact-card a:hover {
  color: #00aeef;
}

.bg-light {
  background: transparent !important;
}
.contact-card:hover {
  transform: translateY(-5px);
}

/* TARIFF SECTION */
.tariff-card {
  background: linear-gradient(145deg, #071b2e, #0c2f4a);
  border-radius: 18px;
  padding: 0;
  border: 1px solid rgba(0, 174, 239, 0.15);
  backdrop-filter: blur(12px);
  transition: 0.3s ease;
  overflow: hidden;
}

.tariff-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 174, 239, 0.2);
}

.tariff-header {
  background: linear-gradient(90deg, #00aeef, #0077b6);
  padding: 14px;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}
.tariff-body {
  padding: 20px;
}

.tariff-table {
  width: 100%;
  border-collapse: collapse;
  background: transparent !important;
}

.tariff-table th,
.tariff-table td {
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tariff-table th {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  font-weight: 600;
}
.tariff-table td {
  color: #cbd5e1;
}

.tariff-table,
.tariff-table * {
  background: transparent !important;
}

.tariff-table tr:hover {
  background: rgba(0, 174, 239, 0.08);
}

.tariff-body {
  display: flex;
  flex-direction: column;
}

.tariff-body .btn {
  margin-left: auto;
  margin-right: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 26px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-title h1 {
    font-size: 26px;
  }

  .why-text {
    font-size: 14px;
  }
}

/*special prog*/

.special-program {
  background: linear-gradient(135deg, #081c2c, #0d2b45);
  color: #cbd5e1;
  font-family: "Plus Jakarta Sans";
}
.btn-primary1 {
  background: linear-gradient(90deg, #00bfff, #007bff);
  border: none;
  padding: 12px 28px;
  font-weight: 700;
  letter-spacing: 0.4px;
  transition: 0.3s ease;
}
.btn-primary1:hover {
  background: linear-gradient(90deg, #0099ff, #0056d6);
  transform: translateY(-2px);
  color: #fff;
}

/*sponosorship*/
.Sponsorship {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background: #061527 !important;
  position: relative;
  overflow: hidden;
}

.Sponsorship .container {
  position: relative;
  z-index: 2;
}

.contact-card {
  background: rgba(10, 40, 68, 0.88);
  border: 1px solid rgba(0, 191, 255, 0.14);
  border-radius: 24px;
  padding: 35px 30px;
  margin-top: 28px;
  backdrop-filter: blur(12px);
  transition: 0.4s ease;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.22);
}

.contact-card:hover {
  transform: translateY(-8px);
  border-color: #00bfff;
  box-shadow: 0 20px 45px rgba(0, 191, 255, 0.16);
}

.contact-card p {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.9;
  font-weight: 500;
}

.contact-card a {
  color: #00bfff;
  text-decoration: none;
  transition: 0.3s ease;
}

.contact-card a:hover {
  color: #ffffff;
}

@media (max-width: 767px) {
  .Sponsorship {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }

  .Sponsorship .section-title {
    font-size: 36px;
  }

  .Sponsorship .mb-4 {
    font-size: 15px;
    line-height: 1.8;
  }

  .contact-card {
    padding: 24px 20px;
  }

  .contact-card p {
    font-size: 16px;
  }
}

/*contact us*/
.contactus {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background: rgba(255, 255, 255, 0.03);
}
.main-card {
  background: rgba(0, 174, 239, 0.08);

  border-radius: 28px;

  padding: 38px 34px;

  min-height: 220px;

  border: 1px solid rgba(0, 174, 239, 0.15);

  box-shadow:
    0 18px 40px rgba(0, 0, 0, 0.28),
    0 0 25px rgba(0, 174, 239, 0.08);

  transition: 0.35s ease;

  position: relative;

  overflow: hidden;
}

.main-card:hover {
  transform: translateY(-8px);

  border-color: rgba(0, 174, 239, 0.45);

  box-shadow:
    0 25px 50px rgba(0, 0, 0, 0.35),
    0 0 35px rgba(0, 174, 239, 0.18);
}

.main-card h5 {
  color: #ffffff;

  font-size: 20px;
  font-weight: 700;

  line-height: 1.4;

  margin-bottom: 22px;
}
.main-card p {
  color: #c8d7e6;

  font-size: 18px;

  line-height: 1.9;

  margin-bottom: 0;

  font-weight: 500;
}

/* MOBILE */
@media (max-width: 768px) {
  .main-card {
    padding: 28px 22px;

    min-height: auto;

    border-radius: 22px;
  }

  .main-card h5 {
    font-size: 22px;
  }

  .main-card p {
    font-size: 16px;

    line-height: 1.8;
  }
}

/*
.brand-row{
    padding:40px 0;
}*/
.brand-section {
  background: linear-gradient(180deg, #061527 0%, #081f3a 100%);
  padding-top: 90px !important;
  padding-bottom: 90px !important;
  color: #fff;
}
.brand-title {
  font-size: 26px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}
.brand-img {
  width: 240px;
  height: auto;
}
.theme-img {
  width: 150px;
}

.file-type {
  margin-top: 20px;
  font-weight: 600;

  font-size: 20px;
  color: #fff;
}

/*download center*/

.download-section,
.dc {
  background: #061527;
  padding-top: 20px !important;
  padding-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.dc {
  margin-top: 0 !important;
}

.download-card {
  border-radius: 28px;
  padding: 18px;
  text-align: center;

  border: 1px solid rgba(0, 174, 239, 0.14);

  box-shadow:
    0 15px 35px rgba(0, 0, 0, 0.28),
    0 0 20px rgba(0, 174, 239, 0.05);

  transition: 0.35s ease;
}

.download-img {
  width: 100%;
  height: 300px;
  object-fit: contain;

  border-radius: 18px;

  padding: 10px;
  margin-bottom: 5px;

  transition: 0.35s ease;
}

.download-section .row,
.dc .row {
  row-gap: 35px;
}

.download-section .container,
.dc .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .download-section .section-title,
  .dc .section-title {
    font-size: 34px !important;
  }

  .download-img {
    height: 250px;
  }
}

@media (max-width: 767px) {
  .download-section,
  .dc {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }

  .download-section .section-title,
  .dc .section-title {
    font-size: 28px !important;
    margin-bottom: 40px !important;
  }

  .download-card {
    padding: 22px;
    border-radius: 22px;
  }

  .download-img {
    height: 220px;
    padding: 14px;
  }

  .btn-primary1 {
    width: 100%;
    font-size: 15px;
  }
}

/*photo gallery */

.gallery-section {
  background: #061527;
  padding-top: 40px !important;
}

.gallery-section .row {
  margin-top: 30px !important;
}

.gallery-section .text-center .gallery-card {
  margin: auto;
}
.gallery-section .section-title:nth-of-type(2) {
  margin-top: 45px !important;
  margin-bottom: 35px !important;
}
.gallery-card {
  border-radius: 20px;
  overflow: hidden;
  background: #0c2f4a;
  transition: 0.3s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

.gallery-card:hover {
  transform: translateY(-8px);
}

.post-img img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.post-img img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.post-date {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: #e63946;
  color: #ffffff;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 600;
}

.post-content {
  padding: 15px;
}

.post-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}

.gallery-link {
  text-decoration: none !important;
}

@media (max-width: 768px) {
  .gallery-section .section-title {
    font-size: 34px !important;
    margin-bottom: 30px !important;
  }

  .post-img img {
    height: 200px;
  }

  .post-title {
    font-size: 17px;
  }
}
/*media*/

.media-section {
  background: #061527;
  padding-top: 40px !important;
  padding-bottom: 70px !important;
}

/*payment*/
.payment-page {
  background: #061527;
}
.payment-card {
  background: white;
  border: none;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
  height: 100%;
  max-width: 620px;
}

.payment-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 35px rgba(37, 99, 235, 0.1);
}

.card-header-custom {
  background: linear-gradient(
    135deg,
    #0077cc 0%,
    #00509d 45%,
    #003566 100%
  ) !important;
  color: white;
  padding: 20px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.card-header-intl {
  background: linear-gradient(
    135deg,
    #001d3d 0%,
    #003f88 50%,
    #0077b6 100%
  ) !important;
}

.info-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 14px 25px;
  gap: 25px;
  border-bottom: 1px solid #e9eef5;
}

.payment-page .container,
.payment-page .row {
  max-width: 1250px;
  margin: auto;
}
.copy-btn {
  padding: 4px 10px;
  font-size: 12px;
  margin-left: 8px;
}
.info-row:last-child {
  border-bottom: none;
}

.label {
  min-width: 150px;
  color: #343a40;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
}

.value {
  color: #444;
  font-weight: 600;
  text-align: left;
  font-size: 0.9rem;
  flex: 1;
}

.copy-btn {
  border: none;
  background: #eff6ff;
  color: #2563eb;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 0.7rem;
  cursor: pointer;
  margin-left: 5px;
  font-weight: 700;
}
.info-row:nth-child(odd) {
    background: rgba(0, 80, 157, 0.12) !important;
}

.info-row:nth-child(even) {
  background: rgba(0, 53, 102, 0.22) !important;
}

.info-row:last-child {
  border-bottom: none;
}



.copy-btn:hover {
  background: #dbeafe;
}

/*
      .highlight-code {
        color: #2563eb;
        font-size: 1rem;
      }*/
@media (max-width: 576px) {
  .label {
    font-size: 0.75rem;
    font-weight: 600;
  }

  .value {
    font-size: 0.82rem;
    font-weight: 500;
  }

  .info-row {
    gap: 15px;
    padding: 12px 18px;
  }

  .card-header-custom {
    font-size: 0.95rem;
    padding: 15px;
  }
}
/*privacy*/
.privacy-policy {
  background: linear-gradient(180deg, #021526 0%, #06213d 100%);
  padding-bottom: 60px;
}

.privacy-policy .card {
  background: linear-gradient(145deg, #0b2744, #11355a) !important;
  border: 1px solid rgba(0, 191, 255, 0.15) !important;
  border-radius: 24px !important;

  box-shadow:
    0 10px 30px rgba(0, 0, 0, 0.25),
    0 0 20px rgba(0, 191, 255, 0.08);

  transition: 0.35s ease;
}

.privacy-policy .card:hover {
  transform: translateY(-6px);
}
.display-5 {
  color: #faaf3a !important;
  font-weight: 700;
  font-size: 22px;
}

.privacy-policy .card p,
.privacy-policy .card li,
.privacy-policy .card span {
  color: #d6e6f5 !important;
  line-height: 1.9;
  font-size: 16px;
}

.privacy-policy .card a {
  color: #38bdf8 !important;
  text-decoration: none;
}

.privacy-policy .card a:hover {
  color: #ffffff !important;
}

.privacy-policy ol {
  padding-left: 20px;
}

/*faq*/
.faq-section {
  background: #041421;
  padding: 70px 0;
}

.custom-accordion .accordion-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(0, 174, 239, 0.15);
  border-radius: 22px !important;
  overflow: hidden;
  margin-bottom: 22px;

  backdrop-filter: blur(12px);

  transition: 0.35s ease;

  box-shadow: 0 8px 25px rgba(0, 174, 239, 0.05);
}

.custom-accordion .accordion-item:hover {
  transform: translateY(-4px);
  border-color: #00c6ff;

  box-shadow: 0 10px 30px rgba(0, 174, 239, 0.12);
}

.custom-accordion .accordion-button {
  background: transparent !important;
  color: #ffffff !important;

  font-size: 18px;
  font-weight: 700;

  padding: 28px 30px;

  box-shadow: none !important;
}

.custom-accordion .accordion-button:not(.collapsed) {
  background: linear-gradient(90deg, #072844, #0a3254) !important;
  color: #00c6ff !important;
}

.custom-accordion .accordion-body {
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 1.9;

  padding: 5px 30px 30px;
}

.custom-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
  transform: scale(1.1);
}

.custom-accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(71%) sepia(99%) saturate(1092%)
    hue-rotate(165deg) brightness(102%) contrast(101%);
}

@media (max-width: 768px) {
  .custom-accordion .accordion-button {
    font-size: 16px;
    padding: 22px 20px;
  }

  .custom-accordion .accordion-body {
    padding: 0 20px 24px;
    font-size: 15px;
  }
}


/* BACK TO TOP BUTTON FIX */

.back-to-top{
    position: fixed !important;
    right: 25px !important;
    left: auto !important;
    bottom: 25px !important;
    width: 42px !important;
    height: 42px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg,#00aeef,#007bff) !important;
    z-index: 9999;
    
}

.back-to-top i{
    font-size: 18px;
    color: #fff;
}

.back-to-top:hover{
    transform: translateY(-4px);
  
}

@media only screen and (max-width:768px){

    .back-to-top{
        width: 46px !important;
        height: 46px !important;

        right: 15px !important;
        bottom: 18px !important;
    }
}

/* ===== AGENDA  ===== */
.agenda-bg .why-box{
    background: linear-gradient(145deg,#041a33,#06264a) !important;
    border: 1px solid rgba(0,174,239,0.18);

    border-radius: 28px;

    padding: 45px 45px !important;

    box-shadow:
    0 10px 40px rgba(0,0,0,0.25),
    inset 0 0 20px rgba(0,174,239,0.04);
}


.agenda-bg .nav-pills{
    gap: 10px;
}

.agenda-bg .nav-pills .nav-link{

    background: rgba(255,255,255,0.06);

    color: #d7e9ff !important;

    border-radius: 50px;

    padding: 10px 20px !important;

    font-size: 20px;

    font-weight: 700;

    border: 1px solid rgba(255,255,255,0.08);

    transition: all 0.35s ease;
}

.agenda-bg .nav-pills .nav-link.active{
    background: linear-gradient(135deg,#00aeef,#0d6efd) !important;

    color: #fff !important;
}

.agenda-bg .nav-pills .nav-link:hover{
    transform: translateY(-4px);

   
}

.day-title{
    text-align: center;

    font-size: 24px !important;

    font-weight: 800;

    color: #fff;

    margin: 40px 0 35px !important;
}

.session-card{

    position: relative;

    display: flex;
    align-items: center;
    gap: 28px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.05);

    border-left: 5px solid #00aeef;

    border-radius: 18px;

    padding: 17px 24px !important;

    margin-bottom: 22px !important;

    transition: all 0.35s ease;

    overflow: hidden;
}

.session-card:hover{

    transform: translateY(-8px);

    background: rgba(255,255,255,0.09);

    border-left: 5px solid #0d6efd;

   
}

.session-card .time{

    min-width: 170px;

    font-size: 20px !important;

    font-weight:600;

    color: #8fd9ff;

    position: relative;
}


.session-card .time::after{
    content: "";

    position: absolute;

    right: -16px;
    top: 50%;

    transform: translateY(-50%);

    width: 1px;
    height: 45px;

    background: rgba(255,255,255,0.15);
}


.session-title{

    font-size: 18px !important;

    font-weight: 600;

    color: #fff !important;

    line-height: 1.5;
}

.hall{

    display: inline-block;

    background: rgba(0,174,239,0.12);

    border: 1px solid rgba(0,174,239,0.25);

    color: #5fd7ff;

    padding: 4px 10px;

    border-radius: 40px;

    font-size: 10px;

    font-weight: 700;

    margin-bottom: 8px;
}

@media(max-width:768px){

    .agenda-bg .why-box{
        padding: 25px 18px !important;
    }

    .agenda-bg .section-title{
        font-size: 36px !important;
    }

    .agenda-bg .nav-pills .nav-link{

        padding: 10px 18px !important;

        font-size: 15px;
    }

    .session-card{
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;

        padding: 18px !important;
    }

    .session-card .time{
        min-width: 100%;
        font-size: 18px !important;
    }

    .session-card .time::after{
        display: none;
    }

    .session-title{
        font-size: 16px !important;
    }

    .day-title{
        font-size: 20px !important;
    }
}