/* @font-face {
    font-family: 'CoconatRegular';
    src: url('../fonts/CoconatRegular.eot');
    src: url('../fonts/CoconatRegular.eot') format('embedded-opentype'),
         url('../fonts/CoconatRegular.woff2') format('woff2'),
         url('../fonts/CoconatRegular.woff') format('woff'),
         url('../fonts/CoconatRegular.ttf') format('truetype'),
         url('../fonts/CoconatRegular.svg#CoconatRegular') format('svg');
}

.info-box .mb-box h1 { font-family: 'CoconatRegular'; }
.section-heading { font-family: 'CoconatRegular'; } */

.price-block {
    width: 36%;
}

.freepick {
    padding: 0 12% !important;
}

.pg-tabs .nav-item .nav-link {
    padding: calc(0.3vw + 1px) calc(0.5vw + 1px);
    font-size: 13px;
}

.tncpopup {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    top: 0;
    bottom: 0;
    background: #0000005c;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tncpopupbox {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    position: relative;
    height: 80vh;
    padding: 25px 0;
    border-radius: 19px;
    overflow: hidden;
    padding-bottom: 20px;
}

.tncpopupbox_title {
    font-size: 22px;
    color: #333;
    margin: 0;
    padding-left: 20px;
}

.popupdata {
    height: 74vh;
    overflow: scroll;
    padding: 20px;
}

.popupdata h3 {
    font-size: 1.2rem;
}

.popupdata p {
    margin-bottom: 10px;
}

.popupdata table {
    margin-bottom: 10px;
}

.closepopup {
    position: absolute;
    right: 17px;
    top: 17px;
    font-size: 25px;
    line-height: normal;
    cursor: pointer;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popupdata::-webkit-scrollbar {
    width: 4px;
}

.popupdata::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.popupdata::-webkit-scrollbar-thumb {
    background: #888;
}

.popupdata::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.tearmsandconditionbox {
    color: #fff;
    margin-top: 5px;
    display: block;
}

.tearmsandconditionbox a {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    text-decoration: none;
}

.glightbox-clean .gslide-title {
    text-transform: uppercase;
    font-weight: 600;
}

#chat {
    max-width: 400px;
    width: 100%;
    height: 600px;
    background: #fafafa;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: fixed;
    right: 25px;
    bottom: 115px;
    height: 60vh;
    z-index: 2;
}

#chatLog {
    flex-grow: 1;
    padding: 20px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#chat .message {
    max-width: 90%;
    padding: 12px 18px;
    border-radius: 20px;
    line-height: 1.4;
    font-size: 15px;
    word-wrap: break-word;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#chat .bot {
    background: #efefef;
    color: #333;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

#chat .user {
    background: var(--clr-p);
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

#chat-body {
    padding: 10px 15px;
    border-top: 1px solid #ddd;
    background: #fafafa;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: end;
    overflow-y: auto;
    max-height: 90%;
    box-sizing: border-box;
}

#chat .option-btn {
    background: var(--clr-p);
    border: none;
    color: white;
    border-radius: 20px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 14px;
    transition: background 0.25s;
    width: max-content;
}

#chat .option-btn:hover {
    background: var(--clr-p);
}

#chat input[type="text"],
input[type="tel"] {
    flex-grow: 1;
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 15px;
}

#chat .btn-wrapper {
    margin-top: 10px;
    width: 100%;
}

#chat .btn-wrapper button {
    width: 100%;
}

#typingIndicator {
    font-style: italic;
    color: #777;
    margin-left: 4px;
}

#chatopenbtn {
    position: fixed;
    bottom: 50px;
    right: 320px;
    border-radius: 7px;
    box-shadow: 0 0 8px 4px rgb(0 0 0 / 16%);
    background-image: url(../images/aishwarya.gif);
    background-position: center center;
    background-size: cover;
    width: 60px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    z-index: 1100;
    background-repeat: no-repeat;
}

#chatclosebtn {
    position: fixed;
    bottom: 50px;
    right: 320px;
    border-radius: 7px;
    box-shadow: 0 0 8px 4px rgb(0 0 0 / 16%);
    width: 60px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    z-index: 1100;
    display: flex;
    background: var(--clr-p);
    color: #ffffff;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    font-weight: 100;
}

#chat .user-message,
.bot-message {
    max-width: 75%;
    padding: 10px 16px;
    border-radius: 20px;
    line-height: 1.4;
    font-size: 15px;
    word-wrap: break-word;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#chat .bot-message.bot {
    background: #efefef;
    color: #333;
    align-self: flex-start;
    border-bottom-left-radius: 4px;
}

