body {
    background-image: url('/homepage/img/bg2.jpeg');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

body.nbg {
    background-image: none;
    width: 100%;
}

.ss {
    box-shadow: 1px 1px 8px 1px gray;
}

.center {
    text-align: center;
}

img#logo {
    width: 35px;
}



img#loginIcon {
    /* width: 35px; */
    width: 45px;
    cursor: pointer;
}

.custom-dropdown {
    display: inline-block;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 10px;
}

.custom-dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

img#enter,
img#reg {
    width: 20px;
    right: 8px;
}

img#enter {
    position: relative;
    right: 2px;
    margin-right: 3px;
}

.custom-dropdown-menu a:hover {
    background-color: #f1f1f1;
}

li#account {
    display: none;
}

div#fs,
div#result {
    border: 1px solid gray;
}

.custom-dropdown {
    position: relative;
}

.custom-dropdown-menu {
    display: none;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.custom-dropdown-menu a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


.arrow-icon {
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 24px;
    cursor: pointer;

}

.passenger-input {
    max-width: 70px;
}


#fs,
div#result {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 10px;
}

.neww{
    margin-top: 15px;
}
.new {
    width: auto;
    height: 37px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 5px;
    cursor: default;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-weight: 500;
    margin-right: 5px;
    border: 1px solid #ddd; /* Border for better styling */
    color: #333; /* Text color */
}





.new:hover {
    background-color: #f1f1f1; /* Background color change on hover */
}









.bounce-in-up {
    animation: bounceInUp 1s ease-out;
  }

  @keyframes bounceInUp {
    0% {
      opacity: 0;
      transform: translateY(100px);
    }
    60% {
      opacity: 1;
      transform: translateY(-10px);
    }
    80% {
      transform: translateY(5px);
    }
    100% {
      transform: translateY(0);
    }
  }

.custom-dropdown-menu {
    display: none; /* Hide dropdown by default */
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
    z-index: 999;
}




.neww {
    width: 120px;
    height: 37px;
    font-weight: 500;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 13px;
}





div#result {
    margin-top: -10px;
}

div#borderf {
    border: 1px solid black;
    border-radius: 10px;
}

input#search {
    background-color: rgb(0, 76, 208);
    color: white;
    border: none;
    border-radius: 20px;
    height: 50px;
    width: 100px;
    bottom: 62px;
}

input#search:hover {
    background-color: rgb(26, 175, 0);
}

h3,
h1,
p {
    font-family: 'zain', sans-serif;
}

input#buttun {
    margin-left: 12.5px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

input#buttun:hover {
    background-color: rgb(26, 175, 0);

}

ul.dropdown-menu li {
    margin-left: 10px;
}

.footer {
    background-color: #343a40;
    color: #ffffff;
    padding: 10px 0;
}

.footer .social-links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
    margin-bottom: 10px;
    /* Reduced space below social links */
}

.footer .social-links span {
    font-size: 16px;
}

.footer .social-links img {
    height: 24px;
    margin-left: 15px;
    margin-top: 7PX;
}

.footer hr {
    border: 0;
    height: 2px;
    background: #495057;
    margin: 20px 0;
}

.footer .footer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 15px;
    justify-content: center;
}

.footer .footer-content .logo {
    flex: 1;
    margin-right: 30px;
}

.footer .footer-content .logo img {
    max-height: 120px;
    /* Adjusted size for the logo */
    width: auto;
}

.footer .footer-content .info {
    flex: 2;
    max-width: 600px;
    /* Limit width to center content */
}

.footer .footer-content .address {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    /* Reduced space between address divs */
}

.footer .footer-content .address img {
    height: 24px;
    /* Smaller icon */
    margin-right: 10px;
}

.footer .footer-content .contact-info {
    margin-bottom: 10px;
    /* Reduced space below contact info */
}

.footer .footer-content .contact-info div {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    /* Reduced space between contact info items */
}

