/********** Template CSS **********/
:root {
    --primary: #14183e;
    --light: #F8F8F8;
    --dark: #252525;
}

.text-primary {
    color: #14183e !important;
}

h1,
h2,
.h1,
.h2,
h3,
h4,
.fw-bold {
    font-weight: 700 !important;
    font-family: emoji;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 500 !important;
    font-family: auto;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/fa-solid-900.woff2') format('woff2');
    font-display: swap;
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'bootstrap-icons';
    src: url('../fonts/bootstrap-icons.woff2') format('woff2');
    font-display: swap;
}

.bi {
    font-family: 'bootstrap-icons' !important;
}

.bx-shadow {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.fs-25 {
    font-size: 25px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.text-bl {
    color: #4980dc;
}

.br-30 {
    border-radius: 30px;
}

.br-10 {
    border-radius: 10px;
}

.bg-dark {
    background: #4c4c4c !important;
}

.w-80 {
    width: 80px;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

.text-primary {
    color: #01389d !important;
}

.img-fixed {
    height: 160px;
    object-fit: cover;
}

.price-tag {
    border-radius: 0 0.5rem 0.5rem 0;
    font-size: 14px;
}
.w-200{
    width: 200px;
}

/* Navbar */
.navbar {
    background: #fff;
    padding: 0.8rem 1rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.navbar-brand span {
    font-size: 28px;
    font-weight: bold;
}

.navbar-brand .look {
    color: #0073ff;
}

.navbar-brand .fare {
    color: #ff6600;
}

.navbar-nav .nav-link {
    font-size: 15px;
    color: #333 !important;
    font-weight: 500;
    margin: 0 8px;
}

.call-btn {
    background: #0073ff;
    color: #fff !important;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 5px;
    display: inline-block;
}

.call-btn:hover {
    background: #0056b3;
}

.call-btn {
    background: #0073ff;
    color: #fff !important;
    padding: 6px 14px;
    font-weight: 600;
    border-radius: 5px;
}

.call-btn:hover {
    background: #0056b3;
}

/* Navbar */
        .navbar {
            background: #fff;
            padding: 0.8rem 1rem;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
        }

        .navbar-brand span {
            font-size: 28px;
            font-weight: bold;
        }

        .navbar-brand .look {
            color: #0073ff;
        }

        .navbar-brand .fare {
            color: #ff6600;
        }

        .navbar-nav .nav-link {
            font-size: 15px;
            color: #333 !important;
            font-weight: 500;
            margin: 0 8px;
        }

        .call-btn {
            background: #0073ff;
            color: #fff !important;
            padding: 6px 14px;
            font-weight: 600;
            border-radius: 5px;
            display: inline-block;
        }

        .call-btn:hover {
            background: #0056b3;
        }

        .call-btn {
            background: #0073ff;
            color: #fff !important;
            padding: 6px 14px;
            font-weight: 600;
            border-radius: 5px;
        }

        .call-btn:hover {
            background: #0056b3;
        }
        .search-box {
            background: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            padding: 20px;
            color: #000;
        }

        .nav-tabs .nav-link {
            border: none;
            color: #333;
            font-weight: 600;
        }

        .nav-tabs .nav-link.active {
            color: #ff6600;
            border-bottom: 3px solid #ff6600;
        }

        .trust-badges {
            margin-top: 10px;
            display: flex;
            align-items: center;
            gap: 20px;
        }

        .feature-box {
            text-align: center;
            color: #fff;
            padding: 20px;
        }

        .feature-box i {
            font-size: 28px;
            margin-bottom: 8px;
            color: #ff6600;
        }

        .navbar-toggler {
            border: none !important;
        }

        .navbar-toggler:focus {
            box-shadow: none !important;
        }

        .navbar-toggler-icon {
            width: 1.2em !important;
            height: 1em !important;
        }

        .fs-13 {
            font-size: 13px;
        }

        .lh-10 {
            line-height: 15px;
        }



/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}




/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}



.offcanvas-header .btn-close {
    margin: -0.2rem 0.5rem -0.5rem auto !important;
}

.modal-body {
    padding: 0 !important;
}

.form-control,
.form-select {
    line-height: 2.1 !important;
    color: #000 !important;
    border-radius: 5px !important;
}

.form-select,
.form-control:focus {
    border-color: #070a3f !important;
    outline: 0;
    box-shadow: none !important;
}

.btn-close {
    position: absolute !important;
    right: 0 !important;
    top: 8px !important;
    left: 90%;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px !important;
        margin: 1.8rem auto !important;
    }
}

.bg-grey {
    background-color: #f8f9fa;
}

.text-orange {
    color: #ff6600;
}

.bg-orange {
    background-color: #ff6600;
}

.br-5 {
    border-radius: 5px;
}

/*Phone-Animation */

.ringing-icon {
    animation: ring 1s infinite;
    transform-origin: center;
    display: inline-block;
}

@keyframes ring {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(15deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    30% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(5deg);
    }

    60% {
        transform: rotate(-5deg);
    }

    70% {
        transform: rotate(2deg);
    }

    80% {
        transform: rotate(-2deg);
    }

    90% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/*Flight-page */
.bg-blue {
    background: #467dd6 !important;
}

.modal-content {
    border-radius: 1rem;
    /*max-height: 95vh;*/
}

.bg-flight {
    background: #467dd6;
}

/*hotels*/

.btn-printer {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 12px 25px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}