* {
  margin: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  box-sizing: border-box;
}


#analysis-image-service-active{
    display:none;
}
 
.analysis-service-included ul {
    list-style: disc!important;
	 margin-left: 20px;
}

.analysis-service-included ul >li {
    margin-bottom:10px;
    font-size:18px;
}

.analysis-service-benefits ul >li {
    margin-bottom:10px;
    font-size:18px;
}
.analysis-service-included  h3 {
    color:#BA2800!important;
    font-size:22px!important;
    margin-bottom:10px;
}

.analysis-service-benefits h3{
     color:#BA2800!important; 
      font-size:22px!important;
    margin-bottom:10px;
}

/* Hero Section - Full Width */
.hero {
  position: relative;
  width: 100%;
  height: 60vh;

  background: url("https://accountsrp.com/wp-content/uploads/2025/09/servicebanner.png") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 40px; /* Gap after hero */
}

.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(39, 102, 167, 0.8);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 800px;
  padding: 0 20px;
}

.hero-title {
  font-size: clamp(2rem, 5vw, 4rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  font-size:40px;
}

/* Second Section - Full Width */
.section {
  width: 100%;
  padding: 60px 20px 80px 20px; /* Top padding reduced, bottom increased */
  text-align: center;
  margin-bottom: 0; /* Remove margin-bottom since padding handles spacing */
}

.section-title {
  color: #BA2800;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
  margin-bottom: 30px; /* Reduced from 40px to match design */
  line-height: 1.2;
}

.section-content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px; /* Add horizontal padding for better text containment */
}

.section-text {
  /* color: #565656; */
  font-size: clamp(0.95rem, 1.8vw, 1.1rem);
  /* font-weight: 400; */
  line-height: 1.7;
  margin-bottom: 25px; /* Reduced from 30px */
}

.section-text:last-of-type {
  margin-bottom: 50px; /* Specific spacing before button */
}

.cta-button {
  display: inline-block;
  background: #2766a7;
  color: #fff;
  padding: 16px 35px; /* Increased padding to match button size in design */
  border-radius: 40px;
  font-size: 1.25rem; /* Reduced from 2rem - the current size looks too large */
  font-weight: 600; /* Increased weight for better button appearance */
  text-decoration: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px; /* Add slight letter spacing for button text */
}

.cta-button:hover {
  background: #1e5085; /* Better hover color that matches the blue tone */
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .section {
    padding: 40px 15px 60px 15px;
  }

  .section-content {
    padding: 0 20px;
  }

  .cta-button {
    padding: 14px 30px;
    font-size: 1.1rem;
  }
}

.section {
  width: 100%;
  padding: 0px 15px 50px 15px; /* reduced further */
  text-align: center;
  margin-bottom: 0;
}

.section-title {
  color: #BA2800;
  font-size:25px;
  font-weight: 600;
  margin-bottom: 20px; /* reduced */
  line-height: 1.2;
  
}

.section-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px; /* reduced */
}

.section-text {
  /* color: #565656; */
  font-size: 16px;
  /* font-weight: 400; */
  line-height: 1.6; /* reduced */
  margin-bottom: 10px; /* reduced */
}

.section-text:last-of-type {
  margin-bottom: 30px; /* reduced */
}

.cta-button {
  display: inline-block;
  background: #2766a2;
  color: #fff;
  padding: 12px 28px; /* reduced */
  border-radius: 40px;
  font-size: 1.15rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.cta-button:hover {
  background: #1e5085;
}

/* BaaS Section */
.baas-section {
  position: relative;
  width: 100%;
  /* background: #ffffff; */
  font-family: "Poppins", sans-serif;
  overflow: visible;
      background-color: #fff3f0;
}

.container {
  width: 100%;
  padding: 40px 15px; /* reduced */
  background-color: #fff3f0;
  position: relative;
  overflow: visible;
  max-width: 1200px;
  margin: 0 auto;
  padding:30px 40px;
  
}

.content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px; /* reduced */
  margin-bottom: 40px; /* reduced */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.text-content {
  flex: 1;
  max-width: 500px;
}

.text-content h2 {
  font-size: 30px; /* slightly smaller for balance */
  font-weight: 700;
  color: #cc4c2c;
  line-height: 1.2;
  margin-bottom: 18px; /* reduced */
}

.text-content p {
  font-size: 18px;
  line-height: 1.55; /* reduced */
  
}

.image-content {
  position: absolute;
  top: -110px; /* higher overlap */
  right: 10px;
  width: 600px; /* increased more */
  z-index: 999;
}

.image-overlay {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.image-overlay img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  left:73px;
}

/* Features Section */
.features-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px; /* reduced */
  max-width: 1200px;
  margin: 0 auto;
  margin-top:-50px;
}

