
:root {
  --hover-color: #ebebeb;
  --border-color: #d0d0d0;
  --primary-color: #05158a;
  --secondary-color:#5858ac;
  --bg-dark: #1d233a;
  --primary-opacity-color:#05158a6e;
  --agenda-bg-color:#cbd1ff6e;
}
a{
  color: var(--primary-color);
}
      .exploreevent-inner img {
        width: 100%;
      }
      .exploreevent-inner .default-content {
        height: auto;

        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
      }
      .explore-event .explore-event-inner-box {
        margin-bottom: 25px;
      }
      .exploreevent-content {
        padding: 40px;
        text-align: left;
        background: #101922;
      }
      .exploreevent-content h3 {
        font-family: "Red Hat Display", sans-serif;
        font-size: 20px;
        margin-bottom: 20px;
        color: #ffffff;
        font-weight: 900;
      }
      .exploreevent-content p {
        line-height: 1.5;
        color: #ffffff;
        font-size: 16px;
      }
      .mediaimage .bg-section-grey {
        background: var(--bg-dark);
        color: var(--hover-color);
        min-height: 190px;
      }
      .mediaimage .bg-section-grey h6 {
       
        font-size: 20px;
      }
      .kickflowAgendaTopics {
        display: flex;
        gap: 20px;
      }
      .half-border-right {
        position: relative;
        padding: 0; /* Adds spacing inside */
      }

      .half-border-right::after {
        content: "";
        position: absolute;
        right: 0; /* Align to the right */
        top: 0; /* Start from the top */
        height: 100%; /* Covers only the top half */
        width: 0.5px; /* Border width */
        background-color: #dedede; /* Border color */
      }

      #search-suggestions {
        position: absolute;
        width: 93%;
        max-height: 430px;
        overflow-y: auto;
        z-index: 1;
        background: white;
        border: 1px solid #ddd;
        border-radius: 0 0 4px 4px;
        display: none;
        top: 37px;
        left: 17px;
      }
      #sessionSearchResults {
        max-height: 430px;
        overflow-y: auto;
        position: absolute;
        z-index: 1;
        background: #fff;
      }

      .search-suggestion-item {
        padding: 10px 15px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
      }

      .search-suggestion-item:hover {
        background-color: #f5f5f5;
      }
      .search-suggestion-item {
        padding: 10px 15px;
        cursor: pointer;
        border-bottom: 1px solid #eee;
        transition: background-color 0.2s;
        display: flex;
        align-items: center;
      }

      .search-suggestion-item:hover {
        background-color: #f5f5f5;
      }

      .search-suggestion-item img {
        border-radius: 50%;
        object-fit: cover;
        margin-right: 12px;
        width: 40px;
        height: 40px;
      }
      .search-suggestion-item img {
        width: 40px;
        height: 40px;
        object-fit: cover;
        border-radius: 50%;
      }

      /* Ensure text doesn't overflow */
      .text-truncate {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      .search-suggestion-item .speaker-info {
        flex: 1;
      }
      .search-container {
        position: relative;
      }
      /* Search container */
      .search-container {
        position: relative;
        width: 100%;
        max-width: 640px;
      }

      /* Search input with icon */
      .search-input-with-icon {
        width: 100%;
        padding: 10px 20px 10px 50px; /* Extra left padding for icon */
        font-size: 15px;
        /* font-family: "Source Sans 3"; */
        border: 1px solid var(--border-color);
        border-radius: 10px; /* Rounded corners */
        outline: none;
        transition: all 0.3s ease;
        height: 38px;
      }

      .search-input-with-icon:focus {
        color: #212529;
        background-color: #fff;
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
      }

      /* Search icon */
      .search-icon {
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        color: #495057; /* Icon color */
        pointer-events: none; /* Allows clicking through to input */
      }
      .top-header {
        color: #000;
        font-size: 32px;
        font-weight: 600;
        font-family: "Red Hat Display", sans-serif;
      }
      .top-header-home {
        font-size: 46px;
        font-weight: 400;
        font-family: "Red Hat Display", sans-serif;
        color: white;
      }
      .top-header-p {
        color: #414141;
        font-size: 16px;
      }

      .btn {
        font-size: 0.9em;
      }

      body.menu-open {
        overflow: hidden;
        position: fixed;
        width: 100%;
      }

      .header-wraper {
        border-bottom: 1px solid #f5f5f5;
        position: sticky;
        top: 0;
        background: #fff;
        z-index: 111;
      }

      .header {
        background: white;
        /* box-shadow: 0 2px 5px rgba(0,0,0,0.1); */
        z-index: 1000;
        height: 4rem;
        max-width: 1440px;
        margin: auto;
      }
      @media screen and (min-width: 1500px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
          max-width: 1440px;
        }
      }
      .nav-container {
        height: 100%;
        display: flex;
        align-items: center;
        padding: 0 15px;
      }

      .logo {
        font-size: 1.5rem;
        font-weight: 500;
        color: #000;
        text-decoration: none;
        margin-right: 15px;
      }

      .nav-menu {
        display: flex;
        list-style: none;
        height: 100%;
        margin-bottom: 0px;
      }

      .nav-item {
        position: relative;
        height: 100%;
        display: flex;
        align-items: center;
      }

      .nav-link {
        color: #000;
        text-decoration: none;
        font-weight: 500;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        gap: 0.3rem;
        transition: all 0.1s;
        position: relative;
        font-size: 14px;
        height: 100%;
      }

      .header-wraper .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        transform: scaleX(0);
        transition: transform 0.1s;
      }

      .nav-link:hover {
        color: #666;
        /* background-color: #fafafa; */
      }
      .nav-link.active {
        color: #666;
        background-color: #fafafa;
      }

      .nav-link:hover::after,
      .nav-link.active::after {
        transform: scaleX(1);
      }
      .arrow {
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(45deg);
        transition: transform 0.1s;
        margin-left: 10px;
      }

      .arrow-reverse {
        border: solid #000;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        transform: rotate(-135deg);
        transition: transform 0.1s;
        margin-left: 10px;
      }

      .submenu {
        position: absolute;
        top: 100%;
        background: white;
        min-width: 200px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        transition: all 0.1s ease;
        background-color: #fafafa;
      }

      .nav-item:hover .submenu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }

      .submenu-item {
        list-style: none;
      }

      .submenu-link {
        color: #000 !important;
        text-decoration: none !important;
        padding: 0.8rem 1rem;
        display: block;
        transition: background-color 0.1s;
        font-family: "Source Sans 3", sans-serif;
        font-size: 14px;
      }

      .submenu-link:hover {
        background-color: #e6e6e6;
      }
      .list-unstyled .submenu-link {
        color: #000 !important;
        text-decoration: none !important;
        padding: 0.2rem 0.5rem;
        font-family: "Source Sans 3", sans-serif;
      }
      .mobile-toggle {
        display: none;
        background: none;
        border: none;
        cursor: pointer;
        transition: all 0.1s;
        position: relative;
        width: 15px;
        height: 30px;
      }

      /* Three-line and close icon styles */
      .mobile-toggle .menu-icon,
      .mobile-toggle .menu-icon::before,
      .mobile-toggle .menu-icon::after {
        content: "";
        display: block;
        background: #000;
        height: 2px;
        width: 100%;
        transition: all 0.1s;
        position: absolute;
      }
      .cross-icon {
        display: none;
      }

      .mobile-toggle .menu-icon {
        top: 50%;
        transform: translateY(-50%);
      }

      .mobile-toggle .menu-icon::before {
        top: -6px;
      }

      .mobile-toggle .menu-icon::after {
        bottom: -6px;
      }

      /* Close icon animation */
      .mobile-toggle.active .menu-icon {
        background: transparent;
      }

      .mobile-toggle.active .menu-icon::before {
        top: 0;
        transform: rotate(45deg);
      }

      .mobile-toggle.active .menu-icon::after {
        bottom: 0;
        transform: rotate(-45deg);
      }

      .bg-section-grey {
        background: var(--hover-color);
      }

      /* Updated Footer Styles */
      .footer {
        /* background: #f8f8f8; */
        background-color: var(--hover-color);
        margin-top: auto;
      }

      .footer-upper {
        padding: 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: auto;
      }

      .mailing-list {
        display: flex;
        align-items: center;
        gap: 1rem;
      }

      .footer-top-left-span {
        color: rgb(75, 75, 75);
        font-size: 14px;
        font-weight: 600;
        font-family: adobe-clean, Source Sans Pro, -apple-system,
          BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
      }

      .social-section {
        display: flex;
        align-items: center;
        gap: 1rem;
      }

      .social-icons a {
        display: flex;
        /* color: #4b4b4b; */
        color: var(--primary-color);
      }
      .social-icons a:hover {
        color: #1473e6;
        text-decoration: none;
      }
      .social-icon {
        color: #4b4b4b;
        font-size: 1.2rem;
        transition: color 0.1s;
      }

      .social-icon:hover {
        color: #1473e6;
      }

      .footer-divider {
        height: 0.5px;
        background: #b3b3b3;
        margin: 0;
        max-width: 1440px;
        margin: auto;
      }

      .footer-lower {
        padding: 1.5rem 2rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        max-width: 1440px;
        margin: auto;
      }

      .footer-lower .legal-links {
        display: flex;
        align-items: center;
        gap: 0.5rem;
      }

      .legal-link {
        color: #4b4b4b;
        text-decoration: none;
        font-size: 11px;
        font-weight: 600;
        font-family: adobe-clean, Source Sans Pro, -apple-system,
          BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
      }

      .legal-link:hover {
        color: #00175f;
        text-decoration: none;
      }

      .separator {
        font-size: 11px;
        font-weight: 400;
        font-family: adobe-clean, Source Sans Pro, -apple-system,
          BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
        color: #4b4b4b;
      }

      .copyright {
        color: #4b4b4b;
        font-size: 11px;
        font-weight: 600;
        font-family: adobe-clean, Source Sans Pro, -apple-system,
          BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
      }

      .legal-links {
        display: flex;
        gap: 0.5rem;
        align-items: center;
      }

      @media (min-width: 1024px) {
        .offcanvas .offcanvas-header {
          padding: 18px 18px 5px 18px;
        }
      }

      @media (min-width: 768px) {
        .arrow-rotate {
          transform: rotate(-135deg);
        }
        .drawer {
          width: 540px !important;
        }
      }

      @media (max-width: 992px) {
        .drawer {
          width: 100% !important;
        }
        .mobile-toggle {
          display: block;
        }

        .mega-menu-image {
          display: none;
        }

        .nav-menu {
          display: none;
          position: fixed;
          top: 4rem;
          left: 0;
          right: 0;
          bottom: 0; /* Fill the entire viewport */
          background: white;
          flex-direction: column;
          overflow-y: auto;
          -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          z-index: 999;
        }

        .nav-menu.active {
          display: flex;
        }

        .nav-item {
          height: auto;
          flex-direction: column;
          align-items: stretch;
        }

        .nav-link {
          padding: 1rem;
          justify-content: space-between;
          border-top: 1px solid #f3f3f3;
          border-bottom: 1px solid #f3f3f3;
          height: unset;
        }

        .submenu {
          position: static;
          box-shadow: none;
          transform: none;
          max-height: 0;
          opacity: 1;
          visibility: visible;
          overflow: hidden;
          transition: max-height 0.1s ease-out;
          background-color: #fafafa;
        }

        .nav-item.active .submenu {
          max-height: 500px; /* Large enough to accommodate content */
        }

        .footer-upper,
        .footer-lower {
          flex-direction: column;
          gap: 1.5rem;
          text-align: center;
        }

        .mailing-list,
        .social-section {
          flex-direction: column;
        }

        .legal-links {
          flex-wrap: wrap;
          /* justify-content: center; */
        }

        .re-logo {
          width: 100%;
          text-align: center;
        }
        .close-btn {
          top: 15px !important;
          right: 15px !important;
        }
      }
      @media (max-width: 599px) {
        .drawer-content {
          padding: 0 15px !important;
        }
      }
      @media (min-width: 1024px) {
        .drawer-header {
          padding: 18px 18px 5px 18px;
        }
      }
      body.no-scroll {
        overflow: hidden;
      }
      .background-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
        z-index: 999;
      }

      .background-overlay.active {
        opacity: 1;
        visibility: visible;
      }
      /* Drawer container */
      .drawer {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100%;
        background-color: #fff;
        transition: right 0.3s ease;
        z-index: 1000;
        border-left: 1px solid rgba(0, 0, 0, 0.175);
        max-width: 100%;
        overflow-y: auto;
      }

      /* Drawer active state */
      .drawer.open {
        right: 0;
      }

      /* Close button */
      .close-btn {
        position: absolute;
        top: 10px;
        right: 10px;
        background: none;
        font-size: 20px;
        cursor: pointer;
        width: 24px;
        height: 24px;
        border: 1px solid #767676;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 1;
        appearance: initial;
        color: #767676;
      }

      /* Drawer content */
      .drawer-header {
        padding: 30px 0;
      }

      .drawer-content {
        /* padding: 15px 80px 80px 80px; */
        padding: 30px;
      }

      .drawer-content img {
        width: 100%;
        margin-bottom: 24px;
      }

          .drawer-speaker-image{
            width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;

      }

      .drawer-content h2 {
        font-size: 28px;
        font-weight: 900;
        margin-bottom: 6px;
        font-family: "Red Hat Display", sans-serif;
      }

      .drawer-content span {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        font-family: "Source Sans 3", sans-serif;
      }

      .drawer-speaker-bio {
        margin: 28px 0px 0px 0px;
        font-size: 14px;
        font-weight: 400;
        line-height: 17.53px;
        font-family: "Source Sans 3", sans-serif;
      }

      .drawer-speaker-bio p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        font-family: "Source Sans 3", sans-serif;
      }

      .speaker-sessions-wrapper {
        margin-top: 40px;
        padding-top: 32px;
        border-top: 1px solid #eaeaea;
      }

      .speaker-sessions {
      }

      .speaker-sessions a {
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 20.03px;
        margin-bottom: 32px;
        font-family: "Red Hat Display", sans-serif;
      }

      .sr-only {
        position: absolute;
        left: -10000px;
        top: auto;
        width: 1px;
        height: 1px;
        overflow: hidden;
      }

      /* Trigger button */
      .trigger-btn {
        display: block;
        margin: 50px auto;
        background-color: #007bff;
        color: white;
        border: none;
        border-radius: 50%;
        width: 80px;
        height: 80px;
        overflow: hidden;
        cursor: pointer;
      }

      .trigger-btn img {
        width: 100%;
        height: 100%;
      }

    
      .offcanvas-close-icon {
        width: 16px;
        top: -6px;
        left: 3px;
        position: absolute;
      }


      @media (max-width: 899px) {
        .popup {
          padding-left: 20px !important;
          padding-right: 20px !important;
          /* padding-bottom: 80px !important; */
          max-width: 90% !important;
          max-height: 100%;
          margin-right: auto;
          margin-left: auto;
        }
      }

      .hidden {
        display: none !important;
      }

      .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
        z-index: 1000;
      }

      .overlay.visible {
        opacity: 1;
        pointer-events: auto;
      }
      .popup {
        background: white;
        padding: 20px;
        width: 100%;
        max-width: 600px;
        max-height: 100%;
        overflow: auto;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        position: relative;
        color: #fff;
        margin: 0;
        padding-left: 64px;
        padding-right: 64px;
        /* padding-bottom: 54px; */
        transform: translateY(-20px);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
      }

      .overlay.visible .popup {
        transform: translateY(0);
        opacity: 1;
      }

      .popup h1 {
        font-size: 24px;
        margin-bottom: 36px;
        color: #e23a33;
      }

      .popup h2 {
        color: #2c2c2c;
        /* font-size: 29px;
        font-weight: 900;
        line-height: 36px;
        margin-bottom: 22px;
        font-family: "Red Hat Display", sans-serif; */
      }

      .popup p {
        color: #2c2c2c;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-bottom: 22px;
        font-family: "Source Sans 3", sans-serif;
      }

      .popup form {
        margin-bottom: 10px;
      }
      .signup-btn {
        background-color: #00175f;
        color: white;
        border: 1px solid #00175f;
        padding: 10px 20px;
        border-radius: 4px;
        cursor: pointer;
        position: relative;
        font-weight: 700;
        text-decoration: none;
        line-height: 1;
        padding: 9px 18px 11px 18px;
        border-radius: 10px;
        transition: all 0.3s ease-in-out;
        display: inline-block;
      }

      .small-text {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 16px !important;
        margin-bottom: 22px !important;
        color: #000 !important;
        font-family: "Source Sans 3", sans-serif !important;
        margin: 30px 0 0 0;
      }

      .small-text a {
        text-decoration: none;
      }

      .badge-cover-red {
        display: inline;
        background-color: #ff1e3920;
        border-radius: 200px;
        padding: 2px 10px 2px 10px;
        -webkit-margin-start: 4px;
        margin-inline-start: 4px;
      }

      .badge-cover-green {
        display: inline;
        background-color: #00c27820;
        border-radius: 200px;
        padding: 2px 10px 2px 10px;
        -webkit-margin-start: 4px;
      }

      .badge-red {
        font-size: 12px;
        line-height: 145%;
        letter-spacing: 0;
        font-weight: 500;
        color: #ff1e39;
      }

      .badge-green {
        font-size: 12px;
        line-height: 145%;
        letter-spacing: 0;
        font-weight: 500;
        color: #063a17;
      }
      /* Mega Menu Specific Styles */
      .mega-menu {
        display: none;
        position: fixed;
        left: 0;
        width: 100%;
        background: white;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
        padding: 35px;
        z-index: 1000;
        border-bottom: 1px solid rgb(230 230 230);
        top: 65px;
      }
      .mega-menu-li-md:hover + .mega-menu {
        display: block;
      }

      /* Calculate negative margin to offset container padding if any */
      .mega-menu::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        z-index: -1;
        /* background: rgb(242 242 242); */
        background-color: var(--hover-color);
      }

      .nav-item:hover .mega-menu {
        display: block;
      }

      .mega-menu-row {
        max-width: 1330px; /* Or your site's max-width */
        margin: 0 auto;
        display: flex;
        width: 100%;
        gap: 20px;
      }
      .mega-menu-row ul li a {
        font-size: 0.9em;
      }
      .mega-menu-bottom-footer-inner {
        max-width: 1330px; /* Or your site's max-width */
        margin: 0 auto;
        display: flex;
        width: 100%;
        gap: 20px;
      }
      .mega-menu-bottom-footer-inner a {
        font-size: 14px;
      }
      .mega-menu-column {
        flex: 1;
        padding: 10px;
      }
      .table-light {
        background: #fff;
      }
      .table-light th {
        border: none;
      }

      .news-category {
        border-bottom: 1px solid #e1e1e1;
        color: #505050;
        font-weight: 600;
        white-space: nowrap;
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 12px;
        padding: 12px 0;
      }

      .news-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      .news-item {
        padding: 5px 0;
      }

      .news-link {
        text-decoration: none !important;
        color: #292929;
        white-space: nowrap;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
      }

      .news-link:hover {
        color: #333;
      }

      .mega-menu-image {
        width: 100%;
        height: 270px;
        object-fit: cover;
        margin-bottom: 10px;
      }

      /* Responsive Design */
      @media (min-width: 768px) {
        .submenu {
          display: none;
          position: absolute;
          background: white;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
          list-style: none;
          min-width: 200px;
          z-index: 1000;
        }
        .mega-menu-li-sm {
          display: none;
        }
      }

      @media (max-width: 768px) {
      }
      /**** Agenda details***/

      /****** About Page CSS *******/
      .about-section-1 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 30px;
        background-color: #fff;
      }
      .animationbox_text {
        height: 160px;
        max-width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 14px;
        width: 100%;
      }
      .animationText-box {
        color: #fff;
        background: rgb(1 96 231);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        width: 100%;
        text-align: center;
      }

      .about-text-content {
        flex: 1;
        max-width: 500px;
        padding: 20px;
        font-family: "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif;
        word-wrap: break-word;
      }

      .about-text-content h1 {
        font-size: 36px;
        margin-bottom: 20px;
        color: #2c2c2c;
        font-family: "Adobe Clean", adobe-clean, "Trebuchet MS", sans-serif;
        line-height: 45px;
      }

      .about-text-content p {
        line-height: 27px;
        color: #2c2c2c;
        font-size: 18px;
      }

      .about-image-content-section-1 {
        flex: 1;
        max-width: 600px;
        padding: 20px;
      }

      .about-image-content-section-1 img {
        width: 100%;
        max-width: 600px;
        height: auto;
        aspect-ratio: 600 / 360;
        border-radius: 10px;
      }

      .about-us-section-2 {
        padding: 50px 20px;
        text-align: center;
        background-color: #f9f9f9;
      }

      .about-us-section-2 .subtitle {
        font-size: 12px;
        text-transform: uppercase;
        color: #2c2c2c;
        margin-bottom: 10px;
        font-weight: 700;
        line-height: 15px;
      }

      .about-us-section-2 h2 {
        font-size: 28px;
        color: #2c2c2c;
        margin-bottom: 20px;
        line-height: 35px;
      }

      .about-us-section-2 p {
        font-size: 18px;
        color: #2c2c2c;
        margin: 0 auto 20px auto;
        max-width: 800px;
        line-height: 27px;
      }

      .cta-button {
        display: inline-block;
        padding: 12px 20px;
        background-color: #00175f;
        color: #fff;
        font-size: 1rem;
        font-weight: bold;
        text-decoration: none;
        border-radius: 25px;
        transition: background-color 0.3s ease;
        margin-top: 38px;
      }

      .cta-button:hover {
        background-color: #0056b3; /* Darker blue on hover */
      }

      @media (min-width: 768px) {
        .about-section-1-sm {
          display: none;
        }
      }

      @media (max-width: 768px) {
        .about-section-1-md {
          display: none;
        }
        .about-text-content h1 {
          font-size: 28px;
        }
        .about-section-1 {
          flex-direction: column;
        }

        .about-image-content-section-1 {
          max-width: 100%;
          padding: 0 0 0 0; /* Add spacing below the image */
        }

        .about-text-content {
          max-width: 100%;
          padding: 20px 0;
        }

        .about-us-section-2 h2 {
          font-size: 1.6rem;
        }

        .about-us-section-2 p {
          font-size: 0.95rem;
        }
        .cta-button {
          font-size: 0.9rem;
          padding: 10px 16px;
        }
      }

      .partners-section {
        padding: 50px 20px;
        background-color: #fff;
        text-align: center;
      }

      .partners-section h2 {
        font-size: 40px;
        font-weight: 700;
        line-height: 48px;
        color: #101214;
        margin-top: 0;
        font-family: "Charlie Display", Arial, Helvetica, sans-serif;
        margin-bottom: 0.5rem;
      }

      .partners-section h2 span {
        font-weight: 400 !important;
      }

      .partners-section p {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px;
        color: #101214;
        font-family: "Charlie Text", Arial, Helvetica, sans-serif;
        margin: 20px 0;
      }

      .carousel-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
      }

      .carousel-item {
        display: none;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 968px;
      }

      .carousel-item.active {
        display: flex;
      }

      .carousel-item .text-content {
        flex: 1;
        padding-right: 20px;
        text-align: left;
      }

      .carousel-item .text-content h3 {
        margin-bottom: 10px;
        color: #101214;
        font-size: 28px;
        line-height: 40px;
        font-weight: 400;
        font-family: "Charlie Display", Arial, Helvetica, sans-serif;
        margin-bottom: 1.5rem;
      }

      .carousel-item .text-content p {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        color: #101214;
        font-family: "Charlie Text", Arial, Helvetica, sans-serif;
      }

      .carousel-item .text-content span {
        font-weight: 700 !important;
        text-transform: uppercase !important;
      }

      .carousel-item img {
        flex: 1;
        max-width: 300px;
        border-radius: 10px;
      }

      .logos-container {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 30px;
        margin-top: 30px;
      }

      .partners-logo-item {
        cursor: pointer;
        opacity: 0.6;
        transition: opacity 0.3s ease;
      }

      .partners-logo-item:hover,
      .partners-logo-item.active {
        opacity: 1;
      }

      @media (max-width: 768px) {
        .carousel-item {
          flex-direction: column;
        }

        .carousel-item .text-content {
          padding-right: 0;
        }

        .carousel-item img {
          margin-top: 20px;
        }
      }

      @keyframes fadeInRight {
        from {
          opacity: 0;
          transform: translateX(50px);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }

      .team-image {
        opacity: 0; /* Initially hidden */
        transition: opacity 0.3s ease, transform 0.3s ease;
      }

      .carousel-item.active .team-image {
        animation: fadeInRight 0.6s ease forwards;
      }

      /* Add fade-in animation */
      @keyframes fadeInLeft {
        from {
          opacity: 0;
          transform: translateX(-50px);
        }
        to {
          opacity: 1;
          transform: translateX(0);
        }
      }

      .text-content {
        opacity: 0; /* Initially hidden */
        transition: opacity 0.3s ease, transform 0.3s ease;
      }

      .carousel-item.active .text-content {
        animation: fadeInLeft 0.6s ease forwards;
      }
      .brandSlider_inner {
        border-top: 1px solid #ddd;
      }
      .brandSlider_inner .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .brandSlider_inner .slick-slide img {
        height: 25px;
      }

      .sliderbottom-border {
        border-top: 1px solid #ddd;
      }
      .sliderbottom-border span {
        margin-top: -10px;
        padding: 0 10px;
        background: white;
      }
      .confrenceExhibitionSection img {
        width: 155px;
      }
      .bottom_strip {
        background: #274dea;
        text-align: center;
      }
      .bottom_strip p {
        color: #fff;
      }
      /* Footer style */
      .footer ul li {
        font-size: 14px;
      }
      .footer ul li a {
        /* color: #818181; */
        color: var(--primary-color);
        font-weight: 500;
      }
      .footer ul li a:hover {
        color: #274dea;
        text-decoration: none;
      }
      .footer-lower {
        padding: 1.5rem 2rem;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        max-width: 1440px;
        margin: auto;
      }
      .footer-lower .legal-links {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex-wrap: wrap;
      }
      .footer-lower .legal-links:hover {
        text-decoration: none;
      }
      .separator {
        color: #4b4b4b;
      }
      .separator {
        font-size: 11px;
        font-weight: 400;
        font-family: adobe-clean, Source Sans Pro, -apple-system,
          BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
        color: #4b4b4b;
      }
      .copyright {
        color: #4b4b4b;
        font-size: 11px;
        font-weight: 600;
        font-family: adobe-clean, Source Sans Pro, -apple-system,
          BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
      }
      .legal-link {
        color: #4b4b4b;
        text-decoration: none;
        font-size: 11px;
        font-weight: 600;
        font-family: adobe-clean, Source Sans Pro, -apple-system,
          BlinkMacSystemFont, Segoe UI, Roboto, sans-serif;
      }
      .footer-divider {
        height: 0.5px;
        background: #b3b3b3;
        margin: 0;
        max-width: 1440px;
        margin: auto;
      }
      .footer h5 {
        /* color: rgb(75, 75, 75); */
        color: var(--bg-dark);
        font-size: 15px;
        /* font-family: "Red Hat Display";
        font-weight: 800; */
      }
      @media screen and (min-width: 1500px) {
        .container,
        .container-lg,
        .container-md,
        .container-sm,
        .container-xl {
          max-width: 1440px;
        }
      }

      .desclaimer-content {
        font-size: 15px;
        font-weight: 400;
      }
      .header-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 75px;
      }
      .sidebar a {
        display: block;
        padding: 12px 10px;
        border-bottom: 1px solid #e7e7e7;
        list-style: none;
        color: #818181;
        font-size: 14px;
        font-weight: 500;
        transition: color 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
        text-decoration: none;
        font-family: "Source Sans 3";
      }

      .sidebar a.active {
        color: #274dea;
      }
      .expand-collapse {
        text-align: right;
        font-size: 14px;
        cursor: pointer;
      }
      .accordion > .section-card:not(:last-of-type) {
        border: none;
      }
      .accordion .accordion-item:first-child {
        border-top: 1px solid #ddd;
      }
      .accordion-item {
        border: none;
        border-bottom: 1px solid #ddd;
      }

      .becomesponsor .accordion-button {
        background: none;
        border: none;
        box-shadow: none;
        font-size: 16px;
        font-weight: 800;
        padding: 18px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color: #000;
        text-align: left;
        font-family: "Red Hat Display", sans-serif;
      }

      /* Remove Bootstrap default caret */
      .accordion-button::after {
        content: "+" !important;
        font-size: 20px;
        font-weight: bold;
        color: gray;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
        background-image: none !important; /* Fixes the default arrow issue */
      }

      .accordion-button[aria-expanded="true"]::after {
        content: "-" !important;
        transform: rotate(0deg);
      }

      .becomesponsor .accordion-body {
        padding: 15px 0;
        color: #414141;
        font-size: 14px !important;
        line-height: 1.3 !important;
      }
      .bg-section-light-grey {
        background-color: #f9fafb;
      }
      /**** FAQs ****/

      /**** About COnference ****/
      .ray-3 {
        width: 25px !important;
        height: 25px !important;
        margin: -9px !important;
        border: none !important;
        padding: 0 !important;
        top: -15px !important;
        right: 0px !important;
      }
      .attendees-demographics img {
        width: 100%;
        object-fit: cover;
        /* border: 1px solid #2c98ba;
				border-radius: 10px 10px 10px 10px; */
      }
      .who-should-attend p {
        margin-bottom: 1.2px;
      }
      .counter-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        padding: 20px 0;
      }

      .counter-item {
        flex: 1;
        padding: 10px;
        position: relative;
        min-height: 120px;
      }

      .counter-item:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 50%;
        width: 1px;
        background-color: #ccc;
      }

      .counter-number {
        font-size: 44px;
        font-weight: 900;
        font-family: "Red Hat Display", sans-serif;
      }

      .counter-text {
        font-size: 16px;
        color: #414141;
        font-family: "Source Sans 3", sans-serif;
        font-weight: 400;
      }
      .feedback-section {
        padding: 40px 0;
      }

      .feedback-number {
        font-size: 30px;
        font-weight: 900;
        font-family: "Red Hat Display", sans-serif;
      }

      .testimonial {
        position: relative;
        max-width: 100%;
      }

      .testimonial-text {
        position: absolute;
        bottom: 10%;
        left: 5%;
        background: rgba(0, 0, 0, 0.8);
        color: white;
        padding: 15px;
        max-width: 80%;
        font-size: 18px;
      }

      .testimonial-text small {
        display: block;
        margin-top: 10px;
        font-size: 14px;
        color: #ddd;
      }
      /**** About COnference ****/

      /**** All Sponsors ****/
      .sponsor-stripe-title {
        font-weight: 900;
        font-size: 19px;
        color: #000;
        font-family: "Red Hat Display", sans-serif;
      }
      .sponsor-card-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 150px;
        height: 150px;
        margin-left: 10px;
        margin-top: 10px;
        flex-grow: 1;
        border: 1px solid #ddd;
        margin: 10px;
        cursor: pointer;
      }
      .sponsor-card-inner.active,
      .sponsor-card-inner:hover {
        border: 1px solid rgb(1 96 231);
      }
      .sponsor-card-inner img {
        padding: 20px;
        width: 200px;
        object-fit: cover;
      }
      /**** All Sponsors ****/

      /**** Format ****/
      .format-img {
        max-height: 252px;
        width: 85%;
        height: 100%;
        object-fit: cover;
      }

      .format-img-side {
        max-height: 555px;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

      @media (max-width: 3840px) {
        /* For laptops */
        .format-img {
          max-height: 237px;
          width: 85%;
          height: 100%;
          object-fit: cover;
        }
        .format-img-side {
          max-height: 488px;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      @media (max-width: 1920px) {
        /* For laptops */
        .format-img {
          max-height: 268px;
          width: 85%;
          height: 100%;
          object-fit: cover;
        }
        .format-img-side {
          max-height: 555px;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      @media (max-width: 1440px) {
        /* For laptops */
        .format-img {
          max-height: 252px;
          width: 85%;
          height: 100%;
          object-fit: cover;
        }
        .format-img-side {
          max-height: 542px;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      @media (max-width: 1280px) {
        /* For laptops */
        .format-img {
          max-height: 252px;
          width: 85%;
          height: 100%;
          object-fit: cover;
        }
        .format-img-side {
          max-height: 542px;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }

      @media (max-width: 768px) {
        /* For mobile screens */
        .format-img {
          max-height: 100%;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .format-img-side {
          max-height: 100%;
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        .counter-number {
          font-size: 25px;
        }

        .counter-text {
          font-size: 14px;
        }
      }
      /**** Format ****/

      /**** Sponsorship Packages ****/
      .popular {
        background-color: #f8f9fa;
        position: relative;
      }
      .popular::before {
        content: "Popular";
        background: #f7f57f;
        color: black;
        font-weight: 400;
        position: absolute;
        top: 7px;
        right: -20px;
        transform: translateX(-50%);
        padding: 1px 7px;
        font-size: 9px;
      }
      .sp-pckgs .book-now-row {
        border-bottom: none !important;
        background: transparent !important;
        padding-top: 3rem !important;
      }
      .sp-pckgs th {
        border-bottom: 1px solid #000 !important;
      }
      .sp-pckgs th:first-child,
      .sp-pckgs td:first-child {
        padding-left: 0 !important;
        padding-right: 30px !important;
      }
      .sp-pckgs td {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        border-bottom: 0.5px solid #ddd !important;
      }
      .sp-pckgs td:nth-child(4),
      .sp-pckgs th:nth-child(4) {
        background-color: #f2f7fe; /* Light blue color for Gold column */
      }
      /**** Sponsorship Packages ****/
      .check-item {
        display: flex;
        align-items: flex-start; /* Align items at the top */
        gap: 6px; /* Space between icon and text */
      }

      .check-icon {
        flex-shrink: 0; /* Prevents icon from shrinking */
      }

      .check-text {
        flex: 1; /* Allows text to wrap naturally */
      }

      /***** Conference Home *****/
      .companytab #company-tab {
        border-top: 3px solid #ddd;
      }
      .companytab .nav-item {
        position: relative;
      }
      .companytab .nav-pills .nav-link.active::before {
        content: "";
        display: inline-block;
        border-top: 3px solid #000;
        border-radius: 0;
        width: 100%;
        position: absolute;
        top: -19px;
        left: 0;
      }
      .companytab .nav-pills .nav-link {
        background: transparent;
        color: #ddd;
      }
      .companytab .nav-pills .nav-link.active,
      .companytab .nav-pills .show > .nav-link .experrienceSection img {
        width: 100%;
        color: #000;
      }
      #company-tab button img {
        max-width: 130px;
        width: 100%;
      }
      @media only screen and (max-width: 576px) {
        .companytab {
          font-size: 0.9em;
        }
        #company-tab button img {
          max-width: 60px;
          width: 100%;
        }
      }

      @media only screen and (max-width: 996px) {
        #company-tab button img {
          max-width: 90px;
          width: 100%;
        }
        #company-tab button {
          padding: 0 10px;
        }
      }
      .left-arrow,
      .right-arrow {
        border: 1px solid var(--primary-color);
    border-radius: 30px;
    height: 35px;
    width: 35px;
    display: flex
;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: var(--primary-color);
      }
      .left-arrow img,
      .right-arrow img {
        width: 40%;
      }
      .company-image-slider .slick-list {
        margin: 0px 50px;
        padding: 0 !important;
      }
      .company-slider-container-area img {
        max-width: 200px;
      }

      .company-image img {
        max-width: 160px;
        height: 45px;
        object-fit: contain;
      }
      .company-image.slick-active.slick-center {
        border-bottom: 1px solid rgb(1 96 231);
      }
      @media only screen and (max-width: 400px) {
        .company-image img {
          max-width: 63px;
        }
      }
      .who-attended-events-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        width: 175px;
        margin-left: 10px;
        margin-top: 10px;
        flex-grow: 1;
        border: 1px solid #ddd;
      }
      .who-attended-events-inner.active,
      .sponsor-card-inner:hover {
        border: 1px solid rgb(1 96 231);
      }
      .who-attended-events-inner img {
        height: 100%;
        width: 100%;
        object-fit: cover;
      }

      .bannerSection {
        background-image: url("../images/hero-image.svg");
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 5rem;
      }
      .bannerSection h2 {
        color: #fff;
      }
      .bannerSection p {
        color: #fff;
      }

      .banner-section-conference {
        /* background-image: url("../images/download.jpg"); */
            background-color: var(--primary-color);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 5rem;
      }
      .banner-section-conference h2 {
        color: #fff;
      }
      .banner-section-conference p {
        color: #fff;
      }

      .home-banner-conference ul {
        display: flex;
        list-style-type: none;
        position: absolute;
        bottom: -70px;
      }
      .home-banner-conference ul li.slick-active button {
        background: #fff;
      }
      .home-banner-conference ul li button {
        width: 10px;
        height: 10px;
        border-radius: 30px;
        font-size: 0em;
        border: 0;
        margin: 0 3px;
        background: #ffffff91;
      }
      .exploreConfreneces {
        background-color: #fff;
        color: #000;
        border-radius: 10px;
        font-size: 14px;
        font-weight: 700;
      }
      .industrynewsslider-btnarea {
        position: absolute;
        right: 10px;
        top: 10px;
      }
      .brand-slider-conference {
        border-top: 1px solid #ddd;
      }
      .brand-slider-conference .slick-slide {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .brand-slider-conference .slick-slide img {
        height: 25px;
      }
      .sliderbottom-border {
        border-top: 1px solid #ddd;
      }
      .sliderbottom-border span {
        margin-top: -10px;
        padding: 0 10px;
        background: white;
      }
      @media (max-width: 768px) {
        .home-banner-conference ul {
          bottom: -48px;
        }
        .banner-img {
          display: none;
        }
        .bannerSection {
          padding: 3rem;
        }
        .banner-section-conference {
          padding: 3rem;
        }
        .industrynewsslider-btnarea {
          bottom: 10px;
          top: unset;
        }
      }
      @media only screen and (max-width: 576px) {
        .bannerSection {
          padding: 2rem;
        }
        .banner-section-conference {
          padding: 2rem;
        }
      }
      @media only screen and (max-width: 400px) {
        .bannerSection {
          padding: 1rem;
        }
        .banner-section-conference {
          padding: 1rem;
        }
      }
      /***** Conference Home *****/

      /***** All Speakers *****/
      .refineresult {
        background: rgb(248 249 250);
      }
      .refineresult .card {
        border-bottom: 1px solid rgb(221 221 221) !important;
        cursor: pointer;
        background: transparent;
      }
      .card {
        border: none;
        transition: transform 0.3s;
        margin-bottom: 20px;
      }
      .refineresult .card-header {
        border-bottom: 1px solid rgb(221 221 221) !important;
        background: transparent;
      }
      .refineresult .card-header[aria-expanded="false"] svg {
        transform: rotate(0deg);
      }
      .refineresult .card-header[aria-expanded="true"] svg {
        transform: rotate(180deg);
      }
      .partner-card-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        height: 282px;
        width: 185px;
        margin: 5px;
        flex-grow: 1;
      }
      .search-box {
        border-radius: 25px;
        padding: 10px 20px;
        border: 1px solid #ddd;
        width: 100%;
        margin: 20px 0;
      }
      .half-border-right {
        position: relative;
        padding: 0; /* Adds spacing inside */
      }

      .half-border-right::after {
        content: "";
        position: absolute;
        right: 0; /* Align to the right */
        top: 0; /* Start from the top */
        height: 70%; /* Covers only the top half */
        width: 0.5px; /* Border width */
        background-color: #dedede; /* Border color */
      }
      /***** All Speakers *****/

      /***** Become a sponsor *****/
      .form-container {
        background-color: #f8f9fa;
        border: 1px solid #eee;
      }
      .become-sponsor-slider-container {
        position: relative;
        max-width: 900px;
        margin: auto;
        overflow: hidden;
      }

      .become-sponsor-slider-container .slide {
        display: none;
        position: relative;
      }

      .become-sponsor-slider-container .slide img {
        width: 100%;
        height: auto;
        display: block;
      }

      .become-sponsor-slider-container .active {
        display: block;
      }

      /* Navigation controls between image & text */
      .become-sponsor-slider-container .slider-footer {
        margin-top: 5px;
        font-size: 10px;
        background: rgba(255, 255, 255, 0.8);
        padding: 5px 0px;
        border-radius: 5px;
        float: right;
      }

      .become-sponsor-slider-container .prev-arrow,
      .become-sponsor-slider-container .next-arrow {
        background: none;
        border: none;
        font-size: 10px;
        cursor: pointer;
        color: #414141;
      }

      /* Left-aligned text */
      .become-sponsor-slider-container .slider-text {
        margin-top: 60px;
        max-width: 100%;
        text-align: left;
      }

      /* Responsive Styles */
      @media (max-width: 768px) {
        .become-sponsor-slider-container .slider-text {
          max-width: 100%;
        }

        .become-sponsor-slider-container .slider-footer {
          font-size: 10px;
          padding: 3px 0px;
        }

        .become-sponsor-slider-container .prev-arrow,
        .become-sponsor-slider-container .next-arrow {
          font-size: 10px;
        }
      }
      .custom-tabs {
        display: flex;
        justify-content: center;
        gap: 20px;
        border-bottom: 1px solid #ddd;
        padding-bottom: 2px;
      }

      .custom-tab {
        cursor: pointer;
        padding: 10px;
        font-size: 16px;
        color: black;
        text-decoration: none;
        position: relative;
      }

      .custom-tab.active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -3px;
        width: 100%;
        height: 4px;
        background-color: var(--primary-color);
      }
      .become-speaker-tabs .tab-content h2 {
        font-size: 21px;
        font-family: "Red Hat Display", sans-serif;
        font-weight: bolder !important;
        color: #000000 !important;
      }
      .become-speaker-tabs .tab-content {
        display: none;
        padding: 40px;
      }

      .become-speaker-tabs .tab-content.active {
        display: block;
      }

      @media (max-width: 768px) {
        .custom-tabs {
          flex-direction: row;
          align-items: center;
          gap: 10px;
        }
      }

      .badge-professional {
        border: 1px solid #6554c0;
        font-size: 12px;
        padding: 2px 8px;
        border-radius: 4px;
        margin-right: 8px;
      }

      @media (max-width: 992px) {
        .image-col {
          margin-bottom: 30px;
        }
      }
      /***** Become a sponsor *****/
      .ourbrand_cards {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        color: #fff;
        min-height: 530px;
      }
      .ourbrand-cards-inner {
        padding-bottom: 30px;
      }
      .ourbrand-cards-inner h3 {
        font-size: 40px;
      }

      <!-- Registration css -- > .rangeButton {
        align-items: center;
      }
      .rangeButton p {
        font-size: 1em;
        margin: 0 10px;
      }
      .downloadTicket {
        background: rgb(128 128 128);
      }

      .stepColumn {
        border: 1px solid #ddd;
        flex-grow: 1;
        padding: 5px 10px;
      }
      .stepColumn small {
        font-size: 12px;
        font-weight: 400;
        color: #818181;
      }
      .stepColumn h6 {
        font-size: 16px;
        font-family: "Red Hat Display", sans-serif;
        font-weight: 900;
      }
      .stepColumn.active {
        border-bottom: 3px solid rgb(1 96 239);
      }

      .stepColumn.active .step-txt {
        color: rgb(49 175 66);
        font-weight: 500;
      }

      .stepColumn.completed .step-txt {
        color: rgb(49 175 66);
        font-weight: 500;
      }

      .stepColumn.completed svg {
        color: rgb(49 175 66);
      }
      .stepSection-content .left-content {
        background: #f5f7fa;
        padding: 20px 50px;
      }

      .stepsection-inner-content .rangeButton svg {
        color: rgb(179 179 179);
      }

      .stepsection-inner-content .card {
        border-radius: 8px;
      }

      .oldPrice {
        font-size: 1em;
        text-decoration: line-through;
        text-decoration-color: red;
        /* Change 'red' to your desired color */
      }

      .newPrice {
        font-size: 1em;
      }
      .pass-card,
      .stepThree .card,
      .stepTwo .card {
        border: 1px solid rgba(0, 0, 0, 0.125);
      }
      .passesHeader.limitedticket {
        background: linear-gradient(
          to right,
          rgb(255 246 225),
          #fff,
          rgb(255 246 225)
        );
      }

      .passesHeader {
        background: linear-gradient(
          to right,
          rgb(233 233 233),
          #fff,
          rgb(233 233 233)
        );
      }

      .passesHeader p {
        font-size: 0.9em;
      }

      .limitedtag {
        top: 0;
        left: 0;
        background: #c67d14;
        color: #fff;
        font-size: 11px;
        padding: 2px 10px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 10px;
        font-weight: 500;
      }
      .accordion > .section-card:not(:last-of-type) {
        border: none;
      }
      .accordion .accordion-item:first-child {
        border-top: 1px solid #ddd;
      }
      .accordion-item {
        border: none;
        border-bottom: 1px solid #ddd;
      }

      .accordion-button {
        background: none;
        border: none;
        box-shadow: none;
        font-size: 18px;
        font-weight: normal;
        padding: 18px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        color: #000;
        text-align: left;
      }

      /* Remove Bootstrap default caret */
      .accordion-button::after {
        content: "+" !important;
        font-size: 20px;
        font-weight: bold;
        color: gray;
        transform: rotate(0deg);
        transition: transform 0.3s ease;
        background-image: none !important; /* Fixes the default arrow issue */
      }

      .accordion-button[aria-expanded="true"]::after {
        content: "-" !important;
        transform: rotate(0deg);
      }

      .accordion-body {
        padding: 15px 0;
        color: #414141;
      }
      .grouplist {
        list-style-type: none;
      }

      .passincludes-list {
        padding: 12px 0;
      }

      .passincludes-list img {
        width: 30px;
        height: 30px;
      }
      .stepRow,
      .right-content {
        background: #fff;
      }
      .passincludes-list p {
        font-size: 15px;
        display: flex;
        align-items: center;
        line-height: 1.2;
      }

      .yourOrder_Section .card {
        border-radius: 10px;
        border: 1px solid rgb(230 230 230);
      }

      .order-discripition {
        color: rgb(128 128 128);
        font-size: 0.9em;
      }

      .addons-checkbox {
        height: 20px;
        width: 20px;
        border-radius: 5px;
        margin-right: 10px;
      }

      .stepThree .left-content .card {
        flex-grow: 1;
      }

      .stepSection-content .card {
        border-radius: 10px;
      }

      .credit-debit-btn {
        background-color: white;
        border: 1px solid #ccc;
        padding: 10px;
        text-align: left;
        margin-bottom: 10px;
        width: 100%;
        display: flex;
        align-items: center;
      }

      .credit-debit-btn img {
        margin-right: 10px;
      }

      .section-header {
        font-weight: 600;
        color: #000;
        font-family: "Montserrat";
        font-size: 13px;
      }

      .section-content {
        font-size: 15px;
        color: #818181;
        font-family: "Source Sans 3";
      }

      .success-message {
        background-color: #e6f7ee;
        color: #28a745;
        display: inline-block;
        padding: 8px 15px;
        border-radius: 10px;
      }

      .ticket-header {
        padding: 25px 20px;
      }

      .circle-left {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #ddd;
        border-radius: 50%;
        left: -10px;
      }

      .circle-right {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #ddd;
        border-radius: 50%;
        right: -10px;
      }

      .center-border {
        border: 2px dashed #ddd;
        width: 100%;
      }

      .belowdetail-box {
        background: rgb(248 248 248);
        height: 100vh;
      }

      .stepSection-header-small {
        display: none;
      }

      .ticket-header img {
        width: 100%;
      }
      .download-invoice {
        border-left: 1px solid #ddd;
      }
      .taxtotalArea p,
      #selected-addons-container p,
      .yourOrder_Section p {
        color: #818181;
        font-size: 15px;
      }
      .taxtotalArea h6 {
        font-weight: 800;
      }
      .promo-code .input-group {
        display: block;
      }
      .promo-code .input-group-append {
        display: flex;
        align-items: self-start;
        justify-content: end;
        position: relative;
        top: -46px;
        left: -5px;
      }
      .order-details .price-table .price {
        font-family: "Source Sans 3";
        font-size: 15px;
        color: #818181;
      }
      .download-details .download-button {
        font-weight: 500;
      }
      @media screen and (max-width: 768px) {
        .stepSection-header-small {
          display: block;
        }

        .stepSection-header {
          display: none;
        }

        .section-content,
        .price {
          font-size: 0.9em;
        }
        .section-header {
          font-size: 0.9em;
        }
      }
      @media screen and (max-width: 576px) {
        .booking-container h3,
        h4 {
          font-size: 1.3em;
        }
        .download-invoice {
          border-left: 0;
          padding-left: 0;
          margin-top: 10px;
        }
      }
     
  
      /* Modal styles */
      #responseModal {
        display: none;
        position: fixed;
        z-index: 1000;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
      }

      .modal-content {
        background-color: #fff;
        margin: 15% auto;
        padding: 20px;
        width: 80%;
        border: 1px solid #fff;
        border-radius: 0px;
        max-width: 450px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      }

      .close-modal {
        float: right;
        font-size: 24px;
        cursor: pointer;
        margin: 0 0 0 auto;
      }
     
         
        .agenda-icon img {
          width: 55px;
        }
      
        .speaker-bio{
          gap: 20px;
        }

        .footer_top{
          background-color: var(--bg-dark);
        }

        .kickflow-company-slider-area img{
          max-width: 200px;
        }

        .number{
              font-size: x-large;
    background: var(--primary-opacity-color);
    padding: 20px;
    width: 80px;
    text-align: center;
        }

        
.category-icon {
  display: flex;
  text-align: center;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.category-icon i,
.category-icon img {
  font-size: 40px;
  margin-bottom: 10px;
  display: block;
}
.category-icon span {
  font-size: 14px;
  display: block;
  color: white;
}
.category-wrapper {
  padding: 60px 20px;
}

.category-section {
  /* background-color: #004286; */
  background-color: var(--bg-dark );
}

.category-icon i {
  color: white !important;
}

.category-icon i:hover {
  color: white !important;
}


    /* Custom col-5ths: 20% width */
    .col-5th {
      flex: 0 0 20%;
      max-width: 20%;
    }

    @media (max-width: 992px) {
      .col-5th {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
      }
    }

    @media (max-width: 768px) {
      .col-5th {
        flex: 0 0 30%;
        max-width: 50%;
      }
    }

    @media (max-width: 576px) {
      .col-5th {
        flex: 0 0 30%;
        max-width: 100%;
      }

      .category-icon span {
        font-size: 0.85rem;
      }

      .category-icon i {
        font-size: 1.5rem;
      }
    }


    
    .formats__item-title {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 100%;
    color: #fff;
    font-size: 1rem;
    line-height: 1.125rem;
    padding: 0 1.7em 1em .6em;
    text-transform: uppercase;
    pointer-events: none;
}

.formats__item{
  position: relative;
  cursor: pointer;
}

.formats__item img{
  height: 100%;
  object-fit: contain;
}
.formats__item:before {
    top: 0;
    background-color: var(--default);
    -webkit-transition: background var(--transition-duration), opacity var(--transition-duration);
    transition: background var(--transition-duration), opacity var(--transition-duration);
    opacity: .5;
    z-index: -2;
}

.formats__item:after {
    bottom: 0;
    -webkit-box-shadow: inset 0 -120px 90px -50px rgba(0, 0, 0, .9);
    box-shadow: inset 0 -120px 90px -50px rgba(0, 0, 0, .9);
    opacity: 0;
    -webkit-transition: opacity var(--transition-duration);
    transition: opacity var(--transition-duration);
    z-index: -1;
}

.venue-images img{
  height: 300px !important;
}

.venue-img{
  height: 300px !important;
  
}
#current-page{
  width: 8%;
}

.btn-link{
  box-shadow: none !important;
  text-decoration: none !important;
  color: var(--secondary-color);
}

.why-sposnor-overlaytxt {
    bottom: -10%; /* adjust position */
    left: -10%;
    background: rgba(0, 0, 0, 0.9); /* black transparent background */
    /* border-radius: 6px; */
    max-width: 100%;
}



#current-page {

    width: 60px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid var(--border-color);
    font-weight: 500;
    background-color: #fff;
}

button.btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
}

