
/*=========================================
        Bhopal Sightseeing Packages
=========================================*/

.ltp-section {
    padding: 100px 0;
    background: #f8f9fb;
}

/*=========================================
        Heading
=========================================*/

.ltp-heading {

    max-width: 800px;
    margin: 0 auto 60px;
}

.ltp-subtitle {

    display: inline-block;
    background: #fff6da;
    color: #FDB913;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.ltp-title {
    font-size: 42px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
    line-height: 1.3;
}

.ltp-description {
    color: #666;
    line-height: 1.9;
    font-size: 16px;
}

/*=========================================
        Card
=========================================*/

.ltp-card {
    background: #fff;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .35s;
    height: 100%;
}

.ltp-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .14);
}

/*=========================================
        Image
=========================================*/

.ltp-image {
    position: relative;
    overflow: hidden;
}

.ltp-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: .5s;
}

.ltp-card:hover .ltp-image img {

    transform: scale(1.08);

}

.ltp-badge {

    position: absolute;
    top: 20px;
    left: 20px;
    background: #FDB913;
    color: #222;
    padding: 8px 18px;
    border-radius: 30px;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
}

/*=========================================
        Content
=========================================*/

.ltp-content {
    padding: 30px;
}

.ltp-content h3 {
    font-size: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
}

.ltp-content p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

/*=========================================
        Places List
=========================================*/

