﻿
/*@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');*/


/*@font-face {
    font-family: 'Roboto';
    src: url('/fonts/Roboto-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}
*/

/** {
    font-family: "Roboto";
    padding: 0px;
    color: #ffffff;*/
/* background-color: black;*/
/*}*/

body, button, input, select, textarea {
    font-family: "Roboto";
    background-color: black;
    color: white;
    font-size: 1rem;
}


h1, h2, h3, h4, h5, h6 {
    text-shadow: none;
}

a {
    color: white;
    text-decoration: underline;
    background-color: transparent;
}

nav.navbar {
    position: sticky;
    top: 5vw; /* height of #containerboard */
    z-index: 1030; /* above content but below modals */
}


label {
    display: inline-block;
    margin: 0px;
}

.watermarked {
    /*            height: 18px;
            width: 150px;
            padding: 2px 0 0 2px;
            border: 1px solid #BEBEBE;*/
    padding: 0;
    border: 0px solid;
    /*    background-color: #F0F8FF;*/
    color: #4f4a22;
}



/* Header/logo Title */
/*.header {
    height: 5vw;
    padding: 0px;
    text-align: center;
    background-color: #4f4f4f;
    color: lightgoldenrodyellow;
}*/

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5vw;
    padding: 0;
    background-color: #4f4f4f;
    color: lightgoldenrodyellow;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    /*   perspective: 1500px;*/
}

.article-content {
    color: var(--bs-dark);
    background-color: var(--bs-light);
}
/* Column container */
.row {
    display: flex;
    /* flex-shrink: 3;
            height: 100%; */
    flex-wrap: nowrap;
    margin: 0;
}
.media-grid {
    flex-wrap: wrap !important;
}

.rowacr {
    display: flex;
    /* flex-shrink: 3;
            height: 100%; */
    flex-wrap: nowrap;
    margin: 0;
    text-align: center;
}




/* Footer */
.footer {
    padding: 0px;
    text-align: center;
    /*            background-color: rgb(0, 0, 0);*/
    /* background: rgb(49, 49, 49); */
    /* background-color: rgb(129, 129, 129); */
}




.center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border: 3px;
    /*            border-color: rgb(201, 76, 76)*/
}




/*#containerboard {
    position: absolute;
    top: 0;
    font: 116px "Roboto Condensed";*/
/*           color: #ecdb41;*/
/*color: #fff;
    align-items: center;
    font-size: 4.4vw;*/
/* text-align: center;
            top: 0;
            left: 0;
     
            left: 0;
            right: 0; */
/* padding: 5px; */
/*}*/

#containerboard,
#staticBoardText {
    font: 116px "Roboto Condensed";
    color: #fff;
    font-size: 4.4vw;
}

#belowcontainerboard {
    margin-top: 5vw; /* Match the height of the fixed header */
}

#mainrow {
    /*  margin-top: calc(5vw + 56px);*/ /* Adjust for header + navbar height */
}

#mainrow {
    display: flex;
    flex-wrap: nowrap;
    /*padding-top: calc(5vw + 56px);*/ /* match header + navbar */
    min-height: 100vh;
    margin: 0;
}

#myMain {
    flex-grow: 1;
    padding: 2rem;
    background-color: #111;
    color: #fff;
    overflow-x: auto;
}



.sticky-navbar-below-header {
    position: fixed;
    top: 5vw; /* Match the header height */
    left: 0;
    right: 0;
    z-index: 1030; /* Ensure it's above other content but below modals */
}



/*=====================Departure Board ================================*/

myspan {
    position: relative;
    background-color: #444;
}


.flap {
    width: 4vw;
    right: auto;
    position: absolute;
    top: 0;
}

.half {
    height: 2.5vw;
    overflow: hidden;
    background: #444;
    transform-style: preserve-3d;
    animation-timing-function: ease-in;
    animation-duration: 0.28s;
    animation-iteration-count: infinite;
    width: 100%;
    position: absolute;
}

.fast .half {
    animation-duration: 0.14s;
}

.divider {
    top: 2.4vw;
    height: 2px;
    background-color: red;
    color: green;
    /* background: rgb(168, 21, 21); */
}

