/*
######### NAVIGATION ################
*/
.navdropdown-right {
    margin-left: 70px;
}

.navdropdown-left {
    margin-right: 40px;
}

.nav-link {
    font-weight: 600;
    color: black;
}
/* Start Connect Dashboard CSS */
.top-header-banner-container {
    max-width: 1200px;
    margin: 0 auto; /* Center the banner on the page */
}

/* This is the core flex container that creates the inline look */
.banner-v1 {
    display: flex;
    align-items: stretch; /* Makes all direct children the same height */
    background-color: #5cb85c; /* Green background for the middle part */
    border-radius: 9999px; /* Creates the pill shape */
    overflow: hidden; /* Ensures child elements don't break the rounded corners */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    width: 100%;
}

/* 1. Logo Section */
.banner-v1 .logo {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    background-color: #535353; /* Dark blue background */
    flex-shrink: 0; /* Prevents the logo section from shrinking */
    margin:0px !important
}

.banner-v1 .logo img {
    display: block; /* Removes any extra space below the image */
    width: 200px;
    height: 48px;
}

/* 2. Content Section (This will hold the text and button) */
.banner-v1 .content {
    display: flex;
    flex-grow: 1; /* Allows this section to take up all available space */
    align-items: stretch; /* Ensures its children (text/button) fill its height */
    min-width: 0; /* Fixes flexbox overflow issues */
}

/* Text Block */
.banner-v1 .text {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    color: white;
    flex-grow: 1; /* Takes up available space within the content area */
    font-weight: 500;
    white-space: nowrap; /* Prevents text from wrapping on larger screens */
    overflow: hidden;
    text-overflow: ellipsis; /* Adds "..." if text is too long */
    font-size: 25px;
}

.banner-v1 .text p {
    margin: 0;
}

/* Link and Button Container */
.banner-v1 a {
    text-decoration: none;
    display: flex; /* Makes the link fill the button container */
    flex-shrink: 0; /* Prevents button from shrinking */
}

.banner-v1 .button {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between "Learn More" and the arrow */
    background-color: #535353; /* Dark blue background */
    padding: 12px 24px;
    color: white;
    transition: background-color 0.2s ease-in-out;
}

.banner-v1 a:hover .button {
    background-color: #2a4a8a; /* A slightly lighter blue for hover */
}

.banner-v1 .button button {
    /* Reset button styles to make it look like part of the banner */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1rem;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.banner-v1 .button svg {
    width: 20px;
    height: 20px;
}
 /* Responsive adjustments for smaller screens */
 @media (max-width: 768px) {
    .banner-v1 {
        flex-direction: column; /* Stack elements vertically */
        border-radius: 16px; /* Use a more standard border-radius for stacked layout */
        align-items: center; /* Center items when stacked */
    }

    .banner-v1 .logo {
        width: 100%;
        justify-content: center;
        padding: 16px;
        box-sizing: border-box;
    }

    .banner-v1 .logo img {
        width: 160px;
        height: 24px;
    }

    .banner-v1 .content {
        flex-direction: column;
        width: 100%;
    }

    .banner-v1 .text {
        justify-content: center;
        text-align: center;
        white-space: normal; /* Allow text to wrap on small screens */
        padding: 20px;
        font-size: 12px;
    }

    .banner-v1 a {
        width: 100%;
    }

    .banner-v1 .button {
        width: 100%;
        justify-content: center; /* Center the button content */
        padding: 16px;
        box-sizing: border-box;
        font-size: 12px;
    }
}
/* End Connect Dashboard CSS */

/* Start of Responsive CSS */
@media only screen and (max-width: 768px) {

    .navdropdown-right {
        margin-left: 17px;
        margin-bottom: 30px;
    }

    .navdropdown-left {
        margin-left: 17px;
    }
}

@media only screen and (max-width: 1024px) {
    .navdropdown-right {
        margin-left: 17px;
        margin-bottom: 30px;
    }

    .navdropdown-left {
        margin-left: 17px;
    }
}


/*
########### recyl-menu ###########
*/
.Iam>div {
    font-size: 20px;
    margin-right: 10px;
    margin-left: 16px;
    /*border: 0;*/
    border-radius: 0;
    min-width: 50px;
    padding-right: 30px;
    padding-left: 30px;
    text-align: center;
    margin-bottom: 10px;

}

.Iam>div>.name {
    color: black;
}

.Iam>div {
    display: inline-block;
}

.Iam>div>a {
    text-decoration: none;
    color: inherit;
}

.recyl-menu>li.active>a,
.recyl-menu>li.active>i {
    color: green !important;
}

.recyl-menu>li>a>i {
    font-size: 40px;
    margin-right: 18px;
}

.stpdtl p {
    color: black;
    font-size: 1.1em;
}

/*
########### recyl-menu-end ###########
*/

/* ######### MEGA MENU CSS ########## */
.v-spacer-30 {
    height: 30px;
}

#solution-megamenu .solution-heading>.h6 {
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
}

#solution-megamenu .solution-item-title {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}

#solution-megamenu p.solution-item-icon {
    font-size: 30px;
    color: green
}

#solution-megamenu {
    background-color: #f8f9fa;
    /*border-bottom: 2px solid black;*/
}

#solution-megamenu a.solution-item {
    padding-top: 20px;
    color: inherit;
    text-decoration: none;
}

#solution-megamenu a.solution-heading:hover {
    background-color: black;
}

#solution-megamenu {
    display: none;
    z-index: 5;
    position: fixed;
}

#solution-dropdwon a.solution-item-desc:hover {
    border-left: 2px solid #000;
}

