/* train enquiry */

header {
    position: relative;
    background: var(--dynamic-header);
}

.train-booking {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.4) 0%, rgba(16, 12, 8, 0.4) 100%), url(https://flybtc.blr1.digitaloceanspaces.com/activities/train.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.train-book-div {
    width: 650px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.train-img {
    height: auto;
    width: 100%;
}

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

.form-train-heading {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: white;
    background-color: var(--dynamic-color);
}

.form-main label {
    color: #3a3838;
    font-size: 15px;
    font-weight: 500;
    padding: 0 2px;
}

.form-main input,
.form-main select {
    border: 0;
    outline: 0;
    border-radius: 5px;
    padding: 8px 10px;
    background: white;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    box-shadow: 0 2px 9px -3px rgba(0, 0, 0, 0.4);
}

.form-main input:hover,
.form-main select:hover {
    border-color: #787878;
}

.p-detail {
    font-size: 19px;
    font-weight: 600;
}

.form-main button[type="submit"] {
    outline: 0;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    color: white;
    background-color: var(--dynamic-color);
    width: 60%;
    border-radius: 5px;
    padding: 15px 13px;
    text-transform: capitalize;
    margin: 40px 0;
}

.main-form-div {
    /* border: 1px solid #ccc; border-radius: 7px; */
    box-shadow: 0 2px 9px -3px rgba(0, 0, 0, 0.4);
    margin-top: 20px;
    border-radius: 7px;
}

/* group booking form */

.flight-booking {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.4) 0%, rgba(16, 12, 8, 0.4) 100%), url(https://flybtc.blr1.digitaloceanspaces.com/activities/group.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 60px 0;
}

