:root {
    --primary-color: #FF8500;
    --secondary-color: #FECE00;
    --text-black: #000;
    --white-color: #fff;
    --primary--bg-color: #f2f2f2;
    --font-family-main: "Inter", sans-serif;
}

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

.card {
    background-color: var(--white-color);
    padding: 1.5rem;
    border-radius: 12px;
    border: none;
}

.card2 {
    background-color: var(--white-color);
    padding: 1.5rem;
    border: none;
}

.heading_2 {
    font-size: 3rem;
    font-weight: 400;
    color: var(--white-color);
}


.heading_3 {
    font-size: 2rem;
    font-weight: 400;
}

.heading_4 {
    font-size: 1.5rem;
    font-weight: 400;
    margin-top: 1rem;
}

.themeText {
    color: var(--primary-color);
    font-size: 2rem;
    font-weight: 700;
}

.para {
    font-size: 1rem;
    margin-bottom: 0rem;
    color: #00000070;
}
.para1 {
    font-size: 1.2rem;
    margin-bottom: 0rem;
    color: #000000;
}

.para2 {
    font-size: 1rem;
    margin-bottom: 0rem;
    color: #000;
}

.para3 {
    font-size: 1rem;
    margin-bottom: 0rem;
    color: #fff;
    font-weight: 400;
}

.cards_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.cards_main2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.footer_grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.footer_grid_menu {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    /* align-items: center; */
    justify-content: space-between;
}

.footer_grid a {
    text-wrap: nowrap;
    font-weight: 700;
}

.border_bottom {
    border-bottom: 2px solid var(--primary-color);
}

.footer {
    background-color: #2F2E2D;
    color: #fff;
}

.booking-form {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    padding: 30px;
    border-radius: 20px;
    width: 80%;
    margin: 50px auto;
}

.nav-tabs .nav-link {
    color: black;
    font-weight: bold;
}

.nav-tabs .nav-link.active {
    color: #000;
    border: none;
    border-bottom: 3px solid orange;
    background: none;
}

.btn-custom {
    background-color: orange;
    border: none;
    font-weight: bold;
    color: #000;
    padding: 0.8rem 0rem;
}

.btn-custom:hover {
    background-color: #e69500;
    color: white;
}

.right-text {
    width: 100%;
    color: white;
    padding: 50px;
}

.right-text p {
    font-size: 1rem;
    letter-spacing: 0.8px;
    font-weight: 400;
}

.explore-btn {
    background: white;
    color: black;
    font-weight: bold;
    padding: 0.9rem 1.5rem;
}

.explore-btn:hover {
    background: #000;
    color: #fff;
}

.Banner_section {
    min-height: 50vh;
    background: url('../assets/Images/Bg_Home.svg') no-repeat center center;
    background-size: cover;
}

.error {
    color: red;
    font-size: 0.9rem;
}

.vehicleImg {
    width: 150px;
    height: 150px;
    object-fit: contain;
}

.muteText {
    color: #00000050;
    font-size: 1rem;
}

.muteText2 {
    color: #00000050;
    font-size: 0.85rem;
}

.infoText {
    color: #309EB5;
    font-size: 0.85rem;
}

@media print {
    body * {
        visibility: hidden;
    }

    .print-area,
    .print-area * {
        visibility: visible;
    }

    .print-area {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    .no-print {
        display: none !important;
    }

    .print-area {
        box-shadow: none !important;
        border: none !important;
    }
}

.bg-gray-50 {
    background-color: #f9fafb;
}

.text-yellow-500 {
    color: #eab308;
}

.bg-yellow-500 {
    background-color: #eab308;
}

.bg-yellow-500:hover {
    background-color: #ca8a04;
}

.route-line {
    width: 3px;
    height: 96px;
    background-color: #9ca3af;
    position: absolute;
    top: 16px;
    left: 18px;
}

.start-point,
.end-point {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 8px;
}

.start-point {
    background-color: #22c55e;
    top: 12px;
}

.end-point {
    background-color: #ef4444;
    bottom: 12px;
}

.point-inner {
    width: 8px;
    height: 8px;
    background-color: white;
    border-radius: 50%;
}

.map-container {
    height: 128px;
    background: linear-gradient(135deg, #bbf7d0 0%, #86efac 100%);
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.select2-container .select2-selection--single {
    padding: .375rem 2.25rem .375rem .75rem !important;
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.4rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 7px;
    right: 10px;
    width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #000;
}

 .blog-card{
        background: #ff850014;
        box-shadow: 0px 2px 5px !important;
    }
  .blog-title{
        font-weight: 600;
    }
  .blog-head{
        font-size: 2rem;
    }
    .recent-posts{
        max-height: calc(5 * 120px); /* ~5 items tall */
    overflow-y: auto;
    }
    .recent-posts h5{
    font-weight: bold;
    color: var(--color-primary);
    }

@media screen and (max-width: 970px) {
    .footer_grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .cards_main2 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .footer_grid_menu {
        display: grid;
        grid-template-columns: 1fr;
    }

    .cards_main {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }

    .booking-form {
        width: 95%;
        margin: 20px auto;
    }

    .right-text {
        padding: 20px;
    }

}