﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');


body {
    background-color: #f2f2f2;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 100vh;
}

#ui-id-2 {
    max-height: 250px;
    overflow: hidden auto;
}

.hero {
    background: url('/images/WEBP-images/Panvel-cover.webp') no-repeat center center/cover;
    background-size: cover;
    position: relative;
    padding: 10px 70px 65px 60px;
    text-align: center;
    overflow: visible !important;
    z-index: 1;
}

    .hero h1 {
        font-size: 3rem;
        font-weight: bold;
    }

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgb(0 0 0 / 15%), rgb(0 0 0 / 0%));
    z-index: 1;
}

.hero > *:not(.overlay) {
    position: relative;
    z-index: 2;
}

.otp-bx input {
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.otp-bx1 input {
    width: 40px;
    height: 40px;
    margin: 5px;
    text-align: center;
    font-size: 1.2rem;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.shadow-heading {
    font-size: 2.8rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgb(253 253 253 / 0%);
    width: 33%;
    border-radius: 10px;
}

.button-pair {
    width: 33%;
    border-radius: 10px;
}

.btn-dark-blue {
    background-color: #ccd8e2 !important;
    color: black !important;
    position: relative;
}

.text-dark-blue {
    color: #227cc1 !important;
    cursor: pointer !important;
}

.bg-dark-blue {
    background: #5aa1d7 !important;
    color: #fff !important;
}

.btn-dark-blue:hover {
    color: #fff !important;
    background-color: #5aa1d7 !important;
    border-color: #ccd8e2 !important;
}

.btn-wrapper {
    display: inline-block;
    position: relative;
    margin: 10px;
}

    .btn-wrapper.active button {
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
        z-index: 1;
        position: relative;
        background: #5aa1d7 !important;
        color: #fff !important;
    }

    .btn-wrapper.active::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #5aa1d7 !important;
        z-index: 0;
    }

.btn-primary {
    background: #64a2eb !important;
    color: #000 !important;
}

    .btn-primary:hover {
        background: #368aed !important;
        color: #fff !important;
    }

.btn-danger {
    background: #ef7580 !important;
    color: #000 !important;
}

    .btn-danger:hover {
        background: #ed3656 !important;
        color: #000 !important;
    }

.btn-warning {
    background: #f3cc59 !important;
    color: #000 !important;
}

    .btn-warning:hover {
        background: #edb100 !important;
        color: #fff !important;
    }

.btn-white {
    background-color: #FFF;
    color: #1d3557;
}

    .btn-white:hover {
        color: #FFF;
        background-color: #1d3557;
    }

.bg-light {
    background-color: #f2f2f2 !important;
}

.card-custom {
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

    .card-custom:hover {
        box-shadow: 0 8px 20px rgba(29, 53, 87, 0.15);
    }

.announcement i {
    color: #ffb703;
}

.services i {
    font-size: 1.5rem;
    color: #1d3557;
}

.helpline {
    background-color: #ccd8e2;
    color: #000;
    border-radius: 12px;
    padding: 20px;
}

h3 {
    color: #1d3557 !important;
}

h6 {
    margin-bottom: 0 !important;
}

/* Shared button styles */
.btn-lookup,
.btn-track {
    border: 2px solid #ccd8e2 !important;
    transition: all 0.3s ease;
    font-weight: 500;
}

/* Blue button */
.btn-lookup {
    background-color: #ccd8e2 !important;
    color: #000 !important;
}

/* White button with blue border */
.btn-track {
    background-color: #fff !important;
    color: #1d3557 !important;
}

/* Hover behavior */
.btn-hovered {
    background-color: #fff !important;
    color: #1d3557 !important;
    border: 1px solid #ccd8e2 !important;
}

.btn-not-hovered {
    background-color: #ccd8e2 !important;
    color: #000 !important;
    border: 2px solid #ccd8e2 !important;
}

.card-header {
    color: #000 !important;
    background: #ccd8e2 !important;
}

label {
    font-size: 0.95rem;
    padding: 0px !important;
}

input {
    font-size: 0.9rem !important;
}

.form-select {
    font-size: 0.9rem !important;
}

.footer {
    background: #ccd8e2;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 3;
}

#headerSeeMoreInfo {
    font-size: 1rem;
    color: #1d3557 !important;
}

.modal .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.pay-water-img {
    width: 100px;
    height: 100px;
}

.mutation-img {
    width: 100px;
    height: 100px;
}

.pmc-android-img {
    width: 73px;
    height: 70px;
    margin: 15px;
}

.pmc-ios-img {
    width: 55px;
    height: 70px;
    margin: 15px;
}

select option {
    background: #fff !important;
    color: #000;
}

#PropertyDetailsTable thead tr th {
    background: #b4dbf3;
}

