html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

body {
    touch-action: pan-x pan-y;
    /* Disable pinch-zoom */
    -webkit-text-size-adjust: 100%;
    /* Prevent text inflation */
    text-size-adjust: 100%;
}

@viewport {
    zoom: 1.0;
    min-zoom: 1.0;
    max-zoom: 1.0;
    user-zoom: fixed;
}

.inside_menu {
    position: fixed;
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #333;
    z-index: 100000;
}

.menu_content {
    padding: 20px;
    width: 75%;
    background-color: #fafafa;
    overflow-y: scroll;
}

.blink_click {
    width: 25%;
    height: 100%;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    /* Semi-transparent background */
    backdrop-filter: blur(10px);
    /* Apply the blur effect to the background */
    transition: backdrop-filter 0.3s ease;
}

.blink_click:hover {
    backdrop-filter: blur(15px);
    /* Increase the blur on hover */
}

.blink_click img {
    margin-top: 100px;
}

.blue_x {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(190deg) brightness(118%) contrast(119%);
}

.menu_main {
    gap: 3rem;
    flex-wrap: wrap;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 2rem;
}

.menu_group {
    flex: 1;
    min-width: 250px;
}

.menu_title {
    color: #2c3e50;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
}

.menu_links {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    width: 90%;
    margin: auto;
}

.menu_link {
    background-color: #f0f5fc;
    width: 90%;
    margin: 3px;
    color: #34495e;
    padding: 0.75rem;
    transition: all 0.3s ease;
}

.menu_link:hover {
    background: #f8f9fa;
    transform: translateX(5px);
}

.menu_link i {
    width: 20px;
    color: #3498db;
}

.menu_actions {
    display: grid;
    gap: 1rem;
}

.action_btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    justify-content: center;
}

.action_btn.primary {
    background: #007BFF;
    color: white;
}

.action_btn.secondary {
    background: #ecf0f1;
    color: #2c3e50;
}

.action_btn:hover {
    transform: translateY(-2px);
}

.contact_info {
    padding: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
}

.buttom_line {
    border-top: 1px solid #cdd1d3;
}

.contact_item {
    color: #34495e;
    margin: 0;
}

.contact_item i {
    width: 20px;
    color: #3498db;
}

.contact_item a {
    color: #3498db;
    text-decoration: none;
}


.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    margin: auto;
    height: 120px;
}


.header_ {
    border-bottom: 1px solid #eeeeef !important;
    margin-bottom: 30px;
}

img.bar_top {
    filter: brightness(0) invert(1);
    /* makes it white */
}

.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tools {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tools div {
    padding: 0px 15px 0px 18px;
    cursor: pointer;
}

.login_but {
    width: 60px;
    padding: 10px 14px 10px 14px !important;
    background-color: #007bff !important;
    border: 1px solid #459cf8;
    font-size: 14px;
    color: #e6f0ff;
    border-radius: 30px;
    margin-left: 10px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 800;
}

.video-toggle-btn {
    position: absolute;
    bottom: 60px;
    right: 20px;
    padding: 8px 14px;
    font-size: 14px;
    color: rgb(226, 226, 227);
    background-color: rgba(50, 51, 53, 0.6);
    border: none;
    border-radius: 500px;
    cursor: pointer;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.video-toggle-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.front-wrapper {
    overflow: hidden;
}

.pro {
    flex: 0 0 100%;
    position: relative;
    text-align: center;
    color: #fff;
    font-family: Arial, sans-serif;
    padding: 20px 20px;
    box-sizing: border-box;
    min-height: 400px;
    overflow: hidden;
}

.end_rec {
    padding: 20px 40px;
    background-color: #f0f0f3;
}

.login_signup_but {
    padding: 30px;
    display: flex;
    justify-content: center;
    border-top: 1px solid #dde0e3;
    border-bottom: 1px solid #dde0e3;
}

.a_b,
.b_b {
    font-size: 14px;
    padding: 10px 30px;
    font-weight: 800;
    border-radius: 60px;
    cursor: pointer;
}

.a_b {
    background-color: #007bff;
    color: aliceblue;
}

.b_b {
    background-color: #ffffff;
    color: #007bff;
    margin-left: 10px;
}

.as_1 {
    background-color: #f4f4f5;
}

.pro .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.pro_3 {
    /* Use 100vh for full viewport height */
    background: url('./conract_us.jpg') no-repeat center center;
    background-size: cover;
    /* ... rest of your CSS ... */
    color: #ffffff;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    flex: 0 0 100%;
    position: relative;
    text-align: center;
}

.office_hours p {
    width: 80%;
}

/* Optional: dark overlay for better text contrast */
.pro_3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent black overlay */
    z-index: 0;
}

/* Ensure child elements appear above the overlay */
.pro_3_x {
    position: relative;
    z-index: 1;
}



.content-grid_09 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #3e4042;
}

