html {
    scroll-behavior: smooth;
}
.w-15 {
    width: 15px;
}
.h-15 {
    height: 15px;
}
.w-35 {
    width: 35px;
}
.h-35 {
    height: 35px;
}
.w-45 {
    width: 45px;
}
.h-45 {
    height: 45px;
}
.pace {
    display: none !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
#fullscreenbtn {
    position: fixed;
    top: 30px;
    left: 24px;
    z-index: 2;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}
#btn-menuee {
    position: fixed;
    right: 24px;
    top: 30px;
    z-index: 22;
}
@media (max-width: 425px) {
    #btn-menuee {
        left: auto;
        right: 15px;
    }
}
#menuoptions {
    left: auto;
    right: 0;
}
#menuoptions,
#menuoptions > a,
#menuoptionss,
#menuoptionss > a {
    border-radius: 15px;
}
.wtsp_qrc svg {
    width: 100%;
    height: 100%;
}
div#progress {
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #000000;
    border-radius: 5px;
    position: fixed;
    right: 20px;
    z-index: 9999;
    display: none;
    transition: all 0.3s;
    bottom: 60px;
    cursor: pointer;
    z-index: 2;
}
div#progress > span > i {
    color: #000000;
}
.btn-group > .dropdown-togglee:not(:first-child) {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
}
.dropdown-togglee {
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
}
.dropdown-togglee::after {
    content: "";
    padding: 0;
    margin: 0;
}
.menubar {
    display: grid;
    width: calc(100% - 24px);
    left: 0px;
    right: 0px;
    grid-template-columns: 1fr auto 1fr;
    border: 1px solid rgb(235, 238, 241);
    border-radius: 72px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 150ms ease 0s, -webkit-transform 150ms ease 0s,
        -webkit-backdrop-filter 150ms ease 0s;
    backdrop-filter: blur(10px);
    max-width: calc(584px);
    position: fixed;
    margin: 8px auto;
    -webkit-box-align: center;
    align-items: center;
    padding: 3px 12px;
    z-index: 73;
    top: 0px;
    padding-right: 12px;
    /* padding-top: 12px;
            padding-bottom: 12px; */
    margin-top: 15px;
    margin-bottom: 15px;
}
.menubar > button {
    transition-property: color, background-color, border-color, fill, stroke,
        -webkit-text-decoration-color;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-duration: 0.15s;
    --tw-text-opacity: 1;
    color: #ffffff;
    --tw-bg-opacity: 1;
    background-color: #000000;
    border-radius: 50%;
    border: 0px;
    justify-self: end;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    grid-column-start: 3;
}
.menubar .menucenter {
    grid-column-start: 2;
    grid-row-start: 1;
    opacity: 1;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.menubar .menucenter > p {
    padding: 0px;
    margin: 0px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    border: 0px;
    vertical-align: baseline;
}
.menubar .menuleft {
    grid-column-start: 1;
    grid-row-start: 1;
    opacity: 1;
    width: 44px;
    height: 44px;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
}
.menubar .menuleft > img {
    border-radius: 50%;
    width: 44px;
    height: 44px;
    display: block;
    object-fit: contain;
    object-position: initial;
    filter: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    font: inherit;
    vertical-align: baseline;
    max-width: 100%;
}
.menubar .dropdown-toggle::after {
    content: "";
}
.menubar .dropdown-menu {
    left: initial;
    right: 0px;
}
.d-flex-end {
    display: flex;
    align-items: end;
}
.searchmenubarr > form {
    display: flex;
    flex-direction: row;
    width: calc(100% - 24px);
    left: 0px;
    right: 0px;
    grid-template-columns: 1fr auto 1fr;
    border: 1px solid rgb(235, 238, 241);
    border-radius: 72px;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 150ms ease 0s, -webkit-transform 150ms ease 0s,
        -webkit-backdrop-filter 150ms ease 0s;
    backdrop-filter: blur(10px);
    max-width: calc(584px);
    position: fixed;
    margin: 8px auto;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 12px;
    z-index: 73;
    top: 75px;
    padding-right: 12px;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.searchmenubarr > form > input {
    all: unset;
    font: 16px system-ui;
    height: 100%;
    width: 100%;
    padding: 6px 10px;
}
.searchmenubarr > form button {
    all: unset;
    cursor: pointer;
    width: 44px;
    height: 44px;
}
.searchmenubarr > form button > svg {
    color: #fff;
    fill: currentColor;
    width: 24px;
    height: 24px;
    padding: 10px;
}
.searchedcontent,
.searchedcontentt {
    /* border: 1px dashed !important; */
    opacity: 1;
    z-index: 72 !important;
    position: relative;
    /* animation-name: searchedcontent;
            animation-duration: 3s; */
}
@keyframes searchedcontent {
    from {
        border: 1px dashed;
    }
    to {
        border: 5px dashed;
    }
}
.bodysearchedcontent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 71 !important;
    background-image: none !important;
}
.spacerl {
    margin-right: 15px !important;
    margin-left: 15px !important;
}
.searchedcontent,
.searchedcontentt {
    position: relative;
    z-index: 0;
}
.searchedcontentt {
    width: fit-content;
}
.searchedcontent:before,
.searchedcontentt:before {
    content: "";
    background: linear-gradient(
        45deg,
        #ff0000,
        #ff7300,
        #fffb00,
        #48ff00,
        #00ffd5,
        #002bff,
        #7a00ff,
        #ff00c8,
        #ff0000
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    animation: glowing 20s linear infinite;
    animation: fade-in 1s ease-in forwards, fade-out 3s 3s ease-out forwards;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
    border-radius: 10px;
}
.searchedcontent:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(45deg, #fffb00, #48ff00); */
    background: linear-gradient(45deg, #ffa87d, #00b5b8);
    color: #000000;
    left: 0;
    top: 0;
    border-radius: 10px;
    animation: fade-in 1s ease-in forwards, fade-out 3s 3s ease-out forwards;
}
.searchedcontentt:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 115%;
    height: 102%;
    background: linear-gradient(45deg, #ffa87d, #00b5b8);
    color: #000000;
    left: -6px;
    top: 0px;
    border-radius: 10px;
    animation: fade-in 1s ease-in forwards, fade-out 3s 3s ease-out forwards;
}
.pdf-footer {
    position: absolute;
    width: 100%;
    height: 35px;
    background: red;
    bottom: 0px;
}
@keyframes glowing {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 400% 0;
    }
    100% {
        background-position: 0 0;
    }
}
@keyframes fade-in {
    100% {
        opacity: 1;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.modal {
    background: #000000c7;
}
.modal-content {
    border-radius: 16px;
}
:root {
    --brand-color-dark: #1e88e5;
    --brand-color-light: #4caf50;
    --brand-color-dark-rgb: 30, 136, 229;
    --brand-color-light-rgb: 76, 175, 80;
}
/* ========================================
        QR MODAL STYLES
        ======================================== */
.qr-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10001;
    justify-content: center;
    align-items: center;
}

.qr-modal.active {
    display: flex;
}

.qr-modal-content {
    background: #ffffff;
    padding: 2rem;
    border-radius: 16px;
    text-align: center;
    max-width: 400px;
    width: 90%;
    color: white;
    position: relative;
}

.qr-modal-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    background: var(--brand-color-dark) !important;
    border: 0.05rem solid var(--brand-color-light) !important;
    border-radius: 50%;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    line-height: 1;
    padding: 0;
}

.qr-modal-close:hover {
    border-radius: 0.25rem;
    background: var(--brand-color-light) !important;
    transform: rotate(90deg);
}

.qr-modal-description {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--brand-color-dark);
    margin-bottom: 1rem;
}

.qr-modal-tap-scan {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(
        90deg,
        var(--brand-color-dark),
        var(--brand-color-light),
        var(--brand-color-dark)
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: qrpop-flowGradient 3s linear infinite,
        qrpop-breathe 3s ease-in-out infinite;
    margin-bottom: 0.5rem;
}

.qr-modal-qr-text {
    font-size: 2rem;
    font-weight: 700;
    background: linear-gradient(
        90deg,
        var(--brand-color-dark),
        var(--brand-color-light),
        var(--brand-color-dark)
    );
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: qrpop-flowGradient 3s linear infinite,
        qrpop-breathe 3s ease-in-out infinite;
    margin-bottom: 1.5rem;
}

@keyframes qrpop-flowGradient {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 200% 50%;
    }
}

@keyframes qrpop-breathe {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

.qr-code-container {
    background: white;
    padding: 1.5rem;
    border-radius: 12px;
    margin-bottom: 1.5rem;
    display: inline-block;
}

#qr-code {
    cursor: pointer;
}

#qr-code canvas,
#qr-code img {
    transition: transform 0.3s;
}

