body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Lato', sans-serif;
    font-style: 16px;
    background: #fff;
}

.container {
    max-width: 1000px;
}

a:hover {
    text-decoration: none;
}

h4 {
    font-size: 18px;
    font-weight: 700;
}

h1 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif, Arial;
    color: #000;
    font-weight: bold;
    margin: 0 0 15px 0;
    position: relative;
}

h1 span {
    display: block;
    color: #5E5E5E;
    font-size: 24px;
}

h1::after {
    content: " ";
    height: 3px;
    width: 60px;
    background-color: #a78542;
    position: absolute;
    left: 0;
    bottom: -2px;
}

h2 {
    font-family: 'Poppins', sans-serif, Arial;
    font-weight: bold;
    font-size: 20px;
    color: #000;
}

h3 {
    font-family: 'Poppins', sans-serif, Arial;
    font-weight: 700;
    font-size: 18px;
}

p {
    font-size: 16px;
}

a {
    -webkit-transition: 0.2s ease-in;
    -moz-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.pre-load-img {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #fff;
}

.spinners {
    position: fixed;
    z-index: 1031;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 30px;
    z-index: 1;
}

.main-header {
    background-color: #414b3b;
    padding: 10px;
}

.logo img {
    width: 100%;
}

.main-menu ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 10px;
}

.main-menu ul {
    margin: 5px 0 0 0;
    padding: 0;
    text-align: right
}

.main-menu ul li a {
    color: #fff;
    font-size: 14px;
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
    color: #a78542;
}

.parallax-window {
    min-height: 400px;
    background: rgba(0, 0, 0, 0.3);
    background-position: bottom center;
    margin: 0 0 30px 0;
    position: relative;
    overflow: hidden;
}

.parallax-window .container {
    height: 50vh;
}

.parallax-window p {
    position: absolute;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    bottom: 10%;
    background-color: #a78542;
    padding: 10px 20px 10px 20px;
}

.content {
    padding: 0;
    margin: 0 0 30px 0;
}

.alert p {
    margin: 0;
}

footer {
    padding: 20px;
    text-align: center;
    background-color: #001246;
}

footer p a {
    color: #fff;
    font-weight: bold;
}

footer p a:hover {
    text-decoration: underline;
    color: #fff;
}

footer p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}

.card-box img {
    width: 100%;
}

.right-box {
    background-color: #CAD9E0;
    min-height: 100px;
    width: 100%;
    position: relative;
    padding: 40px 30px 5px 30px;
}


/* General styles for all menus */

.cbp-spmenu {
    background: #001246;
    position: fixed;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.cbp-spmenu a.btn-blue {
    color: #fff;
    margin: 10px;
}

.cbp-spmenu a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.cbp-spmenu ul {
    margin: 0;
    padding: 0;
}

.cbp-spmenu ul li {
    list-style: none;
}

.cbp-spmenu a:hover,
.cbp-spmenu ul li.active a {
    background: #0c4376;
    color: #fff;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #fff;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#showLeftPush {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: #FF5757;
    margin: 6px 0 6px 6px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
}

#cookie_box {
    position: fixed;
    display: none;
    bottom: 20px;
    font-size: 16px;
    z-index: 1000;
    text-align: center;
    width: 100%;
    color: #ffffff;
    padding: 10px 20px 10px 20px;
}

.cookie_boxinner {
    background: rgba(0, 0, 0, 0.8);
    width: 90%;
    width: auto;
    padding: 10px 10px 10px 10px;
}

#cookie_box p {
    font-size: 15px;
    margin: 0 0 5px 0;
}

.footer.withcookies {
    padding: 15px 0 83px 0 !important;
    min-height: 180px;
}

.modal-body iframe {
    width: 100% !important;
    height: 400px !important;
}

#cookie_box p span {
    font-weight: bold;
    font-size: 18px;
    color: #f73649;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

#cookie_box p b {
    font-size: 18px;
}

#cookie_box .btn {
    padding: 4px 10px 4px 10px;
}