#chat .user-message.user {
    background: var(--clr-p);
    color: white;
    align-self: flex-end;
    border-bottom-right-radius: 4px;
}

#chat .typing {
    font-style: italic;
    color: #777;
}

#chat .chatconfigbox {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-top: 10px;
    justify-content: end;
}

#chat .option-btn {
    background: var(--clr-p);
    color: white;
    border: none;
    border-radius: 20px;
    padding: 8px 14px;
    cursor: pointer;
    font-size: 14px;
}

#chat .option-btn:hover {
    background: var(--clr-p);
}

#chat input[type="text"],
input[type="tel"] {
    padding: 8px 12px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 14px;
    width: 100%;
}

#chat .submit-btn {
    background: #28a745;
    color: white;
    border: none;
    padding: 8px 16px;
    margin-top: 10px;
    border-radius: 20px;
    cursor: pointer;
}

#chat form {
    margin-bottom: 10px;
}

.chatbotform {
    width: 100%;
}

.chatbotform .btn-dark {
    background: var(--clr-p);
}

.chatbotform .btn-dark:hover {
    background: var(--clr-p);
}

#chat-square {
    right: 50px;
    background-image: url("/assets/img/chatbot/priya.gif");
    background-position: center center;
    background-size: cover;
    width: 60px;
    height: 60px;
    color: #fff;
    cursor: pointer;
    z-index: 1100;
    background-repeat: no-repeat;
}

.close-img {
    background-image: url("/assets/img/chatbot/closebtn3.svg");
    padding: 11px;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 18px;
    left: 18px;
}

#chat-close {
    right: 30px;
    background-position: center center;
    background-size: cover;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 1100;
    position: fixed;
    bottom: 50px;
    display: none;
    background-color: #fe5b7f;
    border-radius: 7px;
    box-shadow: 0 0 8px 4px rgb(0 0 0 / 16%);
}

@media (max-width: 767px) {
    .chat-footer {
        bottom: 10px !important;
        position: fixed !important;
    }
    #chat-close {
        right: 0px;
        z-index: 9999;
        top: -5px;
        box-shadow: none;
        background: transparent;
    }
}

#chat-square {
    border-radius: 7px;
    box-shadow: 0 0 8px 4px rgb(0 0 0 / 16%);
}

#chat-square {
    position: fixed;
    bottom: 50px;
    right: 30px;
}

.chat-wrapper {
    position: fixed;
    bottom: 120px;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.hb-actions-buttons-button {
    box-shadow: 0px 3px 3px #ddd !important;
}

.hb-actions-buttons-button:active {
    box-shadow: 0px 0px !important;
    transform: translateY(3px);
}

.hb-actions-buttons-button:hover {
    background: #fe5b7f;
    color: #fff !important;
}

.hb-actions-buttons {
    margin-top: 16px;
}

.hb-message-content {
    margin-top: 15px;
}

.chat-wrapper {
    display: none;
    background: #efefef;
    right: 30px;
    width: 365px;
    max-width: 85vw;
    border-radius: 6px;
    box-shadow: 0px 3px 6px #0000004B;
    z-index: 1100;
    height: 79%;
    max-height: 602px;
}

.chat-header {
    background: var(--clr-p);
    height: 48px;
    color: #fff;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.chat-header-photo {
    float: left;
    background-image: url(../images/aishwarya.gif);
    background-position: center center;
    background-size: cover;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    margin-right: 14px;
    border: 2px solid #fff;
    margin-left: 5px;
    position: relative;
}

.chat-header-name {
    float: left;
    line-height: 19px;
    font-size: 14px;
}

@media(max-width:960px) {
    .price-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .main-navbar .logo {
        height: 50px !important;
    }
    .freepick {
        display: block;
    }
    #chatopenbtn {
        left: inherit;
        right: 20px;
    }
    #chat {
        width: calc(100% - 10px);
        left: 0px;
        right: 0px;
        margin: 5px;
        box-sizing: border-box;
        top: 0;
        height: calc(80vh - 10px);
        z-index: 9999;
    }
    #chatclosebtn {
        left: inherit;
        right: 10px;
        top: 7px;
        height: 48px;
        font-size: 22px;
        box-shadow: none;
        background: none;
        z-index: 999999999999;
    }
}