* {
  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/AboutBanner.png);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.about-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 51, 102, 0.6); 
    z-index: 1;
}

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

.about-info h1 {
    color: white;
    font-size: 40px;
}

/* story-section  */

.story-section {
  padding: 2rem 1rem;
   margin: 0 auto;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  max-width: 1280px;
  
}
.story-lastsection{
    margin: auto 2rem;
}
.story-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto 2rem;
  gap: 3rem;
  flex-wrap: wrap;
}

.story-text {
  flex: 1 1 520px;
}

.story-label {
  display: inline-block;
  background-color: #e7ecf7;
  color: #2a2a2a;
  font-weight: 600;
  padding: 0.4rem 1rem;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.story-text h2 {
  font-size: 28px;
  color: #1d2b50;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.story-text p {
  font-size: 16px;
  color: #333333;
  line-height: 1.7;
  margin-bottom: 1.2rem;
}

.story-image {
  flex: 1 1 400px;
  text-align: center;
}

.story-image img {
  max-width: 109%;
  height: auto;
}

/* vmp Section  */

.vmp-section {

  padding: 0rem 1rem;
  font-family: "Poppins", sans-serif;
}

.vmp-container {
  max-width: 1200px;
  margin: 0 auto;
}


.vmp-decor-row {
  text-align: center;
  max-width: 1200px;
  
}

.vmp-decor-row img {
  width: 1150px;
  height:auto;
  margin-bottom: 10px;
}

.vmp-content-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 0rem 3rem;
}

.vmp-box {
  flex: 1 1 30%;
  text-align: center;
}
.vmp-banner img{
    max-width: 1200px;
}
.vmp-icon {
  background-color: white;
  border: 8px solid #004f9e;
  width: 90px;
  height: 90px;
  margin: 0 auto 1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vmp-icon img {
  width: 100px;
  height: 100px;
}

.vmp-box h3 {
  color: #b83500;
  font-size: 20px;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.vmp-box p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
}

/* values-section */
.our-values-section {
  background-image: url('https://accountsrp.com/wp-content/uploads/2025/06/Sec3bg_updated.jpg'); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 4rem 1rem;
  position: relative;
}

.our-values-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 300px;
}

.text-content {
  padding: 0rem 0rem 6rem 2rem;
  border-radius: 8px;
  max-width: 450px;
  color: #0b2c55;
}

.text-content h2 {
  font-size: 32px;
  margin-bottom: 0.8rem;
  color: #0b2c55;
}

.text-content p {
  font-size: 16px;
  line-height: 1.6;
}
.cta-section{
   position: relative;
   background-color: #00297B!important;
       max-width: 100%!important;
}
.cta-container{
     max-width: 1200px;
    padding: 1rem 4rem;
    margin: 0 auto;
    
}
.cta-image{
 
   position: absolute;
    top: -135px;
    right:0;
}
.cta-text{
     color: #fff;
max-width: 1200px;}

 .cta-text h2 {
  font-size: 28px;
  font-weight: 700;
  color: #f7d34a;

}
.cta-text p {
  font-size: 16px;
  margin-bottom: 1.5rem;
  color: #fff;
}

.cta-btn {
  background-color: #e43b23;
  color: #fff;
  padding: 7px 50px;
  border: none;
  border-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.cta-btn:hover {
  background-color: #c32d1b;
}



/* hero-responsive */

@media screen and (max-width: 768px) {
  .vmp-content-row {
      padding:0px;
  }
  .story-lastsection p { 
      text-align:center!important;
  }
    .story-section {
  padding: 2rem 0rem;
    }
   .vmp-icon{
       border:none;
   }
  .about-container {
    height: 50vh;
  }

  .about-info h1 {
    font-size: 32px;
  }
}

@media screen and (max-width: 640px) {
  .about-container {
    height: 40vh;
    padding: 0 1rem;
  }

  .about-info h1 {
    font-size: 24px;
    text-align: center;
  }
}

/* stroy responsive */
@media screen and (max-width: 768px) {
  .story-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap:1rem
  }

  .story-text h2 {
    font-size: 24px;
  }

  .story-text p {
    font-size: 15px;
  }

  .story-image {
    margin-top: 2rem;
  }
  .story-image {
  flex: 1 1 200px;
  text-align: center;
}
.story-lastsection p{
    margin-top: 2rem;
}
}