button.btn:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

span#total-pages {
    font-size: 1.1rem;
}


 .tab-box {
    border: 1px solid var(--border-color);
    padding: 15px;
    cursor: pointer;
    background: var(--hover-color);
    font-weight: bold;  
  }
  .tab-box.active {
    background: var(--secondary-color);
    color: #fff;
    font-weight: bold;
  }
  .session-item {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
  }
  .session-time {
    font-weight: bold;
    color: var(--bg-dark);
  }
  .speaker-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }

  .agenda-description-list{
    background-color: var(--agenda-bg-color);
    
  }

  .border-bottom-agenda {
    border-bottom: 1px solid #bbbbbb;
  }

  
  /* Progress steps */
/* Steps wrapper */
.steps-wrapper {
    background: #f5f7fa;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Nav links */
.steps-wrapper .nav-link {
    position: relative;
    padding: 0.75rem 1.5rem;
    font-weight: 500;
    color: #6c757d;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.steps-wrapper .nav-link:hover {
    color: var(--primary-color);
}

.steps-wrapper .nav-link.active {
    color: var(--primary-color);
    font-weight: 600;
    background-color: transparent ;
}

.steps-wrapper .nav-link.disabled {
    color: #adb5bd;
    cursor: not-allowed;
}

/* Step circles */
.steps-wrapper .step-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 8px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: #6c757d;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.steps-wrapper .nav-link.active .step-circle {
    background-color: var(--primary-color);
    color: #fff;
    transform: scale(1.2);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}


