﻿/* General Reset and Global Styles */
body {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
}

/* Ensure no horizontal overflow */
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevents horizontal scroll */
}

.container.flex-grow-1 {
    margin: 0 !important;
    padding: 0 !important;
}

/* ============================== */
/* Universal Text Styles */
/* ============================== */

.text-center {
    text-align: center;
}

.description {
    color: #8f8f8f;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: left;
}

.link-light-blue {
    font-size: 1rem; /* Same as .description */
    color: #629bbd !important; /* Light blue */
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400; /* Not bold */
    line-height: 1.6;
    text-decoration: none; /* Remove underline */
}

.text-small-light {
    font-size: 0.9rem;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    vertical-align: middle;
    padding: 5px;
}

.text-small-dark {
    font-size: 0.9rem;
    color: #061c3d;
    font-family: 'Segoe UI', sans-serif;
    vertical-align: middle;
    padding: 5px;
}

.text-medium-light {
    font-size: 1.2rem;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    vertical-align: middle;
    padding: 10px;
}

.text-medium-dark {
    font-size: 1.2rem;
    color: #061c3d;
    font-family: 'Segoe UI', sans-serif;
    vertical-align: middle;
    padding: 10px;
}

.text-large-light {
    font-size: 1.5rem;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    vertical-align: middle;
    padding: 15px;
}

.text-large-dark {
    font-size: 1.5rem;
    color: #061c3d;
    font-family: 'Segoe UI', sans-serif;
    vertical-align: middle;
    padding: 15px;
}

/* Titles & Subtitles */

/* Extra Extra Large Title - Light Weight */
.title-xl {
    font-size: 3rem; /* Very large text */
    font-family: 'Segoe UI Light', 'Segoe UI', sans-serif;
    font-weight: 300; /* Use light font weight */
    color: #ffffff;
    padding: 20px;
}

.title-xl-dark {
    font-size: 3rem; /* Larger text */
    font-weight: 300; /* Light */
    color: #061c3d; /* Dark text */
    font-family: 'Segoe UI Light', 'Segoe UI', sans-serif;
    padding: 20px;
}

.title {
    font-size: 2.5rem;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    padding: 20px;
}

.title-dark {
    font-size: 2.5rem;
    color: #061c3d;
    font-family: 'Segoe UI', sans-serif;
    padding: 20px;
}

.title-bold {
    font-size: 2.5rem;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    padding: 20px;
}

.title-bold-dark {
    font-size: 2.5rem;
    color: #061c3d;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    padding: 20px;
}

.subtitle {
    font-size: 1.5rem;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    padding: 10px;
}

.subtitle-dark {
    font-size: 1.5rem;
    color: #061c3d;
    font-family: 'Segoe UI', sans-serif;
    font-weight: 400;
    padding: 10px;
}

.subtitle-bold {
    font-size: 1.5rem;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    padding: 10px;
}

.subtitle-bold-dark {
    font-size: 1.5rem;
    color: #061c3d;
    font-family: 'Segoe UI', sans-serif;
    font-weight: bold;
    padding: 10px;
}

/* Bullet Points */
.bullet-light {
    font-size: 1rem;
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    padding: 5px;
    padding-left: 1.5rem;
    list-style: disc;
}

.bullet-grey {
    font-size: 1rem;
    color: #8f8f8f;
    font-family: 'Segoe UI', sans-serif;
    padding: 5px;
    padding-left: 1.5rem;
    list-style: disc;
}

.bullet-dark {
    font-size: 1rem;
    color: #061c3d;
    font-family: 'Segoe UI', sans-serif;
    padding: 5px;
    padding-left: 1.5rem;
    list-style: disc;
}

/* Hero Font */
.hero-font {
    font-size: 3rem;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.8);
    text-align: center;
    padding: 30px;
}

    .hero-font:hover {
        text-shadow: 2px 2px 4px rgba(0, 166, 237, 0.8);
        color: rgba(255, 255, 255, 1);
    }





/* ============================== */
/* Universal Components */
/* ============================== */

.spaced-top {
    padding: 120px 0px 0px 0px; /* Adjust as needed to match your header height */
}

/* Spacing Utility Classes */

/* Small space */
.space-top-sm {
    margin-top: 25px;
}

.space-bottom-sm {
    margin-bottom: 25px;
}

/* Medium space */
.space-top-md {
    margin-top: 50px;
}

