.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
            }
        }



        /* 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;
            }
        }
        
        
          body {
             
            padding-top: 80px;
        }
       
  /* ==================== NAVBAR STYLES ==================== */
  
   header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 9999;
            background: #fff;
            padding: 0 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        .bar {
            position: relative;
            width: 100%;
            max-width: 1400px;
            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;
            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: 1360px;
            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;
        }

        header .nav-link {
            text-decoration: none;
            color: #fff !important;
            font-size: 14px;
            font-weight: 600;
            padding: 5px 0;
            transition: all 0.3s ease;
        }

        header .nav-active {
            border-bottom: 2px solid #FF7B00;
            color: #FF7B00 !important;
        }

        .dropdown-toggle.nav-active {
            border-bottom: 2px solid #FF7B00;
            color: #FF7B00;
        }

        .dropdown-toggle:hover .nav-link {
            color: #FF7B00 !important;
        }

        header .nav-link:hover {
            color: #FF7B00 !important;
        }

        .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 {
            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;
            -ms-overflow-style: none;
        }

        .dropdown-menu::-webkit-scrollbar {
            display: none;
        }

        .dropdown-menu a {
            padding: 10px 16px;
            text-decoration: none;
            color: #333;
            display: grid;
            grid-template-columns: 1fr auto;
            align-items: center;
            gap: 20px;
            margin: 0 5px;
            font-size: 14px;
            transition: transform 0.3s ease-in-out;
        }

        .dropdown-menu a:hover {
            transform: translateX(4px);
            color: #FF7B00;
            font-weight: 600;
        }

        .dropdown.open .dropdown-menu {
            display: flex;
        }

        .dropdown-menu.mega-menu {
            width: 650px;
            padding: 8px;
            display: none;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 8px 16px;
        }

        .dropdown.open .dropdown-menu.mega-menu {
            display: grid;
        }

        .dropdown-menu.mega-menu a {
            padding: 10px;
        }

        .dropdown.open .chevron {
            transform: rotate(180deg);
        }

        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            z-index: 1001;
        }

        .hamburger span {
            width: 25px;
            height: 3px;
            background: #333;
            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 {
            position: fixed;
            top: 0;
            left: -120%;
            height: 100dvh;
            background: white;
            transition: left 0.3s ease;
            z-index: 999;
            padding: 80px 30px 100px;
            overflow-y: auto;
            box-sizing: border-box;
            scrollbar-width: none;
            -ms-overflow-style: none;
        }

        .mobile-menu::-webkit-scrollbar {
            display: none;
        }

        .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 {
            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;
            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;
        }

        .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;
        }

        @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;
            }

            header .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;
            }
        }

        @media (max-width: 1024px) {
            
             body {
           
            padding-top: 60px;
        }

            .top-bar {
                height: 72px;
                padding: 0;
            }

            .mobile-menu {
                padding-top: calc(72px + 8px);
            }

            .contacts,
            .auth-links,
            .bottom-bar {
                display: none;
            }

            .hamburger {
                display: flex;
            }

            .logo {
                height: 28px;
                width: 82px;
            }
        }

        @media (max-width: 480px) {
            .mobile-menu {
                padding: 90px 20px 60px 20px;
            }

            .logo {
                height: 25px;
                width: 73px;
            }
        }

        .service-areas-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;
        }

        .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;
        }

        .dropdown.open .service-areas-menu.mega-menu {
            display: grid;
        }

        .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;
        }

        .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;
        }

        .service-areas-menu.mega-menu .service-area-link .arrow-bg {
            display: none;
        }

        .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:hover .arrow-icon,
        .dropdown-menu a:hover .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;
            -ms-overflow-style: none;
        }

        .service-submenu::-webkit-scrollbar {
            display: none;
        }

        .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 {
            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:hover .arrow-icon {
            transform: rotate(20deg);
        }

        .mobile-service-areas {
            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: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:hover .arrow-icon {
            transform: rotate(20deg);
        }

        .arrow-bg {
            display: none !important;
        }

        @media (max-width: 1024px) {
            .arrow-bg {
                display: inline-flex !important;
            }

            .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;
            }
        }/* End custom CSS */