@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.benfits-parent ul li{
	list-style:disc !important;
}
html,
body {
  height: 100%;
  width: 100%;
}
.ai-hero-banner {
  height: 60vh;
  width: 100%;
  background-image: url(https://accountsrp.com/wp-content/uploads/2025/09/Aibanner.png);
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.ai-banner-heading-container {
  width: 500px;
  height: 80px;
  background: linear-gradient(to right, #585757 0%, #444e5e 53%, #314464 100%);
  display: flex;
  align-items: center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  padding: 0px 40px;
}
.ai-banner-heading-container h2 {
  color: white;
  font-size: 35px;
}

/* Second Section */
.ai-account-tools-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 34px;
  text-align: center;
}

.ai-account-tools-section-heading {
  font-size: 25px;
  font-weight: bold;
  color: #ba2800;
  margin-bottom: 10px;
}

.ai-account-tools-section-description {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
}
.ai-account-tools-section > p {
  margin-bottom: 10px;
}

/* third section */
.ai-accounting-business {
  background-color: #fff9f1;
  padding: 0px 60px;
}
.ai-accounting-business-parent {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  height: 630px;
}
.ai-accounting-business-parent h3 {
  font-size: 30px;
  font-weight: bold;
  color: #ba2800;
  margin-bottom: 10px;
}
.ai-accounting-business-left-container {
  width: 50%;
  padding: 40px 0px 0px;
}
.ai-accounting-business-right-container {
  display: flex;
  flex-direction: row-reverse;
  width: 50%;
}

/* ai - features -Robotic */
.ai-feature-section {
  display: flex;
  align-items: flex-start;
  max-width: 600px;
  margin: 20px auto;
  font-family: Arial, sans-serif;
  color: #000;
}

.ai-feature-line {
  width: 2px;
  height: 100px;
  margin-right: 15px;
}

.ai-feature-content {
  flex: 1;
}

.ai-feature-content h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 8px 0;
  color: black;
}

.ai-feature-content p {
  font-size: 15px;
  line-height: 1.5;
  margin: 0;
  color: #333;
}
.feature2,
.feature4 {
  background-color: #ba2800;
}
.feature3,
.feature1 {
  background-color: #333b99;
}
.ai-accounting-business-right-container img {
  /* width: 500px; */
  height: 620px;
  height: 100%;
}

/* 4th section */

.aiworks-section {
  background: url(https://accountsrp.com/wp-content/uploads/2025/09/AI.png) no-repeat center center/cover;
   /* adjust as needed */
  display: flex;
  align-items: center; /* vertical center */
  text-align: center;
  color: #000;
  padding: 30px 30px 10px;;
}

.aiworks-container {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

.aiworks-heading {
  font-size: 28px;
  font-weight: bold;
  color: #ba2800;
  margin-bottom: 15px;
}

.aiworks-description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
.aiworks-container button{
    background-color:#1B2954 ;
    color: white;
    padding:  5px 10px;
    border: none;
    border-radius: 5px;
    font-size: 24px;
    margin-top: 20px;
}

/* 5th section */
.benfits-parent{
    display: flex;
}
.benfits-glance-leftcontainer{
    width: 50%;
  background-color: #1B2954;
   padding: 20px 40px;
    display: flex;
   flex-direction: row-reverse;
   /* direction: rtl; */
}
.benfits-glance-rightcontainer{
    width: 50%;
    background-color: #233C68;
    padding: 20px 40px;
   
}
.benfits-glance-leftcontainer ul li{
    color: white;
    margin-top: 10px;
   
}
.benfits-glance-rightcontainer ul li{
    color: white;
    margin-top: 10px
    
}
/* Media Queries */
@media (max-width: 768px) {
  /* banner */
  .ai-banner-heading-container {
    width: 80%;
    height: 70px;
    padding: 0px 25px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
  }

  .ai-banner-heading-container h2 {
    font-size: 28px;
    white-space: normal;
    text-align: center;
  }
  /* ai-tools */
  .ai-account-tools-section-heading {
    font-size: 22px;
  }

  .ai-account-tools-section-description {
    font-size: 15px;
  }

  .ai-accounting-business-parent {
    flex-direction: column;
    height: auto;
  }
  .ai-accounting-business-left-container {
    width: 100%;
  }
  .ai-accounting-business-right-container {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
  .ai-accounting-business-right-container img {
    width: auto;
    height: 400px;
  }
  .ai-accounting-business {
    padding: 0 20px;
  }
  /* 4th Section */
  .aiworks-heading {
    font-size: 24px;
  }

  .aiworks-description {
    font-size: 15px;
  }
  /* 5th Section */
  .benfits-parent{
    flex-direction: column;
  }
  .benfits-glance{
    flex-direction: column;
  }
  .benfits-glance-leftcontainer{
    width: 100%;
  }
    .benfits-glance-rightcontainer{
    width: 100%;
  }
}

@media (max-width: 480px) {
  /* banner Section */
  .ai-hero-banner {
    justify-content: center !important;
  }
  .ai-banner-heading-container {
    width: 95%;
    height: auto;
    padding: 10px 20px;
    border-radius: 30px;
    justify-content: center;
  }

  .ai-banner-heading-container h2 {
    font-size: 22px;
    line-height: 1.3;
    text-align: center;
  }

  /* tools section */
  .ai-account-tools-section-heading {
    font-size: 20px;
  }

  .ai-account-tools-section-description {
    font-size: 14px;
  }
  .ai-accounting-business {
    padding: 0 20px;
  }
  /* 4th section */
  .aiworks-section {
    height: auto; /* let height adjust */
	 padding: 40px 20px 10px;
  }

  .aiworks-heading {
    font-size: 20px;
  }

  .aiworks-description {
    font-size: 14px;
  }
}
/*  CTA Section*/

/* CTA Section - Full Width */
.cta-section {
  position: relative;
  width: 100%;
  background: url("https://accountsrp.com/wp-content/uploads/2025/09/Section-6.png")
    no-repeat center/cover;
  font-family: "Poppins", sans-serif;
  text-align: center;
  padding: 80px 20px;
  color: #000;
}

.cta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #246aa2;
  margin-bottom: 15px;
}

.cta-content p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1.6;
  color: #333;
}

.cta-btn {
  display: inline-block;
  padding: 12px 28px;
  background: #246aa2;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-btn:hover {
  background:#1e5085;
  color:white;
}
@media (max-width: 768px) {
  .cta-content h2 {
    font-size: 1.6rem;
  }
  .cta-content p {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .cta-section {
    padding: 60px 15px;
  }
  .cta-content h2 {
    font-size: 1.4rem;
  }
  .cta-content p {
    font-size: 0.9rem;
  }
}