.qty-btn {
    border: 1px solid #ced4da;
    background: #f8f9fa;
    padding: 0.3rem 0.6rem;
    cursor: pointer;
    border-radius: 6px;
    font-weight: bold;
    transition: all 0.2s ease;
}

.qty-btn:hover {
    background-color: var(--primary-color);
    color: #fff;
}
.qty-input {
    text-align: center;
    border-radius: 6px;
    border: 1px solid #ced4da;
    width: 60px;
    padding: 0.25rem 0.5rem;
}

/* Pass cards */
.pass-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #dee2e6;
}

.pass-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.pass-card .card-body {
    padding: 1.5rem;
}

/* Sticky order summary */
@media (min-width: 992px) {
    .sticky-top {
        top: 80px;
    }
}


.pass-card.opacity-50 {
    pointer-events: none;
}

.pass-card.bg-light {
    background: #f8f9fa !important;
}

.bg-blue-passes{
  background-color: var(--secondary-color);
  color: white !important;
}

#toast{
  position: fixed; 
  top: 20px;
   right: 20px;
    min-width: 200px;
     z-index: 9999; 
     display:none; 
     background: var(--primary-color); 
     color:#fff;
      padding:10px 20px;
       border-radius:5px;
}

.drawer-sponsor-position{
    
    color: var(--secondary-color);
    font-weight: 700 !important;
  }

  .company-info{
    color: var(--secondary-color) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
  }

   .company-info a{
    color: var(--secondary-color) !important;
    font-weight: 500 !important;
    font-size: 14px !important;
   }

   label.error{
    color: #dc3545 !important;
    font-size: 12px !important;
   }

   form label{
    margin: 0.2rem !important  ;
   }

   .form-control, .form-control:focus {
    border-radius: 10px;
    border: 1.5px solid #e0e0e0;
    box-shadow: none;
}






