/* -- © 2025 AleiniCom - All rights reserved. -- */
/* Style for home page link spans to look like links */
.home-link-span {
    color: #0784e3;
    font-size: 16px;
    -webkit-text-stroke: 0.5px #000;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}
.home-link-span:hover {
    color: #03b320;
    text-decoration: none;
    -webkit-text-stroke: 1px #000;
}
.home-link-span:focus {
    outline: none;
}
body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overscroll-behavior: none;
    overflow-x: hidden;
}
html {
    overflow-y: scroll !important;
}
/* Video Background */
#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100vh;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: -1;
    pointer-events: none;
}
.ppheader {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    text-align: center;
    width: 100%;
    margin: 0;
    background: rgba(0,0,0,0.90); 
    position: fixed;
    margin-top: 6px;                    /* Adjusted to push header down */
    top: -7px;                          /* Pushes the top border just above the viewport */
    left: -6px;                         /* Pushes the left border just off-screen */
    right: -6px;                        /* Pushes the right border just off-screen */
    width: auto;
    border-color: #ffd700;
    border-style: solid;
    border-width: 1px;
    z-index: 1001;
}
.ppheader-container {
    display: flex;
    align-items: center;                /* Vertically center items */
    justify-content: space-between;     /* Spread items across header */
    width: 100%;
    position: relative;
    padding: 0.5rem 1rem;
    box-sizing: border-box;
    gap: 1.5rem;                        /* Space between logo, title, and close button */
}
.logo-link {
    flex: 0 0 auto;
    margin-left: 10px;                  /* Push the logo a little bit to the right */
    margin-top: 8px;                    /* Push the logo a little bit down */
}
.header-logo {
    height: 80px;
    width: auto;
    vertical-align: middle;
    padding-bottom: 0.5rem;
    -webkit-touch-callout: none;
    user-select: none;
    pointer-events: auto;
}
.pptitle-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 0 1 845px;                    /* Sets the Width of the Title Block */
    margin: 0 auto;                     /* Center in available space */
}

/* LANGUAGE MENU DROPDOWN */
.lang-menu {
    position: fixed;
    top: 15px;                          /* Adjust as needed to match your design */
    right: 0;                           /* Adjust as needed to match your design */
    z-index: 1200;
}

.lang-menu ul{
    position: absolute;
    margin-top: 50px;                       /* Adjust value to position up or down */
    right: 126px;                            /* Adjust value to position left or right */
    display: none;
    flex-direction: column;
    align-items: center;                    /* Center the list items within the menu */
    gap: 0.1rem;
    background: rgba(0,0,0,0.77);
    width: 120px;                           /* Adjust width as needed */
    height: 295px;                          /* Adjust height as needed */
    padding-top: 5px;                       /* Adjust padding as needed */ 
    border: 1.5px solid #ccc;
    border-radius: 7px;
    box-shadow: 0 4px 25px rgba(0,0,0,0.55);
    font-weight: 500;
    -webkit-text-stroke: none;
    z-index: 1100;
    overflow: hidden;
} 
.lang-menu.open ul {
    display: flex;                          /* Show when .open is added */
    flex-direction: column;
}

