/*
Theme Name: Bedrock Custom
Theme URI: https://evobetech.com/
Author: Evobe Technologies
Description: Custom theme for Bedrock Bin Hire
Version: 1.0
*/
/* --- Global Resets --- */
/* RESET & FONTS */
/* --- Global & Base --- */
.color-violet { 
    color: #064ea0; 
    
}
.color-purple {
    color: #BB00FF !important;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Outfit', sans-serif; color: #111; line-height: 1.6; }
.container { width: 90%; max-width: 1200px; margin: 0 auto; }

/* --- Header & Nav --- */
.site-header { background: #fff; height: 90px; display: flex; align-items: center; position: sticky; top: 0; z-index: 9999; box-shadow: 0 2px 15px rgba(0,0,0,0.05); }
.header-container { width: 95%; max-width: 1400px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; }
.logo img { height: 145px; width: auto; }

.nav-list { display: flex; list-style: none; align-items: center; gap: 20px; }
.nav-list a { text-decoration: none; color: #111; font-weight: 600; font-size: 15px; transition: 0.3s; text-transform: uppercase;}
.nav-list a:hover, .nav-list a.active { color: #064ea0; }
.nav-phone { color: #064ea0 !important; border: 1px solid #064ea0; padding: 10px 18px; border-radius: 50px; background: #F8E9FF; }
.nav-cta { background: #064ea0; color: #fff !important; padding: 12px 25px; border-radius: 200px; font-weight: 700; }

/* --- Dropdown --- */
.has-submenu { position: relative; }
.submenu { position: absolute; top: 100%; left: 0; background: #fff; min-width: 220px; list-style: none; padding: 10px 0; box-shadow: 0 10px 30px rgba(0,0,0,0.1); opacity: 0; visibility: hidden; transform: translateY(10px); transition: 0.3s; }
.has-submenu:hover .submenu { opacity: 1; visibility: visible; transform: translateY(0); }
.submenu a { padding: 10px 20px; display: block; border-bottom: 1px solid #f9f9f9; }

/* --- Hero & Video --- */
.hero-banner { position: relative; height: 70vh; min-height: 600px; display: flex; align-items: center; overflow: hidden; color: #fff; }
.video-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; }
.video-background video { width: 100%; height: 100%; object-fit: cover; }
.overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.45); }
.hero-content h1 { font-size: clamp(3rem, 6vw, 4rem); line-height: 1.1; margin-bottom: 20px; }
.hero-content p { font-size: 1.2rem; margin-bottom: 35px; max-width: 500px; }
.btn-main { background: #064ea0; color: #fff; padding: 20px 40px; text-decoration: none; font-weight: 700; border-radius: 200px; display: inline-flex; align-items: center; gap: 15px; transition: 0.3s; }
.btn-main:hover { background: #064ea0; transform: translateY(-3px); }

h2{
    font-family: Outfit;
    letter-spacing: -0.5px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}
h4{
     margin-bottom: 10px;
}
p{
    margin-bottom:20px;
     font-size: 18px;
}
/* --- Search Card Overlap --- */
.search-section { margin-top: -80px; position: relative; z-index: 10; padding-bottom: 30px; }
.search-card { background: #ff7300; max-width: 900px; margin: 0 auto; padding: 50px; border-radius: 20px; text-align: center; color: #fff; box-shadow: 0 20px 50px rgba(0,0,0,0.25); }
.search-card h2 span { color: #BB00FF; }
.search-form { display: flex; gap: 10px; justify-content: center; margin: 30px 0; }
.search-form input { padding: 15px 20px; border-radius: 200px; border: none; width: 70%; max-width: 400px; }
.btn-search { background: #064ea0; color: #fff; padding: 15px 30px; border: none; border-radius: 200px; font-weight: 700; cursor: pointer; }

/* --- Mobile Menu --- */
.mobile-toggle { display: none; cursor: pointer; flex-direction: column; gap: 6px; z-index: 10001; }
.mobile-toggle span { width: 30px; height: 3px; background: #064ea0; transition: 0.3s; }
.mobile-menu-overlay { position: fixed; top: 0; right: -100%; width: 100%; height: 100vh; background: #fff; z-index: 10000; transition: 0.5s; display: flex; align-items: center; justify-content: center; }
.mobile-menu-overlay.active { right: 0; }
.mobile-nav-list { list-style: none; text-align: center; }
.mobile-nav-list li { margin: 25px 0; }
.mobile-nav-list a { text-decoration: none; color: #111; font-size: 1.8rem; font-weight: 700; }

@media (max-width: 1100px) {
    .desktop-nav { display: none; }
    .mobile-toggle { display: flex; }
    .search-form { flex-direction: column; align-items: center; }
    .search-form input { width: 100%; }
    .logo img { width: 80% !important; height: auto; }
}
.text-center { text-align: center !important; }
.get-instand{
    font-size: 50px;
}
#home-search{
    background-color: #fff;
    border-radius: 200px;
}
@media (min-width: 320px) and (max-width: 480px) {
    .get-instand {
        font-size: 32px !important;
        line-height: 36px;
        font-family: Outfit;
    letter-spacing: -0.5px;
    font-weight: 700;
            padding-bottom: 20px;
    }
    .skipbins_heading {
        text-align: center !important;
        font-size: 32px !important;
        line-height: 1.1 !important;
    }
    .search-section {
    margin-top: 30px;
    padding-bottom: 30px;

}
  .search-card {
    width:85%;
  } 
  .search-form {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 0px;
    margin-bottom:20px;
    margin-left:0px;
    margin-right:0px;
}
}
@media only screen and (max-width: 690px) {
    .skipbins_heading {
        text-align: center !important;
    }
    .text-hero-instant{
    color:#111; 
    line-height: 1.2 !important;
     font-size: 26px !important;
       
}
.waste-guide-intro {
    padding: 30px 0 !important;
    text-align: center;
}
.waste-guide-intro h2 {
    
    font-size: 32px;
    line-height: 48px;
}
.waste-guide-intro p {
    
    font-size: 18px;
    line-height: 30px;
    margin-left: 0px !important;
    width: auto !important;
}
.content-padding {
    padding: 5% 5% 5% 10% !important;
}
}
.fa-solid.fa-arrow-right {
    background-color: rgba(255, 255, 255, .22);
    right: 14px;
    margin-top: 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 32px;
    height: 32px;
    width: 32px;
} 
.text-hero-instant{
    color:#111; 
    line-height: 1.2;
     font-size: 32px;
       
        font-weight:500;
}
.quick-call{
   max-width: 900px;
    margin: 0 auto;
    padding: 50px;
   
    text-align: center;
}
/* --- Global Container --- */
.main-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* --- Steps Section --- */
.steps-section {
    padding: 80px 0;
    background-color: #ffffff;
}



.steps-flex {
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.steps-image { flex: 1; }
.steps-image img { width: 90%; height: auto; display: block; border-radius: 15px; }

.steps-content { flex: 1; }

.section-title { font-size: 38px; font-weight: 700; color: #111; line-height: 1.2; margin-bottom: 40px; }
.section-title span { color: #064ea0; }

/* Desktop Heading Logic */
.mobile-only-title { display: none; }
.desktop-only-title { display: block; }

/* --- ICON LIST WITH CONNECTING LINE --- */
.custom-icon-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.step-item {
    display: flex;
    gap: 25px;
    align-items: flex-start;
}

.icon-column {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 60px;
}

/* The vertical connecting line */
.step-item:not(:last-child) .icon-column::after {
    content: "";
    position: absolute;
    top: 60px; /* Adjust based on circle size */
    bottom: -75px; /* Reaches the next circle */
    width: 1px;
    background-color:  rgba(0, 0, 0, .1);
    
    z-index: 1;
}

.step-icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
   
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    z-index: 2;
    color: #064ea0;
    font-size: 35px;
}

.step-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #111;
}

.step-text p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

/* --- MOBILE RESPONSIVENESS (The "Clean" Left-Aligned Look) --- */
@media (max-width: 1024px) {
    .steps-section { padding: 30px 0; }
    
    .mobile-only-title { display: block; text-align: center; margin-bottom: 30px; }
    .desktop-only-title { display: none; }

    .steps-flex { flex-direction: column; }

    .steps-image { width: 100%; order: 1; margin-bottom: 40px; }
    .steps-content { width: 100%; order: 2; }

    /* KEEP ICONS ON LEFT ON MOBILE */
    .step-item {
        flex-direction: row; /* Force side-by-side on mobile */
        text-align: left;
        gap: 20px;
    }

    .icon-column {
        min-width: 50px;
    }

    .step-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 30px;
    }

    /* Reposition line for smaller circles */
    .step-item:not(:last-child) .icon-column::after {
        top: 50px;
        bottom: -75px;
        left: 50%;
        transform: translateX(-50%);
    }

    .step-text h4 { font-size: 18px; }
    .step-text p { font-size: 14px; }
    .offering-heading {
        font-size: 24px !important;
        line-height: 30px !important;
        padding-bottom: 20px;
    }
    /*.wrapper-icons{*/
    /*    display:flex;*/
    /*    gap:20px;*/
    /*}*/
    .accepted-card {
    background: linear-gradient(45deg, #064ea0 0%, #064ea0 100%);
    z-index: 2;
    width: 100%;
}
}
/* --- Bin Carousel Styles --- */
/* FULL WIDTH CAROUSEL SECTION */
.full-width-carousel {
    padding: 30px 0;
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
}

/* Slide Width Logic */
.bin-slide {
    width: 24%; /* Slightly smaller than 25% to show parts of next slide */
    margin-right: 20px;
}

.bin-card {
    background: #fff;
    border: 1px solid #f0f0f0;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: 0.3s ease;
    height: 100%;
}



/* FLICKITY ARROWS - Mobile Visibility */
.flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: #064ea0 !important; /* Brand Purple */
    border-radius: 50%;
    opacity: 1 !important; /* Always visible */
}

.flickity-prev-next-button:hover {
    background: #064ea0 !important;
}

.flickity-button-icon {
    fill: white;
}

/* ARROW POSITIONING */
.flickity-prev-next-button.previous { left: 20px; }
.flickity-prev-next-button.next { right: 20px; }

/* MOBILE RESPONSIVENESS */
@media (max-width: 1200px) {
    .bin-slide { width: 30%; }
}

@media (max-width: 991px) {
    .bin-slide { width: 45%; }
}

@media (max-width: 767px) {
    .bin-slide { width: 85%; } /* Shows 1.5 cards on mobile to hint at swipe */
    
    .flickity-prev-next-button {
        width: 40px;
        height: 40px;
        display: flex !important; /* Force display on mobile */
    }
    
    .carousel-footer {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}
.bin-img-wrap img{
    width:100%;
}
.offering-heading{
   font-family: Outfit;
    letter-spacing: -0.5px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}
.offering-heading span{
    color:#064ea0;
}
.carousel-header{
    padding-bottom:30px;
}
.flickity-prev-next-button {
    z-index: 1000;
    background-color: #064ea0 !important;
}
.flickity-prev-next-button .arrow{

    fill: #000 !important;
}
.bin-card h4{
    font-size:20px;
    line-height:34px;
    font-weight:500;
    font-family: outfit;
    margin-bottom:8px;
}
.bin-card p{
    font-size:16px;
    line-height:30px;
    font-weight:400;
    font-family: outfit;
    margin-bottom:0px;
    padding-bottom:10px;
}
.bin-card h5{
    font-size:14px;
    line-height:22px;
    font-weight:500;
    font-family: outfit;
    margin-bottom:8px;
    color: #444;
    -webkit-font-smoothing: antialiased;
}
/* Footer Button Container */
.carousel-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px; /* Space between buttons */
    margin-top: 60px;
    padding-bottom: 40px;
}

/* Base style for both buttons */
.btn-bedrock, .btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 200px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* --- EXPLORE ALL BINS (Purple Primary) --- */
.btn-bedrock {
    background-color: #064ea0;
    color: #ffffff !important;
    border: none;
}

.btn-bedrock:hover {
    background-color: #064ea0; /* Darker purple on hover */
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(102, 0, 145, 0.2);
}

/* --- GET IN TOUCH (Black / Outline Style) --- */
.btn-outline {
    background-color: #ffffff;
    color: #000000 !important;
    border: 2px solid #000000;
}

.btn-outline:hover {
    background-color: #000000;
    color: #ffffff !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Arrow Icon Logic */
.carousel-footer i {
    margin-left: 15px;
    font-size: 16px;
    transition: transform 0.3s ease;
}

/* Primary Button Arrow Circle Background (Optional - Match reference image) */
.btn-bedrock i {
    background: transparent;
    margin-left:15px;
}

/* Move arrow to the right on hover */
.btn-bedrock:hover i, .btn-outline:hover i {
    transform: translateX(5px);
}

/* --- RESPONSIVE MOBILE ADJUSTMENTS --- */
@media (max-width: 768px) {
    .carousel-footer {
        flex-direction: column; /* Stack buttons on mobile */
        gap: 20px;
        width: 100%;
    }

    
}
/* Container for the CTA */
.bin-nectar-cta {
    text-align: center;
    margin-top: 15px;
}

.nectar-link {
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-bottom: 5px;
}

.link-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/* The "BOOK NOW" Text */
.nectar-link .text {
    font-size: 15px;
    font-weight: 700;
    color: #064ea0;
    letter-spacing: 1px;
    transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
}

/* The SVG Arrow */
.next-arrow {
    margin-left: 8px;
    width: 12px;
    height: auto;
    transition: transform 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
}

.next-arrow polyline {
    stroke: #064ea0; /* Matches brand purple */
}

/* The Animated Line underneath */
.nectar-link .line {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0; /* Hidden by default */
    height: 2px;
    background-color: #064ea0;
    transition: width 0.45s cubic-bezier(0.15, 0.75, 0.5, 1);
}

/* --- HOVER EFFECTS --- */

/* Container */
.bin-nectar-cta {
    text-align: center;
    margin-top: 20px;
}

.nectar-link {
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: visible;
}

.link-wrap {
    display: block;
    position: relative;
    height: 30px; /* Set height to keep alignment stable */
    min-width: 100px;
}

/* 1. THE TEXT: Visible by default */
.nectar-link .text {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #064ea0;
    letter-spacing: 1px;
    transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1);
    opacity: 1;
    transform: translateY(0);
}

/* 2. THE ARROW WRAPPER: Hidden and shifted right by default */
.arrow-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-30%, -50%); /* Start slightly to the right */
    opacity: 0;
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.15, 0.75, 0.5, 1);
    pointer-events: none;
}

.next-arrow {
    width: 12px;
    height: auto;
}

.nectar-link .line {
    width: 30px;
    height: 2px;
    background-color: #064ea0;
    margin-right: -2px;
}

/* --- THE HOVER ACTION --- */

.bin-nectar-cta {
    text-align: center;
    margin-top: 20px;
}

.nectar-link {
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden; /* CRITICAL: This hides the text when it slides out */
    height: 30px;     /* Keeps the card height steady */
    min-width: 120px;
}

.link-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

/* 1. THE TEXT: Visible by default */
.nectar-link .text {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #064ea0;
    letter-spacing: 1px;
    line-height: 30px;
    transition: transform 0.4s cubic-bezier(0.75, 0, 0.25, 1), opacity 0.2s ease;
    opacity: 1;
}

/* 2. THE ARROW WRAP: Hidden to the left by default */
.arrow-animation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%); /* Hidden off-stage to the left */
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.75, 0, 0.25, 1), opacity 0.3s ease;
}

.nectar-link .line {
    width: 30px;
    height: 2px;
    background-color: #064ea0;
}

.next-arrow {
    width: 12px;
    height: auto;
    margin-left: 5px;
}

/* --- THE SWAP ANIMATION --- */

/* On Hover: Text slides out to the RIGHT and disappears */
.nectar-link:hover .text {
    transform: translateX(100%);
    opacity: 0;
}

/* On Hover: Arrow slides in from the LEFT to the CENTER */
.nectar-link:hover .arrow-animation-wrap {
    transform: translateX(0);
    opacity: 1;
}
.getintouch_icon{
    background-color:#000 !important;
    color:#fff !important;
    margin-left:15px;
}
.services-overview-section {
    padding: 80px 0;
    background-color: #f6f6f6;
    overflow: hidden;
}

.services-top-row {
    display: flex;
    align-items: center;
    gap: 60px;
    margin-bottom: 60px;
}

.services-text-col { flex: 1; }
.services-image-col { flex: 1; }

.services-image-col img {
    width: 125%; /* Match the original design overlap */
    height: auto;
    border-radius: 20px;
}

.services-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature-item { text-align: center; }

.feature-icon {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.feature-icon svg {
    width: 40px;
    height: 40px;
}

.feature-content h4 { font-weight: 700; margin-bottom: 10px; }

/* Responsive adjustments */
@media (max-width: 1024px) {
    .services-top-row { flex-direction: column; text-align: center; }
    .services-image-col img { width: 100%; }
    .services-features-grid { grid-template-columns: 1fr; }
}
/* --- Waste Guide Intro --- */
/* --- Waste Comparison Section --- */
.waste-comparison-section {
    padding: 20px 0 30px;
    background-color: #ffffff;
}

.comparison-flex {
    display: flex;
    gap: 0; /* Cards touch or overlap slightly like design */
    align-items: flex-start;
    justify-content: center;
}

/* Base Card Styling */
.waste-card {
    flex: 1;
    padding: 50px;
    border-radius: 20px;
    color: #000;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    color:#fff;
}

/* Accepted Card: Purple Gradient */
.accepted-card {
    background: linear-gradient(45deg, #064ea0 0%, #064ea0 100%);
    z-index: 2;
}
.flickity-prev-next-button .arrow {
    fill: #fff !important;
}
/* Not Accepted Card: Darker Purple with offset */
.not-accepted-card {
    background-color: #064ea0;
    margin-top: 50px; /* The 6% offset from your source */
    margin-left: -20px; /* Slight overlap */
    z-index: 1;
}

.waste-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.card-divider {
    height: 1px;
    background-color: rgba(255,255,255,0.2);
    margin-bottom: 30px;
}

/* List Styling */
.waste-list {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two columns for accepted list */
    gap: 15px 20px;
}

.forbidden-list {
    grid-template-columns: 1fr; /* Single column for not accepted */
}

.waste-list li {
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Icons using FontAwesome */
.accepted-list li::before {
    content: "\f058"; /* fa-check-circle */
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: #8ebf61;
}

.forbidden-list li::before {
    content: "\f00d"; /* fa-times */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #ff4d4d; /* Red icon for not accepted */
}

/* Footer Button */
.waste-footer {
    text-align: center;
    margin-top: 60px;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 1024px) {
    .comparison-flex {
        flex-direction: column;
        gap: 30px;
    }

    .not-accepted-card {
        margin-top: -10%;
        margin-left: 0;
        width: 80%;
        margin-left:10%;
    }

    .waste-list {
        grid-template-columns: 1fr; /* Single column on mobile */
    }
}
/* --- Intro Centering --- */
.waste-guide-intro { padding: 80px 0 40px; text-align: center; }
.intro-p-wraped { max-width: 100%; color: #555; }

/* --- Testimonials Styling --- */
.testimonials-section { padding: 30px 0; background: #fff; }
.testimonial-heading { text-align: center; font-size: 32px; margin-bottom: 10px; }


/* --- Uniform Testimonials CSS --- */
.testimonials-section.full-width-slider {
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
}

/* Force Flickity viewport to handle height correctly */
.testimonial-slider .flickity-viewport {
    transition: height 0.2s;
}

.testimonial-slide {
    width: 45%; /* Uniform Width */
    padding: 20px;
    display: flex; /* Helps children stretch */
}

.testimonial-box {
    background: #064ea0;
    color: #ffffff;
    padding: 50px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    box-shadow: 0 30px 60px rgba(102, 0, 145, 0.15);
    
    /* Force same height logic */
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centers content vertically if text is short */
    flex: 1; /* Makes the box grow to fill the slide height */
    min-height: 320px; /* Optional: Sets a minimum height so boxes don't get too small */
}

.testimonial-box p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1; /* Pushes the name to the bottom */
}

.testimonial-name {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

/* Triangle Pointer remains centered */
.bottom-arrow {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #064ea0;
}

/* ARROWS STYLE */
.flickity-prev-next-button {
    background: #064ea0 !important;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.flickity-prev-next-button .flickity-button-icon {
    fill: white;
}

/* MOBILE FIX */
@media (max-width: 1024px) {
    .testimonial-slide {
        width: 85%;
    }
    .testimonial-box {
        padding: 30px;
        min-height: 280px;
    }
}

/* --- Outstanding Support Section --- */
.support-cta-section { background-color: #064ea0; overflow: hidden; }
.support-flex-container { display: flex; }

.support-img-side { flex: 1; line-height: 0; }


.support-text-side { flex: 1; color: #fff;align-content:center; }
.content-padding {padding: 5% 25% 5% 10%; }

.support-text-side h2 { font-size: 38px; color: #fff; margin-bottom: 25px; line-height: 1.2; }
.support-text-side p { margin-bottom: 20px; opacity: 0.9; line-height: 1.6; }

/* White Button Style */
.btn-white-outline {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    color: #000 !important;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition: 0.3s;
}
.btn-white-outline i { background: #000; color: #fff; padding: 5px; border-radius: 50%; font-size: 12px; }
.btn-white-outline:hover { transform: translateY(-3px); }

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .testimonial-slide { width: 80%; }
    .support-flex-container { flex-direction: column-reverse; } /* Image below text on mobile */
    .support-text-side { text-align: center; }
}
.waste-guide-intro h2{
    font-family: Outfit;
    letter-spacing: -0.5px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 0.5em;

}

.waste-guide-intro p{
    font-family: Outfit;
    letter-spacing: -0.5px;
    font-size: 18px;
    line-height: 30px;
    margin-left: 25%;
    width:600px;

}
.wpb_wrapper>div {
    margin-bottom: 24px;
}
.nectar_icon .im-icon-wrap {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
}
@media only screen and (min-width: 1425px) {
    .col.padding-1-percent > .vc_column-inner {
        padding: calc(1245px * 0.01);
    }
}
.nectar_icon .im-icon-wrap>span {
    display: inline-block;
}
.col.centered-text, .wpb_column.centered-text {
    text-align: center;
}
.nectar_icon_wrap {
    display: inline-block;
    position: relative;
}


/* --- NECTAR STYLE BUTTON ANIMATION FIX --- */
.bin-nectar-cta {
    text-align: center;
    margin-top: 20px;
    position: relative;
    z-index: 5; /* Ensures it sits above card background */
}

.nectar-link {
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden; /* Hides text when it slides out */
    height: 35px; 
    min-width: 140px;
    vertical-align: middle;
}

.link-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

/* 1. THE TEXT: Visible state */
.nectar-link .text {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #064ea0; /* Brand Purple */
    letter-spacing: 1px;
    line-height: 35px;
    transition: transform 0.4s cubic-bezier(0.75, 0, 0.25, 1), opacity 0.2s ease;
    opacity: 1;
}

/* 2. THE ARROW: Slides in from left, must be ABOVE text layer */
.arrow-animation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%); /* Start hidden on left */
    opacity: 0;
    z-index: 2; /* Ensures visibility over any hidden text */
    transition: transform 0.4s cubic-bezier(0.75, 0, 0.25, 1), opacity 0.3s ease;
}

.nectar-link .line {
    width: 35px;
    height: 2px;
    background-color: #064ea0;
    display: inline-block;
}

.next-arrow {
    width: 14px;
    height: auto;
    margin-left: 6px;
}

.next-arrow polyline {
    stroke: #064ea0; /* Force brand purple on arrow */
}

/* --- THE HOVER ACTION --- */

/* Text slides out to the RIGHT and vanishes */
.nectar-link:hover .text {
    transform: translateX(120%);
    opacity: 0;
}
.bin-action{
    color:#064ea0;
    text-decoration:none;
}
.bin-action:hover{
    color:#064ea0;
}
/* Arrow slides in from the LEFT to the CENTER */
.nectar-link:hover .arrow-animation-wrap {
    transform: translateX(0);
    opacity: 1;
}
/*--------------------About Us -------------------*/
/* --- Inner Page Banner --- */
.inner-banner {
    padding: 160px 0 100px;
    background: linear-gradient(45deg, #064ea0 0%, #064ea0 100%);
    color: #fff;
    text-align: center;
    position: relative;
}

.inner-banner-title { font-size: 52px; font-weight: 700; margin-bottom: 10px;text-align:left; }

/* --- About Story Row --- */
.about-story-section { padding: 100px 0; background: #fff; }
.about-flex-row { display: flex; align-items: center; gap: 60px; }
.about-img-col, .about-text-col { flex: 1; }
.about-img-col img { width: 100%; border-radius: 20px; box-shadow: 0 20px 40px rgba(0,0,0,0.1); }

.divider-line { width: 60px; height: 3px; background: #064ea0; margin: 20px 0; }

/* --- Values Grid --- */
/* --- Our Values Section --- */
.values-section {
    padding: 30px 0;
    background-color: #ffffff;
}

.values-header {
    text-align: center;
    margin-bottom: 60px;
}

.values-header h2 {
    font-size: 42px;
    font-weight: 700;
}

/* 3-Column Grid Alignment */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 50px;
    row-gap: 60px;
}

/* Individual Item: Icon on Left, Text on Right */
.value-item {
    display: flex;
    align-items: flex-start; /* Aligns icon to the top of the heading */
    gap: 20px;
}

.value-icon {
    flex-shrink: 0;
    padding-top: 5px; /* Slight offset to center with the first line of text */
}

.value-icon svg {
    width: 32px;
    height: 32px;
}

.value-text h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #111;
    line-height: 1.3;
}

.value-text p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 1024px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on tablets */
    }
}

@media (max-width: 768px) {
    .values-grid {
        grid-template-columns: 1fr; /* 1 column on phones */
        gap: 40px;
    }
    
    .values-header h2 {
        font-size: 32px !important;
    }
}

/* --- Join Us Card --- */
.join-us-section { padding: 0px 0 30px 0; }
.join-card { 
    display: flex; 
    background: #064ea0; 
    border-radius: 20px; 
    overflow: hidden; 
    
    align-items: center;
}
.join-img-side { flex: 1.2; }
.join-img-side img { width: 100%; height: 100%; object-fit: cover; display: block; }
.join-text-side { flex: 1; padding: 60px; }
.join-text-side h3{
    color:#fff;
}
.join-text-side p{
    color:#fff;
}
/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
    .about-flex-row, .join-card { flex-direction: column; text-align: center; }
    .values-grid { grid-template-columns: 1fr; }
    .inner-banner-title { font-size: 38px; }
    .join-text-side { padding: 40px 20px; }
}
.btn-book-bin{
    padding:10px 30px !important;
}
.about-banner-p{
    text-align:left;
}
.about-text-head{
    font-family: Outfit;
    letter-spacing: -0.5px;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
   
}

/* --- NECTAR STYLE ARROW ANIMATION --- */
.bin-nectar-cta {
    margin-top: 25px;
    text-align: left; /* Alignment from your data-alignment attribute */
}

.nectar-link {
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden; /* CRITICAL: Hides the text as it slides out of frame */
    height: 35px;     /* Set height to prevent card jumping */
    min-width: 260px; /* Adjusted for longer text */
}

.link-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

/* 1. THE TEXT: Visible by default */
.nectar-link .text {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #064ea0; /* color-violet brand purple */
    letter-spacing: 1px;
    line-height: 35px;
    transition: transform 0.45s cubic-bezier(.23, .46, .4, 1), opacity 0.3s ease;
    opacity: 1;
}

/* 2. THE ARROW WRAP: Parked off-screen to the left */
.arrow-animation-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Start from the left */
    transform: translateX(-100%); /* Completely hidden to the left */
    opacity: 0;
    z-index: 2;
    transition: transform 0.45s cubic-bezier(.23, .46, .4, 1), opacity 0.3s ease;
}

.nectar-link .line {
    height: 2px;
    width: 30px;
    background-color: #064ea0; /* Darker purple from your style */
    display: inline-block;
}

.next-arrow {
    width: 12px;
    height: auto;
    margin-left: 8px;
}

.next-arrow polyline {
    stroke: #064ea0; /* Matches line color */
}

/* --- THE HOVER SWAP ACTION --- */

/* Text flies out to the RIGHT and vanishes */
.nectar-link:hover .text {
    transform: translateX(110%);
    opacity: 0;
}

/* Arrow flies in from the LEFT to the CENTER-LEFT */
.nectar-link:hover .arrow-animation-wrap {
    transform: translateX(0);
    opacity: 1;
}
.list-icon-holder{
    line-height: 45px;
    font-size: 45px;
    width: 45px;
    height: 45px;
}
.im-icon-wrap{
    line-height: 60px;
    font-size: 26px;
    width: 60px;
    height: 60px;
}
.list-icon-holder span {
    line-height: 60px;
    font-size: 26px;
    width: 60px;
    height: 60px;
}
.list-icon-holder .im-icon-wrap svg{
    line-height: 45px;
    font-size: 45px;
    width: 45px;
    height: 45px;
}
/* --- Eco-Friendly Partner Section --- */
.eco-animation-section {
    padding: 30px 0;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
}

.animated-text-heading {
    font-size: 52px; /* Replicating 3.7vw scale */
    line-height: 1.3;
    font-weight: 700;
    color: #111;
}

/* Container for the circular images */
.inline-image-container {
    display: inline-block;
    position: relative;
    width: 80px;  /* Size from source */
    height: 80px;
    vertical-align: middle;
    margin: 0 10px;
    border-radius: 50%;
    overflow: hidden;
    
    /* Animation initial state */
    opacity: 0;
    transform: scale(0.2) rotate(-15deg);
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.inline-image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Active Class (triggered by JS below) */
.inline-image-container.is-visible {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}

/* Stagger delay for the second circle */
.inline-image-container:nth-of-type(2) {
    transition-delay: 0.2s;
}

/* Mobile Adjustments */
@media (max-width: 1024px) {
    .animated-text-heading { font-size: 38px; }
    .inline-image-container { width: 60px; height: 60px; }
}
@media (max-width: 600px) {
    .animated-text-heading { font-size: 28px; }
    .inline-image-container { width: 45px; height: 45px; }
}
@media only screen and (min-width: 1000px) {
    .animated-text-heading {
        font-size: 3.7vw;
        line-height: 1.4;
    }
}

/* --- FAQ & Contact Section --- */
.faq-contact-section { padding: 100px 0; background: #fff; }
.faq-contact-flex { display: flex; gap: 80px; align-items: flex-start; }

.faq-column { flex: 1.2; }
.contact-form-column { flex: 1; }

/* Accordion Styling */
.accordion-container { margin-top: 40px; border-top: 1px solid #eee; }
.accordion-item { border-bottom: 1px solid #eee; }

.accordion-header { 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    padding: 25px 0; 
    cursor: pointer; 
}
.accordion-header h4 { font-size: 20px; color: #111; font-weight: 600; transition: 0.3s; }
.accordion-item.active .accordion-header h4 { color: #064ea0; }
.accordion-header .icon { font-size: 24px; color: #999; }

.accordion-content { 
    max-height: 0; 
    overflow: hidden; 
    transition: max-height 0.4s ease; 
}
.accordion-item.active .accordion-content { max-height: 500px; padding-bottom: 25px; }
.accordion-content p { color: #666; line-height: 1.7; }

/* Contact Card Styling */
.contact-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08);
}
.contact-card h4 { font-size: 24px; margin-bottom: 10px; }
.contact-card p { font-size: 15px; color: #666; margin-bottom: 30px; }

/* Gravity Forms Custom Styling to match Screenshot */
.gform_wrapper.gravity-theme .gfield input, 
.gform_wrapper.gravity-theme .gfield textarea {
    background-color: #f4f4f4 !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 15px !important;
}
.gform_button {
    background-color: #28a745 !important;
    width: 100%;
    padding: 15px !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
}

/* Color Overrides */
.color-green { color: #064ea0; }
.btn-teal {
    background: #064ea0;
    color: #fff;
    padding: 12px 25px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-weight: 600;
}
/* Ensure the last accordion item has 30px bottom padding */
.accordion-container .accordion-item:last-child.active .accordion-content {
    padding-bottom: 30px;
}

/* Base accordion item border fix */
.accordion-item:last-child {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px; /* Adds space between the list and the button */
}
/* Mobile */
@media (max-width: 1024px) {
    .faq-contact-flex { flex-direction: column; }
    .contact-form-column { width: 100%; }
}
/* --- Contact Form 7 Accuracy Styles --- */
.contact-card {
    background: #fff;
    padding: 50px 40px;
    border-radius: 15px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.08); /* Matches medium_depth shadow */
}

.cf7-grid {
    display: flex;
    gap: 15px;
    
}

.cf7-half { flex: 1; }

/* Input Styling to match about.html reference */
.wpcf7-form-control:not(.wpcf7-submit) {
    width: 100% !important;
    background-color: #f4f4f4 !important; /* Matches light grey from screenshot */
    border: none !important;
    border-radius: 5px !important;
    padding: 15px !important;
    font-family: 'Outfit', sans-serif;
    font-size: 14px;
}

/* Green Submit Button Accuracy */
.wpcf7-submit {
    background-color: #064ea0 !important; 
    color: #fff !important;
    width: 100%;
    padding: 15px !important;
    border: none !important;
    border-radius: 50px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 10px;
}

.wpcf7-submit:hover {
    background-color: #218838 !important;
    transform: translateY(-2px);
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .cf7-grid { flex-direction: column; gap: 15px; }
}


/* Color Overrides */
.color-purple-light { color: #BB00FF; }
.color-violet { color: #064ea0 !important; }

/* Banner with Ellipse Clip Path */
.skip-bins-banner {
    background: linear-gradient(45deg, #064ea0 0%, #064ea0 100%) !important;
    padding: 180px 0 120px;
    text-align: center;
    color: #fff;
}

/* Sticky Layout Container */
.sticky-flex-wrapper {
    display: flex;
    gap: 60px;
    padding: 80px 0;
    align-items: flex-start;
}

/* LEFT SIDEBAR: STICKY */
.bins-sidebar {
    width: 300px;
    position: sticky;
    top: 120px; /* Adjust based on your header height */
}

.sticky-nav-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 200px;
}

.sticky-tab {
    display: flex;
    background: #f8f8f8;
    border: none;
    border-radius: 10px;
    padding: 20px;
    cursor: pointer;
    text-align: left;
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

.sticky-tab .tab-indicator {
    width: 4px;
    background: #064ea0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s;
}

.sticky-tab.active {
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.sticky-tab.active .tab-indicator { opacity: 1; }

.sticky-tab strong { display: block; font-size: 18px; margin-bottom: 8px; color: #111; }
.sticky-tab span { font-size: 13px; color: #777; line-height: 1.4; }

.sticky-tab.active strong { color: #064ea0; }

/* RIGHT AREA: BIN CONTENT */
.bins-display-area { flex: 1; }
.category-title { font-size: 32px; margin-bottom: 40px; color: #111; }

.bin-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.bin-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 20px;
    border: 1px solid #f0f0f0;
    text-align: center;
    transition: 0.3s ease;
}

.bin-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }

/* TAB TOGGLING */
.bin-tab-panel { display: none; }
.bin-tab-panel.active { display: block; animation: binFadeIn 0.5s ease forwards; }

@keyframes binFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Mobile Adjustments */
@media (max-width: 1024px) {
    .sticky-flex-wrapper { flex-direction: column; }
    .bins-sidebar { width: 100%; position: relative; top: 0; }
    .sticky-nav-container { flex-direction: row; }
}

@media (max-width: 768px) {
    .sticky-nav-container { flex-direction: column; }
    .bin-grid { grid-template-columns: 1fr; }
}
.text-book-link{
    padding:10px 20px;
    background-color:#064ea0;
    color:#fff;
    border-radius:200px;
    
}
.intro-p-wrap p{
    color:#fff;
    text-align:left;
}

/* --- Simplify Waste CTA Section --- */
.simplify-waste-section {
    background-color: #064ea0; /* Brand Dark Violet */
    background-image: url('assets/img/logo-bg-overlay.png'); /* Replicating the background logo watermark */
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: -5% 110%;
    padding: 100px 0;
    color: #ffffff;
    overflow: hidden;
}

.simplify-flex-container {
    display: flex;
    align-items: center;
    gap: 80px;
}

.simplify-content { flex: 1.2; }
.simplify-form-card { flex: 1; }

.simplify-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.color-violet-light { color: #BB00FF; } /* Brighter accent for "today!" */

.simplify-desc {
    font-size: 18px;
    opacity: 0.9;
    margin-bottom: 40px;
}

/* Contact Icons Styling */
.contact-info-grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.info-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.info-icon {
    font-size: 28px;
    color: #BB00FF; /* Icon color from theme */
    width: 30px;
    text-align: center;
}

.info-text h4 {
    font-size: 20px;
    margin-bottom: 5px;
    color: #ffffff;
}

.info-text a, .info-text p {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 16px;
    margin: 0;
}

/* The White Form Card */
.message-box {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    color: #111;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.2);
}

.message-box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.message-box p {
    font-size: 15px;
    color: #666;
    margin-bottom: 30px;
}

/* CF7 Specific Overrides for this card */
.cf7-integration .wpcf7-form-control:not(.wpcf7-submit) {
    background-color: #f4f4f4 !important;
    border: none !important;
    padding: 14px !important;
    border-radius: 6px !important;
    margin-bottom: 15px;
}

.cf7-integration .wpcf7-submit {
    background-color: #064ea0 !important; /* Button purple */
    width: 100%;
    padding: 15px !important;
    border-radius: 50px !important;
    color: #fff !important;
    font-weight: 700 !important;
    transition: 0.3s;
}

.cf7-integration .wpcf7-submit:hover {
    background-color: #BB00FF !important;
    transform: translateY(-2px);
}

/* Mobile Adjustments */
@media (max-width: 1024px) {
    .simplify-flex-container {
        flex-direction: column;
        text-align: center;
    }
    
    .info-row {
        justify-content: center;
    }
    
    .simplify-waste-section {
        background-size: 80%;
    }
    .booking-title {
    font-size: 30px !important;
    font-weight: 700 !important;
    line-height: 1.1 !important;
    margin-bottom: 20px !important;
}
.booking-flex-row {
    display: flex;
    align-items: center;
    gap: 30px !important;
}
}

/* --- Booking Form Visuals --- */
.location-input {
    color: #000000 !important; /* Force text to black */
    font-weight: 600 !important; /* Make it slightly bolder for readability */
    background-color: #f9f9f9 !important; /* Light background to indicate it is auto-filled */
    border: 1px solid #ddd !important;
    cursor: not-allowed; /* Shows user they don't need to type here */
}

/* Ensure labels are also high contrast */
.booking-step-form label {
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

/* General Input Styling for the page */
.booking-step-form input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 16px;
}

/* --- Booking Page Styles --- */
.booking-page-main {
    background-color: #f9f9f9;
    padding: 100px 0;
}

.booking-flex-row {
    display: flex;
    align-items: center;
    gap: 80px;
}

.booking-text-side { flex: 1; }
.booking-form-side { flex: 1; }

.booking-title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 25px;
}

.booking-title span { color: #064ea0; }

.booking-card {
    background: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0 30px 60px rgba(0,0,0,0.1);
}

.booking-card h3 {
    margin-bottom: 30px;
    font-size: 28px;
}

/* Form Grid */
.booking-grid {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}
.grid-half { flex: 1; }

/* Input Styling */
.cf7-booking-wrap label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    font-size: 14px;
}

.cf7-booking-wrap input {
    width: 100% !important;
    background: #fff !important;
    border: 1px solid #ddd !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    margin-bottom: 20px;
}

/* Submit Button */
.cf7-booking-wrap .wpcf7-submit {
    background-color: #064ea0 !important; /* Brand Purple */
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 15px 40px !important;
    font-weight: 700;
    cursor: pointer;
}

.form-footer-call {
    margin-top: 20px;
    font-size: 13px;
    color: #777;
}
.footer-abn{
    font-size:15px;
}
.form-footer-call a { color: #064ea0; font-weight: 600; }

@media (max-width: 1024px) {
    .booking-flex-row { flex-direction: column; text-align: center; }
    .booking-grid { flex-direction: column; }
}

/* --- Booking Form Visuals --- */
.location-input {
    color: #000000 !important; /* Force text to black */
    font-weight: 600 !important; /* Make it slightly bolder for readability */
    background-color: #f9f9f9 !important; /* Light background to indicate it is auto-filled */
    border: 1px solid #ddd !important;
    cursor: not-allowed; /* Shows user they don't need to type here */
}

/* Ensure labels are also high contrast */
.booking-step-form label {
    color: #111111;
    font-weight: 700;
    margin-bottom: 8px;
    display: block;
}

/* General Input Styling for the page */
.booking-step-form input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 8px;
    font-family: inherit;
    font-size: 16px;
}
/* --- Search Bins Button Accuracy Styles --- */
.search-bins-btn {
    background-color: #064ea0 !important; /* Brand Purple */
    color: #ffffff !important;
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-weight: 700;
    
    /* Shape & Size */
    padding: 16px 40px !important;
    border: none !important;
    border-radius: 50px !important; /* Pill shape from screenshot */
    
    /* Interaction */
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px; /* Space between text and arrow */
    transition: all 0.3s ease;
    
    /* Shadow & Positioning */
    margin-top: 15px;
    box-shadow: 0 10px 20px rgba(102, 0, 145, 0.15);
}

.search-bins-btn:hover {
    background-color: #064ea0 !important; /* Darker Violet on hover */
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(102, 0, 145, 0.25);
}

.search-bins-btn:active {
    transform: translateY(0);
}

/* Ensure the arrow icon inside the button scales correctly */
.search-bins-btn i {
    font-size: 18px;
    transition: transform 0.3s ease;
}

.search-bins-btn:hover i {
    transform: translateX(5px); /* Snappy arrow animation */
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .search-bins-btn {
        width: 100%; /* Full width on mobile for better UX */
        padding: 15px 30px !important;
    }
}
.upcase{
    text-transform:uppercase;
}
/* --- Waste Selection UI --- */
.booking-steps-nav { padding: 40px 0; border-bottom: 1px solid #eee; }
.steps-list { display: flex; justify-content: space-between; list-style: none; padding: 0; }
.steps-list .step { text-align: center; opacity: 0.4; flex: 1; position: relative; }
.steps-list .step.active, .steps-list .step.current { opacity: 1; }
.steps-list .num { 
    width: 35px; height: 35px; border: 2px solid #ddd; border-radius: 50%; 
    display: inline-flex; align-items: center; justify-content: center; margin-bottom: 10px;
}
.steps-list .active .num { background: #064ea0; color: #fff; border-color: #064ea0; }

/* Waste Cards */
.waste-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 25px; margin-top: 50px; }
.waste-card-binselect { 
    background: #fff; border-radius: 12px; border: 2px solid transparent; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); overflow: hidden; cursor: pointer; transition: 0.3s;
}
.waste-card-binselect.active { border-color: #064ea0; }

.waste-img { position: relative; height: 200px; }
.waste-img img { width: 100%; height: 100%; object-fit: cover; }

.check-badge { 
    position: absolute; top: 10px; right: 10px; background: #064ea0; 
    color: #fff; width: 25px; height: 25px; border-radius: 50%; 
    display: flex; align-items: center; justify-content: center; font-size: 12px; opacity: 0;
}
.waste-card-binselect.active .check-badge { opacity: 1; }

.waste-info { padding: 25px; }
.waste-info h4 { font-size: 20px; margin-bottom: 10px; color: #111; }
.waste-info p { font-size: 14px; color: #666; line-height: 1.5; }

/* Navigation */
.step-nav-buttons { display: flex; justify-content: center; gap: 20px; margin-top: 50px; }
.btn-back, .btn-next { 
    padding: 12px 35px; border-radius: 5px; font-weight: 700; cursor: pointer; border: none;
    display: inline-flex; align-items: center; gap: 10px;
}
.btn-back { background: #064ea0; color: #fff; }
.btn-next { background: #064ea0; color: #fff; }
/* --- 1. Progress Tracker Styles --- */
.booking-steps-nav {
    padding: 60px 0 40px;
    background: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.steps-list {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 1000px;
    margin: 0 auto;
}

.steps-list .step {
    text-align: center;
    position: relative;
    flex: 1;
    color: #999;
    font-size: 14px;
}

/* Horizontal Connector Line */
.steps-list .step:not(:last-child):after {
    content: '';
    position: absolute;
    top: 17px;
    left: 50%;
    width: 100%;
    height: 2px;
    background: #eee;
    z-index: 1;
}

.steps-list .num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    transition: 0.3s;
}

/* Active & Current Step Branding */
.steps-list .step.active .num, 
.steps-list .step.current .num {
    border-color: #064ea0; /* Brand Purple */
    background: #064ea0;
    color: #fff;
}

.steps-list .step.active:after {
    background: #064ea0;
}

.steps-list .label {
    display: block;
    font-weight: 600;
}

.steps-list .step.current .label {
    color: #111;
}

/* --- 2. Waste Type Grid Styles --- */
.waste-type-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 50px;
    color: #111;
}

.waste-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 Columns like reference */
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.waste-card-binselect {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

/* Active Selection Branding */
.waste-card-binselect.active {
    border-color: #064ea0 !important;
    transform: translateY(-5px);
}

.waste-img {
   
    position: relative;
    background: #eee;
}

.waste-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Checkmark Badge */
.check-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #064ea0;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transition: 0.3s;
    border: 2px solid #fff;
}

.waste-card-binselect.active .check-badge {
    opacity: 1;
}

.waste-info {
    padding: 25px;
    text-align: left;
}

.waste-info h4 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #111;
}

.waste-info p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* --- 3. Navigation Buttons --- */
.step-nav-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 60px;
}

.btn-back, .btn-next {
    padding: 15px 45px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s;
}

.btn-back {
    background: #064ea0; /* Matching the reference button teal */
    color: #fff;
}

.btn-next {
    background: #064ea0;
    color: #fff;
}

.btn-back:hover, .btn-next:hover {
    opacity: 0.9;
    transform: translateY(-2px);
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
    .waste-grid { grid-template-columns: repeat(2, 1fr); }
    .steps-list .label { font-size: 11px; }
}

@media (max-width: 767px) {
    .waste-grid { grid-template-columns: 1fr; }
    .steps-list { overflow-x: auto; padding-bottom: 20px; }
    .steps-list .step { min-width: 100px; }
}
/* --- Bin Selection Grid --- */
.bin-selection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 column layout from screenshot */
    gap: 25px;
    margin-top: 40px;
}

.bin-card {
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    
   
    border: 1px solid #eee;
}

.bin-img { height: 180px; margin-bottom: 20px; }
.bin-img img { width: 100%; height: 100%; object-fit: contain; }

.bin-details h4 { font-size: 22px; font-weight: 700; margin-bottom: 5px; }
.info-link { color: #064ea0; font-size: 14px; text-decoration: underline; display: block; margin-bottom: 15px; }

.price-box {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

/* Quantity & Booking Row */
.qty-booking-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.qty-selector {
    display: flex;
    align-items: center;
    background: #f4f4f4;
    border-radius: 5px;
    padding: 5px;
}

.qty-selector button {
    width: 30px; height: 30px; border: none; background: none; font-size: 18px; cursor: pointer;
}

.qty-input {
    width: 40px; border: none; background: none; text-align: center; font-weight: 700;
}

/* Buttons */
.btn-book-now {
    background: #064ea0; /* Matching reference teal */
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
    border: none;
    font-weight: 700;
    cursor: pointer;
    flex-grow: 1;
}

.btn-sold-out {
    background: #7ca5a5; /* Faded teal for sold out */
    color: #fff;
    width: 100%;
    padding: 12px;
    border-radius: 5px;
    border: none;
    cursor: not-allowed;
}

/* Sold Out Card Style */
.status-sold-out { opacity: 0.7; }
/* Progress Bar Purple Theme */
.steps-list .step.active .num {
    background: #064ea0;
    border-color: #064ea0;
    color: #fff;
}

/* Nav Buttons Teal Theme */
.btn-back-teal, .btn-next-teal, .btn-book-now {
    background-color: #064ea0 !important;
    color: #ffffff;
    padding: 12px 35px;
    border-radius: 5px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}



/* Bin Card Quantity Selector */
.qty-selector {
    display: flex;
    background: #f4f4f4;
    border-radius: 4px;
    padding: 2px;
}
.qty-selector button { width: 30px; border: none; background: none; cursor: pointer; }
.qty-selector input { width: 35px; text-align: center; border: none; background: transparent; font-weight: 700; }
/* Container for the 3 columns */
.waste-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 40px;
}

/* Base Card Style */
.waste-cards {
    background: #fff;
    border-radius: 12px;
    border: 2px solid transparent; /* Hidden until active */
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

/* Active/Selected State */
.waste-cards.active {
    border-color: #064ea0 !important; /* Brand Purple Border */
    transform: translateY(-5px);
}

/* The Tick Icon Badge */
.check-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #064ea0; /* Purple Badge */
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0; /* Hidden by default */
    transition: 0.3s ease;
    z-index: 5;
    border: 2px solid #fff;
}

/* Show tick when card has .active class */
.waste-cards.active .check-badge {
    opacity: 1;
}

.waste-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
/* --- Step 4: Extras Grid --- */
.extras-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 Columns as per screenshot */
    gap: 20px;
    margin-top: 30px;
}

.extra-item-card {
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #f0f0f0;
}

.extra-info h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #111;
}

.extra-info p {
    font-size: 13px;
    color: #777;
    margin-bottom: 8px;
}

.extra-price {
    font-size: 15px;
    font-weight: 700;
    color: #28a745; /* Green price text from screenshot */
}

/* --- Quantity Selector for Extras --- */
.extra-item-card .qty-selector {
    display: flex;
    align-items: center;
    background: #f1f5f9;
    border-radius: 6px;
    padding: 4px;
}

.extra-item-card .qty-selector button {
    width: 32px;
    height: 32px;
    border: 1px solid #cbd5e1;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.extra-item-card .qty-selector button:hover {
    background: #064ea0;
    color: #fff;
    border-color: #064ea0;
}

.extra-item-card .qty-input {
    width: 40px;
    text-align: center;
    border: none;
    background: transparent;
    font-weight: 700;
    font-size: 16px;
}

/* --- Yellow Warning Box --- */
.warning-box {
    background-color: #fffbeb; /* Light yellow */
    border: 1px solid #fef3c7;
    border-left: 5px solid #fbbf24; /* Amber accent */
    border-radius: 8px;
    padding: 20px;
    margin-top: 40px;
    display: flex;
    gap: 15px;
}

.warning-icon {
    background: #fbbf24;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.warning-text strong {
    display: block;
    margin-bottom: 10px;
    color: #92400e;
}

.warning-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 items per row in list */
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 10px;
}

.warning-list li {
    font-size: 13px;
    color: #b45309;
    position: relative;
    padding-left: 15px;
}

.warning-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #fbbf24;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 768px) {
    .extras-grid { grid-template-columns: 1fr; }
    .warning-list { grid-template-columns: repeat(2, 1fr); }
    .extra-item-card { flex-direction: column; text-align: center; gap: 15px; }
}
.placement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin: 40px auto;
}

.placement-option-card {
    border: 2px solid #eee;
    border-radius: 12px;
    padding: 40px 20px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    position: relative;
}

.placement-option-card.active {
    border-color: #064ea0;
    background: #fdfbff;
}

.placement-icon {
    font-size: 40px;
    color: #064ea0;
    margin-bottom: 15px;
}

.placement-option-card h4 { margin-bottom: 10px; font-weight: 700; }

.placement-option-card .check-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #064ea0;
    color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: none;
}

.placement-option-card.active .check-badge { display: flex; align-items: center; justify-content: center; }
.booking-final-form {
    padding: 20px;
}

.form-section-title {
    font-size: 20px;
    color: #064ea0;
    margin: 25px 0 15px;
    font-weight: 700;
}

.review-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-group label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

/* Style for the pre-filled Review fields */
#review-postcode, #review-waste, #review-bin, #review-placement, #review-extras {
    background-color: #f9f4ff; /* Light purple tint */
    border: 1px solid #e1d5ed;
    color: #064ea0;
    font-weight: 600;
}

.wpcf7-form-control {
    width: 100%;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-family: 'Outfit', sans-serif;
}

.form-divider {
    border: 0;
    border-top: 1px solid #eee;
    margin: 30px 0;
}

.btn-submit-booking {
    background: #064ea0 !important;
    color: white !important;
    border: none !important;
    padding: 15px 40px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition: 0.3s;
    margin-top: 20px;
}

.btn-submit-booking:hover {
    background: #4d006e !important;
    transform: scale(1.02);
}

@media (max-width: 768px) {
    .review-grid { grid-template-columns: 1fr; }
}
/* ==========================================
   STEP 6: TWO-COLUMN CHECKOUT LAYOUT
   ========================================== */

/* Main Wrapper */
.checkout-layout {
    display: grid;
    grid-template-columns: 350px 1fr; /* Sidebar fixed, Form flexible */
    gap: 40px;
    margin-top: 40px;
    align-items: start;
}

/* --- Left Column: Summary --- */
.checkout-summary-col .summary-box {
    background: #fdfdfd;
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    position: -webkit-sticky; /* Fixed on scroll */
    
    top: 30px;
}

.summary-box h3 {
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #00c2cb; /* Using your teal brand color */
    display: flex;
    align-items: center;
    gap: 12px;
}

.summary-box h3 i {
    color: #00c2cb;
}

.summary-item {
    margin-bottom: 20px;
}

.summary-item label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #999;
    font-weight: 700;
    margin-bottom: 4px;
}

.summary-item span {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.summary-footer {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
    font-size: 13px;
    color: #777;
    line-height: 1.5;
}

/* --- Right Column: Form --- */
.checkout-form-col .form-card {
    background: #fff;
    border-radius: 15px;
    padding: 45px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.06);
}

/* CF7 Specific Styling to make it look premium */
.form-card .wpcf7-form p {
    margin-bottom: 20px;
}

.form-card input[type="text"],
.form-card input[type="email"],
.form-card input[type="tel"],
.form-card textarea {
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-family: 'Outfit', sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
}

.form-card input:focus {
    border-color: #00c2cb;
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 194, 203, 0.1);
}

/* CF7 Submit Button */
.form-card input[type="submit"] {
    background-color: #00c2cb;
    color: #fff;
    border: none;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%; /* Full width for mobile-friendly booking */
}

.form-card input[type="submit"]:hover {
    background-color: #00a8af;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent !important;
    color: #46b450 !important;
}

/* --- Mobile Responsiveness --- */
@media (max-width: 991px) {
    .checkout-layout {
        grid-template-columns: 1fr; /* Stack columns on tablets/phones */
    }
    
    .checkout-summary-col .summary-box {
        position: static; /* Remove sticky on mobile */
        margin-bottom: 20px;
    }
    
    .form-card {
        padding: 25px;
    }
}


/* ==========================================
   BEDROCK SUSTAINABILITY PAGE STYLES
   ========================================== */

/* 1. Hero Section */
.sustainability-hero {
    background-color: #134e4a; /* Bedrock Dark Teal */
    color: #ffffff;
    padding: 80px 20px;
    text-align: center;
    position: relative;
}

.sustainability-hero h1 {
    font-size: 2.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #4fd1c5; /* Bedrock Light Teal accent */
    margin-bottom: 15px;
}

/* 2. Three Pillars / Feature Grid */
.pillar-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    padding: 60px 0;
}

.pillar-card {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    border-top: 6px solid #134e4a; /* Brand primary border */
    transition: transform 0.3s ease;
    text-align: center;
}

.pillar-card:hover {
    transform: translateY(-10px);
}

.pillar-card .icon-box {
    background-color: #e6fffa; /* Very light teal background */
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
}

.pillar-card h3 {
    color: #134e4a;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
}

/* 3. The Process Flow (01, 02, 03) */
.process-section {
    padding: 80px 0;
    text-align: center;
}

.process-step {
    position: relative;
    padding: 20px;
}

.process-number {
    font-size: 4rem;
    font-weight: 900;
    color: #134e4a;
    opacity: 0.1; /* Ghost number effect from competitor */
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.process-step h4 {
    position: relative;
    z-index: 2;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/* 4. Call to Action (CTA) Bar */
.sustainability-cta {
    background-color: #134e4a;
    padding: 40px 0;
    color: white;
}

.btn-sustainability {
    background-color: #4fd1c5;
    color: #134e4a;
    padding: 12px 35px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-sustainability:hover {
    background-color: #ffffff;
    color: #134e4a;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .sustainability-hero h1 {
        font-size: 2rem;
    }
    .process-step {
        margin-bottom: 40px;
    }
}
.sustainability-texts-p{
    font-size: 18px;
}
/* Desktop is handled by the "text-left" class already */

/* Mobile Alignment Fix */
@media (max-width: 768px) {
    .mobile-center-cta {
        text-align: center !important;
        width: 100%;
        display: block;
    }
    
    .mobile-center-cta .btn-main {
        display: inline-block; /* Ensures it honors the center alignment */
        margin: 0 auto;
    }
}
.sustainability-pillars{
    padding:75px 0;
}
.desktop-only-title {
    font-size: 42px;
    
}
.support-img-side img {
    width:100%;
    height: 600px;
    object-fit: cover;
}
/* Mobile menu */

/* --- Mobile Menu Fixes --- */
/* --- Mobile Menu Full Width Fix --- */
.mobile-menu-overlay {
    position: fixed;
    top: 80px; /* Adjust based on your header height */
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: #064ea0;
    display: none; /* Controlled by JS */
    padding: 20px;
    z-index: 1000;
    overflow-y: auto;
}

.mobile-menu-overlay.active {
    display: block;
}

.mobile-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-nav-list li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.submenu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile-nav-list li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    text-align:left;
}

/* Arrow Rotation */
.arrow-toggle {
    color: #BB00FF;
    padding: 15px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.mobile-has-submenu.open .arrow-toggle {
    transform: rotate(180deg);
}

/* Submenu Display */
.mobile-submenu {
    display: none;
    list-style: none;
    padding-left: 20px;
    background: rgba(0,0,0,0.2);
}

.mobile-has-submenu.open .mobile-submenu {
    display: block;
}

.mobile-submenu li a {
    font-size: 1rem;
    font-weight: 400;
    opacity: 0.9;
}

/* Mobile CTA Button */
.mobile-cta {
    background: #BB00FF !important;
    text-align: center !important;
    border-radius: 200px;
    margin-top: 10px;
    color: #fff !important;
}
/* --- Hamburger Animation --- */
.mobile-toggle {
    width: 30px;
    height: 22px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 1100; /* Ensure it stays above the menu */
}

.mobile-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #064ea0; /* Match your brand purple */
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
    transform-origin: left center;
}

/* Transform to X when Active */
.mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    background-color: #fff; /* Change to white so it's visible on purple menu */
}

.mobile-toggle.active span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    background-color: #fff;
}
/* --- Desktop Navigation (Default) --- */
.desktop-nav {
    display: block; /* Show on desktop */
}

.mobile-toggle {
    display: none; /* HIDE on desktop */
}

.mobile-menu-overlay {
    display: none; /* Ensure it stays hidden */
}

/* --- Mobile Navigation (Responsive Breakpoint) --- */
@media (max-width: 991px) {
    
    /* Hide the long desktop list */
    .desktop-nav {
        display: none;
    }
.placement-grid-place {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
   width:100%;
    /* max-width: 800px; */
    margin: 40px auto;
}
.waste-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 25px;
    margin-top: 40px;
}
.bin-selection-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 25px;
    margin-top: 40px;
}
.simplify-title {
    font-size: 30px !important;
    
}
#ajax-content-wrap{
    padding-left:20px;
    padding-right:20px;
}
    /* SHOW the hamburger only on mobile/tablets */
    .mobile-toggle {
        display: flex; /* Flex used for span alignment */
        flex-direction: column;
        justify-content: space-between;
        width: 50%;
        height: 21px;
        cursor: pointer;
        z-index: 1100;
    }
    .about-story-section { padding: 40px 20 !important; background: #fff; }

    /* Style the spans for the hamburger lines */
    .mobile-toggle span {
        display: block;
        width: 100%;
        height: 3px;
        background-color: #064ea0; /* Your Brand Color */
        border-radius: 3px;
        transition: 0.3s ease;
    }

    /* Hamburger Animation to X */
    .mobile-toggle.active span:nth-child(1) {
        transform: translateY(9px) rotate(45deg);
        background-color: #fff;
    }
    .mobile-toggle.active span:nth-child(2) {
        opacity: 0;
    }
    .mobile-toggle.active span:nth-child(3) {
        transform: translateY(-9px) rotate(-45deg);
        background-color: #fff;
    }

    /* Show the mobile menu when active */
    .mobile-menu-overlay.active {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #064ea0;
        z-index: 1000;
        padding: 100px 20px;
    }
}
#booking-ajax-container{
    padding:30px 0px;

}
.placement-grid-place {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    /* max-width: 800px; */
    margin: 40px auto;
}
/* ============================================================
   LEGAL PAGES STYLES (Refund, Privacy, Terms)
   ============================================================ */

/* 1. Page Wrapper & Banner */
.legal-page {
    background-color: #ffffff;
    font-family: 'Inter', sans-serif; /* Or your site font */
    color: #333;
    line-height: 1.6;
}

.refund-banner {
    background: linear-gradient(135deg, #064ea0 0%, #250035 100%);
    padding: 100px 0 80px;
    text-align: center;
    color: #ffffff;
}

.inner-banner-title {
    font-size: clamp(2.5rem, 6vw, 3.5rem);
    font-weight: 800;
    margin-bottom: 15px;
}

.color-purple-light {
    color: #BB00FF;
}

.banner-subtext {
    font-size: 1.1rem;
    opacity: 0.9;
}

/* 2. Main Layout - Sticky Sidebar + Content */
.legal-content-section {
    padding: 80px 0;
}

.sticky-flex-wrapper {
    display: flex;
    gap: 60px;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* 3. Sidebar Navigation */
.legal-sidebar {
    flex: 0 0 280px;
    position: sticky;
    top: 120px; /* Adjust based on your header height */
}

.legal-nav {
    display: flex;
    flex-direction: column;
    border-left: 3px solid #f0f0f0;
    padding: 10px 0;
}

.nav-link {
    padding: 12px 25px;
    text-decoration: none;
    color: #666;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
    margin-left: -3px; /* Overlap the border */
}

.nav-link:hover {
    color: #BB00FF;
    background: #fafafa;
}

.nav-link.active {
    color: #064ea0;
    border-left-color: #BB00FF;
    background: #fdfbff;
}

/* 4. Content Body */
.legal-body-text {
    flex: 1;
    max-width: 850px;
}

.legal-section {
    margin-bottom: 60px;
    scroll-margin-top: 130px; /* Ensures anchor links don't hide under header */
}

.legal-section h2 {
    font-size: 2rem;
    color: #064ea0;
    margin-bottom: 25px;
    font-weight: 700;
}

.legal-body-text p {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 20px;
    line-height: 1.8;
}

.legal-body-text ul {
    margin-bottom: 25px;
    padding-left: 20px;
}

.legal-body-text li {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 12px;
    list-style-type: square;
}

/* 5. Contact Info Box (Dandenong South Details) */
.legal-contact-box {
    background: #fdfbff;
    border: 1px solid #eee;
    border-left: 5px solid #064ea0;
    padding: 35px;
    border-radius: 15px;
    margin-top: 30px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.02);
}

.legal-contact-box strong {
    color: #064ea0;
    display: block;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.legal-contact-box a {
    color: #BB00FF;
    text-decoration: none;
    font-weight: 700;
}

.legal-contact-box hr {
    border: 0;
    border-top: 1px solid #eee;
    margin: 20px 0;
}

.hours-list {
    font-size: 0.95rem;
    color: #777;
    line-height: 1.6;
}

/* 6. MOBILE RESPONSIVENESS */
@media (max-width: 1024px) {
    .sticky-flex-wrapper {
        gap: 30px;
    }
    .legal-sidebar {
        flex: 0 0 220px;
    }
}

@media (max-width: 991px) {
    .legal-content-section {
        padding: 50px 0;
    }
    
    .sticky-flex-wrapper {
        flex-direction: column;
    }

    .legal-sidebar {
        display: none; /* Hide sticky nav on mobile for cleaner reading */
    }

    .legal-body-text {
        max-width: 100%;
    }

    .legal-section h2 {
        font-size: 1.6rem;
    }
}

@media (max-width: 480px) {
    .refund-banner {
        padding: 60px 0;
    }
    .legal-contact-box {
        padding: 20px;
    }
}
.banner-subtext {
  text-align:left;
}
.checkout-summary-col{
    position: sticky;
}
.wheeliebin{
    width:20px;
    height:30px;
}
.trailebin{
    width: 40px;
    height: 40px;
    margin-left: 5px;
}





/* 1. The Container */
.bd-flip-box {
    background-color: transparent;
    width: 100%; /* Adjust to fit your slider width */
    height: 450px; /* Adjust to fit your slider height */
    perspective: 1000px !important; 
    margin: 0 auto;
}

/* 2. The Rotation Logic */
.bd-flip-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d !important;
}

/* Flip on Hover */
.bd-flip-box:hover .bd-flip-inner {
    transform: rotateY(180deg) !important;
}

/* 3. Common Face Styles */
.bd-front, .bd-back {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    -webkit-backface-visibility: hidden !important; /* Safari */
    backface-visibility: hidden !important;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* 4. FRONT Side (White) */
.bd-front {
    background-color: #ffffff;
    color: #333;
    z-index: 2;
    border: 1px solid #eee;
}

/* 5. BACK Side (violet Color) */
.bd-back {
    background-color: #064ea0; !important; /* Your Brand Teal */
    color: #ffffff !important;
    transform: rotateY(180deg) !important;
}

/* Back Side Content Styles */
.bd-back h4 { color: #fff !important; }
.bd-price-circle {
    border: 2px dashed #fff;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 15px 0;
}
.bd-price-circle span { font-size: 24px; font-weight: bold; }

.bd-hint {
    margin-top: 15px;
    font-size: 11px;
    color: #064ea0;
    font-weight: bold;
    text-transform: uppercase;
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 500px !important;
    max-height:500px;
    padding-top:20px;
    padding-bottom:20px;
}
.bin-action_white{
    color:white;
    text-decoration:none;
}
.wastebinsizes{
    height:80%;
    width:100%;
}
.bd-flip-inner h4 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 500;
    font-family: outfit;
    margin-bottom: 8px;
}
.phone-book-bin{
background-color:#930909bd !important;
}
.btn-payment-choice {
    transition: all 0.2s ease-in-out;
    outline: none !important;
}
.btn-payment-choice:hover {
    background: #f9f9f9;
}
.btn-payment-choice i {
    margin-right: 10px;
    font-size: 18px;
}
.swal2-popup {
    font-family: 'Outfit', sans-serif !important;
    border-radius: 15px !important;
}
.swal2-title {
    color: #008080 !important;
}
/* Hide the main Gallery Title for Envira ID 66 */
.envira-gallery-public-title.envira-gallery-title-66 {
    display: none !important;
}

/* Hide individual image titles/captions on hover */
.envira-gallery-item .envira-title {
    display: none !important;
}
.summary-item.discount label, 
.summary-item.discount span {
    color: #e67e22; /* A nice orange or red for the discount */
    font-weight: bold;
}

#apply-promo {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 10px;
}
.summary-item label #display-bin-size{
    text-transform:none !important ;
}
#cart-items-list .sum-label-list{
    display: contents !important;
}
#cart-items-list .display-bin-size{
    display: contents !important;
}
.sum-label-list #display-qty{
        line-height: 1.8;
}
.suburb-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
    padding: 20px;
}

.area-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* The Highlight State */
.area-item.highlight {
    border-color: #064ea0; /* Your Purple */
    background-color: #f9f6fa;
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(102, 0, 145, 0.2);
    z-index: 2;
}

/* The "Dim" state when searching */
.area-item.dim {
    opacity: 0.3;
    filter: grayscale(1);
}

.area-item strong {
    display: block;
    font-size: 1.2em;
    color: #064ea0;
}

.area-item span {
    font-size: 0.9em;
    color: #666;
}
/* The card highlight style */
.area-item.highlight {
    border: 2px solid #064ea0 !important;
    background-color: #fcfaff !important;
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(102, 0, 145, 0.15) !important;
    opacity: 1 !important;
}

/* Dim effect for non-matching cards */
.area-item.dim {
    opacity: 0.3;
    filter: grayscale(1);
    transform: scale(0.95);
}
/* Container for the search input */
.search-box {
    position: relative;
    max-width: 450px;
    margin: 30px 0;
}

/* The actual input field */
#area-search {
    width: 100%;
    padding: 15px 25px 15px 50px; /* Space on left for icon */
    font-size: 16px;
    border: 2px solid #eee;
    border-radius: 50px; /* Rounded pill style */
    background-color: #fff;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

/* Hover & Focus state - using your brand purple */
#area-search:focus, #area-search:hover {
    border-color: #064ea0;
    box-shadow: 0 4px 15px rgba(102, 0, 145, 0.1);
}

/* Positioning the search icon inside the bar */
.search-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #064ea0;
    font-size: 18px;
    pointer-events: none; /* User clicks the input, not the icon */
}
.map-wrapper {
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;     /* Centers vertically (if the section has height) */
    width: 100%;             /* Ensure it takes full width of the section */
    padding: 40px 0;         /* Optional: adds some breathing room */
}
.map-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
}

.service-map-iframe {
    width: 60%;
}

/* On Tablets and Mobile, make the map wider so it's readable */
@media (max-width: 768px) {
    .service-map-iframe {
        width: 90%;
        height: 350px;
    }
    .map-wrapper {
        padding:0px 0px !important;
    }
}