/*@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,700&family=Poppins&display=swap');*/

:root{
    --primary:#ffa400; 
    /* --primary:#f96304; */
    --secondary:#057931;
     /* --secondary:#13622A; */
     scroll-behavior: smooth;
    scroll-paddingg-top:2rem;
}

html{
    scroll-behavior: smooth;
    scroll-paddingg-top:2rem;
}

body{
    font-family: "Poppins", -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1,h2,h3,h4,h5,h6{
    font-family: "DM Sans", -apple-system, BlinkMacSystemFont,
               "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.head-title{
    font-family: "Poppins", sans-serif;
}

ul,li{
    margin: 0;
    padding: 0;
    list-style: none;
}

a{
    text-decoration: none;
}

.primary-bg{
    background-color: var(--primary);
}

.primary-color{
    color: var(--primary);
}

.secondary-bg{
    background-color: var(--secondary);
}

.secondary-color{
    color:var(--secondary)
}

.top-bar-wrapper{
    background: linear-gradient(to right,  #057931 0%,#057931 50%,#ffa400 50%,#ffa400 100%); 
}

.top-max{
    background-color: #fff;
    height: 100%;
    top: -18px;
    bottom: -6px;
    left: 0;
    right: 0;
    padding: 23px 0 53px;
}

.head-max{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 58px;
    border-radius: 50%;
}

.color-grey{
    color:#939393;
}

.logo{
    width: 60%;
}

.nav-link{
    color:#fff;
    text-transform: uppercase;
    font-size: 1.3rem;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2rem;
    padding-left: 2rem;
}

.menu-wrapper{
    overflow: hidden;
}

.menu-wrapper::before{
    content: '';
    position: absolute;
    right: -25px;
    top: 0;
    height: 100%;
    background-color: var(--secondary);
    width: 30%;
    transform: skewX(-22deg);
    z-index: 0;
}

.phone-wrap{
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.color-nav{
    color:#212529
}

.get-quote-btn{
    padding: 1rem 3rem;
    overflow: hidden;
}

.get-quote-btn::before{
    content: '';
    position: absolute;
    top: 0;
    right: -12px;
    height: 100%;
    background-color: #d2d2d5;
    transform: skewX(-22deg);
    width: 22%;
}

/* SLIDER */

.swiper {
    position: relative;
    width: 100%;
    height: 490px;
    overflow-y: hidden;
    overflow-x: hidden;
}

.swiper-slide {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.3);
    user-select: none;
    border-radius: 20px;
}

.cost {
    position: absolute;
    top: 8px;
    right: 6px;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    padding: 6px 10px;
    color: #fff;
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 600;
}

.dark-text {
    color: #202134;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 85px;
    padding: 10px 20px;
    background: rgba(93, 95, 145, 0.2);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    border-radius: 0 0 20px 20px;
}

.overlay h1 {
/* font-size: clamp(1.2rem, 4vw, 1.5rem); */
    font-weight: 600;
    flex:2;
}

.overlay p {
    font-size: clamp(0.8rem, 4vw, 0.9rem);
    font-weight: 300;
    line-height: 1.3;
}
  /* SLIDER */

.flex-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.column-1 {
    flex: 1;
}

.column-2 {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.banner-btn{
    padding: 12px 35px;
}

.banner-wrapper,.after-banner-wrapper,.testiomails-wrapper,.before-footer-wrapper,.quick-sand{
    background: #162561;
    background-image: radial-gradient(
        circle at 20% 100%,
        rgba(184, 184, 184, 0.1) 0%,
        rgba(184, 184, 184, 0.1) 33%,
        rgba(96, 96, 96, 0.1) 33%,
        rgba(96, 96, 96, 0.1) 66%,
        rgba(7, 7, 7, 0.1) 66%,
        rgba(7, 7, 7, 0.1) 99%
    ),
    linear-gradient(40deg, #040a22, #162561, #202e64, #6f7aa6);
    background-repeat: no-repeat;
    background-size: cover;
}

.after-banner-first,.after-banner-second {
    border-radius: 10px;
    padding: 40px 50px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}

.after-banner-first{
    border-bottom: 8px solid var(--secondary);
    background-color: #fff;
}

.after-banner-second {
    border-bottom: 8px solid var(--primary);
    padding: 26px 50px;
}

.after-banner-first li::before,.wel-bullet li::before,.quake li:before,.term-list li::before,.policy-list li:before{
    margin-left: 0.25em;
    margin-right: 0.25em;
    font-size: 1.4em;
    vertical-align: middle;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--secondary);
}

.quake li:before{
    color: #fff;
}

.after-banner-first li::before,.term-list li::before{
    content: '\f058';
}

.term-list li,.policy-list li{
    position: relative;
    padding-left: 2.8rem;
    margin-bottom: 1.5rem;
}

.term-list li::before,.policy-list li:before{
    position: absolute;
    left: 0;
}

.policy-list li:before{
    content: '\f061';
    color: var(--primary);
    top:-5px;
}

.policy-list {
    margin-left: 1rem;
}

.wel-bullet li{
    margin-bottom: 5px;
}

.wel-bullet li::before,.quake li:before{
    content: '\f00c';
}
.after-banner-call{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 50px;
}

.call-font{
    font-size: 1.5rem;
}

.btn-quack{
    padding: 12px 35px;
    border-bottom: 5px solid var(--secondary);
    border-radius: 18px 32px 18px 32px;
}

.ceo-max{
    display:grid;
    grid-template-columns: 1fr 3fr;
    gap: 1rem;
}

.ceo-image{
    width: 100%;
    border-radius: 50%;
    border: 2px solid var(--secondary);
}

.wel-image-one{
    width: 64%;
    border-radius: 10px 10px 10px 10px;
    box-shadow: -100px 36px 0px 2px var(--primary);
    right: 0;
    top: 0;
}

.wel-image-two{
    width: 56%;
    border-style: solid;
    border-width: 15px 15px 0px 0px;
    border-color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    left:0;
    margin-top: 25%;
}

.wel-btn{
    border-bottom: 5px solid var(--primary);
    border-radius: 10px;
    padding: 1rem 2rem;
    right: 25%;
    margin-top: 50%;
} 

.grey-bg,.skips-bins-list,.skip-inner-bins,.tab-content,.card{
    background-color: #f1f1f1;
}

.industries-wrapper, .contact-info-wrapper{
    padding: 6% 0;
}

.ind-max{
    border-radius: 10px;
    width: 80%;
    margin-left: 15%;
}

.industries-wrapper::before{
    content: '';
    position:absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 40%;
    background-color: var(--secondary);
    z-index: 0;
}

.pack-image{
    width: 150px;
}

.skip-bins-price-lsiting li {
    border-top: 1px solid #ddd;
    padding: 8px 0;
    font-size: 15px;
}

.skip-head{
    height: 95%;
}

.contact-info-wrapper::before{
    content: '';
    position:absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    width: 35%;
    background-color: var(--secondary);
    z-index: 0;
}

.contact-inner{
    background-color: #fff;
}

.contact-info-image{
    background: url(../images/contact-info-pack.webp) center center no-repeat;
    background-size: cover;
}

.contact-info-image-inner  {
    background-color: rgba(0, 0, 0, 0.7) ;
}

.contact-info-wrapper img{
    width: 50px;
}

.why-choose-us-wrapper{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)),
    url('../images/26.webp')center center no-repeat;
    background-size: cover;
}

.why-title{
    display:inline-block;
    background-color: #fff;
}

.why-max{
    border: 4px solid #fff;
    border-radius: 10px;
}

.test-bg{
    background-color: #ffff;
    border-bottom: 10px solid var(--primary);
    border-radius: 8px 100px 8px 100px;
    padding: 2rem;
}

.gallery-img {
    height: 260px;
    width: 100%;
    object-fit: cover;
    border: 3px solid #057931;
}




.mobile-icon{
    display:block;
}

.mobile-icon .mobile{
    display:none;
}

.mobile-icon .email{
    display:block;
}

.mobile-icon .material-button-anim{
    position:fixed;
    bottom:9%;
    right:0;
    padding:16px;
    text-align:center;
    max-width:320px;
    z-index:99;
}


.mobile-icon .material-button-anim.meta-cut{
    position:fixed;
    bottom:16%;
    right:0;
    padding:16px;
    text-align:center;
    max-width:320px;
    z-index:99;
}




.material-button {
    position: relative;
    top: 0;
    z-index: 1;
    width: 70px;
    height: 70px;
    font-size: 1.5em;
    color: #fff;
    background: var(--primary);
    border: none;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,.275);
    outline: none;
}

