        :root {
            --primary-color: #11BA41;
            --text-color: #000000;
            --background-color: #FFFFFF, #A7FFC0;
            --body-color: #ffffff;
            --newcolor: maroon;
        }

        h1 {
            font-size: 64px;
            color: var(--text-color);
            text-transform: capitalize;
        }

        h2 {
            font-size: 50px;
            color: #000;
            font-weight: 700;
            text-transform: capitalize;
        }

        .change-heading {
            font-size: 50px;
            color: #000;
            font-weight: 700;
            text-transform: capitalize;
        }

        h3 {
            font-size: 22px;
            font-weight: 600;
            color: #9b9999;
        }

        .text-black00{
            color: black;
        }

        .highlight:hover {
            color: #11BA41;

        }

        .ch-headt {
            font-size: 20px;
            font-weight: 700;
        }

        .ch-headt:hover {
            color: #11BA41;

        }

        .mobh span {
            display: block;

        }

        .hero-title span {
            display: block;
            color: #11BA41;
        }

        .btn-bins {
            background-color: #11BA41;
            padding: 10px 35px;
            border-radius: 25px;
            border: none;
            color: white;
            font-weight: 500;


        }

        .btn-bins-simple {
            padding: 5px 10px;
            color: var(--primary-color);
            background-color: white;
            border-radius: 25px;
            border: 1px solid #11ba4179;
            font-weight: 500;
            font-size: 12px;
            color: #11ba4179;


        }

        .btn-transp {
            background-color: rgba(255, 255, 255, 0.082);
            font-weight: bold;
            backdrop-filter: blur(10px);
        }

        .hero {
            background: linear-gradient(to bottom,
                    #ffffff 0%,
                    #a7ffc02d 35%,
                    #a7ffc0a1 100%);
            min-height: 100vh;
            overflow: hidden;


        }


        .bg-light-pr img {
            width: 50%;
        }

        .hero-term {
            min-height: 50vh;
        }

        .home {
            background:
                linear-gradient(#ffffff59),
                url("Assets/BG.webp") center / cover no-repeat;
            height: auto;
            width: 100%;

        }

        .home2 {
            background:
                linear-gradient(#ffffff59),
                url("Assets/BG.webp") center / cover no-repeat;
            height: auto;
            width: 100%;


        }

        .containter-trouble1 {
            display: none !important;
        }

        .hero-2 {
            display: none !important;
        }

        .bg-grey {
            background: #f9fafb;
        }

        .bg-white {
            background: #ffffff;
        }


        .menu {
            border: 1px solid rgba(0, 0, 0, 0.096);
            border-radius: 35px;
        }

        .menu-white-border {
            background-color: rgba(255, 255, 255, 0.103);
            border: 1px solid rgba(255, 255, 255, 0.61);
            backdrop-filter: blur(5px);
        }

        .menu-foot {
            display: flex;
            justify-content: start;
            align-items: start;
            align-content: start;


        }

        .menu-foot ul {
            display: flex;
            justify-content: start;
            align-items: start;
            align-content: start;
            gap: 40px;
            list-style: none;
            text-decoration: none;
            color: #000000;
            padding: 0;
        }

        .ulli {
            display: flex;
            flex-direction: column;
            list-style: none;
            gap: 15px;
            padding: 0;
        }


        .tab-img {
            width: 70%;
        }


        .menu-foot ul li a {
            text-decoration: none;
            color: #000000
        }






        .menu-foot ul li a:hover,
        .menu-foot ul li a:active {
            color: var(--primary-color);
        }

        .link-secondary:hover {
            --bs-link-hover-color: #11BA41 !important;
            color: #11BA41 !important;
        }

        .link-light {
            color: rgba(255, 255, 255, 0.795) !important;
        }

        .link-light:hover {
            --bs-link-hover-color: #11BA41 !important;
            color: #11BA41 !important;
        }

        .menu-light {
            border: 1px solid rgba(255, 255, 255, 0.61);
            border-radius: 35px;
        }

        .text-black:hover {
            --bs-link-hover-color: #11BA41 !important;
            color: #11BA41 !important;
        }

        .text-black0 {
            font-weight: 600;
        }


        .behing-arrow {
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 10px;
            padding-bottom: 10px;
            background-color: white;
            border: 1px solid #11ba416e;
            border-radius: 25px;
            display: flex;
            justify-content: center;
            text-align: start;
            gap: 10px;

        }

        .behing-arrow div:first-child {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .behing-arrow-ab :nth-child(2) {
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .behing-arrow-qr {
            padding: 20px;
        }

        .qr-img-bg {
            background: url("Assets/stripe.png") center center / cover no-repeat;
        }

        /* .qr-img img {
            width:200px;
            height:200px;
            
        } */

        .behing-arrow p {
            margin-bottom: 0;
        }

        .behing-arrow-em {

            display: flex;
            justify-content: center;
            text-align: start;
            gap: 5px;

        }

        .behing-arrow-em a {
            font-size: 16px;
        }


        .behing-arrow-em a:hover {
            color: #11BA41 !important;
        }

        .behing-arrow-ab {
            min-height: 15vh;
            transition: all 0.3s ease-in-out;
        }


        .behing-arrow-ab:hover {
            transform: translateY(-10px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.288);

        }

        .hover-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            border-top: 1px solid #E5E5E5;
            border-bottom: 1px solid #E5E5E5;
            padding: 40px 20px;
            justify-content: center;
        }

        .hover-grid:hover {
            /* border-top: 1px solid #11BA41; */
            border-bottom: 1px solid #11BA41;

        }



        .first-mob-img img {
            width: 70%;

        }


        .features-section {
            background: #f8f9fa;
        }



        /* FEATURE BOX */
        .feature-box {
            display: flex;
            align-items: center;
            gap: 15px;
            padding: 15px 20px;
            border: 1px solid #dcdcdc;
            border-radius: 10px;
            background: #fff;
            transition: all 0.3s ease;
        }

        .feature-box:hover {
            border-color: green;
            transform: translateY(-3px);
        }

        /* ICON STYLE */
        .icon-box {
            width: 50px;
            height: 50px;
            background: #e5e5e5;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #555;
            transition: all 0.3s ease;
        }

        .feature-box:hover .icon-box {
            background: green;
            color: #fff;
        }

        /* TEXT */
        .feature-box h6 {
            margin: 0;
            font-weight: 600;
        }

        .feature-box p {
            margin: 0;
            font-size: 14px;
            color: #777;
        }

        /* PHONE IMAGE */
        .phone-img {
            max-width: 280px;
        }


        .dumpster-rentals {}

        .dump-moble,
        .dump-moble1 {
            background: url("Assets/Group 79.webp") center center / cover no-repeat;


        }



        .cent-mob {
            position: relative;
            max-width: 1000px;
            margin: auto;
        }

        .phone-wrapper img {
            width: 85%;
        }

        /* Common box */
        .box {
            position: absolute;
            width: auto;
            gap: 10px;
            text-align: left;
        }

        /* LEFT SIDE */
        .left-top {
            top: 16%;
            left: 80px;
            transform: translateX(-80%);
        }

        .left-bottom {
            bottom: 15%;
            left: 80px;
            transform: translateX(-80%);
        }

        /* RIGHT SIDE */
        .right-top {
            top: 16%;
            right: 10px;
            transform: translateX(60%);
        }

        .right-bottom {
            bottom: 16%;
            right: 10px;
            transform: translateX(60%);
        }



        .handmo-im img {
            position: absolute;
            bottom: 0;



        }

        .half-width {
            width: 70%;
            padding: 300px;
        }

        .border-div {
            border-right: 1px solid rgba(0, 0, 0, 0.281);
            border-left: 1px solid rgba(0, 0, 0, 0.281);
            padding: 40px;
            text-align: center;
        }

        .border-di {
            padding: 40px;
        }

        .last {
            background-color: #F0F0F0;
            display: flex;
            justify-content: space-between;
        }


        /* CSS for Tabs */


        .custom-tabs .nav-link {
            text-align: left;
            border: none;
            border-left: 3px solid #EDEDED;
            background: transparent;
            padding: 35px;
            color: #777;
            /* margin-bottom: 15px; */
            transition: 0.3s;
        }

        .custom-tabs .nav-link.active {
            border-left: 3px solid #11BA41;
            color: #000;
            background: transparent;
        }

        .custom-tabs .nav-link h5 {
            margin: 0;
            font-weight: 600;
        }

        .custom-tabs .nav-link p {
            margin: 0;
            font-size: 14px;
        }

        /* CSS for Tab2 */

        .custom-top-tabs {
            border-bottom: 1px solid #eee;
        }

        .custom-top-tabs .nav-link {
            border: none;
            color: #999;
            font-weight: 500;
            padding-bottom: 15px;
            position: relative;
        }

        .custom-top-tabs .nav-link.active {
            color: #000;
            background: none;
        }

        .custom-top-tabs .nav-link.active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -1px;
            width: 100%;
            height: 3px;
            background: #11BA41;
        }

        .info-card {
            border: 1px solid #11BA41;
            padding: 25px;
            border-radius: 15px;
            background: #fff;
        }

        .info-card h5 {
            font-weight: 600;
        }

        .info-card p {
            color: #666;
        }

        /* Visibility None  */

        .dump-moble1 {
            display: none;
        }

        .container-trouble1 {
            display: none;

        }

        .mobile-footer {
            display: none;
        }


        /* About page */

        .about-para span {
            display: block;

        }

        .workflow-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 15px;
            padding: 0;
        }

        /* Service Page */

        .info-det2 {
            display: none;
        }

        /* Contact Page */
        .form {
            background-color: white;
            padding: 20px;
            border: 1px solid #11ba416e;
            border-radius: 5px;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.137);
        }

        .form-control:focus {
            border-color: #11BA41;
            box-shadow: 0 0 0 0.2rem rgba(17, 186, 65, 0.25);
        }

        .leadp span {
            display: block;
        }

        .x80 {
            font-size: 14px;
            color: rgba(0, 0, 0, 0.377);

        }

        .x80 a {
            text-decoration: none;
            color: #93298eab;
            font-size: 14px;
            font-weight: 600;
        }


        /* Buy Dumpster */
        .flexbox {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .change-icon-box {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 10px;
            justify-content: center;
            align-items: center;
        }

        .rowit {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 10px;
            justify-content: center;
            align-items: center;
        }

        .stars {
            color: #fbbf24;
            font-size: 20px;
            letter-spacing: 2px;
        }

        .testimonial-hero {
            min-height: 100vh;
            background: linear-gradient(#ffffff31), url('Assets/Reviews.webp') top/cover no-repeat;


        }

        .partner-hero {
            min-height: 100vh;
            background: linear-gradient(#ffffff6c), url('Assets/Become-partner.webp') top/cover no-repeat;


        }

        .stars-g {
            color: #11BA41;
        }

        .quote-icon {
            position: absolute;
            top: 24px;
            right: 24px;
            color: #11BA41 !important;
            opacity: 0.2;
            font-size: 2rem;
        }

        .testimonial-card {

            gap: 15px;

            text-align: left;
            padding: 18px;
            border-radius: 16px;
            background: #ffffff;
            border: 1px solid #eee;
            transition: 0.3s ease;
        }

        .testimonial-card:hover {

            transform: translateY(-3px);
            border-color: #11BA41;
        }

        .testimonial-wrapper {
            overflow: hidden;
            width: 100%;
        }


        .testimonial-track {
            display: flex;
            gap: 20px;
            will-change: transform;
        }

        .testimonial-card {
            flex: 0 0 calc((100% - 40px) / 3);
            background: #fff;
            padding: 20px;
            border-radius: 12px;
        }

        .border-para {
            padding-bottom: 20px;
            border-bottom: 1px solid #99999934;
        }

        .border-img {
            border-radius: 100px;
            border: 2px solid #11BA41;
        }

        .iphone-frame {
            width: 390px;
            /* modern Pro Max width */
            height: 500px;
            margin: auto;
            background: #000;
            border-radius: 55px;
            padding: 18px;
            box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
            position: relative;
            border: 1px solid rgba(255, 255, 255, 0.08);
        }

        /* Dynamic island / notch */
        .phone-frame {
            width: 320px;
            height: 640px;
            margin: auto;
            border: 10px solid #111;
            border-radius: 40px;
            overflow: hidden;
            background: #000;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
            position: relative;
        }

        /* YouTube iframe fills the phone screen */
        .phone-frame iframe {
            width: 100%;
            height: 100%;
            border: 0;
        }

        video {
            border-radius: 5px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.705);
        }

        .prob-box {
            max-width: 40%;
        }

        /* Accordian Code  */

        .accordion-button {
            padding: 30px !important;
            font-size: 18px !important;
            color: black !important;
        }

        .accordion-button:hover {
            color: #11BA41 !important;

        }

        .accordion-button:active {
            color: #11BA41 !important;

        }

        .accordion-button:not(.collapsed) {
            background-color: rgba(17, 186, 65, 0.12) !important;
            /* light green */
            color: #11BA41 !important;
            box-shadow: none !important;
            border: 1px solid rgba(17, 186, 65, 0.25);
        }

        .accordion-item {
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 12px;
            border: 1px solid #eee;
        }

        /* optional: remove Bootstrap blue focus glow */
        .accordion-button:focus {
            box-shadow: none !important;
            border-color: rgba(17, 186, 65, 0.4) !important;
        }

        .book-call-card {
            background: #ffffff;
            border-radius: 24px;
            padding: 30px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
            border: 1px solid #11ba412e;
            display: flex;
            flex-direction: column;
            align-items: start;
            /* gap: 15px; */
        }

        .expert-avatar {
            width: 60px;
            height: 60px;
            border-radius: 50%;
            overflow: hidden;
            background: #e5e7eb;
            position: relative;
        }

        .expert-avatar img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .how-card {
            background: #fff;
            border: 1px solid #11ba416e;
            border-radius: 16px;
            padding: 30px 20px;
            width: 100%;
            transition: 0.3s ease;
            min-height: 20vh;
        }


        .how-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.288);
        }


        /* Payment Section */

        .payments-section {
            background: radial-gradient(circle at top left, rgba(17, 186, 65, 0.25), transparent 40%), radial-gradient(circle at bottom right, rgba(34, 197, 94, 0.18), transparent 50%), #132518;
        }

        .payments-timeline {
            padding-left: 40px;
            border-left: 2px solid rgba(255, 255, 255, 0.1);
        }

        .payment-dot {
            width: 65px;
            height: 40px;
            background: #11BA41;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-weight: 700;
            box-shadow: 0 0 0 6px rgba(17, 186, 65, 0.15);
        }

        .payment-card {
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid #11ba416e;
            padding: 20px;
            border-radius: 16px;
            transition: 0.3s;
        }

        .payment-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.288);

        }

        .payment-card p {
            margin: 8px 0 0;
            font-size: 14px;
            color: #cbd5e1;
        }


        /* CTA Section2 */

        .p2 {
            font-size: 14px;
        }

        /* Dashboard UI Mockup Styles */
        .cta-visual {
            flex: 1;
            display: flex;
            justify-content: flex-end;
        }

        .dashboard-card {
            width: 340px;
            background: #FFFFFF;
            border-radius: 24px;
            padding: 24px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
            border: 1px solid #F0F0F0;
            transform: perspective(1000px) rotateY(-5deg);
        }

        .db-tabs {
            display: flex;
            background: #F8F9FA;
            padding: 4px;
            border-radius: 10px;
            margin-bottom: 20px;
        }


        .db-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 12px;
            margin-bottom: 20px;
        }

        .stat-item {
            background: #FCFDFF;
            border: 1px solid #F0F2F5;
            padding: 12px;
            border-radius: 12px;
        }

        .dot {
            position: absolute;
            left: -42px;
            top: 0;
            width: 34px;
            height: 34px;
            background: #11BA41;
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            font-weight: 700;
            box-shadow: 0 0 0 5px rgba(17, 186, 65, 0.15);
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            margin-bottom: 8px;
        }

        .dot.green {
            background: #28C76F;
        }

        .dot.red {
            background: #EA5455;
        }

        .dot.blue {
            background: #00CFE8;
        }

        .dot.brand {
            background: var(--primary-color);
        }

        .stat-label {
            color: #888;
            display: block;
            margin-bottom: 4px;
        }

        .stat-value {
            font-weight: 700;
            font-size: 16px;
            color: #333;
        }

        .db-footer {
            display: flex;
            justify-content: space-between;
            border-top: 1px solid #F0F0F0;
            padding-top: 15px;
        }

        .history-title {
            font-weight: 600;
            font-size: 13px;
        }

        .view-all {
            color: var(--primary-color);
            font-size: 11px;
            font-weight: 700;
            cursor: pointer;
        }

        /* Join Section */

        .join-wrapper {
            margin: auto;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 40px;
        }

        /* SIDE COLUMNS */
        .join-col {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 25px;
        }

        /* CENTER IMAGE */
        .join-center {
            flex: 1;
            text-align: center;
        }

        .join-center img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
        }

        /* BOX */
        .join-box {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 15px;
            align-items: flex-start;
            text-align: left;
            padding: 18px;
            border-radius: 16px;
            border: 1px solid #11ba416e;
            background: #ffffff;
            /* border: 1px solid #eee; */
            transition: 0.3s ease;
        }

        /* HOVER */
        .join-box:hover {
            transform: translateY(-10px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.288);

        }



        .join-box p {
            margin: 5px 0 0;
            font-size: 14px;
            color: #666;
        }

        .cursor {
            cursor: pointer;

        }

        .after-img {
            height: 700px;
        }




        @media (max-width: 1500px) {

            .box {
                position: static;
                transform: none;
                width: 100%;
                margin-bottom: 20px;
                justify-content: center;
                text-align: center;
            }

            .prob-box {
                max-width: 100%;
            }

            .containter-trouble1 {
                display: block !important;
            }

            .containter-trouble {
                display: none !important;
            }
        }

        @media (max-width: 992px) {


            .first-mob-img img {
                width: 100%;

            }

            .qr-img {
                width: 100%;
            }

            .phone-wrapper img {
                width: 100%;
            }

            .dump-moble {
                display: none;
            }

            .dump-moble1 {
                display: block;
            }

            .invi {
                display: none !important;
            }

            .container-trouble {
                display: none;

            }

            .container-trouble1 {
                display: block;

            }

            .last {

                display: block;

            }

            .border-div {
                border-top: 1px solid rgba(0, 0, 0, 0.281);
                border-bottom: 1px solid rgba(0, 0, 0, 0.281);
                border-left: none;
                border-right: none;
                text-align: start;



            }

            .menu-foot {
                display: flex;
                justify-content: start;
                align-items: center;
                align-content: center;


            }

            .menu {
                border: none;

            }

            .about-para span {
                display: inline;

            }

            .info-det2 {
                display: block;
            }

            .info-det {
                display: none;
            }

            .menu {
                border: none;

            }

            .visible {
                display: none !important;

            }

            .hero-2 {
                display: block !important;
            }

            .flexbox {
                display: block;

            }

            .tab-img {
                width: 100%;
            }

            .change {
                font-size: 20px;
            }

            .change-para {
                font-size: 16px;
            }

            .change-icon-box {
                display: grid;
                grid-template-columns: 1fr;

            }

            .rowit {
                display: grid;
                grid-template-columns: 1fr;

            }

            .testimonial-card {
                flex: 0 0 calc((100% - 20px) / 2);
            }

            .testimonial-track {
                gap: 16px;
            }

            .join-wrapper {
                flex-direction: column;
            }

            .join-col {
                width: 100%;
                text-align: center;
            }

            .join-box {
                justify-content: center;
                text-align: center;
            }

            .testimonial-hero {
                margin-top: 0;
            }

            .partner-hero {
                margin-top: 0;


            }

            .after-img {
                height: 500px;

            }

            .navbar-collapse {
                background: #fff;
                /* or your theme color */
                padding: 15px;
                margin-top: 10px;
                border-radius: 8px;
            }

            .navbar-nav li {
                padding: 8px;

            }

            .navbar-nav li:hover {
                background-color: #11BA41;


            }

            .margin-top-sect{
                margin-top:15vh;
            }


            /* New Menu */


            /* OVERLAY */
            .mobile-overlay {
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100vh;
                background: rgba(0, 0, 0, 0.95);
                display: flex;
                justify-content: start;
                align-items: start;
                transform: translateY(-100%);
                transition: 0.5s ease;
                z-index: 9999;
            }

            /* ACTIVE STATE */
            .mobile-overlay.active {
                transform: translateY(0);
            }

            /* MENU */
            .mobile-menu {
                list-style: none;
                text-align: start;
                padding: 40 0 0 0;

            }

            .mobile-menu li {
                margin: 18px 0;
            }

            .mobile-menu a {
                font-size: 16px;
                color: #fff;
                text-decoration: none;
                transition: 0.3s;
            }

            /* HOVER */
            .mobile-menu a:hover {
                color: #11BA41;
                
            }

            /* CLOSE BUTTON */
            .close-btn {
                position: absolute;
                top: 20px;
                right: 30px;
                font-size: 35px;
                color: white;
                cursor: pointer;
            }
            .nav-toggy{
                 filter: brightness(0) invert(1);

            }


        }

        @media (max-width: 768px) {


            h1 {
                font-size: 35px;
                color: var(--text-color);
            }

            h2 {
                font-size: 28px;
            }

            p {
                font-size: 14px;
            }

            .mobh span {
                display: inline;
            }

            .hover-grid {
                display: grid;
                grid-template-columns: 1fr;

            }

            .border-div {

                padding: 20px;

            }

            .border-di {
                padding: 20px;
            }

            .leadp span {
                display: inline;
            }

            .container {
                padding-left: 20px !important;
                padding-right: 20px !important;
            }

            .testimonial-card {
                flex: 0 0 100%;
            }

            .how-card {
                padding: 25px 18px;
            }

            /* .join-box {
                display: block;
        
            } */

            .join-box p {
                margin: 5px 0 0;
                text-align: left;
                font-size: 14px;
                color: #666;

            }

            .after-img {
                height: 350px;


            }

            .text-endooo {
                display: flex;
                justify-content: start !important;
            }

            .bg-light-pr img {
                width: 80%;
            }

            .payment-dot {
                width: 40px;
                height: 40px;

            }
        }