/* Each language option in the dropdown */
.lang-menu ul li {
    list-style: none;
    padding: 0.2rem 0;
    width: 100%;
    margin-right: 85px;
    margin-top: 1.5px;
}
.lang-menu ul li a {
    display: block;                         /* Make the link fill the li */
    color: #ffd700;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 800;
    -webkit-text-stroke: 0.10px #000;
    transition: color 0.2s, background 0.2s;
    padding: 0.2rem 1.2rem 0.2rem 3.6rem;    /* Top | Right | Bottom | Left padding for centering */  /* Space for flag */
    width: 100%;
    box-sizing: border-box;
    text-align: left;                        /* Align text left within the menu */
    user-select: none;                       /* Prevent text selection and dictionary popups */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.lang-menu ul li a:hover {
    color: #ffd700;
    background-color: rgba(20, 20, 19, 0.7);  /* Darker background on hover */
    transition: background-color 0.1s;          /* Smooth transition for background color */ 
    width: 130%;                                /* Ensure the hover effect covers the entire width */
}  

/* Language Menu Toggle */
.lang-menu.open ul {
    display: flex;                              /* Show when .open is added */
    flex-direction: column;
}

/*///  LANGUAGE SWITCHER STYLES  ///*/
/* The language selector button at the top right */
.lang-option1 {
    position: fixed;
    top: 20px;
    right: 241px;
    cursor: pointer;
    display: grid;
    grid-template-columns: 29px auto;
    align-items: center;
    width: 31px;
    z-index: 1100;
    background: transparent;
}
.lang-option2 {
    position: fixed;
    color: #ffd700;
    -webkit-text-stroke: 0.10px #000;
    top: 15px;
    right: 143px;                          /* Adjust this value to move the language selector left or right */
    cursor: pointer;
    display: flex;                         /* Aligns flag and label horizontally */
    align-items: center;                   /* Should be 'center' for vertical alignment */
    line-height: 2;
    font-weight: 600;
    width: 100px;                          /* Commented out: would restrict width */
    min-width: 90px;                       /* Minimum width */
    max-width: 800px;                      /* Maximum width */
    z-index: 1100;                         /* On top of most elements */
}

.lang-flag-icon {
    width: 29px;
    height: 20px;
    background-size: cover;
    background-position: center;
   box-shadow: -1px -1px 15px 1.5px rgba(255, 255, 255, 0.318);   /* Optional: subtle shadow for consistency */
}

.lang-label {
    margin-left: 12px;
    white-space: nowrap;    
    text-align: left;
    min-width: 0;
    font-size: 1.1rem;
}

/* Language Flags */
.lang-flag {
    background-repeat: no-repeat;
    background-position: 1.20rem center;    /* Adjust value to position left or right */
    padding-left: 3.5rem;                   /* Makes room for the flags */
}
.lang-flag.lang-us {
    background-image: url('assets/us.png');
    background-size: 26px 24px;
}
.lang-flag.lang-es {
    background-image: url('assets/es-mx.png');
    background-size: 24px 17px;
}
.lang-flag.lang-fr {
    background-image: url('assets/fr.png');
    background-size: 26px 24px;
}
.lang-flag.lang-de {
    background-image: url('assets/de.png');
    background-size: 26px 24px;
}
.lang-flag.lang-it {
    background-image: url('assets/it.png');
    background-size: 26px 24px;
}
.lang-flag.lang-br {
    background-image: url('assets/br.png');
    background-size: 26px 24px;
}
.lang-flag.lang-pl {
    background-image: url('assets/pl.png');
    background-size: 26px 24px;
}
.lang-flag.lang-ukr {
    background-image: url('assets/ukr.png');
    background-size: 26px 24px;
}

/* Close button for privacy policy modal */
.ppclose-btn {
    position: absolute;
    top: 18px;
    right: 18px;
    color: #ffd700;
    background: rgba(34,34,34,0.85);
    border: 2px solid #ffd700;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 36px;
    height: 36px;
    z-index: 3000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s, color 0.2s;
}
/* SVG inside close button */
.ppclose-btn svg {
    width: 24px;
    height: 24px;
    display: block;
    pointer-events: none;
}
/* Hover state for close button */
.ppclose-btn:hover {
    border-color: #ff3333 !important;
    color: #ff3333 !important;
    background: #222;
}

/* Hover state for SVG in close button */
.ppclose-btn:hover svg {
    stroke: #ff3333 !important;
    color: #ff3333 !important;
}
.pptitle {
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: 1px;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    left: -3.25rem;                           /* Move the title a little to the left. Adjust value as needed */
}
.ppintro {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    padding: 20px;
    padding-top: 110px;                       /* keep this for header offset */
    padding-bottom: 0.25em;                   /* reduces space below this section */
    margin-bottom: 0;
}
.ppintro h1 {
    color: crimson;
    -webkit-text-stroke: 1px #000;
}
.ppintro h2 {
    font-size: 1.30em;
    margin-bottom: 0;                         /* reduces space below the heading */
}
.ppintro p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1;
    font-weight: 550;
    margin-top: 0.3em;                        /* reduces space above the paragraph */
    margin-bottom: 0;
}
.ppinfo {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    padding: 20px;
    padding-top: 0;                           /* reduces space above this section */
    padding-bottom: 0.25em;                   /* reduces space below this section */
    margin-top: 0;
    margin-bottom: 0;
}
.ppinfo h2 {
    font-size: 1.30em;
    margin-top: 0.6em;                        /* reduces space above the heading */
    margin-bottom: 0;                         /* reduces space below the heading */
}
.ppinfo p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1;
    font-weight: 550;
    margin-top: 0.3em;                        /* reduces space above the paragraph */
    margin-bottom: 0;
}
.ppinfohow {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    padding: 20px;
    padding-top: 0;                           /* reduces space above this section */
    padding-bottom: 0;                        /* reduces space below this section */
    margin-top: 0;
    margin-bottom: 0;
}
.ppinfohow h2 {
    font-size: 1.30em;
    margin-top: 0.6em;                        /* reduces space above the heading */
    margin-bottom: 0;                         /* reduces space below the heading */
}
.ppinfohow p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 550;
    margin-top: 0;                            /* reduces space above the paragraph */
    margin-bottom: 0;
}
.ppdata {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    padding: 20px;
    padding-top: 0;                           /* reduces space above this section */
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;                        /* reduces space below this section */
}
.ppdata h2 {
    font-size: 1.30em;
    margin-top: 0.6em;                        /* reduces space above the heading */
    margin-bottom: 0;                         /* reduces space below the heading */
}
.ppdata p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 550;
    margin-top: 0.3rem;                       /* reduces space above the paragraph */
    margin-bottom: 0;
}
.ppchanges {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    padding: 20px;
    padding-top: 0;                           /* reduces space above this section */
    margin-top: 0;
    margin-bottom: 0;
}
.ppchanges h2 {
    font-size: 1.30em;
    margin-top: 0.5em;                        /* reduces space above the heading */
    margin-bottom: 0;                         /* reduces space below the heading */
}
.ppchanges p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1.5;
    font-weight: 550;
    margin-top: 0.3rem;                         /* reduces space above the paragraph */
    margin-bottom: 0;
}
.alcpp {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    padding: 20px;
    padding-top: 0;                           /* reduces space above this section */
    margin-top: 0;
    margin-bottom: 0;
}
.alcpp h1 {
    font-size: 2.15em;
    margin-top: 0.35em;                       /* reduces space above the heading */
    margin-bottom: 0;                         /* reduces space below the heading */
}
.alcpp p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1.25;
    font-weight: 550;
    margin-top: 0.5rem;                         /* reduces space above the paragraph */
    margin-bottom: 0;
}
.indef {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        color: #ffd700;
        padding: 20px;
        padding-top: 0;                         /* reduces space above this section */
        margin-top: 0;
        margin-bottom: 0;
}
.indef h2 {
        font-size: 1.5em;
        -webkit-text-stroke: 1px #000;
        margin-top: 0.2em;                      /* reduces space above the heading */
        margin-bottom: 0;                       /* reduces space below the heading */
}
.indef h3 {
        font-size: 1.35em;
        -webkit-text-stroke: 1px #000;
        margin-top: 0.55em;                     /* reduces space above the heading */
        margin-bottom: 0.25em;                  /* reduces space below the heading */
}
.indef p,
.indef p1 {
    display: inline;
    margin-right: 0.4em;                        /* reduces space between paragraphs */
    margin-left: 0;
    padding-left: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1.12em;
    line-height: 1.5;
    font-weight: 560;
    margin-top: 0;                              /* reduces space above the paragraph */
    margin-bottom: 0;
}
.indef p1 {
     font-size: 1em;
     display: inline;
     margin-left: 0;
}
.indef ul {
    padding-left: 0;
    margin-left: 0;
    margin-top: 0.55em;                         /* reduces space above the list */
}

