:root {
    --color-primary: #dd197b;
    --color-primary-dark: #a334ca;
    --color-secondary: #5b20c9;
    --color-purple: #3a327c;
    --color-yellow: #ffaf02;
    --color-dark: #111111;
    --color-muted: #7b7b93;
    --color-light: #f8f7fb;
    --color-white: #ffffff;
    --brand-yellow: #ffc107;
    --brand-dark: #1d1d1f;
    --brand-gray: #f6f7fb;
    --border-color: #e4e6ed;
    --text-muted: #6b7280;
    font-family: "Montserrat", sans-serif;
}

.color-yellow{
    color:#ffaf02;
}
.color-pink{
    color:#da1a7f;
}
.color-purple{
    color:#3a327c;
}
.bg-pink{
    background:#da1a7f;
}
.fs-7{
    font-size: 14px;
}
.fs-8{
    font-size: 12px;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}

body {
    font-family: "Montserrat", sans-serif;
    color: var(--color-dark);
    background-color: var(--color-white);
    line-height: 1.6;
}
body.home{
    background-color: #fff;
}

a {
    color: inherit;
}

.btn-primary {
    background-color: var(--color-primary);
    border-color: var(--color-primary);
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--color-primary-dark);
    border-color: var(--color-primary-dark);
}

.btn-secondary {
    background-color: var(--color-dark);
    border-color: var(--color-dark);
}
.btn-yellow {
    background-color: var(--color-yellow);
    border-color: var(--color-white);
}

.orforlogin{
    margin: 0 5px;
    font-weight: 300;
}

.fixed-header {
    position: fixed;
    inset: 0 auto auto 0;
    width: 100%;
    z-index: 1030;
    /* background: linear-gradient(90deg, #f400a1, #b120d2); */
}

