.body {
    overflow-x: hidden !important;
}

a {
    text-decoration: none;
}

.flair {
    width: 100px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}

/* Header Top */
.container {
    max-width: 1200px;
}

.top-bar {
    background-color: #014c8f;
    color: white;
    font-size: 14px;
    padding: 6px 0;
}

.topbar_text a {
    text-decoration: none;
    color: white;
}

.topbar_a {
    color: #eb242b;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #fff;
    border-radius: 5px;
}

.contact_banner {
    background-image: linear-gradient(rgb(51 49 49 / 71%), rgb(79 75 75 / 62%)), url(/images/contact_banner.jpg) !important;
    background-position: center center;
    background-size: cover;
}

.hero_section .carousel-item {
    height: 240px;
}

.hero_section .carousel-item img {
    height: 100%;
}

@media (max-width: 2560px) and (min-width: 1200px) {
    .about_hero .row {
        height: 70vh !important;
    }

    .contact_banner .row {
        height: 50vh !important;
    }

    .hero_icon img {
        height: 90px;
    }

    .time_text {
        font-size: 12px;
    }

    .slot-header {
        height: 68px;
    }

    .hero_section .carousel-item {
        height: 337px;
    }

    .hero_section .carousel-item img {
        height: 100%;
    }
}

/* Medium Screens: 1199px to 768px */
@media (max-width: 1199px) and (min-width: 768px) {
    .about_hero .row {
        height: 70vh !important;
    }

    .contact_banner .row {
        height: 50vh !important;
    }

    .hero_icon img {
        height: 90px;
    }

    .time_text {
        font-size: 12px;
    }

    .slot-header {
        height: 68px;
    }

    .hero_section .carousel-item {
        height: 250px;
    }

    .hero_section .carousel-item img {
        height: 100%;
    }
}

/* Small Screens: max-width 768px */
@media (max-width: 768px) {
    .hero_cards {
        position: relative;
        top: 0px;
        box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
    }

    .hero_section .carousel-item {
        height: 100px;
    }

    .hero_section .carousel-item img {
        height: 100%;
    }

    .hover-card-container {
        width: 100% !important;
        padding: 0px 15px !important;
    }

    .about_hero .row {
        height: 20vh !important;
    }

    .contact_banner .row {
        height: 20vh !important;
    }

    .cards_title {
        font-size: 12px;
        color: rgb(15, 15, 15);
    }

    .hero_icon img {
        height: 45px;
    }

    .rate_text {
        font-size: 8px;
    }

    .book_btn {
        font-size: 8px;
    }

    .time_text {
        font-size: 10px;
    }

    .slide_row {
        font-size: 11px;
    }

    .slot-header {
        height: 46px;
    }

    .day-card h6 {
        font-size: 11px;
    }

    .day-card strong {
        margin-bottom: 0px !important;
    }

    .step_cards h4 {
        font-size: 8px;
    }

    .step_cards p {
        font-size: 6px;
    }

    .fa-long-arrow-right {
        font-size: 20px !important;
        padding: 0px !important;
    }
}

@media (max-width: 768px) and (min-width: 300) {
    .slot-header {
        height: 46px !important;
    }
}

/* Navbar */
.navbar {
    background: white;
    /* box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); */
}

.navbar-brand img {
    height: 40px;
}

.nav-link {
    font-weight: 400;
    color: #000 !important;
}

.nav-item a {
    font-size: 16px;
}

.nav-link.active,
.nav-link:hover {
    color: #eb242b !important;
}

.book-btn {
    background-color: #eb242b;
    color: white;
    border: none;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 4px;
}

.book-btn:hover {
    background-color: #eb242b;
}

/* Services dropdown for desktop */
.services-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #ebf3fc;
    padding: 35px 0;
    z-index: 1000;
}

.nav-item:hover .services-menu {
    display: block;
}

.service-card {
    background: white;
    border-radius: 6px;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 14px 0;
    transition: all 0.3s;
}

.parameter-list {
    column-count: 2;
    column-gap: 2rem;
    list-style-type: disc;
    padding-left: 20px;
    margin: 0;
}

.parameter-list li {
    break-inside: avoid;
    padding: 4px 0;
}

