body {
   font-family: 'Inter';
}

.bg-color {
    background-color: var(--my-bg-color);
}

.navbar {
    background-color: var(--my-bg-color);
    color: var(--my-text-color);
}

.brand-logo {
    cursor: pointer;
    height: 100px;
}

@media only screen and (max-width: 600px) {
    .brand-logo {
        cursor: pointer;
        height: 80px;
        width: 100%;
    }
}

.nav-link {
    color: var(--my-text-color);
    transition: color 0.3s;
    font-size: 15px;
    font-weight: bold;
}

.nav-item {
    margin-right: 20px;
}

.nav-link:hover {
    color: var(--my-text-color);
    box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.banner {
    position: relative;
    width: 100%;
    height: 550px;
}

.form-header {
    color: black;
    font-weight: bold;
    margin-bottom: 4px;
}

.banner-content h1 {
    color: black;
    font-weight: bold;
}

.banner-form {
    margin: 10%;
    padding: 5%;
    backdrop-filter: blur(5px);
    border: 1px solid #000;
    border-radius: 5px;
}

.banner-form:hover {
    margin: 10%;
    padding: 5%;
    backdrop-filter: blur(5px);
    border-radius: 5px;
    box-shadow: 5px 10px #0000008a;
}

.banner-form label {
    font-weight: bold;
    color: black;
}

a {
    text-decoration: none;
}

.banner .banner-content {
    padding: 10%;
}

.banner .banner-content h2 {
    color: var(--my-text-color);
    font-weight: bold;
}

.bus-img {
    position: absolute;
    height: 60px;
    left: -150px;
    bottom: 0px;
    animation: bus-move 18s linear infinite;
}

@media only screen and (max-width: 600px) {
    .bus-img {
        position: absolute;
        height: 25px;
        left: -10px;
        bottom: 0px;
        animation: bus-move 18s linear infinite;
    }
}

@keyframes bus-move {
    0% {
        left: -100px;
        transform: rotateY(0deg);
    }

    50% {
        left: calc(100vw);
        transform: rotateY(0deg);
    }

    51% {
        transform: rotateY(180deg);
    }

    100% {
        left: -100px;
        transform: rotateY(180deg);
    }
}

.bus-img-2 {
    position: absolute;
    height: 60px;
    right: -200px;
    bottom: 0px;
    animation: bus-moved 16s linear infinite;
}

@media only screen and (max-width: 600px) {
    .bus-img-2 {
        position: absolute;
        height: 30px;
        right: -200px;
        bottom: 0px;
        animation: bus-moved 16s linear infinite;
    }
}

@keyframes bus-moved {
    0% {
        right: -100px;
        transform: rotateY(0deg);
    }

    50% {
        right: calc(100vw);
        transform: rotateY(0deg);
    }

    51% {
        transform: rotateY(180deg);
    }

    100% {
        right: -280px;
        transform: rotateY(180deg);
    }
}

.breadcrumb-bg {
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.breadcrumb-bg img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.breadcrumb-header {
    background-color: rgba(0, 0, 0, 0.429);
    backdrop-filter: blur(3px);
}

.breadcrumb-header i {
    color: var(--my-text-color);
}

.breadcrumb-bg h2 {
    color: var(--my-text-color);
    text-align: center;
}

.breadcrumb-bg a {
    color: var(--my-text-color);
}

.breadcrumb-bg .title {
    color: var(--my-text-color);
}

.section-title h2 {
    font-weight: bold;
    font-size: xx-large;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    border-width: 30px;
    border-bottom: 2px solid var(--my-text-color);
}

.aminities .aminities-item {
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.138);
    padding: 10px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
    margin-top: 15px;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

.aminities .aminities-item:hover {
    box-shadow: 3px 3px 3px 3px var(--my-bg-color);
    padding: 10px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
    margin-top: 15px;
}

.aminities .aminities-item .icon {
    font-size: 35px;
    transition: 0.5s;
    position: relative;
    margin-top: 7px;
    padding: 10px;
}

.aminities .aminities-item .icon i {
    color: rgb(0, 0, 0);
    border-bottom: 4px solid var(--my-bg-color);
}

.aminities .aminities-item .icon i {
    color: rgb(0, 0, 0);
    border-bottom: 4px solid var(--my-bg-color);
}

.aminities .aminities-item h3 {
    margin: 7px 0 15px 0;
    font-size: 20px;
}

.services .service-item {
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.138);
    padding: 60px 30px;
    text-align: center;
    transition: 0.3s;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.212);
}

.services .service-item .icon {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: ease-in-out 0.3s;
    position: relative;
}

.services .service-item .icon i {
    font-size: 66px;
    transition: 0.5s;
    position: relative;
}

