.main-container-menu-nav{
	background:transparent !important;
}

.divider-div-content {
    max-width: 1440px !important;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 62px 16px 58px;
}
.divider-div-content h2 {
   font-size:32px;
font-weight:600;
color:#000000;
 padding:46px 0px;
line-height:40px;
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;

}
section.faq-main {
    margin-bottom: 100px;
}
/* banner css  */
.hero-banner {
    background-image: linear-gradient(293deg, #A99385 -12%, #062135 50%);
    background-color: #a48d7d;
    padding-top: 180px;
    margin-top: 0px;
    z-index: 0;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    overflow: hidden !important;
}
.review {
    display: flex;
    justify-content: center;
    width: 77%;
}
.reviews-div {
    display: flex;
    margin:0px 42px;
}
.line-text span{
     font-weight: 700;
}
 .comparison-image img {
     max-width: 100%;
     height: auto;
     border-radius: 8px;
}.scambox2-heading3-p2 {
            margin: 0px;
            display: none;
        }
.testimonial-slider {
     overflow: hidden;
     padding: 0px 0px;
}
.hero-content {
    display: flex;
    align-items: flex-end;
    max-width: 1440px;
    margin: auto;
    padding-top: 75px;
    justify-content: space-between;
}
.hero-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 0px;
}
.hero-top {
    background-color: #fff;
    max-width: fit-content;
    padding: 6px 12px;
    border-radius: 8px;
    display: flex;
    gap: 10px;
	margin-bottom: 0px;
	box-shadow: inset 0px -3.4px 0px 0px rgba(65, 65, 65, 0.12);
}

.hero-top p {
    margin: 0px;
    font-size: 18px;
    color: #072236;
    font-weight: 500;

}
h1.hero-title {
    font-size: 46px;
    font-weight: 800;
    color: #fff;
    line-height: 60px;
    margin-bottom: 0px;
}
p.hero-subtitle {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
    margin: 0;
    width:60%;
}
.highlight-text {
    font-size: 18px ;
    font-weight: 700 ;
	color: #fff;
}
.hero-benefits {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    margin: 10px 0px 32px;
}
.hero-benefits-row {
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.benefit-item {
    display: flex;
    align-items: center;
    gap: 0px 10px;
}
.benefit-icon {
    height: 26px;
    width: 26px;
}
.benefit-item span {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    font-family: Plus Jakarta Sans !important;
}
.primary-btn {
    display: flex;
    background-color: rgba(255, 186, 91, 1);
    padding: 22px 0;
    border-radius: 0;
    border: 1px solid #DE8D1E;
    color: rgba(6, 33, 53, 1);
    justify-content: center;
    max-width: 532px;
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase;
    font-family: "Plus Jakarta Sans", sans-serif !important;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
    border-radius: 8px;
}
 .refund{
     font-size: 14px;
	 text-align: center;
     color:white;
     width: 528px;
     font-weight: 400;
     padding-bottom: 5px;
     text-decoration:underline;
    /* border-bottom: 1px solid white;
     */
}
.mobile-image{
	display:none;
}
.hero-reviews {
    display: flex !important;
    align-items: center;
    gap: 12px;
    background: #0000007d;
    padding: 2px 8px;
    border-radius: 100px;
    width: 429px;
    border: 2px solid #ffffff45;
    margin-bottom: 64px;
}
.review-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
}
.review-stars {
    color: #FFA83A !important;
    margin: 0px;
	margin-top: 4px;
display:flex;
}
.review-stars img {
    width: 24px;
    height: 24px;
}
.hero-image img {
    max-width: 634px;
    margin-bottom: -4px;
    position: absolute;
    bottom: -50px;
    height: 600px;
    z-index: 9;
    right: 116px;
    margin-bottom: -4px;
}
section.image-carousel {
    background: #FFFfff;
    padding-top: 40px;
border-bottom: 1px solid #000 !important;
}