.parameter-list::-webkit-scrollbar {
    width: 6px;
}

.parameter-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.service-icon {
    background: #014c8f;
    color: white;
    margin-left: auto;
    margin-right: auto;
    width: 24%;
    border-radius: 5px;
    font-size: 24px;
    padding: 0px;
    margin-bottom: 10px;
}

/* Offcanvas customization */
.offcanvas-start {
    width: 250px;
}

.offcanvas-body .nav-link {
    padding: 10px 0;
    display: block;
}

/* hero section */

.home_hero {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
}

.hero_section_content {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.elementor-headline-plain-text {
    color: #014c8f;
    font-size: 33px;
}

.elementor-headline-dynamic-text {
    font-size: 36px;
    color: #eb242b;
}

.pause_icon {
    height: 55px;
    width: 55px;
    border-radius: 50%;
}

.pause_icon i {
    height: 100%;
    width: 100%;
    color: #014c8f;
    font-size: 55px;
}

.pause_btn {
    background-color: #eb242b;
}

.pause_btn:hover {
    background-color: #014c8f;
}

.hero_card {
    background: #eb242b;
    border-radius: 6px;
    text-align: center;
    padding: 10px;
    transition: all 0.3s;
}

.hero_card h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.hero_card:hover h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #eb242b;
}

.hero_card p {
    font-size: 14px;
}

.hero_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.hero_icon {
    color: white;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 5px;
    font-size: 34px;
    padding: 0px;
}

.cards_title {
    color: rgb(15, 15, 15);
}

.service_icon {
    background-color: #014c8f;
    color: white;
    margin-left: auto;
    margin-right: auto;
    width: 24%;
    border-radius: 5px;
    font-size: 34px;
    padding: 0px;
    margin-bottom: 10px;
}

.about_sec2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 0px 20px;
}

.about_profile {
    height: 82px;
    width: 82px;
    border-radius: 50%;
}

.about_profile img {
    border-radius: 50%;
}

.about_lucia h3 {
    font-size: 18px;
    color: #014c8f;
}

.about_lucia p {
    font-size: 17px;
    color: #7f7f7f;
}

.about_btn {
    background-color: #eb242b;
}

.about_btn:hover {
    border: 1px solid #eb242b;
    background-color: transparent;
    color: #eb242b !important;
}

/* counter section */
.counter_section {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(0 0 0 / 62%)), url('/images/counter.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 95px 0px 95px 0px;
}

.counter_card {
    background-color: #fff;
    padding: 8px;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.service_btn {
    background-color: #eb242b;
    float: inline-end;
}

.service_btn:hover {
    border: 1px solid #eb242b;
    background-color: transparent;
    color: #eb242b !important;
    float: inline-end;
}

.service_card {
    background-color: #EBF3FC;
    padding: 20px 10px;
    height: 204px;
    text-align: center;
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.05);
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    transition: all 0.3s;
}

.service_card h3 {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
}

.service_card p {
    font-size: 14px;
    color: #7f7f7f;
}

.service_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.service_card:hover h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #eb242b;
}

.service_card:hover .service_icon {
    background-color: #eb242b;
}

/* why choose us */
.home_servive_sec {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(0 0 0 / 62%)), url('/images/counter.jpg');
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 95px 0px 95px 0px;
}

.home_servive_card {
    background-color: #fff;
    padding: 1em;
    border-style: none;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 277px;
}

.home_servive_card .fa-solid {
    font-size: 35px;
}

.home_servive_card:hover {
    background-color: #ebf3fc;
}

.home_servive_card h1 {
    color: #014c8f;
}

.home_servive_card h5 {
    font-family: "Epilogue", Sans-serif;
    font-size: 18px;
    margin-top: 5px;
    color: #333333;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
}

.home_servive_card p {
    font-family: "Heebo", Sans-serif;
    font-size: 15px;
    font-weight: 300;
    text-transform: none;
    font-style: normal;
    text-decoration: none;
    line-height: 1.5em;
    color: #333333;
}

/* testimonial section */
.testimonial-item_card {
    background: #f0f6ff;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.quote-icon {
    font-size: 2rem;
}