.footer .footer-content .contact-info img {
    height: 20px;
    margin-right: 10px;
}

.footer .footer-bottom {
    text-align: center;
    padding: 10px;
    color: #ffffff;
    position: relative;
    bottom: 7px;
}

.footer .footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

.footer .footer-bottom a:hover {
    text-decoration: underline;
}



img#slogo {
    width: 40px;
    margin-top: 10px;
}

button#book {
    height: 35px;
    width: 80px;
    border: none;
    border-radius: 10px;
    background-color: rgb(0, 76, 208);
    color: white;
    margin-bottom: 5px;
}

button#book:hover {
    background-color: rgb(26, 175, 0);
}

span#price {
    font-weight: bold;
}

span#ft {
    font-size: 35px;
    font-weight: bold;
    font-family: "Zain", sans-serif;
    margin-left: 46px;

}

div#stopno,
div#airline,
div#flightclass,
div#refundable {
    width: 160px;
    border-bottom: 1px solid rgb(204, 204, 204);
    font-family: "Zain", sans-serif;
    font-size: 16px;
}

span.dropdown-title {
    cursor: pointer;
}

hr#ufilter {
    position: relative;
    bottom: 10px;
    right: 15px;
    width: 120%;
}

div#airline {
    width: 115%;
}

span#cb1,
span#cb2,
span#cb3,
span#cb4 {
    position: relative;
}

span#cb1 {
    margin-left: 43px;
}

span#cb2 {
    margin-left: 99px;
}

span#cb3 {
    margin-left: 71px;
}

span#cb4 {
    margin-left: 70px;
}

.an,
.ac,
.du,
img#b2,
span#fh,
span#fc,
span#sh,
span#sc,
.ts,
img#slogom {
    position: relative;
}

div#filterl {
    display: none;
}

#filter {
    min-height: 550px;
}

.an {
    font-size: 16px;
    font-weight: bold;
}

.ac {
    left: 5px;
    font-size: 16px;
}

img#b2 {
    height: 90px;
    top: 20px;
    left: 20px;
}

span#fh,
span#fc {
    left: 20px;
    bottom: 15px;
}

span#fc,
span#sc {
    font-weight: bold;
}

span#sh,
span#sc {
    left: 35px;
}

#sh,
#fh,
.b {
    font-weight: bold;
}

img#slogom {
    width: 40px;
    left: 20px;
}

.an,
.ac {
    left: 20px;
}

div#pricei {
    font-weight: bolder;
}

.n {
    height: 45px;
}


.g {
    height: 45px;
}

.g:hover,
#countrySearch:hover,
.n:hover {
    background-color: #e7f8ff;
}



.date-input-group {
    display: flex;
    gap: 0.5rem;
}

.date-input-group .form-control {
    flex: 1;
}

.date-input-group select.form-select {
    flex: 2;
}

.dropdown-menu {
    max-height: 200px;
    /* Increased height for better visibility */
    overflow-y: auto;
}

.dropdown-menu:hover {
    background-color: #e7f8ff;

}

.dropdown-menu.show {
    display: block;
}

#countrySearch1,
#countrySearch2,
#countrySearch3 {
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    height: 45px;
}



:root {
    --primary: #111;
}


.select-box {
    position: relative;
    width: 26rem;
    margin: 7rem auto;
}

.select-box input {
    width: 100%;
    height: 45px;
    padding: 1rem .6rem;
    font-size: 1.1rem;
    border: 1px solid rgb(210, 210, 210);
    outline: none;
}

input[type="tel"] {
    border-radius: 0 .5rem .5rem 0;
}

.select-box input:focus {
    border: .1rem solid var(--primary);
}

.selected-option {
    background-color: #eee;
    border-radius: .5rem;
    overflow: hidden;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.selected-option div {
    position: relative;

    width: 6rem;
    padding: 0 2.8rem 0 .5rem;
    text-align: center;
    cursor: pointer;
}

.selected-option div::after {
    position: absolute;
    content: "";
    right: .8rem;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);

    width: .8rem;
    height: .8rem;
    border-right: .12rem solid var(--primary);
    border-bottom: .12rem solid var(--primary);

    transition: .2s;
}