/* banner sectiion css end */
/* 2nd section css  */
.image-carousel p {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #072236CC;
    margin:0px;
}
.image-container {
    max-width: 1218px;
    margin: auto;
    padding: 49px 79px 86px 40px;
    padding: 40px 0px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 72px;
    overflow: hidden;
    position: relative;
}
.image-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to right, #ffffff 0%, transparent 5%, transparent 95%, #ffffff 100%);
    pointer-events: none;
}
.image-scroll img {
    height: 48px;
    flex-shrink: 0;
}
.image-container img {
    filter: brightness(0) saturate(0%) invert(0.1%) sepia(0%) saturate(0%) hue-rotate(
92deg) brightness(0%) contrast(0%)
}
 .image-scroll {
         display: flex;
         gap: 70px;
         animation: scroll-left 40s linear infinite;
    }
/* 3rd section css  */
section.support-main {
    max-width: 1440px;
    margin: auto;
    padding-top: 100px;
    padding-bottom: 0px;
}
.support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 140px;
}
.support-heading {
    color: #062135;
    font-size: 48px;
    line-height: 60px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 22px;
    font-family: Plus Jakarta Sans !important;
}
p.line-text3 {
    font-size: 16px;
    line-height: 24px;
}
p.line-text3 b {
    font-weight: 700;
    color: #000D1E;
}
section.trusted-section {
    display: flex;
    margin: auto;
    align-items: center;
    padding: 80px 10px;
    justify-content: space-between;
}
.trusted-main {
    display: flex;
	justify-content: space-between;
   width: 100%;
    max-width: 1440px;
		padding: 0px 64px;
	margin: auto;
}
.trusted-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
	width: 100%;
}
.feature {
     display: flex;
     gap: 12px;
     padding-bottom: 15px;
     padding-top: 15px;
     border-bottom: 1px solid #DCDCDC;
     width: 74%;
}
.feature:nth-child(4) {
    border-bottom: 0px !important;
}
.feature p {
     font-size: 16px;
	line-height: 22px;
     font-weight: 600;
     font-family: Plus Jakarta sans-serif;
}
.support-line {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 17px 40px 21px 0px;
}
.support-line.support-line3 {
    border-bottom: 1px solid #DCDCDC;
}
.support-line2 {
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
}
p.line-text3 {
    margin: 0px;
}
.protect-cont1 {
    width: 50%;
}
.line-text {
    font-size: 16px;
    line-height: 24px;
    color: #000D1E;
    margin: 0px !important;
    max-width: 581px;
}
.support-cont2 img {
    height: 354px;
    width: 624px;
    object-fit: cover;
	border-radius: 16px;
}
/* 4th section css */
.esa-letter-main, .esa-letter-main * {
    box-sizing: border-box;
}

.esa-letter-main {
    width: 100%;
    padding-top: 23px;
	padding-left: 0;
    padding-right: 0;
}

@media (min-width: 1568px) {
    .esa-letter-main {
        max-width: 1568px;
        margin: auto;
        padding-left: 64px;
        padding-right: 64px;
    }
}
.faq-answer {

    background-color: #ff000000;
}