#qr-code:hover canvas,
#qr-code:hover img {
    transform: scale(1.05);
}

.qr-modal-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.qr-modal-btn {
    flex: 1;
    padding: 1rem;
    border: 0.05rem solid white;
    background: transparent;
    color: white;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s;
    font-size: 1rem;
}
.w-200 {
    width: 200px;
}
.d-flex {
    display: flex;
}

.qr-modal-btn:first-child {
    background: #000000;
}

.qr-modal-btn:last-child {
    background: linear-gradient(
        135deg,
        var(--brand-color-dark),
        var(--brand-color-light)
    );
    border-color: transparent;
}

.qr-modal-btn:hover {
    opacity: 0.8;
    transform: translateY(-2px);
}

/* Element Glow */
.qrpop-glow {
    animation: qrpop-elementGlow 1s ease-in-out 3;
    position: relative;
    z-index: 1;
}

@keyframes qrpop-elementGlow {
    0%,
    100% {
        box-shadow: 0 0 10px rgba(var(--brand-color-light-rgb), 0.5),
            0 0 20px rgba(var(--brand-color-light-rgb), 0.3),
            0 0 30px rgba(var(--brand-color-light-rgb), 0.1);
        transform: scale(1);
    }

    50% {
        box-shadow: 0 0 20px rgba(var(--brand-color-light-rgb), 0.8),
            0 0 40px rgba(var(--brand-color-light-rgb), 0.5),
            0 0 60px rgba(var(--brand-color-light-rgb), 0.3);
        transform: scale(1.02);
    }
}

/* Toast */
.qrpop-toast {
    position: fixed;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: var(--brand-color-dark);
    color: white;
    padding: 1rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    z-index: 10002;
    opacity: 0;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    font-size: 0.9rem;
    text-align: center;
    max-width: 90%;
}

.qrpop-toast.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

/* Responsive */
@media (max-width: 480px) {

    .contact-grid {
        grid-template-columns: 1fr;
    }

    .qr-modal-content {
        padding: 1.5rem;
    }

    .qr-modal-tap-scan,
    .qr-modal-qr-text {
        font-size: 1.5rem;
    }
}