.prev {
    top: 2vw;
}

.back,
.front {
    backface-visibility: hidden;
}

.front {
    transform-origin: center bottom;
}

.back {
    top: 2.2vw;
    transform-origin: center top;
}

.front myspan,
.next myspan {
    top: -0.5vw;
}

.back myspan,
.prev myspan {
    top: -2.7vw;
}

.animated .front {
    animation-name: flipFront;
}

.animated .back {
    animation-name: flipBack;
}

@keyframes flipFront {
    0% {
        transform: rotateX(0deg);
        background-color: #444;
    }

    100% {
        transform: rotateX(180deg);
        background-color: #1c1c1c;
    }
}

@keyframes flipBack {
    0% {
        transform: rotateX(180deg);
        background-color: #222;
    }

    100% {
        transform: rotateX(0deg);
        background-color: #444;
    }
}

/*=====================Departure Board ================================*/



/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    margin-left: 0; /* bug fuxed*/
    min-width: 250px;
    max-width: 250px;
    /*            background: black;*/
    color: #fff;
    transition: all 2s cubic-bezier(0.945, 0.02, 0.27, 0.665);
    transform-origin: bottom left;
    /*         background-color: #646464;*/
    /*      background-color: black;*/
    text-align: center;
    position: sticky; /* or 'fixed' */
    top: 0;
    height: 100vh;
    overflow-y: auto;
}

    #sidebar.ver {
        margin-left: -250px;
        transform: rotateY(100deg);
        transform-origin: top left;
    }

    #sidebar .sidebar-header {
        padding: 18px;
        background: #808080;
        background-color: #444;
    }

    #sidebar ul.components {
        padding: 20px 0;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386d5;
            background: #fff;
        }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before,
a[aria-expanded="true"]::before {
    content: "\e259";
    display: block;
    position: absolute;
    right: 20px;
    font-family: "Glyphicons Halflings";
    font-size: 0.6em;
}

a[aria-expanded="true"]::before {
    content: "\e260";
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}



a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}


#sidebarCollapseButton {
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    /* background: #ecdb41;*/
}

    #sidebarCollapseButton span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 1s cubic-bezier(0.81, -0.33, 0.345, 1.375);
        transition-delay: 0.2s;
    }

        #sidebarCollapseButton span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapseButton span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapseButton span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }

    #sidebarCollapseButton.ham span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }


@media (max-width: 768px) {

    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }

        #sidebar.ver {
            margin-left: 0;
            transform: none;
        }

    #sidebarCollapseButton span:first-of-type,
    #sidebarCollapseButton span:nth-of-type(2),
    #sidebarCollapseButton span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapseButton.ham span {
        margin: 0 auto;
    }

  #sidebarCollapseButton.ham span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

  #sidebarCollapseButton.ham span:nth-of-type(2) {
            opacity: 0;
        }

  #sidebarCollapseButton.ham span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }

}
 


 


 

.CompletionListCssClass {
    font-family: "Roboto Condensed";
    list-style-type: none;
    color: black; /* Changed from white to black */
    font-size: small;
    background-color: white; /* Changed from black to white */
    margin: 0;
    padding: 0;
    list-style-type: none; /* optional, removes bullets */
}

.CompletionListHighlightedItemCssClass {
    font-family: "Roboto Condensed";
    color: white; /* Changed from black to white */
    background-color: black; /* Changed from white to black */
}

.CompletionListItemCssClass {
    font-family: "Roboto Condensed";
    color: black; /* Changed from lightgray to darkgray */
    background-color: white; /* Changed from black to white */
}

.navrow {
    /*    flex: 85%;*/
    /*       background-color: red;*/
    /* padding: 20px; */
    /*      overflow: hidden;*/
    height: 100%;
    width: 100%;
}

.mapboxold {
    background-color: grey;
    padding: 0px;
    border: 5px dashed grey;
    box-shadow: 0 0 0 2.5px #4d4d4d, inset 0 0 0 2.5px #4d4d4d, 0 5px 10px 15px rgba(0, 0, 0, 0.5), inset 0 0 0 6px #fff, inset 0 0 100vw 100vw rgb(100, 100, 100);
}