#PropertyDetailsTable2 thead tr th {
    background: #b4dbf3;
}


@media (max-width: 1680px) {
    #buttonAdminLogin {
        width: 13% !important;
    }
}

@media (max-width: 1480px) {
    .shadow-heading {
        font-size: 2.5rem;
        width: 35%;
    }

    .button-pair {
        width: 36%;
    }

    #buttonAdminLogin {
        width: 13% !important;
    }

    .pay-water-img {
        width: 80px;
        height: 80px;
    }

    .mutation-img {
        width: 80px;
        height: 80px;
    }

    .pmc-android-img {
        width: 63px;
        height: 60px;
        margin: 12px;
    }

    .pmc-ios-img {
        width: 45px;
        height: 60px;
        margin: 12px;
    }
}

@media (max-width: 1200px) {
    .shadow-heading {
        font-size: 2.8rem;
        width: 55%;
    }

    .button-pair {
        width: 59%;
    }

    #buttonAdminLogin {
        width: 21% !important;
    }

    .pay-water-img {
        width: 60px;
        height: 60px;
    }

    .mutation-img {
        width: 60px;
        height: 60px;
    }

    .pmc-android-img {
        width: 33px;
        height: 30px;
        margin: 6px;
    }

    .pmc-ios-img {
        width: 30px;
        height: 40px;
        margin: 0px;
    }

    #chatbotImg {
        margin-right: 5px !important;
    }

    #chatbotText p {
        font-size: 0.78rem !important;
    }
}

@media (max-width: 1000px) {
    .shadow-heading {
        font-size: 2.8rem;
        width: 85%;
    }

    .button-pair {
        width: 53%;
    }

    #buttonAdminLogin {
        width: 22% !important;
    }

    #chatbotImg {
        margin-right: 15px !important;
    }

    #chatbotText p {
        font-size: 1rem !important;
    }
}

@media (max-width: 920px) {
    .shadow-heading {
        font-size: 2.5rem;
        width: 85%;
    }

    .button-pair {
        width: 54%;
    }

    #buttonAdminLogin {
        width: 26% !important;
    }

    .pmc-android-img {
        width: 45px;
        height: 46px;
        margin: 6px;
    }

    .pmc-ios-img {
        width: 40px;
        height: 56px;
        margin: 0px;
    }
}

@media (max-width: 767.98px) {
    .shadow-heading {
        font-size: 2.6rem !important;
        width: 100%;
    }

    .button-pair {
        width: 100%;
    }

    .main-row {
        padding-bottom: 130px !important;
    }

    #buttonAdminLogin {
        width: 40% !important;
    }
}

@media (max-width: 520px) {
    .shadow-heading {
        font-size: 2.3rem !important;
        width: 100%;
    }

    .button-pair {
        width: 100%;
    }

    .hero {
        padding: 25px 20px 60px;
    }

    #buttonAdminLogin {
        width: 45%;
    }

    #buttonAdminLogin {
        width: 50% !important;
        margin-left: 250px !important;
    }

    .mutation-img {
        width: 55px;
        height: 60px;
    }

    .pay-water-img {
        width: 57px;
        height: 60px;
    }

    .pmc-android-img {
        width: 32px;
        height: 32px;
        margin: 4px;
    }

    .pmc-ios-img {
        width: 30px;
        height: 40px;
        margin: 0px;
    }

    .glass-button {
        height: 25px;
    }

        .glass-button .icon-left {
            height: 25px;
        }
}

@media (max-width: 491px) {
    #buttonAdminLogin {
        width: 50% !important;
        margin-left: 200px !important;
    }
}


