* {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  box-sizing: border-box;
}
.about-container {
    position: relative;
    height: 60vh;
    background-image: url(https://accountsrp.com/wp-content/uploads/2025/09/PricingBanner.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.about-info {
    position: relative;
    z-index: 2;
}

.about-info h1 {
    color: white;
    font-size: 40px;
}
.cta-section {
 
  padding: 20px 20px;
  max-width: 1100px;
  margin: 0 auto;
   text-align: center;
   background: none!important;
}

.cta-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1d3557;
 
}

.cta-subtext {
  font-size: 1rem;
  font-weight: 400;
  color: #1d3557;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.6;
}

/* card-continer */
.card-section{
    max-width: 1200px;
    margin: 0 auto;
    padding:2rem 2rem
}
.card-container{
    display: flex;
    gap: 2rem;
}
.card{
    width: 350px;
    height: 520px;
    padding: 1rem 1rem;
    color: white;

}
#card-1{
  background-image: url(https://accountsrp.com/wp-content/uploads/2025/06/P-1.png);
  background-size: cover;
}
#card-2{
  background-image: url(https://accountsrp.com/wp-content/uploads/2025/06/P-2.png);
  background-size: cover;
}
#card-3{
  background-image: url(https://accountsrp.com/wp-content/uploads/2025/06/P-3.png);
  background-size: cover;
}
.card ul>li{
    list-style: none;
}
.card-heading{
    height: 35px;
     display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.card-heading p{
    font-size: 16px;
    font-weight: 500;
}
.hr-line{
    margin-top: 60px;
    width: 280px;
    
}
.card-body{
    margin-top: 10px;
    padding: 0px 2rem;
}
.cardbody-heading{
    height: 20px;
    text-align: center;
    font-size: 18px;
}
.cardbody-subtext{
    padding: 0.8rem 0rem;
}
.cardbody-subtext ul li{
    padding: 5px 0rem;
    display: flex;
    gap: 12px;
    align-items: center;
}
.cardbody-subtext-gap{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 300px;
}

.card-bottom{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.file-button {
  background:  linear-gradient( #466fbf, #233C68);
  color: white;
  border: none;
  padding: 8px 50px;
  border-radius: 20px;
  cursor: pointer;  
  margin-bottom: 8px;
  font-weight: bold;
  transition: transform 0.2s;
}
.card-bottom a{
  text-decoration: none;
  color: white;
}
.last-section{
  background-image: url(https://accountsrp.com/wp-content/uploads/2025/06/Group-51.png);
  background-size: cover;
  margin-top: 100px;
}
.last-container{
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 400px;
  padding: 21px 0px;
  margin-bottom: 80px;
}

.last-container img {
    height: 425px;
}

@media(max-width:768px){
    .card-section {
        padding:0px;
    }
    .last-left {
        max-width: 300px !important;
        margin: 0 auto;
    }
    .last-left p {
        font-size: 18px !important;
    }
    .last-section {
        margin-top: 0px;
    }
}

.last-left{
  /* padding:1rem 4rem; */
  max-width: 650px;
  margin-left: 30px;
  padding-top: 40px;
}

.last-left h2{
  font-size: 30px;
  color: rgb(183, 35, 35);
}

.last-left p{
  font-size: 26px;
  font-weight: 600;
}

.imgShape{
    position: absolute;
    top: -69px;
    left: 780px;
}
@media (max-width: 768px) {
  .cta-heading {
    font-size: 1.5rem;
    padding: 0rem 2rem;
  }

  .cta-subtext {
    font-size: 1rem;
    padding:  0rem 2rem;
  }
  .imgShape{
    display: none;
  }
\
}
/* card-section responsive */
@media (max-width: 1024px) {
  .card-container {
    flex-wrap: wrap;
    justify-content: center;
  }

  .card {
    max-width: 300px;
    flex: 1 1 45%;
  }

  .cardbody-subtext ul li {
    font-size: 0.95rem;
  }

  .file-button {
    font-size: 0.9rem;
    padding: 10px 35px;
  }

  .card-bottom a {
    font-size: 0.85rem;
  }
}

@media (max-width: 768px) {
  .card-container {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
    max-width: 350px;
    padding: 35px 0px;
  
  }
  .card-heading p {
    font-size: 0.95rem;
  }

  .cardbody-heading h4 {
    font-size: 1.1rem;
  }

  .cardbody-subtext ul li {
    font-size: 0.9rem;
  }

  .file-button {
    font-size: 0.85rem;
    padding: 8px 30px;
  }

  .card-bottom a {
    font-size: 0.8rem;
  }
}
 .file-button:hover {
      background: linear-gradient(90deg, #094EB2, #233C68);
      /* transform: scale(1.05);/ */
      box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
      border: 0.5px solid rgba(0, 0, 0, 0.242);
    }
    
/* Form Styles */
.home-form-contact-form {
  display: flex;
  flex-direction: column;
}

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

.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: 5px 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: 80px;
  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: 20px;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .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) {
  .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;
  }
}

.wpcf7-not-valid-tip {
    font-size: 12px;
    margin-top: 5px;
}

.wpcf7-acceptance{
margin: -9px 0px 10px -15px;
}
.wpcf7-form-control-wrap {
    margin: -10px 0px 10px;
}