.services .service-item h3 {
    color: black;
}

.services .service-item p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
}

.services .service-item:hover {
    box-shadow: 3px 3px 3px 3px var(--my-bg-color);
}

.blog-section {
    margin-top: 25px;
    margin-bottom: 25px;
}

.blog-section a {
    text-decoration: none;
    color: black;
}

.blog-image {
    height: 300px;
    width: 200px;
}

.single-blog-img {
    height: 300px;
    width: 100%;
}

.whatsapp-icon {
    position: fixed;
    bottom: 20%;
    background-color: #69ff4f;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.371);
    border-radius: 50%;
    padding: 10px;
    color: white;
    z-index: 99999;
    font-size: 20px;
}

/* Contact Page Css */

.contact-icon {
    position: fixed;
    bottom: 30%;
    z-index: 99999;
    background-color: var(--my-bg-color);
    box-shadow: 1px 1px 1px 1px var(--my-text-color);
    border-radius: 50%;
    padding: 10px;
    color: var(--my-text-color);
    font-size: 20px;
}

.contact-heading {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

.contact-heading h3 {
    color: black;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 2px solid var(--my-text-color);
    border-width: 50%;
}

.arrow-icon {
    position: fixed;
    right: 15px;
    bottom: 40%;
    background-color: var(--my-bg-color);
    box-shadow: 1px 1px 1px 1px var(--my-text-color);
    border-radius: 50%;
    padding: 10px;
    color: var(--my-text-color);
    font-size: 20px;
}

#contact-page {
    padding: 50px 0;
}

.contact .card {
    padding: 20px;
    margin: 10px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.41);
}

.contact .card:hover {
    box-shadow: 0px 5px 35px 0px var(--my-bg-color);
}

.contact .card i {
    font-size: 24px;
    margin-bottom: 10px;
}

.contact .card p {
    margin: 0;
    font-size: 16px;
}

.contact-form {
    margin-top: 100px;
}

.contact-form .form-group h2 {
    color: black;
}

.contact-form .form-group {
    padding: 10px;
}

/* End Contact Css */
button {
    background-color: var(--my-bg-color);
    color: var(--my-text-color);
    border-radius: 5px;
    padding-top: 4px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 4px;
    display: flex;
    align-items: center;
}

button:hover {
    background-color: var(--my-text-color);
    color: var(--my-bg-color);
}

.bus-content {
    border: 1px solid rgb(124, 124, 124);
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.316);
}

.bus-content strong {
    color: var(--my-bg-color);
}

.bus-content .button {
    display: flex;
    justify-content: end;
    padding-right: 15px;
}

.bus-content:hover {
    transform: translateY(-5px);
}

.seat-selection {
    border: 1px solid #000;
    padding: 20px;
    box-shadow: 3px 3px 3px 3px rgba(0, 0, 0, 0.316);
    background-color: white;
}

.seat-selection .form-group {
    margin-bottom: 25px;
}

.seat-selection .form-group label {
    font-weight: bold;
    padding-bottom: 5px;
}

.seat-selection .button {
    display: flex;
    align-items: end;
    justify-content: end;
}

.bus-search-banner input[type="checkbox"],
.bus-search-banner select {
    accent-color: var(--my-bg-color) !important;
}

/* .bus-search-banner button{
margin-top: 15px;
} */
.destination-div {
    padding: 10px;
}

/* SETA SELECTION CSS */

.icon-link {
    color: #fff;
}

.icon-link:hover {
    text-decoration: underline;
}

.bi-chevron-right {
    color: #fff;
}

/* Seat Selection Form */
.seat-selection form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-group label {
    font-size: 1rem;
    font-weight: bold;
}

.form-control {
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.form-select {
    border-radius: 5px;
    padding: 10px;
    width: 100%;
}

/* .button button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  cursor: pointer;
}

.button button:hover {
  background-color: #0056b3;
} */

/* Seat Layout */
.card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bus-container {
    margin-bottom: 20px;
}

.bus-container select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #f8f9fa;
}

/* Showcase and Seat Selection */
.showcase {
    display: flex;
    justify-content: space-around;
    margin-bottom: 10px;
}