@media (max-width: 400px) {
    #buttonAdminLogin {
        width: 50% !important;
        margin-left: 170px !important;
    }

    .pay-water-img {
        width: 56px;
        height: 60px;
    }

    .mutation-img {
        width: 55px;
        height: 60px;
    }

    .shadow-heading {
        font-size: 2rem !important;
        width: 100%;
    }
}

.img-fluid {
    background: #e3edf5 !important;
    border-radius: 5%;
    padding: 4px;
    max-height: 80px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    z-index: 9999;
}

.admin-login-icon {
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 9999;
    background-color: white;
    padding: 6px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease-in-out;
}

    .admin-login-icon:hover {
        transform: scale(1.1);
    }

    .admin-login-icon img {
        mix-blend-mode: normal;
    }

:root {
    --primary-theme: linear-gradient(90deg, #0f2027, #1d3557, #2c5364) !important;
    --primary: #4361ee !important;
    --primary-light: #4895ef !important;
    --primary-lighter: rgba(67, 97, 238, 0.1) !important;
    --secondary: #3f37c9 !important;
    --dark: #212529 !important;
    --light: #f8f9fa !important;
    --gray: #6c757d !important;
    --success: #4cc9f0 !important;
    --user-bubble: linear-gradient(135deg, #4361ee, #3f37c9) !important;
    --bot-bubble: #f1f3f5 !important;
    --btn-send: linear-gradient(135deg, #4caf50, #2e7d32) !important;
    --btn-attach: linear-gradient(135deg, #6aa3db, #164371) !important;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12) !important;
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    --shadow-lg: 0 10px 25px rgba(0, 0, 0, 0.1) !important;
    --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    --transition-fast: all 0.15s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.chat-container {
    font-family: 'Poppins', sans-serif;
    position: fixed;
    bottom: 130px;
    right: 110px;
    width: calc(100% - 40px);
    max-width: 520px;
    height: 70vh;
    max-height: 700px;
    min-height: 400px;
    background: white;
    border-radius: 20px 20px 5px 20px;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(20px);
    opacity: 0;
    display: none;
    animation: containerAppear 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    z-index: 5;
}

@keyframes containerAppear {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.chat-header {
    background: var(--primary-theme);
    color: white;
    padding: 18px 20px;
    font-size: 1.2rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: var(--shadow-sm);
    position: relative;
    z-index: 2;
}

    .chat-header::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        width: 100%;
        height: 10px;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), transparent);
    }

    .chat-header i {
        font-weight: lighter;
        /* margin-right: 12px; */
        font-size: 1rem;
        animation: pulse 2s infinite;
    }

.expand-btn {
    background: none;
    border: none;
    color: inherit;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 5px;
    transition: transform 0.2s;
}

    .expand-btn:hover {
        transform: scale(1.1);
    }


.chat-container.fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    max-width: 100% !important;
    max-height: 100% !important;
    border-radius: 0;
    box-shadow: none;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.chat-area {
    flex: 1;
    padding: 20px;
    overflow-y: auto;
    scroll-behavior: smooth;
    background-color: #fafcff;
    display: flex;
    flex-direction: column;
    gap: 12px;
    position: relative;
}

    .chat-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("data:image/svg+xml,...");
        opacity: 0.1;
        z-index: 0;
        pointer-events: none;
    }

.chat-message {
    font-size: 14px;
    max-width: 80%;
    opacity: 0;
    transform: translateY(10px);
    animation: messageAppear 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    display: flex;
    position: relative;
    z-index: 1;
}

@keyframes messageAppear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.user-message {
    align-self: flex-end;
    animation-delay: 0.1s;
}

.bot-message {
    align-self: flex-start;
}

.message-content {
    padding: 12px 16px;
    border-radius: 18px;
    line-height: 1.4;
    position: relative;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.user-message .message-content {
    background: var(--user-bubble);
    color: white;
    border-bottom-right-radius: 4px;
}

.bot-message .message-content {
    overflow: auto;
    background: var(--bot-bubble);
    color: var(--dark);
    border-bottom-left-radius: 4px;
}

.message-content::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-size: contain;
}

.input-area {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    padding: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    background-color: white;
    position: relative;
    z-index: 2;
}

    .input-area:focus-within {
        box-shadow: 0 -5px 15px rgba(67, 97, 238, 0.1);
    }

.user-input {
    width: 100%;
    resize: none;
    padding: 12px 16px;
    border: none;
    border-radius: 8px;
    outline: none;
    font-size: 0.95rem;
    transition: var(--transition);
    min-height: 20px;
    max-height: 120px;
    overflow-y: auto;
    background-color: var(--light);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}
 

    .user-input:focus {
        background-color: white;
        box-shadow: 0 0 0 2px var(--primary-lighter), inset 0 1px 3px rgba(0, 0, 0, 0.05);
    }

.btn-send {
    background: var(--btn-send);
    color: white;
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    position: relative;
    overflow: hidden;
}

    .btn-send::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent);
        border-radius: 50%;
    }

    .btn-send:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

    .btn-send:active {
        transform: translateY(0) scale(0.98);
        box-shadow: var(--shadow-sm);
    }

    .btn-send i {
        font-size: 1rem;
        position: relative;
        z-index: 1;
    }