.top-bar {
    background: linear-gradient(360deg, #f400a1, #b120d2);
    color: var(--color-white);
    font-size: 0.95rem;
    padding: 15px 20px 70px;
    box-shadow: 0 2px 1px #ffffff;
}

.top-bar__offer i {
    font-size: 1rem;
}

/* .top-meta-links a,
.top-meta-links .dropdown-toggle {
    color: var(--color-white);
    text-decoration: none;
    font-weight: 500;
} */

.top-drop{
    border: 1px solid #fff;
}

.top-meta-links .dropdown-menu {
    font-size: 0.9rem;
}

.top-bar__social {
    font-size: 0.9rem;
}
.profile-col ul.top-meta-links.profile-dropdown i.fa-solid.fa-user{
    font-size: 24px;
}
.profile-col ul.top-meta-links.profile-dropdown ul.dropdown-menu.dropdown-menu-end{
    font-size: 18px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.top-bar__social a {
    color: var(--color-white);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    /* border: 1px solid rgba(255, 255, 255, 0.4); */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#primary{
    margin: 250px 0 80px;
}

.site-header {
    background-color: var(--color-white);
    border-radius: 12px;
    margin: 0rem auto -1.5rem;
    max-width: min(1300px, calc(100% - 2rem));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    box-shadow: 0 20px 45px rgba(10, 8, 57, 0.12);
    top: -60px;
}

.navbar-brand {
    color: var(--color-dark);
}

.brand-logo {
    width: 220px;
    height: auto;
}

.nav-link {
    font-weight: 600;
    color: var(--color-dark);
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: var(--color-primary) !important;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.request-btn{
    padding: 12px 20px !important;
    box-shadow: 0 2px 6px #898484;
    border: 1px solid var(--color-yellow) !important;

}
.request-btn:hover{
    background: transparent;
    color: var(--color-yellow) !important;
    box-shadow: none !important;
}

.hero-banner {
    /* background: linear-gradient(135deg, rgba(91, 32, 201, 0.95), rgba(244, 0, 161, 0.9)); */
    color: var(--color-white);
    position: relative;
    padding: 250px 20px 80px;
    /* background: url(../images/Banner-image.png); */
    /* background: url(/wp-content/themes/skipsaver/assets/images/banner-image.jpg); */
    background-position: center;
    background-size: cover;
    height: 800px;
}

.hero-banner::before {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/skipsaver/assets/images/banner-asset.png);
    z-index: 1;
    bottom: -250px;
    left: 0;
    width: 336px;
    height: 432px;
}

.hero-banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}

.recycle-image{
    right: 20px;
    bottom: 20px;
}

.bookTour-btn{
    background: linear-gradient(135deg, rgba(91, 32, 201, 0.95), rgba(244, 0, 161, 0.9));
    padding: 14px 28px !important;
    box-shadow: 0 3px 0px #fff;
    border: none;
}

.hero-banner .container,
.hero-banner .row,
.hero-banner .col-lg-6 {
    position: relative;
    z-index: 1;
}

.eyebrow-text {
    letter-spacing: 1px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
}

.hero-title {
    font-size: 50px;
    line-height: normal;
    font-weight: 700;
}

.hero-features li {
    font-size: 1rem;
    padding: 0.35rem 0;
}

.postcode-section {
    background: #3a327c;
}

.postcode-section .container{
 max-width: 1600px;
}

.postcode-wrapper {
    padding: 2rem;
    color: var(--color-white);
}

.postcode-wrapper h2.section-title{
    font-size: 32px;
}
.section-label {
    letter-spacing: .5px;
    line-height: 22px;
}

.postcode-form .form-control {
    border-radius: 0px;
    border: none;
    padding-left: 1.25rem;
    box-shadow: none;
    height: 60px;
}

.postcode-form .btn {
    border-radius: 0px;
    min-width: 250px;
    height: 60px;
    border: 1px solid #da1a7f;
}

.postcode-form .btn:hover{
    background: #da1a7f90;
}

/* Journey Section Styles */
.journey-section {
    background: #e8f4f8;
    background: url(../images/Journey-bg-image.png);
    background-position: center;
    background-size: cover;
    position: relative;
    padding: 80px 20px;
    overflow: hidden;
}

.journey-section .container {
    /* max-width: 1100px; */
    position: relative;
    z-index: 2;
}

.journey-title {
    font-size: 44px;
    font-weight: 700;
    color: #3a327c;
    line-height: 1.1;
    max-width: 50%;
}

.journey-description {
    max-width: 1040px;
    color: #1f2138;
}

.journey-description p {
    font-size: 16px;
    line-height: 1.6;
    color: #656565;
}

.journey-feature-item {
    padding: 10px 30px;
    text-align: center;
}

.feature-icon {
    /* width: 80px;
    height: 80px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-title {
    font-size: 23px;
    font-weight: 600;
    color: #da1a7f;
}

.feature-text {
    font-size: 16px;
    line-height: 1.5;
    color: #656565;
    margin: 0;
}

.feature-divider {
    background: #da1a7f;
}

.feature-divider.d-none.d-lg-block {
    width: 1px;
    min-height: 100%;
    align-self: stretch;
}

.feature-divider.d-lg-none {
    width: 100%;
    height: 1px;
    margin: 0;
}

.cloud-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 300px;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.cloud-background::before,
.cloud-background::after {
    content: '';
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    filter: blur(30px);
}

.cloud-background::before {
    width: 500px;
    height: 200px;
    left: -150px;
    bottom: -80px;
    box-shadow: 
        200px 50px 0 0 rgba(255, 255, 255, 0.4),
        400px 30px 0 0 rgba(255, 255, 255, 0.3),
        600px 60px 0 0 rgba(255, 255, 255, 0.35);
}

.cloud-background::after {
    width: 450px;
    height: 180px;
    right: -120px;
    bottom: -70px;
    box-shadow: 
        -180px 40px 0 0 rgba(255, 255, 255, 0.4),
        -350px 55px 0 0 rgba(255, 255, 255, 0.3);
}

/* Services Section Styles */
.services-section {
    background: #3a327c;
    /* background: url(../images/Service-bg-image.png);
    background-position: center;
    background-size: cover; */
    padding: 0px 20px 80px;
    top: -80px;
}

.services-eyebrow {
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffaf02;
}

.services-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 800px;
    margin: 0 auto;
}

.services-divider {
    position: relative;
    width: 100%;
    max-width: 500px;
    height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.service-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.service-image {
    width: 100%;
    height: 280px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.service-card:hover .service-image img {
    transform: scale(1.05);
}

.service-card-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.service-card-text {
    font-size: 15px;
    line-height: 1.6;
    flex-grow: 1;
}

.btn-services {
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: none;
    box-shadow: 0 3px 0px rgb(255, 255, 255);
    background: linear-gradient(360deg, #dd197b,#a334ca);
}

.btn-services:hover {
    /* background: #c0166f !important; */
    transform: translateY(-2px);
    box-shadow: 0 3px 0px rgba(218, 26, 127, 0.4);
    /* box-shadow: 0 8px 20px rgba(218, 26, 127, 0.4); */
}

/* Why Choose Section */
.why-choose-section {
    background: #ffffff;
    padding: 20px 20px 100px;
}

.why-title {
    font-size: 44px;
    font-weight: 700;
}

.why-divider {
    max-width: 220px;
}

.why-card {
    background: #ffffff;
    border: 1px solid rgba(85, 52, 197, 0.15);
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 20px 50px rgba(16, 12, 84, 0.05);
    transition: .5s all;
}

.why-card:hover{
    transform: translateY(-4px);
    background: linear-gradient(360deg, #f400a126, #b120d254);
}

.why-card-title {
    font-size: 22px;
    font-weight: 600;
    color: #1f2138;
}

.why-card-text {
    color: #53536f;
    line-height: 1.6;
    font-weight: 500;
}

.why-illustration {
    position: relative;
}

.why-illustration-circle {
    background: #fff;
    border-radius: 50% 50% 0 0;
    padding: 0px 10px 0;
}

.why-illustration-circle img {
    width: 100%;
    object-fit: contain;
}

/* Capital Cities Section */
.capital-cities-section {
    background: linear-gradient(180deg, #ffffff 0%, #fdebf4 100%);
    padding: 50px 20px 100px;
}

.capital-title {
    font-size: 42px;
    font-weight: 700;
}

.capital-divider {
    max-width: 220px;
}

.city-card {
    padding: 5px;
    transition: .5s ease-in-out;
}

.city-card:hover{
    transform: translateY(-10px);
}

.city-image {
    background: #ffffff;
    border-radius: 45px;
    border: 4px solid #dfddee;
    overflow: hidden;
    /* box-shadow: 0 15px 30px rgba(84, 63, 166, 0.1); */
}

.city-image img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 28px;
}

.city-name {
    font-size: 20px;
    font-weight: 700;
    color: #4a2ea0;
}

/* CTA Bin Section */
.cta-bin-section {
    background: #3a2d7b;
    padding: 100px 20px;
}

.cta-content {
    max-width: 720px;
    margin: 0 auto;
}

.cta-eyebrow {
    letter-spacing: 2px;
    font-size: 12px;
}

.cta-title {
    font-size: 42px;
}

.cta-subtitle {
    font-size: 20px;
}

.cta-btn {
    padding: 14px 36px;
    border-radius: 8px;
    background: linear-gradient(360deg, #dd197b,#a334ca);
    box-shadow: 0 3px 0px #fff;
    border: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 0px #fff;
}

/* FAQ Section */
.faq-section {
    background: #ffffff;
    padding: 100px 20px;
}

.faq-image-wrapper img {
    width: 100%;
}

.faq-title {
    font-size: 42px;
}

.faq-accordion .accordion-item {
    border: none;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 15px 25px rgba(29, 7, 93, 0.08);
    margin-bottom: 20px;
    overflow: hidden;
    background: #ffffff;
}

.faq-accordion .accordion-button {
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 20px 28px;
    font-weight: 600;
    font-size: 18px;
    color: #2f1b73;
    box-shadow: none;
}

.faq-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L9 8.5L17 1.5' stroke='%23DD197B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    transform: rotate(0deg);
    top: 5px;
    position: relative;
}

.faq-accordion .accordion-button:not(.collapsed) {
    background: #3a327c;
    color: #ffffff;
}

.faq-accordion .accordion-body {
    padding: 24px 28px 28px;
    color: #3a327c;
    font-size: 16px;
    font-weight: 600;
    background: #efeef7;
}

/* Testimonials Section */
.testimonials-section {
    background: #ffffff;
    padding: 20px 20px 80px;
}

.testimonials-title {
    font-size: 42px;
    font-weight: 700;
}

.testimonials-divider {
    max-width: 220px;
}

.testimonials-swiper {
    padding: 10px 10px 40px;
    max-width: 94%;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 0px 10px rgb(22 11 91 / 13%);
    padding: 45px 22px 60px;
    text-align: center;
    position: relative;
	min-height: 330px;
}

.testimonial-text {
    font-size: 16px;
    line-height: 1.6;
    color: #000;
    margin-bottom: 32px;
    font-weight: 500;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 600;
    color: #dd197b;
    margin-bottom: 0;
}

.testimonial-quote {
    position: absolute;
    left: 50%;
    bottom: -26px;
    transform: translateX(-50%);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #dd197b;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #dd197b;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}

.testimonial-prev {
    left: -10px;
}

.testimonial-next {
    right: -10px;
}


/* Supplier Partner Section */
.supplier-partner-section {
    padding: 0;
}

.supplier-content {
    background: linear-gradient(360deg, #dd197b 0%, #a334ca 100%);
    padding: 180px 60px;
}

.supplier-inner {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.supplier-title {
    font-size: 40px;
    font-weight: 700;
}

.supplier-subtitle {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.supplier-btn {
    padding: 14px 28px;
    border-radius: 8px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    background: transparent;
    transition: .5s ease-in-out;
}

.supplier-btn:hover{
    transform: translateY(-5px);
    /* border: 2px solid currentColor; */
    background: linear-gradient(360deg, #dd197b 0%, #a334ca 100%);
    box-shadow: 0 3px 0px #fff;
}

.supplier-image-wrapper {
    position: relative;
    min-height: 260px;
    overflow: hidden;
}

.supplier-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    object-position: right;
}

/* blog */

.blog-banner{
        background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 20px 100px;
    min-height: 500px;
}
.blog-banner .banner-overlay {
    inset: 0;
    background: rgba(58, 50, 124, 0.75);
    z-index: 1;
}
.blog-listing{
	padding:70px 0;
}
.about-banner h1{
	color:#fff;
}


@media (max-width: 991.98px) {
    .supplier-content {
        padding: 80px 40px;
        /* text-align: center; */
    }

    .supplier-inner {
        max-width: 100%;
    }

    .testimonials-section {
        padding: 80px 20px 100px;
    }
}

@media (max-width: 575.98px) {
    .supplier-content {
        padding: 70px 24px;
    }

    .supplier-title {
        font-size: 32px;
    }

    .supplier-subtitle {
        font-size: 18px;
    }

    .testimonials-section {
        padding: 40px 5px 60px;
    }

    .testimonials-title {
        font-size: 30px;
    }

    .testimonial-card {
        padding: 30px 24px 70px;
    }

    .testimonial-prev {
        left: 0;
    }

    .testimonial-next {
        right: 0;
    }
}

/* Footer */
.site-footer {
    background: #3a2d7b;
    color: #ffffff;
    padding: 100px 10px 30px;
    font-size: 14px;
}

.footer-logo {
    max-width: 220px;
    background: #fff;
    padding: 8px 10px;
    border-radius: 16px;
}

.footer-social{
    padding-left: 72px;
}

.footer-social a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
}

.footer-heading {
    font-size: 20px;
    font-weight: 700;
}

.footer-links li + li {
    margin-top: 6px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-weight: 500;
}

.footer-links a:hover {
    color: #ffaf02;
}

.qck-link{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px;
}
.qck-link li{
    flex: 0 0 48%;
    margin: 0px !important;
}

.footer-text {
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.footer-input {
    border-radius: 4px;
    border: none;
    padding: 14px 16px;
    height: 52px;
}

.footer-input:focus {
    box-shadow: none;
}

.footer-btn {
    padding: 0 32px;
    border-radius: 8px;
    background: linear-gradient(360deg, #dd197b 0%, #a334ca 100%);
    box-shadow: 0 3px 0px #ffffff;
    border: none;
    height: 45px;
    transition: .5s ease-in-out;
}

.footer-btn:hover {
    box-shadow: 0 3px 0px #ffffff;
    transform: translateY(-2px);
}

.footer-bottom {
    margin-top: 100px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-copy {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}
.waste-card-content ul {
	margin: 0;
    padding: 0 0 0 20px;
}
.waste-card-content ul li{
	    font-size: 14px;
    font-weight: 500;
}

.waste-card-content .not-permitted-ul-wrapper li, .waste-card-content .permited-ul-wrapper li {
    list-style: none;
    position: relative;
    padding: 0 0 0 30px;
}
.waste-card-content .not-permitted-ul-wrapper li:before {
    content: "\f057";
	font-weight: 900;
	color: #dd197b;
	font-family: "Font Awesome 6 Free";
	position: absolute;
    left: 0;
}
.waste-card-content .permited-ul-wrapper li:before{
	content: "\f058";
	font-weight: 900;
	color: #059669;
	font-family: "Font Awesome 6 Free";
	position: absolute;
    left: 0;
}
.blog-listing h4 a{
	text-decoration:none;
}
article img{
	width:100%;
	margin-bottom:20px;
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }

    .services-section {
        padding: 0px 20px 80px;
    }

    .service-image {
        height: 300px;
    }

    .why-choose-section {
        padding: 20px 20px 100px;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 1320px;
    }
}

@media (max-width: 1200px) {
    .services-section {
        top: 0px;
    }
}

@media (max-width: 1070px) {
    .waste-type-card {
        flex: 0 0 48%;
    }
}

@media (max-width: 991.98px) {
    .profile-col .top-meta-links .dropdown-toggle::after{
position:static;
}

    .container, .container-lg, .container-md, .container-sm {
        max-width: 100%;
    }

    

    .waste-type-card {
        flex: 0 0 100%;
    }

    .woocommerce-account #primary {
        margin: 220px auto 50px !important;
    }

    .site-header {
        margin: 0.75rem auto 0;
        padding: 10px 5px !important;
    }

    .site-footer {
        padding: 60px 10px 25px;
    }

    .top-drop {
        border: 1px solid #c716c2;
    }
    .top-drop a{
        display: block;
        font-weight: 600;
        color: #000;
        padding: 4px;
    }
    .dropdown-toggle::after {
        position: absolute;
        top: 18px;
        right: 10px;
    }

    .brand-logo {
        width: 200px;
        height: auto;
    }

    .top-meta-links {
        width: 100%;
        justify-content: center;
    }

    .navbar-collapse {
        background-color: var(--color-white);
        padding: 1rem;
        border-radius: 0.75rem;
        margin-top: 1rem;
        box-shadow: 0 15px 30px rgba(14, 0, 38, 0.08);
    }

    .journey-section {
        padding: 80px 20px;
    }

    .journey-title {
        font-size: 36px;
    }

    .journey-feature-item {
        padding: 30px 20px;
    }

    .why-title {
        font-size: 40px;
    }

    .why-card {
        padding: 28px;
    }

    .capital-cities-section {
        padding: 70px 20px 90px;
    }

    .capital-title {
        font-size: 36px;
    }

    .city-image img {
        height: 190px;
    }

    .cta-title {
        font-size: 36px;
    }

    .cta-subtitle {
        font-size: 16px;
    }

    .faq-section {
        padding: 80px 20px;
    }
    .footer-bottom {
        margin-top: 60px !important;
    }
}


@media (min-width: 576px) and (max-width: 991.98px) {

    .journey-title {
        font-size: 40px;
    }

    .services-section {
        padding: 0px 20px 60px;
    }

    .services-title {
        font-size: 40px;
    }

    .service-image {
        height: 250px;
    }
}

@media (max-width: 768px) {
    .journey-title {
        max-width: 100%;
    }
    .waste-columns {
        flex-direction: column;
        gap: 30px !important;
    }
    .waste-col {
        width: 100% !important;
    }
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_first_name_field{
    width: 100% !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_last_name_field {
    width: 100% !important;
}

}

@media (max-width: 767.98px) {
    .progress-book{
        /* background: #00000000 !important; */
        padding: 20px !important;
        /* box-shadow: none !important; */
    }
   .bin-card {
    align-items: baseline !important;
}

    form#dateForm .d-flex div {
    width: 100%  !important;
}
    #primary {
    margin: 150px 0px 40px 0px !important;
}
	.waste-type-card {
		display: block !important;
	 }
	.waste-card-header, .waste-card-content{
		width: 100% !important;
	}
    section.postcode-section.bin-post-code-size {
        padding: 140px 0px 20px !important;
    }
    .bin-card {
        flex: 0 0 100% !important;
        align-items: self-start;
    }
    .skip-bin-size .skip-section h2 {
        font-size: 30px !important;
        margin-bottom: 24px !important;
    }
    .skip-bin-size .skip-section {
        margin: 50px auto !important;
        padding: 0 16px !important;
    }
    .waste-col h4 {
        font-size: 18px !important;
    }
    .waste-wrap {
        margin: 60px auto !important;
    }
    .contact-hero {
        padding: 200px 6px 80px !important;
    }
    .contact-section-main {
        padding: 60px 6px !important;
    }
    .contact-hero .hero-content p {
        font-size: 16px;
    }
    .woocommerce-account #primary {
        margin: 180px auto 50px !important;
    }
    .footer-social {
        padding-left: 0px;
    }
    Section.hero-banner .hero-title {
        font-size: 40px;
        text-align: center;
    }
    .hero-banner {
        padding: 160px 5px 40px;
        height: 600px;
    }
    .eyebrow-text {
        font-size: 15px;
        text-align: center;
    }
    .postcode-form .form-control {
        height: 50px;
        font-size: 16px;
    }
    .postcode-form .btn {
        height: 50px;
        font-size: 18px;
    }
    .top-bar {
        padding: 15px 0px 65px;
    }
    .footer-brand-block {
        text-align: center;
    }

    .footer-newsletter-block {
        margin-top: 10px;
    }

    .footer-btn {
        width: 100%;
    }

    form.woocommerce-ResetPassword.lost_reset_password {
        padding: 30px 20px !important;
    }
}

@media (max-width: 575.98px) {

    .postcode-form .btn {
        height: 45px;
    }
    .postcode-form .form-control {
        height: 45px;
    }
    .qck-link li {
        flex: 0 0 100%;
    }
    Section.hero-banner .hero-title {
        font-size: 32px;
        text-align: center;
    }
    .eyebrow-text {
        font-size: 13px;
        text-align: center;
    }

    .top-bar__offer span{
        font-size: 10px;
    }
    
    .top-bar {
        text-align: center;
    }

    .top-bar__actions {
        justify-content: center;
    }

    .postcode-wrapper {
        padding: 3.2rem 1.4rem;
    }

    .brand-logo {
        width: 160px;
        height: auto;
    }

    .journey-section {
        padding: 60px 10px 40px;
    }

    .journey-title {
        font-size: 28px;
        line-height: 1.3;
    }

    .journey-description {
        margin-bottom: 40px;
    }

    .journey-description p {
        font-size: 14px;
        margin-bottom: 16px;
    }

    .journey-feature-item {
        padding: 30px 20px;
    }

    .feature-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .feature-text {
        font-size: 14px;
    }

    .services-section {
        padding: 40px 15px 60px;
    }

    .services-title {
        font-size: 30px;
    }

    .services-eyebrow {
        font-size: 12px;
    }

    .service-image {
        height: 220px;
    }

    .service-card-title {
        font-size: 20px;
    }

    .service-card-text {
        font-size: 14px;
    }

    .btn-services {
        font-size: 14px;
        padding: 12px 30px !important;
    }

    .why-choose-section {
        padding: 60px 15px 60px;
    }

    .why-title {
        font-size: 32px;
    }

    .why-card {
        padding: 24px;
    }

    .why-illustration-circle {
        padding: 0px 10px 0;
    }

    .capital-cities-section {
        padding: 40px 5px 60px;
    }

    .capital-title {
        font-size: 30px;
    }
    .city-image {
        border-radius: 28px;
    }
    .city-image img {
        height: 160px;
        border-radius: 18px;
    }

    .cta-bin-section {
        padding: 60px 15px;
    }

    .cta-title {
        font-size: 30px;
    }

    .cta-subtitle {
        font-size: 15px;
    }

    .cta-btn {
        width: 100%;
    }

    .faq-section {
        padding: 60px 15px;
    }

    .faq-title {
        font-size: 32px;
    }

    .faq-accordion .accordion-button {
        font-size: 16px;
        padding: 18px 20px;
    }

    .faq-accordion .accordion-body {
        padding: 20px;
        font-size: 15px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .bin-card {
            align-items: baseline !important;
}
    .bin-details {
    width: 100%;
}

    .waste-type-card {
        align-items: flex-start;
    }
}
/* Steps Section Styles */
.steps-section {
    padding: 240px 20px 80px;
    background: linear-gradient(180deg, #f8f7fb 0%, #ffffff 100%);
    min-height: calc(100vh - 200px);
}

.steps-progress {
    /* background: #ffffff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); */
}

.step-item {
    text-align: center;
    position: relative;
    padding: 14px 16px;
    border-radius: 8px;
    transition: all 0.3s ease;
    min-width: 125px;
    cursor: pointer;
}

.step-number {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    margin: 0 auto 8px;
    transition: all 0.3s ease;
}

.step-label {
    font-size: 14px;
    font-weight: 600;
}

.step-value {
    font-size: 11px;
    font-weight: 500;
    opacity: 0.8;
}

.step-completed {
    background: #3a327c;
    color: #ffffff;
}

.step-completed .step-number {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.step-active {
    background: linear-gradient(360deg, #dd197b, #a334ca);
    color: #ffffff;
}

.step-active .step-number {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.step-inactive {
    background: #f3f4f6;
    color: #6b7280;
}

.step-inactive .step-number {
    background: #e5e7eb;
    color: #6b7280;
}

.step-connector {
    color: #d1d5db;
    font-size: 12px;
    padding: 0 8px;
}

.steps-divider {
    height: 1px;
    background: #e5e7eb;
    width: 100%;
}

.step-title {
    font-size: 32px;
    font-weight: 700;
    color: #3a327c;
}

.waste-type-options {
    margin-top: 40px;
	 margin-bottom: 40px;
}
.waste-type-card:hover{
	cursor:pointer;
}
.waste-type-card {
	display:flex;
	flex-wrap:wrap;
        gap: 15px;
        justify-content: space-between;
}
.waste-card-header{
	width:22%;
}
.waste-card-content{
	width:75%;
}
.waste-card-content{
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
}

.waste-card-content:hover {
    border-color: #dd197b;
    box-shadow: 0 8px 24px rgba(221, 25, 123, 0.15);
}

.waste-type-card.selected {
    border-color: #dd197b;
    box-shadow: 0 8px 24px rgba(221, 25, 123, 0.2);
}

.waste-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.waste-radio-wrapper {
    position: relative;
}

.waste-radio {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.waste-radio-label {
    display: block;
    width: 24px;
    height: 24px;
    border: 2px solid #9ca3af;
    border-radius: 50%;
    position: relative;
    transition: all 0.3s ease;
}

.waste-radio:checked + .waste-radio-label {
    border-color: #dd197b;
}

.waste-radio:checked + .waste-radio-label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #dd197b;
    border-radius: 50%;
}

.waste-title-block {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
}

h3.waste-title {
    background: linear-gradient(360deg, #dd197b, #a334ca);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    flex: 1;
}

.waste-arrow {
    color: #dd197b;
    font-size: 20px;
}

.waste-card-content {
    padding: 32px 24px;
    background: #ffffff;
}

.items-heading {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.items-heading.permitted {
    color: #059669;
}

.items-heading.not-permitted {
    color: #dd197b;
}

.items-heading i {
    font-size: 18px;
}

.items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.items-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #374151;
}

.items-list.permitted-list i {
    color: #059669;
    margin-top: 4px;
    flex-shrink: 0;
}

.items-list.not-permitted-list i {
    color: #dd197b;
    margin-top: 4px;
    flex-shrink: 0;
}

.note-text {
    font-size: 12px;
    color: #6b7280;
    font-style: italic;
    display: block;
    margin-top: 4px;
}

.steps-navigation {
    padding-top: 5px;
}

.steps-navigation .btn {
    padding: 12px 32px;
    font-weight: 600;
    border-radius: 8px;
    min-width: 140px;
}

.steps-navigation .btn-primary {
    background: linear-gradient(360deg, #dd197b, #a334ca);
    border: none;
    box-shadow: 0 3px 0px #fff;
}

.steps-navigation .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 3px 0px #fff;
}

@media (max-width: 991.98px) {
    .steps-section {
        padding: 220px 15px 60px;
    }

    .step-item {
        min-width: 90px;
        padding: 10px 12px;
    }

    .step-number {
        width: 28px;
        height: 28px;
        font-size: 12px;
    }

    .step-label {
        font-size: 11px;
    }

    .step-connector {
        padding: 0 4px;
        font-size: 10px;
    }


    .waste-radio-label {
        display: block;
        width: 20px;
        height: 20px;
    }

    .waste-type-options {
        flex-direction: column;
    }

    .waste-type-options {
        gap: 0px;
    }

    .waste-title-block {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
    }

    h3.waste-title{
        margin-bottom: 0px !important;
        font-size: 16px !important;
        padding: 12px 16px;
    }

    .waste-title {
        width: 100%;
        font-size: 20px !important;
        margin-bottom: 30px !important;
    }

    .waste-arrow {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .steps-section {
        padding: 150px 10px 40px;
    }

    .steps-progress {
        padding: 20px;
        overflow-x: auto;
    }

    .steps-progress .row {
        flex-wrap: nowrap;
        min-width: max-content;
		display: block;
    }
	.step-connector, .step-item.step-inactive{
		display:none;
	}
	.step-completed{
		display: flex;
		justify-content: start;
		align-items: center;
		gap: 7px;
	}

	.step-completed .step-number{
		margin: 0;
	}
    .step-item {
        min-width: 80px;
        padding: 8px 10px;
    }

    .step-number {
        width: 24px;
        height: 24px;
        font-size: 11px;
    }

    .step-label {
        font-size: 10px;
    }

    .step-value {
        font-size: 9px;
    }

    .step-title {
        font-size: 24px;
    }

    .waste-card-content {
        padding: 24px 16px;
    }

    .steps-navigation {
        flex-direction: column;
        gap: 12px;
    }

    .steps-navigation .btn {
        width: 100%;
    }

    .date-selection-form {
        max-width: 100%;
    }

    .step-image-wrapper {
        padding: 20px;
        margin-top: 30px;
    }

    .step-image-text h3 {
        font-size: 16px;
        padding: 12px 24px;
    }
}

/* Fade Animation */
.step-content {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

.step-content.fade-in {
    animation-name: fadeInUp;
}

.step-content.fade-out {
    animation-name: fadeOutDown;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-30px);
    }
}

/* Date Selection Form Styles */
.date-selection-form {
    max-width: 100%;
}

.date-label {
    font-size: 16px;
    font-weight: 600;
    color: #3a327c;
    margin-bottom: 8px;
}

.date-input {
    border: 2px solid #dd197b;
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 16px;
    transition: all 0.3s ease;
}

.date-input:focus {
    border-color: #dd197b;
    box-shadow: 0 0 0 0.2rem rgba(221, 25, 123, 0.25);
    outline: none;
}

.step-image-wrapper {
    position: relative;
}

.step-image {
    max-width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

.step-image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(360deg, #dd197b, #a334ca);
    padding: 16px 32px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(221, 25, 123, 0.3);
}

.step-image-text h3 {
    margin: 0;
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Bin Size Cards */

section.postcode-section.bin-post-code-size {
    padding: 250px 20px 60px;
    /* background: url(../images/skip-bin-waste-banner.jpg) !important; */
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

section.postcode-section.bin-post-code-size::before{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #00000094;
}

section.postcode-section.bin-post-code-size .postcode-wrapper h2.section-title {
    font-size: 40px;
}

.skip-bin-size .skip-section {
    max-width: 1340px;
    margin: 70px auto;
    padding: 0 20px;
}

.skip-bin-size .skip-section h2 {
    text-align: center;
    font-size: 32px;
    margin-bottom: 40px;
    font-weight: 600;
    color: #3a2d7b;
}

.skip-bin-size .skip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}

.skip-bin-size .skip-card {
    text-align: center;
    padding:24px 20px;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dddddd9e;
}

.skip-bin-size .skip-icon {
    width: 70px;
    height: 70px;
    /* border: 2px solid #e53935; */
    border-radius: 50%;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(360deg, #f400a1, #b120d2); */
}

/* .skip-bin-size .skip-icon i{
    color: #fff;
    font-size: 28px;
} */

.skip-bin-size .skip-icon img {
    width: 36px;
    object-fit: contain !important;
    height: 100%;
}

.skip-bin-size .skip-title {
    font-weight: 700;
    margin-bottom: 6px;
    color: #3a2d7b;
    font-size: 20px;
}

.skip-bin-size .skip-desc {
    font-size: 15px;
    color: #3b3b3b;
    line-height: 1.6;
}

.bin-size-list {
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 18px;
}

.bin-card {
    display: flex;
    gap: 16px;
    align-items: stretch;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 16px;
    background: #fff;
    transition: all 0.3s ease;
    cursor: pointer;
    flex: 0 0 100%;
}

.bin-card:hover,
.bin-card.selected {
    border-color: #dd197b;
    box-shadow: 0 8px 24px rgba(221, 25, 123, 0.1);
}

.bin-select {
    display: flex;
    align-items: center;
}

.bin-radio {
    position: absolute;
    opacity: 0;
}

.bin-radio-label {
    width: 24px;
    height: 24px;
    border: 2px solid #9ca3af;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
}

.bin-radio:checked + .bin-radio-label {
    border-color: #dd197b;
}

.bin-radio:checked + .bin-radio-label::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background: #dd197b;
    border-radius: 50%;
}

.bin-info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 18px;
	justify-content: space-between;
}

.bin-size-badge {
  background: linear-gradient(360deg, #dd197b, #a334ca);
  color: #fff;
  border-radius: 12px;
  padding: 14px 18px;
  text-align: center;
  min-width: 110px;
  display: flex;
  gap: 11px;
}

.bin-size-number {
    font-size: 24px;
    font-weight: 800;
    line-height: 1;
}

/* Extras */
.extras-list {
    display: grid;
    gap: 16px;
    max-width: 570px;
}

.extra-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.extra-card:hover {
    border-color: #dd197b;
    box-shadow: 0 8px 18px rgba(221, 25, 123, 0.08);
}

.extra-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.extra-checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid #9ca3af;
    border-radius: 6px;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.extra-checkbox:checked + .extra-checkmark {
    border-color: #dd197b;
    background: #dd197b;
}

.extra-checkbox:checked + .extra-checkmark::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.extra-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px;
}

.extra-title {
    font-weight: 700;
    color: #1f2937;
    font-size: 15px;
}

.extra-price {
    font-weight: 800;
    color: #dd197b;
    font-size: 15px;
}

.extra-qty {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.extra-qty-label {
    margin: 0;
    font-weight: 600;
    color: #3a327c;
    font-size: 14px;
}

.extra-qty-input {
    width: 100px;
    border: 2px solid #dd197b;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 600;
}

.extra-qty-input:focus {
    border-color: #a334ca;
    box-shadow: 0 0 0 0.15rem rgba(221, 25, 123, 0.2);
    outline: none;
}

@media (max-width: 575.98px) {
    .extra-card {
        padding: 12px 14px;
        flex-wrap: wrap;
    }

    .extra-title,
    .extra-price {
        font-size: 14px;
    }
}

.bin-size-text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
}

.bin-details {
	gap: 50px;
  display: flex;
}

.bin-capacity {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 14px;
    color: #374151;
}

.capacity-figure {
    font-weight: 800;
    color: #3a327c;
    font-size: 20px;
}
.bin-details img{
	width: 60px;
	display: block;
	margin: 0 auto;
}
.bincapacity-dlex{
	display: flex;
	align-items: center;
	gap: 20px;
}

.capacity-label {
    font-weight: 600;
    color: #4b5563;
}

.capacity-separator {
    font-weight: 800;
    color: #000000;
    margin: 0 6px;
    font-size: 14px;
    text-transform: uppercase;
    border-left: 1px solid #8b8b8b;
    border-right: 1px solid #8b8b8b;
    padding: 0 10px;
}

.bin-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
	align-items: center;
	order:2;
}

.price-label {
    font-weight: 700;
    color: #3a327c;
}

.price-value {
    font-size: 22px;
    font-weight: 800;
    color: #dd197b;
}

.bin-note {
    background: #fff3cd;
    color: #b45309;
    padding: 6px 10px;
    border-radius: 8px;
    display: inline-block;
    font-size: 13px;
    border: 1px solid #fcd34d;
}

@media (max-width: 991.98px) {

    .bin-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .bin-capacity {
        align-items: flex-start;
    }
    section.postcode-section.bin-post-code-size .postcode-wrapper h2.section-title {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    section.postcode-section.bin-post-code-size .postcode-wrapper h2.section-title {
        font-size: 28px;
    }
	.bin-details {
	  width: 100%;
	  display: block;
	}
    .bin-size-badge {
        min-width: 100%;
        padding: 12px 14px;
    }

    .bin-size-number {
        font-size: 20px;
    }
	.bin-details{
		display: block;
		width: 100%;
	}

	.capacity-label{
		font-size: 10px;
	}
	.capacity-figure {
	  font-size: 15px;
	}
	.bincapacity-dlex {
		gap: 7px;
	}
}
@media (max-width: 766.98px) {
    section.postcode-section.bin-post-code-size .postcode-wrapper h2.section-title {
        font-size: 28px;
    }
	.bin-details {
	  width: 100%;
	  display: block;
	}
    .bin-size-badge {
        min-width: 100%;
        padding: 12px 14px;
    }

    .bin-size-number {
        font-size: 20px;
    }
	.bin-details{
		display: block;
		width: 100%;
	}
.bin-price {
        justify-content: start;
        margin-top: 0px;
        margin-bottom: 15px;
}
	.capacity-label{
		font-size: 10px;
	}
	.capacity-figure {
	  font-size: 15px;
	}
	.bincapacity-dlex {
		gap: 7px;
	}
}

/* Payment Step Styles */
.price-banner {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	text-align:center;
}
.woocommerce-checkout .container{
	padding:0 !important;
}

.price-banner-title {
    font-size: 28px;
    font-weight: 700;
    color: #3a327c;
    margin: 0;
}

.price-banner-title strong {
    color: #dd197b;
    font-size: 34px;
}

.price-banner-subtitle {
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
    margin: 0 !important;
}

.paypal-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    background: #f3f4f6;
    border-radius: 8px;
}

.paypal-logo {
    height: 24px;
    width: auto;
}

.paypal-text {
    font-size: 14px;
    color: #374151;
    font-weight: 600;
}

.paypal-text a {
    color: #dd197b;
    font-weight: 600;
}

.payment-disclaimers {
    margin-top: 12px;
}

.disclaimer-text {
    font-size: 14px;
    color: #56575a;
    margin: 0;
    font-weight: 600;
}

.order-info-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    height: 100%;
}

.order-info-title {
    font-size: 20px;
    font-weight: 700;
    color: #3a327c;
    margin: 0;
    padding: 16px 20px 16px;
    /* border-bottom: 1px solid #e5e7eb; */
    border-bottom: 1px solid #e5e7eb75;
    border-radius: 6px 0 0px 6px;
    /* background: linear-gradient(280deg, #ffaf020a, #ffaf0226); */
    background: linear-gradient(280deg, #ffaf0205, #ffaf0226);
}

.order-detail-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.order-detail-label {
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-detail-value {
    font-size: 15px;
    font-weight: 600;
    color: #1f2937;
}

.not-permitted-items-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.not-permitted-items-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #374151;
    margin-bottom: 6px;
}

.not-permitted-items-list li i {
    color: #dd197b;
    margin-top: 2px;
    flex-shrink: 0;
}

.cost-breakdown-table {
    margin-top: 20px;
    border-top: 2px solid #e5e7eb;
    padding-top: 16px;
}

.cost-breakdown-table .table {
    margin: 0;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
}

.cost-breakdown-table .table td {
    padding: 10px 16px;
    border-color: #e5e7eb;
    font-size: 14px;
}

.cost-label {
    font-weight: 600;
    color: #374151;
}

.cost-value {
    font-weight: 700;
    color: #1f2937;
}

.total-row {
    background: #f3f4f6;
}

.total-row .cost-label,
.total-row .cost-value {
    font-size: 16px;
    color: #3a327c;
}

.payment-form-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.payment-form-title {
    font-size: 20px;
    font-weight: 700;
    color: #3a327c;
    margin: 0;
    padding: 16px 20px 16px;
    border-bottom: 1px solid #e5e7eb75;
    border-radius: 6px 0 0px 6px;
    background: linear-gradient(280deg, #ffaf0205, #ffaf0226);
}

.payment-input {
    border: 2px solid #e5e7eb;
    border-radius: 6px;
    padding: 12px 16px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.payment-input:focus {
    border-color: #dd197b;
    box-shadow: 0 0 0 0.2rem rgba(221, 25, 123, 0.15);
    outline: none;
}

.payment-input::placeholder {
    color: #9ca3af;
}

.form-label {
    font-size: 14px;
    font-weight: 600;
    color: #374151;
    margin-bottom: 8px;
}

form#deliveryForm .form-label {
    font-size: 16px;
}

.date-selection-form .form-label {
    font-size: 16px;
}

.form-check-label {
    font-size: 14px;
    color: #374151;
    cursor: pointer;
}

.form-check-input {
    border: 2px solid #9ca3af;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.form-check-input:checked {
    background-color: #dd197b;
    border-color: #dd197b;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(221, 25, 123, 0.25);
}

.payment-buttons {
    margin-top: 24px;
}

.btn-paypal {
    background: #0070ba;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-paypal:hover {
    background: #005ea6;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 112, 186, 0.3);
}

.btn-pay-black {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-pay-black:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.btn-gpay {
    background: #000000;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-gpay:hover {
    background: #1a1a1a;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.payment-divider {
    position: relative;
    text-align: center;
    margin: 20px 0;
}

.payment-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e5e7eb;
}

.payment-divider span {
    position: relative;
    background: #ffffff;
    padding: 0 16px;
    color: #6b7280;
    font-size: 14px;
}

.btn-pay-card {
    background: #dc3545;
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-pay-card:hover {
    background: #c82333;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.3);
}

@media (max-width: 991.98px) {
    .price-banner-title {
        font-size: 24px;
    }

    .price-banner-title strong {
        font-size: 28px;
    }

    .order-info-card,
    .payment-form-card {
        margin-bottom: 24px;
    }
}

@media (max-width: 575.98px) {
    .price-banner {
        padding: 20px;
    }

    .price-banner-title {
        font-size: 20px;
    }

    .price-banner-title strong {
        font-size: 24px;
    }

    .price-banner-subtitle {
        font-size: 14px;
    }

    .paypal-info {
        flex-direction: column;
        align-items: flex-start;
    }

    .order-info-card,
    .payment-form-card {
        padding: 20px;
    }

    .order-info-title,
    .payment-form-title {
        font-size: 18px;
    }

    .cost-breakdown-table .table td {
        padding: 10px 12px;
        font-size: 13px;
    }

    .btn-paypal,
    .btn-pay-black,
    .btn-gpay {
        font-size: 14px;
        padding: 12px 16px;
    }

    .btn-pay-card {
        font-size: 16px;
        padding: 14px 18px;
    }
}



/* Checkout Page CSS Start Here */

.woocommerce-checkout header.entry-header {
    display: none;
}
.woocommerce-checkout .woocommerce-info {
    border-top-color: #dd197b;
    margin-bottom: 15px;
}
.woocommerce-checkout .woocommerce-info::before {
    color: #dd197b;
}
.woocommerce-checkout .woocommerce-info a.showcoupon {
    color: #d31878;
    font-weight: 500;
}
form#woocommerce-checkout-form-coupon {
    background: #3a2d7b12;
    margin-top: 0px !important;
}
form#woocommerce-checkout-form-coupon p.form-row.form-row-first {
    width: 50%;
    margin-bottom: 0;
}
form#woocommerce-checkout-form-coupon p.form-row.form-row-first input#coupon_code {
    height: 45px;
    border: 1px solid #dadada;
}
form#woocommerce-checkout-form-coupon p.form-row.form-row-first input#coupon_code:focus {
    outline: none;
}
form#woocommerce-checkout-form-coupon p.form-row.form-row-last {
    width: 49%;
    margin-bottom: 0;
}
form#woocommerce-checkout-form-coupon p.form-row.form-row-last button.button {
    background: linear-gradient(360deg, #f400a1, #b120d2) !important;
    height: 44px;
    color: #fff !important;
    text-transform: capitalize;
    font-weight: 600 !important;
}
form.checkout.woocommerce-checkout {
    margin-top: 50px;
    display: flex;
    gap:40px;
    justify-content: space-between;
	flex-wrap:wrap;
}

.alert{
	width:100%;
}
form.checkout.woocommerce-checkout div#customer_details{
    width: 54%;
}
form.checkout.woocommerce-checkout div#customer_details .col-1 {
    width: 100%;
}
form.checkout.woocommerce-checkout div#order_review {
    width: 42%;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields h3{
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #000;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #ddddddbf;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input {
    padding: 12px 14px;
    margin: 0 0 3px;
    border-radius: 10px;
    border: 1px solid #e4e6ed;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper input:focus{
    outline: none;
}
form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper span.select2-selection.select2-selection--single{
    padding: 5px 14px;
    margin: 0 0 3px;
    border-radius: 10px;
    border: 1px solid #e4e6ed;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

h3#order_review_heading{
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #000;
}

form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table {
    border-radius: 12px !important;
    background: #fff !important;
    padding: 25px 20px 20px !important;
}
form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table .skipbin-summary-box {
    background: #fafafa;
    border: 1px solid #e1e1e138;
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
}
form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table .skipbin-summary-title {
    font-size:18px;
    font-weight:700;
    margin-bottom:14px;
}
tr.order-total th{
    font-size: 20px;
}
tr.order-total td {
    text-align: right;
    font-size: 20px;
    background: linear-gradient(360deg, #f400a1, #b120d2);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: 600 !important;
}
form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table .skipbin-summary-table td { padding:6px 0; font-size: 14px; }
table.skipbin-summary-table .skipbin-label { font-weight:600; }
table.skipbin-summary-table .skipbin-amount { text-align:right; font-weight:500 !important; }
.woocommerce-checkout .skipbin-section-title {margin: 14px 0 8px; font-weight: 700; font-size: 16px; background: linear-gradient(360deg, #f400a1, #b120d2); padding: 8px 12px; border-radius: 6px; color: #fff;}
table.skipbin-summary-table{width: 100%;}
form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table .skipbin-icon { color:#b71ece78; margin-right:6px; }
form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table .skipbin-total-box { padding:12px; border-radius:10px; margin-top:12px; background: #e7e7e7;}
form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table .row-title { font-weight:700; }
form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table .row-amount { text-align:right; font-weight:700; }
.woocommerce-checkout button#place_order {
    background: linear-gradient(360deg, #dd197b 0%, #a334ca 100%);
    padding: 14px 24px;
    border-radius: 7px;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0 3px 0 #fff;
}
div#payment {
    /* background: #3a2d7b12 !important; */
    background: #3a2d7b !important;
    padding: 10px 17px;
    border-radius: 12px !important;
}
div#payment ul.wc_payment_methods.payment_methods.methods li label {
    font-weight: 600;
    color: #fff;
}
div#payment ul.wc_payment_methods.payment_methods.methods li .payment_box.payment_method_cod p {
    font-weight: 500;
}
.woocommerce-checkout .woocommerce-privacy-policy-text p {
    color: #fff;
}
.woocommerce-checkout ul.wc_payment_methods.payment_methods.methods {
    border-bottom: 1px solid #e2e2e2 !important;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_first_name_field {
    width: 49%;
}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper p#billing_last_name_field {
    width: 49%;
}
form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table tr.skipbin-summary-row th {
    padding: 10px 0 24px;
} 
/* .payment_box.payment_method_cod {
    background: #fff !important;
} */
/* .woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
} */


/* Thankyou Page CSS start here */

.woocommerce-order-details .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
	background: #fff;
	border-radius: 12px;
	padding: 10px;
}

.woocommerce-checkout section.woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3a327c;
    margin-bottom: 15px;
}
section.woocommerce-customer-details address {
    font-weight: 600;
    line-height: 30px;
    padding: 20px !important;
    background: #fff;
    border-radius: 12px !important;
    border: 1px solid #e7e7e7 !important;
}
section.woocommerce-order-details h2.woocommerce-order-details__title, section.woocommerce-customer-details h2.woocommerce-column__title{
    font-size: 26px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3a327c;
    margin-bottom: 15px;
    text-align: start;
}
.woocommerce-checkout #primary{
    margin: 250px auto 80px;
    max-width: 1320px;
    padding: 0 20px;
}
.woocommerce-checkout .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 26px;
    margin: 0 0 35px;
    font-weight: 700;
    color: #b31fd0;
}
.woocommerce-checkout .woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    font-weight: 500;
}
td.woocommerce-table__product-name.product-name a {
    color: #3a3280;
    font-weight: 600;
}

/* My Account Dashboard Page CSS Start Here */


.woocommerce-dashboard #primary {
	margin: 250px auto 80px;
	max-width: 1360px;
}
.woocommerce-account #primary {
	margin: 250px auto 80px;
	max-width: 1340px;
}

/*Dashboard Col*/
.dashboard-col{
	width:100%;
	padding:50px;
	height:100%;
}
.supplier-commision-stats{
	margin-top: 20px;
	text-align: center;
	padding: 40px 30px;
	border-radius: 10px;
	padding: 20px;
	border: 1px solid #dddddd5e;
}
.dashboard-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 13px 20px; 
	box-shadow: 0 0 20px #e3cddb;
	position: relative;
}
.profile-dropdown ul{
	 padding:10px;
}
.profile-dropdown ul li a{
	text-decoration:none;
}
.dashboard-header h5{
	margin: 0;
  color: #3b337c;
  font-weight: 800;
  text-transform: uppercase;
}
.dashboard-right-data h2{
	color: #3b337c;
	font-weight:500;
	font-size:18px;
}

/* Reset Page CSS start*/

form.woocommerce-ResetPassword.lost_reset_password {
    max-width: 640px;
    margin: 0 auto;
    background: #fff;
    border-radius: 18px;
    padding: 40px 36px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.06);
    border: 1px solid #e4e6ed;
}