.info-column_09 {
    margin: 4px 40px;
    padding-right: 2rem;
}

.info-item_09 {
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.info-icon_09 {
    font-size: 1.5rem;
    color: #3498db;
    min-width: 40px;
}

.form-wrapper_09 {
    background: #f9f9f9;
    padding: 2rem;
    border-radius: 8px;
    margin: 20px;
}

.form-group_09 {
    margin-bottom: 1.5rem;
}

.input-label_09 {
    display: block;
    margin-bottom: 0.5rem;
    color: #333;
}

.input-field_09 {
    width: 94%;
    padding: 0.8rem;
    border: 1px solid #dfe2e7;
    border-radius: 4px;
    font-size: 1rem;
    background: none;
}

.submit-btn_09 {
    font-weight: 800;
    width: 100%;
    background: #3498db;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.3s ease;
}

@media (max-width: 768px) {
    .content-grid_09 {
        grid-template-columns: 1fr;
    }

    .info-column_09 {
        padding-right: 0;
    }
}


.pro_4 {
    /* Use 100vh for full viewport height */
    width: 100%;
    background: url('./support_2.jpg') no-repeat center center;
    background-size: cover;
    /* ... rest of your CSS ... */
    color: #ffffff;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    flex: 0 0 100%;
    position: relative;
    text-align: center;
    border-bottom: 5px solid #007BFF;
}

/* Optional: dark overlay for better text contrast */
.pro_4::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.544);
    /* semi-transparent black overlay */
    z-index: 0;
}

/* Ensure child elements appear above the overlay */
.pro_4_x {
    position: relative;
    z-index: 1;
}

.options_cx {
    margin-bottom: 25px;
}

.blue_cx {
    font-weight: 600;
    font-size: 16px;
}

.support-header_09 {
    text-align: center;
    margin-bottom: 2rem;
}

.faq-grid_09 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin: 30px;
}

.faq-item_09 {
    padding: 1.5rem;
    background: #f9f9f9;
    border-radius: 8px;
}

.faq-question_09 {
    color: #2c3e50;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.faq-answer_09 {
    color: #666;
    line-height: 1.6;
}

.ticket-form_09 {
    max-width: 800px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 80%;
    margin: 40px auto;
}

.form-title_09 {
    text-align: center;
    margin-bottom: 2rem;
}

.input-group_09 {
    margin-bottom: 1.5rem;
}

.select-field_09 {
    width: 100%;
    padding: 0.8rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
    appearance: none;
    background: white url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e") no-repeat right 0.8rem center/1.2em;
}

@media (max-width: 768px) {
    .faq-grid_09 {
        grid-template-columns: 1fr;
    }
}

.pro_5 {
    /* Use 100vh for full viewport height */
    width: 100%;
    background: url('./privacypolicy.jpg') no-repeat center center;
    background-size: cover;
    /* ... rest of your CSS ... */
    color: #ffffff;
    min-height: 50vh;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    flex: 0 0 100%;
    position: relative;
    text-align: center;
}

/* Optional: dark overlay for better text contrast */
.pro_5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent black overlay */
    z-index: 0;
}

/* Ensure child elements appear above the overlay */
.pro_5_x {
    position: relative;
    z-index: 1;
}