.selected-option div.active::after {
    transform: translateY(-50%) rotate(225deg);
}

.select-box .options {
    position: absolute;
    top: 4rem;

    width: 100%;
    background-color: #fff;
    border-radius: .5rem;

    display: none;
}

.select-box .options.active {
    display: block;
}

.select-box .options::before {
    position: absolute;
    content: "";
    left: 1rem;
    top: -1.2rem;

    width: 0;
    height: 0;
    border: .6rem solid transparent;
    border-bottom-color: var(--primary);
}

input.search-box {
    background-color: var(--primary);
    color: #fff;
    border-radius: .5rem .5rem 0 0;
    padding: 1.4rem 1rem;
}

.select-box ol {
    list-style: none;
    max-height: 23rem;
    overflow: overlay;
}

.select-box ol::-webkit-scrollbar {
    width: 0.6rem;
}

.select-box ol::-webkit-scrollbar-thumb {
    width: 0.4rem;
    height: 3rem;
    background-color: #ccc;
    border-radius: .4rem;
}

.select-box ol li {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.select-box ol li.hide {
    display: none;
}

.select-box ol li:not(:last-child) {
    border-bottom: .1rem solid #eee;
}

.select-box ol li:hover {
    background-color: lightcyan;
}

.select-box ol li .country-name {
    margin-left: .4rem;
}

.options {
    z-index: 1000;
}

.k button {
    margin-left: 10px;
}

div.k {
    margin-left: 10%;
}

.v button {
    margin-left: 10px;
    margin-top: -30px;
}

div.v {
    margin-left: 20%;
}

.t p {
    margin: 0;
}

.a {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    color: #f1bd00;
    text-shadow: 1px;
    font-family: 'zain', sans-serif;
    margin-top: -10px;
    margin-bottom: -11px;
}

.df {
    background-color: green;
    color: white;
    border-radius: 7px;
}

.team-member img {
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.gallery img {
    border-radius: 10px;
    margin: 5px;
    width: 100%;
    height: auto;
    object-fit: cover;
}


.photo-gallery-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    object-fit: cover;

}

.photo-gallery {
    display: flex;
    overflow: hidden;
}

.photo-gallery .gallery-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;

}

.photo-gallery .gallery-item {
    flex: 0 0 33.3333%;
    /* Adjust based on visible items */
    box-sizing: border-box;
    padding: 0.5rem;
    /* Optional: Add some padding */

}

.photo-gallery img {
    width: 100%;
    height: 100%;
    border-radius: 0.5rem;
    /* Preserve box radius */
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 2rem;
    color: #000;
    background-color: rgba(255, 255, 255, 0.7);
    border: none;
    padding: 0.5rem;
    z-index: 1000;
    cursor: pointer;
    margin-top: 13%;

}

.hero-image {
    width: 100%;
    height: 300px;
    object-fit: cover;

}

.prof {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    object-fit: cover;
    box-shadow: 0 0px 8px rgb(75, 75, 75);
    display: block;
    margin: 0 auto;
}

.tc {
    text-align: center;
    margin-top: 5%;
}

.nav-item .nl:hover,
.nav-link.act {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.navbar-vertical .nav-item .nav-link {
    display: block;
    padding: 7px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 5px;
}

div.dash div {
    margin: auto;
    text-align: center;
}


dropdown-toggle::after {
    display: none;
    /* Hides the default dropdown arrow */
}

.flash {
    animation: flashAnimation 0.5s ease-out;
}

@keyframes flashAnimation {
    0% {
        background-color: #e9ecef;
    }

    50% {
        background-color: #f8f9fa;
    }

    100% {
        background-color: #e9ecef;
    }
}


/* Style for the search box */
.dropdown-search {
    padding: 0.5rem;
    border: none;
    margin-bottom: 0;
}

/* Ensure dropdown menu items are scrollable if too long */
.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}

