.elementor-kit-172{--e-global-color-primary:#1F6BAE;--e-global-color-secondary:#FF7B00;--e-global-color-text:#000000;--e-global-color-accent:#074377;--e-global-color-9904038:#FFFFFF;--e-global-color-d507d86:#E8F3FED9;--e-global-color-2652b5f:#F4F3F3;--e-global-color-066a80d:#074377;--e-global-color-6e43832:#F4F3F3;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:4rem;--e-global-typography-primary-font-weight:700;--e-global-typography-primary-line-height:5.6rem;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:3rem;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:1.25rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:1.5rem;--e-global-typography-accent-font-weight:500;--e-global-typography-531eb13-font-family:"Montserrat";--e-global-typography-531eb13-font-size:1.25rem;--e-global-typography-531eb13-font-weight:600;--e-global-typography-531eb13-line-height:1.75rem;color:#000000;font-family:"Montserrat", Sans-serif;font-size:16px;font-weight:400;}.elementor-kit-172 e-page-transition{background-color:#FFBC7D;}.elementor-kit-172 a{color:var( --e-global-color-primary );}.elementor-kit-172 h1{color:#000000;font-family:"Montserrat", Sans-serif;font-size:4rem;font-weight:700;line-height:5.6rem;}.elementor-kit-172 h2{font-family:"Montserrat", Sans-serif;font-size:3rem;font-weight:600;line-height:4.2rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-172{--e-global-typography-primary-font-size:3.5rem;--e-global-typography-secondary-line-height:4rem;--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-line-height:1.575rem;--e-global-typography-accent-font-size:1.25rem;--e-global-typography-accent-line-height:1.75rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-172{--e-global-typography-primary-font-size:2.5rem;--e-global-typography-primary-line-height:3.8rem;--e-global-typography-secondary-font-size:2rem;--e-global-typography-secondary-line-height:2.8rem;--e-global-typography-text-font-size:1.125rem;--e-global-typography-text-line-height:1.575em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*pagination styling starts*/
.elementor-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 30px;
}

.elementor-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.elementor-pagination .page-numbers:hover {
  border-color: #ff7b00;
  color: #ff7b00;
}

.elementor-pagination .page-numbers.current {
  background: #ff7b00;
  color: #fff;
  border-color: #ff7b00;
}

.elementor-pagination .page-numbers.prev,
.elementor-pagination .page-numbers.next {
  width: 42px;
  height: 42px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 8px;
  background: #fff;
  color: #333;
  border: 1px solid #ddd;
}

.elementor-pagination .page-numbers.prev:hover,
.elementor-pagination .page-numbers.next:hover {
  border-color: #ff7b00;
  color: #ff7b00;
}
/*pagination styling ends*/

/*post card tag styling starts*/
.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px !important;
}

.tag span {
  font-size: 0.8rem;
  line-height: 1.155rem;
  display: inline-block;
  background-color: #E8F3FED9 !important;
  color: #1F6BAE !important;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 20px;
  text-decoration: none !important;
  transition: all 0.2s ease-in-out;
}

