* {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  box-sizing: border-box;
}
body {
  background-color: #fff;
}
.get-started-btn a{
  text-decoration: none;
  color: white;
}
.arrow-circle{
  display: flex;
  align-items: center;
  gap:5px;
  
}
/*
.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.2rem 5rem;
  background-color: white;
  border-bottom: 1px solid #ccc;
  position: relative;
 

}
ul{
  list-style: none;
}
.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.logo img {
  width: 50px;
}

.logo span {
  font-size: 12px;
  color: #222;
}

.nav-links ul {
  display: flex;
  align-items: center;
  list-style: none;
  gap: 1rem;
}

.nav-links a {
  text-decoration: none;
  color: black;
  font-weight: 500;
  transition: color 0.3s ease;
}
.nav-links li {
padding: 5px 15px;
}

.nav-links li:hover{

  background-color:#2283af;
    border-radius: 25px;

}
.nav-links li:hover a {
    color: white;
}

.social-icons a {
  margin-left: 10px;
  font-size: 18px;
}
.social-icons{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px;
  gap:5px;
}
.hamburger {
  display: none;
  font-size: 1.5rem;
  cursor: pointer;
}*/
.hero-container{
  background: url(https://accountsrp.com/wp-content/uploads/2025/09/Frame-99.png) !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 80vh;
  padding: 20px auto;
  text-align: center;
  color: white;
  z-index: 1;
 display: flex;
 flex-direction: column;
 justify-content: center;
}


.hero-container h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height:1.3;
}

.hero-container p {
  font-size: 1rem;
  margin-bottom: 2rem;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  padding: 3px 10px;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease;
  display: flex;
    align-items: center;
    gap: 5px;
}

 .red-btn {
  background-color: #ba2800;
  color: white;
}



.btn:hover {
  opacity: 0.9;
}