.material-button-toggle{
    z-index:3;
    width:50px;
    height:50px;
    margin:0 auto;
    text-align:center;
    line-height:50px;
}



@keyframes bounce{0%{margin-top:0;}
    50%{margin-top:-15px;margin-bottom:15px;}
    100%{margin-top:0;}
}

@keyframes roket-roket-circle-anim{0%{transform:rotate(0deg) scale(1) skew(0deg);opacity:0.1;}
    30%{transform:rotate(0deg) scale(1.25) skew(0deg);opacity:0.25;}
    100%{transform:rotate(0deg) scale(1.5) skew(0deg);opacity:0;}
}

.material-button-toggle:not(:hover):not(:focus):not(:active){
    transition:.25s !important;
    animation:2.25s bounce infinite !important;
}

.material-anim{
    width:100%;
    height:100%;
    text-indent:-9999px;
    z-index:0;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    box-shadow:none;
}

.material-anim.one{
    -webkit-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    -moz-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    -ms-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    -o-animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    animation:roket-roket-circle-anim 1.2s infinite ease-in-out !important;
    -webkit-transition:all 0.5s !important;
    -moz-transition:all 0.5s !important;
    -o-transition:all 0.5s !important;
    transition:all 0.5s !important;
}

.material-anim.two{
    border:2px solid #649831 !important;
    opacity:0.1 !important;
    background:none !important;
    -webkit-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    -moz-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    -ms-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    -o-animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    animation:roket-roket-circle-anim 1.9s infinite ease-in-out !important;
    -webkit-transition:all 0.5s !important;
    -moz-transition:all 0.5s !important;
    -o-transition:all 0.5s !important;
    transition:all 0.5s !important;
}