form.woocommerce-ResetPassword.lost_reset_password p.woocommerce-form-row.woocommerce-form-row--first.form-row.form-row-first {
    width: 100%;
}
form.woocommerce-ResetPassword.lost_reset_password input#user_login {
    padding: 12px 14px;
    margin: 0 0 3px;
    border-radius: 10px;
    border: 1px solid #e4e6ed;
    background: #fff;
    font-size: 0.95rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

form.woocommerce-ResetPassword.lost_reset_password input#user_login:focus{
    outline: none;
}

form.woocommerce-ResetPassword.lost_reset_password button.woocommerce-Button.button {
    background: #ffc107;
    color: #111;
    border: none;
    padding: 14px 16px;
    text-transform: capitalize;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1.05rem;
    width: 100%;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    box-shadow: 0 4px 5px rgba(255, 193, 7, 0.35);
}




/* My Account CSS */
.woocommerce-account nav.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
    padding: 24px 22px;
    margin-bottom: 20px;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul {
    padding: 0px !important;
    margin-bottom: 0px;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li {
    list-style: none;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li.is-active {
    background: rgba(255, 193, 7, 0.12);
    border-radius: 12px;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a{
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    border-radius: 12px;
    color: var(--brand-dark);
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
    margin-bottom: 6px;
}
.woocommerce-account nav.woocommerce-MyAccount-navigation ul li a:hover{
    background: rgba(255, 193, 7, 0.12);
    color: #111;
    transform: translateY(-1px);
}

.woocommerce-account .woocommerce-MyAccount-content{
    background: #fff;
    border-radius: 16px;
    border: 1px solid var(--border-color);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
    padding: 30px 24px;
}

.woocommerce-account .woocommerce-MyAccount-content table{
    margin-bottom: 0px !important;
}
.woocommerce-account table.my_account_orders td, .woocommerce table.my_account_orders th {
    padding: 8px 10px !important;
}

.woocommerce-MyAccount-content form h2 {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: capitalize;
    color: #3a2d7b !important;
    margin-bottom: 12px;
}

.woocommerce-MyAccount-content form input{
    padding: 12px 14px !important;
    border-radius: 10px !important;
    border: 1px solid var(--border-color) !important;
    background: #fff !important;
    font-size: 0.95rem !important;
    /* margin-top: 6px;
    margin-bottom: 14px; */
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce-MyAccount-content form span.select2-selection.select2-selection--single{
    padding: 4.5px 14px !important;
    border-radius: 10px !important;
    border: 1px solid var(--border-color) !important;
    background: #fff !important;
    font-size: 0.95rem !important;
}
.woocommerce-MyAccount-content form label{
    font-weight: 500;
    color:#000;
    line-height: 1.4;
}
.woocommerce-MyAccount-content form input:focus{
    outline: none;
}
.woocommerce-MyAccount-content form legend {
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin: 20px 0 12px;
    color: #3a2d7b;
}
.woocommerce-MyAccount-content form button.button {
    background: #3a2d7b;
    border: 1px solid #3a2d7b;
    font-weight: 500;
    text-transform: capitalize;
    padding: 14px 24px;
    color: #fff;
    border-radius: 8px;
    transition: .5s all;
    margin-top: 20px;
}
.woocommerce-MyAccount-content form.woocommerce-EditAccountForm.edit-account button.woocommerce-Button.button:hover{
   background: transparent !important;
   color: #3a2d7b;
}

.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #dddddd4a;
    background: linear-gradient(45deg, #c715c208, #afafaf0a);
    margin-bottom: 12px;
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address header.woocommerce-Address-title.title h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
    color: #3a2d7b;
    margin-bottom: 12px;
    text-align: start;
}
.woocommerce-MyAccount-content .u-columns.woocommerce-Addresses.col2-set.addresses .woocommerce-Address header.woocommerce-Address-title.title a {
    float: none;
    margin-bottom: 8px;
    display: inline-block;
    font-weight: 600;
}


/* End */



@media (max-width:1280px){
    .woocommerce-checkout .container{
        padding: 0 20px;
    }
    form.checkout.woocommerce-checkout {
        gap: 30px;
    }
}

@media (max-width:991px){
    form.checkout.woocommerce-checkout {
        flex-direction: column;
        gap: 40px;
    }
    form.checkout.woocommerce-checkout div#customer_details {
        width: 100%;
    }
    form.checkout.woocommerce-checkout div#order_review {
        width: 100%;
    }
    .woocommerce-checkout #primary {
        margin: 200px 0 50px;
    }
}

@media (max-width:575px){
    .woocommerce-checkout #primary{
        margin: 180px 0 50px;
    }
    form#woocommerce-checkout-form-coupon p.form-row.form-row-first {
        width: 100%;
    }
    form#woocommerce-checkout-form-coupon p.form-row.form-row-last {
        width: 100%;
    }
    form#woocommerce-checkout-form-coupon p.form-row.form-row-last button.button {
        width: 100%;
    }
    form.checkout.woocommerce-checkout div#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
        padding: 30px 20px;
    }
    form.checkout.woocommerce-checkout {
        margin-top: 30px;
    }
    form.checkout.woocommerce-checkout div#order_review table.shop_table.woocommerce-checkout-review-order-table .skipbin-summary-box {
        padding: 20px;
    }
}