.tag span:hover {
  background-color: #1F6BAE !important;
  color: #fff !important;
}
/*post tag styling ends*/



        /***Pickup btn***/
        #schedule-pickup {
            height: 56px !important;
            line-height: 56px !important;
            display: inline-flex !important;
            align-items: center;
            justify-content: center;
            padding: 0 24px !important;
            border-radius: 50px;
            font-size: 20px !important;
            font-weight: 700;
            background: #FF7B00;
            color: #fff;
            text-decoration: none;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: 'Montserrat', sans-serif;
        }

        #schedule-pickup:hover {
            transform: scale(1.05);
        }


        #schedule-pickup i,
        #schedule-pickup svg {
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            border-radius: 50px;
            width: 28px;
            height: 28px;
            font-size: 20px;
            transform: rotate(70deg);
            transition: transform 0.5s ease;
        }


        #schedule-pickup:hover svg {
            transform: rotate(20deg);
        }

        @media screen and (max-width:469px) {
            #schedule-pickup {
                font-size: 16px !important;
            }

            #schedule-pickup i,
            #schedule-pickup svg {
                width: 24px !important;
                height: 24px !important
            }
        }


        /***Navbar***/


        .bar {
            position: relative;
            width: 100%;
            margin: 0 auto;

        }

        .top-bar {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-bottom: 30px;
            padding-top: 10px;
            margin: 0 auto;
        }

        .logo {
            height: 31px;
            width: 91px;
        }

        .logo img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }

        .contacts {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 28px;
        }

        .contact-item {
            display: flex;
            align-items: center;
            gap: 10px;
            font-size: 14px;
            font-weight: 600;
        }

        .contact-item small {
            display: block;
            font-size: 12px;
            font-weight: 400;
        }

        .contact-item i {
            color: #1F6BAE;
            font-size: 20px;
        }

        .auth-links {
            display: flex;
            align-items: center;
            gap: 18px;
        }

        .auth-links a {
            text-decoration: none;
            font-size: 16px;
        }

        .c-link {
            text-decoration: none !important;
            color: #000 !important;
        }

        .login-btn {
            color: #fff !important;
            background: #1F6BAE !important;
            color: #fff !important;
            padding: 10px 20px;
            width: max-content;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 600 !important;
            display: flex;
            align-items: center;
            transition: all 0.5s ease;
        }

        .login-btn:hover {
            transform: scale(1.05);
        }

        .signup-btn,
        .schedule-btn {
            background: #FF7B00 !important;
            color: #fff !important;
            padding: 10px 20px;
            border-radius: 50px;
            text-decoration: none;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: all 0.5s ease;
        }

        .signup-btn {
            font-weight: 600 !important;
        }

        .schedule-btn {
            font-weight: 700 !important;
        }

        .signup-btn svg,
        .schedule-btn svg {
            display: flex;
            align-items: center;
            justify-content: center;
            background: white;
            border-radius: 50px;
            width: 28px;
            height: 28px;
            font-size: 20px;
            transform: rotate(70deg);
            transition: transform 0.5s ease;
        }

        .signup-btn:hover,
        .schedule-btn:hover {
            transform: scale(1.05);
        }

        .signup-btn:hover svg,
        .schedule-btn:hover svg {
            transform: rotate(20deg);
        }

        .bottom-bar {
            position: absolute;
            left: 0;
            right: 0;
            bottom: -45px;
            max-width: 1200px;
            width: 100%;
            padding: 9px 20px;
            margin: 0 auto;
            background-color: #1F6BAE;
            border-radius: 10px;
        }

        .b-contents {
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .nav-links ul {
            display: flex;
            justify-content: space-between;
            gap: 43px;
            align-items: center;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .nav-link {
            text-decoration: none;
            color: #fff !important;
            font-size: 14px;
            font-weight: 600;
            padding: 5px 0;
            transition: all 0.3s ease;
        }

        .nav-active {
            border-bottom: 2px solid #FF7B00;
            color: #FF7B00 !important;
        }

        /* Ensure dropdown button reflects active state too */
        .dropdown-toggle.nav-active {
            border-bottom: 2px solid #FF7B00;
            color: #FF7B00;
        }

        .dropdown-toggle:hover .nav-link {
            color: #FF7B00 !important;
        }

        .nav-link:hover {
            color: #FF7B00 !important;
        }

        .nav-link.nav-active+svg path {
            stroke: #FF7B00;
            /* svg stroke changes too */
        }

        .nav-link:hover+svg path {
            stroke: #FF7B00;
            /* svg stroke changes too */
        }

        /* Dropdown container */
        .dropdown {
            position: relative;
        }

        .dropdown-toggle {
            background: none !important;
            border: none;
            color: white;
            font-size: 14px;
            padding: 5px 0;
            font-family: "Montserrat", sans-serif;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .dropdown-toggle svg {
            display: inline-block;
            transition: transform 0.3s ease;
            font-size: 24px;
        }

        /* Dropdown menu */
        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            border-radius: 6px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            width: 300px;
            padding: 10px 0;
            display: none;
            flex-direction: column;
            z-index: 10;
            max-height: 70vh;
            overflow-y: auto;
            scrollbar-width: none;
            /* Firefox */
            -ms-overflow-style: none;
            /* IE/Edge */
        }

        .dropdown-menu::-webkit-scrollbar {
            display: none;
            /* Chrome, Safari */
        }

        .dropdown-menu a {
            padding: 10px 16px;
            text-decoration: none;
            color: #333;
            display: grid;
            grid-template-columns: 1fr auto;
            /* text expands, icon stays fixed */
            align-items: center;
            gap: 20px;
            margin: 0 5px;
            /* default no border */
            font-size: 14px;
            transition: transform 0.3s ease-in-out;
        }



        /* Mirror desktop dropdown item styling for mobile menu */
        .mobile-dropdown-menu a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 20px 12px;
            border-radius: 6px;
            border: 1px solid transparent;
        }

        /* Open state */
        .dropdown.open .dropdown-menu {
            display: flex;
        }

        /* Mega menu variant for wide multi-column dropdowns */
        .dropdown-menu.mega-menu {
            width: 650px;
            padding: 8px;
            display: none;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px 16px;
        }

        /* Show mega menu as grid when open */
        .dropdown.open .dropdown-menu.mega-menu {
            display: grid;
        }

        /* Minor tweaks for items inside mega menu */
        .dropdown-menu.mega-menu a {
            padding: 10px;
        }

        .dropdown.open .chevron {
            transform: rotate(180deg);
        }

        /* Hamburger Menu */
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            z-index: 1001;
        }

        .hamburger span {
            width: 25px;
            height: 3px;
            background: #333;
            /* match theme and remain visible on white header */
            margin: 3px 0;
            transition: 0.3s;
            border-radius: 2px;
        }

        .hamburger.active span:nth-child(1) {
            transform: rotate(-45deg) translate(-5px, 6px);
        }

        .hamburger.active span:nth-child(2) {
            opacity: 0;
        }

        .hamburger.active span:nth-child(3) {
            transform: rotate(45deg) translate(-5px, -6px);
        }

        /* Mobile Menu */
        .mobile-menu {
            position: fixed;
            top: 0;
            left: -120%;
            height: 100dvh;
            /* full viewport height on mobile */
            background: white;
            transition: left 0.3s ease;
            z-index: 999;
            /* above header */
            padding: 80px 30px 100px;
            /* bottom padding so contacts aren't clipped */
            overflow-y: auto;
            /* keep scroll functionality */
            box-sizing: border-box;
            /* include padding in height */

            /* Hide scrollbar */
            scrollbar-width: none;
            /* Firefox */
            -ms-overflow-style: none;
            /* IE & Edge */
        }

        .mobile-menu::-webkit-scrollbar {
            display: none;
            /* Chrome, Safari, Opera */
        }


        .mobile-menu.active {
            left: 0;
            right: 0;
        }

        .mobile-nav {
            margin-bottom: 40px;
        }

        .mobile-nav ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .mobile-nav li {
            margin-bottom: 20px;
        }

        .mobile-nav .nav-link {
            color: #333 !important;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            padding: 10px 0;
            display: block;
            border-bottom: 1px solid #eee;
        }

        /* Mobile Dropdown */
        .mobile-dropdown {
            margin-bottom: 20px;
        }

        .mobile-dropdown-toggle {
            background: none;
            border: none;
            color: #333;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 100%;
            padding: 10px 0;
            border-bottom: 1px solid #eee;
            font-family: "Montserrat", sans-serif;
        }

        .mobile-dropdown-toggle svg {
            transition: transform 0.3s ease;
            font-size: 20px;
        }

        .mobile-dropdown-menu {
            display: none;
            padding-left: 10px;
            padding-top: 10px;
            padding-right: 10px;
        }

        .mobile-services-menu {
            display: none;
            padding-left: 10px;
            padding-top: 10px;
            padding-right: 10px;
        }

        .mobile-dropdown-menu a {
            display: grid;
            grid-template-columns: 1fr auto;
            /* text expands, icon stays fixed */
            align-items: center;
            padding: 8px 10px;
            color: #666;
            text-decoration: none;
            font-size: 14px;
        }

        .mobile-dropdown.open .mobile-dropdown-menu {
            display: block;
        }

        .mobile-dropdown.open .mobile-services-menu {
            display: block;
        }

        .mobile-dropdown.open .mobile-dropdown-toggle svg {
            transform: rotate(180deg);
        }

        .mobile-contacts {
            margin-top: 30px;
            padding-top: 30px;
            border-top: 2px solid #eee;
        }

        .mobile-contacts .contact-item {
            margin-bottom: 20px;
            padding: 15px 0;
            border-bottom: 1px solid #f0f0f0;
        }

        .mobile-auth {
            margin-top: 30px;
            display: flex;
            flex-direction: column;
            gap: 20px;
            /* add a bit more space between login and signup */
        }

        .mobile-auth a {
            text-decoration: none;
        }

        .mobile-auth .login-btn {
            color: #333;
            font-weight: 600;
        }

        .mobile-auth .signup-btn {
            text-align: center;
            padding: 12px 20px;
            max-width: max-content;
        }

        .mobile-auth .schedule-btn {
            text-align: center;
            padding: 12px 20px;
            margin-top: 10px;
            max-width: max-content;
        }

        /* Tablet & Small Desktop Styles: 1024px - 1250px */
        @media (min-width: 1024px) and (max-width: 1250px) {

            .bar {
                width: 100%;
            }

            .top-bar {
                padding: 10px 0;
            }

            .logo {
                height: 26px;
                width: 70px;
            }

            .contacts {
                gap: 14px;
            }

            .contact-item {
                font-size: 11px;
                gap: 7px;
            }

            .auth-links {
                gap: 10px;
            }

            .signup-btn {
                padding: 8px 10px;
                font-size: 13px;
            }

            .signup-btn svg {
                width: 22px;
                height: 22px;
                font-size: 16px;
            }

            .bottom-bar {
                max-width: 950px;
                padding: 7px 10px;
                bottom: -45px;
            }

            .b-contents {
                flex-direction: row;
                gap: 10px;
            }

            .nav-links ul {
                gap: 18px;
                font-size: 13px;
            }

            .nav-link,
            .dropdown-toggle {
                font-size: 13px;
                padding: 4px 0;
            }

            .dropdown-menu {
                width: 220px;
                font-size: 13px;
            }

            .dropdown-menu a {
                padding: 8px 12px;
                font-size: 13px;
            }

            .schedule-btn {
                font-size: 13px;
                padding: 8px 10px;
            }

            .schedule-btn svg {
                width: 22px;
                height: 22px;
                font-size: 13px;
            }

        }

        /* Mobile and Tablet Responsive */
        @media (max-width: 1024px) {

         /* Make top bar fixed on mobile/tablet so it behaves like desktop */
            .top-bar {
                position: fixed;
                top: 0;
                left: 0;
                right: 0;
                height: 72px;
                padding: 0 16px;
                display: flex;
                align-items: center;
                z-index: 1001;
                background: #fff;
                /* keep header opaque so content doesn't show through */
                box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            }

            /* Push page content down so it isn't hidden under the fixed header */
            body {
                padding-top: 50px;
            }

            /* Ensure mobile sliding menu starts below the fixed header */
            .mobile-menu {
                padding-top: calc(72px + 8px);
            }

            .contacts,
            .auth-links,
            .bottom-bar {
                display: none;
            }

            .hamburger {
                display: flex;
            }

            .logo {
                height: 28px;
                width: 82px;
            }
        }

        /* Small Mobile */
        @media (max-width: 480px) {
            .mobile-menu {
                padding: 90px 20px 60px 20px;
                /* extra bottom space on very small screens */
            }

            .logo {
                height: 25px;
                width: 73px;
            }
        }

        .service-areas-menu {
            /* Same base style as .dropdown-menu */
            position: absolute;
            top: 100%;
            left: 0;
            background: white;
            border-radius: 6px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
            width: 180px;
            padding: 10px 0;
            display: none;
            flex-direction: column;
            z-index: 10;
        }

        .dropdown.open .service-areas-menu {
            display: flex;
        }

        /* Mega menu layout for Service Areas */
        .service-areas-menu.mega-menu {
            position: absolute;
            left: 0;
            width: 90vw;
            padding: 20px;
            display: none;
            grid-template-columns: repeat(5, 1fr);
            gap: 20px;
            box-sizing: border-box;
            margin-left: calc(-62vw + 50%);
            max-width: 100vw;
            max-height: 90vh;
            overflow-y: auto;
            overflow-x: hidden;
        }

        /* Custom scrollbar for mega menu */
        .service-areas-menu.mega-menu::-webkit-scrollbar {
            width: 6px;
        }

        .service-areas-menu.mega-menu::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 3px;
        }

        .service-areas-menu.mega-menu::-webkit-scrollbar-thumb {
            background: #FF7B00;
            border-radius: 3px;
        }

        .service-areas-menu.mega-menu::-webkit-scrollbar-thumb:hover {
            background: #e66a00;
        }


        @media (max-width: 768px) {
            .service-areas-menu.mega-menu {
                width: calc(100vw - 24px);
                grid-template-columns: 1fr 1fr;
                max-height: 80vh;
            }

            .service-areas-menu.mega-menu .service-submenu {
                max-height: 300px;
            }
        }

        @media (max-width: 480px) {
            .service-areas-menu.mega-menu {
                max-height: 60vh;
            }

            .service-areas-menu.mega-menu .service-submenu {
                max-height: 200px;
            }
        }

        .dropdown.open .service-areas-menu.mega-menu {
            display: grid;
        }

        /* Ensure submenus are shown within columns for mega menu */
        .service-areas-menu.mega-menu .service-area-item {
            position: static;
            height: 100%;
            display: flex;
            flex-direction: column;
        }

        .service-areas-menu.mega-menu .service-submenu {
            position: static;
            display: block;
            max-height: 395px;
            overflow-y: auto;
            overflow-x: hidden;
            padding-top: 6px;
            flex: 1;
        }

        /* Custom scrollbar for service submenus */
        .service-areas-menu.mega-menu .service-submenu::-webkit-scrollbar {
            width: 4px;
        }

        .service-areas-menu.mega-menu .service-submenu::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 2px;
        }

        .service-areas-menu.mega-menu .service-submenu::-webkit-scrollbar-thumb {
            background: #FF7B00;
            border-radius: 2px;
        }

        .service-areas-menu.mega-menu .service-submenu::-webkit-scrollbar-thumb:hover {
            background: #e66a00;
        }

        /* Make the section labels act as headers - hide arrows on desktop */
        .service-areas-menu.mega-menu .service-area-link {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            font-weight: 700;
            color: #333;
            padding: 12px 0 8px 0;
            border-bottom: 2px solid #FF7B00;
            margin-bottom: 8px;
        }

        /* Hide arrow backgrounds on desktop mega menu */
        .service-areas-menu.mega-menu .service-area-link .arrow-bg {
            display: none;
        }

        /* Show arrows on mobile */
        @media (max-width: 1024px) {
            .service-areas-menu.mega-menu .service-area-link .arrow-bg {
                display: inline-flex;
            }

            .service-areas-menu.mega-menu .service-area-link {
                justify-content: space-between;
            }
        }

        .service-area-link {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 10px 16px;
            text-decoration: none;
            color: #333;
            border-radius: 6px;
            cursor: pointer;
            font-size: 14px;
            transition: background-color .18s ease, border-color .18s ease;
        }

        .service-area-link .arrow-bg,
        .dropdown-menu a .arrow-bg,
        .mobile-dropdown-menu a .arrow-bg {
            background: #FF7B00;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            margin-left: 8px;
        }

        .service-area-link .arrow-icon,
        .dropdown-menu a .arrow-icon,
        .mobile-dropdown-menu a .arrow-icon {
            transform: rotate(70deg);
            transition: transform 0.5s ease;
        }

        .service-area-link:active .arrow-icon,
        .service-area-link:focus .arrow-icon,
        .service-area-link:hover .arrow-icon,
        .dropdown-menu a:active .arrow-icon,
        .dropdown-menu a:focus .arrow-icon,
        .dropdown-menu a:hover .arrow-icon,
        .mobile-dropdown-menu a:active .arrow-icon,
        .mobile-dropdown-menu a:focus .arrow-icon,
        .mobile-dropdown-menu a:hover .arrow-icon {
            transform: rotate(20deg);
        }

        .service-submenu {
            display: none;
            position: absolute;
            top: 10%;
            padding: 8px 0;
            z-index: 11;

            scrollbar-width: none;
            /* Firefox */
            -ms-overflow-style: none;
            /* IE/Edge */
        }

        .service-submenu::-webkit-scrollbar {
            display: none;
            /* Chrome, Safari */
        }


        .service-area-item.open>.service-submenu {
            display: block;
        }

        .service-submenu a {
            display: grid;
            grid-template-columns: repeat(2, auto);
            justify-content: space-between;
            align-items: center;
            width: 100%;
            gap: 10px;
            padding: 8px 0;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            border-radius: 6px;
            transition: transform 0.3s ease-in-out;
        }
        
        .service-submenu a:hover, .dropdown-menu a:hover {
            transform: translateX(4px);
            color: #FF7B00;
            font-weight: 600;
        }

        .service-submenu a .arrow-bg {
            background: #FF7B00;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            margin-left: 8px;
        }

        .service-submenu a .arrow-icon {
            transform: rotate(70deg);
            transition: transform 0.5s ease;
        }

        .service-submenu a:active .arrow-icon,
        .service-submenu a:focus .arrow-icon,
        .service-submenu a:hover .arrow-icon {
            transform: rotate(20deg);
        }

        .mobile-service-areas {
            /* Same base style as .dropdown-menu */
            position: relative;
            margin-bottom: 20px;
        }

        .mobile-submenu-toggle {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 10px 16px;
            text-decoration: none;
            color: #333;
            border-radius: 6px;
            cursor: pointer;
            font-size: 16px;
            transition: background-color .18s ease, border-color .18s ease;
        }

        .mobile-submenu-toggle .arrow-bg {
            background: #FF7B00;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            margin-left: 8px;
        }

        .mobile-submenu-toggle .arrow-icon {
            transform: rotate(70deg);
            transition: transform 0.5s ease;
        }

        .mobile-submenu-toggle:active .arrow-icon,
        .mobile-submenu-toggle:focus .arrow-icon,
        .mobile-submenu-toggle:hover .arrow-icon {
            transform: rotate(20deg);
        }

        .mobile-service-submenu {
            display: none;
        }

        .mobile-service-areas.open>.mobile-service-submenu {
            display: block;
        }

        .mobile-service-submenu a {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 10px;
            padding: 8px 16px;
            color: #333;
            text-decoration: none;
            font-size: 14px;
            border-radius: 6px;
        }

        .mobile-service-submenu a .arrow-bg {
            background: #FF7B00;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 28px;
            height: 28px;
            margin-left: 8px;
        }

        .mobile-service-submenu a .arrow-icon {
            transform: rotate(70deg);
            transition: transform 0.5s ease;
        }

        .mobile-service-submenu a:active .arrow-icon,
        .mobile-service-submenu a:focus .arrow-icon,
        .mobile-service-submenu a:hover .arrow-icon {
            transform: rotate(20deg);
        }

        /* Disable all arrow-bg visuals across the site */
        .arrow-bg {
            display: none !important;
        }

        /* Re-enable arrow backgrounds on mobile/tablet */
        @media (max-width: 1024px) {
            .arrow-bg {
                display: inline-flex !important;
            }
        }/* End custom CSS */