
  .imageye-selected {
    outline: 2px solid black !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5) !important;
  }



    body{
        overflow-x: hidden;
    }

    .session-card{
        padding: 80px 80px;
    }
    
    .container {
        margin-top: 54px;    
    }

    .rescue-main {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 48px;
        min-height: 65vh;
    }
    .rescue-card {
        position: relative;
        top: 5vh;
        background: #fff;
        border: 1px solid #CBDBE4;
        width: 614px;
    }
    .session-card h1 {
        font-size: 2rem;
        margin-bottom: 8px;
        color: #222;
        width: 100%;
    }
    .session-content {
        width: 454px;
        margin: 0 !important;
    }
    .session-card label {
        display: block;
        margin-top: 18px;
        margin-bottom: 6px;
        font-size: 12px;
        font-weight: 700;
        color: #333;
    }
    .session-card input[type="tel"] {
        width: 454px;
        height: 48px;
        padding: 0 15px;
        font-size: 1.22rem;
        border-radius: 4px;
        border: 1px solid #cfd8dc;
        background: #f8fafc;
    }
    .session-card .submitButtonWrapper {
        width: 485px;
        margin-top: 10px;
        margin-bottom: 0;
    }
    .session-card .main-btn {
        width: 100%;
        min-width: 0;
        box-sizing: border-box;
        background: #E5E5E5;
        box-shadow: none;
        transition: background 0.3s cubic-bezier(0.4,0,0.2,1), color 0.3s cubic-bezier(0.4,0,0.2,1);
    }

    .session-card .main-btn.enabled {
        background: #2C72DE;
        cursor: pointer;
    }

    .session-card a[aria-disabled="false"] {
        background: #2C72DE;
        color: #fff;
        cursor: pointer;
        pointer-events: auto;
    }
    .session-card a[aria-disabled="true"] {
        background: #E5E5E5;
        color: #fff;
        cursor: not-allowed;
        pointer-events: none;
    }
    .session-bottom-row {
        display: flex;
        align-items: center;
        vertical-align: middle;
        justify-content: flex-end;
        gap: 12px;
        width: 100%;
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    .abuse-btn {
        border: 1px solid #58798F;
        background: #f9fafb;
        padding: 5px 1.5em;
        width: 100%;
        max-width: 130px;
        border-radius: 5px;
        color: black;
        font-weight: 600;
        text-decoration: none;
        display: inline-block;
        font-size: 1.01rem;
        white-space:nowrap;
        text-align: center;
    }
    .security-row-container {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10vh;
        width: 614px;
    }
    .security-row {
        width: 776px;
        display: flex;
        align-items: flex-start;
        font-size: 1rem;
        color: #222;
    
    }
    .security-alert {
        width: 32px;
        min-width: 32px;
        height: 40px;
        margin-top: 2px;
        align-self: flex-start;
        display:block;
    }
    .security-text-stack {
        display: flex;
        margin-left: 1vw;
        flex-direction: column;
        gap: 0.15em;
        margin-top: 0.25em;
        justify-content: center;
        flex: 1 1 auto;
        min-width: 0;
    }
    .security-row .abuse-btn {
        margin-left: auto;
        align-self: center;
        flex: 0 0 auto;
    }
    .security-strong {
        font-weight: 600;
        font-size: 13px;
        display: block;
        line-height:1.1;
        margin-bottom: 2px;
    }
    .security-note {
        opacity: 0.90;
        font-size: 12px;
        line-height:1.25;
        display:block;
    }
    .steps-card {
        height: 100%;
        text-align: left;
        overflow: hidden;
        position: relative;
        padding: 24px;
    }
    .steps-carousel {
        position: relative;
        width: 100%;
        min-height: 440px;
    }
    .carousel-slide {
        display: none;
        flex-direction: column;
        align-items: center;
        width: 100%;
        min-height: 440px;
        animation: fadein .4s;
    }
    .carousel-slide.active {
        display: flex;
    }
    @keyframes fadein {
        from { opacity: 0;}
        to { opacity: 1;}
    }
    .carousel-controls {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 14px;
        gap: 7px;
    }

    .carousel-arrow {
        font-size: 1.5rem;
        color: #b0b5ba;
        cursor: not-allowed;
        opacity: 0.6;
        pointer-events: none;
        background: transparent;
        border: none;
        padding: 0 10px;
        transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    }

    .carousel-arrow:disabled,
    .carousel-arrow[disabled] {
        color: #b0b5ba !important;
        cursor: not-allowed !important;
        opacity: 0.6;
        pointer-events: none;
    }
    .carousel-arrow.enabled {
        color: #27739b !important;
        cursor: pointer !important;
        opacity: 1;
        pointer-events: auto;
        font-weight: bold;
    }

    .carousel-arrow:focus,
    .carousel-arrow:hover {
        color: #27739b;
    }
    .how-slide-title {
        font-weight: 400;
        font-size: 1.10rem;
        text-align: center;
        margin-bottom: 0.6em;
    }
    .vertical-steps {
        margin: 0 auto 22px auto;
        position: relative;
        padding: 0 0 0 36px;
        max-width: 380px;
    }
    .vertical-steps li {
        list-style: none;
        position: relative;
        min-height: 28px;
        padding-left: 0.2em;
        padding-bottom: 17px;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }
    .vertical-steps li:last-child { padding-bottom: 0;}
    .vertical-steps-num {
        background: #2C72DE;
        color: #fff;
        font-size: 12px;
        font-weight: 600;
        border-radius: 50%;
        width: 25px; height: 25px;
        display: flex;
        align-items: center; justify-content: center;
        position: absolute;
        left: 0; top: 0px;
    }
    .vertical-steps li:not(:last-child)::after {
        content: "";
        position: absolute;
        left: 12px; top: 25px;
        width: 2.5px; height: 30px;
        background: #2C72DE;
    }
    .vertical-steps-desc {
        margin-left: 34px;
        font-size: 14px;
        color: #38414b;
    }
    .carousel-keep-in-mind {
        border: 1px solid #CBDBE4;
        border-radius: 8px;
        padding: 15px 20px;
        display: flex;
        align-items: flex-start;
        margin: 13px 0 4px 0;
        gap: 13px;
        width: 60%;
    }
    .carousel-keep-in-mind span.carousel-keep-in-mind__highlight {
        color: black;
        font-weight: bolder;
    }  
    .carousel-keep-in-mind strong {
        color: #27739b;
    }
    .carousel-note {
        font-size: 0.98rem;
        color: #222;
        opacity: 0.84;
        margin: 10px 0 0 0;
        background: #f7f7fa;
        border-radius: 6px;
        padding: 10px 15px;
        display: flex;
        gap: 11px;
        align-items: center;
    }

    .link{
        text-decoration: underline;
        color: #3F474C;
        font-weight: 600;
    }

    .carousel-note svg { min-width:22px;}
    @media (max-width: 1250px) {
        .rescue-main {
            flex-direction: column;
            gap: 20px;
            align-items: center;
        }
        .rescue-card,
        .security-row-container {
            width: 80vw !important;
            min-width: unset !important;
            max-width: 99vw !important;
            padding: 20px 5vw;
        }
        .session-card h1{
            font-size: 1.5rem;
        }
        .security-row{
            width: 80vw;
        }
        .session-card input[type="tel"],
        .session-card .submitButtonWrapper {
            width: 50vw !important;
            min-width: 0 !important;
            max-width: 100% !important;
            box-sizing: border-box;
        }
        .session-card .main-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 48px;
            line-height: 24px;
            padding: 5px;
            font-size: 18px;
        }

    }

    .warning {
        padding: 0.75rem;
        border-radius: 1rem;
        background-color: #eddee4;
        text-align: center;
        margin: 10px;
        border: 1px solid #da1a35;
        line-height: 2;
        font-size: 14px;
        display: flex;
    }
    
    .warning img {
        margin-right: 01rem;
    }
    
     .warning span {
        text-align: left;
     }
     
     .hidden {
         display: none;
     }
    
    /* Cloudflare modal spinner animation */
    #cf-check-loading {
      box-sizing: border-box !important;
      width: 28px !important;
      height: 28px !important;
      flex: 0 0 28px;
      aspect-ratio: 1 / 1;
      display: none;
      position: relative;
    }
    .cf-spinner {
      box-sizing: border-box !important;
      width: 28px !important;
      height: 28px !important;
      aspect-ratio: 1 / 1;
      border: 3px solid #f3f3f3;
      border-top: 3px solid #1c7ed6;
      border-radius: 50%;
      animation: cf-spin 0.8s linear infinite;
      display: block;
    }
    @keyframes cf-spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    /* Header language switcher */
    #header-main.header-main { position: relative; }
    .header-lang-switcher {
        position: absolute;
        right: 24px;
        top: 50%;
        transform: translateY(-50%);
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #ffffff;
        font-size: 14px;
        cursor: pointer;
        user-select: none;
        text-decoration: none;
    }
    .header-lang-switcher:hover { opacity: 0.85; }
    .header-lang-globe { display: block; }
    .header-lang-label { line-height: 1; }

    /* Learn more link inside carousel */
    .learn-more-link {
        color: inherit;
        text-decoration: underline;
        font-weight: 400;
        white-space: nowrap;
    }
    .learn-more-link:hover { text-decoration: none; }

    /* Footer pinned to bottom of page */
    html, body { min-height: 100%; }
    body { position: relative; min-height: 100vh; padding-bottom: 48px; box-sizing: border-box; }
    #Footer {
        position: absolute !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        top: auto !important;
        width: 100% !important;
        padding: 14px 16px;
        text-align: center;
        font-size: 12px;
        color: #6b7280;
        background: transparent;
        height: auto;
        line-height: 1.4;
    }
    #Footer p { display: inline-block; margin: 0; }
    #Footer a { margin: 0 6px; color: #6b7280; text-decoration: underline; }
    #Footer a:hover { text-decoration: none; }