.mapboxold2 {
    background-color: grey;
    padding: 0px;
    border: 5px dashed grey;
    box-shadow: 0 0 0 2.5px #4d4d4d, inset 0 0 0 2.5px #4d4d4d, 0 5px 10px 15px rgba(0, 0, 0, 0.5), inset 0 0 0 6px #fff, inset 0 0 100vw 100vw rgba(100, 100, 100, 0.4); /* <--- now semi-transparent */
}

.mapboxold3 {
    background-color: #333; /* Dark grey for contrast */
    padding: 0px;
    border: 5px dashed white; /* Visible contrast */
    box-shadow: inset 0 0 0 2.5px #4d4d4d, 0 5px 10px 15px rgba(0, 0, 0, 0.5), inset 0 0 0 6px #fff, inset 0 0 100vw 100vw rgba(100, 100, 100, 0.4);
}

.mapboxold4 {
    background-color: #1b1b1b; /* deep, map-like background */
    padding: 0px;
    border: 6px double #e0c97f; /* double line border for classic atlas style */
    box-shadow: 0 0 0 3px #4a3f28, /* dark trim around border */
    inset 0 0 0 3px #c0a860, /* inner goldish trim */
    0 10px 25px rgba(0, 0, 0, 0.6), /* soft outer shadow */
    inset 0 0 60px rgba(255, 255, 255, 0.05); /* soft light glow for aged effect */
    border-radius: 8px;
}







.mainpanel {
    /*    flex: 85%;*/
    background-color: #222;
    /* padding: 20px; */
    /*  overflow: hidden;*/
    height: 100%;
    width: 100%;
    padding: 0px;
    /*     --bs-gutter-x: 0px;*/
}



#mapContainer {
/*    position: sticky;
    top: 0;*/
    padding: 0px;
    /*  overflow: visible;*/
     position: relative; 
    /*    padding: 3px;*/
}


.map-inner {
    padding: 0px; /* 3px;*/ /* adds space before the border */
    position: relative;
    width: 100%;
    height: 100%;
    box-sizing: border-box; /* ensures padding doesn't exceed 100% width */
    /*    display: flex;*/
    justify-content: center;
    align-items: center;
}

/* On screens smaller than or equal to 600px, remove padding */
@media (max-width: 600px) {
    .map-inner {
        padding: 0;
    }
}

.mapbox {
    background-color: #1b1b1b;
    border: 6px double #e0c97f;
    /*  box-shadow: 0 0 0 3px #4a3f28, inset 0 0 0 3px #c0a860, 0 10px 25px rgba(0, 0, 0, 0.6), inset 0 0 60px rgba(255, 255, 255, 0.05);*/
    border-radius: 12px;
    position: relative;
    overflow: hidden;
}



#mycanvas {
     
    padding: 0px;
    overflow: clip;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 3;
    pointer-events: none !important; /*pass click through*/
}

#mysvg {
    overflow: clip; /* avoids drawing on side bar */
    padding: 0px;
    /*    align-self: flex-start;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background-color: rgb(100, 100, 100);*/


    background-color: transparent;
    /* left: 0; */
    /* background-color: rgb(199, 138, 138); */
    /* position: relative; */
    /* top: 0; */
    /* overflow: visible; */
    /* display: inline !important; */
    z-index: 0;
    /* z-index: -1;  */
    /* z-index: 1; */
}

#myiframe {
    overflow: clip; /* avoids drawing on side bar */
    padding: 0px;
    /*    align-self: flex-start;*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background-color: rgb(100, 100, 100);*/
    background-color: transparent;
    /* left: 0; */
    /* background-color: rgb(199, 138, 138); */
    /* position: relative; */
    /* top: 0; */
    /* overflow: visible; */
    /* display: inline !important; */
    z-index: 0;
    /* z-index: -1;  */
    /* z-index: 1; */
}


#static_map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain; /* Scale to fit container */
    display: block;
}



.arcPathIn {
    fill: none;
    opacity: 1;
    stroke-width: 2;
    stroke-dasharray: 10, 4;
    animation: flow 1s linear infinite;
    -webkit-animation: flow 1s linear infinite;
}