.policy-meta-banner_09 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem 1.5rem;
    margin: 0.5rem 1rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.meta-dates_09 {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.date-card_09 {
    display: flex;
    flex-direction: column;
}

.date-label_09 {
    font-size: 0.875rem;
    color: #64748b;
    font-weight: 500;
    margin-bottom: 0.25rem;
}

.date-value_09 {
    font-size: 1rem;
    color: #1e293b;
    font-weight: 600;
}

.date-separator_09 {
    width: 1px;
    height: 40px;
    background: #cbd5e1;
}

.meta-print_09 {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    padding: 0.75rem 1.25rem;
    color: #1e293b;
    font-weight: 500;
    transition: all 0.2s ease;
    cursor: pointer;
}

.meta-print_09:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.print-icon_09 {
    width: 20px;
    height: 20px;
    fill: #64748b;
}

@media (max-width: 768px) {
    .policy-meta-banner_09 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.5rem;
    }

    .meta-dates_09 {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .date-separator_09 {
        width: 100%;
        height: 1px;
    }
}

@media print {
    .policy-meta-banner_09 {
        display: none;
    }
}


/* Professional Styles */
.privacy-container_09 {
    max-width: 1140px;
    margin: 3rem auto;
    padding: 3rem 4rem;
    background: #FFFFFF;
    border-radius: 8px;
    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
    line-height: 1.6;
    color: #374151;
}

.privacy-header_09 {
    border-bottom: 3px solid #1D4ED8;
    padding-bottom: 2rem;
    margin-bottom: 3rem;
}

.privacy-header_09 h1 {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 0.5rem;
}

.policy-block_09 {
    margin: 3rem 0;
}

.policy-block_09 h2 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1F2937;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #E5E7EB;
}

.policy-list_09 {
    margin: 1.5rem 0;
    padding-left: 1.5rem;
}

.policy-list_09 li {
    margin-bottom: 1rem;
    padding-left: 1rem;
    position: relative;
}

.policy-list_09 li:before {
    content: "•";
    color: #1D4ED8;
    position: absolute;
    left: -1rem;
    font-weight: 700;
}

.sharing-table_09 {
    width: 100%;
    border-collapse: collapse;
    margin: 2rem 0;
    background: #F9FAFB;
    border-radius: 6px;
    overflow: hidden;
}

.sharing-table_09 th {
    background: #1D4ED8;
    color: white;
    font-weight: 500;
    padding: 1rem;
    text-align: left;
}

.sharing-table_09 td {
    padding: 1rem;
    border-bottom: 1px solid #E5E7EB;
}

.sharing-table_09 tr:last-child td {
    border-bottom: none;
}

.contact-box_09 {
    background: #F3F4F6;
    padding: 2rem;
    border-radius: 8px;
    margin: 3rem 0;
}

.contact-box_09 h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #1F2937;
}

.update-notice_09 {
    background: #FFFBEB;
    padding: 1.5rem;
    border-radius: 6px;
    border-left: 4px solid #F59E0B;
    margin: 2rem 0;
}

/* Print Optimization */
@media print {
    .privacy-container_09 {
        box-shadow: none;
        padding: 0;
        max-width: 100%;
    }

    .policy-meta-banner_09,
    .contact-box_09 {
        display: none;
    }

    table {
        page-break-inside: avoid;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .privacy-container_09 {
        padding: 2rem;
        margin: 1rem;
    }

    .privacy-header_09 h1 {
        font-size: 2rem;
    }

    .sharing-table_09 {
        display: block;
        overflow-x: auto;
    }
}

.access_bannel {
    padding: 1rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #363839;
    font-size: 1.05rem;
    font-weight: 700;
    text-align: center;
}

/* ABOUT US */

.services-container_09 {
    max-width: 1200px;
    margin: 2rem auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #363839;
}

.section-header_09 {
    text-align: center;
    margin-bottom: 3rem;
}

.pro_2 {
    background: url('./atlasmovellc_2.jpg') no-repeat bottom right;
    background-size: cover;
    color: #ffffff;
    /* White text for readability */
    min-height: 40vh;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    flex: 0 0 100%;
    position: relative;
    text-align: center;
}

/* Optional: dark overlay for better text contrast */
.pro_2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* semi-transparent black overlay */
    z-index: 0;
}

/* Ensure child elements appear above the overlay */
.pro_2_x {
    position: relative;
    z-index: 1;
}

.about_p {
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    width: 90%;
    margin: 10px auto 30px auto;
    text-align: center;
    line-height: 1.7rem;
    font-weight: 500;
}

.section-banner_09 {
    background: #1D4ED8;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.banner-inner_09 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem 2rem;
    display: flex;
    gap: 2rem;
}