.showcase li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.seat {
    width: 30px;
    height: 30px;
    background-color: #6c757d;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}

.seat.selected {
    background-color: #007bff;
}

.seat.occupied {
    background-color: #dc3545;
    cursor: not-allowed;
}

.seat:hover:not(.occupied) {
    background-color: #28a745;
}

.text {
    font-size: 1.1rem;
    font-weight: bold;
}

/* Seat Layout */
.container .row {
    display: flex;
    justify-content: center;
}

.container .seat {
    margin: 5px;
}

.container .seat.selected {
    background-color: #007bff;
}

.container .seat.occupied {
    background-color: #dc3545;
}

/* Modal Styles */
.modal-content {
    border-radius: 8px;
    padding: 20px;
}

.modal-header {
    border-bottom: none;
}

.modal-body {
    font-size: 1.2rem;
}

.modal-footer {
    border-top: none;
}

.modal-footer .btn-secondary,
.modal-footer .btn-success {
    border-radius: 5px;
    padding: 10px 20px;
}

.modal-footer .btn-success {
    background-color: #28a745;
    color: white;
}

.modal-footer .btn-secondary {
    background-color: #6c757d;
    color: white;
}

.modal-footer .btn:hover {
    opacity: 0.8;
}

/* Additional Responsive Styles */
@media screen and (max-width: 768px) {
    .breadcrumb-header h2 {
        font-size: 2.5rem;
    }

    .container {
        padding: 0 15px;
    }

    .row .col-sm-4,
    .row .col-sm-8 {
        width: 100%;
        margin-bottom: 20px;
    }

    .button button {
        width: 100%;
        font-size: 1rem;
    }
}

/* General Layout for Seat Selection */
.card {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.bus-container {
    margin-bottom: 20px;
}

.bus-container select {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #f8f9fa;
}

/* Seat Layout (2x2) */
.showcase {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.showcase li {
    display: inline-block;
    text-align: center;
    margin: 0 10px;
}

.seat {
    width: 40px;
    height: 40px;
    background-color: #6c757d;
    border-radius: 5px;
    margin: 5px;
    cursor: pointer;
}

.seat.selected {
    background-color: #007bff;
}

.seat.occupied {
    background-color: #dc3545;
    cursor: not-allowed;
    color: white;
}

.seat:hover:not(.occupied) {
    background-color: #28a745;
}

.container .row {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.container .seat {
    margin: 10px;
}

.text {
    font-size: 1.1rem;
    font-weight: bold;
}

.about-img {
    height: 150px;
    width: 100%;
    margin: 3px;
    box-shadow: 5px 5px #0000007a;
    border-radius: 12px;
}

.about-img-text {
    height: 150px;
    width: 100%;
    margin: 3px;
    box-shadow: 5px 5px #0000007a;
    border-radius: 12px;
}

.about-img:hover {
    margin: 8px;
    transform: rotateY("5px");
}
.full-height {
    height: 100%;
    object-fit: cover;
}

.full-width {
    width: 100%;
}

.about-content-heading {
    font-weight: bold;
    font-size: xx-large;

    display: flex;
    justify-content: center;
    align-items: center;
}

/* .about-content .about-button{
  padding: 10px;
  display: flex;
  justify-content: start;
  align-items: start;
} */
.about-section {
    margin-top: 25px;
    margin-bottom: 25px;
}

/* Footer */

footer h5 {
    color: var(--my-text-colors);
    border-bottom: 1px solid var(--my-text-color);
    padding-bottom: 5px;
}

footer p,
footer a,
footer ul li {
    color: var(--my-text-color);
}

footer ul li {
    list-style: none;
}

.bg-footer {
    background-color: var(--my-bg-color);
    color: var(--my-text-color);
    padding: 20px 0;
    padding-bottom: 10px;

    border-top: 1px solid rgba(0, 0, 0, 0.286);
}

/* footer social link */
.social-links {
    display: flex;
    float: start;
}

/* .social-links h5{
  border-bottom: 2px solid var(--my-text-color);
} */

.social-links li a {
    color: var(--my-text-color);
    font-size: 24px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.314);
    display: inline-block;
    border-radius: 25%;
    padding: 10px;
    margin-top: 20px;
    margin-right: 20px;
    transition: 0.3s;
}

.social-links li:hover {
    transform: translateY(-15px);
}

/* footer social link */

/* LOGIN FORM  */
.main {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f7fa;
}
.login-form {
    width: 450px;
}

.login-form img {
    height: 100px;
    width: 250px;
}

.login-form button {
    background-color: #dc3545;
    color: white;
}

.login-form button:hover {
    background-color: white;
    color: #dc3545;
}
.seat-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    gap: 10px;
    padding: 20px;
}

.seat {
    font-size: 12px;
    width: 40px;
    height: 40px;
    background-color: #ccc;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #999;
}

.seat.selected {
    background-color: #6c757d;
    color: white;
}

.seat.occupied {
    background-color: #333;
    cursor: not-allowed;
}

.seat:hover:not(.occupied) {
    background-color: #28a745;
    color: #fff;
}


/* END LOGIN FORM  */

/* End Footer */
