.custom-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-logo img {
    width: 70px;
}
.custom-logo {
    background-color: var(--tp-common-white);
    box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.03);
    padding: 5px;
    border-radius: 5px;
}
.custom-logo h1 {
    /* text-transform: uppercase; */
    font-weight: 900;
    margin: 0;
    color: var(--tp-blue-1);
}
.tp-slider-3-title {
    color: var(--tp-blue-1);
    font-weight: 800 !important;
}
.custom-logo h1 span {
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--tp-red-1);
}
.tp-header-sticky .custom-logo {
    display: inline-block;
}
.tp-header-sticky .custom-logo h1 {
    font-size: 28px;
}
.tp-header-sticky .custom-logo h1 span {
    font-size: 12px;
}
.tp-header-sticky .custom-logo img {
    width: 70px;
}
.tp-header-sticky .main-menu ul li > a {
    color: var(--tp-common-white);
}
.tp-footer-widget strong {
    display: block;
}
.tp-about-2-wrapper .tp-section-title {
    /* text-transform: uppercase; */
    font-size: 28px;
    color: var(--tp-red-1);
}
.tp-about-2-wrapper .tp-section-title strong {
    display: block;
    font-size: 48px;
    color: var(--tp-heading-primary);
}
.tp-instagram-thumb > img {
    height: 240px;
    object-fit: cover;
    object-position: top center;
}
.tp-contact-item a strong {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}
.testimonial-area.inner-page .tp-testimonial-item {
    margin-bottom: 25px;
}
.tp-eligible-item .tp-section.fs-40 .tp-section-title {
    font-size: 18px;
}
.tp-eligible-item {
    border-radius: 8px;
    box-shadow: 0px 10px 11px rgba(0, 0, 0, 0.03);
    height: calc(100% - 30px);
}
.tp-eligible-item .tp-section-subtitle {
    color: var(--tp-common-white);
    margin-top: 5px;
    text-transform: unset;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 0;
    letter-spacing: normal;
}
.services-area h4 {
    font-size: 20px;
    color: var(--tp-red-1);
    margin-bottom: 20px;
    font-weight: 700;
}
.tp-services-details-wrapper > p {
    text-align: justify;
}
.floating-radial-menu {
    position: fixed;
    bottom: 30px;
    left: 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #007bff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
}

.floating-radial-menu:hover .menu-item {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.menu-center {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.menu-item {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: var(--tp-red-1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
    transition: all 0.3s ease;
    color: #ffffff;
}

/* Positioning the menu items in a radial layout */
.menu-item.whatsapp {
    top: -30px;
    left: 50%;
    transform: translate(-50%, -80%);
}

.menu-item.call {
    top: 50%;
    left: -30px;
    transform: translate(-80%, -50%);
}

.menu-item.location {
    top: 50%;
    left: 150%;
    transform: translate(-20%, -50%);
}

/* Hover colors for specific items */
.menu-item.whatsapp:hover {
    background-color: #25d366;
    color: #ffffff;
}

.menu-item.call:hover {
    background-color: #007bff;
    color: #ffffff;
}

.menu-item.location:hover {
    background-color: #ff5722;
    color: #ffffff;
}
.tp-services-details-list ul {
    margin-bottom: 20px;
}
.tp-services-details-list h5 {
    font-size: 16px;
    font-weight: bold;
}
.about-main-cont.tp-section.text-p p {
    margin-bottom: 15px;
    padding-left: 0;
}
.about-main-cont.tp-section.text-p p::before {
    display: none;
}
@media only screen and (max-width: 767px) {
    .custom-logo img {
        width: 60px;
    }
    .custom-logo h1 {
        font-size: 30px;
    }
    .custom-logo h1 span {
        font-size: 15px;
    }
    .offcanvas__area.offcanvas-opened .custom-logo {
        padding: 0;
        box-shadow: none;
    }
    .tp-slider-3-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .tp-slider-3-title {
        font-size: 34px;
        margin-bottom: 20px;
    }
    .tp-slider-3-item {
        background-position: top center;
    }
    .tp-slider-3-content p {
        font-size: 17px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    .tp-slider-3-active {
        height: 480px;
    }
    .tp-about-2-wrapper .tp-section-title strong {
        font-size: 32px;
    }
    .tp-about-2-wrapper {
        margin-top: 0;
    }
    .tp-feature-bg {
        margin-top: 0;
        padding-top: 70px;
        padding-bottom: 95px;
    }
    .tp-services-wrap {
        margin-top: -50px;
    }
    .tp-services-item-box {
        margin-bottom: 0;
    }
    .project-area {
        padding-top: 70px;
        padding-bottom: 40px;
    }
    .tp-process-relative {
        padding: 70px 0 40px;
    }
    .tp-footer-widget {
        margin-bottom: 30px;
    }
    .tp-breadcrumb-bg {
        padding: 70px 0;
    }
    .tp-breadcrumb-title {
        font-size: 36px;
    }
    .tp-preloader-logo {
        width: 90px;
        height: 90px;
        line-height: 90px;
    }
    .tp-preloader-logo img {
        width: 80px;
        height: 80px;
    }
    .tp-header-bottom {
        padding: 0;
    }
    .offcanvas__content {
        padding: 30px 20px 145px;
    }
    .tp-testimonial-content p {
        line-height: 1.5;
    }
    .tp-contact-form {
        padding: 30px 20px;
    }
    .tp-contact-form-title {
        font-size: 28px;
    }
    .contact-area {
        padding: 70px 0 40px;
    }
    .tp-contact-inner-title {
        font-size: 32px;
    }
}