.top-btn {
    all: unset; 
    position: fixed;
    left: 20px;
    bottom: 20px;
    cursor: pointer;
    transform:scale(1.8);
    opacity: 0;
    transition: .3s;
    background: var(--secondary)!important;
    border: 1px solid #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    z-index: 999;
}

.heading-wrapperop {
    overflow: hidden;
    position: relative;
}

.animated-heading {
    position: relative;
}

.animated-image {
    position: relative;
    opacity: 0;
    transform: translateX(100vw);
    transition: transform 1s ease, opacity 1s ease;
}

.animated-heading.in-view .animated-image {
    opacity: 1;
    transform: translateX(0); /* Move to its final position next to text */
    
}

.logo-container {
    position: relative;
    /* width: 100px; Adjust to match your logo size */
    height: 118px;
    overflow: hidden;
}

#animated-logo {
    position: absolute;
    /* bottom: -100%; Start below the container */
    left: 0;
    opacity: 0;
    animation: slideUpStayDissolveDisappear 10s ease forwards;
}

/* Animation keyframes */
@keyframes slideUpStayDissolveDisappear {
    0% {
        opacity: 0;
        transform: translateY(100%);
    }
    20% {
        opacity: 1;
        transform: translateY(0); /* Slide up and stay */
    }
    40% {
        opacity: 1;
        transform: translateY(0); /* Hold in position for 2 seconds */
    }
    80% {
        opacity: 0; /* Dissolve and disappear over 3 seconds */
        transform: translateY(0);
    }
    100% {
        opacity: 0; /* Remain hidden for 2 seconds */
        transform: translateY(0);
    }
}

@keyframes slideDown {
    0% {
        opacity: 0;
        transform: translateY(-100%); /* Start above the container */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* Slide down to the exact logo position */
    }
}

/* Class to trigger the slide-down animation */
#animated-logo.animate-down {
    animation: slideDown 2s ease forwards;
}

.before-footer-inner,.foot-inner{
    border:1px solid #fff;
    border-radius: 100px 8px 100px 8px;
}

.foot-inner{
    border:1px solid #fff;
    border-radius: 8px 100px 8px 100px;
}

.foot-out li{
    margin-bottom: 8px;
}


.owl-nav {
    margin-top: 10px;
    text-align:center;
}

.owl-prev{
    background: #ffa400 !important;
    width: 50px;
    font-size: 2rem !important;
    color: #fff !important;
}

.owl-next{
    background: #057931 !important;
    width: 50px;
    font-size: 2rem !important;
    margin-left: 5px !important;
    color: #fff !important;
}

.errors-btn{
    padding: 10px 20px;
    background-color: var(--secondary);
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.errors-call{
    padding: 5% 0;
}

.popup-wrapper{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.52);
    position: fixed;
    z-index: 999;
    inset:0;
    display: none;
}