#attachBtn {
    background: var(--btn-attach);
    border: none;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    color: var(--light);
}

    #attachBtn:hover {
        transform: translateY(-2px);
        box-shadow: var(--shadow-md);
    }

    #attachBtn:active {
        transform: translateY(0);
        box-shadow: var(--shadow-sm);
    }

    #attachBtn i {
        font-size: 1rem;
    }

.typing-indicator {
    display: inline-flex;
    padding: 12px 16px;
    background-color: var(--bot-bubble);
    border-radius: 18px;
    border-bottom-left-radius: 4px;
    box-shadow: var(--shadow-sm);
}

.typing-dot {
    width: 8px;
    height: 8px;
    background-color: var(--gray);
    border-radius: 50%;
    margin: 0 3px;
    opacity: 0.4;
    animation: typingAnimation 1.4s infinite ease-in-out;
}

    .typing-dot:nth-child(1) {
        animation-delay: 0s;
    }

    .typing-dot:nth-child(2) {
        animation-delay: 0.2s;
    }

    .typing-dot:nth-child(3) {
        animation-delay: 0.4s;
    }

@keyframes typingAnimation {
    0%, 60%, 100% {
        transform: translateY(0);
        opacity: 0.4;
    }

    30% {
        transform: translateY(-5px);
        opacity: 1;
    }
}

/* File attachment indicator */
.file-attachment {
    display: flex;
    align-items: center;
    padding: 8px;
    background-color: var(--light);
    border-radius: 12px;
    margin-top: 8px;
    animation: fadeIn 0.3s ease;
}

    .file-attachment i {
        margin-right: 8px;
        color: var(--primary);
    }

.file-name {
    font-size: 0.85rem;
    color: var(--dark);
}

/* Scrollbar styling */
.chat-area::-webkit-scrollbar {
    width: 8px;
}

.chat-area::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 4px;
}

