.elementor-1835 .elementor-element.elementor-element-ea79e0e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1835 .elementor-element.elementor-element-495a954.elementor-element{--align-self:center;}#elementor-popup-modal-1835 .dialog-widget-content{animation-duration:1s;background-color:#FFFFFF00;}#elementor-popup-modal-1835{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1835 .dialog-message{height:auto;}#elementor-popup-modal-1835 .dialog-close-button{display:flex;top:4%;font-size:22px;}body:not(.rtl) #elementor-popup-modal-1835 .dialog-close-button{right:22%;}body.rtl #elementor-popup-modal-1835 .dialog-close-button{left:22%;}#elementor-popup-modal-1835 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-1835 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){body:not(.rtl) #elementor-popup-modal-1835 .dialog-close-button{right:4%;}body.rtl #elementor-popup-modal-1835 .dialog-close-button{left:4%;}}@media(min-width:768px){.elementor-1835 .elementor-element.elementor-element-ea79e0e{--content-width:500px;}}/* Start custom CSS for html, class: .elementor-element-495a954 */.aarohan-popup-container {
      width: 100%;
      max-width: 600px;
      perspective: 1000px;
      
    }

    .aarohan-popup {
      background: white;
      border-radius: 20px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
      transform-style: preserve-3d;
      animation: aarohan-popup-appear 0.6s ease-out forwards;
      position: relative;
      zoom: 0.9; /* reduces height overall */
    }

    @keyframes aarohan-popup-appear {
      0% {
        opacity: 0;
        transform: translateY(40px) scale(0.95);
      }
      100% {
        opacity: 1;
        transform: translateY(0) scale(1);
      }
    }

    .aarohan-header {
      background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
      color: white;
      padding: 18px 14px 24px;
      text-align: center;
      position: relative;
    }

    .aarohan-header::after {
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
      width: 100%;
      height: 16px;
      background: white;
      border-radius: 50% 50% 0 0;
    }

    .aarohan-header h1 {
      font-size: 1.6rem;
      margin-bottom: 4px;
      font-weight: 800;
      letter-spacing: -0.5px;
      color: #ffffff;
    }

    .aarohan-header h2 {
      font-size: 0.85rem;
      font-weight: 400;
      margin-bottom: 10px;
      line-height: 1.4;
      color: #ffffff;
    }

    .aarohan-date {
      font-size: 0.8rem;
      background: rgba(255, 255, 255, 0.2);
      display: inline-block;
      padding: 4px 10px;
      border-radius: 20px;
      margin-top: 6px;
      font-weight: 500;
    }

    .aarohan-content {
      padding: 20px 14px;
    }

    .aarohan-section-title {
      font-size: 1.1rem;
      color: #1e3c72;
      margin-bottom: 12px;
      margin-top: -14px;
      text-align: center;
      position: relative;
      font-weight: 700;
    }

    .aarohan-section-title::after {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      transform: translateX(-50%);
      width: 40px;
      height: 2.5px;
      background: linear-gradient(to right, #1e3c72, #2a5298);
      border-radius: 2px;
    }

    .aarohan-passes {
      display: flex;
      flex-direction: column;
      gap: 6px;
      margin-bottom: 10px;
    }

    .aarohan-pass {
      display: flex;
      align-items: center;
      padding: 8px 10px;
      border-radius: 12px;
      background: #f8f9ff;
      transition: all 0.3s ease;
      border-left: 4px solid #1e3c72;
      cursor: pointer;
      text-decoration: none;
      color: inherit;
    }

    .aarohan-pass:hover {
      background: #eef1ff;
      box-shadow: 0 4px 8px rgba(30, 60, 114, 0.1);
    }

    .aarohan-pass:active {
      transform: scale(0.98);
    }

    .aarohan-pass-icon {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 10px;
      color: white;
      font-size: 1rem;
      flex-shrink: 0;
    }

    .aarohan-gold .aarohan-pass-icon {
      background: linear-gradient(135deg, #FFD700, #FFA500);
    }

    .aarohan-silver .aarohan-pass-icon {
      background: linear-gradient(135deg, #C0C0C0, #A9A9A9);
    }

    .aarohan-bronze .aarohan-pass-icon {
      background: linear-gradient(135deg, #CD7F32, #8B4513);
    }

    .aarohan-student .aarohan-pass-icon {
      background: linear-gradient(135deg, #4CAF50, #2E7D32);
    }

    .aarohan-one-day .aarohan-pass-icon {
      background: linear-gradient(135deg, #2196F3, #0D47A1);
    }

    .aarohan-pass-name {
      font-weight: 600;
      color: #333;
      font-size: 0.95rem;
    }

    .aarohan-watermark {
      position: absolute;
      bottom: 12px;
      right: 12px;
      opacity: 0.05;
      font-size: 4rem;
      color: #1e3c72;
      z-index: 0;
    }

    .dialog-close-button svg {
      position: absolute;
      top: 14px;
      right: 14px;
      background: rgba(255, 255, 255, 0.2);
      width: 32px;
      height: 32px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      cursor: pointer;
      transition: all 0.3s ease;
      z-index: 10;
      border: none;
    }

    .dialog-close-button svg:active {
      transform: scale(0.9);
      background: rgba(255, 255, 255, 0.3);
    }

    .aarohan-maritime-icon {
      position: absolute;
      top: 18px;
      left: 18px;
      opacity: 0.8;
    }

    .aarohan-auto-reopen-timer {
      position: fixed;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%);
      background: rgba(0, 0, 0, 0.7);
      color: white;
      padding: 8px 16px;
      border-radius: 30px;
      font-size: 0.8rem;
      z-index: 1000;
      display: none;
    }

    .aarohan-popup-hidden {
      display: none;
    }

    button, .aarohan-pass {
      -webkit-tap-highlight-color: transparent;
    }

    .aarohan-close-btn, .aarohan-pass {
      user-select: none;
      -webkit-user-select: none;
    }/* End custom CSS */