.space-bottom-md {
    margin-bottom: 50px;
}

/* Large space */
.space-top-lg {
    margin-top: 100px;
}

.space-bottom-lg {
    margin-bottom: 100px;
}

.web-page {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center; /* Center child columns horizontally */
    padding: 150px 0px 50px 0px; /* Top Right Bottom Left */
    background-color: #ffffff;
    gap: 50px;
    width: 100%; /* Fills entire screen */
}

.page-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px; /* Control content width */
    width: 100%;
    padding: 0 50px; /* 50px on left and right */
    margin: 0 auto; /* Center horizontally */
    gap: 50px; /* space between columns */
}

.web-container {
    width: 100%;
    padding: 0;
    margin: 0;
}


/* Left Column - 65% Width */
.left-column {
    flex: 2; /* Takes more space */
    max-width: 75%; /* Ensures width control */
}

/* Right Column - 35% Width */
.right-column {
    flex: 1; /* Takes less space */
    max-width: 25%; /* Ensures width control */
}

/* Images*/
.image {
    width: 100%;
    height: auto;
    display: block;
    padding: 25px;
    margin: 0 auto; /* Optional: center the image horizontally */
}

.image-half-width {
    width: 50%;
    height: auto;
    display: block;
    padding: 25px;
    margin: 0 auto; /* Optional: center the image horizontally */
}

.image-quarter-width {
    width: 25%;
    height: auto;
    display: block;
    padding: 25px;
    margin: 0 auto; /* Optional: center the image horizontally */
}

.wave-section {
    position: relative;
    z-index: 1;
    overflow: visible;
    padding: 0;
    margin: 0;
}

.wave-container {
    margin-left: -50px;
    margin-right: -50px;
}

.wave-image {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 10px;
    position: relative;
    z-index: 2; /* Raise above .telco-box (default z = auto or 0) */
}

/* Mobile Adjustment */
@media (max-width: 750px) {
    .wave-container {
        margin-left: -20px;
        margin-right: -20px;
    }

    .wave-image {
        margin-top: -20px;
        margin-bottom: -20px;
    }
}



/* Embedded Videos */
.video-embed {
    width: 100%;
    height: 300px;
    border: none;
}

/* Video Thumbnails */
.video-thumbnail {
    width: 300px;
    height: 200px;
    transition: transform 0.3s ease-in-out;
}

    .video-thumbnail:hover {
        transform: scale(1.1);
    }

/* ============================== */
/* Universal Button Styling */
/* ============================== */

.btn {
    font-size: 1rem;
    width: 200px; /* Fixed width */
    height: 50px; /* Fixed height */
    padding: 0; /* Remove inconsistent padding */
    border-radius: 10px; /* Rounded Corners */
    border: 2px solid #ffffff !important; /* White Border Always */
    color: #ffffff !important; /* White Text Always */
    text-align: center;
    display: flex; /* Ensures content is vertically centered */
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase; /* Ensures consistent uppercase styling */
    box-sizing: border-box; /* Prevents padding from affecting button size */
    margin: 0 !important; /* Ensures no extra margin */
}

/* Wider and Taller Button Variant */
.btn-wide-tall {
    width: 100% !important; /* Fill the container width */
    height: 60px !important; /* Taller button */
    font-size: 1.1rem; /* Slightly larger text */
}


/* ============================== */
/* Button Alignment Classes */
/* ============================== */

/* Left-aligned button */
.btn-left {
    display: flex;
    justify-content: flex-start !important;
}

/* Right-aligned button */
.btn-right {
    display: flex;
    justify-content: flex-end !important;
}

/* Center-aligned button */
.btn-center {
    display: flex;
    justify-content: center !important;
}

/* ============================== */
/* Button Color Variants */
/* ============================== */

/* Light Blue Button */
.btn-light-blue {
    background-color: #629bbd !important; /* Unhovered Background */
}

    .btn-light-blue:hover {
        background-color: #061c3d !important; /* Hovered Background */
    }

/* Green Button */
.btn-green {
    background-color: #66c989 !important; /* Unhovered Background */
}

    .btn-green:hover {
        background-color: #81d89b !important; /* Light Green Hovered Background */
    }

/* Dark Blue Button Rounded */
.btn-dark-blue-rounded {
    background-color: #061c3d !important; /* Unhovered Background */
}

    .btn-dark-blue-rounded:hover {
        background-color: #629bbd !important; /* Hovered Background */
    }