/* Center bullets for .cbc, .indef, and any other custom list */
.cbc li,
.indef li {
    list-style: none;
    position: relative;
    padding-left: 1.3em;                        /* Adjust as needed for spacing */
    line-height: 1em;                           /* Ensures vertical alignment. - Optionally, add vertical-align for inline elements inside li. */
}
.cbc li::before,
.indef li::before {
    content: '';
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border: 1px solid #000;                   /* Outline color */
    border-radius: 50%;
    background: #ffd700;                      /* Bullet fill color */
    position: absolute;
    left: 0;
    top: 0.70em;                                /* Adjust this value until the bullet is vertically centered */
    transform: translateY(-20%);                /* Perfect vertical centering */
}
.cbc a {
    color: #0585fc;
    -webkit-text-stroke: 1px #000;
    text-decoration: none;
    font-weight: 550;
    display: inline-block;
    position: relative;
    top: -2px;                                  /* Adjust this value as needed */
    margin-top: 0;
}

.indef a {
     color: #0585fc;
     text-decoration: none;
     font-weight: 550;
     -webkit-text-stroke: 1px #000;
     text-decoration: none;
}
.indef a:hover {
     color: #03b320;
     text-decoration: underline;
     -webkit-text-stroke: 1px #000;
     text-decoration: none;
}
.colldata {
    padding-top: 0.5em;                         /* reduces space above this section */
    margin-top: 0;
    margin-bottom: 0;
}
.colldata ~ h3 {
    font-size: 1.35em !important;
    font-weight: 700;
    -webkit-text-stroke: 1px #000;
    margin-top: 0.5em;                         /* reduces space above the heading */
    margin-bottom: 0.5em;                      /* reduces space below the heading */
}
.pd {
    font-size: 1.23em;
    -webkit-text-stroke: 1px #000;
    padding-top: 0.15em;                       /* reduces space above this section */
    margin-top: 0;
    margin-bottom: 0.5em;
}
.pd ~ p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 550;
    margin-top: 0.3rem;                        /* reduces space above the paragraph */
    margin-bottom: 0;
}
.ud {
    font-size: 1.23em;
    -webkit-text-stroke: 1px #000;
    padding-top: 0.2em;                        /* reduces space above this section */
    margin-top: 0;
    margin-bottom: 0.5em;
}
.ttc {
    font-size: 1.23em;
    -webkit-text-stroke: 1px #000;
    padding-top: 1.25em;                       /* reduces space above this section */
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-left: 0;                           /* Adjust as needed for spacing between bullet and text */
}