#popup {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-align: center;
    z-index: 9999;
}
#popup img {
    max-width: 100%;
}
#close-btn {
    margin-top: 10px;
    padding: 5px 10px;
    background-color: red;
    color: white;
    border: none;
    cursor: pointer;
}
#countdown {
    margin-top: 10px;
    font-size: 14px;
    color: gray;
}

.pop-image{
    z-index: 9999;
}

.about-banner{
    background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)),
    url('../images/b1.webp') center center no-repeat;
    padding: 6% 0 0;
    background-size: cover;
}

.services-banner{
    background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)),
    url('../images/b2.webp') center center no-repeat;
    padding: 6% 0 0;
    background-size: cover;
}

.about-mid-wrapper{
    background:
    linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)),
    url('../images/26.webp') center center no-repeat;
    padding: 6% 0 ;
    background-size: cover;
    background-attachment: fixed;
}

.banner-top{
    padding: 8px 25px;
    border-radius: 25px;
    border:1px solid #fff;
}

.banner-cut{
    border: 2px solid var(--primary);
    padding: 12px 35px;
    border-radius: 25px;
}

.banner-icon{
    background-color: #fff;
    border-radius: 50%;
    border: 6px solid var(--secondary);
    padding: 1rem;
    width: 130px;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: -5rem;
}

.abt-img,.abt-turn{
    border-radius: 24px;
}

.abt-turn{
    padding: 1rem;
}

.abt-quote,.founder{
    border-left: 8px solid var(--primary);
    color: #fff;
}

.collection-wrap{
    background: linear-gradient(to right,  #057931 0%,#057931 50%,#f1f1f1 50%,#f1f1f1 100%); 
}

.general-inner{
    border-radius: 30px;
}

.general-inner li::before,.skip-inner-bins li::before,.skip-tour li::before{
    margin-left: 0.25em;
    margin-right: 0.25em;
    font-size: 1.4em;
    vertical-align: middle;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #fff;
    content: '\f061';
}

.nav-tabs .nav-item{
    position: relative;
}

.nav-tabs .nav-item::before{
    font-size: 1.4em;
    vertical-align: middle;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: #fff;
    content: '\f061';
    position: absolute;
    right: 15px;
    top: 12px;
}

.skip-inner-bins li::before{
    color: var(--primary)
}

.skip-tour li::before{
    color: var(--secondary);
}

.active.nav-link {
    /* border-bottom: 3px solid #fff; */
    color: var(--secondary);
}

.bins-one{
    border: 1px solid var(--secondary);
}

.bins-two{
    border: 1px solid var(--primary);
}

.responsive-tabs {
    padding: 1rem;
}

.responsive-tabs .nav-tabs {
    display: none;
}


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: var(--secondary);
}

.nav-pills .nav-link {
    background-color: var(--primary);
    color: #fff;
    margin-bottom: 2px;
    border-radius: 0;
    padding: 15px;
}

.responsive-tabs {
    padding: 1rem;
}

.responsive-tabs .nav-tabs {
    display: none;
}

.responsive-tabs .nav-tabs {
    display: flex;
}

.responsive-tabs .card {
    border: none;
}

.responsive-tabs .card .card-header {
    display: none;
}

.responsive-tabs .card .collapse {
    display: block;
}

/* .rtx {
    display: grid;
    grid-template-columns: 1.4fr 3fr;
    gap: 3rem;
} */

/* .capabilites-image{
    width: 60% !important;
} */

.services-area-rap li{
    border-bottom: 1px solid #fff;
    padding: 4px 0;
}

.collapse{
    border:1px solid var(--secondary)
}

#navbarNav{
    border: none;
}

.contact-dock, .form-wrapper {
    border-radius: 20px;
    background-color: #f4f4f4;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.05);
    padding: 12px 20px;
}

.cont-max {
    border-radius: 12px;
    height: 70px;
    width: 80px;
    font-size: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addition-info-wrapper{
    background-color: #f1f1f1;
}

.border-pack{
    border-radius: 30px;
}

.red-pack{
    color: #900;
}

.coll-pad li::before{
    margin-left: 0.25em;
      margin-right: 0.25em;
      font-size: 1em;
      vertical-align: middle;
      font-family: 'Font Awesome 6 Free';
      font-weight: 900;
      color: #fff;
      content: '\f061';
}
.coll-pad-max li{

    position: relative;
    padding-left: 25px; /* Space for the bullet icon */
    text-align: left;
}
.coll-pad-max li:before{
    content: '\f0da'; 
    font-family: 'Font Awesome 5 Free'; 
    font-weight: 900; 
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1; 
    color:var(--primary);
}

.pack-matt{
    background-color:#f1f1f1;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 24px;
  padding-left: 0;
  white-space: nowrap;
}

.services-areas{
    background-color:#f2f2f2;
}

.file-item {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-10px);
    transition: all 1.5s ease;
    margin-bottom: 0 !important;
}