.testimonial-text {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-dot span {
    width: 10px;
    height: 10px;
    background: #ccc;
    display: inline-block;
    margin: 0 4px;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #eb242b;
}

.owl-carousel .owl-item img {
    height: 70px;
    width: 70px;
}

.stars i {
    font-size: 14px;
}

.testimonial_profile {
    margin-top: -30px;
}

/* nursing section */

.nursing_section {
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.nursing_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/nursing.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.07;
    /* background image opacity */
    z-index: 1;
}

.nursing_section .container {
    position: relative;
    z-index: 2;
    /* text stays above image */
}

.hover-card-container {
    position: relative;
    width: 275px;
    box-shadow: 0px 0px 10px 0px #C7C7C7;
    height: 343px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    padding: 0px;
}

.hover-card-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}

.hover-card {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    padding: 20px;
    text-align: center;
    height: 85%;
    opacity: 0;
    transition: opacity 0.5s ease;
    width: 85%;
    display: flex;
    justify-content: center;
}

.hover-card h3 {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 18px;
}

.hover-card h3:hover {
    color: #014c8f;
}

.hover-card p {
    color: #333333;
    font-size: 14px;
}

.hover-card-container:hover .hover-card {
    opacity: 1;
}

.social_icons .icon {
    height: 30px;
    width: 30px;
    background-color: #014c8f;
    border-radius: 5px;
}

.social_icons a i {
    color: white;
    font-size: 12px;
}

.icon:hover {
    background-color: #eb242b;
}

/* blog section */
.card-container {
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s;
    cursor: pointer;
    background-color: #ebf3fc;
    position: relative;
}

.blog-image {
    position: relative;
    overflow: hidden;
    height: 226px;
}

.blog-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-container:hover .blog-image img {
    transform: scale(1.1) rotate(2deg);
    opacity: .8;
}

.category-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #014c8f;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 5px;
}

.date-tag {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #eb242b;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
}

.blog-body {
    padding: 27px 0px;
    text-align: center;
}

.blog-body h5 {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    text-decoration: none;
    line-height: 1.2em;
}

.blog-body:hover h5 {
    color: #eb242b;
}

.blog-body p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

.read-more-btn {
    background-color: #eb242b;
    color: #FFFFFF;
    padding: 14px 30px 14px 30px;
    font-family: "Inter", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 1.3px;
    border-radius: 5px;
    margin: 0px 10px;
}

.read-more-btn:hover {
    background-color: #014c8f;
    color: #fff;
}

.footer_section {
    background-color: #014c8f;
}

.footer_logo {
    width: 300px;
    height: 77px;
}

.footer_list li {
    list-style: none;
    display: flex;
    padding: 10px 0px;
}

.footer_list i {
    color: #eb242b;
}

.footer_bottom {
    background-color: #333333;
    padding: 12px 0px;
}


/* about US Page */

/* //////////  Hero Section  ////////  */
.about_hero {
    background-image: linear-gradient(rgb(0 0 0 / 71%), rgb(0 0 0 / 62%)), url('/images/counter.jpg') !important;
    background-position: center center;
    background-size: cover;
}

.lab_logo {
    height: 50px;
    width: 50px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 75%);
}

.lab_logo img {
    height: 100%;
    width: 100%;
    border-radius: 50%;
}

.total_rate {
    font-size: 10px;
}

.fa-star {
    font-size: 7px;
}

/* book now */
body {
    background-color: #f8f9fa;
    font-family: 'Poppins', sans-serif;
}

.booking_info_row1 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 40px auto 20px auto;
}

.booking_info_row2 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px 10px;
    margin: 10px auto;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    background-color: #f3f4f6 !important;
    color: rgb(0 0 0);
}

.accordion-button::after {
    margin-left: 15px;
    color: #eb242b;
}

::marker {
    font-size: 25px !important;
}

.booking_info_row3 {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin: 10px auto;
}

.division_hover {
    padding: 20px;
    border-bottom: 1px solid #d1cdcd;
    flex-wrap: wrap;
}

.division_hover:hover {
    background-color: #f9fafb;
}

.booking-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 40px auto;
}

.visit-type button {
    width: 50%;
    padding: 10px 5px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #dc3545;
    background-color: #fff;
    color: #dc3545;
    transition: 0.3s;
}