/* End */




/* Waste Type Page Styles */
.waste-type-banner {
    /* background: url(../images/waste-type-banner-bin1-1.png) !important; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 20px 100px;
    min-height: 600px;
    margin-top: 120px;
}

.banner-overlay {
    inset: 0;
    background: rgba(58, 50, 124, 0.75);
    z-index: 1;
}

.banner-content {
    position: relative;
    z-index: 2;
}

.banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.banner-cta-wrapper {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 40px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 20px;
}

.banner-subtitle {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.banner-phone {
    font-size: 20px;
}

.banner-phone-link {
    color: #ffaf02;
    text-decoration: underline;
    font-size: 24px;
    transition: color 0.3s ease;
}

.banner-phone-link:hover {
    color: #ffd54f;
}

/* Waste Types Section */
.waste-types-section {
    background: #f8f7fb;
    padding: 80px 20px;
}

.waste-type-item {
    background: #ffffff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.waste-type-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.waste-type-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.waste-type-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.waste-type-item:hover .waste-type-image {
    transform: scale(1.05);
}

.waste-type-content {
    padding: 20px 0;
}

.waste-type-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.waste-type-description {
    font-size: 16px;
    line-height: 1.6;
    color: #53536f;
    font-weight: 500;
}

/* Responsive Styles for Waste Type Page */
@media (max-width: 991.98px) {
    .waste-type-banner {
        padding: 180px 20px 80px;
        min-height: 500px;
        margin-top: 100px;
    }

    .banner-title {
        font-size: 36px;
    }

    .banner-cta-wrapper {
        padding: 25px 30px;
    }

    .banner-subtitle {
        font-size: 16px;
    }

    .banner-phone {
        font-size: 18px;
    }

    .banner-phone-link {
        font-size: 20px;
    }

    .waste-types-section {
        padding: 60px 20px;
    }

    .waste-type-item {
        padding: 30px;
    }

    .waste-type-title {
        font-size: 28px;
    }

    .waste-type-description {
        font-size: 16px;
    }

    .waste-type-image {
        height: 300px;
    }
}

@media (max-width: 575.98px) {
    .waste-type-banner {
        padding: 160px 15px 60px;
        min-height: 400px;
        margin-top: 80px;
    }

    .banner-title {
        font-size: 28px;
    }

    .banner-cta-wrapper {
        padding: 20px;
        width: 100%;
    }

    .banner-subtitle {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .banner-phone {
        font-size: 16px;
    }

    .banner-phone-link {
        font-size: 18px;
        display: block;
        margin-top: 5px;
    }

    .waste-types-section {
        padding: 40px 15px;
    }

    .waste-type-item {
        padding: 20px;
        border-radius: 16px;
    }

    .waste-type-title {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .waste-type-description {
        font-size: 15px;
    }

    .waste-type-image {
        height: 250px;
        border-radius: 12px;
    }

    .waste-type-content {
        padding: 15px 0;
    }
}

/* About Page Styles */
.about-banner {
    background: url(../images/banner-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 20px 100px;
    min-height: 600px;
    margin-top: 120px;
}

.about-banner .banner-overlay {
    inset: 0;
    background: rgba(58, 50, 124, 0.75);
    z-index: 1;
}

.about-banner .banner-content {
    position: relative;
    z-index: 2;
}

.about-banner .banner-title {
    font-size: 46px;
    font-weight: 600;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.about-banner .banner-cta-wrapper {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 40px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 20px;
}

.about-banner .banner-subtitle {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.about-banner .banner-phone {
    font-size: 20px;
}

.about-banner .banner-phone-link {
    color: #ffaf02;
    text-decoration: underline;
    font-size: 24px;
    transition: color 0.3s ease;
}

.about-banner .banner-phone-link:hover {
    color: #ffd54f;
}

/* About Main Section */
.about-main-section {
    background: #ffffff;
    padding:60px 0px 80px 20px;
}

.about-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-main-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.about-image-wrapper:hover .about-main-image {
    transform: scale(1.05);
}

.about-content {
    padding: 20px 0;
}

.about-section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

.about-text {
    font-size: 17px;
    line-height: 1.8;
    color: #53536f;
    font-weight: 500;
}

.about-feature-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.about-feature-card:hover {
    transform: translateY(-5px);
    border-color: #dd197b;
    box-shadow: 0 10px 30px rgba(221, 25, 123, 0.15);
}

.feature-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background: linear-gradient(360deg, #dd197b, #a334ca);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon {
    font-size: 36px;
    color: #ffffff;
}

.feature-card-title {
    font-size: 22px;
    font-weight: 700;
}

.feature-card-text {
    font-size: 16px;
    line-height: 1.6;
    color: #53536f;
    font-weight: 500;
    margin-bottom: 0px;
}

/* Booking System Section */
.booking-system-section {
    background: #f8f7fb;
    padding: 60px 20px;
}

.booking-content {
    padding: 20px 0;
}

.booking-system-section .section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

.booking-system-section .section-text {
    font-size: 17px;
    line-height: 1.8;
    color: #53536f;
    font-weight: 500;
}

.booking-system-section .section-intro {
    font-size: 18px;
    line-height: 1.7;
    color: #53536f;
    font-weight: 500;
    max-width: 700px;
}

.booking-system-section .section-divider {
    max-width: 220px;
}

.booking-system-section .booking-features {
    margin-top: 30px;
}

.booking-system-section .booking-feature-item {
    padding: 8px 0;
}

.booking-system-section .feature-check {
    font-size: 24px;
    margin-top: 2px;
    flex-shrink: 0;
}

/* About Waste Types Section */

.waste-wrap {
    max-width: 1100px;
    margin: 80px auto;
    padding: 0 20px;
}

.waste-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 40px;
    background: linear-gradient(360deg, #dd197b, #a334ca);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 8px;
}

.waste-divider {
    width: 120px;
    height: 2px;
    background: #222;
    margin: 30px auto;
}

.waste-columns {
    display: flex;
    gap: 60px;
}

.waste-col {
    width: 50%;
}

.waste-col h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #3a2d7b;
}

.waste-col h4 span {
    font-weight: 800;
}

.waste-content {
    font-size: 14px;
    line-height: 1.7;
    color: #222;
}

.about-waste-types-section {
    background: #ffffff;
    padding: 80px 20px;
}

.waste-type-card-about {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 35px 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.waste-type-card-about:hover {
    transform: translateY(-5px);
    border-color: #dd197b;
    box-shadow: 0 10px 30px rgba(221, 25, 123, 0.15);
}

.waste-type-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    background: linear-gradient(360deg, #dd197b, #a334ca);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.waste-type-icon i {
    font-size: 32px;
    color: #ffffff;
}

.waste-type-name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

/* Service Areas Section */
.about-service-areas-section {
    background: #f8f7fb;
    padding: 80px 20px;
}

.service-city-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 30px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.service-city-card:hover {
    transform: translateY(-5px);
    border-color: #dd197b;
    box-shadow: 0 10px 30px rgba(221, 25, 123, 0.15);
}

.city-icon-wrapper {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: linear-gradient(360deg, #dd197b, #a334ca);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.city-icon {
    font-size: 28px;
    color: #ffffff;
}

.city-name-about {
    font-size: 18px;
    font-weight: 700;
}

/* CTA Section */
.about-cta-section {
    background: linear-gradient(135deg, #3a327c 0%, #5b20c9 100%);
    padding: 80px 20px;
}

.cta-content-wrapper {
    max-width: 800px;
    margin: 0 auto;
}

.cta-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
}

.cta-text {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 500;
}

.cta-btn-phone {
    background: linear-gradient(360deg, #dd197b, #a334ca);
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    box-shadow: 0 3px 0px #fff;
    transition: all 0.3s ease;
}

.cta-btn-phone:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(221, 25, 123, 0.4);
}

.cta-btn-book {
    background: #ffaf02;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    box-shadow: 0 3px 0px #fff;
    transition: all 0.3s ease;
}

.cta-btn-book:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 175, 2, 0.4);
    background: #ffb820;
}

/* Responsive Styles for About Page */
@media (max-width: 991.98px) {
    .about-banner {
        padding: 180px 20px 80px;
        min-height: 500px;
        margin-top: 100px;
    }

    .about-banner .banner-title {
        font-size: 42px;
    }

    .about-banner .banner-cta-wrapper {
        padding: 25px 30px;
    }

    .about-main-section,
    .booking-system-section,
    .about-waste-types-section,
    .about-service-areas-section {
        padding: 60px 20px;
    }

    .about-section-title,
    .section-title {
        font-size: 32px;
    }

    .about-main-image {
        height: 400px;
    }

    .cta-title {
        font-size: 36px;
    }
}

@media (max-width: 575.98px) {
    .about-banner {
        padding: 160px 15px 60px;
        min-height: 400px;
        margin-top: 80px;
    }

    .about-banner .banner-title {
        font-size: 32px;
    }

    .about-banner .banner-cta-wrapper {
        padding: 20px;
        width: 100%;
    }

    .about-banner .banner-subtitle {
        font-size: 14px;
    }

    .about-banner .banner-phone {
        font-size: 16px;
    }

    .about-banner .banner-phone-link {
        font-size: 18px;
        display: block;
        margin-top: 5px;
    }

    .about-main-section,
    .booking-system-section,
    .about-waste-types-section,
    .about-service-areas-section,
    .about-cta-section {
        padding: 45px 15px;
    }

    .about-section-title,
    .section-title {
        font-size: 28px;
    }

    .about-text,
    .section-text {
        font-size: 16px;
    }

    .about-main-image {
        height: 300px;
    }

    .about-feature-card {
        padding: 30px 20px;
    }

    .feature-card-title {
        font-size: 20px;
    }

    .waste-type-card-about {
        padding: 25px 20px;
    }

    .cta-title {
        font-size: 28px;
    }

    .cta-text {
        font-size: 16px;
    }

    .cta-buttons {
        flex-direction: column;
        width: 100%;
    }

    .cta-btn-phone,
    .cta-btn-book {
        width: 100%;
    }
}

/*------
	Contact Page
--------*/
.contact-page {
	padding-top: 120px;
}

.contact-hero {
	position: relative;
	background: linear-gradient(135deg, rgba(91, 32, 201, 0.9), rgba(218, 26, 127, 0.9));
	color: var(--color-white);
	padding: 240px 0 100px;
	overflow: hidden;
}

.contact-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 20% 20%, rgba(255, 175, 2, 0.3), transparent 45%),
		radial-gradient(circle at 80% 10%, rgba(255, 255, 255, 0.25), transparent 40%);
	pointer-events: none;
}

.contact-hero .hero-content {
	position: relative;
	z-index: 1;
}

.contact-section-main{
	padding: 80px 0;
}

.contact-card,
.contact-form-card {
	background: var(--color-white);
	border-radius: 18px;
	box-shadow: 0 20px 60px rgba(10, 8, 57, 0.08);
}

.contact-card .list-unstyled li {
	padding: 8px 0;
	border-bottom: 1px dashed rgba(17, 17, 17, 0.06);
}

.contact-card .list-unstyled li:last-child {
	border-bottom: none;
}

.contact-icon {
	min-width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background: rgba(255, 175, 2, 0.14);
	color: var(--color-primary);
}

.contact-map iframe {
	filter: grayscale(10%) saturate(105%);
	width:100%;
	height:600px;
}
.contact-form-card button.btn {
	border: 1px solid #ffaf02;
	padding: 12px 20px;
	font-weight: 600 !important;
}
.contact-form-card button.btn:hover {
	background: transparent;
	color: #ffaf02 !important;
}



/* FAQ Page Styles */
.faq-banner {
    /* background: url(../images/FAQ_Banner.webp); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 20px 100px;
    min-height: 500px;
    /* margin-top: 120px; */
}

.faq-banner .banner-overlay {
    inset: 0;
    background: rgba(58, 50, 124, 0.75);
    z-index: 1;
}

.faq-banner .banner-content {
    position: relative;
    z-index: 2;
}

.faq-banner .banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/* FAQ Page Section */
.faq-page-section {
    background: #f8f7fb;
    padding: 80px 20px;
}

.faq-intro {
    max-width: 900px;
    margin: 0 auto 50px;
}

.faq-intro-text {
    font-size: 18px;
    line-height: 1.7;
    color: #53536f;
    font-weight: 500;
}

/* FAQ Accordion */
.faq-page-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-accordion-item {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-accordion-item:hover {
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    border-color: #dd197b;
}

.faq-accordion-button {
    background: #ffffff;
    border: none;
    border-radius: 0;
    padding: 20px 24px;
    font-weight: 600;
    font-size: 18px;
    color: #3a327c;
    box-shadow: none;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}

#faqPageAccordion .accordion-button::after {
    display: none;
}

.faq-accordion-button:not(.collapsed) {
    background: linear-gradient(360deg, #dd197b, #a334ca);
    color: #ffffff;
    box-shadow: none;
}

.faq-accordion-button:not(.collapsed) .faq-chevron {
    transform: rotate(180deg);
}

.faq-accordion-button:focus {
    box-shadow: none;
    border-color: #dd197b;
}

.faq-accordion-button:hover {
    background: #f8f7fb;
}

.faq-accordion-button:not(.collapsed):hover {
    background: linear-gradient(360deg, #dd197b, #a334ca);
}

.faq-chevron {
    font-size: 14px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.faq-accordion-body {
    background: #ffffff;
    padding: 24px 24px 24px 50px;
    color: #53536f;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 500;
}

.faq-accordion-body p {
    margin-bottom: 12px;
}

.faq-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faq-list li {
    padding: 10px 0;
    padding-left: 25px;
    position: relative;
    line-height: 1.6;
}

.faq-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 18px;
    width: 8px;
    height: 8px;
    background: #dd197b;
    border-radius: 50%;
}

.faq-list li strong {
    display: block;
    margin-bottom: 5px;
    font-size: 17px;
}

/* FAQ Contact CTA */
.faq-contact-cta {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    margin-top: 50px;
}

.faq-cta-text {
    font-size: 20px;
    font-weight: 600;
    color: #3a327c;
    margin-bottom: 20px;
}

.faq-cta-btn {
    background: linear-gradient(360deg, #dd197b, #a334ca);
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    box-shadow: 0 3px 0px #fff;
    transition: all 0.3s ease;
}

.faq-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(221, 25, 123, 0.4);
    background: linear-gradient(360deg, #dd197b, #a334ca);
}

/* Responsive Styles for FAQ Page */
@media (max-width: 991.98px) {
    .faq-banner {
        padding: 180px 20px 80px;
        min-height: 450px;
        /* margin-top: 100px; */
    }

    .faq-banner .banner-title {
        font-size: 36px;
    }

    .faq-page-section {
        padding: 60px 20px;
    }

    .faq-intro-text {
        font-size: 17px;
    }

    .faq-accordion-button {
        font-size: 17px;
        padding: 18px 20px;
    }

    .faq-accordion-body {
        padding: 20px 20px 20px 45px;
        font-size: 15px;
    }
}

@media (max-width: 575.98px) {
    .faq-banner {
        padding: 160px 15px 60px;
        min-height: 400px;
        /* margin-top: 80px; */
    }

    .faq-banner .banner-title {
        font-size: 28px;
    }

    .faq-page-section {
        padding: 40px 10px;
    }

    .faq-intro {
        margin-bottom: 30px;
    }

    .faq-intro-text {
        font-size: 16px;
    }

    .faq-accordion-item {
        margin-bottom: 15px;
        border-radius: 10px;
    }

    .faq-accordion-button {
        font-size: 16px;
        padding: 16px 18px;
    }

    .faq-chevron {
        font-size: 12px;
        margin-right: 12px !important;
    }

    .faq-accordion-body {
        padding: 18px 18px 18px 18px;
        font-size: 15px;
    }

    .faq-list li {
        padding-left: 20px;
    }

    .faq-list li::before {
        width: 6px;
        height: 6px;
        top: 16px;
    }

    .faq-list li strong {
        font-size: 16px;
    }

    .faq-contact-cta {
        padding: 30px 20px;
        margin-top: 40px;
    }

    .faq-cta-text {
        font-size: 18px;
        line-height: 1.4;
    }

    .faq-cta-btn {
        width: 100%;
        padding: 12px 24px;
        font-size: 16px;
    }
}


/* Melbourne Page Styles */
.melbourne-banner {
    background: url(../images/melbourne-city.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 240px 10px 80px !important;
    min-height: 600px;
}

.page-template-skip-melbourne {
    background: #fff;
}

.melbourne-banner .banner-overlay {
    inset: 0;
    background: rgba(58, 50, 124, 0.75);
    z-index: 1;
}

.melbourne-banner .banner-content {
    position: relative;
    z-index: 2;
}

.melbourne-banner .banner-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.melbourne-banner .banner-cta-wrapper {
    background: rgba(0, 0, 0, 0.6);
    padding: 30px 40px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 20px;
}

.melbourne-banner .banner-subtitle {
    font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.melbourne-banner .banner-phone {
    font-size: 20px;
}

.melbourne-banner .banner-phone-link {
    color: #ffaf02;
    text-decoration: underline;
    font-size: 24px;
    transition: color 0.3s ease;
}

.melbourne-banner .banner-phone-link:hover {
    color: #ffd54f;
}

/* Melbourne Intro Section */
.melbourne-intro-section {
    background: #ffffff;
    padding: 80px 20px;
}

.melbourne-image-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.melbourne-intro-image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.melbourne-image-wrapper:hover .melbourne-intro-image {
    transform: scale(1.05);
}

.melbourne-intro-content {
    padding: 20px 0;
}

.melbourne-section-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
}

.melbourne-text {
    font-size: 17px;
    line-height: 1.6;
    color: #53536f;
    font-weight: 500;
}

/* Melbourne Types Section */
.melbourne-types-section {
    background: #f8f7fb;
    padding: 80px 20px;
}

.melbourne-types-section .section-main-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
}

.melbourne-types-section .section-divider {
    max-width: 220px;
}

.melbourne-types-section .section-intro-text {
    font-size: 18px;
    line-height: 1.7;
    color: #53536f;
    font-weight: 500;
    max-width: 700px;
}

.melbourne-types-section .skip-type-card {
    background: #ffffff;
    border: 2px solid #e5e7eb;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.melbourne-types-section .skip-type-card:hover {
    transform: translateY(-8px);
    border-color: #dd197b;
    box-shadow: 0 15px 30px rgba(221, 25, 123, 0.2);
}

.melbourne-types-section .skip-type-image-wrapper {
    position: relative;
    overflow: hidden;
    height: 280px;
}

.melbourne-types-section .skip-type-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.skip-type-card:hover .skip-type-image {
    transform: scale(1.1);
}

.melbourne-types-section .skip-type-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(58, 50, 124, 0.3) 0%, rgba(221, 25, 123, 0.4) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.skip-type-card:hover .skip-type-overlay {
    opacity: 1;
}

.melbourne-types-section .skip-type-icon {
    font-size: 64px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.melbourne-types-section .skip-type-content {
    padding: 30px;
}

.melbourne-types-section .skip-type-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 15px;
    max-width: 90%;
}

.melbourne-types-section .skip-type-description {
    font-size: 16px;
    line-height: 1.7;
    color: #53536f;
    font-weight: 500;
}

/* .skip-type-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.skip-type-features li {
    padding: 10px 0;
    font-size: 15px;
    color: #53536f;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.skip-type-features li i {
    font-size: 16px;
    flex-shrink: 0;
} */

/* Melbourne Map Section */
.melbourne-map-section {
    background: #ffffff;
    padding:0 20px 80px 20px;
}

.melbourne-map-section .capital-cities-section.type-city-service{
    padding: 80px 20px 80px;
}

.melbourne-map-section .map-address-text {
    font-size: 20px;
    line-height: 1.5;
}

.melbourne-map-section .map-wrapper {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.melbourne-map-section .melbourne-map {
    width: 100%;
    height: 450px;
    border: none;
    display: block;
}

/* Responsive Styles for Melbourne Page */
@media (max-width: 991.98px) {
    .melbourne-banner {
        padding: 180px 20px 80px;
        min-height: 500px;
        margin-top: 100px;
    }

    .melbourne-banner .banner-title {
        font-size: 36px;
    }

    .melbourne-banner .banner-cta-wrapper {
        padding: 25px 30px;
    }

    .melbourne-intro-section,
    .melbourne-types-section,
    .melbourne-map-section {
        padding: 60px 20px;
    }

    .melbourne-section-title,
    .section-main-title {
        font-size: 32px;
    }

    .melbourne-intro-image {
        height: 400px;
    }

    .skip-type-image-wrapper {
        height: 250px;
    }
}

@media (max-width: 575.98px) {
    .melbourne-banner {
        padding: 160px 15px 60px;
        min-height: 400px;
        margin-top: 80px;
    }

    .melbourne-banner .banner-title {
        font-size: 28px;
    }

    .melbourne-banner .banner-cta-wrapper {
        padding: 20px;
        width: 100%;
    }

    .melbourne-banner .banner-subtitle {
        font-size: 14px;
    }

    .melbourne-banner .banner-phone {
        font-size: 16px;
    }

    .melbourne-banner .banner-phone-link {
        font-size: 18px;
        display: block;
        margin-top: 5px;
    }

    .melbourne-intro-section,
    .melbourne-types-section {
        padding: 40px 12px;
    }
    .melbourne-map-section {
        padding: 60px 15px;
    }

    .melbourne-types-section .melbourne-section-title,
    .melbourne-types-section .section-main-title {
        font-size: 28px;
    }

    .melbourne-text,
    .section-intro-text {
        font-size: 16px;
    }

    .melbourne-intro-image {
        height: 300px;
    }

    .skip-type-image-wrapper {
        height: 220px;
    }

    .skip-type-icon {
        font-size: 48px;
    }

    .melbourne-types-section .skip-type-content {
        padding: 25px 20px;
    }

    .melbourne-intro-content {
        padding: 0 0 20px 0;
    }

    .melbourne-types-section .skip-type-title {
        font-size: 20px;
        max-width: 100%;
    }

    .melbourne-types-section .skip-type-description {
        font-size: 15px;
    }

    .map-address-text {
        font-size: 18px;
    }

    .melbourne-map {
        height: 350px;
    }
}

.error-404{
	text-align:center;
}
.error-404 h1{
	font-size: 110px;
    font-weight: 700;
    color: #d310b9;
}

p.woocommerce-form-row.woocommerce-form-row--last.form-row.form-row-last {
    width: 100%;
}
.progress-book{
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
section.steps-section{
    background-image: url("/wp-content/themes/skipsaver/assets/images/banner-bg (2).png");
        background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixeds;
}
form#dateForm .d-flex div {
    width: 47%;
}
.date-input {
  background-image: url('/wp-content/themes/skipsaver/assets/images/calendar.png') !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-size: 30px !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.blog-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    border-radius: 15px;
}
.blog-card-img img{
    height: 100%;
     transition: transform 0.4s ease-in-out;
}
.blog-card-img{
    border-radius: 15px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 20px;
}

.blog-card:hover img{
    transform: scale(1.1);
   box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/* blog page */
.single-post .entry-meta a , .archive .entry-meta a ,.search .entry-meta a {
    color: #3a327c;
text-decoration:none;
font-weight: 600;
}
.single-post div#respond {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 20px;
}
.single-post div#respond p.comment-form-comment {
display: grid;
    gap: 20px;
}
.single-post ol.comment-list a , div#respond a{
    color: #3a327c;
    text-decoration: none;
    font-weight: 600;
}
.single-post form#commentform p.form-submit input#submit{
        background: linear-gradient(135deg, rgba(91, 32, 201, 0.95), rgba(244, 0, 161, 0.9));
    padding: 10px 25px !important;
    box-shadow: 0 3px 0px #fff;
    border: none;
        color: #fff;
    border-radius: 8px;
}
.single-post .single-blog-wrapper .sidebar-area , .archive .single-blog-wrapper .sidebar-area, .search .single-blog-wrapper .sidebar-area{
    width: 30%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px;
    position: sticky;
    top: 175px;
}
.single-post .single-blog-wrapper .main-content, .archive .single-blog-wrapper .main-content, .search .single-blog-wrapper .main-content{
    width: 70%;
}
.single-post .sidebar-area a , .archive .sidebar-area a , .search .sidebar-area a{
        color: #3a327c;
    text-decoration: none;
    font-weight: 600;
}
.single-post .sidebar-area section#block-2, .archive .sidebar-area section#block-2 ,.search .sidebar-area section#block-2{
    margin-bottom: 20px;
}
.single-post .sidebar-area section#block-2 .wp-block-search__inside-wrapper input ,.archive .sidebar-area section#block-2 .wp-block-search__inside-wrapper input ,.search .sidebar-area section#block-2 .wp-block-search__inside-wrapper input{
border-radius: 10px;
padding: 0px 20px;
}
.single-post .sidebar-area section#block-2 .wp-block-search__inside-wrapper button , .archive .sidebar-area section#block-2 .wp-block-search__inside-wrapper button ,.search .sidebar-area section#block-2 .wp-block-search__inside-wrapper button{
    background: linear-gradient(135deg, rgba(91, 32, 201, 0.95), rgba(244, 0, 161, 0.9));
    padding: 5px 10px !important;
    box-shadow: 0 3px 0px #fff;
    border: none;
    color: #fff;
    border-radius: 10px;
}
.single-post .post-thumbnail img ,.archive .post-thumbnail img ,.search .post-thumbnail img {
    height: 500px;
    width: 100%;
}
.single-post header.entry-header h1, .search header.entry-header h2, .search header.page-header h1 {
    font-size: 30px;
}
.single-post .entry-meta,.archive .entry-meta, .search .entry-meta{
    margin-bottom: 20px;
}
.single-post h2.wp-block-heading, .archive h2.wp-block-heading ,.search h2.wp-block-heading {
    font-size: 20px;
}
.single-post .wp-block-group ol.wp-block-latest-comments,.archive .wp-block-group ol.wp-block-latest-comments ,.search .wp-block-group ol.wp-block-latest-comments {
    padding: 0px;
}
.single-post div#comments h2.comments-title {
    font-size: 20px;
}
.single-post footer.comment-meta .comment-author.vcard img{
width:5%;
}
.single-post footer.entry-footer a , .archive footer.entry-footer , .search footer.entry-footer{
            color: #3a327c;
    text-decoration: none;
    font-weight: 600;
}
.single-post div#respond p.comment-form-author input,.single-post div#respond p.comment-form-email input,.single-post div#respond p.comment-form-url input{
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border-radius: 10px;
    width: 100%;
    border: 1px solid #dee2e6;
}
.single-post div#respond textarea#comment{
      border-radius: 10px;
      padding: 20px;
       border: 1px solid #dee2e6;
}
.single-post footer.entry-footer{
    margin-bottom: 20px;
}
.page-template-blog .blog-card h4{
        font-size: 20px;
}
.search header.entry-header h2 a{
    text-decoration: none;
}
footer.entry-footer span.comments-link {
    margin: 0px 20px;
}
section.no-results.not-found input.search-field{
    border-radius: 10px;
    padding: 5px 20px;
}
section.no-results.not-found input.search-submit{
    background: linear-gradient(135deg, rgba(91, 32, 201, 0.95), rgba(244, 0, 161, 0.9));
    padding: 5px 10px !important;
    box-shadow: 0 3px 0px #fff;
    border: none;
    color: #fff;
    border-radius: 10px;
}

/* archive page */
.archive header.entry-header h2, .archive header.page-header h1 {
    font-size: 30px;
}
.archive header.entry-header h2 a{
    text-decoration: none;
}
@media (max-width: 767px) {
    .blog-banner {
    padding: 180px 20px 60px;
    min-height: auto;
}
    
    .single-blog-wrapper .main-content {
        width: 100% !important;
    }
    .single-post header.entry-header h1 {
    font-size: 20px !important;
}
.archive header.entry-header h2, .archive header.page-header h1, .search header.entry-header h2 {
    font-size: 25px;
}

    .single-blog-wrapper .sidebar-area {
        width: 100% !important;
    }
    .single-post .post-thumbnail img ,.archive .post-thumbnail img , .search .post-thumbnail img {
    height: 250px !important;
 
}
}