.cookie_third_msg input {
    display: inline-block;
}

.cookie_second_msg,
.cookie_third_msg {
    display: none;
}

a.whynot {
    color: #fde910;
    font-size: 16px;
    position: absolute;
    left: 81px;
    top: 35px;
    font-weight: 700;
    text-decoration: underline;
}

a.whynot:hover {
    color: #fff;
    text-decoration: underline !important;
}

footer.withcookies {
    padding: 15px 0 55px 0 !important;
    min-height: 150px;
}

.video-view {
    margin: 0 0 25px 0;
}

.video-time {
    color: #7D757D;
    font-size: 12px;
    font-weight: 700;
}

.video-view a {
    display: block;
    position: relative;
}

.video-view a img {
    transform: scale(1);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.video-view img {
    width: 100%;
}

.video-view a:hover img {
    transform: scale(0.95);
}

.overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 1199px) {
    #cookie_box p span {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1023px) {
    #showLeftPush {
        display: block;
        position: absolute;
        right: 17px;
        top: 3px;
        cursor: pointer;
    }
    .main-menu {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .logo img {
        width: 100px;
    }
}

@media only screen and (max-width:767px) {
    #cookie_box .form-control.w-50 {
        width: 100% !important;
        margin: 0 0 10px 0;
    }
}

@media only screen and (max-width:575px) {
    a.whynot {
        left: 0;
        width: 100%;
        text-align: center;
    }
    #cookie_box .btn {
        width: 100%;
        margin-bottom: 5px;
    }
    .parallax-window p {
        font-size: 19px;
        width: 100%;
        left: 0;
    }
}

@media only screen and (max-width:414px) {}