#solution-megamenu a.solution-item:hover {
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #aed199ba 0%, azure 74%);
    /*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
    border-radius: 5px;
}

#solutions i {
    color: green;
}

/***
    ######## ENVIRONMENTAL MEGA MENU
***/
#environmental-megamenu .environmental-heading>.h6 {
    text-decoration: none;
    font-weight: 900;
    font-size: 14px;
}

#environmental-megamenu .environmental-item-title {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 14px;
}

#environmental-megamenu p.environmental-item-icon {
    font-size: 30px;
    color: green
}

#environmental-megamenu {
    background-color: #f8f9fa;
    /*border-bottom: 2px solid black;*/
}

#environmental-megamenu a.environmental-item {
    padding-top: 20px;
    color: inherit;
    text-decoration: none;
}

#environmental-megamenu a.environmental-heading:hover {
    background-color: black;
}

#environmental-megamenu {
    display: none;
    z-index: 5;
    position: fixed;
}

#environmental-dropdwon a.environmental-item-desc:hover {
    border-left: 2px solid #000;
}

#environmental-megamenu a.environmental-item:hover {
    background-color: #7ee8fa;
    background-image: linear-gradient(315deg, #aed199ba 0%, azure 74%);
    /*box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;*/
    border-radius: 5px;
}

#environmentals i {
    color: green;
}



/*
############# CORPORATE PAGE ###############
*/
#rsdtx-page>h4 {
    font-weight: 800 !important;
    position: relative;
}

#rsdtx-page>h4::after {
    background-color: green;
    height: 3.5px;
    content: '';
    position: absolute;
    width: 35px;
    bottom: -10px;
    left: 0;
}

#rsdtx-page{
    padding-bottom: 40px;
}

.bigger-text {
    font-size: 1.0em;
}

.corporate_image {
    width: 560px;
    position: relative;
    right: 60px;
    top: -10px;
}

#corporate_show_more {
    display: block;
    margin-top: 5px;
}


@media (min-width: 1200px) {
    .corporate_step_heading {
        font-size: 1.6em;
    }
}

@media (min-width: 1400px) {
    .corporate_step_text {
        width: 400px;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    #rsdtx-page {
        margin-left: 2050px;
    }
}

/*
#################### RESIDENTIAL SUBSCRIBERS
*/

@media (min-width: 1300px) {
    #subscribers_image {
        width: 350px !important;
    }
}

@media (max-width: 575.98px) {
    #subscribers_second_block {
        min-height: 70px !important;
    }
}

@media (min-width: 1020px) and (max-width: 1024px) {
    #subscribers_image {
        width: 330px !important;
    }

    #subscribers_second_block {
        background-position: 0 20px !important;
        min-height: 100px !important;
    }
}

@media (min-width: 1024px) {}

.residential_first_block {
    font-size: 1.05em;
}

#subscribers_second_block {
    background: url('/public/assets/img/solutions/img2.png');
    min-height: 250px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #fff;
}

#rsdtx-page>h1 {
    font-weight: 800 !important;
    position: relative;
}

/*#rsdtx-page>h1::after {
    background-color: green;
    height: 3.5px;
    content: '';
    position: absolute;
    margin-bottom: 20px;
    width: 50px;
    bottom: -25px;
    left: 0;
}*/

.circle-num {
    background-image: url('../img/solutions/circle-64.png');
    background-size: 38px;
    background-repeat: no-repeat;
    background-position: 0px 6.6px;
    margin-right: 10px;
    color: white;
    padding: 15px;
    font-size: 18px;
}

.payment_opt {
    font-size: 1.2em;
}

/*
################### download button ##############
*/
.get_from_appstore {
    margin-right: 10px;
    background-image: url('../img/mottainai_ios_and_android_logo-01.png');
    background-repeat: no-repeat;
    -webkit-tap-highlight-color: transparent;
    background-position: 0px -83.7px;
    background-size: 316px 141px;
    width: 160px;
    height: 60px;
    border: none;
    background-color: white;
}

.get_from_appstore:hover {
    background-color: white;
    background-position: 0px 2px;
    border: 0;
}

.get_from_playstore:hover {
    background-color: white;
    background-position: -160px 3px;
    border: 0;
}

.get_from_playstore {
    -webkit-tap-highlight-color: transparent;
    background-image: url('../img/mottainai_ios_and_android_logo-01.png');
    background-repeat: no-repeat;
    background-position: -161px -84px;
    background-size: 318px 141px;
    width: 160px;
    height: 60px;
    border: none;
    background-color: white;
}

@media only screen and (max-width: 600px) {
    #store_icon_div {
        justify-content: center !important;
    }

    #store_icon_section {
        display: flex;
        justify-content: center;
    }

    #how_it_works_text {
        text-align: center;
    }
}

.easy_steps {
    background-color: #fafafa;
    border: 2px solid grey;
    border-radius: 10px;
    min-height: 220px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.residetlisting li::before {
    top: -2px;
}

.investor_benefits li {
    font-size: 1.0em !important;
    text-align: inherit;
}

.investor_benefits li::before {
    top: 0;
}

.investor_benefits li:first {

}

/*
################# waste haulers #########################3
*/
.features_icon {
    height: 150px;
}

.features_size {
    font-size: 1.5rem;
}

/*
############################## ON DEMAND FIRST ################
*/
@media (min-width: 1024px) {
    #on_demand_first {
       width: 450px;
       height: 450px;
       position: relative;
       /*right: -75px;*/
    }
}

#on_demand_first li{
    font-size: 1.3rem;
}

.on-demand-background{
    background-image: url('../img/solutions/on_demand_four.png');
    min-height: 622px;
    background-size: cover;
}

/*
################ Recyclers Network #########################
*/
@media (min-width: 1024px) {
    #recycler_network{
        height: 500px;
    }
}