.flight-book-div {
    width: 831px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.radio-btn.active {
    background-color: rgb(210, 169, 248);
    color: white;
    padding: 6px 12px;
    border-radius: 50px;
    box-shadow: 0 7px 10px -3px rgba(0, 0, 0, 0.2);

}

.radio-btn {
    padding: 6px 12px;
    transition: all 0.2s ease-in-out;
}

.radio-btn label {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.dtbox {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    justify-content: center;
    background-color: rgb(241, 231, 250);
    color: black;
    border-radius: 50px;
    width: 75%;
    box-shadow: 0 7px 10px -3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.dtbox>div {
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.dtbox span {
    font-size: 22px;
}

.dtbox input {
    display: none;
}

.dtbox.active {
    background-color: rgb(210, 169, 248);
    color: white;
}

.left-side-group {
    box-shadow: 3px 0 5px -2px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.left-side-group p {
    font-size: 19px;
}

.right-side-group label {
    color: #3a3838;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500;
    padding: 0 3px;
}

.right-side-group input,
.right-side-group select,
.right-side-group textarea {
    border: 0;
    outline: 0;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    box-shadow: 0 2px 9px -3px rgba(0, 0, 0, 0.4);
}

.right-side-group button {
    outline: 0;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    color: white;
    background-color: var(--dynamic-color);
    border-radius: 5px;
    padding: 13px 13px;
    text-transform: capitalize;
    margin: 15px 0;
    width: 100%;
}

.form-heading {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    background-color: var(--dynamic-color);
    color: #16171a;
    color: white;
}

/* car rental */

.cab-booking {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.4) 0%, rgba(16, 12, 8, 0.4) 100%), url(https://flybtc.blr1.digitaloceanspaces.com/activities/cab.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 40px 0;
}

.cab-book-div {
    width: 680px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
}

.form-cab2 input,
.form-cab2 select,
.form-cab2 textarea {
    border: 0;
    outline: 0;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    padding: 8px 10px;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    border: 1px solid #ccc;
    background: white;
    /* box-shadow: 0 2px 9px -3px rgba(0, 0, 0, 0.2); */
}

.form-cab2 input:hover,
.form-cab2 select:hover,
.form-cab2 textarea:hover {
    border: 1px solid var(--dynamic-color);
}

.form-cab2 label {
    color: #3a3838;
    font-size: 15px;
    font-weight: 500;
    padding: 0 2px;
}

.form-cab2 .submit-btn {
    outline: 0;
    border: 0;
    font-size: 17px;
    font-weight: 600;
    color: white;
    background-color: var(--dynamic-color);
    border-radius: 5px;
    padding: 13px 13px;
    text-transform: capitalize;
    margin: 20px 0;
    width: 60%;
}

/* visa-form */


.visa-booking {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(180deg, rgba(16, 12, 8, 0.4) 0%, rgba(16, 12, 8, 0.4) 100%), url(https://flybtc.blr1.digitaloceanspaces.com/activities/visa.jpg);
    background-size: cover;
    /* height: 340px; */
    background-repeat: no-repeat;
    background-position: top;
    padding: 70px 0;
}

.heading {
    font-size: 25px;
    font-weight: 600;
    padding: 15px 22px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    color: white;
    background-color: var(--dynamic-color);
}

.visa-book-div {
    width: 700px;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
}

.form-visa-div {
    /* border: 1px solid #ccc; */
    border-radius: 6px;
    padding: 15px;
    background-color: white;
    margin: 20px;
}

.form-visa-div label {
    color: #3a3838;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 600;
    padding: 0 3px;
}

.form-visa-div input,
.form-visa-div select,
.form-visa-div textarea {
    border: 0;
    outline: 0;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3 ease-in-out;
    width: 100%;
    border: 1px solid #ccc;
}

.form-visa-div input:focus,
.form-visa-div select:focus,
.form-visa-div textarea:focus {
    border: 1px solid var(--dynamic-color);
}

.form-visa-div button[type="submit"] {
    background-color: var(--dynamic-color);
    color: white;
    border: 0;
    outline: 0;
    width: 160px;
    border-radius: 4px;
    padding: 7px 10px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.error-text {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-style: italic;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type="number"] {
    -moz-appearance: textfield;
}



/*!-------------------------------------- Responsive Part  ----------------------------------*/

@media (max-width:425px) {
    .flight-book-div {
        width: 94%;
    }

    .dtbox {
        width: 45%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding: 8px;
        border-radius: 10px
    }

    .dtbox>div {
        font-size: 13px;
    }

    .form-heading {
        font-size: 20px;
    }

    .dtbox span {
        font-size: 19px;
    }

    .left-side-group {
        box-shadow: 0 0 0;
    }

    .flight-booking {
        padding: 20px 0;
    }

    /* train  */
    .train-book-div {
        width: 95%;
    }

    .form-train-heading {
        font-size: 22px;
    }

    .p-detail {
        font-size: 18px;
    }

    .form-main button[type="submit"] {
        width: 100%;
        margin: 22px 0;
    }

    .train-booking {
        padding: 20px 0;
    }

    /* car rental */
    .cab-book-div {
        width: 92%;
    }

    .cab-booking {
        padding: 20px 0;
    }

    .form-cab2 .submit-btn {
        width: 100%;
    }

    /* visaa */
    .visa-book-div {
        width: 95%;
    }

    .visa-booking {
        padding: 30px 0;
    }
}

@media (min-width:426px) and (max-width:575px) {
    .dtbox {
        width: 45%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding: 8px;
        border-radius: 10px
    }

    .flight-book-div {
        width: 440px;
    }

    .dtbox>div {
        font-size: 13px;
    }

    .form-heading {
        font-size: 23px;
    }

    .dtbox span {
        font-size: 19px;
    }

    .left-side-group {
        box-shadow: 0 0 0;
    }

    .flight-booking {
        padding: 20px 0;
    }

    /* train  */
    .train-book-div {
        width: 450px;
    }

    .form-train-heading {
        font-size: 22px;
    }

    .p-detail {
        font-size: 18px;
    }

    .form-main button[type="submit"] {
        width: 100%;
        margin: 22px 0;
    }

    .train-booking {
        padding: 20px 0;
    }

    /* car rental */
    .cab-book-div {
        width: 410px;
    }

    .cab-booking {
        padding: 20px 0;
    }

    .form-cab2 .submit-btn {
        width: 100%;
    }

    /* visaa */
    .visa-book-div {
        width: 440px;
    }

    .visa-booking {
        padding: 30px 0;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .dtbox {
        width: 31%;
        display: flex;
        flex-direction: column;
        gap: 0px;
        padding: 8px;
        border-radius: 10px
    }

    .flight-book-div {
        width: 560px;
    }

    .dtbox>div {
        font-size: 13px;
    }

    .form-heading {
        font-size: 23px;
    }

    .left-side-group {
        box-shadow: 0 0 0;
    }

    .flight-booking {
        padding: 20px 0;
    }

    /* train  */
    .train-book-div {
        width: 521px;
    }

    .form-train-heading {
        font-size: 22px;
    }

    .p-detail {
        font-size: 18px;
    }

    .form-main button[type="submit"] {
        width: 100%;
        margin: 22px 0;
    }

    .train-booking {
        padding: 20px 0;
    }

    /* car rental */
    .cab-book-div {
        width: 500px;
    }

    .cab-booking {
        padding: 20px 0;
    }

    .form-cab2 .submit-btn {
        width: 100%;
    }

    /* visaa */
    .visa-book-div {
        width: 520px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .flight-book-div {
        width: 710px;
    }

    /* train  */
    .train-book-div {
        width: 600px;
    }

    .form-train-heading {
        font-size: 22px;
    }

    .p-detail {
        font-size: 18px;
    }

    .form-main button[type="submit"] {
        width: 100%;
        margin: 22px 0;
    }

    /* car rental */

    .cab-book-div {
        width: 580px;
    }

    .cab-booking {
        padding: 56px 0;
    }

    /* visa */

    .visa-book-div {
        width: 550px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .flight-book-div {
        width: 831px;
    }

    /* train  */
    .train-book-div {
        width: 600px;
    }

    /* visa */

    .visa-book-div {
        width: 650px;
    }
}



.visa-card {
    height: 220px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.visa-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.visa-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    filter: brightness(70%);
    transition: filter 0.3s ease;
}

.visa-card:hover .visa-image {
    filter: brightness(50%);
}

.visa-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    opacity: 1;
    transition: background 0.3s ease;
}

.visa-card:hover .visa-overlay {
    background: rgba(0, 0, 0, 0.55);
}

.visa-overlay h5 {
    font-size: 1.2rem;
    letter-spacing: 0.5px;
}

.webcheck .airline-card {
    background: #ffffff;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.webcheck .airline-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.webcheck img {
    width: 60px;
    height: auto;
    border-radius: 8px;
    background: #f8f9fa;
    padding: 5px;
}

.btn-airline {
    background: linear-gradient(135deg, #5a67d8, #805ad5);
    padding: 8px 18px;
    color: #fff !important;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.2s ease;
}

.btn-airline:hover {
    background: linear-gradient(135deg, #434190, #6b46c1);
    transform: scale(1.05);
}


.fghyuikolp {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

@media(max-width:950px) {
    .fghyuikolp {
        grid-template-columns: repeat(1, 1fr)
    }
}

.search-list {
    position: absolute;
    top: 72px;
    list-style: none;
    padding: 0.8rem;
    margin: 0;
    border-radius: 4px;
    background: white;
    box-shadow: 0px 6px 12px 0px #00000030;
    width: calc(100% - var(--bs-gutter-x));
    z-index: 2;
    display: none;

    & li {
        cursor: pointer;
        padding-bottom: 8px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px;
    }

    & h6 {
        font-size: 14px;
    }

    & span {
        font-size: 12px;
    }
}

.blogdetails {
    height: 400px;
}

.blogdetails>div:nth-child(1) {
    width: 100%;
}

.blogdetails>div:nth-child(2) {
    display: grid;
    place-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    background: #0000008f;
    text-align: center;
}

.blogdetails h1 {
    font-size: 50px;
    max-width: 70rem;
    margin: auto;
}

.blog-text {
    max-width: 80rem;
    margin: 4rem auto;
    padding: 0px 15px;
}

.blog-text p {
    font-size: 16px;
    color: #555555;
}

@media (max-width: 767px) {
    .blogdetails {
        height: 200px
    }

    .blogdetails h1 {
        font-size: 30px;
        padding: 0px 10px;
    }

    .blog-text {
        margin: 2rem auto;
    }
}


/* Scoped improvements for Visa Details page */
.visa-hero {
    background: #fff;
    border-radius: 8px;
}

.visa-hero h1 {
    font-size: 1.9rem
}

.visa-fact {
    background: #f8f9fa;
    border-radius: 6px;
    padding: 14px;
}

.visa-card .visa-image-2 {
    height: 170px;
    background-size: cover;
    background-position: center
}

.visa-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.0) 0%, rgba(0, 0, 0, 0.45) 100%);
    padding: 18px
}

.key-list li {
    margin-bottom: 6px
}

.apply-cta {
    background: #0d6efd;
    color: #fff;
    border-radius: 6px;
    padding: 10px 16px
}

.secondary-cta {
    background: #6c757d;
    color: #fff;
    border-radius: 6px;
    padding: 10px 16px
}

@media (max-width:767px) {
    .visa-hero h1 {
        font-size: 1.4rem
    }
}

.blogHEADING{
    white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
}