.nav-tabs .nav-link {
    border: 1px solid #eb242b;
}

.nav-tabs .nav-link.active {
    background-color: #eb242b;
    color: #fff !important;
}

.visit-type .active {
    background-color: #dc3545;
    color: #fff;
}

select.form-select {
    border-radius: 8px;
    font-size: 14px;
}

.price-section {
    margin: 15px 0;
}

.price-section del {
    color: #999;
    font-size: 22px;
    margin-right: 5px;
}

.price-section span {
    color: #000;
    font-weight: 700;
    font-size: 22px;
}

.btn-book {
    background: linear-gradient(to right, #eb242b, #eb242b);
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: none;
    border-radius: 8px;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 10px;
}

.btn-outline-danger {
    font-weight: 500;
    border-radius: 8px;
    padding: 8px 0;
    margin-bottom: 8px;
}

.btn-request {
    width: 100%;
    border: 1px solid #eb242b;
    color: #eb242b;
    font-weight: 500;
    border-radius: 8px;
    padding: 8px 0;
    background: #fff;
}

.btn-request:hover {
    background-color: #dc3545;
    color: #fff;
}


/* select time */
.slot-container {
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    overflow-y: auto;
    max-height: 336px;
}

.slot-header {
    background: #dfe6f1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    position: sticky;
    top: 0px;
    z-index: 10;
}

.slide_row {
    background-color: #e2e8f0;
    padding: 1px;
    position: sticky;
    top: 0px;
}

.arrow-btn {
    font-size: 26px;
    color: #eb242b;
    cursor: pointer;
    user-select: none;
    font-weight: bold;
}

.days-wrapper {
    display: flex;
    justify-content: space-around;
    padding: 0px;
    transition: all 0.3s ease;
}

.day-card {
    text-align: center;
    flex: 1;
}

.day-card h6 {
    color: #555;
    font-weight: 600;
    margin-bottom: 5px;
    padding-top: 8px;
}

.select_time {
    height: 300px;
}

.day-card strong {
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.time-slot {
    border: 1px solid #eb242b;
    color: #eb242b;
    border-radius: 8px;
    padding: 5px 10px;
    margin: 4px 0;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    transition: 0.2s;
}

.time-slot:hover,
.time-slot.active {
    background: #eb242b;
    color: #fff;
}

.proceed-btn {
    background-color: rgb(249 249 249);
    color: rgb(158, 158, 158);
    border: 1px solid rgb(224, 224, 224);
    width: 60%;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    padding: 12px;
    margin-top: 15px;
    font-weight: 600;
}

.proceed-btn.btn-active {
    background: #dc3545;
    cursor: pointer;
    color: #fff;
}

/* Scrollbar Styling */
.slot-container::-webkit-scrollbar {
    width: 8px;
}

.slot-container::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 10px;
}

.slot-container::-webkit-scrollbar-track {
    background: transparent;
}

.dropdown-menu {
    border-radius: 10px;
    font-size: 0.95rem;
}

.dropdown-item:hover {
    background-color: #f0f8ff;
}

.nav-pills .nav-link {
    text-align: center;
    padding: 33px;
    font-size: 22px;
}

.nav-pills .nav-link.active {
    background-color: #eb242b;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.profile_sec .nav-link.active {
    color: #fff !important;
}

.nav-pills .nav-link {
    border-radius: 0px;
    border-bottom: 1px solid oklch(96.7% .003 264.542);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer;
}

.nav-pills .nav-link:hover {
    transform: scale(1.1);
    background-color: #eb242b;
}

.profile_sec .nav-link:hover {
    color: #fff !important;
}

.edit_div {
    height: 37px;
    width: 37px;
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 0px 10px 10px 0px;
    border: 1px solid red;
    border-radius: 50%;
}

.address_select {
    position: relative;
    top: -8px;
    right: -8px;
    font-size: 10px;
    background-color: rgb(246 214 214);
    border-radius: 0px 0px 0px 5px;
}

.order_tables {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 100%;
    overflow-x: scroll;
}

.current_orderTH th {
    background-color: rgb(226 232 240);
    color: oklch(37.3% .034 259.733);
}

.current_orderTR td {
    background-color: rgb(243 244 246);
    border-bottom: none;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 0px;
    text-align: center;
    color: oklch(37.3% .034 259.733);
}

.home_visitTH th {
    background-color: rgb(226 232 240);
    color: oklch(37.3% .034 259.733);
}

.home_visitTR td {
    background-color: rgb(243 244 246);
    border-bottom: none;
    font-weight: 700;
    font-size: 14px;
    padding: 18px 0px;
    text-align: center;
    color: oklch(37.3% .034 259.733);
}

.health_graph {
    min-height: 98vh;
}

.contact_prgh {
    font-size: 13px;
}

/* 🌟 Star animation + style */
.rating-stars i {
    transition: transform 0.2s ease, color 0.3s ease;
}

.rating-stars i:hover {
    transform: scale(1.2);
    color: gold;
}

.rating-stars i.text-warning {
    animation: starGlow 1s ease-in-out infinite alternate;
}

@keyframes starGlow {
    from {
        filter: brightness(0.9);
    }

    to {
        filter: brightness(1.4);
    }
}

/* login */
.login_card {
    border-radius: 30px;
}

.login_header {
    background-color: #eb242b;
    border-radius: 30px 30px 0px 0px;
}

.login_input {
    border: 1px solid #e3e3e3;
}

.login_form {
    border-radius: 20px;
}

.otp-box {
    width: 45px;
    height: 45px;
    margin: 0 4px;
    font-size: 20px;
}

.hover_btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hover_btn:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hover_btn:hover,
.hover_btn:focus,
.hover_btn:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hover_btn:hover:before,
.hover_btn:focus:before,
.hover_btn:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.login_page {
    background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQjF0jC-XB2J4Zfh7Io7NlIU2di9tE5YwCAAz4tc26PHbwa0E80H6gqPOC-b82jWy72dUS5&s');
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}

.dstatus-select {
    font-weight: 500;
    border: none;
    outline: none;
}

.bstatus-select {
    font-weight: 500;
    border: none;
    outline: none;
}

.status-pending {
    background-color: #fff3cd;
    color: #856404;
}

/* yellow */
.status-scheduled {
    background-color: #cce5ff;
    color: #004085;
}

/* blue */
.status-completed {
    background-color: #d4edda;
    color: #155724;
}

/* green */
.status-rejected {
    background-color: #f8d7da;
    color: #721c24;
}

/* red */

.cart_box {
    height: 21px;
    width: 21px;
    position: absolute;
    top: 0px;
    margin-left: 12px;
    text-align: center;
    border-radius: 50%;
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,
.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    justify-content: space-between;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    background-color: #ffffff !important;
}

.step_card {
    transition: all 0.3s;
}

.step_card:hover {
    transform: translateY(-7px);
}

.serve_acc {
    transition: all 0.3s;
    border-radius: 20px;
}

.serve_acc:hover {
    transform: translateY(-7px);
}

.blog_card {
    height: 460px;
}

.compare-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    justify-content: center;
    align-items: center;
    overflow: auto;
}

.compare-content {
    background: #fff;
    width: 90%;
    max-width: 1100px;
    padding: 20px;
    border-radius: 12px;
}

.compare-card {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    background: white;
}

.compare-card h5 {
    font-size: 18px;
    font-weight: 600;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.card-item_card {
    transition: all 0.3s;
}

.card-item_card:hover {
    transform: translateY(-7px);
}

#locationInput {
    background-color: #eb242b;
    color: #fff;
}

#testInput {
    border: 1px solid #eb242b;
}

#testInput:focus-visible {
    border: 1px solid #eb242b !important;
    outline: none;
}

.enquiry-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99999;
    justify-content: center;
    align-items: center;
}

.enquiry-content {
    background: #fff;
    width: 732px;
    padding: 20px;
    border-radius: 8px;
    animation: zoomIn 0.3s ease;
}

@keyframes zoomIn {
    from {
        transform: scale(0.7);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.close-enquiry {
    float: right;
    font-size: 35px;
    cursor: pointer;
}

.footer_contact{
    color: #eb242b;
    font-size: 18px;
}