.banner-link_09 {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-weight: 500;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
}

.banner-link_09:hover,
.banner-link_09.active_09 {
    color: #FFFFFF;
}

.banner-link_09.active_09:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
}

@media (max-width: 768px) {
    .banner-inner_09 {
        flex-direction: column;
        gap: 0.5rem;
        padding: 1rem;
    }

    .banner-link_09 {
        padding: 0.5rem 1rem;
    }

    .banner-link_09.active_09:after {
        width: 3px;
        height: 100%;
        left: 0;
        top: 0;
    }
}

.section-header_09 h2 {
    font-size: 2.5rem;
    color: #1F2937;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}

.section-header_09 h2:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #1D4ED8;
}

.grid-system_09 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    margin: 2rem 0;
}

.service-card_09 {
    background: #FFFFFF;
    padding: 2rem;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.service-card_09:hover {
    transform: translateY(-5px);
}

.card-icon_09 {
    font-size: 2.5rem;
    color: #1D4ED8;
    margin-bottom: 1.5rem;
}

.metric-badge_09 {
    background: #1D4ED8;
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.9rem;
    display: inline-block;
    margin: 1rem 0;
}

.feature-list_09 {
    list-style: none;
    padding-left: 0;
}

.feature-list_09 li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #E5E7EB;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.feature-list_09 li:before {
    content: "✓";
    color: #1D4ED8;
    font-weight: 700;
}

.vision-timeline_09 {
    border-left: 3px solid #1D4ED8;
    padding-left: 2rem;
    margin: 2rem 0;
}

.timeline-item_09 {
    position: relative;
    padding: 1.5rem;
    margin-bottom: 2rem;
    background: #F8FAFC;
    border-radius: 8px;
}

.timeline-item_09:before {
    content: '';
    position: absolute;
    left: -2.4rem;
    top: 24px;
    width: 12px;
    height: 12px;
    background: #1D4ED8;
    border-radius: 50%;
}


.pro_6 {
    background: #ffffff;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;

    flex: 0 0 100%;
    position: relative;
    text-align: center;
}

/* Ensure child elements appear above the overlay */
.pro_6_x {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .section-header_09 h2 {
        font-size: 2rem;
    }

    .vision-timeline_09 {
        padding-left: 1rem;
    }
}

@media only screen and (min-width: 800px) {
    .pro .bg-video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
        z-index: 0;
    }
}

.top-offer-banner {
    background-color: #3593f7;
    padding: 10px 16px;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 600;
    color: #edeeef;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.offer_tap_lap {
    display: flex;
    justify-content: left;
    align-items: center;
}

.close_tap {
    text-align: center;
    cursor: pointer;
    border-radius: 500px;
}

.top-offer-banner div {
    padding: 10px;
}

.promo {
    background-color: #79ace330;
    width: 160px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    border: 3px dotted #79ade3;
}

.promo:hover {
    background-color: #79ace3d6;
}

.pro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.2) 100%);
    z-index: 1;
}

.pro_x {
    position: relative;
    z-index: 2;
    padding-bottom: 100px;
}

.informations {
    margin: auto;
    text-align: center;
    width: auto;
}

.informations h3 {
    font-size: 22px;
    letter-spacing: 0.7ch;
    /* Increased from 2px to 4px */
    margin-bottom: 10px;
    color: #7bbefc;
}

.informations h2 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 900;
    text-transform: uppercase !important;
}


.informations h1 {
    font-size: 26px;
    margin-bottom: 20px;
}

.informations p {
    font-size: 20px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
    padding: 30px 20px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 8px;
}