.arcPathOut {
    fill: none;
    opacity: 1;
    stroke-width: 2;
    stroke-dasharray: 10, 4;
    animation: flow 1s linear infinite;
    -webkit-animation: flow 1s linear infinite;
}

@keyframes flow {
    from {
        stroke-dashoffset: 14;
    }

    to {
        stroke-dashoffset: 0;
    }
}

@-webkit-keyframes flow {
    from {
        stroke-dashoffset: 14;
    }

    to {
        stroke-dashoffset: 0;
    }
}


.flyingArcPathInOut {
    stroke: grey;
    stroke-width: 3;
    fill: none;
    stroke-linejoin: round;
    box-shadow: none;
    border: none;
    outline: none;
}

.flyingArcPathOut {
    stroke: red;
    stroke-width: 3;
    fill: none;
    stroke-linejoin: round;
    box-shadow: none;
    border: none;
    outline: none;
}

.flyingArcPathIn {
    stroke: blue;
    stroke-width: 3;
    fill: none;
    stroke-linejoin: round;
    box-shadow: none;
    border: none;
    outline: none;
}

    .flyingArcPathInOut:hover, .flyingArcPathOut:hover, .flyingArcPathIn:hover {
        opacity: 1;
        stroke-width: 4;
    }

.arcPathInOut, .arcPathOut, .arcPathIn {
    box-shadow: none;
    border: none;
    outline: none;
}


.land {
    fill: #222;
}

globe {
    stroke: rgba(255, 255, 255, .5);
    stroke-width: .25px;
}

.globe {
    /* water color */
    fill: rgb(148, 165, 219);
    /*     fill: rgb(144, 175, 183);  */
    /* fill: rgb( 207, 232, 238);     nice */
    /*    fill: rgb(134, 155, 176)  no */
    /* fill: rgb( 221, 221, 255);   */
    /* fill: rgb(253, 0, 0);  */
    /* fill: "ddddff" */
    /* stroke-width: 20px; */
}

.graticule {
    fill: none;
    /*  stroke: #777;*/
    stroke: #0d0d0d;
    stroke-width: .5px;
    stroke-opacity: .5;
}

    .graticule.outline {
        stroke-width: 2px;
    }



#airportup:hover {
    fill: yellow;
}

.iconsvg {
    /* width: 30;
                  height: 30; */
    fill: darkgrey;
}

.airporttext {
    font-size: small;
    font-family: 'Roboto Condensed';
    fill: black;
}


/* Style the dropdown to stand out */
.contrast-dropdown {
    background-color: #f8f9fa; /* Light background to contrast with dark theme */
    color: #212529; /* Dark text for contrast */
    border: 1px solid #ced4da; /* Bootstrap default border */
}

    /* Hover and focus states for contrast */
    .contrast-dropdown:focus,
    .contrast-dropdown:hover {
        background-color: #ffffff; /* White background for hover/focus */
        border-color: #999; /* Lighter border when hovered/focused */
        color: #000; /* Dark text on hover/focus for readability */
    }

    /* Customize the options inside the dropdown */
    .contrast-dropdown option {
        background-color: #ffffff;
        color: #000; /* Dark text for option readability */
    }

    /* Optional: Adding focus outline and making it visually sharper */
    .contrast-dropdown:focus {
        outline: none; /* Removes default focus outline */
        box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.6); /* Adds custom focus outline */
    }


/* Add shadow effect to make dropdown pop */
.contrast-dropdown {
    /* font-weight: 600;*/
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); /* Adds soft shadow */
}

/* Bold effect when hovering over options */
/*.contrast-dropdown option:hover {
        font-weight: 700;*/ /* Bold text on hover */
/*}*/