.features-column h3 {
  font-size:23px;
  font-weight: 600;
  color: #b5300d;
  margin-bottom: 12px; /* reduced */
  line-height: 1.3;
}

.features-column ul {
 
  padding: 0;
}

.features-column ul li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; /* reduced */
  margin-bottom: 5px; /* reduced */
  padding-left: 20px;
}

.features-column ul li::before {
  content: "●";
  font-weight: bold;
    font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
}

/* Bottom-right stripe */
.section-stripe {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 190px;
  height: 40px;
  background: #2766a7;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.analysis-service-benefits ul {
    list-style: disc;
	margin-left: 20px;
}
 

/* Responsive */
@media (max-width: 768px) {
.baas-section{
  padding:20px 10px;  
}

  .section-content {
    padding: 0 12px;
  }

  .cta-button {
    padding: 10px 24px;
    font-size: 1rem;
  }

  .container {
    padding: 20px 12px 15px 12px; /* reduced */
  }

  .content-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .image-content {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 520px; /* larger on mobile too */
    margin: 0 auto;
    margin-top: -10px;
    transform: scale(1.05);
    z-index: 999;
  }

  .features-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* BaaS2 Section - Full Width */
/* Taxation Service Section */
.taxation-service-section {
  position: relative;
  width: 100%;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  overflow: visible;
}

.taxation-service-container {
  width: 100%;
  padding: 40px 15px;
  background-color: #f2f6fb;
  position: relative;
  overflow: visible;
  margin-top: 35px;
}

.taxation-service-content {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  max-width: 1200px;
  margin-left: 150px;
  /* margin-right: auto; */
  position: relative;
  z-index: 1;
  flex-direction: row-reverse;
}

.taxation-service-text {
  flex: 1;
  max-width: 500px;
}

.taxation-service-text h2 {
  font-size: 2.2rem;
  font-weight: 700;
  color: #cc4c2c;
  line-height: 1.2;
  margin-bottom: 18px;
}

.taxation-service-text p {
  font-size: 1rem;
  font-weight: 400;
  color: #565656;
  line-height: 1.55;
  text-align: justify;
}

.taxation-service-image {
  position: absolute;
  top: -110px;
  left: 10px;
  width: 600px;
  z-index: 999;
}

.taxation-service-image-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.taxation-service-image-wrap img {
  width: 60%;
  height: auto;
  display: block;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  margin-top: 56px;
  margin-left: 238px;
}

/* Features Section */
.taxation-service-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  max-width: 1020px;
  margin: 0 auto;
}

.taxation-feature-column h3 {
  font-size: clamp(1.2rem, 2.2vw, 1.3rem);
  font-weight: 600;
  color: #cc4c2c;
  margin-bottom: 12px;
  line-height: 1.3;
}

.taxation-feature-column ul {
  
  padding: 0;
}

.taxation-feature-column ul li {
  position: relative;
  font-size: clamp(0.9rem, 1.4vw, 0.95rem);
  font-weight: 400;
  color: #565656;
  line-height: 1.5;
  margin-bottom: 5px;
  padding-left: 20px;
}

.taxation-feature-column ul li::before {
  content: "●";
 
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
}

