
/* ================= MOBILE ================= */
@media (max-width: 768px) {
  /* NAVBAR LAYOUT */
  .navbar .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  /* LOGO GROUP */
  .logo-group {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    margin-left: 0;
    overflow: hidden;
  }

  /* LOGO SIZE */
  .logo-item img {
    height: 24px;
    max-width: 100%;
    object-fit: contain;
  }

  /* DIVIDER */
  .divider {
    height: 16px;
    width: 1px;
    background: #fff;
  }

  .navbar-toggler-icon {
    background-image: none !important;
    width: 24px;
    height: 18px;
    position: relative;
    display: inline-block;
  }

  .navbar-toggler-icon::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
  }

  .navbar-toggler-icon span {
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    display: block;
  }

  .navbar-toggler-icon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 10px;
  }

  .navbar-collapse {
    background: #061527;
    padding: 10px;
    margin-top: 8px;
    border-radius: 8px;
  }

  .nav-link {
    padding: 8px 0;
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .sponsors-grid {
    max-width: 420px;
  }

  .box {
    width: 140px;
    height: 68px;
  }
}

/* ================= TABLET ================= */
@media (max-width: 992px) {
  .hero h1 {
    font-size: 30px;
  }

  .hero h1 span {
    font-size: 38px;
  }

  .btn-group-custom {
    flex-wrap: wrap;
  }

  .title1 {
    font-size: 36px;
  }

  .count {
    font-size: 40px;
  }

  /* EVENT SPECTRUM */
  .eventspectrum-section h3 {
    font-size: 40px;
    line-height: 45px;
  }

  .left-panel {
    max-width: 100%;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
  .navbar {
    padding: 12px 0;
    background: #061527;
  }

  .navbar .container-fluid {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .logo-item img {
    height: 24px;
  }
  .divider {
    height: 18px;
  }

  .navbar-toggler {
    padding: 8px 10px;
    background: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 8px;
  }

  .navbar-toggler-icon {
    width: 24px;
    height: 20px;
    background: transparent;
    position: relative;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after,
  .navbar-toggler-icon span {
    content: "";
    position: absolute;
    width: 100%;
    height: 2.5px;
    background: #fff;
    border-radius: 3px;
  }

  .navbar-toggler-icon::before {
    top: 4px;
  }
  .navbar-toggler-icon span {
    top: 50%;
    transform: translateY(-50%);
  }
  .navbar-toggler-icon::after {
    bottom: 4px;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after,
  .navbar-toggler:not(.collapsed) .navbar-toggler-icon span {
    background: #fff;
  }
  .navbar {
    padding: 12px 0;

    background: #061527;
  }

  .logo-item img {
    height: 22px;
  }

  .divider {
    height: 14px;
  }

  .nav-link {
    font-size: 13px;
  }

  .hero {
    padding-top: 40px !important;
    text-align: left;
  }

  .future {
    font-size: 8px;
  }

  .btn-group-custom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .btn-main,
  .btn-outline {
    width: 100%;
    height: 48px;
    font-size: 14px;
  }

  .title1 {
    font-size: 28px;
  }

  .aboutp {
    font-size: 14px;
  }

  .box {
    width: 90px;
    height: 45px;
  }

  .count {
    font-size: 15px;
  }

  .stat-box p {
    font-size: 12px;
  }

  .eventspectrum-section h3 {
    font-size: 26px;
    line-height: 32px;
  }

  .view-link {
    margin-top: 10px;
    font-size: 13px;
  }

  .eventspec-card {
    width: 260px;
    height: auto;
  }

  .eventspec-img img {
    width: 100%;
    height: auto;
  }

  .eventspec-content h4 {
    font-size: 16px;
  }

  .eventspec-content p {
    font-size: 12px;
  }

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

  .curtain-desc {
    font-size: 14px;
  }

  .partners-heading {
    font-size: 26px;
  }

  .partner-card {
    height: 90px;
    font-size: 14px;
  }

  .left-panel {
    padding: 20px;
  }

  .left-panel h2 {
    font-size: 24px;
  }

  .info-item strong {
    font-size: 14px;
  }

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

  .footer {
    padding: 50px 0 20px;
  }

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

@media (max-width: 480px) {
}

@media (max-width: 991px) {
  #logoRow .col-md-4 {
    width: 33.33%;
  }

  .sponsor-card-new1 {
    height: 180px;
  }
}

@media (max-width: 767px) {
  #Exhibitors-list {
    padding: 55px 0 25px;
  }

  #Exhibitors-list .session-title {
    font-size: 40px;
  }

  #Exhibitors-list + .container {
    padding: 25px 10px 60px;
  }

  #logoRow {
    row-gap: 18px;
  }

  #logoRow .col-6 {
    width: 50%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .sponsor-card-new1 {
    height: 130px;
    border-radius: 18px;
    padding: 14px;
  }

  .sponsor-card-new1 img {
    max-height: 60px;
  }
}

/* ================= CURTAIN RAISER  ================= */
@media (max-width: 768px) {
  .curtain-raiser {
    padding: 40px 0;
  }

  .image-wrapper {
    width: 100%;
    overflow: hidden;
    background: transparent;
  }

  .image-wrapper img {
    width: 100%;
    max-height: 260px;
    object-fit: cover;
    border-radius: 18px;
    display: block;
  }

  .quote-footer span {
    font-size: 11px;
  }

  .image-wrapper::after,
  .image-wrapper::before {
    display: none !important;
  }

  .image-wrapper,
  .curtain-raiser .col-lg-6 {
    height: auto !important;
    min-height: auto !important;
  }
}

