/*whatsapp chatbot style start*/
.whats-msg-lbl
{
        background: white;
    padding: 5px;
    box-shadow: 2px 2px #c3c3c36e;
    border-radius: 5px;
}

.whatsapp-chat-container {
    min-height: 60px;
    max-height: 500px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    font-display: swap;
    font-family: 'Segoe UI', sans-serif;
}

.whatsapp-chat-box {
    width: 300px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.whatsapp-chat-box {
    animation: fadeIn 0.3s ease-out;
}

.whatsapp-chat-header {
    background-color: #075e54;
    color: #fff;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.assistant-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #25d366;
}

.assistant-name {
    font-weight: 700;
    font-size: 15px;
}

.chat-messages {
    padding: 10px;
    background: #ece5dd;
    flex-grow: 1;
    overflow-y: auto;
    max-height: 250px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
}

.message {
    max-width: 80%;
    padding: 8px 12px;
    margin-bottom: 10px;
    border-radius: 7.5px;
    font-size: 14px;
    line-height: 1.4;
    position: relative;
    animation: 0.3s ease-out messagePopUp;
    opacity: 1;
}

@keyframes messagePopUp {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.message.assistant {
    background: #fff;
    align-self: flex-start;
    border-radius: 7.5px 7.5px 7.5px 0;
}

.message.user {
    background: #dcf8c6;
    align-self: flex-end;
    border-radius: 7.5px 7.5px 0;
}

.message-time {
    font-size: 10px;
    color: #514d4d;
    margin-top: 2px;
    text-align: right;
}

.typing {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 0 10px;
    margin-top: 5px;
}

.typing-dot {
    width: 6px;
    height: 6px;
    background-color: #888;
    border-radius: 50%;
    animation: 1.3s ease-in-out infinite typing;
}

.typing-dot:nth-child(2) {
    animation-delay: 0.2s;
}

.typing-dot:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes typing {
    0%, 100%, 80% {
        transform: scale(0.6);
        opacity: 0.3;
    }
    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.chat-action-area {
    display: flex;
    justify-content: center;
    padding: 10px;
    background: #f0f0f0;
    border-top: 1px solid #ccc;
}

.whatsapp-now-btn {
    background-color: #075e54;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #128c7e;
    transition: 0.3s;
}

.btn-custom-infoid,
.whatsapp-icon-btn {
    display: inline-flex;
    text-decoration: none;
}

.whatsapp-now-btn i {
    font-size: 16px;
}

.whatsapp-now-btn:hover {
    background-color: #128c7e;
    color: #fff;
    text-decoration: none;
    box-shadow: inset 0 0 0 1px #0b5b4c;
}

.whatsapp-icon-btn {
    background-color: #25d366;
    color: #fff;
    font-size: 22px;
    padding: 18px;
    border-radius: 50%;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
}

.close-chat-btn {
    position: absolute;
    top: 8px;
    right: 12px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/*whatsapp chatbot style end*/

/*owl courasel start*/

.my-owl
{
height: 257px !important;
width: 100% !important;
}



/*owl caourasel end*/

/*product carousal start*/

.carousel-control-prev-icon
{
    background-image:url('https://cdn-icons-png.flaticon.com/128/8804/8804952.png') !important;
}
.carousel-control-prev
{
    left: -90px;
    bottom: 120px;
}
.carousel-control-next-icon
{
   background-image:url('https://cdn-icons-png.flaticon.com/128/8804/8804961.png') !important;
}
.carousel-control-next
{
    right: -90px;
    bottom: 120px;
}

/*product carousal end*/

.form-control
{
    background-color: #e1ebf8 !important;
    margin-top: 15px !important;
    border: none;
    height: 45px;
}
textarea.form-control
{
    height: 100px;
}
.modal-footer
{
    border-top: none;
}
.landing-card-1
{
    background-color: #3498db; 
    border: none;
}
.card p
{
    font-size: 18px; 
    font-weight: bold;
}
.landing-card-2
{
    background-color: #1abc9c ; 
    border: none;
}
.landing-card-3
{
    background-color: #f7dc6f;
     border: none;
}
.landing-card-4
{
    background-color: #3498db;
     border: none;
}