body {
    overflow: auto;
  }
  
  .homepage-cb-1,
  .homepage-cb-2,
  .homepage-cb-3,
  .homepage-cb-4{
    border: none;
  }
  
  .homepage-cb-1 .content-box__icon,
  .homepage-cb-2 .content-box__icon,
  .homepage-cb-3 .content-box__icon,
  .homepage-cb-4 .content-box__icon {
    font-size: 24px;
    background: none;
    box-shadow: none;
  }
  
  .homepage-cb-1 .content-box__icon { color: #4c17a0; border: 1px solid #4c17a0; }
  .homepage-cb-2 .content-box__icon { color: #0db7d6; border: 1px solid #0db7d6; }
  .homepage-cb-3 .content-box__icon { color: #d11772; border: 1px solid #d11772; }
  .homepage-cb-4 .content-box__icon { color: #f88a73; border: 1px solid #f88a73; }
  
  .brand-pzb-wrapper {
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
    font-size: 14px;
    transition: all .2s;
  }
  
  .brand-pzb {
    display: inline-block;
    color: #5470a5;
    font-weight: bold;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
  }
  
  .separated-lang-menu .item-lang {
    color: #555;
  }
  
  .banner__icons {
    margin-bottom: 1rem;
  }
  
  .banner__icons .fa {
    color: #e74c3c;
    margin: 0 16px;
  }
  
  .organizers-carousel img {
    filter: grayscale(1);
    opacity: .7;
  }
  
  
  .intro-bold-text {
    text-align: right;
    color: #15093a;
    font-weight: bold;
    font-size: 1.2em;
  }
  
  .intro-bold-text a {
    font-size: 1rem;
    margin-top: 1rem;
    font-weight: normal;
    display: inline-block;
  }
  
  .intro-president .speaker__name {
    color: #15093a;
  }
  
  .intro-president .speaker__institution {
    color: inherit;
  }
  
  @media (min-width: 500px) {
  
    .intro-president {
      position: relative;
    }
  
    .intro-president .speaker__photo-wrapper {
      position: relative;
      left: 0;
      margin-left: 0;
    }
  
    .intro-president .speaker__infobox {
      text-align: left;
      left: 200px;
      margin-left: 10px;
      position: absolute;
    }
  
  }
  
  .infro-counter {
    color: #e74c3c;
    text-align: center;
  }
  
  .infro-counter .banner__countdown-wrapper {
    display: inline-block;
  }
  
  
  .fullwidth-section-info-boxes .content-box--icon-boxed {
    background: none;
  }
  
  .fullwidth-section-info-boxes  .content-box {
    margin-bottom: 0;
  }
  
  .fullwidth-section-info-boxes {
    margin-bottom: -2px;
    color: #000;
  }
  
  .fullwidth-section-info-boxes .content-box__icon {
    font-size: 32px;
    border: none;
    color: #fff;
  }
  
  .fullwidth-section-info-boxes .content-box__titles {
    width: 35px;
    height: 2px;
    background: #e74c3c;
    display: none;
    margin: 0 auto;
    margin-top: -30px;
  }
  
  
  .pricing__header {
    background: #f5f5f5;
  }

  /* ===== PRICING SECTION ENHANCEMENTS ===== */

  /* Style pricing cards */
  .pricing {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(60, 93, 113, 0.1);
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid rgba(244, 230, 207, 0.3);
    margin-bottom: 20px;
  }

  .pricing:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(60, 93, 113, 0.15);
    border-color: rgba(60, 93, 113, 0.2);
  }

  /* Better Badge System */
  .pricing__header::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 10;
  }

  /* Badge types */
  .pricing--early .pricing__header::after {
    content: 'Wczesna';
    background: #27ae60;
    color: #fff;
  }

  .pricing--late .pricing__header::after {
    content: 'Późna';
    background: #f39c12;
    color: #fff;
  }

  .pricing--regular .pricing__header::after {
    content: 'Standard';
    background: #3498db;
    color: #fff;
  }

  /* Current price highlighting */
  .pricing--current {
    box-shadow: 0 8px 25px rgba(60, 93, 113, 0.2);
  }

  .pricing--current .pricing__header {
    background: linear-gradient(135deg, rgb(60, 93, 113), rgb(52, 77, 94));
    position: relative;
  }

  .pricing--current .pricing__header::before {
    content: 'AKTUALNA CENA';
    position: absolute;
    top: 5px;
    left: 5px;
    background: rgba(244, 230, 207, 0.9);
    color: rgb(60, 93, 113);
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  /* Grey out non-current prices */
  .pricing:not(.pricing--current) {
    opacity: 0.7;
    filter: grayscale(0.3);
  }

  .pricing:not(.pricing--current) .pricing__price {
    color: #999;
  }

  .pricing:not(.pricing--current) .pricing__header {
    background: linear-gradient(135deg, #95a5a6, #7f8c8d);
  }

  /* Registration closed - grey out all prices */
  .pricing--closed,
  .pricing--closed.pricing--current {
    opacity: 0.5;
    filter: grayscale(0.8);
    pointer-events: none;
  }

  .pricing--closed .pricing__price,
  .pricing--closed.pricing--current .pricing__price {
    color: #999;
  }

  .pricing--closed .pricing__header,
  .pricing--closed.pricing--current .pricing__header {
    background: linear-gradient(135deg, #95a5a6, #7f8c8d);
  }

  .pricing--closed .pricing__btn,
  .pricing--closed.pricing--current .pricing__btn {
    opacity: 0.5;
    cursor: not-allowed;
  }

  /* Style pricing header */
  .pricing__header {
    background: linear-gradient(135deg, rgb(60, 93, 113), rgb(52, 77, 94));
    color: #fff !important;
    padding: 20px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px 8px 0 0;
    position: relative;
  }

  /* Style pricing content */
  .pricing__content {
    padding: 25px 20px;
    background: #fff;
    line-height: 1.6;
    color: rgb(60, 93, 113);
    font-size: 14px;
    position: relative;
  }

  /* Style pricing price wrapper */
  .pricing__price-wrapper {
    text-align: center;
    margin: 15px 0;
    padding: 20px;
    background: rgba(244, 230, 207, 0.3);
    border-radius: 6px;
    border: 1px solid rgba(244, 230, 207, 0.5);
  }

  /* Style pricing price */
  .pricing__price {
    font-size: 32px;
    font-weight: 600;
    color: rgb(60, 93, 113);
    margin: 0;
    display: block;
  }

  .pricing__price-unit {
    font-size: 14px;
    color: rgb(60, 93, 113);
    font-weight: 400;
    margin-left: 5px;
    opacity: 0.8;
  }

  /* Style pricing footer */
  .pricing__footer {
    padding: 0;
    background: #fff;
  }

  /* Style pricing button */
  .pricing__btn {
    display: block;
    width: 90%;
    margin: 0 auto 15px auto;
    padding: 15px;
    background: rgb(60, 93, 113);
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .pricing__btn:hover {
    background: rgb(52, 77, 94);
    color: #fff !important;
    text-decoration: none;
  }

  /* Clean deadline styling */
  .pricing__content strong {
    display: inline-block;
    background: rgba(244, 230, 207, 0.8);
    color: rgb(60, 93, 113);
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    margin-top: 12px;
    border-left: 3px solid rgb(60, 93, 113);
  }


  /* Responsive adjustments */
  @media (max-width: 768px) {
    .pricing__price {
      font-size: 28px;
    }
    
    .pricing__header {
      font-size: 15px;
      padding: 18px 15px;
    }

    .pricing__content {
      padding: 20px 15px;
    }

    .pricing__price-wrapper {
      padding: 18px 15px;
    }

    .pricing__btn {
      padding: 14px;
      font-size: 13px;
    }
  }

  
  .inclined-edge-1 {
    display: block;
    height: 100px;
    width: 102%;
    background: #f1c40f;
    transform: rotate(-2deg);
    margin-bottom: -7em;
    margin-top: 3em;
    margin-left: -1%;
  }
  
  .inclined-edge-2 {
    display: block;
    height: 100px;
    width: 102%;
    background: #f1c40f;
    transform: rotate(1deg);
    margin-left: -1%;
  }
  
  .inclined-edge-3 {
    display: block;
    height: 100px;
    width: 102%;
    background: #fff;
    transform: rotate(-1deg);
    margin-left: -1%;
  }
  
  .counter__number {
    font-weight: bold;
  }
  
  .speaker {
    margin-bottom: 30px;
  }

  .speaker:last-child {
    margin-bottom: 0;
  }
  
  .bottom-demo-notification {
    background: #e74c3c;
    color: #fff;
    text-align: center;
    padding: 20px 10px 20px 10px;
  }
  
  #SyskonfLogoContainer {
    background: #2a2a2a;
    border-top: 1px solid #333;
  }
  
  .page-header {
    color: #fff;
    background: url('/style/images/demo/photo13_unsp0rxmzg-Q1Lk.jpg');
    background-size: cover !important;
    background-position: center;
  }
  
  .page-header__tint {
    background: rgba(100, 100, 100, .5);
  }
  
  .page-header__title {
    font-weight: bold;
    text-shadow: 0 0 2px rgba(0, 0, 0, .3);
  }
  
  @media (min-width: 768px) {
    .page-header__content-wrapper {
      height: 320px;
    }
  
    .page-header .page-header__title {
      font-size: 36px;
    }
  }
  
  
  
  .site-place-travel-information .fa {
    display: inline-block;
    color: #e74c3c;
    font-weight: bold;
    margin-right: 15px;
  }
  
  
  .hotel-images-wrapper .content-box {
    width: 50%;
    display: inline-block;
    margin: 0;
    padding-right: 10px;
  }
  
  .hotel-images-wrapper .content-box__head {
    display: none;
  }
  
  .hotel-images-wrapper .content-box img {
    max-height: 150px;
  }
  
  @media (min-width: 500px) {
    .hotel-images-wrapper .content-box {
      width: 33.33333%;
    }
  }
  
  @media (min-width: 768px) {
    .hotel-images-wrapper {
      margin-top: 5em;
    }
  
    .hotel-images-wrapper .content-box {
      width: 50%;
    }
  }
  
  @media (min-width: 994px) {
    .hotel-images-wrapper .content-box {
      width: 33.33333%;
    }
  }
  
  .hotel-desc-wrapper .content-box {
    margin-bottom: 0;
  }
  
  .content-partner {
    background: #fafbfb;
    border: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 20px;
    text-align: center;
  }
  
  .content-partner img {
    max-width: 120px;
    margin: 0 auto;
  }
  
  @media (min-width: 992px) {
    .content-partner {
      margin: 0;
      text-align: left;
    }
  
    .content-partner img {
      max-width: 120px;
    }
  }
  
  .programme-content-partner {
    text-align: center;
  }
  
  .programme-content-partner .content-box__head {
    display: none;
  }
  
  .programme-content-partner img {
    width: 120px;
    margin: 0 auto;
  }

  /* ===== INDEX PAGE STYLES ===== */
  
  /* Banner Styles */
  .banner {
    color: #15093a;
  }

  .banner__title {
    font-weight: bold;
    font-size: xxx-large;
  }

  .banner__bg {
    background: rgb(221, 238, 241) !important;
    background-image: none !important;
  }

  .banner__tint {
    background-image: url('/conf-data/XXVIII-Konferencja/images/bckg2.webp');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% auto;
    background-color: transparent;
    position: relative;
    z-index: 9;
  }

  .banner__tint::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
    z-index: -1;
  }

  .particles-js-canvas-el {
    position: absolute;
    top: 0;
  }

  .sponsors-cell img {
    width: auto;
  }

  /* Banner Content Height */
  @media (min-width: 768px) { 
    .banner__content { 
      height: 700px; 
    }
  }

  /* ===== CONTACT PAGE IMPROVEMENTS ===== */
  
  /* Contact Information Layout */
  .contact-info-section {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }

  .contact-info-item {
    margin-bottom: 20px;
    padding: 20px;
    background: white;
    border-radius: 6px;
    border-left: 4px solid #3498db;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .contact-info-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  .contact-info-item h4 {
    color: #2c3e50;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1.1em;
  }

  .contact-info-item p {
    margin: 8px 0;
    color: #555;
    line-height: 1.6;
  }

  .contact-info-item a {
    color: #3498db;
    text-decoration: none;
    font-weight: 500;
  }

  .contact-info-item a:hover {
    color: #2980b9;
    text-decoration: underline;
  }

  /* Responsive Maps Container */
  .contact-maps-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }

  .contact-map-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.2s ease;
  }

  .contact-map-wrapper:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
  }

  .contact-map-wrapper iframe {
    width: 100% !important;
    height: 400px;
    border: none;
    border-radius: 8px;
  }

  /* ===== LOCATION PAGE IMPROVEMENTS ===== */

  /* Hotel Information Cards */
  .hotel-info-card {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    position: relative;
    overflow: hidden;
  }

  .hotel-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
    z-index: 1;
  }

  .hotel-info-card > * {
    position: relative;
    z-index: 2;
  }

  .hotel-info-card h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
  }

  .hotel-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    margin-top: 20px;
  }

  .hotel-feature {
    background: rgba(255,255,255,0.15);
    padding: 15px;
    border-radius: 6px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.2);
  }

  /* Travel Information Section */
  .travel-info-section {
    background: #f5f7fa;
    padding: 40px 20px;
    border-radius: 12px;
    margin: 30px 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  }

  .travel-method {
    background: white;
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-left: 4px solid #e74c3c;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }

  .travel-method:hover {
    transform: translateX(5px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  }

  .travel-method .fa {
    font-size: 1.5em;
    color: #e74c3c;
    margin-right: 15px;
    vertical-align: middle;
    width: 30px;
    text-align: center;
  }

  .travel-method h5 {
    display: inline-block;
    margin: 0;
    color: #2c3e50;
    font-weight: 600;
    font-size: 1.1em;
  }

  .travel-method p {
    margin-top: 10px;
    color: #555;
    line-height: 1.6;
  }

  /* Enhanced Map Styling */
  .location-map-container {
    margin-top: 40px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
    transition: transform 0.2s ease;
  }

  .location-map-container:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0,0,0,0.2);
  }

  .location-map-container iframe {
    width: 100%;
    height: 500px;
    border: none;
  }

  /* ===== MOBILE RESPONSIVENESS ===== */

  @media (min-width: 768px) {
    .contact-maps-container {
      flex-direction: row;
    }
    
    .contact-map-wrapper {
      flex: 1;
      margin: 0 10px;
    }
    
    .contact-map-wrapper iframe {
      height: 500px;
    }

    .travel-info-section {
      padding: 40px;
    }
  }

  @media (max-width: 768px) {
    .contact-info-section {
      padding: 20px;
      margin: 20px 0;
    }
    
    .hotel-info-card {
      padding: 20px;
      margin: 20px 0;
    }
    
    .travel-info-section {
      padding: 20px 15px;
    }
    
    .contact-map-wrapper iframe,
    .location-map-container iframe {
      height: 300px;
    }
    
    .hotel-features {
      grid-template-columns: 1fr;
    }

    .travel-method {
      padding: 20px;
    }

    .travel-method .fa {
      font-size: 1.3em;
      margin-right: 10px;
    }
  }

  @media (max-width: 480px) {
    .contact-info-item {
      padding: 15px;
    }

    .hotel-info-card {
      padding: 15px;
    }

    .travel-method {
      padding: 15px;
    }

    .contact-map-wrapper iframe,
    .location-map-container iframe {
      height: 250px;
    }
  }

  /* ===== REGISTRATION FORM STYLES ===== */

  /* Main Form Container */
  .registrationForm {
    padding: 40px 0;
  }

  /* Form Sections */
  .section-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(60, 93, 113, 0.08);
    border: 1px solid rgba(244, 230, 207, 0.4);
    transition: all 0.3s ease;
  }

  .section-wrapper:hover {
    box-shadow: 0 6px 25px rgba(60, 93, 113, 0.12);
  }

  .section-wrapper--consents {
    background: rgba(244, 230, 207, 0.1);
    border-radius: 12px;
    padding: 30px;
    margin-bottom: 30px;
    border: 2px solid rgba(244, 230, 207, 0.5);
  }

  /* Section Headers */
  .section-header {
    color: rgb(60, 93, 113);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 3px solid rgba(244, 230, 207, 0.5);
  }

  .section-header--underlined span {
    position: relative;
    display: inline-block;
  }

  .section-header--underlined span::after {
    content: '';
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 60px;
    height: 3px;
    background: rgb(60, 93, 113);
  }

  /* Form Groups */
  .a-form-group,
  .form-group {
    margin-bottom: 20px;
  }

  .space-header-input {
    margin-top: 15px;
  }

  /* Form Labels */
  .a-col-label label,
  .a-bold {
    color: rgb(60, 93, 113);
    font-weight: 600;
    font-size: 14px;
  }

  .required {
    color: #e74c3c;
    font-weight: 700;
  }

  /* Form Inputs */
  .form-control,
  .a-form-control {
    border: 2px solid rgba(244, 230, 207, 0.5);
    border-radius: 6px;
    padding: 10px 15px;
    font-size: 14px;
    color: #444;
    transition: all 0.3s ease;
    background: #fff;
  }

  .form-control:focus,
  .a-form-control:focus {
    border-color: rgb(60, 93, 113);
    box-shadow: 0 0 0 3px rgba(60, 93, 113, 0.1);
    outline: none;
  }

  textarea.form-control,
  textarea.a-form-control {
    min-height: 100px;
    resize: vertical;
  }

  /* Hide Original Inputs - Ensure they're completely hidden */
  input.customize[type="radio"],
  input.customize[type="checkbox"],
  input[type="radio"].customize,
  input[type="checkbox"].customize {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    pointer-events: none !important;
  }

  /* Remove any default NV checkbox/radio backgrounds and wrappers */
  .nv_radio,
  .nv_checkbox,
  .nv_radio_wrapper,
  .nv_checkbox_wrapper,
  .radio,
  .checkbox {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Ensure wrapper divs don't add styling */
  .nv_radio_wrapper::before,
  .nv_checkbox_wrapper::before,
  .nv_radio_wrapper::after,
  .nv_checkbox_wrapper::after {
    display: none !important;
  }

  /* Clean up any other default radio/checkbox styles */
  input[type="radio"] + label::before,
  input[type="checkbox"] + label::before {
    /* Our custom ::before will override this */
  }

  input[type="radio"] + label::after,
  input[type="checkbox"] + label::after {
    /* Our custom ::after will override this */
  }

  /* Override any Syskonf default checkbox/radio styles */
  .nv_radio img,
  .nv_checkbox img,
  .nv_radio span,
  .nv_checkbox span {
    display: none !important;
  }

  /* Ensure clean label display */
  label[for] {
    display: inline-block;
    margin-bottom: 0;
  }

  /* Remove default browser styling */
  input[type="radio"],
  input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  /* Radio Buttons & Checkboxes - Custom Labels */
  .label-wrap-text,
  .label-wrap-text-sm,
  label[for*="typ_"],
  label[for*="nocleg_"],
  label[for*="pakiet_"] {
    cursor: pointer;
    padding: 12px 20px;
    padding-left: 45px;
    margin-bottom: 10px;
    border: 2px solid rgba(244, 230, 207, 0.4);
    border-radius: 8px;
    background: #fff;
    transition: all 0.3s ease;
    display: inline-block;
    font-size: 14px;
    position: relative;
    min-width: 200px;
  }

  /* Custom Radio/Checkbox Indicator */
  .label-wrap-text::before,
  .label-wrap-text-sm::before,
  label[for*="typ_"]::before,
  label[for*="nocleg_"]::before,
  label[for*="pakiet_"]::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid rgba(244, 230, 207, 0.6);
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s ease;
  }

  /* Checkbox gets square shape */
  label[for*="zgoda"]::before,
  #consentsBox label::before {
    border-radius: 4px;
  }

  /* Hover States */
  .label-wrap-text:hover,
  .label-wrap-text-sm:hover,
  label[for*="typ_"]:hover,
  label[for*="nocleg_"]:hover,
  label[for*="pakiet_"]:hover {
    border-color: rgba(244, 230, 207, 0.8);
    background: rgba(244, 230, 207, 0.05);
  }

  .label-wrap-text:hover::before,
  .label-wrap-text-sm:hover::before,
  label[for*="typ_"]:hover::before,
  label[for*="nocleg_"]:hover::before,
  label[for*="pakiet_"]:hover::before {
    border-color: rgb(60, 93, 113);
  }

  /* Selected/Active States */
  .nv_radio_on,
  .nv_checkbox_on,
  label.nv_radio_on,
  label.nv_checkbox_on {
    background: linear-gradient(135deg, rgba(60, 93, 113, 0.1), rgba(60, 93, 113, 0.05)) !important;
    border-color: rgb(60, 93, 113) !important;
    box-shadow: 0 2px 8px rgba(60, 93, 113, 0.15);
  }

  /* Filled Indicator on Selected */
  .nv_radio_on::before,
  .nv_checkbox_on::before,
  label.nv_radio_on::before,
  label.nv_checkbox_on::before {
    background: rgb(60, 93, 113) !important;
    border-color: rgb(60, 93, 113) !important;
  }

  /* Participation Types */
  .form-group--part-types {
    margin-bottom: 15px;
  }

  .form-group--part-types label {
    width: 100%;
    font-size: 16px;
    padding: 18px 20px;
    font-weight: 600;
  }

  /* Accommodation Section */
  .accommodation__info__name {
    font-size: 18px;
    color: rgb(60, 93, 113);
    font-weight: 700;
    padding: 15px 20px;
    margin-bottom: 15px;
    border: 2px solid rgba(244, 230, 207, 0.4);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .accommodation__info__name:hover {
    border-color: rgb(60, 93, 113);
    background: rgba(60, 93, 113, 0.03);
  }

  .accommodation__info__name.nv_radio_on {
    background: linear-gradient(135deg, rgba(60, 93, 113, 0.1), rgba(60, 93, 113, 0.05));
    border-color: rgb(60, 93, 113);
  }

  .accommodation__info__desc {
    background: rgba(244, 230, 207, 0.05);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .accommodation__info__img img {
    border-radius: 8px;
    margin: 15px 15px 15px 0;
    box-shadow: 0 4px 12px rgba(60, 93, 113, 0.1);
    max-width: 250px;
  }

  .accommodation__calendar {
    border: 2px solid rgba(244, 230, 207, 0.5);
    border-radius: 6px;
  }

  .input-group-addon {
    background: rgb(60, 93, 113);
    color: #fff;
    border: none;
    padding: 10px 15px;
  }

  .js-calendar {
    cursor: pointer;
  }

  /* Subheaders */
  .subheader--full {
    color: rgb(60, 93, 113);
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(244, 230, 207, 0.3);
  }

  /* Pricing Table */
  .charges-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin-top: 20px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(60, 93, 113, 0.1);
  }

  .charges-table__header {
    background: linear-gradient(135deg, rgb(60, 93, 113), rgb(52, 77, 94));
    color: #fff;
    font-weight: 600;
  }

  .charges-table__header td {
    padding: 15px;
    color: #fff;
    font-weight: 600;
  }

  .charges-table__option td {
    padding: 12px 15px;
    border-bottom: 1px solid rgba(244, 230, 207, 0.2);
  }

  .charges-table__option:hover {
    background: rgba(244, 230, 207, 0.08);
  }

  .charges-table__sum {
    background: rgba(244, 230, 207, 0.2);
    font-weight: 700;
  }

  .charges-table__sum td {
    padding: 15px;
  }

  .charges-table__sum-blue {
    color: rgb(60, 93, 113);
    font-weight: 700;
    font-size: 16px;
  }

  .charges-table__sum-info {
    font-size: 12px;
    color: #777;
    font-weight: 400;
  }

  .currency-txt {
    font-weight: 600;
  }

  /* Submit Button */
  .btn-send {
    background: linear-gradient(135deg, rgb(60, 93, 113), rgb(52, 77, 94));
    color: #fff !important;
    padding: 16px 40px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    border: none;
    box-shadow: 0 4px 15px rgba(60, 93, 113, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    display: block;
    margin: 30px auto;
    min-width: 250px;
  }

  .btn-send:hover {
    background: linear-gradient(135deg, rgb(52, 77, 94), rgb(44, 67, 84));
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(60, 93, 113, 0.4);
  }

  /* Invoice Section */
  .invoice {
    padding: 20px;
    background: rgba(244, 230, 207, 0.05);
    border-radius: 8px;
    margin-top: 20px;
  }

  /* Clear/Reset Buttons */
  .btn-trans {
    background: transparent;
    border: 2px solid rgb(60, 93, 113);
    color: rgb(60, 93, 113);
    padding: 10px 20px;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .btn-trans:hover {
    background: rgb(60, 93, 113);
    color: #fff;
  }

  /* Help Icons */
  .help-icon--right {
    color: rgb(60, 93, 113);
    margin-right: 5px;
    cursor: help;
  }

  /* Select Dropdowns */
  .SumoSelect {
    width: 100%;
  }

  .SumoSelect > .CaptionCont {
    border: 2px solid rgba(244, 230, 207, 0.5);
    border-radius: 6px;
    padding: 10px 15px;
    background: #fff;
    transition: all 0.3s ease;
  }

  .SumoSelect > .CaptionCont:hover {
    border-color: rgba(244, 230, 207, 0.8);
  }

  .SumoSelect.open > .CaptionCont {
    border-color: rgb(60, 93, 113);
    box-shadow: 0 0 0 3px rgba(60, 93, 113, 0.1);
  }

  .SumoSelect .optWrapper {
    border: 2px solid rgb(60, 93, 113);
    border-radius: 6px;
    margin-top: 5px;
    box-shadow: 0 4px 15px rgba(60, 93, 113, 0.2);
  }

  .SumoSelect .optWrapper .options li.opt:hover {
    background: rgba(244, 230, 207, 0.3);
  }

  .SumoSelect .optWrapper .options li.opt.selected {
    background: rgba(60, 93, 113, 0.1);
  }

  /* Phone Input */
  .intl-tel-input {
    width: 100%;
  }

  .intl-tel-input .selected-flag {
    background: rgb(60, 93, 113);
    border-radius: 6px 0 0 6px;
    padding: 0 10px;
  }

  .intl-tel-input .selected-flag:hover {
    background: rgb(52, 77, 94);
  }

  /* Responsive Form Layout */
  @media (min-width: 768px) {
    .a-col-label {
      text-align: right;
      padding-right: 20px;
    }
  }

  @media (max-width: 767px) {
    .section-wrapper {
      padding: 20px 15px;
    }

    .a-col-label {
      margin-bottom: 8px;
    }

    .section-header {
      font-size: 20px;
    }

    .label-wrap-text,
    .label-wrap-text-sm {
      min-width: auto;
      width: 100%;
      display: block;
    }
  }

  /* Accommodation Boxes */
  .accommodation__box {
    border: 2px solid rgba(244, 230, 207, 0.4);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    background: #fff;
    transition: all 0.3s ease;
  }

  .accommodation__box:hover {
    border-color: rgba(244, 230, 207, 0.7);
    box-shadow: 0 4px 15px rgba(60, 93, 113, 0.08);
  }

  /* Room Selection */
  .js-rooms {
    margin-bottom: 12px;
  }

  .js-nocleg_pokoj_jaki {
    width: 100%;
    display: block;
  }

  /* Additional Options */
  .js-additional-opt {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(244, 230, 207, 0.3);
  }

  /* Error States */
  .has-error .form-control,
  .has-error .a-form-control {
    border-color: #e74c3c;
  }

  .help-block {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
  }

  /* Consent Checkboxes */
  #consentsBox label,
  label[for*="zgoda"] {
    font-size: 14px;
    line-height: 1.6;
    padding: 15px 20px;
    padding-left: 50px;
    background: #fff;
    border: 2px solid rgba(244, 230, 207, 0.4);
    border-radius: 8px;
    margin-bottom: 15px;
    display: block;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
  }

  #consentsBox label:hover,
  label[for*="zgoda"]:hover {
    border-color: rgba(244, 230, 207, 0.7);
    background: rgba(244, 230, 207, 0.03);
  }

  #consentsBox .nv_checkbox_on,
  label.nv_checkbox_on[for*="zgoda"] {
    border-color: rgb(60, 93, 113) !important;
    background: rgba(60, 93, 113, 0.05) !important;
  }

  /* Consent checkbox indicator */
  #consentsBox label::before,
  label[for*="zgoda"]::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    border: 2px solid rgba(244, 230, 207, 0.6);
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s ease;
  }

  #consentsBox label:hover::before,
  label[for*="zgoda"]:hover::before {
    border-color: rgb(60, 93, 113);
  }

  #consentsBox .nv_checkbox_on::before,
  label.nv_checkbox_on[for*="zgoda"]::before {
    background: rgb(60, 93, 113) !important;
    border-color: rgb(60, 93, 113) !important;
  }

  /* Container Adjustments */
  .container-fluid--max-width {
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Form Buttons within sections */
  .questionnaire__clear__button {
    margin-top: 20px;
  }

  /* Questionnaire Sections */
  .questionnaire__question {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(244, 230, 207, 0.2);
  }

  .questionnaire__question:last-child {
    border-bottom: none;
  }

  .questionnaire__number {
    color: rgb(60, 93, 113);
    font-weight: 700;
    margin-right: 5px;
  }

  .questionnaire__desc {
    font-size: 13px;
    color: #777;
    font-style: italic;
    margin-top: 8px;
    display: block;
  }

  /* Gender Selection */
  .sex {
    min-width: 140px;
    margin-right: 15px;
  }

  /* Invoice Type Selection */
  .invoices__type__company,
  .invoices__type__person {
    display: inline-block;
    margin-right: 20px;
  }

  .invoices__type__company--label,
  .invoices__type__person--label {
    padding: 15px 25px;
    font-size: 15px;
  }

  /* Hotel Star Ratings */
  .accommodation__info__name .fa-star {
    color: #f39c12;
    font-size: 14px;
    margin: 0 2px;
  }

  /* Accommodation Price Display */
  .accommodation__info__spec__prices-wrap {
    background: rgba(244, 230, 207, 0.08);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  /* Date Labels */
  .a-date-lb {
    font-weight: 600;
    color: rgb(60, 93, 113);
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
  }

  /* Additional Styling for Form Elements */
  .accommodation-wrapper {
    margin-bottom: 20px;
  }

  /* Tooltip Styling */
  .tooltip {
    font-size: 13px;
  }

  .tooltip-inner {
    background: rgb(60, 93, 113);
    padding: 8px 12px;
    border-radius: 6px;
  }

  /* Loader */
  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .loader__dots {
    display: flex;
    gap: 10px;
  }

  .loader__dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgb(60, 93, 113);
    animation: bounce 1.4s infinite ease-in-out both;
  }

  .loader__dot--1 {
    animation-delay: -0.32s;
  }

  .loader__dot--2 {
    animation-delay: -0.16s;
  }

  @keyframes bounce {
    0%, 80%, 100% {
      transform: scale(0);
    }
    40% {
      transform: scale(1);
    }
  }

  /* Input Group Styling */
  .input-group {
    display: flex;
    width: 100%;
  }

  .input-group .form-control {
    border-radius: 0 6px 6px 0;
    flex: 1;
  }

  .input-group-addon {
    border-radius: 6px 0 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* Arrow for Input Group */
  .arrow-input-group {
    display: none;
  }

  /* Mobile Responsiveness */
  @media (max-width: 768px) {
    .registrationForm {
      padding: 20px 0;
    }

    .btn-send {
      width: 100%;
      padding: 14px 30px;
      font-size: 15px;
    }

    .charges-table {
      font-size: 13px;
    }

    .charges-table__header td,
    .charges-table__option td,
    .charges-table__sum td {
      padding: 10px;
    }

    .accommodation__info__img img {
      max-width: 100%;
      margin: 10px 0;
    }

    .sex {
      min-width: auto;
      display: block;
      width: 100%;
      margin-bottom: 10px;
    }

    .invoices__type__company,
    .invoices__type__person {
      display: block;
      margin-bottom: 15px;
    }

    .invoices__type__company--label,
    .invoices__type__person--label {
      width: 100%;
      display: block;
    }
  }

  /* ===== NAVBAR STYLES ===== */

  .navbar-collapse.collapse.in {
    background: #fff;
  }
  
  .homepage-cb-1,
  .homepage-cb-2,
  .homepage-cb-3,
  .homepage-cb-4{
    border: none;
  }
  
  .homepage-cb-1 .content-box__icon,
  .homepage-cb-2 .content-box__icon,
  .homepage-cb-3 .content-box__icon,
  .homepage-cb-4 .content-box__icon {
    font-size: 24px;
    background: none;
    box-shadow: none;
  }
  
  .homepage-cb-1 .content-box__icon { color: #4c17a0; border: 1px solid #4c17a0; }
  .homepage-cb-2 .content-box__icon { color: #0db7d6; border: 1px solid #0db7d6; }
  .homepage-cb-3 .content-box__icon { color: #d11772; border: 1px solid #d11772; }
  .homepage-cb-4 .content-box__icon { color: #f88a73; border: 1px solid #f88a73; }
  
  .navbar-brand img {
    padding: 10px;
  }

  .brand-pzb-wrapper {
    display: inline-block;
    position: relative;
    height: 60px;
    float: right;
    font-size: 14px;
  }
  
  .brand-pzb-wrapper {
    height: 50px;
    transition: all .2s;
    font-size: 12px;
    display: inline-table;
    position: relative;
    bottom: 2px;
  }
  
  .brand-pzb {
    display: inline-block;
    color: #5470a5;
    font-weight: bold;
    line-height: 1em;
    display: table-cell;
    vertical-align: middle;
  }
  
  .navbar-menu-widthfix.scrolled-top .brand-pzb-wrapper {
    height: 60px;
  }

  .navbar.scrolled {
    background: #fff;
    margin-top: 0;
  }
  
  .navbar {
    background: transparent;
    margin-top: 20px;
  }

  /* Burger menu - higher contrast */
  .navbar-toggle .icon-bar {
    background-color: #333 !important;
    opacity: 1 !important;
  }

  .navbar-toggle:hover .icon-bar,
  .navbar-toggle:focus .icon-bar {
    background-color: #000 !important;
  }

  .navbar-toggle.active .icon-bar {
    background-color: #000 !important;
  }

  /* Ensure banner starts from top on mobile */
  @media (max-width: 768px) {
    .fullwidth-section,
    .banner,
    .home-header {
      margin-top: 0 !important;
      padding-top: 0 !important;
    }

    .navbar {
      margin-top: 0;
    }

    body {
      padding-top: 0 !important;
    }

    /* Ensure banner background works on mobile like desktop */
    .banner__bg {
      background: rgb(221, 238, 241) !important;
      background-image: none !important;
    }

    /* Ensure background image starts from top */
    .banner__tint {
      background-position: top center !important;
      background-size: cover !important;
    }
  }

  .navbar-inverse {
     border-color: transparent;
  }

  /* Navbar text color */
  .navbar-nav > li > a {
    color: #000000 !important;
  }

  .navbar-nav > li > a:hover {
    color: #3498db !important;
  }

  /* ===== GLOBAL BUTTON STYLES ===== */

  /* Global button border radius */
  .btn,
  button,
  input[type="button"],
  input[type="submit"],
  .button,
  .btn-primary,
  .btn-secondary,
  .btn-success,
  .btn-info,
  .btn-warning,
  .btn-danger,
  .btn-light,
  .btn-dark {
    border-radius: 8px !important;
    transition: all 0.3s ease;
  }

  /* Button hover effects */
  .btn:hover,
  button:hover,
  input[type="button"]:hover,
  input[type="submit"]:hover,
  .button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  }

  /* Primary button styling */
  .btn-primary {
    background: #3498db;
    border-color: #3498db;
  }

  .btn-primary:hover {
    background: #2980b9;
    border-color: #2980b9;
  }


  /* ===== FOOTER IMPROVEMENTS ===== */

  /* Enhanced Footer Styling */
  .footer {
    background: linear-gradient(135deg, #2c3e50, #34495e);
    color: #ecf0f1;
    padding: 40px 0 20px;
    margin-top: 60px;
  }

  .footer__content {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 30px;
    margin-bottom: 20px;
  }

  .footer h4, .footer h5 {
    color: #3498db;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 1.1em;
  }

  .footer p {
    color: #bdc3c7;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .footer a {
    color: #ecf0f1;
    text-decoration: none;
    transition: all 0.3s ease;
  }

  .footer a:hover {
    color: #3498db;
    text-decoration: underline;
  }

  /* Footer Social Icons */
  .footer__social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.1);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    margin-right: 10px;
    transition: all 0.3s ease;
    color: #ecf0f1 !important;
  }

  .footer__social-icon:hover {
    background: #3498db;
    color: white !important;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(52, 152, 219, 0.3);
  }

  /* Footer Lists */
  .footer .list--chevrons li {
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
  }

  .footer .list--chevrons li:before {
    content: "▶";
    position: absolute;
    left: 0;
    color: #3498db;
    font-size: 0.8em;
  }

  .footer .list--chevrons li a {
    color: #bdc3c7;
    transition: all 0.3s ease;
  }

  .footer .list--chevrons li a:hover {
    color: #3498db;
    padding-left: 5px;
  }

  /* Syskonf Logo Container */
  #syskonf-logo-container {
    background: #1a252f;
    border-top: 1px solid rgba(255,255,255,0.1);
    padding: 15px 0;
    text-align: center;
  }

  .powered-by-syskonf {
    opacity: 0.7;
    transition: all 0.3s ease;
  }

  .powered-by-syskonf:hover {
    opacity: 1;
  }

  /* ===== RESPONSIVE NAVBAR & FOOTER ===== */

  @media (max-width: 768px) {
    .navbar-nav > li > a {
      padding: 12px 15px !important;
    }

    .navbar-button {
      padding: 8px 20px;
      font-size: 0.9em;
    }

    .footer {
      padding: 30px 0 15px;
    }

    .footer__social-icon {
      width: 35px;
      height: 35px;
      line-height: 35px;
      margin-right: 8px;
    }
  }

  @media (max-width: 480px) {
    .navbar-brand img {
      max-height: 40px;
    }

    .navbar.scrolled-top .navbar-brand img {
      max-height: 35px;
    }

    .footer {
      padding: 25px 0 10px;
    }

    .footer h4, .footer h5 {
      font-size: 1em;
      margin-bottom: 15px;
    }
  }

  /* ===== COOKIE CONSENT STYLING ===== */

  .cc-window {
    background: rgba(44, 62, 80, 0.95) !important;
    backdrop-filter: blur(10px);
    border-top: 3px solid #3498db;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.3);
  }

  .cc-message {
    color: #ecf0f1 !important;
    font-size: 14px;
  }

  .cc-btn {
    background: #3498db !important;
    border: none !important;
    border-radius: 5px;
    padding: 8px 20px;
    font-weight: 600;
    transition: all 0.3s ease;
  }

  .cc-btn:hover {
    background: #2980b9 !important;
    transform: translateY(-1px);
  }

  .cc-btn.cc-dismiss {
    background: #95a5a6 !important;
  }

  .cc-btn.cc-dismiss:hover {
    background: #7f8c8d !important;
  }


  /* ===== PROGRAM PAGE STYLES ===== */

  /* Banner spacing for program page */
  .fullwidth-section .banner {
    margin-bottom: 40px;
  }

  /* Program Ramowy Title */
  h3 {
    color: rgb(60, 93, 113);
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
  }

  h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent, rgba(244, 230, 207, 1), transparent);
    border-radius: 2px;
  }

  /* Schedule Container */
  .schedule {
    background: #fff;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 35px;
    box-shadow: 0 4px 20px rgba(60, 93, 113, 0.12);
    border: 1px solid rgba(244, 230, 207, 0.5);
    overflow: hidden;
    transition: all 0.3s ease;
  }

  .schedule:hover {
    box-shadow: 0 6px 30px rgba(60, 93, 113, 0.18);
    transform: translateY(-2px);
  }

  /* Schedule Day Headers */
  .schedule__item--major {
    background: linear-gradient(135deg, rgb(60, 93, 113), rgb(52, 77, 94)) !important;
    padding: 18px 25px !important;
    position: relative;
    border: none !important;
  }

  .schedule__item--major:hover {
    background: linear-gradient(135deg, rgb(52, 77, 94), rgb(44, 67, 84)) !important;
  }

  .schedule__item--major .schedule__time {
    display: none;
  }

  .schedule__item--major .schedule__desc {
    color: #fff !important;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .schedule__item--major .schedule__desc::before {
    content: '\f073';
    font-family: 'FontAwesome';
    font-size: 22px;
    margin-left: 10px;
  }

  /* Schedule Items - Simplified */
  .schedule__item:not(.schedule__item--major) {
    padding: 18px 25px;
    border-bottom: 1px solid rgba(244, 230, 207, 0.25);
    display: flex;
    align-items: flex-start;
    gap: 24px;
    transition: all 0.3s ease;
    position: relative;
    background: transparent;
  }

  .schedule__item:not(.schedule__item--major):last-child {
    border-bottom: none;
  }

  .schedule__item:not(.schedule__item--major)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: transparent;
    transition: all 0.3s ease;
  }

  .schedule__item:not(.schedule__item--major):hover {
    background: linear-gradient(90deg, rgba(244, 230, 207, 0.15), rgba(244, 230, 207, 0.05));
    padding-left: 28px;
  }

  .schedule__item:not(.schedule__item--major):hover::before {
    background: linear-gradient(180deg, rgba(244, 230, 207, 1), rgb(60, 93, 113));
  }

  .schedule__item:not(.schedule__item--major):nth-child(even) {
    background: rgba(244, 230, 207, 0.03);
  }

  /* Time Badge */
  .schedule__time {
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    width: auto !important;
    min-width: 0 !important;
    flex-shrink: 0;
    background: linear-gradient(135deg, rgb(60, 93, 113), rgb(52, 77, 94));
    padding: 8px 14px;
    border-radius: 6px;
    box-shadow: 0 2px 8px rgba(60, 93, 113, 0.2);
    display: flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
  }

  .schedule__time::before {
    content: '\f017';
    font-family: 'FontAwesome';
    font-size: 14px;
  }

  .schedule__item:hover .schedule__time {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(60, 93, 113, 0.3);
  }

  /* Description */
  .schedule__desc {
    flex: 1;
    color: #2c3e50;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.9;
    word-wrap: break-word;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Titles */
  .schedule__desc strong {
    display: block;
    font-weight: 700;
    margin-bottom: 4px;
    line-height: 1.6;
  }

  /* Session Headers */
  .schedule__item.session-header .schedule__desc,
  .schedule__item[class*="session-header"] .schedule__desc {
    font-size: 16px;
    font-weight: 700;
    color: rgb(60, 93, 113) !important;
  }

  /* Discussion Items */
  .schedule__item.discussion .schedule__desc,
  .schedule__item[class*="discussion"] .schedule__desc {
    font-style: italic;
    color: rgba(60, 93, 113, 0.8) !important;
    font-weight: 600;
  }

  .schedule__item:not(.schedule__item--major):hover:nth-child(even) {
    background: linear-gradient(90deg, rgba(244, 230, 207, 0.18), rgba(244, 230, 207, 0.06)) !important;
  }

  /* Program Ramowy Introduction Text */
  .col-md-8 > p:first-of-type {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
    padding: 20px;
    background: rgba(244, 230, 207, 0.1);
    border-left: 4px solid rgb(60, 93, 113);
    border-radius: 4px;
  }

  /* Responsive */
  @media (max-width: 768px) {
    .schedule__item--major {
      padding: 15px 20px !important;
    }

    .schedule__item--major .schedule__desc {
      font-size: 17px;
    }

    .schedule__item:not(.schedule__item--major) {
      flex-direction: column;
      gap: 10px;
      padding: 14px 20px;
    }

    .schedule__item:not(.schedule__item--major):hover {
      padding-left: 24px;
    }

    .schedule__time {
      font-size: 12px;
      padding: 7px 12px;
    }

    .schedule__desc {
      font-size: 14px;
    }

    .schedule__item.session-header .schedule__desc {
      font-size: 15px;
    }
  }

  @media (max-width: 480px) {
    .schedule__item--major {
      padding: 12px 15px !important;
    }

    .schedule__item--major .schedule__desc {
      font-size: 15px;
    }

    .schedule__item:not(.schedule__item--major) {
      padding: 12px 15px;
    }

    .schedule__time {
      font-size: 11px;
      padding: 6px 10px;
    }

    .schedule__desc {
      font-size: 13px;
    }
  }

  /* Speaker Cards in Program Page */
  .programme-speaker-wrapper .speaker {
    margin-bottom: 0 !important;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: none;
    border-left: none;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    min-height: 60px;
    position: relative;
  }

  .programme-speaker-wrapper .speaker__photo-wrapper {
    width: 60px;
    height: 60px;
    padding-top: 0;
    left: auto;
    margin-left: 0;
    margin-bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(60, 93, 113, 0.15);
    flex-shrink: 0;
    position: relative;
  }

  .programme-speaker-wrapper .speaker__photo-positioner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .programme-speaker-wrapper .speaker__photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .programme-speaker-wrapper .speaker__infobox {
    text-align: left;
    width: auto;
    left: auto;
    top: auto;
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .programme-speaker-wrapper .speaker__name {
    color: rgb(60, 93, 113);
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 3px;
    line-height: 1.3;
  }

  .programme-speaker-wrapper .speaker__institution {
    color: #777;
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
  }

  /* Program Speaker Wrapper Content Boxes */
  .programme-speaker-wrapper {
    background: rgba(244, 230, 207, 0.15);
    border: 1px solid rgba(244, 230, 207, 0.4);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 6px rgba(60, 93, 113, 0.05);
    transition: all 0.3s ease;
  }

  .programme-speaker-wrapper:hover {
    box-shadow: 0 4px 12px rgba(60, 93, 113, 0.1);
    transform: translateY(-2px);
  }

  .programme-speaker-wrapper .content-box__head {
    display: none;
  }

  .programme-speaker-wrapper p {
    margin-bottom: 15px;
    line-height: 1.7;
    color: #555;
    font-size: 14px;
  }

  .programme-speaker-wrapper p:empty {
    display: none;
    margin: 0;
  }

  .programme-speaker-wrapper p:last-child {
    margin-bottom: 0;
  }

  .programme-speaker-wrapper em {
    color: rgba(244, 230, 207, 1);
    font-size: 3em;
    font-weight: 700;
    line-height: 1rem;
    position: relative;
    top: 10px;
    margin-right: 8px;
    text-shadow: 0 2px 4px rgba(60, 93, 113, 0.2);
    float: left;
    font-style: normal;
  }

  .programme-speaker-wrapper .content-box__desc::after {
    content: "";
    display: table;
    clear: both;
  }

  /* Content Partner Styling */
  .programme-content-partner {
    background: linear-gradient(135deg, rgba(244, 230, 207, 0.2), rgba(244, 230, 207, 0.05));
    border: 1px solid rgba(244, 230, 207, 0.5);
    text-align: center;
  }

  .programme-content-partner img {
    width: 140px;
    max-width: 100%;
    height: auto;
    margin: 10px auto 15px auto;
    display: block;
  }

  .programme-content-partner strong {
    color: rgb(60, 93, 113);
    font-size: 16px;
    font-weight: 700;
    display: block;
    margin: 15px 0;
  }

  .programme-content-partner p {
    text-align: left;
    margin-bottom: 0;
  }

  .programme-content-partner p:first-of-type {
    text-align: center;
    margin-bottom: 15px;
  }

  /* Download Button */
  .programme-button-download {
    background: linear-gradient(135deg, rgb(60, 93, 113), rgb(52, 77, 94));
    color: #fff !important;
    padding: 14px 24px;
    border-radius: 8px;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(60, 93, 113, 0.2);
    font-size: 15px;
  }

  .programme-button-download:hover {
    background: linear-gradient(135deg, rgb(52, 77, 94), rgb(44, 67, 84));
    color: #fff !important;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(60, 93, 113, 0.3);
  }

  .programme-button-download i {
    margin-right: 8px;
    font-size: 16px;
  }

  /* Program Page Footer Notes */
  .schedule + br + * {
    font-size: 13px;
    color: #777;
    font-style: italic;
    line-height: 1.8;
    margin-top: 20px;
    padding: 15px 20px;
    background: rgba(244, 230, 207, 0.08);
    border-left: 3px solid rgba(244, 230, 207, 0.6);
    border-radius: 4px;
  }

  /* Schedule wrapper enhancements */
  .col-md-8 {
    position: relative;
  }

  .col-md-8::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    background: linear-gradient(135deg, rgba(244, 230, 207, 0.03), transparent);
    border-radius: 12px;
    z-index: -1;
    pointer-events: none;
  }

  /* Responsive adjustments for program page */
  @media (max-width: 768px) {
    .col-md-8::before {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px;
    }

    .col-md-8 > p:first-of-type {
      font-size: 15px;
      padding: 15px;
      margin-bottom: 20px;
    }

    .programme-speaker-wrapper {
      padding: 15px;
    }

    .programme-speaker-wrapper .speaker {
      gap: 12px;
    }

    .programme-speaker-wrapper .speaker__photo-wrapper {
      width: 50px;
      height: 50px;
    }

    .programme-speaker-wrapper .speaker__name {
      font-size: 14px;
    }

    .programme-speaker-wrapper .speaker__institution {
      font-size: 12px;
    }

    .programme-speaker-wrapper p {
      font-size: 13px;
    }

    .programme-speaker-wrapper em {
      font-size: 2.5em;
    }

    .programme-button-download {
      padding: 12px 20px;
      font-size: 14px;
    }

    .programme-content-partner img {
      width: 120px;
    }

    .schedule + br + * {
      font-size: 12px;
      padding: 12px 15px;
      margin-top: 15px;
    }
  }

  /* ===== LOCATION PAGE STYLES ===== */

  /* Hotel info card styling */
  .hotel-info-card {
    background: rgba(244, 230, 207, 0.1);
    border: 1px solid rgba(244, 230, 207, 0.3);
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
  }

  .hotel-info-card h4 {
    color: rgb(60, 93, 113);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(244, 230, 207, 0.5);
    padding-bottom: 10px;
  }

  .hotel-info-card p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  /* Hotel features styling */
  .hotel-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 20px 0;
  }

  .hotel-feature {
    background: rgba(244, 230, 207, 0.2);
    padding: 15px;
    border-radius: 6px;
    border-left: 3px solid rgb(60, 93, 113);
    color: #555;
  }

  .hotel-feature strong {
    color: rgb(60, 93, 113);
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }

  .hotel-feature {
    color: #555;
    font-size: 13px;
    line-height: 1.4;
  }

  /* Travel info section */
  .travel-info-section {
    background: rgba(244, 230, 207, 0.05);
    padding: 40px 0;
    margin: 30px 0;
  }

  .section-title-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }

  .section-title {
    color: rgb(60, 93, 113);
    font-size: 24px;
    font-weight: 600;
    position: relative;
    display: inline-block;
  }

  .section-title::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: rgb(60, 93, 113);
    border-radius: 2px;
  }

  /* Travel method cards */
  .travel-method {
    background: #fff;
    border: 1px solid rgba(244, 230, 207, 0.5);
    border-radius: 8px;
    padding: 25px;
    text-align: center;
    height: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #555;
  }

  .travel-method:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(60, 93, 113, 0.1);
  }

  .travel-method i {
    color: rgb(60, 93, 113);
    font-size: 32px;
    margin-bottom: 15px;
    display: block;
  }

  .travel-method h5 {
    color: rgb(60, 93, 113);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .travel-method p {
    color: #555 !important;
    line-height: 1.6;
    font-size: 14px;
  }

  /* Map container */
  .location-map-container {
    margin: 40px 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(60, 93, 113, 0.1);
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .hotel-features {
      grid-template-columns: 1fr;
    }

    .hotel-info-card {
      padding: 20px;
    }

    .travel-method {
      padding: 20px;
      margin-bottom: 20px;
    }

    .section-title {
      font-size: 20px;
    }
  }

  /* ===== CONTACT PAGE STYLES ===== */

  /* Contact info sections */
  .contact-info-section {
    background: rgba(244, 230, 207, 0.05);
    border-radius: 8px;
    padding: 30px;
    margin: 30px 0;
    border: 1px solid rgba(244, 230, 207, 0.3);
  }

  .contact-info-item {
    margin-bottom: 25px;
  }

  .contact-info-item:last-child {
    margin-bottom: 0;
  }

  .contact-info-item h4 {
    color: rgb(60, 93, 113);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(244, 230, 207, 0.5);
    padding-bottom: 8px;
  }

  .contact-info-item p {
    color: #555;
    line-height: 1.6;
    margin-bottom: 12px;
  }

  .contact-info-item strong {
    color: rgb(60, 93, 113);
    font-weight: 600;
  }

  .contact-info-item a {
    color: rgb(60, 93, 113);
    text-decoration: none;
    font-weight: 500;
  }

  .contact-info-item a:hover {
    color: rgb(52, 77, 94);
    text-decoration: underline;
  }

  /* Contact maps container */
  .contact-maps-container {
    margin: 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .contact-map-wrapper {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(60, 93, 113, 0.1);
    background: #fff;
    border: 1px solid rgba(244, 230, 207, 0.3);
  }

  .contact-map-wrapper iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
  }

  /* Responsive adjustments for contact page */
  @media (max-width: 768px) {
    .contact-info-section {
      padding: 20px;
      margin: 20px 0;
    }

    .contact-maps-container {
      grid-template-columns: 1fr;
      gap: 20px;
      margin: 30px 0;
    }

    .contact-map-wrapper iframe {
      height: 300px;
    }

    .contact-info-item h4 {
      font-size: 16px;
    }
  }

  /* ===== PATRONI PAGE STYLES ===== */

  /* Section Headings */
  h2[style*="text-align: center"] {
    text-align: center !important;
    color: rgb(60, 93, 113);
    font-size: 32px;
    font-weight: 700;
    margin: 50px 0 40px 0;
    padding-bottom: 15px;
    position: relative;
    letter-spacing: 0.5px;
  }

  h2[style*="text-align: center"]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgba(244, 230, 207, 0.8), rgb(60, 93, 113));
    border-radius: 2px;
  }

  /* Partners Container - Multiple selector options for compatibility */
  .partners,
  [class*="partners"],
  .partners-wrapper {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 30px !important;
    margin: 40px 0 60px 0 !important;
    padding: 30px 20px !important;
  }

  /* Partner Items - Multiple selector options */
  .partners__item,
  .partners-item,
  [class*="partners-item"],
  .partners > div,
  .partners > a,
  .partners a {
    flex: 0 0 auto !important;
    width: calc(33.333% - 20px) !important;
    min-width: 200px !important;
    max-width: 280px !important;
    background: #fff !important;
    border-radius: 12px !important;
    padding: 25px 20px !important;
    box-shadow: 0 4px 15px rgba(60, 93, 113, 0.1) !important;
    transition: all 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    border: 2px solid rgba(244, 230, 207, 0.3) !important;
    position: relative !important;
    overflow: hidden !important;
    text-decoration: none !important;
    margin: 0 !important;
    min-height: 220px !important;
  }

  .partners__item::before,
  .partners-item::before,
  [class*="partners-item"]::before,
  .partners > div::before,
  .partners > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(244, 230, 207, 0.2), transparent);
    transition: left 0.5s ease;
    z-index: 1;
  }

  .partners__item:hover,
  .partners-item:hover,
  [class*="partners-item"]:hover,
  .partners > div:hover,
  .partners > a:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 8px 25px rgba(60, 93, 113, 0.2) !important;
    border-color: rgba(244, 230, 207, 0.6) !important;
  }

  .partners__item:hover::before,
  .partners-item:hover::before,
  [class*="partners-item"]:hover::before,
  .partners > div:hover::before,
  .partners > a:hover::before {
    left: 100%;
  }

  /* Partner Images */
  .partners__item img,
  .partners-item img,
  [class*="partners-item"] img,
  .partners img {
    max-width: 100% !important;
    max-height: 120px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: grayscale(20%) !important;
    transition: all 0.3s ease !important;
    display: block !important;
    margin: 0 auto 15px auto !important;
    position: relative;
    z-index: 2;
    flex-shrink: 0 !important;
  }
  
  /* Partner Text/Title - handles text inside partners_item */
  .partners__item,
  .partners-item,
  [class*="partners-item"],
  .partners > div,
  .partners > a {
    color: rgb(60, 93, 113) !important;
    text-align: center !important;
  }
  
  .partners__item > *:not(img),
  .partners-item > *:not(img),
  [class*="partners-item"] > *:not(img),
  .partners > div > *:not(img),
  .partners > a > *:not(img) {
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    color: rgb(60, 93, 113) !important;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
    z-index: 2 !important;
    flex-shrink: 0 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .partners__item:hover img,
  .partners-item:hover img,
  [class*="partners-item"]:hover img,
  .partners > div:hover img,
  .partners > a:hover img {
    filter: grayscale(0%) !important;
    transform: scale(1.05) !important;
  }
  
  .partners__item:hover > *:not(img),
  .partners-item:hover > *:not(img),
  [class*="partners-item"]:hover > *:not(img),
  .partners > div:hover > *:not(img),
  .partners > a:hover > *:not(img) {
    color: rgb(52, 77, 94) !important;
  }

  /* Responsive Design */
  @media (max-width: 992px) {
    .partners__item,
    .partners-item,
    [class*="partners-item"],
    .partners > div,
    .partners > a {
      width: calc(50% - 15px) !important;
      min-width: 180px !important;
      min-height: 200px !important;
    }
  }

  @media (max-width: 768px) {
    h2[style*="text-align: center"] {
      font-size: 26px;
      margin: 40px 0 30px 0;
    }

    .partners,
    [class*="partners"],
    .partners-wrapper {
      gap: 20px !important;
      padding: 20px 15px !important;
      margin: 30px 0 40px 0 !important;
    }

    .partners__item,
    .partners-item,
    [class*="partners-item"],
    .partners > div,
    .partners > a {
      width: calc(50% - 10px) !important;
      min-width: 150px !important;
      max-width: 220px !important;
      padding: 20px 15px !important;
      min-height: 180px !important;
    }

    .partners__item img,
    .partners-item img,
    [class*="partners-item"] img,
    .partners img {
      max-height: 100px !important;
      margin-bottom: 12px !important;
    }
    
    .partners__item > *:not(img),
    .partners-item > *:not(img),
    [class*="partners-item"] > *:not(img),
    .partners > div > *:not(img),
    .partners > a > *:not(img) {
      font-size: 12px !important;
    }
  }

  @media (max-width: 480px) {
    h2[style*="text-align: center"] {
      font-size: 22px;
      margin: 30px 0 25px 0;
    }

    .partners,
    [class*="partners"],
    .partners-wrapper {
      gap: 15px !important;
      padding: 15px 10px !important;
    }

    .partners__item,
    .partners-item,
    [class*="partners-item"],
    .partners > div,
    .partners > a {
      width: 100% !important;
      max-width: 250px !important;
      padding: 18px 15px !important;
      min-height: 170px !important;
    }

    .partners__item img,
    .partners-item img,
    [class*="partners-item"] img,
    .partners img {
      max-height: 90px !important;
      margin-bottom: 10px !important;
    }
    
    .partners__item > *:not(img),
    .partners-item > *:not(img),
    [class*="partners-item"] > *:not(img),
    .partners > div > *:not(img),
    .partners > a > *:not(img) {
      font-size: 11px !important;
    }
  }

  /* ===== GALLERY PAGE STYLES ===== */
  
  /* Photo Gallery Grid */
  .photo-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    margin: 40px 0 !important;
  }
  
  .gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(60, 93, 113, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background: #fff;
  }
  
  .gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(60, 93, 113, 0.25);
  }
  
  .gallery-item img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  /* Responsive Gallery */
  @media (max-width: 768px) {
    .photo-gallery-grid {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)) !important;
      gap: 15px !important;
      margin: 30px 0 !important;
    }
    
    .gallery-item img {
      height: 250px;
    }
  }
  
  @media (max-width: 480px) {
    .photo-gallery-grid {
      grid-template-columns: 1fr !important;
      gap: 15px !important;
    }
    
    .gallery-item img {
      height: 220px;
    }
  }

  /* ===== CURRENT EVENT HIGHLIGHTING ===== */

  /* Current event highlight - similar to hover but more prominent */
  .schedule__item--current:not(.schedule__item--major) {
    background: linear-gradient(90deg, rgba(244, 230, 207, 0.25), rgba(244, 230, 207, 0.12)) !important;
    padding-left: 28px !important;
    box-shadow: 0 2px 10px rgba(60, 93, 113, 0.15) !important;
  }

  /* Current event left border indicator (using ::before like hover) */
  .schedule__item--current:not(.schedule__item--major)::before {
    background: linear-gradient(180deg, rgba(244, 230, 207, 1), rgb(60, 93, 113)) !important;
    width: 5px !important;
    box-shadow: 0 0 8px rgba(60, 93, 113, 0.4) !important;
  }

  /* Current event time badge enhancement */
  .schedule__item--current .schedule__time {
    background: linear-gradient(135deg, rgb(60, 93, 113), rgb(52, 77, 94)) !important;
    box-shadow: 0 4px 12px rgba(60, 93, 113, 0.4) !important;
    transform: scale(1.08) !important;
    border: 2px solid rgba(244, 230, 207, 0.5) !important;
  }

  /* Current event description */
  .schedule__item--current .schedule__desc {
    color: rgb(60, 93, 113) !important;
    font-weight: 500 !important;
  }

  .schedule__item--current .schedule__desc strong {
    color: rgb(60, 93, 113) !important;
    font-weight: 700 !important;
  }

  /* Current day header */
  .schedule__item--current-day {
    background: linear-gradient(135deg, rgb(60, 93, 113), rgb(52, 77, 94)) !important;
    box-shadow: 0 4px 20px rgba(60, 93, 113, 0.4) !important;
    border: 2px solid rgba(244, 230, 207, 0.3) !important;
  }

  .schedule__item--current-day .schedule__desc {
    color: #fff !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  /* Items in current session (without time attribute) - subtle highlight */
  .schedule__item--current-session:not(.schedule__item--major) {
    background: linear-gradient(90deg, rgba(244, 230, 207, 0.12), rgba(244, 230, 207, 0.05)) !important;
    padding-left: 28px !important;
  }

  .schedule__item--current-session:not(.schedule__item--major)::before {
    background: linear-gradient(180deg, rgba(244, 230, 207, 0.6), rgba(60, 93, 113, 0.4)) !important;
    width: 3px !important;
  }

  /* Override hover for current items to maintain highlighting */
  .schedule__item--current:hover:not(.schedule__item--major) {
    background: linear-gradient(90deg, rgba(244, 230, 207, 0.3), rgba(244, 230, 207, 0.15)) !important;
  }

  .schedule__item--current:hover:not(.schedule__item--major)::before {
    background: linear-gradient(180deg, rgba(244, 230, 207, 1), rgb(60, 93, 113)) !important;
    width: 5px !important;
    box-shadow: 0 0 10px rgba(60, 93, 113, 0.5) !important;
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .schedule__item--current:not(.schedule__item--major) {
      padding-left: 24px !important;
    }

    .schedule__item--current:not(.schedule__item--major)::before {
      width: 4px !important;
    }

    .schedule__item--current-session:not(.schedule__item--major) {
      padding-left: 24px !important;
    }

    .schedule__item--current-session:not(.schedule__item--major)::before {
      width: 2px !important;
    }
  }

  /* ===== NOTIFICATION SECTION ===== */
  .notification-section {
    background: linear-gradient(135deg, rgba(60, 93, 113, 0.03), rgba(244, 230, 207, 0.05));
  }

  .notification-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }

  .notification-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(60, 93, 113, 0.08);
    border: 1px solid rgba(244, 230, 207, 0.4);
    text-align: center;
  }

  .notification-header {
    margin-bottom: 25px;
  }

  .notification-icon {
    font-size: 56px;
    color: rgb(60, 93, 113);
    margin-bottom: 15px;
    display: block;
  }

  .notification-title {
    color: rgb(60, 93, 113);
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
  }

  .notification-content {
    text-align: center;
  }

  .notification-message {
    color: rgb(60, 93, 113);
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 12px;
    font-weight: 400;
  }

  .notification-submessage {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    font-style: normal;
  }

  /* ===== NEWSLETTER SECTION ===== */
  .newsletter-box {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(60, 93, 113, 0.08);
    border: 2px solid rgba(244, 230, 207, 0.5);
    transition: all 0.3s ease;
  }

  .newsletter-box:hover {
    box-shadow: 0 6px 25px rgba(60, 93, 113, 0.12);
    border-color: rgba(60, 93, 113, 0.3);
  }

  .newsletter-header {
    text-align: center;
    margin-bottom: 30px;
  }

  .newsletter-icon {
    font-size: 48px;
    color: rgb(60, 93, 113);
    margin-bottom: 15px;
    display: block;
  }

  .newsletter-title {
    color: rgb(60, 93, 113);
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.3;
  }

  .newsletter-description {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .newsletter-form-wrapper {
    margin-top: 30px;
  }

  .newsletter-form-group {
    margin-bottom: 20px;
  }

  .newsletter-input-wrapper {
    display: flex;
    gap: 10px;
    align-items: stretch;
  }

  .newsletter-input {
    flex: 1;
    padding: 14px 18px;
    border: 2px solid rgba(244, 230, 207, 0.5);
    border-radius: 8px;
    font-size: 15px;
    color: #444;
    background: #fff;
    transition: all 0.3s ease;
    font-family: inherit;
  }

  .newsletter-input:focus {
    outline: none;
    border-color: rgb(60, 93, 113);
    box-shadow: 0 0 0 3px rgba(60, 93, 113, 0.1);
  }

  .newsletter-input::placeholder {
    color: #999;
  }

  .newsletter-submit {
    padding: 14px 28px;
    background: rgb(60, 93, 113);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-family: inherit;
  }

  .newsletter-submit:hover {
    background: rgb(52, 77, 94);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(60, 93, 113, 0.2);
  }

  .newsletter-submit:active {
    transform: translateY(0);
  }

  .newsletter-submit i {
    font-size: 14px;
  }

  .newsletter-consent {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(244, 230, 207, 0.3);
  }

  .newsletter-consent-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 13px;
    line-height: 1.6;
    color: #555;
  }

  .newsletter-consent-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: rgb(60, 93, 113);
  }

  .newsletter-consent-label span {
    flex: 1;
  }

  .newsletter-message {
    margin-top: 15px;
    padding: 12px 18px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    display: none;
  }

  .newsletter-message.success {
    display: block;
    background: rgba(39, 174, 96, 0.1);
    color: #27ae60;
    border: 1px solid rgba(39, 174, 96, 0.3);
  }

  .newsletter-message.error {
    display: block;
    background: rgba(231, 76, 60, 0.1);
    color: #e74c3c;
    border: 1px solid rgba(231, 76, 60, 0.3);
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    .notification-box,
    .newsletter-box {
      padding: 30px 20px;
    }

    .notification-icon {
      font-size: 44px;
    }

    .notification-title {
      font-size: 22px;
    }

    .notification-message {
      font-size: 16px;
    }

    .notification-submessage {
      font-size: 14px;
    }

    .newsletter-icon {
      font-size: 40px;
    }

    .newsletter-title {
      font-size: 20px;
    }

    .newsletter-description {
      font-size: 14px;
    }

    .newsletter-input-wrapper {
      flex-direction: column;
    }

    .newsletter-submit {
      width: 100%;
      justify-content: center;
    }

    .newsletter-consent-label {
      font-size: 12px;
    }
  }