.faq_wrap .card-header .btn::after {
	content: "\f067";
	color: #645A8D;
	top: 10px;
	right: 10px;
	position: absolute;
	font-family: "FontAwesome";
}

.faq_wrap .card-header .btn[aria-expanded="true"]::after {
	content: "\f068";
	font-family: "FontAwesome";
}

.faq_wrap .card-header .btn {
	position: relative;
	color: #000;
	padding: 0;
	font-weight: 500;
	box-shadow: 0px 0px 20px 0px rgba(39, 76, 119, 0.1);
	padding: 20px;
	background: #fff;
	width: 100%;
	text-align: left;
	border-radius: 0;
}

.faq_wrap .card-header {
	border: none;
	background-color: transparent;
	border-radius: 0;
}

.faq_wrap .card-header .btn-link {
	text-decoration: none;
}

.faq_wrap .card {
	overflow: visible;
	border: none;
}

.faq_wrap .card .card-header {
	border: none;
	background: transparent;
	padding: 0px;
	box-shadow: 0px 0px 20px 0px rgba(39, 76, 119, 0.1);
	background: #fff;
	margin-bottom: 15px;
}

.faq_wrap .card .card-header .btn{
  font-size: 1rem !important;
  color: var(--primary-color) !important;
}

.kickflow_title{
  color: var(--primary-color);
  margin-bottom: 20px;
}

.kickflowbusinessOpurtinity {
    background-color: var(--primary-color);
}