* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  --font-family: "Quicksand";
  --theme-color: #1b004e;
  --bg-color: #50b3c4;
  --text-color: #000;
  --hero-text: 1.8rem;
  --primary-heading: 4.8rem;
  --secondary-heading: 3.6rem;
  --primary-text: 1.6rem;
  --sub-heading: 3.2rem;
  --secondary-text: 1.8rem;
  --font-weight: 700;
  --text-weight: 500;
  --li-weight: 600;
  --light-weight: 500;
  --white: #fff;
  --btn-color: #17054b;
}

html {
  font-family: var(--font-family);
  font-size: 62.5%;
  font-weight: var(--light-weight);
  color: #272727;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: inherit;
  display: block;
  word-break: break-word;
}
h1 {
  font-size: var(--primary-heading);
  color: var(--theme-color);
  font-weight: (--font-weight);
}
h2 {
  font-size: var(--secondary-heading);
  font-weight: var(--font-weight);
  color: var(--text-color);
}
h3 {
  font-size: var(--sub-heading);
  font-weight: (--font-weight);
}
p {
  font-size: var(--secondary-text);
  line-height: 2.8rem;
  color: var(--text-color);
  font-weight: var(--text-weight);
}

strong {
  color: #05b5c6;
}
input,
button {
  font-family: var(--font-family);
}
.hero-service {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.hero-left {
    max-width: 50%;
}
input:focus {
  outline: none;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

body {
  font-size: 1.6rem;
}
img {
  width: 100%;
  display: block;
}
.container {
  width: 100%;
  max-width: 135.3rem;
  padding-inline: 0.1rem;
  margin: auto;
}
.sub-container {
  width: 100%;
  max-width: 130rem;
  padding-inline: 0.1rem;
  margin: auto;
}
a.get-quote-btn {
  color: var(--white);
  font-size: var(--secondary-text);
  font-weight: var(--li-weight);
  line-height: 3rem;
  border-radius: 6rem;
  background: var(--theme-color);
  width: fit-content;
  padding: 0.86em 2.45em;
}
.product-btn {
  margin: 0 auto;
}
/* Footer */

.benefit-card ul {
    padding-left: 30px;
}
.page-id-1226 .hero-right img {
    max-width: 544.91px;
    margin-left: auto;
}
.inner-content {
    display: flex
;
    align-items: center;
    margin-top: 22px;
    gap: 18px;
}
.benefit-card ul li {
    color: #000;
    font-size: 18px;

    font-weight: 500;
    line-height: 28px; /* 150% */
}
.page-id-1226 section.hero .main.hero-container {
    max-width: 1350px;
    width: 100%;
}
.how-its-work-section a.get-quote-btn {
    margin: 68px auto 0;
}

.how-its-work-section a.get-quote-btn:hover {
    background: #50B3C4;
}
.hero {
  padding: 6rem 0;
  display: flex;
  justify-content: center;
  background: rgba(80, 179, 196, 0.2);
}
.how-right p {
    margin-bottom: 20px;
}

.hero-container {
  max-width: 134.3rem;
}
.form-group-serving br {
    display: none;
}
.form-group-serving label {
 
    margin-bottom: 10px;
    display: block;
}



.hero-left h2 {
  color: var(--theme-color);
font-size: 48px;
font-style: normal;
font-weight: 700;
line-height: normal;
	    margin-bottom: 24px;
text-transform: capitalize;
}

.hero-left p {
  margin-bottom: 6rem;
  color: #333;
}

.hero-right {
    display: flex
;
    width: 100%;
    max-width: 50%;
}


/* Mobile & Tablet Responsive */


.description {
  padding-block: 12rem;
}

.description-container {
  max-width: 128.4rem;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  align-items: center;
  flex-wrap: wrap;
}

.description-left img {
  max-width: 500px;

}
.page-id-1226 section.hero {
    padding-block: 12.8rem;
}


.description-main {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
}

.description-left,.description-right {
    width: 100%;
    max-width: calc(50% - 3rem);
}


.description-right p {
  margin-bottom: 2.8rem;
  line-height: 1.7;
}

/* 📱 Responsive styles */
.Contact {
  padding-bottom: 10rem;
  padding-inline: 1.6rem;
}
section.Contact span {
    color: #67D9ED;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}

.Contact-container {
  max-width: 152.2rem;
  width: 100%;
  background-image: url("https://www.capitalcarfinance.co.uk/wp-content/uploads/2025/04/contactUs-1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-color: var(--theme-color);
  color: var(--white);
  border-radius: 2.4rem;
  padding-block: 10.5rem 8.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 2rem;
  margin: 0 auto;
}

.Contact h2 {
  color: var(--white);
  text-align: center;
  line-height: 1.4;
  text-transform: capitalize;
  max-width: 94rem;
}

.contact-btn {
  display: flex;
  padding: 1.4rem 3rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  border-radius: 3rem;
  background: #50b3c4;
  color: var(--white);
  text-align: center;
  font-family: "Open Sans";
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1rem;
}

.phone-emoji {
  margin-right: 0.4rem;
}

/* ✅ Responsive for screens under 76.8rem */

.reviews-section {
  padding-block: 12rem;
  background-color: var(--white);
  background: rgba(190, 200, 202, 0.1);
}

.reviews-container {
  max-width: 140rem;
  margin: 0 auto;
  padding-inline: 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews-heading {
  text-align: center;
  line-height: 7.7647rem;
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.reviews-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 6.6rem;
  column-gap: 2rem;
  width: 100%;
  justify-content: center;
}
.reviews-rating img {
  max-width: 15rem;
}

.review-text {
  font-size: 1.6rem;
  color: var(--text-color);
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.reviews-images {
  display: flex;
  gap: 2.6rem;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-box {
  display: flex;
  width: 42.9rem;
  height: 28.9rem;
  padding: 2.4rem 2.4rem 2.8rem 2.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0rem 0.4rem 4rem 2rem rgba(0, 0, 0, 0.1);
  border-radius: 1.6rem;
  margin-bottom: 2.6rem;
}

.testimonial-content {
  text-align: left;
}

.testimonial-content h2 {
  margin: 0;
  color: var(--text-color);
  font-size: 2.1rem;
  line-height: 3.9rem;
}

.testimonial-content p {
  margin: 0.8rem 0 3.2rem 0;
  color: #41464f;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  max-width: 38rem;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  width: 100%;
}

.reviews__icon {
  height: 2rem;
  max-width: 13rem;
}
.timer__icon {
  height: 2rem;
  max-width: 2rem;
}

.testimonial-meta span {
  color: var(--Gray-600, #535862);
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}

/* ✅ Responsive */

.products {
  padding-block: 10rem;
  background: #dcf0f3;
}
.products-container {
  max-width: 134.3rem;
  margin-inline: auto;
  padding-inline: 1.6rem;
}

.products-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: 100%;
  margin-bottom: 6rem;
}

.products-container h2 {
  color: var(--text-color);
  text-align: center;
  text-transform: capitalize;
  margin: 0 auto 6rem auto;
}

.product-card {
  display: flex;
  width: 100%;
  max-width: 43.1rem;
  padding: 3.9rem 2.7rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border-radius: 1.6rem;
  background: var(--white);
  box-sizing: border-box;
  flex: 1 1 30rem;
}

.card-image {
  width: 10rem;
  height: 10rem;
  flex-shrink: 0;
  margin-bottom: 2.4rem;
}

.card-title {
  text-align: center;
  color: var(--text-color);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.2rem;
  letter-spacing: -0.2.4rem;
  margin: 0 0 1.3rem 0;
}

.card-description {
  color: #41464f;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  margin: 0;
}

/* Responsive Adjustments */

.form {
  background: rgba(190, 200, 202, 0.1);
  padding: 8rem 2rem;
}

.form-container {
  max-width: 116rem;
  width: 100%;
  margin: 0 auto;
}

.form-content {
  display: flex;
  justify-content: space-between;
  gap: 4rem;

  width: 100%;
}

.form-left {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1 1 100%;
  max-width: 51.4rem;
}

.form-left input,
.form-left textarea {
  width: 100%;
  padding: 1.6rem 2rem;
  background: #dfdfdf;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  font-family: inherit;
  resize: none;
  box-sizing: border-box;
}

.form-left textarea {
  height: 12.7rem;
}

.form-left input::placeholder,
.form-left textarea::placeholder {
  color: var(--000000, var(--text-color));
  font-size: 1.8rem;
  letter-spacing: -0.1.8rem;
  text-transform: capitalize;
}

.form-right {
  flex: 1 1 100%;
  max-width: 57.1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.form-right h2 {
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 2.4rem;
}

.form-right p {
  color: var(--text-color);
  line-height: 2.8rem;
  margin-bottom: 2.8rem;
}

.form-group-serving {
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cards-wrapper {
    PADDING-INLINE: 12PX;
}
.form-group-serving label {
  color: var(--50-b-3-c-4, #50b3c4);
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: -0.1.8rem;
  text-transform: capitalize;
}

.form-group-serving input {
  width: 100%;
  padding: 1.6rem 2rem;
  background: #dfdfdf;
  border: none;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-family: inherit;
  box-sizing: border-box;
}

.send-message-btn {
  margin-top: 4rem;
  display: flex;
  width: 100%;
  max-width: 23.6rem;
  padding: 1.6rem 3.4rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  background-color: var(--50-b-3-c-4, #50b3c4);
  color: var(--white);
  font-family: "Open Sans", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 3rem;
  border: none;
  border-radius: 6rem;
  text-decoration: none;
  cursor: pointer;
  align-self: flex-start;
}

/* Responsive Media Queries */

.how {
  padding: 13.4rem 1.2rem;
  background: #dcf0f3;
}

.how-left, .how-right {
    width: 100%;
    max-width: calc(50% - 4rem);
}
.how-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap; /* No wrapping */
}


.how-left img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.8rem;
}
.how__btn {
  margin: 0;
  width: fit-content;
}



.how-right h2 {
  color: var(--text-color);
  text-transform: capitalize;
  margin-bottom: 2.4rem;
}

.how-text {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-bottom: 4rem;
}

.how-text p {
  color: var(--text-color);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}

/* Responsive Styling */

.options {
  background: #f5f5f5;
	padding-block: 14rem;
}



.section-title {
  color: var(--text-color);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 6rem;
}

.cards-row {
  display: flex;
  gap: 2.5rem; /* 10px */
  justify-content: space-between;
}

.option-card {
  background: #fff;
  border-radius: 1.6rem; /* 16px */
  padding: 3.9rem 2.7rem; /* 39px 27px */
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.option-card h3 {
  color: var(--text-color);
  font-size: 2.4rem; /* 24px */
  line-height: 3.2rem; /* 32px */
  letter-spacing: -0.024rem; /* -0.24px */
  margin-bottom: 1.6rem;
}

.option-card p {
  color: #41464f;
  font-family: Quicksand, sans-serif;
  font-size: 1.6rem; /* 16px */
  line-height: 2.4rem; /* 24px */
  max-width: 377px;
}

.benefit {
  position: relative;
}

/* Top Purple Section */
.benefit-top {
  background: var(--theme-color);
  display: flex;
  justify-content: center;
  position: relative;
  padding-block:11rem  28rem;
}

.benefit-heading {
  color: var(--white);
  text-align: center;
  font-size: 4.8rem;
  text-transform: capitalize;
  padding: 0 2rem;
  max-width: 81.3rem;
}
.hero-container {
    padding-inline: 12px;
}
/* Bottom Light Section */
.benefit-bottom {

  position: relative;
  z-index: 0;
}
section.benefit .benefit-card {
    margin-top: -21rem;
}
section.benefit {
    padding-bottom: 10rem;
	  background: #f5f5f5;
}
p.amount-card-options-intro {
    margin-top: 20px;
}
.cards-wrapper {
  display: flex;
  gap: 4rem;
  justify-content: center;
  position: relative;

}

.benefit-card {
    display: flex
;
    flex-direction: column;
    width: 100%;
    padding: 4rem;
    border-radius: 1.6rem;
    background-color: #fff;
    max-width: 659px
}
.benefit-card pre {
    max-width:  351px;
}


.benefit-card h3 {
  font-size: 2.8rem;
  text-transform: capitalize;
  margin-bottom: 1.8rem;
}

.benefit-list {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.8rem; /* 155.556% */
  padding-left: 2rem;
  margin-bottom: 2.8rem;
}

.benefit-card p {
  line-height: 2.4rem;
  margin-bottom: 1.8rem;
 
}

.benefit-card p.mb-2_8 {
  margin-bottom: 2.8rem;
}

.benefit-card p.mb-2_4 {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
}

.benefit-card h4 {
  color: var(--theme-color);
  font-size: 2rem;
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.card-footer {
  margin-top: 4rem;
  display: flex;
  column-gap: 3.2rem;
}
.card-footer img {
  max-width: 35.1rem;
}




/* pcp car finance css */
/* 
.guide {
  background-color: rgba(80, 179, 196, 0.2);
  padding-block: 15.8rem 19rem;
	padding-inline:30px;
}

.guide-container {
  max-width: 134.4rem;
  margin: 0 auto;
}

.guide-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  flex-wrap: wrap;
	width:100%;
}

.guide-text {
  flex: 1 1 50rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
	max-width:69.7rem;
}

.guide-text p {
  line-height: 1.6;
	max-width:680px;
}

.guide-image {
  flex: 0 0 auto;
}

.guide-image img {
  width: 54.5rem;
  max-width: 100%;
  height: auto;
  display: block;
} */

/* Tablet */

/* Mobile */


.personal-contract {
  padding-block: 10rem; /* adjust as needed */
}

.personal-contract-container {
  max-width: 143.6rem;
  margin: 0 auto;
}
.personal-text, .personal-image {
    width: 100%;
    max-width: calc(50% - 3rem);
}
.personal-content {
display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    align-items: center;
}

.personal-image {
  flex: 0 0 auto;
}

.personal-image img {
  width: 68.4rem; /* 684px in rem */
  max-width: 100%;
  height: auto;
  display: block;
}

.personal-text {
  flex: 1 1 40rem;
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
  max-width:658px;
}

.personal-text p {
  line-height: 1.6;
}

.amount {
  padding-block: 11rem 14rem;
  padding-inline: 2rem;
  text-align: center;
  background:rgba(220, 240, 243, 1);
}

.amount-title {
  font-size: 3.2rem;
  margin-bottom: 8rem;
  max-width: 75rem;
  margin-inline: auto;
	text-align:center;
}

.amount-cards-wrapper {
  display: flex;
  gap: 2.4rem;
  flex-wrap: wrap;
  justify-content: center;
}

.amount-card {
  background: rgba(255, 255, 255, 0.80);
  border-radius: 2.4rem;
  padding: 4rem;
    max-width: 35.4%;
  width: 100%;
  text-align: left;
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}
.amount-card-list li {
       font-size: 1.8rem;
    font-weight: 500;
}
.amount-card-image {
  width: 10rem;
  margin-bottom: 2.4rem;
}

.amount-card-heading {
  font-size: 2.8rem;
  text-transform: capitalize;
}

.amount-card-description {
  margin-top: 1.8rem;
  
}

.amount-card-list {
  margin-top: 2.8rem;
  padding-left: 2.4rem;
  font-size: 1.8rem;
  line-height: 1.6;
}

.amount-card-list li {
  margin-bottom: 1.2rem;
}

.amount-card-footer {
  margin-top: 2.8rem;
  line-height: 1.6;
}


.amount-card-options-intro {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
}

.amount-card-options {
  margin-bottom: 2.4rem;
}

.amount-card-option {
  margin-bottom: 2.4rem;
}

.amount-card-option-image {
  max-height: 3.8rem;
  width: auto;
  margin-bottom: 1rem;
}
.pcp-benifits-left img {
    margin-block: 11px 60px;
    display: none;
}
.amount-card-option-title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
  color: var(--theme-color);
}

.amount-card-option-description {
  font-size: 1.6rem;
  line-height: 1.6;
}
.amount-card-heading{
	display:flex;
	column-gap:0.65rem;
	align-items:center;
}


.pcp-benifits{
	padding-block:11.9rem 14.8rem;
}
.pcp-benifits-container{
	max-width:126.6rem;
	width:100%;
	
}
.pcp-benifits-container h2{
	margin-bottom:2.4rem;
}
.pcp-benifits-container p{
	font-size:1.6rem;
}

.pcp-benifits-container p:not(:last-of-type) {
  margin-bottom: 2.4rem;
}

.pcp-benifits-container p:last-of-type {
  margin-bottom: 4.6rem;
}
.depreciation{
	padding-block:10.9rem 13.1rem;
	background:rgba(220, 240, 243, 1);
}
.depreciation-container{
	max-width:138.3rem;
}
.pcp-depreciation-right{
	max-width:calc(53% - 80px);
	display:flex;
	flex-direction:column;
	row-gap:2.4rem;
}
.faq-acordion{
	padding-block:12.6rem 20.4rem;
}
.faq__heading{
	text-align:center;
	width:100%;
	margin-bottom:8.4rem;
}
.pcp-benifits-main,.pcp-depreciation-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.pcp-benifits-left {
    width: 100%;
    max-width: 50%;
}
.pcp-depreciation-left {
    width: 100%;
    max-width: 47%;
}

.pcp-depreciation-left img {
    max-width: 616px;
}
.pcp-benifits-right {
    width: 100%;
    max-width: 37%;
}

.pcp-benifits-right img {
    max-width: 468px;
}

.pcp-benifits-left p {
    margin-bottom: 25px;
}

.pcp-benifits-left h2 {
    margin-bottom: 24px;
}

.pcp-benifits-left a.get-quote-btn {
    margin-top: 46px;
    padding-inline: 56px;
}
.pcp-depreciation-right img {
    display: none;
}
@media only screen and (max-width:1024px){
	.hero {
    padding: 8.9rem 0;
}
	.description {
    padding-block: 6rem;
}
	.options {
    padding-block: 6rem;
}
    .Contact h2 {
        font-size: 28px;
    }
	.Contact {
    padding-bottom: 6rem;
    padding-inline: 1.2rem;
}
	.inner-content {
    display: flex
;
    align-items: baseline;
    flex-direction: column;
    gap: 7px;
}
	.depreciation {
    padding-block: 6.9rem 7.1rem;

}
	.pcp-benifits {
    padding-block: 8.9rem 8.8rem;
}
	.faq-acordion {
    padding-block: 8.6rem 10.4rem;
}
	.page-id-995 .hero-left h2 {
    color: var(--theme-color);
    font-size: 40px;

}
	.faq__heading {
 
    margin-bottom: 4.4rem;
}
    .description-right p {
        margin-bottom: 1.8rem;
        line-height: 1.6;
        font-size: 16px;
    }
	.hero-left h1 {
   margin-bottom: 1.2rem;
    FONT-SIZE: 30PX;
    line-height: 3.6rem;
}
	.how-content {
    gap: 1rem;
}
	.how-left, .how-right {
    width: 100%;
    max-width: calc(50% - 1rem);
}
	section.servive-banner-section h2 {

    font-size: 30px;
}
.how {
    padding: 6.4rem 1.2rem;
    
}
	.card-footer {
    flex-direction: column;
    gap: 20px;
}
.amount-card {
    padding: 30px 2rem 40px;
}
.pcp-benifits-right {
    max-width: 46%;
}
	section.where-do-we-section .personal-contact-content p {
    font-size: 15px;
    line-height: 22px;
}
	section.where-do-we-section .personal-contact-content p {
    font-size: 15px;
    line-height: 22px;
}
	section.where-do-we-section .personal-img a {
    width: fit-content;
    display: flex
;
    padding: 1rem;

    width: 100%;
    max-width: 221px;
}
	section.where-do-we-section .personal-contact-content span {
   
    font-size: 2rem;
    line-height: 2.4rem;
}
}
@media only screen and (max-width:1200px){
	.amount-card {
    max-width: 46%;

}
}
@media only screen and (max-width:767px){
	.hero-left {
    max-width: 100%;
}
a.get-quote-btn {
    font-size: 16px !important;
	padding-block: 10px !important;
}
	 p {

          font-size: 16px !important;
        line-height: 24px !important;
}
	h2{
	        font-size: 28px !important;
	}
	.hero-left h2 {
    font-size: 30px !important;
    margin-bottom: 18px;
}
	.pcp-depreciation-right img {
    display: block;
}
	.pcp-depreciation-right {
    max-width: 100%;
    row-gap: 1.1rem;
}
	.page-id-1226 .hero-right img {

    margin: 0 auto;
}
	.depreciation {
    padding-block: 2.7rem 4.7rem;

}
	.pcp-depreciation-left {
    display: none;
}
	.pcp-benifits-left h2 {
    margin-bottom: 0px;
}
	.personal-text, .personal-image {
    width: 100%;
    max-width: calc(100% - 0rem);
}
	.how-its-work-section a.get-quote-btn {
    margin: 20px auto 0;
}


	.pcp-benifits-right {
    display: none;
}
	.pcp-benifits-left img {
          display: block;
        margin: 25px 0 60px;
        max-width: 100%;
        width: auto;
}
	    .pcp-depreciation-right img {
        
       display: block;
        margin: unset;
        max-width: 470px;
        width: 100%;
        margin-top: 20px;
    }
	section.where-do-we-section .personal-img a svg {
    max-width: 3.6rem;
    height: 3.6rem;
}
	section.where-do-we-section .personal-img a span {
    font-size: 10px;
}
	.personal-img p {
    font-size: 14px !important;
}
	
section.where-do-we-section .personal-img a {
    gap: 8px;
    top: -25px;
 
    max-width: 166px;
    align-items: anchor-center;
}
	section.where-do-we-section {
    background: var(--theme-color);
    padding-block: 8rem 5rem;
}

	.pcp-benifits-left a.get-quote-btn {
    margin-top: 23px;
    padding-inline: 36px;
   padding-block: 10px;
}
.hero-right {

    max-width: 100%;
    margin-top: 60px;
}
	.pcp-benifits-right img {
    max-width: 100%;
}
	.faq-acordion {
    padding-block: 6rem 7rem;
}
.faq__heading {

    margin-bottom: 4.3rem;
}
	.personal-contact-content h2 {
    text-align: center;
}
	.personal-contact-content p {
    text-align: center;
}

section.where-do-we-section .personal-contact-content span {
    font-size: 1.6rem;
    line-height: 24px;

}
section.where-do-we-section a.get-quote-btn {
    margin: 16px auto 0;
    padding-inline: 38px;
}
	.pcp-benifits-right {
    width: 100%;
    max-width: 100%;
}


	.pcp-benifits-left {
  
    max-width: 100%;
}
	    .amount-card {
        max-width: 100%;
    }
	.amount-card-image {
    width: 7rem;  
}
	.amount {
    padding-block: 3.5rem 5rem;
    padding-inline: 1.2rem;

}
	.amount-title {
    margin-bottom: 2.8rem;

}
	.amount-card-description {
  
    font-size: 16px;
    line-height: 24px;
}
	.amount-card-heading {

    font-size: 24px;
}
	.pcp-benifits {
    padding-block: 6rem 6rem;
}
	.pcp-benifits-left p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
}

.hero-left h1 {
    margin-bottom: 1rem;
    text-align: center;
}
	.personal-image img {
    max-width: 100%;
}
	.personal-content {
flex-direction: column-reverse;
    gap: 2rem;
  
}
	body.page-template-default.page.page-id-1075.logged-in.admin-bar.customize-support .main.Contact-container {
    padding-block: 87px;
}
	.personal-text p {
    font-size: 16px;
}
	section.Contact span {
    font-size: 20px;
}
	.personal-contract {
    padding-block: 4.2rem 6rem;
}
	.personal-text {
    flex: unset;
    display: flex
;
    flex-direction: column;
    gap: 2.8rem;
    max-width: 100%;
}
	.hero-left span.hero-span {
    text-align: center;
}
.hero-left p {
    margin-bottom: 0px;
    text-align: center;
}
	.section-title {
   
    margin-bottom: 4rem;
}
	.option-card h3 {
    font-size: 1.6rem !important;
    line-height: 2.2rem;
    margin-bottom: 1.3rem;
}
.hero-left a.get-quote-btn {
    margin: 0 auto;
    margin-top: 30px;
}
    .hero {
        padding: 2.5rem 0;
    }
	.description-left, .description-right {
    width: 100%;
    max-width: calc(100% - 0rem);
}
.description-main {
 
    gap: 2.4rem;
    padding-inline: 12px;
}
	    .description {
        padding-block: 6rem 4.2rem;
    }
	.Contact-container {
    padding-block: 6.3rem 6.3rem;
}
	.product-card {
    padding: 3.9rem 2.1rem;
    flex: 2 1 100%;
	 max-width: 100%;
		gap: 0rem;
}
.products-container h2 {

    margin: 0 auto 4rem auto;
}
.products {
    padding-block: 6rem 7.2rem;
   
}
	.products-boxes {
    display: flex
;
    justify-content: center;
   
    gap: 2rem;
    margin-bottom: 4rem;
}
	.card-image {
    width: 7rem;
    height: 7rem;
    margin-bottom: 1.3rem;
}
	.contact-us-form-enquiry-input div {
    display: flex
;
    flex-direction: column;
    gap: 0px;
}

	section.servive-banner-section {
    height: unset;
		    padding-block: 9rem;
}


	    .how-left, .how-right {
        width: 100%;
        max-width: calc(100% - 0rem);
    }
	.how-content {
        gap: 3rem;
    }
	    section.servive-banner-section h2 {
        font-size: 28px;
    }
	.how {
        padding: 4.5rem 1.2rem 5.3rem;
    }
	.cards-row {
    gap: 2rem;
		flex-direction: column;
 
}
.option-card {
  
    padding: 3.9rem 3.5rem;
    width: 100%;
    max-width: 100%;
}
.option-card p {

    font-size: 1.4rem !important;
    line-height: 2rem !important;
    max-width: 100%;
}
	.benefit-card {

    max-width: 100%;
}
	.cards-wrapper {

    gap: 2rem;
    flex-direction: column;
}
	section.benefit .benefit-card {
    margin-top: 0rem;
}
	section.benefit .benefit-card:nth-child(1) {
    margin-top: -21rem;
}
	.benefit-heading {
    
    font-size: 3rem;
   
}
	section.benefit {
    padding-bottom: 6rem;
    
}
	.benefit-top {
   
    padding-block: 6rem 28rem;
}
	.contact-us-img {
    width: 100%;
}
	.contact-us-content {

    max-width: 100%;
}
	.contact-us-main {

    gap: 74px;
    flex-direction: column;
}
	.contact-us-img img {
    max-width: 100%;
}

 

.benefit-card p, .benefit-card li {
    font-size: 16px;
}

}