.cbc p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1.65;
    font-weight: 550;
    margin-top: 0.3rem;                        /* reduces space above the paragraph */
    margin-bottom: 0;
}
.cbc p1 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 0.88em;
    line-height: 1.5;
    font-weight: 550;
    margin-top: 0.4rem;                        /* reduces space above the paragraph */
    margin-bottom: 0;
}
.cbc p2 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1.10em;
    line-height: 1.5;
    font-weight: 550;
    margin-top: 0.3rem;                        /* reduces space above the paragraph */
    margin-bottom: 0;
}
.cbc p3{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1.15em;
    line-height: 1.5;
    font-weight: 550;
    margin-bottom: 0;
}
.cbc h2 {
    margin-top: 0.65em;                        /* reduces space above the heading */
    margin-bottom: 0.3em;                      /* Increase this value as needed for spacing between each .cbc h2 */
}
.cbc h3 {
    margin-top: 0.95em;                        /* reduces space above the heading */
    margin-bottom: 0.30em;                     /* reduces space below the heading */
}
.cbc h4 {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1.20em;
    line-height: 1.5;
    font-weight: 550;
    margin-top: 0.5rem;                        /* reduces space above the paragraph */
    margin-bottom: 0;
}
.cbc p4 {
    display: inline;
    vertical-align: middle;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1.60;
    font-weight: 550;
    margin-top: 0.3rem;                   /* reduces space above the paragraph */
    margin-bottom: 0;
}
.cbc p5 {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #ffd700;
    -webkit-text-stroke: 1px #000;
    font-size: 1em;
    line-height: 1.55;
    font-weight: 550;
    margin-right: 0;
}
.cbc a {
    display: inline-block;
    vertical-align: middle;
}
.ppfooter {
    text-align: center;
}
.ppfooter p {
    display: inline-block;
    font-size: 1em;
    margin-bottom: 0.5em;                 /* Add space below the main footer paragraph */
}
.ppfooter p1 {
    display: inline-block;
    font-size: 1.20em;
    font-weight: 600;
}

/*Custom Overlay When Leaving Website */
/* This overlay is used to block interaction with the page when the custom confirmation box is active */
.custom-confirm-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.25);
    z-index: 4000;
}

/* Custom Confirmation Box - When Leaving Website */
.custom-confirm-box {
    display: none;
    position: fixed;
    top: 25%; left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(68,68,68,0.97);
    color: #fff;
    -webkit-text-stroke: 0.20px #000;
    font-weight: 500;
    font-size: large;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    min-width: 260px;
    max-width: 400px;
    z-index: 4001;
    padding: 1.25em 2em 1.5em 2em;
    text-align: left;
    font-family: system-ui, sans-serif;
    border: 1.5px solid #ccc;
}

.custom-confirm-logo {
    width: 48px;
    height: 48px;
    display: block;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.custom-confirm-content {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    text-align: center !important;
}

.custom-confirm-title {
    font-size: 1.25em;
    margin: -0.3em 0 0.75em 0;                   /* Move title up closer to the logo */
    font-weight: 600;
    text-align: center !important;
}

.custom-confirm-message {
    font-size: 1em;
    margin-bottom: 1.5em;
    text-align: center !important;
}

.custom-confirm-buttons {
    display: flex;
    gap: 1em;
    justify-content: flex-end;
}

.custom-confirm-btn {
    padding: 0.35em 0.7em;
    font-size: 0.95em;
    border-radius: 4px;
    border: 1.1px solid #ccc;
    background: #999;
    color: #222;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.2s;
}
.custom-confirm-btn:hover {
    background: #e0e0e0;
}

#customConfirmOk.custom-confirm-btn {
    background: #3085d6;                        /* Blue like browser default */
    color: #fff;
    -webkit-text-stroke: 0.15px #000;
    font-weight: 600;
    border: 2px solid #3085d6;
}
#customConfirmOk.custom-confirm-btn:hover {
    background: #256bb5;
    border-color: #256bb5;
}

/* Extra small mobile */
@media (max-width: 400px) {

}


/* Tablet */
@media (max-width: 900px) {
 
}