.banner-content{
    max-width:560px;
}
.banner-content h1{
    font-size:58px;
    line-height:1.1;
    font-weight:700;
    color:#111;
    margin-bottom:25px;
}
.banner-content h1 span{
    color:#c62828;
}
.banner-content p{
    font-size:18px;
    line-height:1.8;
    color:#666;
    margin-bottom:35px;
    max-width:520px;
}
.banner-btns{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.first-btn,
.second-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:58px;
    padding:0 30px;
    border-radius:10px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
}
.first-btn, .second-btn{
    background:#c62828;
    color:#fff !important;
    border:2px solid #c62828;
}
.first-btn:hover, .second-btn:hover{
    background:#a91f1f;
    color:#fff;
}
.trust-bar{background-color: #c0272d;}
.trust-icon-box {
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: #fff;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trust-icon-box i {
  font-size: 19px;
  color: #1a1a1a;
}
.trust-bar span{font-weight: 600;}

.assessment-section {
  background: #f5f5f5;
}
.assessment-inner {
  min-height: 400px;
  display: flex;
  align-items: center;
}
.assessment-bg-img {
  object-fit: cover;
  z-index: 0;
}
.bg-overlay {
  background: rgba(30, 25, 20, 0.55);
  z-index: 1;
}
.assessment-content {
  z-index: 2;
  width: 100%;
}
.btn-call {
  background: #c0272d;
  color: #fff !important;
  border: none;
  padding: 13px 36px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}
.btn-callback {
  background: #fff;
  color: #1a1a1a;
  border: 2px solid #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}


.single-product {
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.image-container {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.product-content {
  padding: 16px 16px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.product-content h4 {
  font-size: 17px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 6px;
}
.product-subtitle {
  font-size: 14px;
  color: #c0272d;
  margin-bottom: 10px;
  line-height: 1.5;
}
.product-badge {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.btn-quote {
  display: block;
  background: #c0272d;
  color: #fff !important;
  text-align: center;
  padding: 13px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: auto;
}
.btn-quote:hover {
  background: #a01f24;
  color: #fff;
}

@media(max-width:767px){
    .banner-content h1{
        font-size:38px;
    }
    .banner-content p{
        font-size:16px;
    }
    .banner-btns{
        flex-direction:column;
    }

    .first-btn,
    .second-btn{
        width:100%;
    }
 .banner-images{
        margin-top:40px;
    }

}
/* who are we */
.who-we-are{
    background:#f5f5f5;
}

.who-weare-text-section{
    max-width: 540px;
}

.who-title{
    font-size: 33px;
    line-height: 1.1;
    font-weight: 700;
    color:#0d1733;
}

.who-description{
    font-size: 15px;
    line-height: 1.8;
    color:#2f3b52;
    margin-bottom: 40px;
}

.who-btn{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 30px;
    background: #cf202f;
    color: #fff !important;
    text-decoration: none;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
}

.who-btn:hover{
    background:#b91b29;
    color:#fff;
}

.who-image-wrapper{
    border-radius:40px;
    overflow:hidden;
}

.who-we-are-img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:40px;
}

/* Responsive */

@media(max-width:1199px){

    .who-title{
        font-size:33px;
    }

    .who-description{
        font-size:15px;
    }
}

@media(max-width:767px){

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

    .who-description{
        font-size:15px;
        line-height:1.7;
    }

    .who-btn{
        font-size:16px;
        padding: 12px 30px;
    }

    .who-image-wrapper{
        border-radius:24px;
    }

    .who-we-are-img{
        border-radius:24px;
    }
}

/* Owner detail */
.meet-team-section{
    background:#cb202d;
    overflow:hidden;
}

.meet-team-content{
    max-width:780px;
}

.team-title{
    font-size:33px;
    line-height:1.1;
    font-weight:700;
    color:#fff;
}

.team-description{
    font-size:16px;
    line-height:1.5;
    color:#fff;
    margin-bottom:35px;
}

.testimonial-box{
    background:#fff;
    padding:35px;
    border-radius:18px;
    margin-bottom:35px;
}

.testimonial-text{
    font-size:16px;
    line-height:1.7;
    color:#222;
    font-style:italic;
    margin-bottom:25px;
}

.testimonial-author{
    font-size:22px;
    font-weight:700;
    color:#000;
    margin-bottom:0;
}

.gary-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 228px;
    padding: 10px 27px;
    border: 2px solid #fff;
    border-radius: 16px;
    color: #fff !important;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}

.gary-btn:hover{
    background:#fff;
    color:#000 !important;
}

.team-card{
    background:#fff;
    border-radius:18px;
    padding:40px 30px;
    height:100%;
}

.team-image{
    width:170px;
    height:170px;
    object-fit:cover;
    border-radius:50%;
    margin-bottom:10px;
}

.member-name{
    font-size:25px;
    font-weight:700;
    color:#000;
  
}

.member-role{
    font-size:18px;
    color:#222;
   
}

.member-description{
    font-size:15px;
    line-height:1.7;
    color:#6b6b6b;
    margin-bottom:0;
}

/* Responsive */

@media(max-width:1399px){

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

    .team-description{
        font-size:18px;
    }

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

    .gary-btn{
        font-size:22px;
        padding:18px 35px;
    }

    .member-name{
        font-size:34px;
    }

    .member-role{
        font-size:20px;
    }
}

@media(max-width:991px){

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

    .team-description{
        font-size:20px;
    }

    .testimonial-text{
        font-size:18px;
    }

    .member-description{
        font-size:18px;
    }
}

@media(max-width:767px){

    .team-title{
        font-size:27px;
    }

    .team-description{
        font-size:16px;
    }

    .testimonial-box{
        padding:25px;
    }

    .testimonial-text{
        font-size:16px;
        line-height:1.6;
    }

    .testimonial-author{
        font-size:18px;
    }

    .gary-btn{
        width:100%;
        min-width:100%;
        font-size:16px;
        padding:10px 16px;
    }

    .team-card{
        padding:30px 20px;
    }

    .team-image{
        width:130px;
        height:130px;
    }

    .member-name{
        font-size:28px;
    }

    .member-role{
        font-size:18px;
    }

    .member-description{
        font-size:16px;
    }
}

/* contact form */
contact-accessibility-section {
    background: #c42c31;
    padding: 90px 0;
}

.contact-title {
    font-size: 33px;
    line-height: 1.1;
    font-weight: 700;
    color: #000;
}

.contact-desc {
    font-size: 16px;
    line-height: 1.7;
    color: #6c6c6c;
    margin-bottom: 50px;
    max-width: 800px;
}

.contact-item {
    margin-bottom: 20px;
}

.contact-icon {
    width: 46px;
    height: 46px;
    min-width: 46px;
    background: #d82606;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}

.contact-icon i {
    color: #fff;
    font-size: 26px;
}

.contact-text h5 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.contact-text p {
    font-size: 16px;
    color: #6d6d6d;
    margin: 0;
    line-height: 1.6;
}

.contact-form-box {
    background: #c42c31;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 0 20px rgba(0,0,0,0.03);
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.inputs.text-area {
    height: 100px;
}
/* Responsive */
@media (max-width: 991px) {

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

    .contact-desc {
        font-size: 18px;
    }

    .contact-form-box {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {

    .contact-accessibility-section {
        padding: 60px 0;
    }

    .contact-title {
        font-size: 34px;
    }

    .contact-desc {
        font-size: 16px;
        margin-bottom: 35px;
    }

    .contact-text h5 {
        font-size: 18px;
    }

    .contact-text p {
        font-size: 16px;
    }

    .contact-icon {
        width: 55px;
        height: 55px;
        min-width: 55px;
    }

    .contact-icon i {
        font-size: 22px;
    }

    .contact-form-box {
        padding: 25px;
    }
}

.buyback-section{
    background: #f8f3f3;
}

.buyback-content h2{
    font-size: 33px;
    line-height: 1.1;
    color: #000;
    font-family: Arial, sans-serif;
}

.buyback-text{
    font-size: 16px;
    line-height: 1.5;
    color: #6d6d6d;
    max-width: 850px;
}

.buyback-features{
    font-size: 16px;
    color: #111;
    font-weight: 500;
}

.feature-item{
    display: flex;
    align-items: center;
    gap: 8px;
}

.buyback-btn{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #c9242d;
    color: #fff !important;
    text-decoration: none;
    padding: 18px 28px;
    border-radius: 14px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
}

.buyback-btn:hover{
    background: #a91d25;
    color: #fff;
}

.buyback-image img{
    border-radius: 10px;
    object-fit: cover;
    max-height: 300px;
}

/* Responsive */
@media(max-width: 991px){

    .buyback-content h2{
        font-size: 30px;
    }

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

    .buyback-btn{
        font-size: 18px;
        padding: 16px 22px;
    }
}

@media(max-width: 575px){

    .buyback-content h2{
        font-size: 24px;
    }
    .buyback-btn {
        font-size: 16px;
        padding: 12px 22px;
    }

    .buyback-features{
        gap: 15px !important;
        flex-direction: column;
        align-items: flex-start;
    }
}



.service-area-section {
    background: #f7f7f7;
    padding-top: 90px;
    padding-bottom: 90px;
}

/* Heading */
.service-title {
    font-size: 33px;
    font-weight: 800;
    line-height: 1.1;
    color: #000;
    max-width: 700px;
}

/* Description */
.service-description {
    font-size: 16px;
    line-height: 1.6;
    color: #6f6f6f;
    max-width: 720px;
   
}

/* Tags */
.city-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 35px;
}

.city-tags span {
   background: #f1f1f1;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 5px 28px;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    transition: 0.3s ease;
}
.city-tags span a{color:#000 !important;}
.city-tags span a:hover{color:#c62828 !important;}

.city-tags span:hover {
    background: #fff;
    border-color: #d0d0d0;
}

/* Highlight Text */
.extra-communities {
    color: #d62828;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* CTA Button */
.service-btn {
   display: inline-flex;
    align-items: center;
    gap: 14px;
    background: #d62828;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.3s ease;
}

.service-btn:hover {
    background: #b71f1f;
    color: #fff;
}

.service-btn span {
    font-size: 28px;
}

/* Image */
.image-wrapper img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    display: block;
}

/* Responsive */
@media (max-width: 991px) {
    .service-title {
        font-size: 30px;
    }

    .service-description {
        font-size: 16px;
    }

    .extra-communities {
        font-size: 16px;
    }

    .service-btn {
        font-size: 12px;
        padding: 10px 20px
    }
}

@media (max-width: 767px) {
    .service-title {
        font-size: 28px;
    }

    .service-description {
        font-size: 16px;
    }

    .city-tags span a{
        font-size: 16px;
        padding: 10px 18px;
        color:#000;
    }

    .service-btn {
        width: 100%;
        justify-content: center;
        text-align: center;
        font-size: 16px;
    }
    .city-tags span{padding:5px 4px;}
    .faq-accordion h2{font-size: 18px !important;}
    .faq-question{font-size:14px !important; padding: 12px 0 !important;}
    .our-products h2{font-size: 33px;}
}

.blog-section {
    background: #f7f7f7;
}

/* Heading */
.blog-title {
    font-size: 33px;
    font-weight: 800;
    color: #000;
 
}

.blog-subtitle {
    font-size: 16ppx;
    color: #707070;
    max-width: 1000px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Card */
.blog-card {
    background: #fff;
    border: 1px solid #e4e4e4;
    border-radius: 18px;
    overflow: hidden;
    height: 100%;
    transition: 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.blog-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

/* Content */
.blog-content {
    padding: 24px;
}

.blog-card-title {
   font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 5px;
}

.blog-card-title a {
    text-decoration: none;
    color: #111;
}

.blog-card-title a:hover {
    color: #d62828;
}

/* Learn More */
.blog-link {
    color: #ff7a00;
    text-decoration: none;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: 0.3s ease;
}

.blog-link:hover {
    color: #d62828;
}

.blog-link span {
    font-size: 20px;
}

/* CTA Button */
.view-blog-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #cf2e2e;
    color: #fff !important;
    text-decoration: none;
    padding: 10px 30px;
    border-radius: 14px;
    font-size: 16px;
    transition: 0.3s ease;
}

.view-blog-btn:hover {
    background: #b61f1f;
    color: #fff;
}

/* Responsive */
@media (max-width: 1199px) {
    .blog-title {
        font-size: 30px;
    }

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

@media (max-width: 767px) {
    .blog-title {
        font-size: 28px;
    }

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

    .blog-card-title {
        min-height: auto;
        font-size: 18px;
    }

    .view-blog-btn {
        font-size: 16px;
        padding: 10px 30px;
    }
}


.home-cta-section {
    background: #cf1600;
    padding: 90px 0;
    overflow: hidden;
}

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

.cta-title {
   font-size: 33px;
    font-weight: 800;
    line-height: 1.15;
    color: #fff;
}

.cta-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.92);
    margin-bottom: 35px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.cta-btn {
   display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 16px;
    transition: 0.3s ease;
    color:#fff !important;
}

.cta-btn-outline {
    color: #fff;
    border: 3px solid rgba(255,255,255,0.5);
    background: rgba(255,255,255,0.08);
}

.cta-btn-outline:hover {
    background: rgba(255,255,255,0.15);
    color: #fff;
}

.cta-btn-light {
    background: #fff;
    color: #111 !important;
    border: 3px solid #fff;
}

.cta-btn-light:hover {
    background: #f2f2f2;
    color: #111;
}

.cta-btn span {
    font-size: 34px;
    line-height: 1;
}

@media (max-width: 1199px) {
    .cta-title {
        font-size: 30px;
    }

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

    .cta-btn {
        font-size: 18px;
        min-width: auto;
        padding: 5px 25px;
    }
}

@media (max-width: 767px) {
    .home-cta-section {
        padding: 70px 0;
    }

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

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

    .cta-buttons {
        flex-direction: column;
    }

    .cta-btn {
        width: 100%;
        font-size: 18px;
        padding: 5px 20px;
    }

    .cta-btn span {
        font-size: 24px;
    }
}