@media screen and (max-width: 480px) {
  .story-text h2 {
    font-size: 20px;
  }

  .story-text p {
    font-size: 14px;
  }

  .story-label {
    font-size: 14px;
  }
}

/* vmp responsive */
/* Small screens (mobile) */
@media screen and (max-width: 600px) {
  .vmp-decor-row {
    display: none;
  }

  .vmp-content-row {
    flex-direction: column;
    align-items: center;
  }

  .vmp-box {
    width: 100%;
    max-width: 90%;
  }

  .vmp-box h3 {
    font-size: 18px;
  }

  .vmp-box p {
    font-size: 14px;
  }
}

/* Medium screens (tablet) */
@media screen and (max-width: 780px) {
  .vmp-box {
    flex: 1 1 45%;
  }

  .vmp-box h3 {
    font-size: 19px;
  }

  .vmp-box p {
    font-size: 15px;
  }
  .vmp-decor-row{
    display: none;
 }
}
@media screen and (min-width: 780px) {
 .vmp-icon{
    display: none;
 }
 
}
@media screen and (max-width: 768px) {
  .our-values-container {
    justify-content: center;
  }

  .text-content {
    padding: 1.5rem;
  }

  .text-content h2 {
    font-size: 24px;
  }

  .text-content p {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .cta-image {
    display: none;
  }
}

@media screen and (max-width: 768px) {
    
    .accordion-header span {
        text-align: left;
    line-height: 1.3;
    }
  .cta-image {
    display: none;
  }
  .faq-wrapper {
    margin-top: 0px !important;
    padding: 0 !important;
  }
}

@media screen and (max-width: 992px) {
  .cta-image {
    display: none;
  }

  .cta-container {
    padding: 2rem;
    text-align: center;
  }

  .cta-text {
    max-width: 100%;
  }

  .cta-text h2 {
    font-size: 24px;
  }

  .cta-text p {
    font-size: 15px;
    line-height: 1.6;
  }

  .cta-btn {
    padding: 8px 40px;
    font-size: 15px;
  }
}  /* ✅ CLOSE MEDIA QUERY HERE */

/* FAQ styles should be global, not stuck inside @media */
.faq-section {
  background-color: #fff;
  padding: 40px 20px;
}

.faq-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  margin-top: 100px;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #c03814;
  margin-bottom: 0px;
}

.accordion-wrapper {
  background-color: #e8f3fa;
  padding: 50px;
}

.accordion-container {
  max-width: 1200px;
  margin: 0 auto;
}

.accordion-body p {
  padding-right: 180px;
  text-align: justify;
  font-size: 18px;
  font-weight: 400;
}

.accordion-item {
  border-bottom: 1px solid #ccc;
}

.accordion-header {
  background: none;
  border: none;
  width: 100%;
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  background-color: #e8f3fa;
  color: black !important;
}

.accordion-header:hover {
  background: none;
}

.accordion-icon {
  font-size: 24px;
  font-weight: bold;
  color: #000;
}

.accordion-body {
  display: none;
  padding-bottom: 20px;
  font-size: 14px;
  color: #333;
}

.accordion-item.active .accordion-body {
  display: block;
}

/* ❌ This rule doesn’t work (content only works with ::before/::after) */
.accordion-item.active .accordion-icon {
  content: "−";
}

.faq-bottom-image {
  text-align: left;
  margin-top: 50px;
}

.faq-bottom-image img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 640px) {
  .cta-container {
    padding: 1.5rem 1rem;
  }

  .cta-text h2 {
    font-size: 24px;
  }

  .cta-text p {
    font-size: 19px;
  }

  .cta-btn {
    padding: 6px 30px;
    font-size: 14px;
  }

.accordion-body p {
    padding-right: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}
 .accordion-wrapper {
    background-color: #e8f3fa;
    padding: 20px;
}
}