@media (max-width: 768px) {
  .eventspectrum-slider,
  .eventspectrum-wrapper,
  .eventspec-row {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .eventspec-card {
    width: 90%;
    max-width: 280px;
    margin: 0 auto;
  }

  .eventspec-img img {
    width: 100%;
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .future-wrap {
    margin-top: 22px;
    margin-bottom: 18px;
  }

  .future {
    font-size: 10px;
    letter-spacing: 2px;
    line-height: 16px;
  }
}
/* FINAL MOBILE ABOUT + COUNTER FIX */
@media only screen and (max-width: 768px) {
  /* ABOUT SECTION GAP */
  .prawaas-section .row {
    row-gap: 8px !important;
  }

  .prawaas-section .col-lg-6 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .aboutp {
    margin-bottom: 8px !important;
    padding-bottom: 0 !important;
    line-height: 24px !important;
  }

  .about-grid {
    margin-top: -25px !important;
  }

  .counter-section {
    padding-top: 0px !important;
    margin-top: -10px !important;
  }

  .counter-section .count {
    font-size: 34px !important;
    line-height: 1 !important;
  }

  .counter-section .stat-box p {
    font-size: 10px !important;
    line-height: 15px !important;
    letter-spacing: 1px !important;
  }
}

@media only screen and (max-width: 768px) {
  .eventspectrum-section .col-lg-4 {
    text-align: right !important;
  }

  .view-link {
    display: inline-block;
    margin-top: -10px;
    margin-right: 5px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 768px) {
  .footer-links-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 0 20px !important;
  }

  .footer-list {
    display: contents;
  }

  .footer-list li {
    margin-bottom: 14px;
    list-style: none;
  }

  .footer-list li a {
    font-size: 14px;
    line-height: 20px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html,
  body {
    overflow-x: hidden !important;
    width: 100%;
  }

  * {
    max-width: 100%;
  }

  .container,
  .container-fluid {
    padding-left: 14px !important;
    padding-right: 14px !important;
    overflow: hidden;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .hero {
    padding-top: 20px !important;
    overflow: hidden;
  }

  .hero-card img {
    border-radius: 18px;
    width: 100%;
  }

  .heroSwiper {
    overflow: hidden;
  }

  .btn-main,
  .btn-outline {
    width: 100%;
    height: 44px !important;
    font-size: 13px !important;
    padding: 10px 16px !important;
  }

  .btn-get-directions {
    width: 100%;
    max-width: 230px;
    height: 46px !important;
    font-size: 12px !important;
    letter-spacing: 2px;
    padding: 10px 18px !important;
  }

  .eventspec-card {
    width: 100% !important;
    max-width: 270px !important;
  }

  .location-card {
    overflow: hidden;
    border-radius: 22px;
  }

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

  #map {
    width: 100%;
  }

  .footer {
    overflow: hidden;
  }
}

/* ================= FINAL HAMBURGER  ================= */
@media only screen and (max-width: 768px) {
  .navbar-toggler {
    width: 48px;
    height: 48px;
    padding: 0 !important;
    border-radius: 14px !important;
    background: rgba(255, 255, 255, 0.06) !important;
    border: 2px solid rgba(255, 255, 255, 0.08) !important;

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

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .navbar-toggler-icon {
    background-image: none !important;
    width: 24px !important;
    height: 18px !important;
    position: relative;
    display: block;
  }

  .navbar-toggler-icon::before,
  .navbar-toggler-icon::after,
  .navbar-toggler-icon span {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2.5px;
    background: #fff;
    border-radius: 20px;
    transition: 0.3s ease;
  }

  .navbar-toggler-icon::before {
    top: 0;
  }

  .navbar-toggler-icon span {
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar-toggler-icon::after {
    bottom: 0;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    transform: rotate(45deg);
    top: 8px;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon span {
    opacity: 0;
  }

  .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-45deg);
    bottom: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .navbar-collapse {
    transition: all 0.3s ease;
  }

  .navbar-collapse.show {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .future-wrap {
    margin-top: 34px !important;
    margin-bottom: 26px !important;
    align-items: center;
  }

  .future-wrap .line {
    margin-top: 6px;
  }

  .future {
    line-height: 18px !important;
  }
}

/* ================= event ================= */

@media only screen and (max-width: 768px) {
  .spacing,
  .event-sec,
  .journey-section,
  #dignitaries,
  #organiser,
  #why-attend,
  #eventobjectives {
    padding: 45px 0 !important;
  }

  .container {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .inner-banner {
    height: 220px !important;
  }

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

  .event-sec p,
  .section-soft p,
  .section-soft1 p,
  .eventobjp,
  .prawaasp {
    font-size: 14px !important;
    line-height: 1.8 !important;
    margin-top: 8px !important;
  }

  .info-card {
    height: 240px !important;
    border-radius: 14px;
  }

  .info-card .content {
    bottom: 14px;
    left: 14px;
    right: 14px;
  }

  .info-card h4 {
    font-size: 18px;
  }

  .info-card p {
    font-size: 13px;
  }

  .pill {
    font-size: 13px !important;
    padding: 12px 14px !important;
    border-radius: 10px;
  }

  .journey-card {
    padding: 22px 12px !important;
  }

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

  .journey-card p,
  .journey-card span {
    font-size: 13px;
  }

  .dignitary-card {
    padding: 22px 14px !important;
  }

  .dignitary-img {
    width: 95px !important;
    height: 95px !important;
    margin-bottom: 14px !important;
  }

  .dignitary-name {
    font-size: 15px !important;
  }

  .dignitary-role {
    font-size: 12px !important;
    line-height: 1.5;
  }

  .why-main-box {
    padding: 18px 16px !important;
    border-radius: 18px !important;
  }

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

  .why-line span {
    font-size: 13px !important;
    line-height: 1.7 !important;
  }

  #eventobjectives .feature-item {
    padding: 22px 16px !important;
    border-radius: 14px;
  }

  #eventobjectives h5 {
    font-size: 14px !important;
  }

  #eventobjectives p {
    font-size: 13px !important;
    line-height: 1.7;
  }
}

@media only screen and (max-width: 768px) {
  h1.section-title,
  h2.section-title {
    font-size: 18px !important;
    line-height: 1.15 !important;
  }
}

/* ================= CONTACT CARD MOBILE FIX ================= */
@media only screen and (max-width: 768px) {
  .contact-card {
    padding: 20px 16px !important;
    border-radius: 18px !important;
    overflow: hidden;
  }

  .contact-card h6 {
    font-size: 22px !important;
    margin-bottom: 12px !important;
    word-break: break-word;
  }

  .contact-card p {
    font-size: 14px !important;
    line-height: 1.8 !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .contact-card a {
    font-size: 14px !important;
    word-break: break-word;
    overflow-wrap: break-word;
  }
}

/* ================= DIGNITARIES ================= */
@media only screen and (max-width: 768px) {
  .dignity-row .col-6 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .dignitary-card {
    width: 100%;
    max-width: 260px;
    margin: 0 auto 18px;
    padding: 20px 16px !important;
  }

  .dignitary-name {
    font-size: 18px !important;
  }

  .dignitary-role {
    font-size: 13px !important;
    line-height: 1.6 !important;
  }
}

/* ================= ABOUT SECTION MOBILE FIX ================= */
@media only screen and (max-width: 768px) {
  .prawaas-section .row {
    display: flex;
    flex-direction: column;
    row-gap: 25px !important;
  }

  .prawaas-section .col-lg-7,
  .prawaas-section .col-lg-5 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }

  /* FULL TEXT */
  .aboutp {
    font-size: 14px !important;
    line-height: 28px !important;
    text-align: left;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 18px !important;
  }

  /* ================= HAMBURGER RIGH================= */
  @media only screen and (max-width: 768px) {
    .navbar .container-fluid {
      display: flex !important;
      justify-content: space-between !important;
      align-items: center !important;
    }

    .navbar-toggler {
      margin-left: auto !important;
      position: relative;
      right: 0;
    }

    .navbar-brand,
    .logo-group {
      flex: 1;
    }
  }

  /* ================= CURTAIN RAISER QUOTE FIX ================= */
  @media only screen and (max-width: 768px) {
    .quote-box {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
      padding: 18px 16px !important;
    }

    .quote-box img {
      max-width: 100% !important;
    }

    .quote-box .swiper,
    .quote-box .slider,
    .quote-box .icon-box {
      width: 100% !important;
      overflow: hidden !important;
    }

    .quote-box * {
      box-sizing: border-box;
    }
  }

  /* ================= TABLET ================= */
  @media (max-width: 992px) {
    .logo-group {
      gap: 10px;
    }

    .logo-item img {
      height: 32px;
      object-fit: contain;
    }

    .divider {
      height: 24px;
    }
  }

  /* ================= MOBILE ================= */
  @media (max-width: 768px) {
    /* NAVBAR LAYOUT */
    .navbar .container-fluid {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-left: 10px !important;
      padding-right: 10px !important;
    }

    /* LOGO GROUP */
    .logo-group {
      display: flex;
      align-items: center;
      gap: 6px;
      flex: 1;
      margin-left: 0;
      overflow: hidden;
    }

    /* LOGO SIZE */
    .logo-item img {
      height: 24px;
      max-width: 100%;
      object-fit: contain;
    }

    /* DIVIDER */
    .divider {
      height: 16px;
      width: 1px;
      background: #fff;
    }

    .navbar-toggler-icon {
      background-image: none !important;
      width: 24px;
      height: 18px;
      position: relative;
      display: inline-block;
    }

    .navbar-toggler-icon::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fff;
      border-radius: 10px;
    }

    .navbar-toggler-icon span {
      position: absolute;
      top: 8px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fff;
      border-radius: 10px;
      display: block;
    }

    .navbar-toggler-icon::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fff;
      border-radius: 10px;
    }

    .navbar-collapse {
      background: #061527;
      padding: 10px;
      margin-top: 8px;
      border-radius: 8px;
    }

    .nav-link {
      padding: 8px 0;
      font-size: 14px;
    }
  }

  @media (max-width: 992px) {
    .sponsors-grid {
      max-width: 420px;
    }

    .box {
      width: 140px;
      height: 68px;
    }
  }

  /* ================= TABLET ================= */
  @media (max-width: 992px) {
    .hero h1 {
      font-size: 30px;
    }

    .hero h1 span {
      font-size: 38px;
    }

    .btn-group-custom {
      flex-wrap: wrap;
    }

    .title1 {
      font-size: 36px;
    }

    .count {
      font-size: 40px;
    }

    /* EVENT SPECTRUM */
    .eventspectrum-section h3 {
      font-size: 40px;
      line-height: 45px;
    }

    .curtain-title {
      font-size: 48px;
    }
    .left-panel {
      max-width: 100%;
    }
  }

  /* ================= MOBILE ================= */
  @media (max-width: 768px) {
    .navbar {
      padding: 12px 0;
      background: #061527;
    }

    .navbar .container-fluid {
      padding-left: 12px !important;
      padding-right: 12px !important;
    }

    .logo-item img {
      height: 24px;
    }
    .divider {
      height: 18px;
    }

    .navbar-toggler {
      padding: 8px 10px;
      background: rgba(255, 255, 255, 0.1);
      border: none;
      border-radius: 8px;
    }

    .navbar-toggler-icon {
      width: 24px;
      height: 20px;
      background: transparent;
      position: relative;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after,
    .navbar-toggler-icon span {
      content: "";
      position: absolute;
      width: 100%;
      height: 2.5px;
      background: #fff;
      border-radius: 3px;
    }

    .navbar-toggler-icon::before {
      top: 4px;
    }
    .navbar-toggler-icon span {
      top: 50%;
      transform: translateY(-50%);
    }
    .navbar-toggler-icon::after {
      bottom: 4px;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before,
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after,
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon span {
      background: #fff;
    }
    .navbar {
      padding: 12px 0;

      background: #061527;
    }

    .logo-item img {
      height: 22px;
    }

    .divider {
      height: 14px;
    }

    .nav-link {
      font-size: 13px;
    }

    .hero {
      padding-top: 40px !important;
      text-align: left;
    }

    .future {
      font-size: 8px;
    }

    .btn-group-custom {
      flex-direction: column;
      align-items: flex-start;
      gap: 10px;
    }

    .btn-main,
    .btn-outline {
      width: 100%;
      height: 48px;
      font-size: 14px;
    }

    .title1 {
      font-size: 28px;
    }

    .aboutp {
      font-size: 14px;
    }

    .box {
      width: 90px;
      height: 45px;
    }

    .count {
      font-size: 15px;
    }

    .stat-box p {
      font-size: 12px;
    }

    .eventspectrum-section h3 {
      font-size: 26px;
      line-height: 32px;
    }

    .view-link {
      margin-top: 10px;
      font-size: 13px;
    }

    .eventspec-card {
      width: 260px;
      height: auto;
    }

    .eventspec-img img {
      width: 100%;
      height: auto;
    }

    .eventspec-content h4 {
      font-size: 16px;
    }

    .eventspec-content p {
      font-size: 12px;
    }

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

    .curtain-desc {
      font-size: 14px;
    }

    .partners-heading {
      font-size: 26px;
    }

    .partner-card {
      height: 90px;
      font-size: 14px;
    }

    .left-panel {
      padding: 20px;
    }

    .left-panel h2 {
      font-size: 24px;
    }

    .info-item strong {
      font-size: 14px;
    }

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

    .footer {
      padding: 50px 0 20px;
    }

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

  @media (max-width: 480px) {
  }

  @media (max-width: 991px) {
    #logoRow .col-md-4 {
      width: 33.33%;
    }

    .sponsor-card-new1 {
      height: 180px;
    }
  }

  @media (max-width: 767px) {
    #Exhibitors-list {
      padding: 55px 0 25px;
    }

    #Exhibitors-list .session-title {
      font-size: 40px;
    }

    #Exhibitors-list + .container {
      padding: 25px 10px 60px;
    }

    #logoRow {
      row-gap: 18px;
    }

    #logoRow .col-6 {
      width: 50%;
      padding-left: 8px;
      padding-right: 8px;
    }

    .sponsor-card-new1 {
      height: 130px;
      border-radius: 18px;
      padding: 14px;
    }

    .sponsor-card-new1 img {
      max-height: 60px;
    }
  }

  /* ================= CURTAIN RAISER  ================= */
  @media (max-width: 768px) {
    .curtain-raiser {
      padding: 40px 0;
    }

    .image-wrapper {
      width: 100%;
      overflow: hidden;
      background: transparent;
    }

    .image-wrapper img {
      width: 100%;
      max-height: 260px;
      object-fit: cover;
      border-radius: 18px;
      display: block;
    }

    .quote-footer span {
      font-size: 11px;
    }

    .image-wrapper::after,
    .image-wrapper::before {
      display: none !important;
    }

    .image-wrapper,
    .curtain-raiser .col-lg-6 {
      height: auto !important;
      min-height: auto !important;
    }
  }

  @media (max-width: 768px) {
    .eventspectrum-slider,
    .eventspectrum-wrapper,
    .eventspec-row {
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .eventspec-card {
      width: 90%;
      max-width: 280px;
      margin: 0 auto;
    }

    .eventspec-img img {
      width: 100%;
      display: block;
    }
  }

  @media only screen and (max-width: 768px) {
    .future-wrap {
      margin-top: 22px;
      margin-bottom: 18px;
    }

    .future {
      font-size: 10px;
      letter-spacing: 2px;
      line-height: 16px;
    }
  }
  /* FINAL MOBILE ABOUT + COUNTER FIX */
  @media only screen and (max-width: 768px) {
    /* ABOUT SECTION GAP */
    .prawaas-section .row {
      row-gap: 8px !important;
    }

    .prawaas-section .col-lg-6 {
      margin-bottom: 0 !important;
      padding-bottom: 0 !important;
    }

    .aboutp {
      margin-bottom: 8px !important;
      padding-bottom: 0 !important;
      line-height: 24px !important;
    }

    .about-grid {
      margin-top: -25px !important;
    }

    .counter-section {
      padding-top: 0px !important;
      margin-top: -10px !important;
    }

    .counter-section .count {
      font-size: 34px !important;
      line-height: 1 !important;
    }

    .counter-section .stat-box p {
      font-size: 10px !important;
      line-height: 15px !important;
      letter-spacing: 1px !important;
    }
  }

  @media only screen and (max-width: 768px) {
    .eventspectrum-section .col-lg-4 {
      text-align: right !important;
    }

    .view-link {
      display: inline-block;
      margin-top: -10px;
      margin-right: 5px;
      font-size: 13px;
    }
  }

  @media only screen and (max-width: 768px) {
    .footer-links-grid {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 0 20px !important;
    }

    .footer-list {
      display: contents;
    }

    .footer-list li {
      margin-bottom: 14px;
      list-style: none;
    }

    .footer-list li a {
      font-size: 14px;
      line-height: 20px;
      display: block;
    }
  }
  @media only screen and (max-width: 768px) {
    html,
    body {
      overflow-x: hidden !important;
      width: 100%;
    }

    * {
      max-width: 100%;
    }

    .container,
    .container-fluid {
      padding-left: 14px !important;
      padding-right: 14px !important;
      overflow: hidden;
    }

    .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .hero {
      padding-top: 20px !important;
      overflow: hidden;
    }

    .hero-card img {
      border-radius: 18px;
      width: 100%;
    }

    .heroSwiper {
      overflow: hidden;
    }

    .btn-main,
    .btn-outline {
      width: 100%;
      height: 44px !important;
      font-size: 13px !important;
      padding: 10px 16px !important;
    }

    .btn-get-directions {
      width: 100%;
      max-width: 230px;
      height: 46px !important;
      font-size: 12px !important;
      letter-spacing: 2px;
      padding: 10px 18px !important;
    }

    .eventspec-card {
      width: 100% !important;
      max-width: 270px !important;
    }

    .location-card {
      overflow: hidden;
      border-radius: 22px;
    }

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

    #map {
      width: 100%;
    }

    .footer {
      overflow: hidden;
    }
  }

  /* ================= FINAL HAMBURGER  ================= */
  @media only screen and (max-width: 768px) {
    .navbar-toggler {
      width: 48px;
      height: 48px;
      padding: 0 !important;
      border-radius: 14px !important;
      background: rgba(255, 255, 255, 0.06) !important;
      border: 2px solid rgba(255, 255, 255, 0.08) !important;

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

    .navbar-toggler:focus {
      box-shadow: none !important;
    }

    .navbar-toggler-icon {
      background-image: none !important;
      width: 24px !important;
      height: 18px !important;
      position: relative;
      display: block;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after,
    .navbar-toggler-icon span {
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 2.5px;
      background: #fff;
      border-radius: 20px;
      transition: 0.3s ease;
    }

    .navbar-toggler-icon::before {
      top: 0;
    }

    .navbar-toggler-icon span {
      top: 50%;
      transform: translateY(-50%);
    }

    .navbar-toggler-icon::after {
      bottom: 0;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
      transform: rotate(45deg);
      top: 8px;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon span {
      opacity: 0;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
      transform: rotate(-45deg);
      bottom: 8px;
    }
  }
  @media only screen and (max-width: 768px) {
    .navbar-collapse {
      transition: all 0.3s ease;
    }

    .navbar-collapse.show {
      display: block !important;
    }
  }

  @media only screen and (max-width: 768px) {
    .future-wrap {
      margin-top: 34px !important;
      margin-bottom: 26px !important;
      align-items: center;
    }

    .future-wrap .line {
      margin-top: 6px;
    }

    .future {
      line-height: 18px !important;
    }
  }

  /* ================= event ================= */

  @media only screen and (max-width: 768px) {
    .spacing,
    .event-sec,
    .journey-section,
    #dignitaries,
    #organiser,
    #why-attend,
    #eventobjectives {
      padding: 45px 0 !important;
    }

    .container {
      padding-left: 18px !important;
      padding-right: 18px !important;
    }

    .inner-banner {
      height: 220px !important;
    }

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

    .event-sec p,
    .section-soft p,
    .section-soft1 p,
    .eventobjp,
    .prawaasp {
      font-size: 14px !important;
      line-height: 1.8 !important;
      margin-top: 8px !important;
    }

    .info-card {
      height: 240px !important;
      border-radius: 14px;
    }

    .info-card .content {
      bottom: 14px;
      left: 14px;
      right: 14px;
    }

    .info-card h4 {
      font-size: 18px;
    }

    .info-card p {
      font-size: 13px;
    }

    .pill {
      font-size: 13px !important;
      padding: 12px 14px !important;
      border-radius: 10px;
    }

    .journey-card {
      padding: 22px 12px !important;
    }

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

    .journey-card p,
    .journey-card span {
      font-size: 13px;
    }

    .dignitary-card {
      padding: 22px 14px !important;
    }

    .dignitary-img {
      width: 95px !important;
      height: 95px !important;
      margin-bottom: 14px !important;
    }

    .dignitary-name {
      font-size: 15px !important;
    }

    .dignitary-role {
      font-size: 12px !important;
      line-height: 1.5;
    }

    .why-main-box {
      padding: 18px 16px !important;
      border-radius: 18px !important;
    }

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

    .why-line span {
      font-size: 13px !important;
      line-height: 1.7 !important;
    }

    #eventobjectives .feature-item {
      padding: 22px 16px !important;
      border-radius: 14px;
    }

    #eventobjectives h5 {
      font-size: 14px !important;
    }

    #eventobjectives p {
      font-size: 13px !important;
      line-height: 1.7;
    }
  }

  @media only screen and (max-width: 768px) {
    h1.section-title,
    h2.section-title {
      font-size: 18px !important;
      line-height: 1.15 !important;
    }
  }

  /* ================= CONTACT CARD MOBILE FIX ================= */
  @media only screen and (max-width: 768px) {
    .contact-card {
      padding: 20px 16px !important;
      border-radius: 18px !important;
      overflow: hidden;
    }

    .contact-card h6 {
      font-size: 22px !important;
      margin-bottom: 12px !important;
      word-break: break-word;
    }

    .contact-card p {
      font-size: 14px !important;
      line-height: 1.8 !important;
      word-break: break-word;
      overflow-wrap: break-word;
    }

    .contact-card a {
      font-size: 14px !important;
      word-break: break-word;
      overflow-wrap: break-word;
    }
  }

  /* ================= DIGNITARIES ================= */
  @media only screen and (max-width: 768px) {
    .dignity-row .col-6 {
      width: 100% !important;
      max-width: 100% !important;
    }

    .dignitary-card {
      width: 100%;
      max-width: 260px;
      margin: 0 auto 18px;
      padding: 20px 16px !important;
    }

    .dignitary-name {
      font-size: 18px !important;
    }

    .dignitary-role {
      font-size: 13px !important;
      line-height: 1.6 !important;
    }
  }

  /* ================= ABOUT SECTION MOBILE FIX ================= */
  @media only screen and (max-width: 768px) {
    .prawaas-section .row {
      display: flex;
      flex-direction: column;
      row-gap: 25px !important;
    }

    .prawaas-section .col-lg-7,
    .prawaas-section .col-lg-5 {
      width: 100% !important;
      max-width: 100% !important;
      flex: 0 0 100% !important;
    }

    /* FULL TEXT */
    .aboutp {
      font-size: 14px !important;
      line-height: 28px !important;
      text-align: left;
      width: 100% !important;
      max-width: 100% !important;
      margin-bottom: 18px !important;
    }

    /* TITLE */
    .title1 {
      font-size: 32px !important;
      margin-bottom: 20px !important;
    }
  }

  @media only screen and (max-width: 768px) {
    .navbar .container-fluid {
      display: flex !important;
      justify-content: space-between !important;
      align-items: center !important;
    }

    .navbar-toggler {
      margin-left: auto !important;
      position: relative;
      right: 0;
    }

    .navbar-brand,
    .logo-group {
      flex: 1;
    }
  }

  @media only screen and (max-width: 768px) {
    .quote-box {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden !important;
      padding: 18px 16px !important;
    }

    .quote-box img {
      max-width: 100% !important;
    }

    .quote-box .swiper,
    .quote-box .slider,
    .quote-box .icon-box {
      width: 100% !important;
      overflow: hidden !important;
    }

    .quote-box * {
      box-sizing: border-box;
    }
  }

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

  /* ================= HERO TITLE FIX ================= */

  @media only screen and (max-width: 768px) {
    .hero h1 {
      font-size: 54px !important;
      line-height: 1.05 !important;
      letter-spacing: -1px;
      max-width: 520px;
    }

    .hero h1 br {
      display: none !important;
    }

    .hero h1 span {
      display: inline !important;
    }
  }

  /* ================= 425 ================= */

  @media only screen and (max-width: 425px) {
    .hero h1 {
      font-size: 44px !important;
      line-height: 1.08 !important;
    }
  }

  /* ================= 375 ================= */

  @media only screen and (max-width: 375px) {
    .hero h1 {
      font-size: 38px !important;
      line-height: 1.1 !important;
    }
  }
  /* ================= HERO SPAN FIX ================= */

  @media only screen and (max-width: 768px) {
    .hero h1 span {
      display: block !important;
      color: #f9a825;
      margin-top: 8px;
      line-height: 1.05 !important;
    }

    .hero h1 span br {
      display: block !important;
    }
  }

  /* ================= 425 ================= */

  @media only screen and (max-width: 425px) {
    .hero h1 span {
      font-size: 42px !important;
    }
  }

  /* ================= 375 ================= */

  @media only screen and (max-width: 375px) {
    .hero h1 span {
      font-size: 34px !important;
    }
  }
  @media only screen and (max-width: 768px) {
    .hero h1 span {
      display: inline-block !important;
      color: #f9a825;
      margin-top: 8px;
      line-height: 1.01 !important;
      white-space: nowrap;
      letter-spacing: 2px !important;
    }

    .hero h1 span br {
      display: none !important;
    }
  }

  /* ================= 1024 HAMBURGER FIX ================= */

  @media only screen and (max-width: 1024px) {
    /* FORCE MOBILE NAVBAR */
    .navbar-expand-lg .navbar-collapse {
      display: none !important;
      width: 100%;
    }

    .navbar-expand-lg .navbar-collapse.show {
      display: block !important;
      background: #061527;
      padding: 18px;
      margin-top: 14px;
      border-radius: 18px;
    }

    /* SHOW HAMBURGER */
    .navbar-expand-lg .navbar-toggler {
      display: flex !important;
      align-items: center;
      justify-content: center;

      width: 48px;
      height: 48px;

      margin-left: auto;

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

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

    /* NAVBAR ROW */
    .navbar .container-fluid {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      flex-wrap: wrap;
    }

    /* NAV LINKS */
    .navbar-nav {
      width: 100%;
      margin-top: 10px;
    }

    .nav-link {
      display: block;
      padding: 10px 0 !important;
      font-size: 15px !important;
    }

    /* REGISTER BUTTON */
    .btn-primary1 {
      width: 100%;
      margin-top: 14px;
      text-align: center;
    }
  }

  /* ================= FINAL 1024 HAMBURGER WORKING ================= */

  @media only screen and (max-width: 1024px) {
    /* SHOW TOGGLER */
    .navbar-toggler {
      display: flex !important;
      align-items: center;
      justify-content: center;

      width: 52px;
      height: 52px;

      margin-left: auto !important;

      background: rgba(255, 255, 255, 0.06) !important;
      border: 1px solid rgba(255, 255, 255, 0.08) !important;
      border-radius: 16px !important;

      padding: 0 !important;
      box-shadow: none !important;
    }

    /* 3 WHITE LINES */
    .navbar-toggler-icon {
      background-image: none !important;

      width: 24px;
      height: 18px;

      position: relative;
      display: block !important;
    }

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after,
    .navbar-toggler-icon span {
      content: "";
      position: absolute;
      left: 0;

      width: 100%;
      height: 2.5px;

      background: #fff !important;
      border-radius: 20px;

      transition: 0.3s ease;
    }

    .navbar-toggler-icon::before {
      top: 0;
    }

    .navbar-toggler-icon span {
      top: 50%;
      transform: translateY(-50%);
    }

    .navbar-toggler-icon::after {
      bottom: 0;
    }

    /* X ICON */
    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
      transform: rotate(45deg);
      top: 8px;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon span {
      opacity: 0;
    }

    .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
      transform: rotate(-45deg);
      bottom: 8px;
    }

    /* FORCE HIDE MENU */
    .navbar-collapse {
      display: none !important;

      width: 100%;
      background: #061527;

      margin-top: 16px;
      padding: 20px;

      border-radius: 18px;
    }

    /* SHOW WHEN CLICK */
    .navbar-collapse.show {
      display: block !important;
    }

    /* MOBILE NAV LINKS */
    .navbar-nav {
      width: 100%;
      gap: 8px;
    }

    .nav-link {
      display: block;
      padding: 12px 0 !important;
      font-size: 15px !important;
    }

    .btn-primary1 {
      width: 100%;
      text-align: center;
      margin-top: 14px;
    }

    /* HIDE DESKTOP NAV */
    .navbar-expand-lg .navbar-collapse {
      flex-basis: 100%;
    }
  }

  @media only screen and (max-width: 1024px) {
    .navbar-toggler {
      display: flex !important;
      align-items: center;
      justify-content: center;
      position: absolute;
      right: 20px;
      top: 18px;
      z-index: 9999;
    }

    #nav {
      display: none;
      width: 100%;
      background: #021b3a;
      padding: 20px;
      margin-top: 15px;
      border-radius: 14px;
    }

    #nav.active {
      display: block !important;
    }

    .navbar-nav {
      flex-direction: column;
      gap: 12px;
    }

    .dropdown-menu {
      position: static !important;
      width: 100%;
      background: #082b57;
      border: none;
      margin-top: 10px;
    }
  }
  /* ================= FINAL RIGHT HAMBURGER ================= */

  @media only screen and (max-width: 768px) {
    .navbar .container-fluid {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      flex-wrap: nowrap !important;
    }

    /* LEFT LOGOS */
    .logo-group {
      width: auto !important;
      flex: 1 !important;

      display: flex !important;
      align-items: center !important;

      justify-content: flex-start !important;

      gap: 6px !important;

      overflow: hidden;
    }

    .logo-item img {
      height: 18px !important;
      width: auto !important;
      object-fit: contain !important;
    }

    /* RIGHT HAMBURGER */
    .navbar-toggler {
      position: relative !important;
      margin-left: auto !important;
      margin-right: 0 !important;

      right: 0 !important;
      top: 0 !important;

      width: 46px !important;
      height: 46px !important;

      flex-shrink: 0;
    }
  }

  /* ================= FINAL RIGHT HAMBURGER ================= */

  @media only screen and (max-width: 768px) {
    .navbar .container-fluid {
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      flex-wrap: nowrap !important;
    }

    .logo-group {
      width: auto !important;
      flex: 1 !important;

      display: flex !important;
      align-items: center !important;
      justify-content: flex-start !important;

      gap: 6px !important;
    }

    .navbar-toggler {
      margin-left: auto !important;
      margin-right: 0 !important;

      position: relative !important;
      right: 0 !important;

      flex-shrink: 0;
    }
  }

  @media only screen and (max-width: 768px) {
    .quote-box img {
      display: none !important;
    }
  }

  /* ================= 1024 CURTAIN RAISER FIX ================= */

  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .curtain-raiser {
      padding: 60px 0 !important;
      overflow: hidden;
    }

    /* IMAGE SIDE */
    .image-wrapper {
      position: relative;
      overflow: hidden;
      border-radius: 22px;
    }

    .image-wrapper img {
      width: 100% !important;
      height: 420px !important;
      object-fit: cover !important;
      border-radius: 22px;
      display: block;
    }

    /* QUOTE BOX */
    .quote-box {
      width: 300px !important;
      padding: 20px !important;

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

      border-radius: 22px !important;
    }

    .quote-box h3,
    .quote-box h4 {
      font-size: 28px !important;
      line-height: 1.3 !important;
    }

    .quote-box p {
      font-size: 14px !important;
      line-height: 1.7 !important;
    }

    .quote-footer span {
      font-size: 12px !important;
    }

    /* LEFT CONTENT */
    .curtain-title {
      font-size: 62px !important;
      line-height: 1 !important;
    }

    .curtain-desc {
      font-size: 18px !important;
      line-height: 1.9 !important;
      max-width: 95%;
    }
    .quote-box img {
      display: none !important;
    }
  }
  /* ================= HERO  ================= */

  @media only screen and (max-width: 768px) {
    .hero h1 {
      line-height: 0.98 !important;

      width: 100%;
      max-width: 100%;

      word-break: normal;
      overflow-wrap: break-word;
    }

    .hero h1 br {
      display: block !important;
    }

    .hero h1 span {
      display: block !important;

      font-size: 42px !important;
      line-height: 0.98 !important;

      color: #f9a825;

      white-space: normal !important;

      margin-top: 4px;
    }
  }

  /* ================= 425 ================= */

  @media only screen and (max-width: 425px) {
    .hero h1 {
      font-size: 40px !important;
      line-height: 1 !important;
    }

    .hero h1 span {
      font-size: 35px !important;
    }
  }

  /* ================= 375 ================= */

  @media only screen and (max-width: 375px) {
    .hero h1 {
      font-size: 35px !important;
      line-height: 1.02 !important;
    }

    .hero h1 span {
      font-size: 28px !important;
    }
  }

  @media only screen and (max-width: 480px) {
    .future {
      font-size: 8px !important;
      letter-spacing: 1.5px;
    }

    .hero-card img {
      min-height: 220px;
    }

    .btn-main,
    .btn-outline {
      font-size: 13px !important;
      height: 46px !important;
    }
  }

  @media only screen and (max-width: 768px) {
    .hero-card {
      margin-top: 1px !important;
    }

    .hero {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }

    .future-wrap {
      margin-bottom: 12px !important;
    }

    .btn-group-custom {
      margin-bottom: 10px !important;
    }
  }
  /* ================= HERO ================= */

  @media only screen and (max-width: 768px) {
    .hero .col-lg-6.mt-4.mt-lg-0 {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    .hero-card {
      margin-top: 0 !important;
    }

    .hero .row {
      row-gap: 0 !important;
    }
  }

  /* ================= FINAL MOBILE NAV FIX ================= */

  @media only screen and (max-width: 1024px) {
    .navbar .container-fluid {
      position: relative;
      display: flex !important;
      align-items: center !important;
      justify-content: space-between !important;
      flex-wrap: wrap !important;
    }

    /* HAMBURGER */
    .navbar-toggler {
      margin-left: auto !important;
      z-index: 9999;
    }

    /* MENU CLOSED */
    #nav {
      display: none;

      width: 100%;

      background: #061527;

      padding: 18px;

      margin-top: 15px;

      border-radius: 18px;

      animation: fadeIn 0.3s ease;
    }

    /* MENU OPEN */
    #nav.active {
      display: block !important;
    }

    /* NAV LINKS */
    .navbar-nav {
      display: flex;
      flex-direction: column;
      width: 100%;
      gap: 10px;
    }

    .nav-link {
      display: block;
      width: 100%;
      padding: 12px 0 !important;
      font-size: 15px !important;
    }

    /* DROPDOWN */
    .dropdown-menu {
      position: static !important;
      width: 100%;
      background: #082b57 !important;
      border: none !important;
      margin-top: 8px !important;
    }

    .btn-primary1 {
      width: 100%;
      margin-top: 15px;
      text-align: center;
      display: block;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(-10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }
  }

  /* ================= FINAL 1024 NAVBAR FIX ================= */

  @media only screen and (max-width: 1024px) {
    .navbar .container-fluid {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative;
    }

    /* HAMBURGER */
    .navbar-toggler {
      display: flex !important;
      align-items: center;
      justify-content: center;

      width: 50px;
      height: 50px;

      margin-left: auto;

      background: rgba(255, 255, 255, 0.06);
      border: 1px solid rgba(255, 255, 255, 0.08);
      border-radius: 14px;

      box-shadow: none !important;
    }

    /* MENU CLOSED */
    .navbar-collapse {
      width: 100%;
      background: #061527;

      margin-top: 16px;
      padding: 18px;

      border-radius: 18px;
    }

    /* MOBILE STYLE NAV */
    .navbar-nav {
      flex-direction: column !important;
      gap: 10px;
      width: 100%;
    }

    .nav-link {
      padding: 12px 0 !important;
      width: 100%;
      font-size: 15px !important;
    }

    /* DROPDOWN */
    .dropdown-menu {
      position: static !important;
      width: 100%;
      background: #082b57 !important;
      border: none !important;
      margin-top: 8px !important;
    }

    /* REGISTER BTN */
    .btn-primary1 {
      width: 100%;
      margin-top: 15px;
      text-align: center;
    }
  }

  /* ================= 1024 EVENT CARD SPACING FIX ================= */

  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .eventspectrum-section .swiper {
      overflow: hidden;
      padding: 10px 8px 30px;
    }

    .eventspectrum-section .swiper-wrapper {
      align-items: stretch;
    }

    .eventspectrum-section .swiper-slide {
      width: auto !important;
      padding-right: 22px;
      box-sizing: border-box;
    }

    .eventspec-card {
      height: 100%;
      border-radius: 24px;
      overflow: hidden;

      transform: scale(0.98);
      transition: 0.3s ease;
    }

    .eventspec-card:hover {
      transform: scale(1);
    }

    .eventspec-img img {
      width: 100%;
      height: 260px;
      object-fit: cover;
    }

    .eventspec-content {
      padding: 26px 24px;
    }

    .eventspec-content h4 {
      margin-bottom: 14px;
    }

    .eventspec-content p {
      font-size: 15px;
      line-height: 1.7;
    }
  }

  @media only screen and (min-width: 769px) and (max-width: 1024px) {
    .btn-get-directions {
      width: auto !important;

      display: inline-flex !important;
      align-items: center;
      justify-content: center;

      padding: 12px 26px !important;

      font-size: 13px !important;
      letter-spacing: 2px;

      height: 46px !important;

      border-radius: 14px !important;

      margin-top: 18px !important;
    }
  }

  /* ===== FINAL HERO GAP FIX ===== */

  @media only screen and (max-width: 768px) {
    .hero.py-5 {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      margin-top: 0 !important;
    }

    .hero {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
      min-height: auto !important;
    }

    .hero .row {
      row-gap: 0 !important;
      margin-top: 0 !important;
    }

    .hero .col-lg-6.mt-4.mt-lg-0 {
      margin-top: -40px !important;
      padding-top: 0 !important;
    }

    .hero-card {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    .hero-card img {
      margin-top: 0 !important;
      display: block;
    }
  }
}