.file-item.show {
    max-height: 500px; 
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 1rem !important;
}

#viewMoreBtn:hover,#viewMoreBtn:focus{
    background-color:var(--secondary);
    border:none;
}


@media (min-width: 768px) {
    .responsive-tabs .nav-tabs {
        display: flex;
    }

    .responsive-tabs .card {
        border: none;
    }

    .responsive-tabs .card .card-header {
        display: none;
    }

    .responsive-tabs .card .collapse {
        display: block;
    }
}

@media (max-width: 767px) {
    .responsive-tabs .tab-pane {
        display: block !important;
        opacity: 1;
    }
    
    .responsive-tabs .card .collapse.show {
        display: block;
    }
    
    .responsive-tabs .card .card-header {
        display: block;
    }
    
    .responsive-tabs .card .collapse {
        display: none;
    }
    
    .rtx {
        display: block;
    }
    
    .card-header {
        padding: 0;
    }
    
    .card-header a{
        background: var(--secondary);
        padding: .5rem 1rem;
        display:block;
        color:#fff;
        position: relative;
    }

    .card-header a::after{
        font-size: 1em;
        vertical-align: middle;
        font-family: 'Font Awesome 6 Free';
        font-weight: 900;
        color: #fff;
        content: '\f078';
        position: absolute;
        right: 9px;
        top: 7px;
    }
    
    .card-header a.collapsed{
        background: var(--primary);
    }
    
    
}

.desk-show{
    display:none !important;
}

@media(max-width:768px){
    .hide-me{
        display:none !important
    }
    
    .desk-show{
        display:block !important;
    }


    .top-bar-wrapper {
        background-color: var(--secondary);
    }

    .mobile-icon .mobile{
        display:block;
    }

    .mobile-icon .email{
        display:none;
    }

    .top-max {
        position: relative !important;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        background-color: transparent;
        color: #fff !important;
        padding: 0px 0 0px;
    }

    #animated-logo {
        right: 0;
        margin: 0 auto;
    }

    .navbar-toggler {
        width: 100%;
    }

    .menu {
        width: 45px;
        margin-top: -15px;
    }

    .menu-wrapper {
        margin-top: -30px;
    }

    .swiper {
        height: 215px;
    }

    .industries-wrapper::before {
        background-color: transparent;
    }

    .contact-info-wrapper,.cont-op{
        color: #fff !important;
    }

    .contact-info-wrapper::before {
        background-color: var(--secondary);
        width: 100%;
    }

    .gallery-img {
        height: 160px;
    }

    .banner-cut {
        margin-top: 2rem;
    }

    .banner-cover-wrapper {
        text-align: center;
    }

    .gobal-tap {
        margin-top: 5rem !important;
        text-align: center;
    }

    .collection-wrap {
        background: linear-gradient(to bottom, #057931 0%,#057931 50%,#f1f1f1 50%,#f1f1f1 100%);
    }
}

.banner-icon {
    position: relative;
    transform: translateX(-100vw); /* Initially off-screen to the left */
    transition: transform 5s ease-out; /* For sliding */
}

.banner-icon-image {
    position: relative;
    transform: translateX(50vw); /* Initially off-screen to the right */
    transition: transform 5s ease-out; /* For sliding */
}

/* Rotational animation */
@keyframes rotateClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateAntiClockwise {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}


.main-page-services-listing li{
    margin-bottom:-3px;
}

.max-bin-size {
  grid-template-columns: 3fr auto;
}


.bin-icon-pop{
    width: 80%;
    float: right;
}

.bin-size-top-price {
  left: 41%;
  top: 14%;
  color: #fff;
  font-size: 1.5rem;
}

.bin-ser-btn {
  display: block;
  text-align: center;
}

.term-list-cat {
  margin-left: 35px;
}

.term-list-cat li{
  list-style: disc;
  
}

