.mobile-menu-toggle { display: none; }
    .header-desktop-nav { display: flex; }
    @media (max-width: 782px) {
        .header-desktop-nav,
        .header-desktop-nav * {
            display: none !important;
            visibility: hidden !important;
        }
        .mobile-menu-toggle {
            display: block !important;
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px;
            z-index: 1001;
            position: relative;
        }
        .mobile-menu-toggle span {
            display: block;
            width: 28px;
            height: 3px;
            background: #000;
            margin: 5px 0;
            transition: 0.3s;
        }
        .mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(8px, 8px); }
        .mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
        .mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }
        .wp-block-group > .wp-block-separator { display: none !important; }
    }

    .header-desktop-nav .main-nav {
    display: flex;
    gap: 1.5rem; /* spacing between menu items */
    align-items: center;
}

/* Logo size control */
/* Fix logo dimension */
.site-logo img.custom-logo {
    width: 120px !important;
    height: auto !important;
    object-fit: contain;
}


.header-desktop-nav .nav-item {
    position: relative;
    display: flex;
    align-items: center;
}

/* dropdown styling */
.header-desktop-nav .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    padding: 0.5rem 0;
    border: 0px solid #ddd;
    z-index: 999;
}

/* Main header layout fix */
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

/* Navigation centered properly */
.header-desktop-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

/* Ensure main nav items center evenly */
.header-desktop-nav .main-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

/* Align CTA buttons horizontally */
.header-phone,
.header-phone .wp-block-button,
.wp-block-buttons.header-phone,
.wp-block-buttons.header-phone .wp-block-button__link {
    display: flex;
    align-items: center;
}

/* Keep CTA buttons side by side */
.header-phone {
    margin-right: 1rem;
}

.wp-block-buttons.header-phone + .wp-block-buttons {
    margin-left: 1rem;
}

.site-logo img{
  border-radius: inherit;

}

@media (max-width: 767px) {
    .wp-block-buttons.wp-block-buttons-is-layout-flex {
        display: none;
    }
}

.mobile-menu-toggle { display: none; }
.header-desktop-nav { display: flex; }
@media (max-width: 782px) {
    /* HIDE desktop navigation completely */
    .header-desktop-nav,
    .header-desktop-nav * {
        display: none !important;
        visibility: hidden !important;
    }

    /* Show hamburger menu */
    .mobile-menu-toggle {
        display: block !important;
        background: none;
        border: none;
        cursor: pointer;
        padding: 8px;
        z-index: 1001;
        position: relative;
    }
    .mobile-menu-toggle span {
        display: block;
        width: 28px;
        height: 3px;
        background: #000;
        margin: 5px 0;
        transition: 0.3s;
    }
    .mobile-menu-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(8px, 8px); }
    .mobile-menu-toggle.active span:nth-child(2) { opacity: 0; }
    .mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }

    /* Hide header separator on mobile */
    .wp-block-group > .wp-block-separator {
        display: none !important;
    }
}

//new
.rp-view { background-color: var(--wp--preset--color--primary) !important; font-size: 0.875rem; font-style: normal; font-weight: 700; letter-spacing: 0.1em; color: #fff !important; text-decoration: none; text-transform: uppercase; display: flex; justify-content: center; position: relative; overflow: hidden; width: max-content; margin: 0 auto; padding: 12px 24px; border-radius: 0 px; text-align: center; }
.rp-view a { display: inline-block; color: #fff; text-decoration: none; font-size: 0.875rem; text-transform: inherit; font-weight: inherit; }
.rp-view { text-align: center; margin-top: 3rem; }
.rp-view a:hover { color: #000; }
.wp-block-cover.service-hero { margin-top:0!important; }
header .nav-dropdown > p > a { display:block; line-height:48px; }
header .nav-dropdown:hover .dropdown-menu { margin-top: 0; padding-top:0.5rem !important; padding-bottom:0.5rem !important; }
body.single-post .blogs-details-class { padding-top:10px !important; }
body.single-post .blogs-details-class .breadcrumbs { margin-bottom:1.5rem; font-size:16px; }
body.single-post .blogs-details-class .breadcrumbs a, body.single-post .single-post-sidebar .recent-posts-widget a { text-decoration:none; }
body.single-post .single-post-sidebar .recent-posts-widget h3 { margin-bottom:0.5rem }
body.single-post .single-post-sidebar .recent-posts-widget ul { margin-top:0; padding-left:2.6rem }
body.single-post .single-post-sidebar .recent-posts-widget ul li { font-size:16px; }
body.single-post .post-featured-image img { border-radius: 6px; }

body.error404 .search-page-result { display:none; }
.p-0{padding:0!important}
@media (max-width: 782px) {
    .mobile-menu-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(3px, -4px) !important; }
}

.amp-featured-image {
	display:none !important;
}
.footer-copyright
{
	color: #ffffff !important;
}




/* Mobile only buttons */
.mobile-cta-buttons {
    display: flex;                /* visible on mobile */
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}

/* Button styling */
.mobile-cta-buttons a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    background-color: #ff6b00;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
}

/* Hover effect */
.mobile-cta-buttons a:hover {
    background-color: #e55b00;
}

/* Hide on desktop */
@media (min-width: 1025px) {
    .mobile-cta-buttons {
        display: none !important;
    }
}





/* Default: show (mobile first) */
.mobile-cta-buttons.new-class {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Hide on desktop */
@media (min-width: 1025px) {
    .mobile-cta-buttons.new-class {
        display: none !important;
    }
}
/* ===============================
   Mobile CTA Buttons (Mobile Only)
   =============================== */

.mobile-cta-buttons.new-class {
    display: flex !important;          /* Force show on mobile */
    flex-direction: column;
    gap: 10px;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
}

/* Button Style */
.mobile-cta-buttons.new-class a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 12px 20px;
    background-color: #ff6b00;
    color: #ffffff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.mobile-cta-buttons.new-class a:hover {
    background-color: #e55b00;
}

/* Hide on Desktop */
@media screen and (min-width: 1025px) {
    .mobile-cta-buttons.new-class {
        display: none !important;
    }
}


/* Hide on desktop */
@media (min-width: 1025px) {
    .mobile-cta-buttons {
        display: none !important;
    }
}