.send-btn {
    background: #a78542;
    border: #a78542;
}
.send-btn:hover, .send-btn:focus, .send-btn:active {
    color: #fff;
    background-color: #846a37 !important;
    border-color: #846a37 !important;
    box-shadow: none !important;
}
.taa-footer {
        background: #414b3b;
        color: #ffffff;
        padding: 10px;
    }

    .footer-container {
        max-width: 1400px;
        margin: 0 auto;
    }
    
    /* Enterprise Partner Section */
    .enterprise-partner {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 18px;
        margin-bottom: 17px;
        padding-top: 20px;
        flex-wrap: wrap;
        text-align: center;
        height: 100px;
    }

    .enterprise-logo img {
        width: 123px;
        height: 38px;
    }

    .enterprise-logo img:hover {
        transform: scale(1.07);
        opacity: 1;
    }

    .partner-statement {
        font-size: 1.05em;
        font-weight: 600;
        color: #e8edf4;
        letter-spacing: 0.4px;
        margin: 0;
    }

    .alliance-logo img {
        width: 240px;
        height: auto;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .alliance-logo img:hover {
        transform: scale(1.07);
        opacity: 1;
    }
    
    /* Voltaire Quote Section */
    .voltaire-quote {
        text-align: center;
        padding: 10px 10px;
    }
    
    .voltaire-quote blockquote {
        font-size: 1.2em;
        font-style: italic;
        margin-bottom: 6px;
        line-height: 1.5;
        color: #f8f9fa;
        border: 0;
    }
    
    .voltaire-quote cite {
        padding-left: 560px;
        font-size: 0.9em;
        font-style: normal;
        color: #ffff;
        font-weight: 500;
    }
    
    /* Privacy Section */
    .privacy-section {
        background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.04));
        border: 1px solid rgba(255, 255, 255, 0.12);
        border-radius: 10px;
        padding: 18px 22px;
        margin: 20px 0;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        backdrop-filter: blur(4px);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
    }

    .privacy-section:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    }
    .logofooter{
        color: #f6f9fc;
        font-size: 23px;
        font-weight: bold;
        margin-bottom: 0;
        margin-top: 0;
    }

    .privacy-section h3 {
        font-size: 1.1em;
        font-weight: 600;
        margin-bottom: 8px;
        color: #f8f9fa;
        display: flex;
        align-items: center;
        justify-content: center;
        letter-spacing: 0.2px;
    }

    .privacy-icon {
        margin-right: 8px;
        font-size: 1em;
        color: #f39c12;
    }

    .privacy-section p {
        font-size: 0.9em;
        line-height: 1.6;
        color: #e0e6eb;
        margin-bottom: 15px;
        text-align: center;
    }

    .privacy-link {
        display: inline-block;
        background: linear-gradient(135deg, #f39c12 0%, #e67e22 100%);
        color: #fff;
        padding: 8px 20px;
        border-radius: 25px;
        text-decoration: none;
        font-weight: 600;
        font-size: 0.9em;
        transition: all 0.3s ease;
        box-shadow: 0 3px 10px rgba(243, 156, 18, 0.35);
    }

    .privacy-link:hover {
        background: linear-gradient(135deg, #f1c40f 0%, #e67e22 100%);
        transform: translateY(-1.5px);
        box-shadow: 0 5px 14px rgba(243, 156, 18, 0.45);
    }
    
    /* Alliance Information Grid */
    .alliance-info-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
        align-items: stretch;
    }

    .info-card {
        border-radius: 10px;
        padding: 15px 18px;
        font-size: 13px;
        color: #ddd;
        text-align: left;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    }

    .info-card h3 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #fff;
    }

    .info-card h4 {
        font-size: 13px;
        font-weight: 600;
        margin-top: 10px;
        color: #ccc;
    }

    .info-card p,
    .info-card ul li {
        list-style: none;
        font-size: 12px;
        line-height: 1.5;
    }

    .info-card ul {
        margin-top: 6px;
    }

    .info-card li {
        margin-bottom: 4px;
    }

    .learn-more {
        display: inline-block;
        margin-top: 8px;
        font-size: 13px;
        font-weight: bold;
        color: #fff;
        text-decoration: underline;
    }

    .learn-more:hover {
        text-decoration: underline;
        color: yellow;
    }
    
    /* Enterprises Section Heading */
    .enterprises-heading {
        text-align: center;
        font-size: 1.8em;
        font-weight: 700;
        color: #b0b8c1;
        margin-top: 40px;
        margin-bottom: 7px;
        letter-spacing: 0.5px;
    }
    
    /* Footer Columns */
    .footer-columns {
        padding: 20px 40px 60px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 0px;
    }

    .footer-column {
        padding:25px 50px 50px 50px;
    }

    .footer-column h4 {
        padding: 0 0 20px 0;
        font-size: 1.05rem;
        font-weight: 700;
        color: #b0b8c1;
        margin: 0;
        letter-spacing: 0.5px;
    }

    .footer-column ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .footer-column li {
        margin-bottom: 14px;
    }

    .footer-column li:last-child {
        margin-bottom: 0;
    }

    .footer-column a {
        color: #b0b8c1;
        text-decoration: none;
        font-size: 0.95rem;
        transition: all 0.3s ease;
        display: inline-block;
        padding: 0;
    }

    .footer-column a:hover {
        color: #ffffff;
        padding-left: 5px;
        text-decoration: underline;
    }

    .footer-column p {
        font-size: 0.95rem;
        color: #b0b8c1;
        margin-bottom: 0;
        padding: 0;
        line-height: 1.6;
    }
    
    /* Footer Bottom */
    .footer-bottom {
        padding-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        width: fit-content;
        margin: 0 auto;
    }

    .copyright {
        font-size: 0.9rem;
        color: #b0b8c1;
    }

    .copyright a {
        color: #f39c12;
        text-decoration: none;
        transition: color 0.3s ease;
    }

    .copyright a:hover {
        color: #005a9e;
    }
    
    /* Responsive Design */
    @media (max-width: 768px) {
        .taa-footer {
            padding: 20px 15px 20px;
        }
        
        .alliance-info-grid {
            grid-template-columns: 1fr;
        }
        
        .footer-columns {
            grid-template-columns: 1fr;
        }
        
        .voltaire-quote blockquote {
            font-size: 1.2em;
            margin-top: 20px;
        }
        
        .voltaire-quote cite {
            padding-left: 0;
        }
        
        .cookie-banner {
            padding: 20px 15px;
        }
        
        .cookie-actions {
            flex-direction: column;
        }
        
        .cookie-btn {
            width: 100%;
        }
        
        .cookie-modal-content {
            padding: 25px;
        }
        
        .modal-footer {
            flex-direction: column;
        }
    }
    /* No Tracking Highlight Box */
        .no-tracking-highlight {
            place-items: center;
            margin-left: auto;
            margin-right: auto;
            max-width: auto;
            width: 650px;
            background: linear-gradient(145deg, rgba(106, 90, 205, 0.08), rgba(138, 43, 226, 0.04));
            border: 2px solid rgba(138, 43, 226, 0.5);
            border-radius: 10px;
            padding: 24px 28px;
            margin-top: 30px;
            margin-bottom: 6px;
            box-shadow: 0 4px 16px rgba(138, 43, 226, 0.12), 
                        inset 0 1px 0 rgba(255, 255, 255, 0.06);
            position: relative;
            overflow: hidden;
            backdrop-filter: blur(8px);
        }

        @media (max-width: 768px) {
            .no-tracking-highlight {
                padding: 20px 18px;
                margin-top: 20px;
                width: auto;
            }
        }

        @media (max-width: 480px) {
            .no-tracking-highlight {
                padding: 16px 14px;
                border-width: 1.5px;
                width: auto;
            }
        }

        .no-tracking-highlight::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, 
                transparent 0%, 
                rgba(138, 43, 226, 0.4) 50%, 
                transparent 100%);
        }

        .no-tracking-highlight h3 {
            font-size: 1.25em;
            font-weight: 700;
            margin-bottom: 16px;
            color: #ffffff;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 0.5px;
            text-shadow: 0 2px 8px rgba(138, 43, 226, 0.2);
        }

        @media (max-width: 768px) {
            .no-tracking-highlight h3 {
                font-size: 1.15em;
                margin-bottom: 14px;
            }
        }

        @media (max-width: 480px) {
            .no-tracking-highlight h3 {
                font-size: 1.05em;
                flex-direction: column;
                gap: 8px;
            }
        }

        .no-tracking-desc {
            font-size: 0.95em;
            line-height: 1.7;
            color: #f0f4f7;
            margin-bottom: 14px;
            text-align: left;
            padding: 0 10px;
        }

        @media (max-width: 768px) {
            .no-tracking-desc {
                font-size: 0.9em;
                padding: 0 5px;
            }
        }

        @media (max-width: 480px) {
            .no-tracking-desc {
                font-size: 0.85em;
                line-height: 1.6;
            }
        }

        .no-tracking-desc strong {
            color: #ffffff;
            font-weight:bolder;
        }

        .no-tracking-desc:last-of-type {
            margin-bottom: 18px;
            font-size: 1em;
            text-align: center;
        }

        .no-tracking-highlight a {
            display: inline-block;
            color: #ffffff;
            text-decoration: none;
            font-weight: 600;
            font-size: 0.95em;
            padding: 8px 16px;
            border-radius: 20px;
            background: rgb(113, 20, 199);
            border: 1px solid rgba(52, 152, 219, 0.3);
            transition: all 0.3s ease;
        }

        @media (max-width: 480px) {
            .no-tracking-highlight a {
                font-size: 0.9em;
                padding: 7px 14px;
            }
        }

        .no-tracking-highlight a:hover {
            background: rgba(138, 43, 226, 0.5);
            border-color: rgba(52, 152, 219, 0.5);
            transform: translateY(-1px);
            box-shadow: 0 3px 8px rgba(52, 152, 219, 0.2);
        }

        /* Shield Icon Enhancement */
        .shield-icon {
            display: inline-block;
            animation: pulse 2s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% {
                transform: scale(1);
            }
            50% {
                transform: scale(1.05);
            }
        }