.chat-area::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #adb5bd, #6c757d);
    border-radius: 4px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

    .chat-area::-webkit-scrollbar-thumb:hover {
        background: linear-gradient(135deg, #6c757d, #495057);
    }

.user-input::-webkit-scrollbar {
    width: 6px;
}

.user-input::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.user-input::-webkit-scrollbar-thumb {
    background: rgba(108, 117, 125, 0.3);
    border-radius: 3px;
}

    .user-input::-webkit-scrollbar-thumb:hover {
        background: rgba(108, 117, 125, 0.5);
    }

.fab {
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: var(--primary);
    color: white;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    transition: var(--transition);
    z-index: 10;
    opacity: 0;
}


    .fab.visible {
        opacity: 1;
    }

    .fab:hover {
        transform: translateX(-50%) translateY(-2px);
        box-shadow: var(--shadow-lg);
    }

.welcome-message {
    background: var(--primary-theme);
    color: white;
    padding: 16px;
    border-radius: 12px;
    margin-bottom: 16px;
    box-shadow: var(--shadow-sm);
    animation: messageAppear 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

    .welcome-message h3 {
        color: #fff !important;
        font-size: 1.1rem;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
    }

        .welcome-message h3 i {
            font-weight: lighter;
            margin-right: 8px;
        }

    .welcome-message p {
        font-size: 0.9rem;
        opacity: 0.9;
        line-height: 1.5;
    }

.quick-replies {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.quick-reply {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border: none;
    border-radius: 16px;
    padding: 6px 8px;
    font-size: 0.8rem;
    cursor: pointer;
    transition: var(--transition-fast);
}

    .quick-reply:hover {
        background: rgba(255, 255, 255, 0.3);
        transform: translateY(-2px);
    }

.fab-container {
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 999;
    display: flex;
    align-items: center;
}

.fab-chat-toggle {
    position: relative;
    width: 80px;
    height: 80px;
    border: none;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    padding: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: scale(1);
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}


    .fab-chat-toggle.small {
        width: 48px;
        height: 48px;
    }

        .fab-chat-toggle.small .fab-background {
            width: 48px;
            height: 48px;
        }

        .fab-chat-toggle.small .close-icon {
            width: 48px;
            height: 48px;
            background: rgb(204 58 63 / 97%);
        }

        .fab-chat-toggle.small .close-x {
            font-size: 22px;
        }

.fab-background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #6e8efb, #a777e3);
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.4s, height 0.4s;
}

.fab-icon {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 3;
    cursor: pointer;
    background: rgba(167, 119, 227, 0.96);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 2px 8px rgba(110, 142, 251, 0.13);
    transition: width 0.4s, height 0.4s, background 0.4s;
}

.close-x {
    color: white;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
    position: relative;
    transition: transform 0.2s ease, font-size 0.4s;
    user-select: none;
}

    .close-x::before {
        display: none;
    }

.close-icon:hover .close-x {
    transform: rotate(90deg);
}

.fab-tooltip,
.close-tooltip {
    position: absolute;
    right: 90px;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    top: 50%;
    transform: translateY(-50%) translateX(20px);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

    .fab-tooltip::after,
    .close-tooltip::after {
        content: '';
        position: absolute;
        right: -8px;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid rgba(0, 0, 0, 0.85);
    }


@keyframes pulses {
    0% {
        box-shadow: 0 0 0 0 rgb(23 45 160 / 75%);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 77, 77, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);
    }
}

.fab-chat-toggle {
    animation: pulses 1.5s infinite;
}

.fab-container:hover .fab-chat-toggle {
    animation: none;
    transform: translateY(-3px);
}

.fab-chat-toggle:active {
    transform: scale(0.92);
}

.fab-chat-toggle:hover .fab-icon {
    transform: scale(0.9);
    filter: brightness(1.1) drop-shadow(0 0 8px rgba(255, 255, 255, 0.6));
}


.fab-container:hover .fab-tooltip:not(.hide) {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.fab-chat-toggle.is-open:hover ~ .close-tooltip:not(.hide) {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}
/* Hide the default tooltip when open */
.fab-chat-toggle.is-open:hover ~ .fab-tooltip {
    opacity: 0 !important;
}


.dropdown {
    font-family: 'poppins';
    background: #2c5364;
    color: white;
    border-radius: 4px;
    padding: 4px;
    margin-top: 4px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

select option {
    background: rgba(255, 255, 255, 0.06);
    background-color: #2c5364;
    color: #fff;
    backdrop-filter: blur(10px);
    font-size: 12px;
}

.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 640px;
}

.play-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 4px 8px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 12px;
}

.hide-video-btn {
    margin-top: 10px;
    background: #dc3545;
    color: white;
    padding: 4px 8px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
}

#videoIframe {
    display: none;
    border-radius: 8px;
    width: 100%;
    height: 225px;
}

@media (max-width: 768px) {
    .chat-container {
        right: auto;
        transform: translateX(-50%) translateY(20px);
        bottom: 20px;
        width: 95%;
        height: 65vh;
        border-radius: 15px;
        height: 75vh;
        min-height: 50vh;
        bottom: 120px;
        border-radius: 12px;
    }

}

.chatbot-beat {
    animation: beat 1.5s infinite;
}

@keyframes beat {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }
}

.cta {
    display: flex;
    padding: 6px 0px 4px 15px;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    color: white;
    background: #1d3557;
    transition: 1s;
    box-shadow: 6px 6px 0 white;
    transform: skewX(-15deg);
}

    .cta:focus {
        outline: none;
    }

    .cta:hover {
        transition: 0.5s;
        box-shadow: 10px 10px 0 #FBC638;
    }

    .cta span:nth-child(2) {
        transition: 0.5s;
        margin-left: 10px;
        font-size: 17px;
        position: relative;
        top: 5%;
    }