.options {
    position: relative;
    z-index: 2;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.options .blue,
.options .white {
    padding: 12px 30px;
    border-radius: 26px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease;
}

.options .blue {
    background-color: #007bff;
    color: white;
    border: none;
}

.options .blue:hover {
    background-color: #0056b3;
}

.options .white {
    background-color: white;
    color: #007bff;
}

.options .white:hover {
    background-color: #e6f0ff;
}

.dashboard {
    width: 86%;
    max-width: 1300px;
    margin: 10px auto;
    background: #fafafa;
    border-radius: 20px;
    box-shadow: 0 0 40px 5px rgba(0, 0, 0, 0.089);
    padding: 20px;
    position: relative;
    top: -50px;
    z-index: 1;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    color: #3e4042;
    overflow: hidden;
}

/* Glowing blue light effect */
.dashboard::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(94, 189, 252, 0.096);
    /* Solid blue color */
    box-shadow: 0 0 20px 8px rgba(94, 189, 252, 0.1);
    /* Glow effect */
    z-index: -1;
    animation: pulse 3s ease-in-out infinite;
    z-index: -100;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 12px rgba(94, 189, 252, 0.5);
    }

    50% {
        transform: scale(1.15);
        box-shadow: 0 0 20px rgba(94, 189, 252, 0.7);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 12px rgba(94, 189, 252, 0.5);
    }
}

.das_info {
    position: relative;
    z-index: 100;
}


.dashboard h2 {
    font-weight: 800;
    text-align: center;
    font-size: 24px;
}

.s_ div p {
    text-align: left;
    font-weight: 550;
    font-size: 14px;
    position: relative;
    bottom: -13px;
    left: 20px;
    color: #676869;
    padding: 0 !important;
    margin: 0 !important;
}

.s_ div input,
.s_ div select {
    width: 80%;
}

.search-bar {
    padding: 10px;
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #f1f1f2;
}

.search-bar form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.s_ {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-bar input,
select {
    padding: 20px;
    border-radius: 6px;
    border: 0;
    background: #fafafa;
    border: 1.4px solid #e4e4e6;
    font-size: 15px;
    cursor: pointer;
    font-weight: 500;
    margin: 5px;
}

.search-bar button {
    position: relative;
    padding: 10px;
    border-radius: 500px;
    border: 0;
    cursor: pointer;
    align-items: center;
    min-width: 55px;
    min-height: 55px;
    background-color: #459cf8;
    margin: auto;
    margin-left: 10px;
    position: relative;
    top: 10px;
}

.radio_ {
    min-width: 140px;
    width: 80%;
}

.s_ div {
    width: 80%;
    margin: auto;
}

img.seach_bar {
    filter: brightness(0) invert(1);
    /* makes it white */
}

.load-item,
.load_title {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* Adds spacing between items */
}

.load-item div {
    border-bottom: 1px solid #edeeef;
    padding: 10px;
}

.load-item>*,
.load_title>* {
    flex: 1;
    /* Equal width for all children */
    min-width: 0;
    /* Prevents overflow in some cases */
}

.load_title {
    font-weight: 600;
    background-color: #edeeef;
    padding: 16px;
    border: 0 !important;
}

.services_show {
    background-color: #f4f4f5;
    font-optical-sizing: auto;
    font-style: normal;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #333;
}

.services_show h1,
.van_section h1 {
    font-size: 1.9rem;
    margin-bottom: 0.5rem;
}

.services_show h2,
.van_section h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 400;
    color: #555;
}

.services_show h3 {
    width: 86%;
    margin: auto;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.5;
}

.images_show {
    display: flex;
    /* Flex container for images */
    justify-content: center;
    /* Center images horizontally */
    gap: 1rem;
    flex-wrap: wrap;
    /* Wrap on smaller screens */
    margin-bottom: 2rem;
}

.images_show img {
    position: relative;
    height: 300px;
    /* Fixed height */
    min-width: 100%;
}

.in_image {
    border-radius: 20px;
    width: 500px;
    overflow: hidden;
}

