@import url("https://fonts.googleapis.com/css2?family=Annie+Use+Your+Telescope&family=Cabin:ital,wdth,wght@0,87.5,600;1,87.5,600&family=Cedarville+Cursive&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Edu+NSW+ACT+Cursive:wght@400..700&family=Figtree:ital,wght@0,300..900;1,300..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Michroma&family=Montserrat:ital,wght@0,600;1,600&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Qwitcher+Grypen:wght@400;700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Saira:ital,wght@0,100..900;1,100..900&display=swap");

body {
  font-family: "Montserrat", sans-serif;
}

/* Hero Section */
.hero-section {
  position: relative;
  background: url("./Streamlined-Bill-Back-Functionality-in-Odoo-1.webp") center/cover
    no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
}

.hero-overlay {
  background: rgba(0, 0, 0, 0.4); /* Dark overlay */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 400px;
  background: rgba(255, 255, 255, 0.685);
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  margin-left: 5%;
}

.hero-content h1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #222;
}

.hero-content p {
  margin-top: 15px;
  font-size: 1rem;
  color: #444;
}

.hero-buttons .btn {
  border-radius: 30px;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  font-size: 14px;
  margin-right: 10px;
  transition: all 0.3s ease;
}

.btn-dark {
  background-color: #000;
  border: none;
}

.btn-dark:hover {
  background-color: #333;
}

.btn-success {
  background-color: #2863a7;
  border: none;
}

.btn-success:hover {
  background-color: #2863a7;
}

/* Tablets (≤ 992px) */
@media (max-width: 992px) {
  .hero-section {
    height: 400px;
  }
  .hero-content {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
  .hero-content h1 {
    font-size: 1.3rem;
  }
  .hero-content p {
    font-size: 0.95rem;
  }
  .hero-buttons .btn {
    font-size: 13px;
    padding: 0.5rem 1.2rem;
    margin: 5px;
  }
}

/* Mobile Landscape (≤ 768px) */
@media (max-width: 768px) {
  .hero-section {
    height: 350px;
  }
  .hero-content {
    padding: 1.5rem;
    border-radius: 10px;
  }
  .hero-content h1 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
  .hero-content p {
    font-size: 0.9rem;
  }
}

/* Mobile Portrait (≤ 576px) */
@media (max-width: 576px) {
  .hero-section {
    height: auto;
    padding: 50px 15px;
  }
  .hero-content {
    max-width: 100%;
    padding: 1rem;
  }
  .hero-content h1 {
    font-size: 1.1rem;
  }
  .hero-content p {
    font-size: 0.85rem;
  }
  .hero-buttons .btn {
    font-size: 12px;
    padding: 0.45rem 1rem;
    width: 100%; /* full width buttons for small screens */
    margin: 8px 0;
  }
}
.client-overview-section h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #003366;
  position: relative;
  padding-bottom: 10px;
}

.client-overview-section h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 3px;
  background: #007bff;
  border-radius: 2px;
}

.client-overview-section ul {
  list-style: disc;
  padding: 0;
  margin: 0;
}

.client-overview-section ul li {
  position: relative;
  margin-bottom: 14px;
  padding-left: 28px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #787777;
  line-height: 1.6;
}

.client-overview-section ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #007bff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 3px;
}