/* Generic class for high-contrast select dropdown */
.select-contrasted {
    background-color: #f8f9fa; /* Light background to contrast with dark theme */
    color: #212529; /* Dark text */
    border: 1px solid #ced4da; /* Bootstrap default border */
}

    /* Hover and focus states for the select dropdown */
    .select-contrasted:focus,
    .select-contrasted:hover {
        background-color: #ffffff; /* White background for hover/focus */
        border-color: #999; /* Lighter border on hover/focus */
        color: #000; /* Dark text on hover/focus for readability */
    }

    /* Customize options inside the dropdown */
    .select-contrasted option {
        background-color: #ffffff;
        color: #000; /* Dark text for option readability */
    }

    /* Optional: Adding focus outline and making it visually sharper */
    .select-contrasted:focus {
        outline: none; /* Removes default focus outline */
        box-shadow: 0 0 0 2px rgba(66, 153, 225, 0.6); /* Adds custom focus outline */
    }





/* Atmospheric Glow (Outer Circle) */
.atmosphere-glow {
    fill: url(#atmosphereGlow); /* Use gradient defined in SVG */
    filter: blur(15px); /* Soft glow effect */
    opacity: 0.3; /* Semi-transparent glow */
    pointer-events: none; /* Avoid interactions with the glow */
}

/* Radial Gradient for Atmosphere Glow */
#atmosphereGlow {
    stop-color: lightblue;
    stop-opacity: 0.5;
    transition: stop-opacity 1s ease-in-out;
}

    #atmosphereGlow stop:last-child {
        stop-opacity: 0;
    }


.atmosphere-glow {
    animation: pulseGlow 3s infinite ease-in-out;
}





/* Main dropdown container */
.ui-autocomplete {
    background-color: #fff; /* White background */
    color: #222; /* Very dark text */
    border: 1px solid #ccc; /* Light gray border */
    max-height: 400px;
    overflow-y: auto;
    font-size: 14px;
    z-index: 10000 !important; /* Make sure it appears on top */
    box-shadow: 0 2px 6px rgba(0,0,0,0.15); /* subtle shadow */
}

/* Individual item wrapper */
.ui-menu-item-wrapper {
    padding: 8px 12px;
    background-color: #fff; /* White background */
    color: #222; /* Dark text */
    cursor: pointer;
}

    /* Hover/focus effect */
    .ui-menu-item-wrapper.ui-state-active {
        background-color: #007bff; /* Bootstrap primary blue */
        color: #fff; /* White text on selection */
        font-weight: 600;
    }

/* Optional: for sharp focus */
.ui-autocomplete:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0,123,255,0.5);
}






.input-with-spinner {
    position: relative;
    width: 100%;
}

.search-box {
    width: 100%;
    padding-right: 35px; /* Room for spinner */
    box-sizing: border-box;
}

.spinnerold {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 0, 0, 0.2); /* Light gray outer border */
    border-top-color: #000000; /* Solid black for strong contrast */
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
    transform: translateY(-50%);
    background-color: transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); /* Soft black glow */
}

@keyframes spinold {
    to {
        transform: rotate(360deg);
    }
}

.aircraft-spinner {
    width: 100px;
    height: 100px;
    animation: aircraft-spin 1.4s linear infinite;
    transform-origin: center;
    display: inline-block;
    fill: #FFA500; /* aircraft color */
}

@keyframes aircraft-spin {
    to {
        transform: rotate(360deg);
    }
}


.spinner {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 20px;
    height: 20px;
    /*    width: 64px;
    height: 64px;*/
    border: 6px solid rgba(0, 153, 255, 0.2); /* outer light blue */
    border-top: 6px solid #0099FF; /* solid blue "Earth" edge */
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}










.bg-light.text-dark a {
    color: #212529; /* Bootstrap's text-dark color */
}

    .bg-light.text-dark a:hover {
        color: #0a58ca; /* Optional: Bootstrap's default link hover color */
        text-decoration: underline;
    }