.user-icon {
    color: white;
    transition: color 0.3s ease;
}

.cta:hover .user-icon {
    animation: shake 0.1s !important;
}

#buttonAdminLogin {
    width: 11%;
}

.hidden {
    display: none;
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100%);
    }
}

.auto-scroll-on-hover {
    height: 179px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

    .auto-scroll-on-hover:hover .marquee-content {
        animation-play-state: paused;
    }

@keyframes scroll-up {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

.auto-scroll-on-hover {
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

    .auto-scroll-on-hover::-webkit-scrollbar {
        width: 6px;
    }

    .auto-scroll-on-hover::-webkit-scrollbar-thumb {
        background-color: #ccc;
        border-radius: 3px;
    }

select option {
    background: #E8E8E8;
    color: black;
}

.highlight-link {
    animation: pulse 1.5s infinite;
    display: inline-flex;
    align-items: center;
    gap: 0px;
}

.no-underline {
    text-decoration: none !important;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.05);
        opacity: 0.8;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Core glass effect */
.glass-button {
    display: inline-flex;
    align-items: center;
    background: #e9eaf1;
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    transition: all 0.3s ease;
}

    /* Left icon section (yellow) */
    .glass-button .icon-left {
        background-color: #fdd835;
        padding: 10px;
        margin-right: 12px;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #1b1f3b;
    }

    /* Right icon (user) */
    .glass-button .icon-right {
        margin-left: 12px;
        font-size: 18px;
    }

    /* Label styling */
    .glass-button .adminLabel {
        letter-spacing: 1px;
        font-size: 12px;
    }

    /* Hover effect */
    .glass-button:hover {
        box-shadow: 0 0 20px rgba(255, 221, 51, 0.6);
        transform: translateY(-2px);
    }

/* Optional icon sizing */
.user-icon {
    font-size: 18px;
}

#BtnAdClose {
    background-color: #f70f25 !important;
    color: #fff !important;
    border: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

    #BtnAdClose:hover {
        background-color: #f14a5a !important;
        color: #000 !important;
    }

    #BtnAdClose i {
        color: #fff !important;
        transition: color 0.3s ease !important;
    }

    #BtnAdClose:hover i {
        color: #000 !important;
    }
/* Bot Message Enhancements */
.bot-message .message-content {
    line-height: 1.5;
}

#chatbotImg {
    margin-right: 15px;
}

.bot-message h3 {
    font-size: 1.1rem;
    color: #2c5364 !important;
    margin: 10px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
}

.bot-message h4 {
    font-size: 1rem;
    margin: 16px 0 8px;
    color: #2c5364 !important;
    font-weight: 600;
}

.styled-list {
    padding-left: 1.5rem;
    margin: 12px 0;
}

    .styled-list li {
        margin-bottom: 6px;
        padding-left: 0.5rem;
    }

/* Responsive Tables */
.table-container {
    width: 100%;
    overflow-x: auto;
    margin: 12px 0;
    -webkit-overflow-scrolling: touch;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    white-space: nowrap;
}

.table-container th, td {
    padding: 10px 12px;
    text-align: left;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.table-container th {
    background-color: rgb(2 19 43 / 75%);
    font-weight: 600;
}

/* Emoji styling */
.emoji {
    font-style: normal;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
    .bot-message .message-content {
        padding: 14px 16px;
    }

    th, td {
        padding: 8px 10px;
        font-size: 0.9rem;
    }
}

.glossy-shine {
    position: relative;
    display: inline-block;
    padding: 12px 20px;
    background: linear-gradient(135deg,#00a4ff, #3300ff);
    border-radius: 8px;
    overflow: hidden;
    font-weight: bold;
    text-align: center;
    color: #fff;
    transition: background 0.3s ease;
}

    .glossy-shine::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient( 120deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 70% );
        transform: rotate(25deg);
        animation: shine 2.5s infinite;
        pointer-events: none;
    }

@keyframes shine {
    0% {
        transform: translateX(-100%) rotate(25deg);
    }

    100% {
        transform: translateX(100%) rotate(25deg);
    }
}