.services_show p,
.van_section p {
    font-size: 1.3rem;
    line-height: 1.6;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.blue_dot {
    width: 12px;
    height: 12px;
    background-color: #85b9f1;
    /* Bootstrap blue */
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

.quote-mark {
    font-size: 2rem;
    color: #007BFF;
    /* Optional: Blue to match brand */
    font-weight: bold;
    margin: 0 4px;
}

.van_section {
    font-optical-sizing: auto;
    font-style: normal;
    padding: 2rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;

}


.vans {
    display: grid;
    grid-template-columns: auto auto;
    gap: 2rem;
    flex-wrap: wrap;
    align-items: center;
}

.vans img {
    height: 200px;
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.sp_van {
    height: 260px !important;
}

.vans img:hover {
    transform: scale(1.05);
}

.stars {
    margin-top: 33px;
}

.van_card {
    background-color: #f0f2f4;
    border-radius: 12px;
    padding: 0.8rem 1.2rem;
    margin-bottom: 1.5rem;
    text-align: left;
}

.van_card p {
    margin: 0.5rem 0;
    font-size: 1rem;
    color: #444;
}

.van_card strong {
    color: #000;
}

.applay {
    padding: 20px;
    background-color: #2c8ef7;
    color: whitesmoke;
    text-align: left;
    font-weight: 800;
    font-size: 16px;
    max-width: 1200px;
    margin: 15px auto;
}

.solid_title {
    padding: 40px;
    background-color: #e8e9ee;
    color: rgb(17, 17, 17);
}

.st_title {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.st_title h1 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase !important;
    color: #3b4550;
    padding: 0;
    margin: 0;
}

.st_title h3 {
    font-size: 20px;
    color: #383b3d;
    padding: 0;
    margin: 2px 0;
}

.logo_l {
    margin-right: 20px;
    margin-top: -16px;
}

.copyright {
    size: 15px;
    font-weight: 500;
    color: #585b5e;
}

.end {
    font-family: Arial, sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.contact_info {
    padding: 30px 10px 0px 10px;
}

.contact_info div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 !important;
    margin: 0 !important;
}

.contact_info p {
    font-size: 16px;
    padding: 0 !important;
    margin: 8px 0 !important;
}

.subscribe {
    padding: 10px;
    border: 0;
    border-top: 1px solid #d4d7d9;
}

.subscribe h3 {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #424242;
    text-align: left;
    padding-bottom: 30px;
}

.subscribe_form {
    position: relative;
}

.subscribe_form label {
    position: absolute;
    top: -24px;
    left: 20px;
    font-weight: 400;
}

.subscribe_form .required {
    color: #42424287;
    font-size: 14px;
    font-weight: normal;
}

.subscribe_form input {
    padding: 0.8rem 1rem;
    width: 90%;
    max-width: 650px;
    border-radius: 2px;
    font-size: 1rem;
    background: none;
    border: 1px solid #c4c8cc;
}

.subscribe_form button {
    background-color: #c4c8cc;
    color: white;
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.subscribe_form button:hover {
    background-color: #0056b3;
}

.list_options {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    padding: 1rem 0;
    font-family: 'Segoe UI', sans-serif;
}

.list_options a {
    text-decoration: none;
    color: #333;
    font-size: 17px;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    position: relative;
    font-weight: 600;
    color: #424242;
}

.list_options a:hover {
    color: #007bff;
}

.list_options a::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background: #007bff;
    transition: width 0.3s ease;
    position: absolute;
    bottom: 0;
    left: 0;
}

.list_options a:hover::after {
    width: 100%;
}

.contact_info {
    font-weight: 400;
}

.list_options {
    background-color: #f0f0f3;
}

.copyright {
    padding: 20px;
    background-color: #f0f0f3;
}

.button_sticky {
    position: fixed;
    display: flex;
    justify-content: center;
    bottom: 30px;
    right: 30px;
    background-color: #007bff;
    width: 60px;
    height: 60px;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    /* Hidden by default */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: opacity 0.3s ease;
}

.button_sticky img {
    filter: brightness(0) invert(1);
    /* make icon white */
}

.button_sticky:hover {
    opacity: 0.85;
}

.apply-section {
    background-image: url('./show_3.jpeg');
    background-size: cover;
    background-position: center;
    padding: 60px 20px;
    color: white;
    text-align: center;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.apply-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(83, 97, 105, 0.721);
    /* Dark overlay for readability */
    z-index: 0;
}

.apply-content {
    position: relative;
    z-index: 1;
    max-width: 700px;
    margin: auto;
}

.apply-content h2 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    font-weight: 800;
}

.apply-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.join-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.join-options a {
    color: #00a6ff;
    /* Gold links */
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.join-options a:hover {
    color: #fff;
}

.map_section {
    text-align: start;
    padding: 0px 10px !important;
    margin: 0 !important;
}

.map_section h2 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #333;
}

.map_section p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 20px;
}

.map_container {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
    border-radius: 12px;
    overflow: hidden;
}

.map_container iframe {
    width: 100%;
    height: 200px;
    border: none;
}


@media only screen and (max-width: 800px) {

    .search-bar form,
    .c_ {
        display: block;
    }

    .s_ p {
        text-align: center !important;
        margin: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .vans {
        display: block;
    }

    .about_us_list {
        display: grid;
        grid-template-columns: auto auto;
    }
}

.login-container_011 {
    width: 80%;
    max-width: 600px;
    margin: auto;
    padding: 2rem;
    border: 1px solid #e2e4e7;
    border-radius: 4px;
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    margin-bottom: 40px;
    margin-top: 40px;
}

.note_login {
    background-color: #007bff3b;
    padding: 20px;
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.6rem;
}

.login-title_011 {
    text-align: center;
    margin-bottom: 1.5rem;
    font-size: 1.8rem;
    font-weight: bold;
    color: #333;
}

.login-label_011 {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.login-input_011 {
    width: 95%;
    padding: 0.75rem;
    margin-bottom: 1.25rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1rem;
}

.login-button_011 {
    width: 100%;
    padding: 0.75rem;
    background-color: #007BFF;
    color: #ffffff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.login-button_011:hover {
    background-color: #0056b3;
}

.footer-text_011 {
    text-align: center;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: #555;
}

.error-message_011 {
    color: red;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 1rem;
}

.success-message_011 {
    color: green;
    font-size: 0.9rem;
    text-align: center;
    margin-top: 1rem;
}

.dash_info h3 {
    text-align: center;
    font-size: 14px;
    width: 90%;
    margin: auto;
}

.dash_info h3 mark {
    background-color: #007BFF;
    color: #fbf9f9;
    padding: 5px 10px;
    border-radius: 30px;
    margin-right: 4px;
    font-size: 12px;
}

.load-item_2 {
    border: 1px solid #e5e4e4;
    border-radius: 10px;
    margin: 10px 0;
    padding: 15px;
}

.load-item_2:hover {
    background-color: #f0f1f1;
}

.load-main_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    gap: 15px;
    width: 98%;
    margin: auto;
    margin-bottom: 10px;
}


.pickup_2,
.delivery_2,
.loaded-miles_2 {
    flex: 1;
    font-size: 15px;
    line-height: 1.4;
}

.loaded-miles_2 {
    text-align: center;
    font-size: 16px;
    color: #7d7f81;
}

.load-details_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #555;
    padding-top: 8px;
    border-top: 1px solid #eee;
    width: 98%;
    margin: auto;
}

/* Responsive (Mobile) */
@media (max-width: 768px) {
    .load-main_2 {
        display: block;
        text-align: left;
    }

    .loaded-miles_2 {
        text-align: left;
        margin: 8px 0;
    }

    .load-details_2 {
        padding-top: 10px;
    }
}


.load-details_2 {
    font-size: 14px;
    color: #555;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.details-action_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.book-btn_2 {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 8px 42px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.2s ease;
    margin-left: 5px;
}

.book-btn_2:hover {
    background-color: #0056b3;
}

/* Mobile tweaks */
@media (max-width: 768px) {
    .details-action_2 {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .book-btn_2 {
        width: 100%;
    }
}

.load-more-btn_2 {
    width: 100%;
    display: block;
    margin-top: 0;
    padding: 20px;
    background-color: #cccccc23;
    color: rgb(99, 101, 106);
    border: none;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    border-radius: 0 0 8px 8px;
}

.load-more-btn_2:hover {
    background-color: #2b5eec;
    color: whitesmoke;
}

.fade-out-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: linear-gradient(to bottom, transparent, white);
    pointer-events: none;
    transition: opacity 0.4s ease;
    opacity: 1;
}

.fade-out-overlay.hidden {
    opacity: 0;
}

.apply-form-wrapper {
    width: 80%;
    margin: 0 auto;
    padding: 40px;
    border-radius: 20px;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.apply-h1 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 12px;
    color: var(--primary);
}

.apply-breadcrumb {
    text-align: center;
    font-size: 14px;
    color: #64748b;
    margin-bottom: 24px;
}

._breadcrumb {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    color: #eff1f3;
    margin-bottom: 30px;
}

._breadcrumb a {
    text-align: center;
    font-size: 15px;
    color: #48a3ff;
}

.apply-info-note {
    font-size: 16px;
    line-height: 1.7rem;
    padding: 16px;
    background-color: #eff6ff;
    border-left: 4px solid var(--primary);
    border-radius: 8px;
    margin-bottom: 32px;
}

.apply-section-title {
    font-size: 18px;
    font-weight: 800;
    margin: 32px 0 8px;
    border-bottom: 1px solid var(--gray);
    padding-bottom: 4px;
    color: var(--primary);
    text-align: center;
    color: #393a3c;
}

.apply-label {
    font-weight: 500;
    margin-top: 20px;
    display: block;
    margin-bottom: 2px;
    margin-left: 6px;
}

.apply-input-wrapper {
    position: relative;
    width: 100%;
}

.apply-input {
    padding: 14px 14px 14px 14px;
    /* Space for the icon */
    width: 100%;
    font-size: 16px;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    background-color: #f9fafb;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.apply-input:focus {
    border-color: var(--primary);
    background-color: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(30, 64, 175, 0.15);
}

.apply-input-icon {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #aaa;
}

.apply-submit-btn {
    margin-top: 40px;
    padding: 14px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
}

.apply-submit-btn:hover {
    background-color: #1d4ed8;
}

.submit_succ {
    background-color: rgb(25, 111, 113);
    padding: 20px;
    margin: 20px 10px;
    color: whitesmoke;
}

.faild_app {
    background-color: rgb(177, 28, 28);
    padding: 20px;
    margin: 20px 10px;
    color: whitesmoke;
}

.apply_top_head {
    width: 80%;
    margin: auto;
}


.pro_login {
    /* Use 100vh for full viewport height */
    background: url('./inside-min.jpg') no-repeat center center;
    background-size: cover;
    /* ... rest of your CSS ... */
    color: #ffffff;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    flex: 0 0 100%;
    position: relative;
    text-align: center;
}

/* Optional: dark overlay for better text contrast */
.pro_login::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    /* semi-transparent black overlay */
    z-index: 0;
}

