body, span,  p, h1, h2, h3, h4, h5, h6 {
    font-family: var(--tp-ff-heading) !important;
}
a{
    font-family: var(--tp-ff-heading) !important;
}
.tp-header-btn {
    background: #ffffff !important;
}
.tcul_span{
     background: linear-gradient(90deg, #00648f 0%, #00ACCC 100%); /* Your gradient variable or direct gradient value */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text; /* for other browsers */
    color: transparent;
}

.tp-contact-breadcrumb-content input, .tp-contact-breadcrumb-content textarea {
    height: 46px;
    background: var(--tp-common-white);
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin-bottom: 10px !important;
    resize: none;
    font-size: 16px;
}

.tp-main-menu ul li .submenu {
    width: 240px !important;
}

    .tcul-floating-btn-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}

.tcul-floating-icons {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 9999;
}

.tcul-contact-icon {
    background-color: #42db87;
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: transform 0.3s ease;
    cursor: pointer;
}

.tcul-floating-icons {
    position: fixed;
    bottom: 104px;
    right: 50px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.tcul-contact-icon {
    color: #fff;
    width: 50px;
    height: 50px;
    font-size: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: transform 0.3s ease;
    cursor: pointer;
}
.tcul-floating-icons a {
    text-decoration: none !important;
    outline: none !important;
}
a:focus {
    outline: none !important;
    text-decoration: none !important;
}
.tcul-contact-icon i {
    display: inline-block;
    text-decoration: none;
}


/* Hover effect */
.tcul-contact-icon:hover {
    transform: scale(1.1);
}

/* WhatsApp icon */
.whatsapp-icon {
    background-color: #25D366;
}


.call-icon {
    background-color: #105294;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: flex-end;
    }
}

.tp-contact-form .wide {
    height: 56px;
    border: none;
    margin-bottom: 7px !important;
}