.letter-heading {
    color: #fff;
    font-size: 40px;
	line-height: 60px;
    font-weight: 600;
    font-family: Plus Jakarta Sans !important;
    text-align: left;
    padding-bottom: 39px;
    margin: 0px !important;
}
.protect-cont {
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.protect-cont1 {
    width: 50%;
    display: flex;
    align-items: stretch;
}
.protect-cont1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}
.protect-cont2 {
    padding: 64px 64px 64px 99px;
    width: 50%;
    background-color: #062135;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.protect-cont2-iconlist {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.protect-cont2-line {
    display: flex;
    align-items: center;
    gap: 10px;
}
.iconlist-text {
    font-size: 16px;
	line-height: 22px;
    font-weight: bold;
    color: white;
    margin: 0px !important;
}
.protect-cont2 a.primary-btn {
    margin-top: 60px;
}
/* home faq css */
.faq-main {
    background-color: #062135;
    padding: 64px;
    display: flex;
    justify-content: center;
    flex-direction: column;
   margin-top: -5px;
}
.faq-section {
    width: 100%;
    max-width: 1440px;
    margin: auto;
}
.faq-content1 {
    position: relative;
}
.faq-item {
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.faq-question {
    background-color: transparent;
    border: 0px;
    color: #fff !important;
    font-size: 48px;
    font-family: Plus Jakarta Sans !important;
    width: 100%;
    text-align: left;
    display: flex;
    font-weight: 600;
    justify-content: space-between;
    border-bottom: 1px solid #FFFFFF29;
    padding-bottom: 15px !important;
    text-transform: capitalize;
}
.faq-content1:after {
    content: "";
    background-image: url(https://usservicepets.com/wp-content/uploads/2026/02/dog_guide_blind.png);
    height: 390px;
    width: 290px;
    position: absolute;
    right: 0px;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0px;
    right: 7%;
	border-radius: 16px;
}
.faq-section .primary-btn {
	    max-width: 447px;
}
.faq-question.active + .faq-answer {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    margin-right: 340px;
}
.faq-answer p {
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
}
.faq-answer .faq-content {
    display: flex;
    gap: 14px;
}
.faq-answer li {
    font-size: 17px;
    line-height: 27px;
    color: #fff;
    font-family: Plus Jakarta Sans !important;
    font-weight: 500;
}
 .faq-answer {
     display: none;
}
.faq-answer .faq-content p {
    font-size: 16px !important;
    font-weight: 700;
    margin: 4px;
}
.comparison-section {
    background: linear-gradient(90deg, #ac978a, #7c6d5e);
    /* background: linear-gradient(to right, #B29A8F 0%, #A58D81 50%, #9A8572 100%); */
}
.comparison-wrapper {
    background-image: url(https://usservicepets.com/wp-content/uploads/2025/08/Frame_2087326071-removebg-preview.png);
    /* background-image: url(https://usservicepets.com/wp-content/uploads/2025/08/b9de92a…-min-scaled__1_-removebg-preview.png); */
    background-repeat: no-repeat;
    background-position: center center;
    padding: 68px 64px 100px;
    background-size: cover;
	max-width: 1440px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}
.comparison-image {
    display: none;
}
.comparison-content {
    flex: 1;
    color: #fff;
    padding-right: 40px;
	    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.comparison-title {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 500;
    font-family: Plus Jakarta Sans !important;
    text-align: center;
}.scambox-main {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
    margin-top: 34px;
}
.scambox {
    padding: 80px 50px 0px;
    align-self: stretch;
}
.scambox-line {
    padding: 15px 0px;
    color: white;
    border-bottom: 1px solid #ffffff5e;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
	font-family: Plus Jakarta Sans !important;
}
.scambox2 {
    gap: 7px;
    background: linear-gradient(13deg, #FFFFFF80, #FFFFFF1A);
    padding: 45px 23px 60px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
	align-items: center;
}
.scambox-line2 img {
    width: 20px;
}
.scambox2-heading p {
    color: white;
    font-weight: 700;
    font-family: 'Plus Jakarta Sans';
    font-size: 32px;
    line-height: 30px;
    margin: 0px;
    margin-bottom: 10px;
}
.scambox-line2 {
    padding: 10px 20px;
    color: white;
    border-bottom: 1px solid #ffffff5e;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
	    width: max-content;
}
.scambox3 {
    gap: 10px;
    padding: 30px 50px;
}
.scambox-line3 {
    padding: 10px 20px;
    color: white;
    border-bottom: 1px solid #ffffff5e;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}
.scambox3-heading {
    color: white;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
}
.scambox2-heading3-p1 {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 700;
}
section.wrap {
    background-color: #062135 !important;
}
.rating h2 {
    color: #FFFFFF !important;
}
.faq-question .icon {
	padding-bottom: 20px;
    margin-left: 300px;
}
.trusted-content .primary-btn {
    max-width: 648px;
}
.page-template-front-page .home-header ul li a {
    color: #fff !important;
}
.page-template-front-page .sticky ul li a{
    color: #000D1E !important;
}
.scambox-line.last-child {
    border-bottom: 0px;
}

.scambox-line2.last-child {
    border-bottom: 0px;
}
.scambox-line3.last-child {
    border-bottom: 0px;
}
/* Tablet responsive */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .hero-content {
        flex-direction: column;
        align-items: flex-start;
		padding-top: 0px;
    }
	.divider-div-content{
		padding: 16px 30px;
	}
.divider-div-content h2 {
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    padding: 40px 0px;
    line-height: 40px;
}
    .happen-card {
        flex-direction: row;
        align-items: center;
        gap: 6px;
        width: auto;
        padding: 10px 10px;
        width:300px;
    }
section.happen-main {
    padding: 0px 30px 70px 30px;
}
#testimonial-slider {
        --slides-visible: 1;
    }
section.wrap .row {
    padding: 0px 30px;
}
	.testimonial-nav {
		visibility:hidden;
	}
.trusted-main {
    padding: 0px 30px;
}
.trusted-img {
    display: flex;
}

	.page-template-front-page .sticky ul li a {
    color: #000D1E !important;
}
	h1.hero-title {
    font-size: 32px;
    line-height: 42px;
		}
	.faq-content1:after { 
    height: 210px;
    width: 170px;
    right: 8%;
		}
	    .hero-image {
        width: 100% !important;
        display: flex;
        justify-content: center;
    }
		.hero-image img {
        max-width: 424px;
        margin-bottom: -4px;
        position: unset;
        bottom: -50px;
        height: 300px;
        z-index: 9;
        right: 116px;
        margin-bottom: 0px;
    }
	.highlight-text {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
	}
	.hero-reviews {
    padding-bottom: 0px;
		}
	    .support-heading {
        font-size: 28px;
        line-height: 38px;
        margin-bottom: 0px;
    }
	.line-text {
    font-size: 14px;
    line-height: 24px;
    max-width: max-content;
		}
	    section.support-main {
        padding: 48px 30px 40px 30px;
		}
	.support-cont2 img {
    height: 294px;
    width: 364px;
    object-fit: cover;
		}
		.support {
    gap: 20px;
		}
	    .letter-heading {
        font-size: 28px !important;
		line-height: 38px !important;
		padding-bottom: 0px;
    }
	.refund {
    width: auto;
		}
	p.happen-main-para br {
    display: none;
		}
	    .protect-cont2 {
        padding: 20px 20px 20px 20px;
        width: 50%;
        background-color: #062135;
    }
	.iconlist-text {
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 0px !important;
		}
		.protect-cont2 a.primary-btn {
    margin-top: 20px;
		}
	.esa-letter-main {
		padding-left: 0;
		padding-right: 0;
    padding-top: 0px;
    padding-bottom: 50px;
			}
    .protect-cont {
        flex-direction: column;
    }
    .protect-cont1 {
        width: 100%;
    }
    .protect-cont1 img {
        height: auto;
        min-height: 300px;
        max-height: 400px;
    }
    .protect-cont2 {
        padding: 40px 30px;
        width: 100%;
    }
    .faq-main {
        padding: 60px 30px;
    }
	    .faq-question {
        font-size: 28px !important;
    }
    .faq-question .icon {
        margin-left: 220px;
    }
    .faq-question.active + .faq-answer {
        margin-right: 250px;
    }
	.faq-answer .faq-content p {
    font-size: 14px !important;
    font-weight: 700;
    margin: 4px;
			}
	    .comparison-wrapper {
        background-position: left bottom !important;
        background-size: contain !important;
    }
	    .comparison-title {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 46px;
    }
    .scambox, .scambox3 {
        padding: 0px;
        padding-bottom: 15px;
        align-self: flex-end;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
	    .scambox2 {
        padding: 15px !important;
        display: flex;
        flex-direction: column !important;
        gap: 10px !important;
    }
}
/* Mobile responsiveness */
@media only screen and (max-width:767px) {
	h1.hero-title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 0px;
        text-align: left;
}
	    .page-id-1335 .hero-text {
        gap: 16px;
        align-items: flex-start !important;
    }
	.hero-reviews {
          gap: 12px;
        background: rgba(0, 0, 0, 0.4);
        padding: 6px 8px;
        border-radius: 100px;
        border: 1px solid #ffffff2b;
        margin-bottom: 0px;
        width: 100%;
        max-width: 310px;
}
.reviews-div {
    width: 100%;
    margin:0px;
}
section.faq-main {
    margin-bottom: 0px;
}
	.mobile-image{
		display:block;
	}
	.protect-cont1{
		display:none;
	}
	.protect-cont13 img {
    width: 100%;
}
	 .image-container {
        padding: 16px 16px !important;
        padding-top: 25px !important;
        padding-bottom: 0px !important;
    }
	
	
	section.image-carousel {
        background: #FFFFFF;
        padding-top: 40px;
        padding-bottom: 40px;
    border-bottom: 1px solid #000 !important;
    }
/* } */
	.feature p {
    margin: 0;
}
	.comparison-content {
    padding-right: 0;
}
	.feature:nth-child(4) {
    padding-bottom: 0px;
}
	.rating h2 {
    margin: 0;
}

/* user agent stylesheet */


	.divider-div {
    border-left: none !important;
    border-right: none !important;
}
	.divider-div-content{
		padding:14px 20px;
	}

.divider-div-content h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 24px 0;
padding-bottom:0px;

}
        .refund.just-mobile {
        font-size: 14px;
			line-height: 21px;
        width: 100% !important;
        font-weight: 400;
        color: #273C4B;
    }
	    .trusted-content h2 {
        font-size: 24px;
        font-weight: 400;
        text-align: center;
        line-height: 30px;
    }
.features {
    width: 100% !important;
}
	    .trusted-content {
        gap: 0px;
        width: 90%;
    }
	.trusted-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

	.trusted-img img {
        max-width: 90%;
    }
.feature {
    width: 100% !important;
}
	.trusted-content {

    gap: 0px;
}
	.hero-content {
    padding-top: 0px;
}
	    p.hero-subtitle {
        text-align: left;
        font-size: 18px;
        line-height: 40px;
        width: 85%;
    }
	.highlight-text {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}
	    .hero-image img {
        max-width: 358px;
        margin-bottom: -4px;
        position: relative;
        right: 0px;
        height: auto;
    }
	.review-text {
    font-size: 13px;
}
	    .support {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
			flex-direction: column;}
	    section.support-main {
			padding: 10px 0px 0px 0px;
	}
	    .support-cont2 img {
        height: 200px !important;
        object-fit: cover;
        width: 100%;
        margin-bottom: -5px;
    }
	.support-heading {
        margin-bottom: 12px;
        padding: 20px 16px 0px 16px;
		font-size: 24px;
        line-height: 30px;
		font-weight:700;
		text-align: center;
    }

    .support-line {
        padding-top: 10px;
        padding-bottom: 10px;
		padding-right: 0px;
        width: auto;
        gap: 20px;
    }
	    .line-text {
        font-size: 16px;
        line-height: 24px;
    }

	 .letter-heading br {
		display: none !important;
}
        .letter-heading {
        font-size: 24px;
        line-height: 30px;
        padding-bottom: 0px;
        color: #fff !important;
        text-align: center;
        margin-bottom: 20px !important;
    }
	    .protect-cont2 {
        padding: 24px 0px 32px 0px;
        width: 100%;
    }
	.protect-cont2-iconlist {
    width: 100%;
		gap:12px;
}
.protect-cont2 a.primary-btn {
    margin-top: 40px;
    font-size: 16px;
}
	       .refund {
        font-size: 12px;
        font-weight: bold;
        line-height: 16px;
    }
	.protect-cont1 img {
        height: auto !important;
        margin-bottom: -4px;
		width: 100%;
    }
	   .benefit-item {
         display: flex;
         align-items: center;
         gap: 0px 10px;
    }
	.hero-text {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
section.support-main {
    padding: 0px;
	padding-top: 48px !important;
}

.support-line {
    gap: 16px;
}
.support-heading br {
		display: none !important;
}
	    .esa-letter-main {
        padding: 24px !important;
        padding-bottom: 0px;
        background-color: #062135;
    }
    .faq-content1:after {
        background-image: none;
		z-index: -1;
 
    }
	    .faq-main {
        padding: 0px;
    }
	    .faq-content1 {
        padding: 48px 18px 48px 18px;
    }
	    .faq-item {
        padding-bottom: 15px;
        margin-bottom: 0px;
        width: 100%;
    }
	.faq-content1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

	    .faq-question {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700;
    }
    .faq-question.active + .faq-answer {
        margin-right: 0;
    }

    .faq-question .icon {
        margin-left: 10px;
    }
	
	    .faq-image img {
        display: none;
        width: 100%;
        height: 360px;
        object-fit: cover;
        object-position: top center;
    }
    .comparison-wrapper {
        padding: 0;
        display: flex;
        gap: 0;
        background-image: none !important;
    }
	    .comparison-image {
        display: flex !important;
        width: 100%;
        justify-content: center;
        padding-top: 48px;
	}
	    .comparison-title {
        font-size: 24px !important;
        font-weight: 700 !important;
        margin-bottom: 0px !important;
        text-align: center !important;
        line-height: 30px !important;
    }
    .scambox, .scambox2, .scambox3 {
        padding: 18px !important;
		align-self: flex-end !important;
		border-radius: 16px;
	}
	    .scambox-line {
        font-size: 14px; 
		font-family: 'Plus Jakarta Sans';
		padding: 9px 0px;
    }
	    .scambox-main {
        gap: 10px;
		padding:0px 16px;
		padding-top:0px;
        margin: auto;
        display: flex;
        justify-content: center;
    }
	    .scambox2-heading p {
        font-size: 12px;
        line-height: 21px;
        margin-bottom: 0px;
    }
	.scambox2-heading3-p1 {
    margin: 0px;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 20px;
    font-size: 12px;
		 display: block;
		}
	    .scambox2-heading3-p2 {
        display: none;
        margin-bottom: 0px;
    }
	.trusted-content h2 br {
    display: none;
	}
	    .faq-content1 a.primary-btn {
         max-width: 100% !important;
        margin-top: 40px;
        font-size: 16px !important;
        margin-bottom: 15px;
    }
	.comparison-image img {
        width: 65%;
        /* margin-bottom: -4px; */
    }
       .page-id-1335 section.hero-banner {
        background-image: url(https://usservicepets.com/wp-content/uploads/2025/09/hero-6.png) !important;
        padding: 80px 20px 32px 20px;
        margin-top: 0px;
        z-index: 0;
        background-size: cover;
        background-position: center right;
    }
	  .page-id-1335  .header {
        background-color: #ff000000 !important;
    }
	  /* .page-id-1335  .sticky #mobile-menu-toggle {
        color: #000000 !important;
    } */
	.hero-top p {
    font-size: 14px;
		}
	   .page-id-1335 a.primary-btn {
        max-width: 100%;
		   font-size: 18px !important;
        padding: 18px 0px;
    }
	.hero-image {
    display: none;
	}
	h2.comparison-title br {
    display: none !important;
	}
	    body .comparison-title br.mobilespace {
        display: block !important;
    }
	.comparison-content {
    align-items: center;
	}
	.hero-benefits-row:nth-child(2) {
    margin-top: 18px;
	}
	.hero-benefits-row {
    gap: 18px;
	}
	.hero-benefits {
    width: 100%;
	margin-bottom: 64px;
        margin-top: 32px;
	}
	.support-cont1 {
	    width: 90%;
	}
	    .happen-card {
        flex-direction: row !important;
        align-items: flex-start;
        gap: 30px !important;
        width: auto !important;
        display: flex;
    }
	section.reviews-carousel.blue {
    background-color: #062135;
	padding: 24px 0px 56px 16px;
		}
	    .review-stars img {
        width: 18px;
  	      height: 18px;
    }
			.image-carousel p {
        font-size: 14px !important;
		line-height:14px;
        color: #07223682;
  	  }

	.image-scroll img {
    height: 36px;
    flex-shrink: 0;
		}
	section.image-carousel {
    background: #FFFfff;
    padding-top: 30px;
    padding-bottom: 20px;
		}
		.comparison-section {
    background: #A28F80 !important;
		}
	.trusted-content h2 {
		font-weight: 700 !important;
	}
	.support-line.support-line3 {
    border-bottom: 0px solid #DCDCDC;
		}
	.support-cont2 {
		width: 101%;
	}
	.benefit-icon {
    height: 14px;
    width: 14px;
		}
	.benefit-item span {
    font-size: 14px;
	}
	.review {
    width: 100%;
	}
	.button-div {
    padding: 0px;
   max-width: 100% !important;

		}
	p.refund.just-mobile {
    display: none;
		}
	    section.trusted-section {
        width: auto !important;
        padding: 48px 10px 24px !important;
    }
	.page-template-front-page .sticky ul li a{
    color: #fff !important;
		}
	.feature img {
    width: 19px;}
	.support-cont2 img {
    border-radius: 0px;
		}
	.scambox-line3 {
    padding: 13px 20px;
	font-size: 21px;	
			}
	.scambox {
    padding-left: 0px !important;
		}

}

/* Mobile-only background image for hero banner */
@media (max-width: 767px) {
  .hero-banner {
    background-image: url('/wp-content/uploads/2025/12/hero-4.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  background-color:transparent;
  }

}