/*.custom-article-container {*/
    /* max-width: 960px;*/
    /*margin-left: auto;
    margin-right: auto;
    background-color: #f8f9fa;*/ /* Equivalent to Bootstrap's bg-light */
    /*color: #212529;*/ /* Equivalent to Bootstrap's text-dark */
    /*border: 10px solid #c0c0c0;*/ /* silver border instead of #999 */
    /*border-radius: 2rem;*/ /* Equivalent to Bootstrap's rounded-4 */
    /*padding: 1.5rem;*/ /* Equivalent to Bootstrap's p-4 */
    /*line-height: 1.75;*/ /* Approx Bootstrap's lh-base */
    /*font-size: 1.25rem;*/ /* Approx Bootstrap's fs-5 */
    /*font-weight: 400;*/ /* Equivalent to Bootstrap's fw-normal */
    /*box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    margin-top: 3rem !important;*/ /* my-5 = 3rem top & bottom */
    /*margin-bottom: 3rem !important;
}*/
.custom-article-container {
    /* max-width: 960px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #f8f9fa; /* Bootstrap's bg-light */
    color: #212529; /* Bootstrap's text-dark */
    border: 8px double #c0c0c0; /* double silver-ish border */
    border-radius: 2rem; /* rounded corners */
    padding: 1.5rem; /* padding */
    line-height: 1.75;
    font-size: 1.25rem;
    font-weight: 400;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
    text-align:left;
  
}


    .custom-article-container a {
        color: #212529; /* Bootstrap's text-dark */
        text-decoration: underline;
    }

        .custom-article-container a:hover {
            color: #0a58ca; /* Bootstrap's default link hover */
            text-decoration: none;
        }

.custom-modal-content {
    background-color: #f8f9fa !important; /* Bootstrap's light gray */
    color: #212529; /* Bootstrap's text-dark color */
}







/* disable content input*/

.input-group input.form-control:disabled {
    background-color: #2c2c2c !important;
    color: #aaa !important;
    border-color: #444 !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
}



/* General Reset */
.shepherd-element, .shepherd-element *, .shepherd-element ::before, .shepherd-element ::after {
    box-sizing: border-box;
}

/* Container for the Shepherd element */
.shepherd-element {
    background-color: #1e1e1e !important; /* Dark theme background */
    color: #f1f1f1 !important; /* Light text */
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.6);
    max-width: 400px;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    padding: 0;
    margin: 0;
}

/* Header wrapper with accent color */
.shepherd-has-title .shepherd-content .shepherd-header {
    background-color: #f89406; /* Accent background */
    padding: 0;
    margin: 0;
}

/* Title block with darker overlay */
.shepherd-title {
    background-color: #f89406; /* Dark overlay inside header */
    color: #f1f1f1;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 16px;
    margin: 0;
    border-bottom: 1px solid #d77b04;
}

/* Content */
.shepherd-text {
    padding: 16px;
    font-size: 0.95rem;
    color: #ddd;
    line-height: 1.5;
    overflow: hidden;
    max-height: 200px;
    text-overflow: ellipsis;
}

/* Footer (buttons area) */
.shepherd-footer {
    background-color: #2b2b2b;
    padding: 12px 16px;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    border-top: 1px solid #444;
}

/* Buttons */
.shepherd-button {
    background-color: #444;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .shepherd-button:hover {
        background-color: #666;
    }

/* Content container */
.shepherd-content {
    overflow: hidden;
    max-height: 250px;
    padding: 0;
}

/* Arrow (optional hide) */
.shepherd-arrow {
    display: none;
}


.container.my-5 {
    min-height: 2000px; /* Try bumping slightly to 1200px if your content shifts on load */
    overflow-anchor: none; /* Prevent anchor shifts during loading */
}

/*img {
    height: auto;
    width: 100%;
    max-height: 500px;
}*/

img:not(#static_map) {
    max-height: 500px;
    height: auto;
    width: auto;
    max-width: 100%; /* Ensures it doesn't overflow the container */
    display: block; /* Optional: removes inline spacing under the image */
    margin: 0 auto; /* Optional: centers the image horizontally */
}

/*
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}*/

.hero {
    background: #002244;
    color: white;
    text-align: center;
    padding: 4rem 2rem;
}

    .hero h1 {
        font-size: 2.5rem;
    }

/*.btn {
    background: #0077cc;
    color: white;
    padding: 0.8rem 1.5rem;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}*/

/*.section {
    padding: 3rem 2rem;
    max-width: 1000px;
    margin: auto;
}

.columns {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.col {
    flex: 1;
    min-width: 250px;
}

.plans-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 2rem;
}

    .plans-table th, .plans-table td {
        border: 1px solid #ccc;
        padding: 1rem;
        text-align: left;
    }

.cta {
    background: #f8f8f8;
    text-align: center;
    padding: 3rem 2rem;
}*/