table {
    border-collapse: collapse;
}

tbody, td, tfoot, th, thead, tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

td {
    display: table-cell;
    vertical-align: inherit;
    unicode-bidi: isolate;
}

.ser-pack-up{
    display:block;
}

.bin-size-top-price-ser {
  left: 39%;
  top: 26%;
  color: #fff;
  font-size: 1.5rem;
}

.ind-image{
    width:150px;
}

.pack-image {
  width: 115px;
}

.text-green{
    color:#057931;
}

.skip-bins-hire-list{
     margin-left: 35px;
  margin-bottom: 15px;
}

.skip-bins-hire-list li {
    list-style:disc !important;
 
}

.wel-bullet a{
    color:inherit;
}

.red{
    color:#900;
}

.custom-strike {
  position: relative;
  display: inline-block;
  color: #fff; 
}

.custom-strike::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 52%;
  height: 3.2px; /* Thickness of the line */
  background-color: #057931; /* Line color */
  transform: translateY(-50%);
}

.new-image{
    width:80% !important;
}

.cutom-rate{
    left:40%;
}

.price-rate{
    margin-top:4rem;
}


.discout-wrap{
    position: absolute;
    top:4rem;
    left:4rem;
    padding: 10px 20px;
   
}

.discout-wrap  h2{
    font-size:4rem;
}

.sampleMarquee span {
    margin-right: 200px;
    font-size:2rem;
}





.scroll-container {
      width: 100%;
      overflow: hidden;
      background: #f0f0f0;
      white-space: nowrap;
    }

    .scroll-content {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-left 15s linear infinite;
    }

    .scroll-text {
      display: inline-block;
      font-size: 24px;
      font-weight: bold;
      color: #333;
      padding-right: 50px; /* space between repeats */
    }

    @keyframes scroll-left {
      0% {
        transform: translateX(0%);
      }
      100% {
        transform: translateX(-50%);
      }
    }
    
    .honeypot-field { display:none !important; }
    
    .form-required{
        border:1px solid red !important;
        position:relative;
    }
    
   .form-required::placeholder {
  color: red;
  opacity: 1; /* ensures full visibility */
}

 select.form-required option:checked {
    color: red !important;
  }
  
  /* Keep placeholder text gray when selected initially */
  select.form-required option:checked[disabled] {
    color: gray;
  }
  
  /* Style the select element itself when a valid option is selected */
  select:valid {
    color: red;
  }


  .form-required option[disabled] {
  color: red;
}
  
  
  
   .form-group {
    margin-bottom: 20px;
  }
  
  .form-select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
  }
  
  .form-select:focus {
    outline: none;
    border-color: #007bff;
  }
  
  .location-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    color: #333;
  }
  
  .location-label span {
    color: #dc3545;
    margin-left: 4px;
  }
  
  .custom-location-container {
    margin-top: 10px;
    display: none;
  }
  
  .custom-location-container.visible {
    display: block;
  }
  
  .custom-location-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
  }
  
  .custom-location-input:focus {
    outline: none;
    border-color: #007bff;
  }
  
  .helper-text {
    font-size: 14px;
    color: #6c757d;
    margin-top: 5px;
  }
  
  
  /* Make the disabled placeholder option red */
  .form-select option:disabled {
    color: red;
  }
  
  /* Make the selected option red when placeholder is shown */
  .form-select:invalid {
    color: red;
  }
  
  /* Make selected options black when a valid option is chosen */
  .form-select:valid {
    color: red;
  }
  
  /* Keep all other options black */
  .form-select option:not(:disabled) {
    color: black;
  }
  
  
  /* Make disabled option red */
  .form-select option:disabled {
    color: red;
  }
  
  /* Default color for select when placeholder is shown */
  .form-select.placeholder {
    color: red;
  }
  
  #choose {
  color: black;
}

.material-button {
  position: relative;
  top: 0;
  z-index: 1;
  width: 70px;
  height: 64px;
  font-size: 1.5em;
  color: #fff;
  background: var(--primary);
  border: none;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,.275);
  outline: none;
  line-height: 65px;
  margin-top: 15px !important;
}

.mobile-icon .material-button-anim.meta-cut {
  position: fixed;
  bottom: 20%;
  right: 0;
  padding: 16px;
  text-align: center;
  max-width: 320px;
  z-index: 99;
}

.owl-carousel .owl-item img {
    display: block;
    width: 35px !important;
}