/* Bottom-right stripe */
.taxation-service-stripe {
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 190px;
  height: 40px;
  background: #2766a7;
  /* border-top-RIGHT-radius: 15px;
  border-TOP-left-radius: 15px; */
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .taxation-service-section {
    /* padding: 30px 12px 40px 12px; */
  }
	.text-content p {
  font-size: 16px !important;
  line-height: 1.55; 
  
}
	.reporting-raas-text-content p{
		font-size:16px !important;
	}
	.features-column ul li{
		font-size:16px !important;
	}
	.analysis-service-included ul li{
		font-size:16px !important;
	}
	.analysis-service-benefits ul li {
		font-size:16px !important;
	}
	

  .taxation-service-content {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .taxation-service-image {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    margin-top: -10px;
    transform: scale(1.05);
    z-index: 999;
  }
  .taxation-service-image-wrap img {
    margin-left: 0px;
    margin: 0 auto;
  }

  .taxation-service-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* RaaS Section - Full Width */
/* Reporting RaaS Section */
.reporting-raas-section {
  position: relative;
  width: 100%;
  background-color: #fffeee;
  font-family: "Poppins", sans-serif;
  overflow: visible;
  margin-top: 35px;
}

.reporting-raas-container {
  width: 100%;
  padding: 30px 40px;
  background-color: #fffeee;
  position: relative;
  overflow: visible;
	 max-width: 1200px;
    margin: 0 auto;
}

.reporting-raas-content-wrapper {
  display: flex;
  align-items: center;
  gap: 40px; /* reduced */
  margin-bottom: 40px; /* reduced */
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.reporting-raas-text-content {
  flex: 1;
  max-width: 500px;
}

.reporting-raas-text-content h2 {
  font-size:30px; /* slightly smaller for balance */
  font-weight: 700;
  color: #cc4c2c;
  line-height: 1.2;
  margin-bottom: 18px; /* reduced */
}

.reporting-raas-text-content p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55; /* reduced */
  text-align: justify;
}

.reporting-raas-image-content {
  position: absolute;
  top: -110px; /* higher overlap */
  right: 10px;
  width: 600px; /* increased more */
  z-index: 999;
}

.reporting-raas-image-overlay {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.reporting-raas-image-overlay img {
  width: 65%;
  height: auto;
  display: block;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  margin-top: 38px;
 left: 100px;
}

/* Features Section */
.reporting-raas-features-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px; /* reduced */
  max-width: 1200px;
  margin: 0 auto;
}

.reporting-raas-features-column h3 {
  font-size: 23px;
  font-weight: 600;
  /* color: #cc4c2c; */
  margin-bottom: 12px; /* reduced */
  line-height: 1.3;
  color:#BA2800!important;
}

.reporting-raas-features-column ul {

  padding: 0;
}

.reporting-raas-features-column ul li {
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5; /* reduced */
  margin-bottom: 5px; /* reduced */
  padding-left: 20px;
}

.reporting-raas-features-column ul li::before {
  content: "●";

  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1.5;
}

/* Bottom-right stripe */
.reporting-raas-section-stripe {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 170px;
  height: 40px;
  background: #2766a7;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

/* Responsive */
@media (max-width: 768px) {
  .reporting-raas-section {
/*     padding:20px */
  }
  .reporting-raas-image-overlay img {
    margin: 0 auto;
  }

  .reporting-raas-container {
   padding: 20px !important;
  }

  .reporting-raas-content-wrapper {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }

  .reporting-raas-image-content {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 520px; /* larger on mobile too */
    margin: 0 auto;
    margin-top: -10px;
    transform: scale(1.05);
    z-index: 999;
  }

  .reporting-raas-features-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Assa Section - Full Width */

/* Trust Section - Full Width */
.rp-trust-section {

  width: 100%;
  padding: 0px 20px;
 
  position: relative;
  margin-bottom: 40px; /* Gap after section */
}



.rp-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.rp-content-wrapper {
  display: flex;
  align-items: stretch;
  background: #e6eaf0;
  border-radius: 30px;
  overflow: hidden;
  min-height: 350px;
}

.rp-left-card {
  flex: 0 0 45%;
  background: linear-gradient(135deg, #246aa2 0%, #1e5a8a 100%);
  padding: 60px 30px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(https://www.digitmarketus.com/Rp-acounting/wp-content/uploads/2025/09/Service-1.jpg);
  background-size: cover;
}

.rp-left-card h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  text-align: left;
  color: rgba(255, 255, 255, 0.8);
}

.rp-highlight {
  color: rgba(239, 234, 134, 1);
}

.rp-right-content {
  flex: 1;
  padding: 60px 50px;
  display: flex;
  align-items: center;
}

.rp-feature-list {
  width: 100%;
}

.rp-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 25px;
}

.rp-feature-item:last-child {
  margin-bottom: 0;
}

.rp-check-icon {
  background: transparent;
  border: 2px solid #246aa2;
  color: #246aa2;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

.rp-feature-item p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}

/* 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: 600px;
  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;
}

/* RESPONSIVE DESIGN */

/* Mobile Responsiveness - Hero */
@media (max-width: 768px) {
  .hero {
    height: 50vh;
    min-height: 350px;
    margin-bottom: 40px;
  }

  .hero-content {
    padding: 0 15px;
  }
	
	.reporting-raas-image-overlay img {
    width: 100%;
    left: 0px !important;
}
	
	
	
  
}

@media (max-width: 480px) {
  .hero {
    margin-bottom: 30px;
  }

  .hero-content {
    padding: 0 10px;
  }

  .section-stripe {
    bottom: 3px;
    right: 0;
    width: 190px;
    height: 42px;
    background: #2766a7;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

/* Mobile Responsiveness - Section */
@media (max-width: 768px) {
  .section {
    /* padding: 60px 15px;
        margin-bottom: 40px; */
  }

  .section-title {
    margin-bottom: 30px;
  }

  .section-text {
    margin-bottom: 25px;
  }
}

@media (max-width: 480px) {
  .section {
    /* padding: 50px 10px;
        margin-bottom: 30px; */
  }

  .section-title {
    margin-bottom: 25px;
  }

  .section-text {
    margin-bottom: 20px;
  }

  .cta-button {
    font-size: 1.5rem;
  }
}

/* Mobile Responsiveness - BaaS Sections */
@media (max-width: 768px) {
    
    .hero-content h1{
        font-size:24px!important;
    }
 
  .baas-section,
  .baas2-section,
  .raas-section,
  .assa-section {
    /* margin-bottom: 40px;
        padding: 60px 0; */
  }

  .container,
  .baas2-container,
  .raas-container,
  .assa-container {
    padding: 40px 15px;
  }

  .content-wrapper,
  .baas2-content-wrapper,
  .raas-content-wrapper,
  .assa-content-wrapper {
    flex-direction: column;
    gap: 40px;
    /* text-align: center; */
    margin-bottom: 60px;
  }

  .features-wrapper,
  .baas2-features-wrapper,
  .raas-features-wrapper,
  .assa-features-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

@media (max-width: 480px) {
  .baas-section,
  .baas2-section,
  .raas-section,
  .assa-section {
    /* margin-bottom: 30px;
        padding: 40px 0; */
  }

  .container,
  .baas2-container,
  .raas-container,
  .assa-container {
    padding: 30px 10px;
  }

  .baas2-stripe {
    bottom: 3927px;
    left: 0;
    width: 108px;
    height: 25px;
  }

  .raas-bottom-stripe {
    bottom: 23px;
    right: 0;
    width: 100px;
    height: 25px;
  }

  .assa-bottom-stripe {
    bottom: 23px;
    left: 0;
    width: 100px;
    height: 25px;
  }
}
@media (max-width: 360px) {
  .baas2-stripe {
    bottom: 3980px;
    left: 0;
    width: 108px;
    height: 25px;
  }
}
/* Mobile Responsiveness - Trust Section */
@media (max-width: 768px) {
  .rp-trust-section {
    margin-bottom: 40px;
  }

  .rp-content-wrapper {
    flex-direction: column;
    border-radius: 20px;
  }

  .rp-left-card {
    flex: none;
    padding: 40px 30px;
    border-radius: 20px 20px 0 0;
    text-align: center;
  }

  .rp-left-card h2 {
    font-size: 28px;
  }

  .rp-right-content {
    padding: 40px 30px;
  }

  .rp-feature-item {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .rp-trust-section {
    padding: 40px 15px;
    margin-bottom: 30px;
  }

  .rp-content-wrapper {
    border-radius: 15px;
  }

  .rp-left-card {
    padding: 30px 25px;
    border-radius: 15px 15px 0 0;
  }

  .rp-left-card h2 {
    font-size: 30px;
  }

  .rp-right-content {
    padding: 30px 25px;
  }

  .rp-feature-item {
    gap: 12px;
    margin-bottom: 18px;
  }

  .rp-feature-item p {
    font-size: 15px;
  }

  .rp-check-icon {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
}
   .analysis-service-parent-container{
       position:relative;
          padding-bottom: 40px!important;
}
      

/* Mobile Responsiveness - CTA */
@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;
  }
}

/* Desktop Large Screens */
@media (min-width: 1400px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .section {
    /* padding: 100px 20px;
        margin-bottom: 50px; */
  }

  .baas-section,
  .baas2-section,
  .raas-section,
  .assa-section {
    /* margin-bottom: 50px;
        padding: 100px 0; */
  }

  .rp-trust-section {
    margin-bottom: 9px;
  }
}

@media (min-width: 1800px) {
  .hero-title {
    font-size: 2.5rem;
  }
}




/* analysis */
 .analysis-service-container {
      max-width: 1100px;
      margin: 0 auto;
    
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas:
        "image content"
        "included benefits";
      gap: 20px 20px;
       

    }

    /* Grid Areas */


    .analysis-service-content1 {
      grid-area: content;
    }

    .analysis-service-included {
      grid-area: included;
    }

    .analysis-service-benefits {
      grid-area: benefits;
    }



    /* Responsive */
    @media (max-width: 768px) {
      .analysis-service-container {
        grid-template-columns: 1fr;
        grid-template-areas:
          "image"
          "content"
          "included"
          "benefits";
      }

    
    }
    .analysis-service-image img{
      height: auto;
      width: 350px;
    }
    .analysis-service-content p{
       font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
   
        
    }
    .analysis-service-content h2{
      font-size: 30px;
    font-weight: 800;
    color: #CC4C2C;
    line-height: 1.2;
    margin-bottom: 18px;
    }
    .analysis-service-parent-container{
      background-color: #F8FFFC;
      margin: 40px 0px;
      padding: 45px 0px;
      
    }
    .analysis-service-image{
      position: relative;
    }
    .analysis-service-image img{
      position: absolute;
     top: -65px;
    }
   
   @media (max-width: 768px) {
  .analysis-service-image img {
    position: static;
    width: 100%;
    height: auto;
  }

  .analysis-service-content h2 {
    font-size: 2.2rem;
    margin: 15px 0 18px;
  }

  .analysis-service-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.55;
    text-align: left;
    margin-bottom: 10px;
  }

  .analysis-service-container {
    padding: 20px;
  }

  ul li {
    font-size: 14.4px;
  }

  .analysis-service-included h3,
  .analysis-service-benefits h3 {
    font-size: clamp(1.2rem, 2.2vw, 1.3rem);
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 1.3;
  }

  .image-overlay img {
    position: static;
  }

  .taxation-service-image-wrap img {
    width: 100%;
    height: auto;
  }

  #analysis-mobile-inactive {
    display: block;
  }

  .analysis-service-parent-container {
    /* ⚠️ Keep only if you really want to remove padding on mobile */
    padding: 0;
  }

  #analysis-image-service-inactive {
    display: none;
  }

  /* FIXED: Only one definition */
  #analysis-image-service-active {
    display: block !important;
  }

  .rpserveul li {
    margin: 0;
    list-style: disc;
  }
}
@media(min-width:768px){
	.analysis-service-included {
  
    margin-left: -10px !important;
}
}