.ltp-list {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.ltp-list li {

    margin-bottom: 14px;
    color: #555;
    display: flex;
    align-items: center;
    line-height: 1.6;
}

.ltp-list li i {
    color: #FDB913;
    margin-right: 12px;
    min-width: 18px;
}

/*=========================================
        Footer
=========================================*/

.ltp-footer {

    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ececec;
    padding-top: 25px;
}

.ltp-price span {
    display: block;
    color: #888;
    font-size: 14px;
}

.ltp-price h4 {
    margin: 5px 0 0;
    font-size: 20px;
    color: #FDB913;
    font-weight: 700;
}

.ltp-btn {

    display: inline-flex;

    align-items: center;

    justify-content: center;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    transition: .35s;
    box-shadow: 0 8px 20px rgba(37, 211, 102, .25);
}

.ltp-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.ltp-btn:hover {
    background: #159947;
    color: #fff;
    text-decoration: none;
    transform: translateY(-3px);
}

/*=========================================
        Responsive
=========================================*/

@media(max-width:1199px) {

    .ltp-title {
        font-size: 38px;
    }

}

@media(max-width:991px) {

    .ltp-section {
        padding: 80px 0;
    }

    .ltp-title {
        font-size: 34px;
    }
    .ltp-content {
        padding: 25px;
    }
}

@media(max-width:767px) {

    .ltp-section {
        padding: 70px 0;
    }

    .ltp-title {
        font-size: 30px;
    }

    .ltp-image img {
        height: 220px;
    }

    .ltp-footer {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .ltp-btn {
        width: 100%;
    }
}

@media(max-width:575px) {

    .ltp-section {

        padding: 60px 0;
    }
    .ltp-title {
        font-size: 26px;
    }
    .ltp-content {
        padding: 22px;
    }
    .ltp-content h3 {

        font-size: 22px;
    }
    .ltp-image img {
        height: 200px;
    }
    .ltp-btn {
        padding: 14px 20px;
    }
}

@media(max-width:420px) {
    .ltp-title {
        font-size: 23px;
    }
    .ltp-subtitle {
        font-size: 13px;
    }
    .ltp-content h3 {
        font-size: 20px;
    }
    .ltp-content p {
        font-size: 15px;
    }

}


/*=========================================
        Local Taxi FAQ Section
=========================================*/

.ltsfaq-section{

    padding:100px 0;

    background:#ffffff;

}

.ltsfaq-heading{

    max-width:800px;

    margin:0 auto 60px;

}

.ltsfaq-subtitle{

    display:inline-block;

    padding:8px 22px;

    background:#fff7df;

    color:#FDB913;

    border-radius:30px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.ltsfaq-heading h2{

    font-size:42px;

    font-weight:700;

    color:#222;

    margin-bottom:18px;

    line-height:1.3;

}

.ltsfaq-heading p{

    color:#666;

    font-size:16px;

    line-height:1.9;

}

/*=========================================
        FAQ Wrapper
=========================================*/

.ltsfaq-wrapper{

    max-width:950px;

    margin:auto;

}

/*=========================================
        FAQ Card
=========================================*/

.ltsfaq-item{

    background:#fff;

    border:1px solid #ececec;

    border-radius:16px;

    margin-bottom:18px;

    overflow:hidden;

    transition:.35s;

    box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.ltsfaq-item:hover{

    border-color:#FDB913;

    transform:translateY(-3px);

    box-shadow:0 18px 35px rgba(0,0,0,.08);

}

/*=========================================
        Question
=========================================*/

.ltsfaq-question{

    width:100%;

    border:none;

    background:#fff;

    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:24px 28px;

    cursor:pointer;

    outline:none;

    font-size:18px;

    font-weight:600;

    color:#222;

    text-align:left;

    transition:.3s;

}

.ltsfaq-question span{

    width:92%;

    line-height:1.6;

}

.ltsfaq-question:hover{

    color:#FDB913;

}

.ltsfaq-question i{

    width:42px;

    height:42px;

    background:#fff7df;

    color:#FDB913;

    border-radius:50%;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s;

    flex-shrink:0;

}

/*=========================================
        Active State
=========================================*/

.ltsfaq-item.active{

    border-color:#FDB913;

}

.ltsfaq-item.active .ltsfaq-question{

    color:#FDB913;

}

.ltsfaq-item.active .ltsfaq-question i{

    background:#FDB913;

    color:#fff;

    transform:rotate(45deg);

}

/*=========================================
        Answer
=========================================*/

.ltsfaq-answer{

    max-height:0;

    overflow:hidden;

    transition:max-height .4s ease;

    background:#fcfcfc;

}

.ltsfaq-answer p{

    padding:0 28px 25px;

    margin:0;

    color:#666;

    line-height:1.9;

    font-size:15px;

}

/*=========================================
        Responsive
=========================================*/

@media(max-width:991px){

    .ltsfaq-section{

        padding:80px 0;

    }

    .ltsfaq-heading h2{

        font-size:34px;

    }

}

@media(max-width:767px){

    .ltsfaq-section{

        padding:70px 0;

    }

    .ltsfaq-heading{

        margin-bottom:40px;

    }

    .ltsfaq-heading h2{

        font-size:30px;

    }

    .ltsfaq-question{

        padding:20px;

        font-size:17px;

    }

    .ltsfaq-answer p{

        padding:0 20px 20px;

    }

}

@media(max-width:575px){

    .ltsfaq-section{

        padding:60px 0;

    }

    .ltsfaq-heading h2{

        font-size:26px;

    }

    .ltsfaq-heading p{

        font-size:15px;

    }

    .ltsfaq-question{

        font-size:16px;

        padding:18px;

    }

    .ltsfaq-question span{

        width:88%;

    }

    .ltsfaq-question i{

        width:36px;

        height:36px;

        font-size:14px;

    }

    .ltsfaq-answer p{

        font-size:14px;

        line-height:1.8;

        padding:0 18px 18px;

    }

}

@media(max-width:420px){

    .ltsfaq-heading h2{

        font-size:22px;

    }

    .ltsfaq-question{

        font-size:15px;

    }

}

/*=========================================
        Local Taxi Booking Form
=========================================*/

.lts-book-section{

    padding:100px 0;

    background:#f8f9fb;

}

/*=========================================
        Left Content
=========================================*/

.lts-book-content{

    padding-right:40px;

}

.lts-book-subtitle{

    display:inline-block;

    background:#fff7df;

    color:#FDB913;

    padding:8px 22px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    text-transform:uppercase;

    letter-spacing:1px;

    margin-bottom:20px;

}

.lts-book-content h2{

    font-size:42px;

    font-weight:700;

    color:#222;

    line-height:1.3;

    margin-bottom:22px;

}

.lts-book-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:30px;

    font-size:16px;

}

.lts-book-list{

    list-style:none;

    padding:0;

    margin:0;

}

.lts-book-list li{

    display:flex;

    align-items:center;

    margin-bottom:18px;

    font-weight:600;

    color:#444;

}

.lts-book-list li i{

    color:#FDB913;

    margin-right:12px;

    font-size:18px;

}

/*=========================================
        Form Card
=========================================*/

.lts-book-card{

    background:#fff;

    border-radius:22px;

    padding:35px;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

    border:1px solid #eeeeee;

}

.lts-book-card .form-group{

    margin-bottom:22px;

}

.lts-book-card label{

    font-weight:600;

    color:#333;

    margin-bottom:8px;

    display:block;

}

.lts-book-card .form-control{

    height:54px;

    border-radius:12px;

    border:1px solid #dddddd;

    box-shadow:none;

    transition:.3s;

    font-size:15px;

    padding:10px 18px;

}

.lts-book-card textarea.form-control{

    height:120px;

    resize:none;

}

.lts-book-card .form-control:focus{

    border-color:#FDB913;

    box-shadow:0 0 0 4px rgba(253,185,19,.15);

}

/*=========================================
        Button
=========================================*/

.lts-book-btn{

    width:100%;

    border:none;

    background:#25D366;

    color:#fff;

    height:58px;

    border-radius:50px;

    font-size:18px;

    font-weight:700;

    cursor:pointer;

    transition:.35s;

    box-shadow:0 12px 25px rgba(37,211,102,.28);

}

.lts-book-btn i{

    margin-right:10px;

    font-size:22px;

}

.lts-book-btn:hover{

    background:#159947;

    transform:translateY(-3px);

}

/*=========================================
        Bottom Note
=========================================*/

.lts-book-note{

    text-align:center;

    margin-top:18px;

    color:#777;

    font-size:14px;

    line-height:1.8;

}

/*=========================================
        Placeholder
=========================================*/

.lts-book-card input::placeholder,

.lts-book-card textarea::placeholder{

    color:#999;

}

/*=========================================
        Select
=========================================*/

.lts-book-card select.form-control{

    cursor:pointer;

}

/*=========================================
        Responsive
=========================================*/

@media(max-width:1199px){

    .lts-book-content h2{

        font-size:38px;

    }

}

@media(max-width:991px){

    .lts-book-section{

        padding:80px 0;

    }

    .lts-book-content{

        padding-right:0;

        margin-bottom:40px;

        text-align:center;

    }

    .lts-book-list{

        display:inline-block;

        text-align:left;

    }

    .lts-book-content h2{

        font-size:34px;

    }

}

@media(max-width:767px){

    .lts-book-section{

        padding:70px 0;

    }

    .lts-book-content h2{

        font-size:30px;

    }

    .lts-book-card{

        padding:28px;

    }

}

@media(max-width:575px){

    .lts-book-section{

        padding:60px 0;

    }

    .lts-book-content h2{

        font-size:26px;

    }

    .lts-book-content p{

        font-size:15px;

    }

    .lts-book-card{

        padding:22px;

        border-radius:18px;

    }

    .lts-book-card .form-control{

        height:50px;

        font-size:14px;

    }

    .lts-book-btn{

        height:54px;

        font-size:16px;

    }

    .lts-book-note{

        font-size:13px;

    }

}

@media(max-width:420px){

    .lts-book-content h2{

        font-size:23px;

    }

    .lts-book-subtitle{

        font-size:13px;

    }

    .lts-book-card{

        padding:18px;

    }

}


/*=========================================
        Popular Local Taxi Routes
=========================================*/

.ltr-section{

    padding:90px 0;

    background:#f8f9fb;

}

/*=========================================
        Heading
=========================================*/

.ltr-heading{

    max-width:800px;

    margin:0 auto 50px;

}

.ltr-subtitle{

    display:inline-block;

    background:#fff7df;

    color:#FDB913;

    padding:8px 20px;

    border-radius:50px;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    text-transform:uppercase;

    margin-bottom:16px;

}

.ltr-heading h2{

    margin:0;

    color:#222;

    font-size:40px;

    font-weight:700;

    line-height:1.3;

}

/*=========================================
        Route Card
=========================================*/

.ltr-card{

    min-height:95px;

    width:100%;

    padding:20px 18px;

    background:#ffffff;

    border:1px solid #eeeeee;

    border-radius:16px;

    display:flex;

    align-items:center;

    justify-content:flex-start;

    gap:14px;

    color:#222;

    text-decoration:none;

    box-shadow:0 8px 25px rgba(0,0,0,.06);

    transition:all .35s ease;

}

.ltr-card i{

    width:42px;

    height:42px;

    min-width:42px;

    display:flex;

    align-items:center;

    justify-content:center;

    background:#fff7df;

    color:#FDB913;

    border-radius:50%;

    font-size:17px;

    transition:all .35s ease;

}

.ltr-card span{

    font-size:16px;

    font-weight:600;

    line-height:1.5;

    color:#333;

}

/*=========================================
        Hover
=========================================*/

.ltr-card:hover{

    color:#222;

    text-decoration:none;

    border-color:#FDB913;

    transform:translateY(-6px);

    box-shadow:0 16px 35px rgba(0,0,0,.10);

}

.ltr-card:hover i{

    background:#FDB913;

    color:#fff;

    transform:rotate(8deg);

}

.ltr-card:hover span{

    color:#111;

}

/*=========================================
        Responsive
=========================================*/

@media(max-width:1199px){

    .ltr-heading h2{

        font-size:36px;

    }

    .ltr-card{

        min-height:90px;

    }

}

@media(max-width:991px){

    .ltr-section{

        padding:75px 0;

    }

    .ltr-heading{

        margin-bottom:40px;

    }

    .ltr-heading h2{

        font-size:32px;

    }

}

@media(max-width:767px){

    .ltr-section{

        padding:65px 0;

    }

    .ltr-heading h2{

        font-size:29px;

    }

    .ltr-card{

        min-height:85px;

        padding:18px;

    }

}

@media(max-width:575px){

    .ltr-section{

        padding:55px 0;

    }

    .ltr-heading{

        margin-bottom:35px;

    }

    .ltr-heading h2{

        font-size:25px;

    }

    .ltr-subtitle{

        font-size:13px;

        padding:7px 16px;

    }

    .ltr-card{

        min-height:78px;

        padding:16px;

        border-radius:14px;

        gap:12px;

    }

    .ltr-card i{

        width:38px;

        height:38px;

        min-width:38px;

        font-size:15px;

    }

    .ltr-card span{

        font-size:15px;

    }

}

@media(max-width:380px){

    .ltr-heading h2{

        font-size:22px;

    }

    .ltr-card span{

        font-size:14px;

    }

}