/* ============================== */
/* Wrapper for each button */
/* ============================== */

.button-wrapper {
    display: flex;
    align-items: center;
    min-height: 50px; /* Ensures vertical alignment */
}

/* ============================== */
/* Container for Buttons */
/* ============================== */

.hero-buttons {
    display: flex;
    align-items: center; /* Ensures perfect vertical alignment */
    justify-content: flex-start;
    gap: 5px; /* Ensure exactly 5px of space between buttons */
    height: 50px; /* Enforce consistent height */
}

.background-box-dark {
    background-color: #06203D;
    color: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
}

/* Green Lines */
.green-line {
    width: 150px;
    height: 2px;
    background-color: green;
    margin: 10px auto; /* Centered by default */
}

/* Left-aligned green line */
.green-line-left {
    margin: 10px 0; /* Left aligned by removing auto centering */
}

/* Career Cards */
.career-card {
    background: white;
    border: 2px solid #06203D;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* Payment Cards Styling */
.payment-card {
    background-color: #061c3d; /* Dark blue background */
    border: 2px solid #ffffff; /* White border */
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    height: 100%; /* Makes all cards the same height */
    width: 350px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.border-thick-dark {
    border: 4px solid #061c3d;
}

/* Background Boxes */
.bg-box {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 10px 0;
}

/* Astral Navigation */
.astral-nav {
    background-color: white;
    padding: 10px 0;
    border-bottom: 2px solid #00a6ed;
}

    .astral-nav ul {
        display: flex;
        justify-content: space-around;
        list-style: none;
        padding: 0;
    }

    .astral-nav li {
        padding: 15px 20px;
        cursor: pointer;
        color: #00a6ed;
        font-weight: bold;
    }

        .astral-nav li:hover, .astral-nav .active {
            border-bottom: 3px solid #00a6ed;
        }

/* Partner Cards */
.partner-card {
    background: white;
    border: 2px solid #06203D;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

/* Text Entry Bars */
.text-entry {
    width: 100%;
    padding: 10px;
    border: 1px solid grey;
    border-radius: 5px;
    font-size: 1rem;
}

    .text-entry::placeholder {
        color: #8f8f8f;
        font-style: italic;
    }

.section-bg-light {
    background-color: #ffffff;
    color: #061c3d;
    padding: 20px 100px; /* 20px top/bottom, 50px left/right */
    margin: 20px 0; /* 20px space above and below section */
}

.section-bg-dark {
    background-color: #061c3d;
    color: #ffffff;
    padding: 60px 100px; /* Was 30px, doubled for more breathing room */
}


.section-bg-blue {
    background-color: #629bbd;
    color: #ffffff;
    padding: 20px 100px; /* 20px top/bottom, 50px left/right */
    margin: 20px 0; /* 20px space above and below section */
}
/* Tri colour section */
.bg-light-blue {
    background-color: #629bbd !important;
    color: white;
}

.bg-dark-blue {
    background-color: #061c3d !important;
    color: white;
}


/* Universal Full-Width Section Style */
.section-full-width {
    width: 100vw; /* Fills the entire viewport width */
    padding: 0;
}

/* Optional Inner Container (used *inside* full-width section) */
.section-inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 50px;
    margin: 0 auto;
}

/* ============================== */
/* Hero Section Unique */
/* ============================== */

/* Ensure vertical padding in hero section */
.hero-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* Prevents wrapping */
    justify-content: space-between;
    align-items: center;
    padding: 100px 0; /* Increase vertical spacing in section */
    gap: 50px; /* Ensures spacing between columns */
}


/* Left side: hero title and description */
.hero-title {
    font-size: 3.75rem;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

.hero-wrapper .left-column {
    flex: 0 0 calc(50% - 25px); /* 50% minus half the gap */
    max-width: calc(50% - 25px);
}

.hero-wrapper .right-column {
    flex: 0 0 calc(50% - 25px); /* Same logic */
    max-width: calc(50% - 25px);
    padding-left: 20px;
    text-align: left;
}

/* Prevent text overflow & give room to breathe */
.hero-wrapper .right-column {
    padding-left: 30px;
    text-align: left; /* Align text to the left */
}

.hero-description {
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
    margin-bottom: 30px;
}

/* Right side: large words stacked vertically */
.hover-words {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    text-align: left;
    line-height: 1;
    padding-top: 20px;
}

.hover-word {
    font-size: 5rem; /* Much bigger than title */
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 2px white;
    text-stroke: 2px white;
    transition: -webkit-text-stroke 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: default;
}

    .hover-word:hover {
        -webkit-text-stroke: 2px #00a6ed;
        text-stroke: 2px #00a6ed;
    }


/* ============================== */
/* Customer Review Carousel Styles */
/* ============================== */

.customer-review-section {
    padding: 80px 0; /* Adds 20px space above and below */
}

/* Center the carousel */
.review-carousel-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    gap: 30px; /* Ensures 10px spacing between all flex children */
    padding: 0 10px; /* Adds 10px spacing between outer cards and arrows */
}

/* Review Card Styling */
.review-card {
    background: white;
    border: 2px solid #061c3d;
    border-radius: 15px;
    width: 200px; /* Default width */
    height: 300px; /* Default height */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between; /* Ensures even spacing */
    padding: 10px;
    text-align: center;
    opacity: 1;
    box-sizing: border-box;
    transition: opacity 0.5s ease-in-out;
    margin: 0 30px;
}

/* Left & Right Cards (Smaller) */
.left-card, .right-card {
    width: 200px;
    height: 300px;
    opacity: 0.8;
}

/* Center Card (Larger) */
.center-card {
    width: 260px;
    height: 390px;
    opacity: 1;
    transform: scale(1.2);
}

/* Fade Out Animation */
.fade-out {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

/* Fade In Animation */
.fade-in {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
}

/* Review Logo - Always at the Top */
.review-logo {
    width: 80px;
    height: auto;
    padding: 10px 10px 0 10px; /* Top, Left, Right padding */
    align-self: center; /* Ensure it's centered */
}

/* Review Text - Always in the Center */
.review-text {
    flex-grow: 1; /* Pushes the name to the bottom */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Reviewer Name - Always at the Bottom */
.reviewer-name {
    font-style: italic;
    padding: 0 10px 10px 10px; /* Bottom, Left, Right padding */
    align-self: center; /* Ensure it's centered */
}

/* Navigation Buttons */
.carousel-control {
    background: none;
    border: none;
    cursor: pointer;
}

    .carousel-control img {
        width: 40px;
        height: auto;
    }

/* ============================== */
/* PICTURE BACKGROUND PAGES */
/* ============================== */

/* Background Image - With adjustable blur filter */
.support-bg-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    filter: grayscale(100%) brightness(0.5) sepia(1) hue-rotate(160deg) blur(4px); /* Tweak blur(px) as needed */
}

/* Main Content Wrapper (scrollable) */
.support-page-content {
    position: relative;
    z-index: 1;
    padding-top: 150px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 0; /* No padding needed, footer follows naturally */
}

/* Dark Blue Content Box */
.support-box {
    background-color: #061c3d;
    width: 550px;
    margin-left: 150px;
    padding: 150px 50px 0 50px; /* Top, Left/Right, No bottom padding */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Bigger Dark Blue Content Box */
.telcom-box {
    background-color: #061c3d;
    width: 900px;
    margin-left: 150px;
    padding: 150px 50px 0 50px; /* Top, Left/Right, No bottom padding */
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.space-bottom-padding {
    padding-bottom: 40px; /* Adjust this value as needed */
    margin-top: auto; /* Push it to the bottom of the flex container */
}

/* ============================== */
/* CAREER SPECIFIC CSS */
/* ============================== */

/* Career Card Style */
.career-box {
    background-color: #f9f9f9; /* Slightly off-white */
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    border-left: 5px solid #629bbd; /* Light blue left edge */
    padding: 20px;
    margin-bottom: 20px;
}


/* ============================== */
/* HEADER & FOOTER STYLES */
/* ============================== */

/* Sticky Header */
.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Top Bar (Logo + Contact Info) */
.top-bar {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    position: relative;
    z-index: 1020;
}

.header-logo {
    width: 180px !important;
    height: 80px !important;
    object-fit: contain;
}

/* Header Contact Info (Right-aligned) */
.header-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-link {
    font-size: 1.5rem;
    font-weight: 300;
    color: #ffffff;
}

    .header-link.light-gray {
        color: #adb5bd;
    }

    .header-link.light-blue {
        color: #629bbd;
    }

/* Thin Blue Line */
.thin-blue-line {
    height: 6px;
    background-color: #629bbd;
}

/* Navbar */


.navbar-dark.bg-dark-blue {
    background-color: #061c3d !important;
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Navigation Links */
.navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 25px;
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    overflow-y: visible;
    overflow: visible !important;
}

.navbar .nav-link {
    color: white !important;
    font-weight: 400;
    font-size: 1.1rem;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s ease-in-out;
}

    .navbar .nav-link:hover {
        color: #061c3d !important; /* Dark blue on hover */
    }

    /* Dropdown Icon Placeholder */
    .navbar .nav-link img {
        height: 12px;
        width: 12px;
    }

/* Override for top-level nav links only */
.navbar .nav-link-top {
    color: white !important;
}

    .navbar .nav-link-top:hover,
    .navbar .nav-link-top:focus,
    .navbar .nav-link-top:active {
        color: #629bbd !important; /* Light blue on hover */
    }

/* Top-level nav links: force light blue on hover */
.navbar .nav-link.nav-link-top:hover,
.navbar .nav-link.nav-link-top:focus,
.navbar .nav-link.nav-link-top:active {
    color: #629bbd !important;
}

/* Dropdown Menu Base */
.navbar-dark .dropdown-menu {
    background-color: #629bbd;
    border: none;
    margin-top: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    min-width: 180px;
}



/* Ensure dropdown menus break out of the nav bar's flow */
.navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%; /* directly below the triggering element */
    left: 0;
    z-index: 1055; /* above header and nav */
    background-color: #629bbd;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    min-width: 180px;
}


/* Show on Hover */
.navbar-nav .nav-item.dropdown:hover > .dropdown-menu,
.navbar-nav .nav-item.dropdown.show > .dropdown-menu {
    display: block;
}

nav.navbar {
    position: relative;
    z-index: 1000; /* Ensure it's above page content */
    overflow: visible !important;
}

/* Dropdown Item Styling */
.navbar-dark .dropdown-menu .dropdown-item {
    color: white !important;
    font-weight: normal !important;
    text-decoration: none !important;
    white-space: nowrap;
    padding: 10px 20px;
    transition: color 0.3s ease-in-out;
    background: none;
}

    .navbar-dark .dropdown-menu .dropdown-item:hover {
        color: #061c3d !important; /* Dark blue on hover */
        background-color: #629bbd;
    }

/* Submenu (Nested Dropdowns) */
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-left: 0.1rem;
        margin-top: -0.1rem;
        display: none;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

/* Apply general styles */
.navbar .nav-item .nav-link.nav-link-top {
    font-weight: 400;
    font-size: 1.1rem;
    color: white !important;
    transition: color 0.3s ease-in-out;
}

    /* Specific hover effect for top-level nav links */
    .navbar .nav-item .nav-link.nav-link-top:hover,
    .navbar .nav-item .nav-link.nav-link-top:focus,
    .navbar .nav-item .nav-link.nav-link-top:active {
        color: #629bbd !important; /* Light blue */
    }


/* Arrow icon – universal across all nav links */
.arrow-icon {
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1); /* Makes black PNG look white */
    margin-left: 6px;
    vertical-align: middle;
}

/* Optional: slight hover effect for interactivity */
.arrow-icon-hover:hover .arrow-icon {
    filter: brightness(0.85) invert(1);
}

/* Target only the desktop 'Industries' dropdown toggle */
.navbar .nav-item .dropdown-submenu > .industries-submenu {
    padding-left: 20px !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

    /* Hover state override */
    .navbar .nav-item .dropdown-submenu > .industries-submenu:hover {
        background-color: #629bbd !important;
        color: #061c3d !important;
    }


/* ============================== */
/* COOKIES STYLES */
/* ============================== */
.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #061c3d;
    color: #ffffff;
    padding: 1rem;
    display: flex;
    flex-direction: column; /* Stack text and button vertically */
    align-items: center; /* Center both items */
    text-align: center; /* Center text inside the element */
    z-index: 1000;
    font-size: 0.9rem;
    gap: 0.75rem; /* Space between text and button */
}

    .cookie-banner a {
        color: #aad4f5;
        text-decoration: underline;
    }



/* ============================== */
/* FOOTER STYLES */
/* ============================== */

.footer {
    color: white;
    font-weight: normal !important;
}

.footer-top {
    background-color: #061c3d;
    padding: 70px 0 !important;
}

    .footer-top p {
        padding-left: 70px;
        font-size: 0.8rem;
        line-height: 1.2;
        padding-right: 80px;
    }

    .footer-top .social-icons {
        padding-right: 80px;
    }

.footer-dark {
    background-color: #2e3652 !important;
    padding: 30px 0 !important;
}

.footer-blue {
    background-color: #061c3d !important;
    padding: 35px 0 !important;
}

.footer-company-name {
    color: white !important;
    font-weight: bold;
}

.footer-column {
    list-style: none;
    padding-left: 0;
}

    .footer-column li {
        margin-bottom: 5px;
    }

.footer-heading {
    font-size: 1rem;
    font-weight: normal !important;
    margin-bottom: 10px;
    color: white !important;
    text-decoration: none !important;
}
    .footer-heading:hover {
    color: #8c8b8b !important;
}


.footer-link {
    font-size: 0.7rem;
    padding-left: 10px;
    color: white !important;
    text-decoration: none !important;
}

    .footer-link:hover {
        color: #8c8b8b !important;
    }

/* Social Media Buttons */
.social-icons {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    cursor: pointer;
    transition: filter 0.3s ease-in-out;
}

.social-icon {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: invert(100%);
    transition: filter 0.3s ease-in-out;
}

.social-btn:hover .social-icon {
    filter: invert(58%) sepia(28%) saturate(451%) hue-rotate(160deg) brightness(90%) contrast(92%);
}

/* Ensure nav stays one line and buttons shrink on small screens */
.navbar-nav.nav-left {
    overflow-x: auto;
    white-space: nowrap;
    flex-wrap: nowrap !important;
    gap: 0 !important;
}

.navbar-nav .nav-item {
    padding: 0 5px; /* Reduce horizontal padding to fit more */
}

.navbar .nav-link {
    padding: 6px 8px !important;
    font-size: 1rem;
    white-space: nowrap;
}





/* ============================== */
/* Tri Colour Unique Code */
/* ============================== */


.tri-colour-section {
    display: flex;
    flex-wrap: wrap;
}

.tri-box {
    padding: 20px; /* Adds breathing room inside each box */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center; /* Center everything horizontally */
    text-align: center;
}

    .tri-box a.btn {
        margin-top: auto;
        align-self: center; /* Ensure button stays centered */
    }




/* ============================== */
/* Partner Page Unique code */
/* ============================== */

.partner-cards-wrapper {
    display: flex;
    flex-direction: column;
    gap: 50px;
    width: 100%;
    margin-top: 50px;
}

.partner-card {
    background: white;
    border: 2px solid #06203D;
    border-radius: 10px;
    padding: 30px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

.card-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
}

    .card-inner.left-align {
        flex-direction: row;
    }

    .card-inner.right-align {
        flex-direction: row-reverse;
    }

.partner-logo {
    width: 50%;
    max-width: 300px;
    height: auto;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .partner-logo img {
        max-width: 100%;
        height: auto;
    }

.partner-text {
    flex: 0 0 50%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Centers button horizontally */
}

    .partner-text p {
        width: 100%;
        text-align: left;
    }

/* ============================== */
/* Astral Page Custom Styles */
/* ============================== */

/* Main title styling */
.astral-title {
    font-size: 3rem;
    font-weight: bold;
    padding: 20px;
}

    .astral-title .astral-dark {
        color: #7030a0;
    }

    .astral-title .astral-light {
        color: #c198e0;
    }

/* Two-column layout */
.astral-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 50px;
    margin-top: 40px;
    width: 100%;
}

.astral-left,
.astral-right {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
}

/* Embedded video */
.astral-video {
    width: 100%;
    height: 300px;
    border: none;
}



/* Astral navigation bar */
.astral-nav {
    background-color: white;
    margin-top: 80px;
    position: relative;
    z-index: 1;
    border-bottom: none; /* ✅ Ensure no bottom border from container */
}

    .astral-nav ul {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        padding: 0;
        border-bottom: 2px solid transparent; /* ✅ Prevent any phantom line under tabs */
    }

    .astral-nav li {
        flex: 1 1 auto;
        text-align: center;
        cursor: pointer;
        font-weight: bold;
        color: #629bbd;
        margin: 0;
        padding: 10px 0;
        box-sizing: border-box;
        background-color: white;
        transition: all 0.3s ease-in-out;
        border: none; /* ✅ Remove all borders first */
        border-bottom: 2px solid #ccc; /* Bottom border for inactive tabs only */
    }

        .astral-nav li.active {
            border: 2px solid #ccc;
            border-bottom: none; /* ✅ Removes blue line below active tab */
            background-color: white;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            z-index: 2;
        }

        /* Subtext inside tabs (e.g. "(powered by Stripe)") */
        .astral-nav li .tab-sub {
            font-weight: normal;
            font-size: 0.95rem;
            color: #629bbd;
            line-height: 1.2;
        }

/* Astral Card section */
.astral-card {
    border: 2px solid #061c3d;
    border-radius: 10px;
    padding: 40px;
    background: #ffffff;
    margin-top: 0; /* ✅ Make sure card touches active tab cleanly */
}

    .astral-card ul {
        padding-left: 20px;
    }

    .astral-card li {
        margin-bottom: 10px;
    }



/* ============================== */
/* CONTACT US STYLES */
/* ============================== */

.custom-dropdown {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center; /* Centers the dropdown toggle horizontally */
}

/* Center the toggle button inside the parent */
.flag-dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 0.5rem;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .flag-dropdown-toggle img {
        margin-right: 0.5rem;
    }

/* Centered dropdown below the toggle */
.flag-dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); /* Centers the dropdown */
    width: auto;
    min-width: 120px;
    max-height: 200px;
    overflow-y: auto;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999 !important;
    pointer-events: auto !important;
    list-style: none;
    padding: 0.25rem 0;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

    .flag-dropdown-menu.show {
        display: block;
    }

    .flag-dropdown-menu li {
        padding: 0.5rem 1rem;
        cursor: pointer;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }

        .flag-dropdown-menu li img {
            margin-right: 0.5rem;
        }

        .flag-dropdown-menu li:hover {
            background-color: #f2f2f2;
        }


/* ============================== */
/* Mobile Styles */
/* ============================== */

@media (max-width: 750px) {
    .page-wrapper,
    .section-inner,
    .section-bg-light,
    .section-bg-dark,
    .section-bg-blue,
    .support-page-content {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .top-bar {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 750px) {
    .header-links {
        display: none;
    }
}

@media (max-width: 750px) {
    .footer-top-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-top .social-icons {
        padding-right: 0;
        margin-top: 20px;
    }
}

@media (max-width: 750px) {
    .footer-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        margin-bottom: 20px;
    }
}


@media (max-width: 750px) {
    .footer-bottom {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

        .footer-bottom a {
            display: block;
            margin-bottom: 10px;
        }
}


/* Responsive layout */
@media screen and (max-width: 768px) {
    .astral-columns {
        flex-direction: column;
    }

    .astral-left,
    .astral-right {
        max-width: 100%;
        flex: 1 1 100%;
    }
}

@media (max-width: 750px) {
    .hover-words {
        display: none;
    }
}

@media (max-width: 750px) {
    /* Hide left and right cards */
    .left-card,
    .right-card {
        display: none !important;
    }

    /* CAROUSEL MOBILE FIXES */

    /* Force center card to look correct on mobile */
    .center-card {
        width: 100% !important;
        max-width: 280px;
        height: auto;
        transform: scale(1); /* Remove scale effect on mobile */
        margin: 0 auto;
    }

    /* Adjust carousel container */
    .review-carousel-container {
        justify-content: space-between;
        gap: 10px;
        padding: 0 15px;
    }

    /* Smaller font sizes for mobile readability */
    .review-text {
        font-size: 0.85rem;
        padding: 5px;
    }

    .reviewer-name {
        font-size: 0.75rem;
        padding: 5px;
    }

    /* Keep arrows visible and neat */
    .carousel-control img {
        width: 30px;
    }
}

@media (max-width: 750px) {
    .web-page,
    .page-wrapper,
    .hero-wrapper {
        flex-direction: column !important; /* Stack vertically */
        align-items: center !important; /* Center items */
    }

    .left-column,
    .right-column {
        max-width: 100% !important;
        flex: 1 1 100% !important;
        padding: 0 !important;
    }

    /* Optional: give spacing between stacked sections */
    .right-column {
        margin-top: 30px;
    }
}

@media (max-width: 750px) {
    .support-box {
        width: 100% !important; /* Fill the screen width */
        margin-left: 0 !important; /* Remove left offset */
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box; /* Prevent content overflow from padding */
    }
}

@media (max-width: 750px) {
    .telcom-box {
        width: 100% !important; /* Fill the screen width */
        margin-left: 0 !important; /* Remove left offset */
        padding-left: 20px !important;
        padding-right: 20px !important;
        box-sizing: border-box; /* Prevent content overflow from padding */
    }
}
@media (max-width: 750px) {
    .card-inner {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .partner-text {
        width: 100% !important;
        align-items: flex-start !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

        .partner-text p {
            padding: 0 !important;
            margin: 0 !important;
        }

    .partner-logo {
        width: 100% !important;
        justify-content: center;
        margin-bottom: 20px;
    }
}

@media (max-width: 750px) {
    .card-inner {
        flex-direction: column !important;
        justify-content: flex-start !important;
        align-items: center !important; /* Center everything horizontally */
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .partner-logo {
        width: 100% !important;
        justify-content: center;
        margin-bottom: 20px;
    }

    .partner-text {
        width: 100% !important;
        align-items: center !important; /* This centers the contents inside the flex column */
        text-align: center !important;
        padding: 0 !important;
        box-sizing: border-box;
    }

        .partner-text p {
            text-align: center !important;
            padding: 0 !important;
            margin: 0 !important;
        }
}

.d-none {
    display: none !important;
}



/* CONTACT US MOBILE STYLES */
@media (max-width: 500px) {
    .flag-dropdown-toggle {
        font-size: 0.75rem;
        padding: 0.4rem 0.6rem;
    }
}




/* NAVBAR MOBILE CSS */

@media (max-width: 750px) {
    nav.navbar {
        display: none !important;
    }
}

@media (max-width: 750px) {
    .top-bar {
        height: 150px !important;
    }
}

/* Hide button on desktop, show on mobile */
.mobile-menu-button {
    display: none; /* Default: hidden */
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

    .mobile-menu-button img {
        width: 64px;
        height: 64px;
    }

@media (max-width: 750px) {
    .mobile-menu-button {
        display: block;
    }
}


/* Base styling - hidden by default */
.mobile-submenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 75vw;
    background-color: #061c3d;
    padding: 20px 20px 40px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1050;
    transition: all 0.3s ease;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.mobile-nav-button {
    background: none;
    border: none;
    color: white;
    font-size: 1.2rem;
    text-align: left;
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    cursor: pointer;
    text-decoration: none !important;
}

    .mobile-nav-button:hover {
        color: #629bbd;
    }

.arrow-icon {
    width: 12px;
    height: 12px;
    filter: brightness(0) invert(1);
}

/* Mobile-only visibility */
@media (max-width: 750px) {
    .mobile-submenu {
        max-height: calc(100vh - 150px); /* leaves space for top bar */
        overflow-y: auto;
        -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
    }
}

/* Bootstrap-style down arrow for mobile dropdowns */
.mobile-dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-left: 0.3em solid transparent;
}

/* Match spacing used in desktop nav */
.mobile-dropdown-toggle {
    position: relative;
    padding-right: 1.5em; /* adjust if needed */
}

.mobile-submenu-list {
    list-style: none;
    margin: 10px 0 10px 15px;
    padding: 0;
}

    .mobile-submenu-list li {
        margin: 5px 0;
    }

    .mobile-submenu-list .mobile-nav-button {
        font-size: 1rem;
        padding-left: 20px;
    }

        .mobile-submenu-list .mobile-nav-button:hover {
            color: #629bbd;
        }

@media (max-width: 750px) {
    .mobile-nav-list li,
    .mobile-submenu-list li {
        margin: 4px 0;
    }

    .mobile-nav-button {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .mobile-submenu-list .mobile-nav-button {
        padding-left: 16px; /* keep indent, reduce padding */
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

@media (max-width: 750px) {
    .footer img.img-fluid {
        max-width: 50%;
        height: auto;
    }
}

@media (max-width: 750px) {
    .hero-buttons {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px; /* adds spacing between buttons */
    }

        .hero-buttons .button-wrapper {
            width: 100%;
        }

        .hero-buttons .btn {
            width: 100%;
            text-align: center;
        }
}


.result-flex {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    margin-top: 2rem;
    flex-wrap: wrap;
}

.summary-image {
    max-width: 300px;
    height: auto;
    flex-shrink: 0;
}

.summary-text {
    flex: 1;
    color: #8f8f8f;
}


/* LIVE CHAT BUTTON */
#MyLiveChatContainer iframe {
    width: 100%;
    height: 600px;
    border: none;
}