.client-image {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.client-meta {
  gap: 10px;
}

.client-meta .info-box {
  background: #ecf5ff;
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #dce7f5;
  font-size: 0.9rem;
  color: #333;
  margin: 5px;
  white-space: nowrap;
  display: inline-block;
}

.client-description {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

.client-needs {
font-size: 15px;
color: #545353;
font-weight: 500;
}
.client-needs li {
margin-bottom: 10px;
}

.section-subtitle {
  font-size: 14px;
  color: #727272;
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.6;
}

.process-img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.steps-container {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.step-card {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 0;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-icon {
  width: 40px;
  height: 40px;
  padding: 0;
  background: #000000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  font-size: 18px;
  flex-shrink: 0;
}

.step-info h5 {
  color: #007bff;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 6px;
}

.step-info p {
  color: #555;
  font-size: 14px;
  margin: 0;
  line-height: 1.6;
}

@media (max-width: 991px) {
  .process-img {
    max-width: 400px;
  }

  .client-needs li {
    font-size: 14px;
  }

  .section-subtitle {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .steps-container {
    margin-top: 20px;
    gap: 12px;
  }

  .step-card {
    flex-direction: column;
    gap: 10px;
  }

  .process-img {
    max-width: 360px;
    margin-bottom: 20px;
  }

  .client-overview-section h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 576px) {
  .client-overview-section h2 {
    font-size: 1.5rem;
  }

  .client-needs li {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .client-description,
  .section-subtitle {
    font-size: 13.5px;
  }

  .process-img {
    max-width: 100%;
    border-radius: 14px;
  }

  .client-meta .info-box {
    font-size: 13px;
    padding: 7px 12px;
    margin: 3px;
  }
}

.result-card {
  display: flex;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid #e0e6f7;
  border-radius: 12px;
  padding: 18px 20px;
  box-shadow: 0 4px 10px rgba(0, 123, 255, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 100%; /* keeps equal height cards */
}

.result-card:hover {
  box-shadow: 0 6px 6px rgba(0, 123, 255, 0.253);
  background: linear-gradient(135deg,#e9e9ff,#e1faff);
}

.result-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #007bff1a; /* light blue background */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007bff;
  font-size: 18px;
  margin-right: 15px;
}

.result-text h5 {
  margin: 0 0 10px;
  font-size:16px;
  font-weight: 600;
  color: #2c3e50;
}

.result-text p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.business-impact-section {
  padding: 60px 0 !important;
}


.business-impact-image img {
  width: 100%;
  max-width: 500px;
  display: block;
  margin: auto;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.business-impact-content {
  padding: 10px 10px 10px 25px;
}

.business-impact-content h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  font-family: cursive;
}


.impact-intro {
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 25px;
}

.impact-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.impact-item {
  display: flex;
  align-items: center;
  padding: 13px 15px;
  background: #f8fbff;
  border: 1px solid #e2edf9;
  border-radius: 10px;
  color: #444;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  transition: all 0.25s ease;
}

.impact-item:hover {
  transform: translateX(5px);
  border-color: #bcd5f5;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.08);
}

.impact-icon {
  width: 28px;
  height: 28px;
  min-width: 28px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007bff;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

@media (max-width: 991px) {
  .business-impact-section {
    padding: 45px 0 !important;
  }

  .business-impact-content {
    padding: 10px 0 10px 15px;
  }

  .business-impact-content h2 {
    font-size: 1.8rem;
  }

  .business-impact-image {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .business-impact-section {
    padding: 35px 0 !important;
  }

  .business-impact-image {
    padding: 5px;
    margin-bottom: 20px;
  }

  .business-impact-image::before {
    width: 90%;
    height: 80%;
  }

  .business-impact-image img {
    max-width: 400px;
    border-radius: 15px;
  }

  .business-impact-content {
    padding: 0;
  }

  .business-impact-content h2 {
    font-size: 1.7rem;
  }

  .impact-intro {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .impact-item {
    font-size: 14px;
    padding: 12px;
  }
}

@media (max-width: 575px) {
  .business-impact-section {
    padding: 30px 0 !important;
  }

  .business-impact-content h2 {
    font-size: 1.5rem;
  }

  .impact-intro {
    font-size: 13.5px;
  }

  .impact-item {
    font-size: 13.5px;
    padding: 11px;
  }

  .impact-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    margin-right: 10px;
    font-size: 11px;
  }
}
.cta-section {
  background: linear-gradient(
    135deg,
    #003366,
    #007bff
  ); /* Gradient background */
  color: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.cta-text {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #f1f1f1;
}

.btn-cta {
  background: black;
  color: #fff;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-transform: uppercase;
}

.btn-cta:hover {
  background: #002954;
  color: #fff;
  text-decoration: none;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.impl-list {
  list-style: none;
  padding-left: 0;
}

.impl-list li {
  background: #f4f7ff;
  padding: 15px 18px;
  margin-bottom: 12px;
  border-radius: 10px;
  font-size: 15px;
  color: #444;
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-left: 4px solid #007bff;
}

.impl-list strong {
  color: #222;
}

.impl-img {
  border-radius: 12px;
  height: 500px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

/* ✅ Mobile Responsive */
@media (max-width: 768px) {
  .impl-list li {
    font-size: 14px;
  }
  .impl-img {
    margin-top: 25px;
  }
}

.section-title {
  font-family: "Caveat", cursive;
  font-size: 2.5rem;
  color: #2d1b69;
  font-weight: 700;
}

.section-subtitle {
  font-size: 15px;
  color: #6c757d;
}

.challenge-card {
  border: none;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  padding: 20px 20px;
  height: 100%;
}

.challenge-card:hover {
  box-shadow: 0 8px 20px rgba(83, 20, 176, 0.2);
}

.challenge-card h5 {
  font-size: 19px;
  font-weight: 600;
  color: #233a80;
  margin-bottom: 6px;
}

.challenge-card p {
  color: #5f6368;
  font-size: 15px;
  margin: 0;
}

.icon-box {
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  background: linear-gradient(135deg, #1b4ef5, #44cdff);
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all 0.3s ease;
}

.challenge-card:hover .icon-box {
  background: linear-gradient(135deg, #44cdff, #1b4ef5);
  transform: scale(1.05);
}
.bill-back-cta-section {
  padding: 55px 0 !important;
}

.bill-back-cta-content {
  position: relative;
  padding: 45px 50px;
  background: #f4f8ff;
  border: 1px solid #dce9fa;
  border-radius: 18px;
  overflow: hidden;
}

.bill-back-cta-content::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -90px;
  left: -90px;
  background: #e3efff;
  border-radius: 50%;
}

.bill-back-cta-content::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  bottom: -80px;
  right: -80px;
  background: #e3efff;
  border-radius: 50%;
}

.bill-back-cta-content h2 {
  position: relative;
  z-index: 1;
  font-size: 2rem;
  font-weight: 700;
  color: #003366;
  margin-bottom: 18px;
}

.bill-back-cta-content p {
  position: relative;
  z-index: 1;
  max-width: 850px;
  margin: 0 auto;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 991px) {
  .bill-back-cta-section {
    padding: 45px 0 !important;
  }

  .bill-back-cta-content {
    padding: 40px 35px;
  }

  .bill-back-cta-content h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .bill-back-cta-section {
    padding: 35px 0 !important;
  }

  .bill-back-cta-content {
    padding: 30px 20px;
    border-radius: 14px;
  }

  .bill-back-cta-content h2 {
    font-size: 1.6rem;
  }

  .bill-back-cta-content p {
    font-size: 14px;
    line-height: 1.6;
  }
}

@media (max-width: 575px) {
  .bill-back-cta-section {
    padding: 30px 0 !important;
  }

  .bill-back-cta-content {
    padding: 25px 15px;
  }

  .bill-back-cta-content h2 {
    font-size: 1.4rem;
    margin-bottom: 14px;
  }

  .bill-back-cta-content p {
    font-size: 13.5px;
  }
}