/* Ensure child elements appear above the overlay */
.pro_login_x {
    position: relative;
    z-index: 1;
}

.atlas-blog-container {
    max-width: 800px;
    margin: 0 auto;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    line-height: 1.9rem;
}

.atlas-blog-container h1,
.atlas-blog-container h2 {
    color: #333;
    padding: 20px;
    background-color: #bdc2c82c;
    font-size: 20px;
    margin: 20px;
    border-left: 10px solid #007BFF;
}

.atlas-blog-image {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 20px 0;
}

.atlas-blog-container p {
    margin-bottom: 16px;
    font-size: 18px;
    padding: 0 20px;
    margin: 20px;
}

.atlas-blog-container ul {
    margin-bottom: 16px;
    font-size: 17px;
    padding: 5px 20px 10px 20px;
    width: 90%;
    margin: auto;
}

.atlas-blog-container li {
    margin-bottom: 8px;
    margin-left: 40px;
}

.atlas-blog-container li::marker {
    color: #0066cc;
}

.atlas-blog-container a {
    color: #0066cc;
    text-decoration: none;
}

.atlas-blog-container a:hover {
    text-decoration: underline;
}



.pro_blog1 {
    /* Use 100vh for full viewport height */
    background: url('./blog1.jpg') no-repeat center center;
    background-size: cover;
    /* ... rest of your CSS ... */
    color: #ffffff;
    width: 100%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

    flex: 0 0 100%;
    position: relative;
    text-align: center;
}

/* Optional: dark overlay for better text contrast */
.pro_blog1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.59);
    /* semi-transparent black overlay */
    z-index: 0;
}

/* Ensure child elements appear above the overlay */
.pro_blog1_x {
    position: relative;
    z-index: 1;
}


.pro_blog1 a {
    color: #007BFF;
}


.privacy-modal {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 320px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 20px;
    z-index: 9999;
    transition: opacity 0.3s ease, transform 0.3s ease;
    font-family: 'Segoe UI', sans-serif;
}

.privacy-content h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.privacy-content p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.privacy-content a {
    color: #007BFF;
    text-decoration: none;
}

.privacy-content a:hover {
    text-decoration: underline;
}

.privacy-content button {
    padding: 10px 16px;
    border: none;
    background-color: #007BFF;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
}

.privacy-content button:hover {
    background-color: #0056b3;
}

.privacy-modal.hidden {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}