.google-review-widget,
.google-review-widget * {
    opacity: 1 !important;
    visibility: visible !important;
}

.google-review-widget {
    display: block !important;
    height: auto !important;
    min-height: 250px;
    overflow: visible !important;
}

.waste-radio {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: var(--secondary-orange);
    display: none !important;
}
.payment_box.payment_method_stripe,
.wc-stripe-elements-field,
.wc-stripe-card-element {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    min-height: 45px !important;
}

/*Terms page  */ 
 .page-id-1303 .heading1 {
    display: none;
}

 .page-id-1305 .heading1 {
    display: none;
}
.terms-page p {
    color: #5c6662 !important;
    padding: 0px !important;
    line-height: 1.8;
    text-align: left !important;
}

.terms-page .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.terms-card {
    background: #fff;
    border-radius: 22px;
    padding: 55px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.08);
    border: 1px solid #e8eeee;
}

.terms-intro {
    text-align: center;
    margin-bottom: 40px;
}

.terms-intro span {
    display: inline-block;
    background: #ecfff4;
    color: #00994d;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
}

.terms-intro h1 {
    font-size: 42px;
    margin-bottom: 15px;
    color: #08251b;
}

.terms-intro p {
    max-width: 780px;
    margin: 0 auto;
    color: #5c6662 !important;
    line-height: 1.8;
    text-align: center !important;
}

.terms-highlight {
    background: #fff3f3;
    border-left: 5px solid #ed1c24;
    padding: 22px 25px;
    border-radius: 14px;
    margin-bottom: 35px;
    color: #202020;
    line-height: 1.7;
}

.terms-content h2 {
    font-size: 24px;
    color: #08251b;
    margin: 35px 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf0ef;
}

.terms-content p,
.terms-content li {
    font-size: 16px;
    color: #4c5652;
    line-height: 1.8;
}

.terms-content ul {
    padding-left: 22px;
}

.terms-content li {
    margin-bottom: 8px;
}

.terms-content a {
   color:#fff !important;
    font-weight: 700;
    text-decoration: underline;
}
.terms-contact a:hover{
    color:#428bca !important;
}
.terms-contact {
    background: #08251b;
    color: #fff;
    padding: 25px;
    border-radius: 16px;
    margin-top: 20px;
}

.terms-contact p {
    color: #fff !important; 
    margin: 7px 0;
}
.terms-contact br {
    display: none;
}

@media(max-width: 768px) {
    .terms-page {
        padding:0px 0 !important;
    }

   .header-cta {
    display: block !important;
    position: relative;
    top: -45px;
    left: 26px;
}


.terms-page .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
}

    .terms-card {
        padding: 28px 20px;
        border-radius: 16px;
    }

    .terms-intro h1 {
        font-size: 30px;
    }

    .terms-content h2 {
        font-size: 21px;
    }
}

.page-id-1269 .heading1{
	display:none;
}

.thankyou-wrapper {
    width: 100%;
    max-width: 540px;
    background: #f7f7f7 !important;
    border-radius: 18px;
    padding: 60px 40px;
    text-align: center !important;
    box-shadow: 0 4px 20px rgba(0,0,0,0.04);
    height: auto !important;
    display: block !important;
    margin: 0px auto !important;
}

        .thankyou-wrapper img{
            width:130px;
               margin: 0px auto;
        }

        .thankyou-wrapper h1{
            font-size:38px;
            line-height:1.1;
            color:#1f1f1f;
            font-weight:700;
            margin-bottom:28px;
        }

       .thankyou-wrapper p {
    font-size: 16px !important;
    color: #6a6a6a !important;
    padding: 0px !important;
    margin-bottom: 45px;
margin:0px !important;
margin-bottom:30px !important;
}

        .home-btn{
           background: #ea1820;
    color: #fff;
    padding: 12px 26px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
        }

        .home-btn:hover{
           background: #0355ac !important;
    color: #fff !important;
        }

        @media(max-width:768px){

            .thankyou-wrapper{
                margin:20px;
                padding:45px 25px;
            }

            .thankyou-wrapper img{
                width:100px;
            }

            .thankyou-wrapper h1{
                font-size:42px;
            }

            .thankyou-wrapper p{
                font-size:20px;
            }

            .home-btn{
                font-size:20px;
                padding:15px 34px;
            }
        }




/*Blog Page  */
.page-id-1388 .heading1{
	display:none;
}



.custom-blog-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.custom-blog-card{
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.custom-blog-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.custom-blog-card h3 {
    font-size: 23px;
    margin: 10px 0;
    line-height: 35px;
    font-weight: 600;
}

.custom-blog-card h3 a{
    text-decoration: none;
    color: #222;
}

.custom-blog-card p{
    font-size: 14px;
    color: #666;
}

/* responsive */
@media(max-width: 768px){
    .custom-blog-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 500px){
    .custom-blog-grid{
        grid-template-columns: 1fr;
    }
}

/* single Post */

.single-post .single-post-contant  img.emoji {
    border-radius: inherit !important;
    margin-right: 6px !important;
}



.single-post .single-post-contant img {
    margin: 0px !important;
    width: 100%;
    border-radius: 10px;
}
.single-post br {
    display: none;
}

.single-post .headingTop {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

.single-post .heading1 {
    display: none;
}

/* MAIN CONTENT WRAPPER */
.single-post .single-post-contant {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
    line-height: 1.8 !important;
    color: #333 !important;
}

/* PARAGRAPH */
.single-post .single-post-contant p {
    font-size: 16px !important;
    color: #545454 !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-bottom: 15px !important;
    padding: 0 !important;
}

/* HEADINGS */
.single-post .single-post-contant h2 {
    font-size: 28px !important;
    margin-top: 35px !important;
    margin-bottom: 15px !important;
    color: #222 !important;
    border-left: 5px solid #0355ac !important;
    padding-left: 12px !important;
}

.single-post .single-post-contant h3 {
    font-size: 20px !important;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
    font-weight: 600;
    line-height: 30px;
}
/* LINKS */
.single-post .single-post-contant a {
    text-decoration: none !important;
    color: inherit !important;
}

.single-post .single-post-contant a:hover {
    text-decoration: underline !important;
}

/* LISTS */
.single-post .single-post-contant ul {
    margin: 15px 0 !important;
    padding-left: 20px !important;
}

.single-post .single-post-contant ul li {
    margin-bottom: 8px !important;
}

/* STRONG */
.single-post .single-post-contant strong {
    color: #111 !important;
}

/* TABLE */
.single-post .single-post-contant table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 20px 0 !important;
    background: #fff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
}

.single-post .single-post-contant table th {
    background: #0355ac !important;
    color: #fff !important;
    padding: 12px !important;
    text-align: left !important;
}

.single-post .single-post-contant table td {
    padding: 12px !important;
    border-bottom: 1px solid #eee !important;
}

/* STRONG HIGHLIGHT */
.single-post .single-post-contant p strong {
    background: #f4f4f4 !important;
    padding: 2px 6px !important;
    border-radius: 4px !important;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .single-post .single-post-contant {
        padding: 20px 15px !important;
    }

    .single-post .single-post-contant h1 {
        font-size: 28px !important;
    }

    .single-post .single-post-contant h2 {
        font-size: 22px !important;
    }

    .single-post .single-post-contant table {
        font-size: 14px !important;
    }




.page-id-119 .step-area-section {
    display: none;
}
}



/* Checkout */


.single-post .single-post-contant p {
    font-size: 16px !important;
    color: #545454 !important;
    font-weight: 400 !important;
    text-align: left !important;
    margin-bottom: 0px !important;
    padding: 0 !important;
}




