﻿
.flag-small {
    width: 80px; /* adjust as needed */
    height: auto; /* keeps aspect ratio */
}

/* Desktop spacing */
.flag-container {
    margin-left: 600px;
}

/* Mobile view adjustments */
@media (max-width: 991px) {
    .flag-container {
        margin-left: 0; /* reset nav margin */
    }

    .flag-wrapper {
        margin-left: auto; /* push flag to far right */
        order: 3; /* ensure flag comes last in flex order */
    }
}

.tiny-logo {
    width: 40px;
    height: auto;
}

.whatsapp-float {
    position: fixed;
    bottom: 20px;
    /*right: 20px;*/
    left: 20px;
    z-index: 1000;
}
/* Tablet view */
@media (max-width: 1024px) {
    .whatsapp-float {
        bottom: 70px;
    }
}

/* Mobile view */
@media (max-width: 768px) {
    .whatsapp-float{
        bottom: 70px;
    }
}

@media (max-width: 1200px) {
    .whatsapp-float {
        display: none;
    }
}

    .whatsapp-float img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        /*box-shadow: 0 4px 8px rgba(0,0,0,0.3);*/
    }

@media (max-width: 992px) {
    .custom-padding {
        padding-top: 148px;
    }
}

/* Desktop */
@media (min-width: 993px) {
    .custom-padding {
        margin-top: 80px;
    }
}
/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*background: #6CF2F9;*/
    background: #2c74f1;
    border-radius: 4px
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b8860b;
    }

/*---------------------scroll Top start ---------------------------*/
.progress-wrap {
    cursor: pointer;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    border-radius: 50px;
    width: 56px;
    height: 56px;
    transition: all .2s linear;
    display: block;
    position: fixed;
    bottom: 30px; /* default for desktop */
    right: 30px;
    transform: translateY(15px);
    box-shadow: inset 0 0 0 2px #0000001a;
}

/* Tablet view */
@media (max-width: 1024px) {
    .progress-wrap {
        bottom: 70px;
    }
}

/* Mobile view */
@media (max-width: 768px) {
    .progress-wrap {
        bottom: 70px;
    }
}

    .progress-wrap.active-progress {
        opacity: 1;
        visibility: visible;
        z-index: 99;
        transform: translateY(0);
    }

    .progress-wrap:after {
        content: "\f062"; /* FontAwesome up arrow */
        text-align: center;
        color: #03256c;
        cursor: pointer;
        z-index: 1;
        width: 56px;
        height: 56px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 18px;
        line-height: 56px;
        transition: all .2s linear;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-wrap:hover:after {
        opacity: 0;
    }

    .progress-wrap:before {
        content: "\f062"; /* FontAwesome up arrow */
        text-align: center;
        opacity: 0;
        cursor: pointer;
        z-index: 2;
        width: 56px;
        height: 56px;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 18px;
        line-height: 56px;
        transition: all .2s linear;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    .progress-wrap:hover:before {
        opacity: 1;
    }

    .progress-wrap svg path {
        fill: none;
    }

    .progress-wrap svg.progress-circle path {
        stroke: #03256c;
        stroke-width: 4px;
        box-sizing: border-box;
        transition: all .2s linear;
    }
/*---------------------scroll Top End ---------------------------*/

/*---------------------PreLoader start ---------------------------*/

/* Fullscreen loader mask */
#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #faf8f8;
    z-index: 3399;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.8s ease;
}

.svgloade {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    box-shadow: 0 0 20px rgba(0,200,255,0.5);
}

.country {
    fill: #026a2f;
    stroke: #fff;
    stroke-width: 0.5px;
}

.ocean {
    fill: #3071a9;
}

.flight-path {
    stroke: yellow;
    stroke-width: 1px;
    fill: none;
    stroke-dasharray: 4,2;
    opacity: 0.7;
}

text.plane {
    font-size: 12px;
    pointer-events: none;
}

/*---------------------PreLoader End ---------------------------*/

/*---------------------Bottom tool Bar Start ---------------------------*/

.bottom-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    background: var(--toolbar-bg);
    backdrop-filter: blur(10px);
    box-shadow: 0 -2px 8px rgba(0,0,0,0.08);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1000;
    margin: 0;
    padding: 0;
    border: none; /* remove any default border */
}



.bottom-toolbar {
    bottom: -1px; /* pushes it slightly below the viewport edge */
}



.bottom-toolbar a {
    text-decoration: none;
    color: #333;
    font-size: 1.4rem;
    transition: var(--transition);
    line-height: 60px; /* vertically center icons */
}

    .bottom-toolbar a.active {
        color: var(--primary-color);
    }

    .bottom-toolbar a:hover {
        transform: scale(1.1);
        color: var(--primary-color);
    }


/*@media (min-width: 768px) {
    .bottom-toolbar {
        display: none;*/ /* hide bottom toolbar on larger screens */
    /*}
}*/

@media (min-width: 1200px) {
    .bottom-toolbar {
        display: none;
    }
}


/*---------------------Bottom tool Bar End ---------------------------*/

/*---------------------side Bar End ---------------------------*/
.sidebar {
    position: fixed;
    top: 0;
    right: -320px; /* hidden off-screen */
    width: 320px;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 8px rgba(0,0,0,0.1);
    transition: right 0.3s ease;
    z-index: 2000;
    display: flex;
    flex-direction: column;
}

    .sidebar.open {
        right: 0; /* slide in */
    }

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    font-weight: 600;
    border-bottom: 1px solid #eee;
}

.sidebar-content {
    padding: 1rem;
    flex: 1;
    overflow-y: auto;
}

.close-btn {
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
}

/* Custom offcanvas size */
.custom-offcanvas {
    width: 280px; /* reduce width */
    height: auto; /* shrink height */
    max-height: 70%; /* only cover part of screen */
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow-y: auto; /* scroll if content exceeds */
}

/*---------------------side Bar End ---------------------------*/