.trust-section{
  max-width: 1500px;
  margin: 0 auto;
}
.trust-container {
  background-image: url(https://accountsrp.com/wp-content/uploads/2025/09/Section-2-1.png);
      background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 650px;
  position: relative;

}
.highlight-bar{
  height: 50px;
  width: 3px;
  background-color: #2283af;
  display: inline-block;
  position: absolute;
  left: -12px;
}
.trust-content{
  position: absolute;
  top: 18%;
  left: 6%;
  padding: 10px;
  background-color: white;
  
}
.trust-box{
  max-width: 550px;
  background-color: white;
  border: 3px solid #ba2800;
  padding:  60px 60px 60px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.trust-box h2{
  position: relative;
  color: #ba2800;
  font-size: 36px;
    line-height: 45px;
}



/* service Section */
.services-section {
  background: url(https://accountsrp.com/wp-content/uploads/2025/09/Section-3.png) no-repeat center/cover;
  padding: 4rem 3rem;
  text-align: center;
  color: #fff;
  
}

.services-header h2 {
  font-size: 40px;
  font-weight: 800;
  color: #a52a2a;
  margin-bottom: 0.5rem;
  line-height:1.3;
}

.services-header p {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}

.services-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 2rem;
  margin-top: 3rem;
  flex-wrap: wrap;
  max-width: 1200px;
}

.service-box {
  flex: 1 1 250px;
  background-color: transparent;
  color: white;
  padding: 1rem;

}

.service-box img {
  max-width: 100px;
  min-height:87px;
  margin-bottom: 1rem;
}

.service-box h3 {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.5rem;
}

.service-box p {
  font-size: 16px;
  color: white;
  line-height: 1.5;
}

.package-container{
     text-align: center;
     margin: 2rem;
  
}


.banner {
  background-image: url('https://accountsrp.com/wp-content/uploads/2025/06/Package_Bg.png');
  background-size:cover;
  background-position: center;
  color: white;
  padding: 0px 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 50px auto;
  gap: 1.5rem;
  height: 135px;
  
}

.price-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  font-weight: bold;
  padding: 1rem 0rem;

}
.slant{
  width: 3px;
  background-color: white;
  height: 60px;
  border-top-left-radius:2px ;
  border-bottom-right-radius:2px ;
  transform: rotate(20deg); 

}
.price {
 font-size: 40px;
 margin-top: -25px;
}

.per-month {
  font-size: 21px;
  margin-top: -15px;

}

.offer-text {
  font-size: 21px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-weight: 500;
  align-items: center;
  margin-top: -15px;
}


.how-it-works {
  padding: 60px 20px;
 background-image: url(https://accountsrp.com/wp-content/uploads/2025/06/Section-4_BG.png);
 background-size:cover ;
}

.how-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  gap: 18rem;
  flex-wrap: wrap;

}

.how-left {
  
  max-width: 350px;
}

.how-left h2 {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

.how-left h2 .highlight-bar {
  display: inline-block;
  height: 45px;
  width: 4px;
  background-color: #c0392b; /* Reddish highlight */
  margin-right: 10px;
  vertical-align: middle;
}

.how-left p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.how-right {
  max-width: 350px;
}

.steps-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.steps-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}

.steps-list li::before {
  content: counter(step);
  counter-increment: step;
  display: inline-block;
  background-color: #c0392b;
  color: white;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  margin-right: 10px;
}

.steps-list {
  counter-reset: step;
}

.get-started-btn {
  background-color: #2283af;
  color: white;
  padding: 3px 35px;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
}

.get-started-btn:hover {
  background-color: #004a99;
}

.video-section {
  text-align: center;
  margin-top: 40px;
}

.video-wrapper {
  max-width: 850px;
  margin: 0 auto;
  border: 10px solid #666;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  line-height: 0 !important;
  
}

.video-wrapper iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.video-caption{
max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
}
.video-caption h2 {
  font-size: 2.5rem;
  color: #2283af;
  margin: 20px 0px 0px;
}

.video-caption p {
  font-size: 1rem;
  color: #333;
}
/* stats section */
.stats-section {
  background: linear-gradient(to right, #edf5fb, #e8f0f6); /* light blue gradient */
  padding: 1rem 1rem;
}

.stats-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 0rem 2rem;
}

.stat-box {
  flex: 1;
  border-right: 4px solid #ccc;
  padding: 1rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
}

.stat-box:last-child {
  border-right: none;
}

.stat-icon {
  width: 90px;
}
.stat-box p{
    margin-bottom:0!important;
}
.stat-box h2 {
font-size: 2.5rem;
  color: #b72600;
  line-height: 1.2;
 
}

.stat-box p {
  font-size: 1rem;
  color: #222;
  font-weight: 400;
  line-height: 1.5;
}

/* financeSection */
.finance-banner {
  background-image: url('https://accountsrp.com/wp-content/uploads/2025/09/Section-6.png'); /* Replace with actual image path */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.finance-content {
  padding: 2rem;
  border-radius: 12px;
  max-width: 800px;
  width: 100%;
}

.finance-content h2 {
  font-size: 2.5rem;
  color: #2166a5;
  font-weight: 800;
  margin-bottom: 1rem;
}

.finance-content p {
  font-size: 1.125rem;

  margin-bottom: 2rem;
  line-height: 1.6;
  font-weight: 500;
}

.btn-started {
  display: inline-block;
  background-color: #2166a5;
  color: #fff;
  padding: 0.3rem 2.7rem;
  font-weight: 600;
  font-size: 1rem;
  border-radius: 25px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.btn-started:hover {
  background-color: #154c7e;
}

/* cards */
.resources-section {
  padding: 4rem 1rem;
  text-align: center;
  background-image: url(https://accountsrp.com/wp-content/uploads/2025/09/Sectoin-7.png);
  background-size:cover ;
}

.resources-title {
  font-size: 2.5rem;
  color: #b32a00;
  font-weight: 800;
  margin-bottom: 2rem;
}

.resources-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.resource-card {
  background-color: #2166a5;
  color: #fff;
  border-radius: 10px;
  padding: 1rem 1rem;
  max-width: 300px;
  width: 100%;
  text-align: center;
  transition: transform 0.3s;
}

.resource-card img {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;

}

.resource-card h3 {
  font-size: 1.3rem;
  font-weight: 700;

}

.resource-card p {
font-size: 15px;
  line-height: 1.5;
}
#blog-arrow{
     height: 20px;
     width: 20px;
     margin-bottom: 0rem;
}
.resource-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}


/* Responsive Styling */
@media (max-width: 768px) {
    
    .services-container {
  
  gap: 0px;
  margin-top:0px;
  
}
    .package-section{
margin-bottom:-30px!important}
    
    .how-it-works {    padding: 0px 20px 60px 20px;}
    
    banner{
margin:0px auto 50px;
}
  .resources-title {
    font-size: 2rem;
  }

  .resource-card {
    max-width: 100%;
  }

  .resource-card h3 {
    font-size: 1.2rem;
  }

  .resource-card p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .stat-box p{
    margin-bottom:0!important;
}
  .resources-title {
    font-size: 1.8rem;
  }

  .resources-container {
    flex-direction: column;
    align-items: center;
  }

  .resource-card {
    padding: 1rem;
  }

  .resource-card h3 {
    font-size: 1.1rem;
  }

  .resource-card p {
    font-size: 0.9rem;
  }
}


/* 📱 Responsive Styles */
@media (max-width: 768px) {
  .finance-content h2 {
    font-size: 2rem;
  }

  .finance-content p {
    font-size: 1rem;
  }

  .btn-started {
    padding: 0.6rem 1.5rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .finance-content {
    padding: 1.5rem;
  }

  .finance-content h2 {
    font-size: 1.6rem;
  }

  .finance-content p {
    font-size: 20px;
  }
}


/* 📱 Responsive: Mobile view */
@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    gap: 1rem;
  }

  .stat-box {
    border-right: none;
    border-bottom: 5px solid #ddd;
  }

  .stat-box:last-child {
    border-bottom: none;
  }

  .stat-box h2 {
    font-size: 1.5rem;
  }

  .stat-box p {
    font-size: 20px;
  }
}

/* Responsive */
@media screen and (max-width: 768px) {
  .video-wrapper iframe {
    height: 250px;
  }

  .video-caption h2 {
    font-size: 1.4rem;
  }

  .video-caption p {
    font-size: 0.95rem;
  }
}
/* Responsive */
@media screen and (max-width: 936px) {
  .how-container {
    flex-direction: column;
    text-align: center;
    gap:2rem;
  }

  .how-left h2 {
    font-size: 1.6rem;
  }

  .how-left p {
    font-size: 0.95rem;
    margin-bottom: -15px;
  }

  .steps-list li {
    justify-content: center;
    text-align: left;
    display: block;
  }

  .get-started-btn {
    margin-top: 0px;
  }
}


@media screen and (max-width: 768px) {
  .hero-content h1 {
    font-size: 1.5rem;
    font-weight: 600;
  }

  .hero-content p {
    font-size: 0.85rem;
    font-weight: 400;
  }

  .btn {
    font-size: 0.85rem;
    padding: 0.5rem 0.8rem;
    justify-content: center;
    margin: 0px 30px 0px 30px;
  }

  .hero-buttons {
    flex-direction: column;
    gap: 0.75rem;
    padding: 0px 20px;
  }
}

/* trust Section */
@media screen and (max-width: 768px) {
  .trust-container {
    height: auto;
    padding: 2rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height:1.3;
  }

  .trust-content {
    position: static;
    padding: 0;
    background-color: transparent;
    display: flex;
    justify-content: center;
  }

 .trust-box {
    padding: 2rem;
    border-width: 2px;
    max-width: 82%;
    text-align: center;
    gap: 10px !important;
}


  .trust-box h2 {
    font-size: 1.5rem;
  }

  .trust-box p {
    font-size: 0.95rem;
  }

  .highlight-bar {
    height: 25px;
    width: 3px;
    left: -10px;
  }
}

@media screen and (max-width: 640px) {
  .trust-box {
    padding: 1.5rem;
  }

  .trust-box h2 {
    font-size: 1.3rem;
     line-height:1.3;
  }

  .trust-box p {
    font-size: 0.9rem;
  }

  .highlight-bar {
    display: none; /* optional: hide bar on very small screens */
  }
}
@media(max-width:680px){
  .banner{
    display: block;
    padding:  10px 10px 180px 10px;
  }
  .slant{
    display: none;
  }
}

.home-form-contact-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(https://accountsrp.com/wp-content/uploads/2025/09/Contact-us.png);
  background-size: cover;
}

.home-form-contact-container {
  background-color: #ebebeb;
  padding: 30px 20px ;
  width: 100%;
  max-width: 600px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  margin: 30px 0px;
  transform: translate(300px,-15px);
  
}

.home-form-contact-container-line h1 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 10px;
  color: #333;
}

