.btn {
    margin-top: 30px;
}

#bg-blue {
    background-color: #060042;
}

.scrollBlock {
    color: black !important;
    left: -5%;
}

.scrollBlock {
    color: #000;
    position: relative;
    top: 7px !important;
}


.btn-outline-primary {
    transition: all 0.5s ease;
}

.btn-outline-primary:hover {
    background-color: transparent;
    border: 1px solid #FC4F02;
    color: #FC4F02;
    transform: translateX(5px);
}

.accordion-item {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
}

.accordion-button {
    padding: 20px !important;
  
}
.accordion-body {
    padding: 0 60px 40px !important;
}
.ai-chatbot {
    background-color: #060042;
}


.col h4 {
    font-size: 20px;
}

.grid {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 25px;
}

.grid-box {
    border: 1px solid black;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
    border-radius: 5px;
    height: 180px;
    border: 2px solid transparent;
    padding: 20px !important;
    transition: all 0.5s ease;
}

.connectBtn1 {
    border: 1px solid #fc4f02 !important;
    background-color: #fc4f02;
    width: auto;
    padding: 18px 38px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0;
    text-decoration: none;
    text-align: left;
    transition: all 0.5sease;
}

.grid-box:hover {
    border: 2px solid #FC4F02;
    transition: 0.3s;
}

.header {
    font-size: 20px;
    font-weight: bold;
    margin: 5px;
    padding: 5px;
}

.title-h3 {
    font-size: 20px;
    margin: 0;
}

.accordion-button:focus {
    box-shadow: none;
}

/* .accordion-button{
    box-shadow: 2px 2px 4px 0 rgb(0 0 0 / 10%);
} */

.chatbot-box {
    box-shadow: 0px 0px 15px 0 rgb(0 0 0 / 10%);
    border: 2px solid transparent;
    transition: all 0.5s ease;
}

.chatbot-box:hover {
    border: 2px solid #FC4F02;
}

.heading h3 {
    font-size: 20px;
    margin: 0;
}

.accordion-button::after {
    margin-left: auto;
    margin-right: 0;
}

.pricing-box {
    border: 1px solid black;
}

.box-heading {
    display: flex;
}

.box-heading h4 {
    font-size: 20px;
    margin: 0;
}

.pricing-box {
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 5%);
    border: 2px solid transparent;
}

.pricing-model h3 {
    margin: 10px 0;
}

/* .pricing-box:hover{
    border: 2px solid #FC4F02;
} */

.travel-service h3 {
    margin: 10px 0;
}

.sml-txt {
    margin-top: 20px;
}

.travel-service {
    color: white;
    border-radius: 0;
    padding: 14px;
    font-size: 16px;
    min-width: 190px;
    text-align: center;
    background-color: #FC4F02;
    border-color: #FC4F02 !important;
}

.travel-service:hover {
    color: #fff;
    background-color: #FC4F02;
    border-color: #FC4F02;
    font-size: 16px;
    min-width: 190px;
    text-align: center;
    transition: 0.3s
}

.accordion-button:not(.collapsed) {
    background-color: white;
    border: none;
}

.accordion-body {
    background-color: white !important;
    border: none;
}

.use-case h3 {
    margin: 0;
}

.accordion-item {
    border: none;
}

.accordion {
    border: none !important;
    --bs-accordion-border-width: none !important;
}

.chatbot-info {
    margin-left: 0 !important;
}




@media screen and (max-width: 900px) {
    .header {
        font-size: 18px;
    }

}

@media screen and (max-width: 900px) {
    .grid {
        grid-template-columns: 100%;
    }
}


@media screen and (max-width: 400px) {
    .p-5 {
        padding: 10px !important;
    }
}

@media screen and (max-width: 1200px) {
    .grid-box {
        height: auto;
    }
}

@media screen and (max-width: 576px) {
    .chatbot-box {
        max-width: 350px;
    }
}