button.h {
    display: none;
}

.hero-section {
    background-image: url('https://via.placeholder.com/1920x600');
    /* Replace with your own image */
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
}

.service-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-link:hover .service-card {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.service-card {
    text-align: center;
    transition: transform 0.3s ease;
}

.service-card img {
    max-height: 200px;
    object-fit: cover;
    width: 100%;
}

#navv {
    min-height: 70px;
    position: fixed;
    margin-top: -50px;
    width: 100%;
    z-index: 2000;
}

.table th,
.table td {
    text-align: center;
}



.pagination-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination {
    margin: 0;
}

.rows-per-page {
    display: flex;
    align-items: center;
}


.password-container,
.input-group {
    position: relative;
    width: 100%;
}

.password-container input,
.input-group input {
    padding-right: 40px;
    /* Space for the icon */
}

.password-container .icon,
.input-group i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.unlock-icon {
    display: none;
    /* Unlock icon hidden by default */
}

td a {
    text-decoration: none;
}

.preview-img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #007bff;
    display: block;
    margin: 10px auto;
}

.drop-zone {
    border: 2px dashed #007bff;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.drop-zone span {
    display: block;
    margin: 10px 0;
}

.drop-zone .file-name {
    color: #007bff;
}

.drop-zone .file-preview {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.navbar-nav .dropdown-menu {
    margin-left: -90px;
}


.special-price {
    font-size: 22px;
    color: #28a745;
    margin-bottom: 0.5rem;
}

.main-price {
    font-size: 15px;
    color: #dc3545;
    text-decoration: line-through;
    position: relative;
    display: inline-block;
    bottom: 15px;
}

.discount-badge {
    position: absolute;
    top: 50%;
    left: 50px;
    background: #dc3545;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    transform: translateY(-50%);
}



#up,
#down,
#departure,
#arrival,
#passengerDropdown{
    box-shadow: 0 0 0;
}

















































@media (max-width: 768px) {
    .navbar-nav .dropdown-menu {
        margin-left: 0px;
        width: 100%;
    }

    
    .ai{
        position: relative;
        bottom: 3px;
        float: left;
        transform: rotate(90deg);
        z-index: 100000;
        cursor: pointer;
        width: 15px;
    }

    .arrow-icon {
        position: relative;
        left: 45%;
        bottom: 3px;
        transform: rotate(90deg);
        z-index: 100000;
        cursor: pointer;
        width: 15px;
    }






.neww{
    width: 125px;
}
    

    .v {
        margin-bottom: 5px;
    }

    .im {
        width: 100px;
    }

    button.h {
        display: block;
    }

    .v button {
        margin-left: 0px;
    }

    div.v {
        margin-left: 0px;
    }

    .k button {
        margin-left: 0px;
    }

    div.k {
        margin-left: -10px;
    }

    #up,
    #down,
    #departure,
    #arrival,
    #passengerDropdown {
        border: 1px solid gray !important;
        border-radius: 5px;
        /* Optional: Add border radius */
        padding: 8px;
        /* Optional: Add padding for better spacing */
    }





    div#borderf {
        border: none;
    }

    input#buttun {
        margin-left: 0px;
    }

    #passengerDropdown {
        width: 100%;
    }

    .footer .social-links {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer .footer-content .logo {
        margin: 0;
        margin-bottom: 20px;
    }

    .footer .footer-content .info {
        margin-top: 20px;
    }

    .footer .footer-content .contact-info {
        margin-top: 20px;
    }

    div#filter {
        display: none;
    }

    div#filterl {
        display: block;
    }

    .q {
        margin-left: 25px;
    }

    .h {
        display: none;
    }

}



@media only screen and (max-width: 600px) {
    img#loginIcon {
        display: none;
    }

    li#account {
        display: block;
    }

}