/* ===== FINAL ORGANISER MOBILE FIX ===== */

@media only screen and (max-width: 768px) {
  /* GRID */
  .top-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
  }

  /* EACH ITEM */
  .top-row .partner-box-wrap {
    width: 100% !important;
    text-align: center !important;
  }

  /* TITLE */
  .top-row .partner-label {
    font-size: 16px !important;
    line-height: 1.4 !important;
    margin-bottom: 10px !important;
    color: #8dbfff !important;
    min-height: 42px;
  }

  /* BOX */
  .top-row .box {
    width: 100% !important;
    height: 100px !important;

    border-radius: 12px !important;

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

    padding: 9px !important;
  }
  .top-row .box img {
    width: 100% !important;
    height: 100% !important;

    max-width: 100% !important;
    max-height: 100% !important;

    object-fit: contain !important;

    transform: scale(1) !important;
  }
}

@media only screen and (max-width: 768px) {
  .top-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
    align-items: start !important;
  }

  .top-row .partner-box-wrap {
    width: 100% !important;
    text-align: center !important;
  }

  .top-row .partner-label {
    min-height: 40px;
  }

  .top-row .box {
    width: 100% !important;
    height: 100px !important;
  }

  .top-row .box img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
  }
}
/* ===== ONLY EVENT CURATOR CENTER ===== */

@media only screen and (max-width: 768px) {
  .top-row {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 18px !important;
  }

  /* ONLY EVENT CURATOR */
  .top-row .partner-box-wrap.event-curator {
    grid-column: 1 / -1 !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .top-row .partner-box-wrap.event-curator .box {
    width: 110px !important;
    margin: 0 auto !important;
  }
}

@media only screen and (max-width: 768px) {
  .btn-get-directions {
    width: 100%;

    height: 52px !important;

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

    padding: 0 20px !important;

    font-size: 12px !important;
    font-weight: 700;

    letter-spacing: 2px;
    line-height: 1 !important;

    border-radius: 14px;

    text-align: center;
  }
}

@media only screen and (max-width: 768px) {
  .btn-get-directions {
    margin-top: 5px !important;
    margin-bottom: 10px !important;
  }

  .left-panel {
    padding-bottom: 12px !important;
  }
}


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

  .hero{
      padding-top: 32px !important;
      padding-bottom: 10px !important;
  }

  .hero-card{
      margin-top: 18px !important;
  }

}