/* Form Styles */
.home-form-contact-form {
  display: flex;
  flex-direction: column;
}

.home-form-contact-form-field {
  margin-bottom: 20px;
}

.home-form-contact-form-field label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.home-form-contact-form-field input,
.home-form-contact-form-field textarea {
  width: 100%;
  padding: 10px;
  background-color: #d9d9d9;
  border: 1px solid #ccc;
  font-size: 14px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.home-form-contact-form-field input:focus,
.home-form-contact-form-field textarea:focus {
  outline: none;
  border-color: #094db27a;
  box-shadow: 0 0 8px #094db2b6;
}

.home-form-contact-form-field textarea {
     height: 65px;
  resize: vertical;
}

.home-form-contact-submit-btn, input[type="submit"] {
  padding: 10px 20px !important;
  background-color: #094db2b6 !important;
  color: white !important;
  border: none !important;
  border-radius: 4px !important;
  font-size: 16px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

.home-form-contact-submit-btn:hover, input[type="submit"]:hover {
  background-color: #094db2 !important;
}

/* Ensure the submit button wrapper is positioned */
.home-form-contact-form-field {
  position: relative;
}

/* Style the spinner */
.wpcf7-spinner {
  position: absolute !important;
  top: 150%;
  left: 50%;
  transform: translate(-50%, -50%); /* Centers it */
  margin: 0 !important; /* Remove default margin */
}


.home-form-contact-container-line{
    border: 2px solid #4C6FBF;
    padding: 0px 20px;
}

/* Media Queries */
@media screen and (max-width: 768px) {
	.hero-container{
		padding:20px !important;
	}
  .home-form-contact-container {
    padding: 40px;
  }

  h1 {
    font-size: 1.5rem;
  }

  .home-form-contact-form-field label {
    font-size: 0.9rem;
  }

  .home-form-contact-form-field input,
  .home-form-contact-form-field textarea {
    font-size: 0.9rem;
  }

  .home-form-contact-submit-btn {
    font-size: 0.9rem;
  }
  .home-form-contact-container{
    transform: translate(0);
  }
}

@media screen and (max-width: 480px) {
	.how-right {
    margin-bottom: 120px !important;
}
  .home-form-contact-container {
    padding: 15px;
  }

  h1 {
    font-size: 1.2rem;
  }

  .home-form-contact-form-field label {
    font-size: 0.8rem;
  }

  .home-form-contact-form-field input,
  .home-form-contact-form-field textarea {
    font-size: 0.8rem;
  }

  .home-form-contact-submit-btn {
    font-size: 0.8rem;
  }
}
@media(min-width:768px){
	.form-singleline{
	display: flex !important;
    gap: 10px !important;
	}
}
.home-form-contact-section{
	line-height:1 !important;
}
.wpcf7-acceptance{
margin: -9px 0px 10px -15px;
}
.wpcf7-form-control-wrap {
    margin: -10px 0px 10px;
}