p {
    max-width: 60em;
    text-align: justify;
}


.custom-container-default {
    /* Based on .container.my-5 */
    margin-top: 3rem !important; /* my-5 = 3rem top & bottom */
    margin-bottom: 3rem !important;
    
    /* Your customizations */
    /*// min-height: 2048px; */ /* Or dynamically calculated */
    /*aspect-ratio: 16 / 9;*/ /* Optional: helps with responsive height */
}


.lifaq {
    display: block;
    text-decoration: none;
    padding: 6px 12px;
   /* color: #007bff;*/ /* Bootstrap primary color or customize */
    font-weight: 400;
}

    .lifaq:hover {
        text-decoration: underline;
        background-color: #f8f9fa;
    }

/* Optional: Remove list-style marker from the <li> */
#listarticle li {
    list-style: none;
    margin-bottom: 4px;
}


#listarticle {
    padding-left: 0;
    margin: 0;
}

    #listarticle .nav-link.lifaq {
        color: #333;
        padding: 0.75rem 1rem;
        border-left: 3px solid transparent;
        transition: all 0.2s ease-in-out;
    }

        #listarticle .nav-link.lifaq:hover,
        #listarticle .nav-link.lifaq.active {
            background-color: #f8f9fa; /* light gray */
            border-left: 3px solid #007bff;
            color: #000;
        }

#sidebar ul li a {
    color: white;
    text-decoration: none;
}

    #sidebar ul li a:hover {
        text-decoration: underline;
        color: #6d7fcc;
    }


.contact-large-font {
    font-size: 1.5rem; /* or 1.25rem, 18px, etc. */
    line-height: 1.6;
}

.sidebar-border {
    background-color: #343a40; /* dark background */
    border: 2px solid #6c757d; /* outer border */
    outline: 2px solid #adb5bd; /* second border layer */
    outline-offset: -6px; /* pulls the outline closer */
    border-radius: 0.75rem; /* rounded corners */
    padding: 1rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.3); /* optional depth */

}

.btn {
    /* other styles */
}





.myswitches {
    background-color: #989ea5; /* light background */
    padding: 1rem;
    border-radius: 0.25rem;
}

.carousel-caption2 {
    color: #222;
    text-shadow: 1px 1px 0 #fff, /* Highlight bottom-right */
    -1px -1px 0 #000, /* Shadow top-left */
    1px -1px 0 #000, /* Shadow top-right */
    -1px 1px 0 #000; /* Shadow bottom-left */
}

.carousel-caption {
    /*font-weight: bold;*/
   /* font-size: 2rem;*/
    color: #000; /* black text */
    background: #d3d3d3; /* light grey background */
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}


figcaption {
    text-align: center;
}

.btn-linkedin {
    background-color: #0077B5;
    color: white;
    border-color: #0077B5;
}

    .btn-linkedin:hover {
        background-color: #005983;
        border-color: #005983;
    }


.svg-title {
    /* font-family: "Segoe UI", sans-serif;*/
    font-size: 16px;
    fill: #333; /* Use 'color' if it's HTML, 'fill' if SVG */
    /*text-anchor: middle;*/ /* SVG specific */
    dominant-baseline: middle; /* Optional for vertical alignment */
}

.svg-cursor-style {
    /* font-family: "Segoe UI", sans-serif;*/
    font-size: 16px;
    fill: black; /* Use 'color' if it's HTML, 'fill' if SVG */
    /*text-anchor: middle;*/ /* SVG specific */
    dominant-baseline: middle; /* Optional for vertical alignment */
}


#profile {
    cursor: grab;
}

.video-container {
    position: relative;
    border: 2px solid #ccc;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

video {
    width: 100%;
    height: auto;
    display: block;
    text-center;
}

.caption {
    font-size: 1rem;
    margin-bottom: 10px;
    font-style: italic;
}

.disclaimer {
    font-size: 0.85rem;
    color: #777;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    margin-top: 20px;
}
 