:root {
  --primary-green: #2e8b57;
  --primary-yellow: #f5ab35;
  --text-dark: #131313;
  --text-light: #707070;
  --text-white: #fff;
}
body {
  font-family: "Inter", sans-serif;
  color: var(--text-dark);
}

[id] {
  scroll-margin-top: 100px;
}

@media (max-width: 991.98px) {
  [id] {
    scroll-margin-top: 80px;
  }
}

.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar-brand {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 2.5rem;
  color: var(--primary-green) !important;
}

.navbar-nav .nav-link {
  color: var(--text-dark);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin-left: 2.5rem;
  font-size: 1rem;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.header-sec {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  width: 100%;
  z-index: 100;
}

/* Banner section starts */

.banner {
  padding: 15rem 0 3rem 0;
}

.banner-heading-main {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 2.75rem;
  margin-bottom: 0.5rem;
}

.text-green {
  color: var(--primary-green);
}

.banner-heading-main .text-yellow {
  color: var(--primary-yellow);
}

.banner-subheading {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: var(--text-dark);
}

.article-subheading {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 2rem;
  color: var(--text-dark);
}

.banner p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--text-light);
  max-width: 1100px;
  margin: 0 auto 2.5rem auto;
  line-height: 1.7;
  font-size: 1rem;
}

.btn-custom {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--text-dark);
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 0.8rem 2.2rem;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.btn-custom:hover {
  background-color: var(--primary-yellow);
  border-color: var(--primary-yellow);
  color: #fff;
}

@media (max-width: 991.98px) {
  .navbar-nav {
    text-align: center;
    margin-top: 1rem;
  }

  .navbar-nav .nav-link {
    margin-left: 0;
    padding: 0.5rem 0;
  }

  .banner {
    padding: 15rem 0 2rem 0;
  }

  .banner-heading-main,
  .banner-subheading {
    font-size: 2rem;
  }

  .article-subheading {
    font-size: 1.5rem;
  }
}

/* Banner section ends */

/* About Section Starts */
.about-section {
  background-color: #f6f6f6db;
  padding: 6rem 0;
}

.about-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  color: var(--text-dark);
  margin-bottom: 1.5rem;
  text-align: left;
}

.about-section p {
  font-family: "Inter", sans-serif;
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.highlight-text {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: var(--text-dark);
}

@media (max-width: 991.98px) {
  .about-section {
    padding: 3rem 0;
    text-align: center;
  }
}

/* About Section Ends */

/* USP Section starts*/
.usp-section {
  padding: 4rem 0;
  background-color: #fff;
}

.section-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  color: var(--text-dark);
  margin-bottom: 1rem;
}

.section-subheading {
  font-family: "Inter", sans-serif;
  color: var(--text-light);
  max-width: 600px;
  margin: 0 auto;
}

.usp-card {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  flex-grow: 1;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  text-align: left;
}

.usp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

/* Remove margin from the last static card in each column */
.col-lg-4.d-flex.flex-column > .usp-card:last-child {
  margin-bottom: 0;
}

.icon-container {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.icon-container.bg-green {
  background-color: var(--primary-green);
}

.icon-container.bg-yellow {
  background-color: var(--primary-yellow);
}

.icon-container img {
  width: 24px;
  height: 24px;
}

.usp-title {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.usp-text {
  font-family: "Inter", sans-serif;
  color: var(--text-light);
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.usp-image-card {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1.5rem;
  display: flex;
  height: 100%;
}

.usp-image-card img {
  width: 100%;
  object-fit: cover;
}

.usp-column-middle {
  justify-content: space-between;
}

.usp-column-middle > .toggling-card-wrapper {
  flex-grow: 0; /* Prevents the single card wrapper from stretching */
}

/* Styles for the Toggling Card functionality */
.toggling-card-wrapper {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.toggling-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  margin-bottom: 0 !important;
}

.toggling-card.active {
  position: relative;
  opacity: 1;
  visibility: visible;
}

/* Styles for colored cards */
.bg-card-green {
  background-color: var(--primary-green);
  border-color: var(--primary-green);
}
.bg-card-yellow {
  background-color: var(--primary-yellow);
  border-color: var(--primary-yellow);
}
.text-white {
  color: #fff !important;
}

@media (max-width: 991.98px) {
  .usp-section {
    padding: 4rem 0;
  }
  .section-heading {
    font-size: 2rem;
  }
  .col-lg-4 {
    margin-bottom: 1rem;
  }
  .usp-card {
    margin-bottom: 1.5rem !important;
  }
  .toggling-card-wrapper {
    min-height: 250px;
  }
  .usp-image-card {
    margin-bottom: 1.5rem;
    height: auto;
  }
  .col-lg-4:last-child {
    margin-bottom: 0;
  }
}
/* USP Section Ends*/

/* Why NovDra Section Starts */

.why-novdra-section {
  padding: 6rem 0;
  background-color: #fff;
}

.section-intro-text {
  font-family: "Inter", sans-serif;
  color: var(--text-light);
  font-size: 1rem;
  line-height: 1.8;
}

.feature-card {
  padding: 3rem;
  height: 100%;
  text-align: left;
}

.feature-card .feature-icon {
  margin-bottom: 2rem;
}

.feature-card .feature-title {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  margin-bottom: 1rem;
  color: #fff;
}

.feature-card .feature-title.dark-text {
  color: var(--text-dark);
}

.feature-card .feature-text {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
  opacity: 0.9;
}

/* Card Background Colors */
.bg-feature-green {
  background-color: #2e8b57; /* A slightly darker green as per image */
}

.bg-feature-yellow {
  background-color: #f5ab35; /* A slightly darker yellow as per image */
}

.bg-feature-gray {
  background-color: #e0e0e0;
}

.bg-feature-gray .feature-text {
  color: var(--text-light);
}

@media (max-width: 991.98px) {
  .why-novdra-section {
    padding: 4rem 0;
  }
  .section-heading,
  .section-intro-text {
    text-align: center;
  }
  .section-intro-text {
    margin-top: 1rem;
  }
  .feature-card {
    padding: 2rem;
  }
}

/* Why NovDra section ends */

/* Our Comprehensive services section ends */
/* Our Comprehensive services section starts */
.services-section {
  padding: 3rem 0 7rem 0;
  background-color: #fff;
  overflow: hidden;
}

/* Row 1: Heading Styles */
.services-section .section-heading {
  margin-bottom: 0;
}

/* Row 2: Main Content - Left Side Image Cluster */
.image-cluster {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 480px;
  margin: 0 auto;
}

.cluster-img-wrapper {
  position: absolute;
  border-radius: 10px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  overflow: hidden;
}

.cluster-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cluster-img-1 {
  width: 65%;
  height: 95%;
  top: 0;
  left: 0;
  z-index: 1;
}

.cluster-img-2 {
  width: 65%;
  height: 80%;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.cluster-img-3 {
  width: 50%;
  height: 60%;
  top: 30px;
  left: -45px;
  z-index: 3;
}

.cluster-img-4 {
  width: 100%;
  height: 550px;
  top: 0;
  left: 0;
  z-index: 1;
}

.cluster-img-5 {
  width: 65%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.cluster-img-6 {
  width: 30%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 3;
}

.decorative-arc {
  position: absolute;
  width: 200px;
  height: 100px;
  z-index: 0;
}

.arc-top {
  /* top: -35px; */
  right: 65px;
}

.arc-bottom {
  bottom: -75px;
  left: 50px;
}

/* Row 2: Main Content - Right Side Service Details */
.service-content {
  text-align: left; /* Ensure content is left-aligned */
}

.service-item-content {
  position: relative;
  padding-top: 1rem; /* Add padding to make space for the large number */
}

.service-number {
  position: absolute;
  top: -0.5rem;
  left: -3rem;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #b7b7b7b3;
  opacity: 13.05;
  line-height: 1;
}

.service-title {
  font-family: "Manrope", sans-serif;
  font-size: 1.75rem; /* Increased font size */
  color: var(--text-dark);
  /* margin-bottom: 1rem; */
  font-weight: 600;
  font-size: 2rem;
}

.service-description {
  color: var(--text-light);
  line-height: 1.8;
  /*max-width: 500px;*/
}

.details-heading {
  font-family: "Manrope", sans-serif;
  font-size: 1.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--text-dark);
}

.detail-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.detail-icon-wrapper {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background-color: var(--primary-yellow);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.detail-item p {
  color: var(--text-light);
  line-height: 1.7;
  margin: 0;
}

.service-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.service-quote {
  /*font-style: italic;*/
  color: var(--primary-green);
  flex-basis: 300px;
  flex-grow: 1;
  margin: 0;
}

.btn-order-now {
  border: 1px solid #c0c0c0; /* Lighter gray border */
  color: var(--text-dark);
  background-color: transparent;
  padding: 0.6rem 2rem;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.btn-order-now:hover {
  background-color: var(--primary-green);
  border-color: var(--primary-green);
  color: #fff;
}

/* Responsive Styles for Services Section */
@media (max-width: 991.98px) {
  .services-section {
    padding: 4rem 0;
  }
  .image-cluster {
    height: 400px;
  }
  .service-item-content {
    text-align: left; /* Keep left aligned on mobile */
  }
  .service-number {
    top: -0.3rem;
    left: -42px;
    font-size: 4.5rem;
  }
  .service-footer {
    justify-content: flex-start !important; /* Align footer items left on mobile */
  }
}

@media (max-width: 576px) {
  .image-cluster {
    height: 320px;
  }
  .decorative-arc {
    transform: scale(0.8);
  }
}

/* Provisional Patent Section starts */
.provisional-patent-section {
  padding: 6rem 0;
  background-color: #f6f6f6db;
  border-top: 1px solid #e9ecef;
}

.provisional-header-content {
  position: relative;
  text-align: left;
}

.service-number-alt {
  position: absolute;
  top: -1rem;
  left: -3rem;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #b7b7b7b3;
  opacity: 13.05;
  line-height: 1;
}

.provisional-header-content .service-title,
.provisional-header-content .service-description {
  position: relative;
  z-index: 1;
}

.provisional-quote-block {
  text-align: right;
}

.provisional-quote-block .service-quote {
  max-width: 400px;
  display: inline-block;
  text-align: left;
  margin-bottom: 5px;
}

.feature-highlight-card {
  padding: 1rem;
  border-radius: 16px;
  height: 100%;
  color: #fff;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.feature-highlight-card .feature-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 1.5rem;
}

.feature-highlight-card p {
  margin: 0;
  line-height: 1.7;
  font-size: 1rem;
}

.bg-green-card {
  background-color: #2e8b57;
}

.bg-yellow-card {
  background-color: #f5ab35;
}

/* Responsive Styles for Provisional Patent Section */
@media (max-width: 991.98px) {
  .provisional-patent-section {
    padding: 4rem 0;
  }
  .provisional-header-content,
  .provisional-quote-block {
    text-align: center;
    margin-bottom: 2rem;
  }
  .service-number-alt {
    top: -1.3rem;
    left: -42px;
    font-size: 4.5rem;
  }
  .provisional-quote-block .service-quote {
    text-align: center;
  }
}
/* Provisional Patent Section ends */

/* Non-English Drafting Section starts */
.non-english-drafting-section {
  padding: 6rem 0;
  background-color: #fff;
}

.non-english-drafting-section .details-heading {
  margin-top: 0;
}

.service-details-grid {
  display: flex;
  border-bottom: 1px solid #e9ecef;
  padding-top: 1.5rem;
}

.service-detail-item {
  flex: 1; /* Each item takes up equal space */
  padding: 0 1.5rem 2rem 1.5rem;
  text-align: left;
  border-right: 1px solid #e9ecef;
}

.service-detail-item:last-child {
  border-right: none; /* Remove border from the last item */
}

.service-detail-item .detail-icon-wrapper {
  margin: 0 auto 1.5rem 0; /* Center the icon */
}

.service-detail-item p {
  font-size: 0.95rem;
  min-height: 80px; /* Give a min-height to help with vertical alignment */
}

/* Responsive Styles for Non-English Drafting Section */
@media (max-width: 991.98px) {
  .service-details-grid {
    flex-wrap: wrap; /* Allow items to wrap */
    border-bottom: none;
  }
  .service-detail-item {
    flex-basis: 50%; /* 2 items per row on tablets */
    border-right: none;
    text-align: left;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    padding-left: 0;
    padding-right: 0;
  }
  .service-detail-item .detail-icon-wrapper {
    margin: 0 1rem 0 0;
  }
  .service-detail-item p {
    min-height: auto;
  }
  .service-detail-item:nth-child(odd) {
    padding-right: 1rem;
  }
  .service-detail-item:nth-child(even) {
    padding-left: 1rem;
  }
}

@media (max-width: 767.98px) {
  .service-detail-item {
    flex-basis: 100%; /* 1 item per row on mobile */
    padding: 0 0 2rem 0;
  }
  .service-detail-item:nth-child(odd),
  .service-detail-item:nth-child(even) {
    padding: 0 0 2rem 0;
  }
}
/* Non-English Drafting Section ends */

/* Office Action Section starts */
.office-action-section {
  /*padding: 6rem 0;*/
  background-color: #2e8b57;
  position: relative;
  overflow: hidden;
}

.office-action-details {
  padding-right: 2rem;
  color: #fff;
}

.office-action-details .details-heading {
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 2rem;
}

.details-list-wrapper {
  display: flex;
  gap: 2rem;
}

.details-list-column {
  flex: 1;
}

.numbered-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.item-number {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--primary-yellow);
  margin-right: 1rem;
  line-height: 1.5;
}

.numbered-item p {
  margin: 0;
  line-height: 1.7;
}
.btn-order-now-alt-12 {
    border: 1px solid var(--primary-yellow);
    color: white;
    background-color: var(--primary-yellow);
    padding: 0.6rem 1rem;
    border-radius: 0px;
    font-weight: 500;
}
/* --- Shared Button Styles for Animation --- */
.btn-order-now-alt,
.btn-order-now-alt-2 {
  position: relative; /* Needed for the pseudo-element positioning */
  overflow: hidden; /* Hides the pseudo-element when it's outside */
  z-index: 1; /* Ensures text is above the pseudo-element */
  transition: color 0.4s ease-out;
}

/* The pseudo-element that will create the wipe effect */
.btn-order-now-alt::before,
.btn-order-now-alt-2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(-101%); /* Start fully to the left */
  transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: -1; /* Place it behind the button's text */
}

/* Change the text color on hover */
.btn-order-now-alt:hover,
.btn-order-now-alt-2:hover {
  color: #fff;
}

/* Slide the pseudo-element into view on hover */
.btn-order-now-alt:hover::before,
.btn-order-now-alt-2:hover::before {
  transform: translateX(0);
}

/* --- Button 1: Yellow --- */
.btn-order-now-alt {
  border: 1px solid var(--primary-yellow);
  color: white;
  background-color: var(--primary-yellow);
  padding: 0.6rem 1rem;
  border-radius: 0px;
  font-weight: 500;
}
.btn-order-now-alt::before {
  background-color: var(--primary-yellow); /* The color to wipe in */
}

/* --- Button 2: Green --- */
.btn-order-now-alt-2 {
  border: 1px solid var(--primary-green);
  color: white;
  background-color: var(--primary-green);
  padding: 0.6rem 2rem;
  border-radius: 0px;
  font-weight: 500;
}
.btn-order-now-alt-2::before {
  background-color: var(--primary-green); /* The color to wipe in */
}

.office-action-card {
  position: relative;
  z-index: 10;
  background-color: var(--primary-yellow);
  /*border-radius: 16px;*/
  padding: 2.5rem;
}

/* The magic for the angled shapes */
.office-action-card::before,
.office-action-card::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  background-color: var(--primary-yellow);
  transform: rotate(45deg);
  z-index: -1;
}

.office-action-card::before {
  top: -40px;
  left: 20px;
}

.office-action-card::after {
  bottom: -40px;
  left: 20px;
}

.card-header-flex {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.card-number-wrapper {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: var(--text-dark);
  margin-right: 1.5rem;
}

.card-title-wrapper .service-title {
  font-size: 1.75rem;
  margin-bottom: 0.25rem;
}
.card-title-wrapper .service-subtitle {
  font-size: 1.25rem;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: var(--text-dark);
}

.office-action-card .service-description {
  line-height: 1.7;
}

.card-image-wrapper {
  margin-top: 2rem;
  border-radius: 12px;
  overflow: hidden;
}

.card-image-wrapper img {
  width: 100%;
  display: block;
}

/* Responsive Styles for Office Action Section */
@media (max-width: 991.98px) {
  .office-action-section {
    padding-bottom: 0; /* Remove bottom padding to let card sit flush */
  }
  .office-action-details {
    padding: 0 1rem 4rem 1rem;
    text-align: center;
  }
  .details-list-wrapper {
    flex-direction: column;
    gap: 0;
  }
  .numbered-item {
    justify-content: center;
    text-align: left;
    max-width: 400px;
    margin: 0 auto 2rem auto;
  }
  .btn-order-now-alt {
    display: inline-block;
  }
  .btn-order-now-alt-2 {
    display: inline-block;
  }

  .office-action-card {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

  .office-action-card::before,
  .office-action-card::after {
    display: none; /* Hide angled shapes on mobile for a cleaner look */
  }
}

@media (max-width: 767.98px) {
  .office-action-details {
    padding-left: 0;
    padding-right: 0;
  }
}
/* Office Action Section ends */

/* International Support Section starts */
.international-support-section {
  padding: 6rem 0 3rem 0;
  background-color: #fff;
  overflow: hidden;
}

.international-header-content {
  position: relative;
  text-align: left;
}

.international-header-content .service-subtitle {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--text-dark);
  margin-top: -0.5rem;
}

.international-header-content .service-description {
  margin: 1.5rem 0;
}

.decorative-shapes {
  position: relative;
  height: 150px;
  margin-top: 3rem;
}

.shape-green,
.shape-yellow {
  position: absolute;
  width: 100px;
  height: 100px;
}

.shape-green {
  background-color: #2e8b57;
  top: 0;
  left: 30px;
  z-index: 1;
}

.shape-yellow {
  border: 7px solid var(--primary-yellow);
  bottom: 0;
  left: 0;
  z-index: 2;
}

.timeline-wrapper {
  padding-left: 3rem;
}
.timeline-wrapper .details-heading {
  text-align: center;
  margin-bottom: 3rem;
}

.timeline {
  position: relative;
  padding: 1rem 0;
}

/* DESKTOP: The vertical dashed line */
.timeline::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 50%;
  transform: translateX(-50%);
  height: 90%;
  width: 2px;
  background-image: linear-gradient(to bottom, #ccc 50%, transparent 50%);
  background-size: 2px 10px;
  z-index: 1;
}

.timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 3rem;
}

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

.timeline-item.item-right {
  left: 50%;
  padding-left: 50px;
}

.timeline-item.item-left {
  left: 0;
  padding-right: 50px;
  text-align: right;
}

/* DESKTOP: Stagger items */
.timeline-item:nth-child(even) {
  margin-top: 4rem;
}

.timeline-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--primary-green);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.item-right .timeline-icon {
  left: 0;
  transform: translate(-50%, -50%);
}

.item-left .timeline-icon {
  right: 0;
  transform: translate(50%, -50%);
}

.timeline-item p {
  margin: 0;
  color: var(--text-light);
  line-height: 1.7;
}

/* Responsive Styles for International Support Section (UPDATED) */
@media (max-width: 991.98px) {
  .international-support-section {
    padding: 4rem 0;
  }
  .international-header-content {
    text-align: center;
    margin-bottom: 3rem;
  }
  .decorative-shapes {
    display: none;
  }
  .timeline-wrapper {
    padding-left: 0;
  }

  /* CORRECTION: Create a gutter for the timeline visuals */
  .timeline {
    padding-left: 44px;
  }

  /* CORRECTION: Position the line perfectly in the center of the gutter */
  .timeline::before {
    left: 45px; /* Half of the gutter width */
    transform: translateX(-50%);
  }

  /* CORRECTION: Reset all desktop-specific item layouts */
  .timeline-item,
  .timeline-item.item-left,
  .timeline-item.item-right {
    position: relative;
    width: 100%;
    left: 0 !important;
    padding-left: 21px; /* Space between icon and text */
    padding-right: 0;
    text-align: left;
    margin-top: 0 !important;
    margin-bottom: 2.5rem;
    min-height: 44px; /* Ensure space for the icon */
    display: flex;
    align-items: center;
  }

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

  /* CORRECTION: Position the icon perfectly in the gutter */
  .timeline-icon {
    left: -44px; /* Pull the icon back into the gutter */
    top: 50%;
    transform: translateY(-50%);
  }
}
/* International Support Section ends */

/* Specification Review Section starts */
.spec-review-section {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  background-color: #f6f6f6db;
}

.spec-review-panel-green,
.spec-review-panel-grey {
  padding: 5rem 4rem;
  position: relative;
  height: 100%;
}

.spec-review-panel-green {
  background-color: #2e8b57;
  color: #fff;
  margin-left: 30px;
  margin-right: 30px;
}

.decorative-icon-top-right {
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 0.5;
}

.service-number-alt-light {
  position: absolute;
  top: 4rem;
  left: 1rem;
  font-size: 5rem;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  opacity: 0.35;
  z-index: 0;
  line-height: 1;
}

.spec-review-panel-green .service-title,
.spec-review-panel-green .service-description,
.spec-review-panel-green .btn-order-now-alt {
  position: relative;
  z-index: 1;
}

.spec-review-panel-green .service-description {
  margin: 1.5rem 3rem 2rem 0;
}

.spec-review-panel-grey {
  background-color: #f8f9fa;
}

.detail-icon-wrapper-yellow {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  background-color: var(--primary-yellow);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.spec-review-panel-grey .detail-item {
  align-items: center; /* Vertically center icon with text */
}

/* Responsive Styles for Specification Review Section */
@media (max-width: 991.98px) {
  .spec-review-panel-green,
  .spec-review-panel-grey {
    padding: 4rem 2rem;
  }
}

@media (max-width: 767.98px) {
  .spec-review-panel-grey .col-md-6:first-child .detail-item:last-child {
    margin-bottom: 1.5rem; /* Ensure spacing when columns stack */
  }
}
/* Specification Review Section ends */

/* 3-in-One Package Section starts */
.package-section {
  padding: 6rem 0;
  background-color: #fff;
}

.package-header-content {
  position: relative;
}

.package-header-content .service-description {
  max-width: 900px; /* Constrain description width */
}

.package-feature-item {
  display: flex;
  align-items: center;
  text-align: left;
}

.package-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bg-green-icon {
  background-color: var(--primary-green);
}

.bg-yellow-icon {
  background-color: var(--primary-yellow);
}

.connector-line {
  width: 40px;
  height: 1px;
  background-color: #000;
  margin: 0 1rem;
  flex-shrink: 0;
}

.package-feature-item p {
  margin: 0;
  color: var(--text-light);
  line-height: 1.7;
}

/* Responsive Styles for Package Section */
@media (max-width: 767.98px) {
  .package-section {
    padding: 4rem 0;
  }
  .package-feature-item {
    align-items: flex-start; /* Align icon to the top of the text */
  }
}
/* 3-in-One Package Section ends */

/* Our Comprehensive services section ends */

/* CTA Bar Section starts */
.cta-bar {
  width: 100%;
  background-image: url("./images/page-breaker/green-desk-page-breaker-img.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 300px;
  margin: 6rem 0;
}

.cta-bar .img-responsive {
  display: none;
}

.cta-content {
  position: absolute;
  top: 50%;
  left: 55%; /* Adjust left percentage to move content right */
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  gap: 40px; /* Space between text and button */
  width: 55%;
  /* padding-left: 100px; */
}

.cta-heading {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.65rem;
  color: #fff;
  line-height: 1.6;
  margin: 0;
  max-width: 100%;
  text-align: left;
}

.btn-cta-1 {
  background-color: #fff;
  color: var(--text-dark);
  padding: 0.8rem 2.5rem;
  border-radius: 8px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  display: inline-block;
  white-space: nowrap;
}

.btn-cta-1:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.btn-cta {
  background-color: #fff;
  color: var(--text-dark);
  padding: 0.8rem 2.5rem;
  border-radius: 8px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  text-decoration: none;
  border: 2px solid #fff;
  transition: all 0.3s ease;
  display: inline-block;
  white-space: nowrap;
}

.btn-cta:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

@media (max-width: 1200px) {
  .cta-content {
    left: 50%;
    width: 70%;
  }
}

/* Ensure mobile styles are not applied for desktop-only requirement */
@media (max-width: 991.98px) {
  .cta-bar {
    padding: 3rem 0; /* Adjust padding for smaller screens if needed */
  }
  .cta-content {
    flex-direction: column; /* Stack text and button on smaller screens */
    gap: 1.5rem;
    position: static; /* Remove absolute positioning */
    transform: none;
    text-align: center;
    padding-left: 0;
    width: 90%;
    margin: auto;
  }
  .cta-heading {
    text-align: center;
    margin-bottom: 0; /* Remove margin as gap handles spacing */
  }
}

@media (max-width: 576px) {
  .cta-heading {
    font-size: 1.5rem;
  }
}
/* CTA Bar Section ends */

/* Pricing Summary Section starts */
.pricing-summary-section {
  padding: 4rem 0;
  background-color: #fff;
}

.pricing-table {
  width: 100%;
}

.pricing-header,
.pricing-row {
  display: grid;
  grid-template-columns: 0.5fr 1.5fr 3fr 1fr 1fr; /* 5 columns */
  gap: 1.5rem;
  align-items: center;
  text-align: left;
}

.pricing-header {
  background-color: #2e8b57;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 8px 8px 0 0;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
}

.pricing-body {
  background-color: #f8f9fa;
}

.pricing-row {
  padding: 1.5rem;
  border-bottom: 1px solid #e9ecef;
}

.pricing-row:last-child {
  border-bottom: none;
}

.pricing-cell {
  color: var(--text-light);
}

.pricing-cell[data-label="Service"] {
  color: var(--text-dark);
  font-weight: 700;
}

.price-wrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: var(--text-light);
}

.price-amount {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--primary-yellow);
}

.btn-add-to-cart {
  background-color: #2e8b57;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease;
  font-weight: 500;
}

.btn-add-to-cart:hover {
  background-color: #256d44;
}

/* Responsive Styles for Pricing Table */
@media (max-width: 991.98px) {
  .pricing-header {
    display: none; /* Hide header on mobile */
  }
  .pricing-row {
    grid-template-columns: 1fr; /* Stack everything into a single column */
    gap: 1rem;
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-radius: 8px;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
  }
  .pricing-body {
    background-color: #fff; /* Reset body background */
  }
  .pricing-cell {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: right;
  }
  /* Use data-label for mobile view */
  .pricing-cell::before {
    content: attr(data-label);
    font-weight: 700;
    color: var(--text-dark);
    margin-right: 1rem;
    text-align: left;
  }
  .price-wrapper {
    flex-direction: row;
    gap: 0.5rem;
  }
  /* Adjust specific cells for mobile */
  .pricing-cell[data-label="Index"] {
    display: none; /* Hide the index number on mobile card view */
  }
  .pricing-cell[data-label="Service"] {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e9ecef;
  }
  .pricing-cell[data-label="Service"]::before {
    display: none; /* No label needed for the main title */
  }
  .pricing-cell[data-label="Description"] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  .pricing-cell[data-label="Description"]::before {
    margin-bottom: 0.5rem;
  }
  .pricing-cell:last-child {
    justify-content: flex-end;
  }
  .pricing-cell:last-child::before {
    display: none;
  }
}
/* Pricing Summary Section ends */

/* Industries we serve Section starts */
.industries-section {
  padding: 4rem 0;
  background-color: #f6f6f6db;
  border-top: 1px solid #e9ecef;
}

.industries-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: center; /* Vertically align items */
}

.grid-item {
  min-width: 0; /* Prevents grid blowout */
}

.heading-item {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.heading-item .section-heading {
  font-size: 2rem;
  text-align: left;
}

.industry-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  text-align: left;
  height: 100%;
}

.technology-card {
  background-color: #2e8b57;
  border-color: #2e8b57;
}

.card-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.industry-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--text-dark);
}

.industry-description {
  color: var(--text-light);
  line-height: 1.7;
  margin: 0;
}

/* Specific Grid Placements */
.industries-grid .grid-item:nth-child(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.industries-grid .grid-item:nth-child(3) {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}
.industries-grid .grid-item:nth-child(4) {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
}
.industries-grid .grid-item:nth-child(5) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
}
.industries-grid .grid-item:nth-child(6) {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

/* Responsive Styles for Industries Section */
@media (max-width: 991.98px) {
  .industries-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 columns for tablets */
  }
  .heading-item {
    grid-column: 1 / -1; /* Heading takes full width */
    grid-row: 1 / 2;
    text-align: center;
    margin-bottom: 1rem;
  }
  .heading-item .section-heading {
    text-align: center;
  }
  /* Reset grid placements for tablet */
  .industries-grid .grid-item:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }
  .industries-grid .grid-item:nth-child(3) {
    grid-column: auto;
    grid-row: auto;
  }
  .industries-grid .grid-item:nth-child(4) {
    grid-column: auto;
    grid-row: auto;
  }
  .industries-grid .grid-item:nth-child(5) {
    grid-column: auto;
    grid-row: auto;
  }
  .industries-grid .grid-item:nth-child(6) {
    grid-column: auto;
    grid-row: auto;
  }

  .technology-card {
    transform: none; /* Remove rotation on tablet and mobile */
  }
}

@media (max-width: 767.98px) {
  .industries-section {
    padding: 4rem 0;
  }
  .industries-grid {
    grid-template-columns: 1fr; /* Single column for mobile */
  }
}
/* Industries we serve Section ends */

/* Global Reach Section starts */
.global-reach-section {
  padding: 6rem 0;
  background-color: #fff;
}

.image-collage {
  position: relative;
  height: 450px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.collage-image-wrapper {
  position: absolute;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.collage-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.collage-image-wrapper.img-1 {
  width: 65%;
  height: 90%;
  top: 0;
  left: 0;
  transform: rotate(-3deg);
  z-index: 1;
}

.collage-image-wrapper.img-2 {
  width: 55%;
  height: 55%;
  top: 5%;
  right: 0;
  transform: rotate(2deg);
  z-index: 3;
}

.collage-image-wrapper.img-3 {
  width: 50%;
  height: 50%;
  bottom: 0;
  right: 15%;
  z-index: 2;
  box-shadow: none; /* No shadow for the SVG graphic */
}

.global-reach-content .section-heading {
  margin-bottom: 1.5rem;
}

.reach-item {
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.reach-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: var(--primary-yellow);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
}

.reach-title {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  color: var(--text-dark);
  margin-bottom: 0.5rem;
}

.reach-text p {
  margin: 0;
  color: var(--text-light);
  line-height: 1.7;
}

/* Responsive Styles for Global Reach Section */
@media (max-width: 991.98px) {
  .global-reach-section {
    padding: 4rem 0;
  }
  .global-reach-content {
    text-align: center;
  }
  .global-reach-content .section-heading {
    text-align: center;
  }
  .reach-item {
    text-align: left; /* Keep text aligned left even if container is centered */
  }
}
/* Global Reach Section ends */

/* Contact Section starts */
.contact-section {
  padding: 4rem 0;
  background-color: #fff;
}

.contact-info-wrapper .section-heading {
  margin-bottom: 1.5rem;
}
.contact-info-wrapper .service-description {
  max-width: 500px;
}

.contact-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1.5rem;
}

.contact-icon-wrapper {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 1rem;
}

.contact-item span {
  color: var(--text-light);
  line-height: 1.7;
}

.follow-us-text {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: var(--text-dark) !important;
  margin-right: 1rem;
}

.social-icons {
  display: flex;
  gap: 0.5rem;
}

.social-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #f5ab35;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #f5ab35;
}

.social-icon:hover img {
  filter: brightness(0) invert(1);
}

.contact-form-wrapper {
  background-color: #f1f2f4;
  border-radius: 10px;
  padding: 3rem;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
}

.form-group {
  margin-bottom: 2.5rem;
}

.form-control-custom {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  padding: 0.5rem 0;
  font-size: 1rem;
  color: var(--text-dark);
  width: 100%;
  transition: border-color 0.3s ease;
}
.form-control-custom:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-green);
}

.form-control-custom::placeholder {
  color: var(--text-light);
}

.btn-submit {
  background-color: var(--primary-yellow);
  color: #fff;
  padding: 0.8rem 2.5rem;
  border-radius: 8px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit:hover {
  background-color: #e4bb42;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

/* Responsive Styles for Contact Section */
@media (max-width: 991.98px) {
  .contact-section {
    padding: 4rem 0;
  }
  .contact-info-wrapper {
    text-align: center;
  }
  .contact-info-wrapper .section-heading {
    text-align: center;
  }
  .contact-info-wrapper .service-description {
    margin-left: auto;
    margin-right: auto;
  }
  .contact-item {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .contact-info-wrapper .col-md-6:first-child .contact-item:last-child {
    margin-bottom: 1.5rem;
  }
}
/* Contact Section ends */

/* Articles & Insights Section starts */
.articles-section {
  padding: 6rem 0;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
}

.article-card {
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}

.article-card .card-img-top {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.article-content {
  padding: 1.5rem;
  text-align: left;
  flex-grow: 1;
}

.article-category {
  display: #2e8b57;
  color: var(--text-light);
  font-size: 0.9rem;
  margin-bottom: 1rem;
  position: relative;
  padding-right: 40px; /* Space for the line */
}

.article-category::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #d0d0d0;
}

.article-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--text-dark);
  margin-bottom: 0.75rem;
}

.article-excerpt {
  color: var(--text-light);
  line-height: 1.7;
  margin: 0;
}

@media (max-width: 991.98px) {
  .articles-section {
    padding: 4rem 0;
  }
}
/* Articles & Insights Section ends */

/* Site Footer Final Version starts */
.site-footer-final {
  background-color: #f0f0f0; /* The light grey bg for the form */
}

/* The panels and their content */
.footer-panel {
  padding: 4rem;
  height: 100%;
}

.footer-panel-green {
  background-color: #2e8b57;
  color: #fff;
}

.footer-panel-grey {
  background-color: #f0f0f0;
}

/* NEW: Yellow Block inside the Green Panel */
.footer-block-yellow {
  background-color: #f5ab35;
  padding: 2.5rem 4rem;
  /* Negative margins make it bleed to the edges of the parent panel */
  margin: -4rem -4rem 3rem -4rem;
}
.footer-block-yellow .footer-brand-large {
  /* margin-bottom: 1.5rem; */
}
.top-bar-text {
  color: #fff;
  margin: 0;
  line-height: 1.7;
  font-size: 1rem;
}

.footer-block {
  margin-bottom: 3rem;
}
.footer-block:last-child {
  margin-bottom: 0;
}

.footer-brand-large {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 3rem;
  color: #fff;
}

.widget-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 2.5rem;
  color: #fff;
}
.widget-title.text-green {
  color: #2e8b57 !important;
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem 2.5rem;
}

.service-link {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: color 0.3s ease;
}
.service-link::after {
  content: ">";
  opacity: 0.5;
  transition: opacity 0.3s ease;
}
.service-link:hover {
  color: #fff;
}
.service-link:hover::after {
  opacity: 1;
}

/* Form in Grey Panel */
.footer-panel-grey .form-group {
  margin-bottom: 2rem;
}

/* Contact Info in Grey Panel */
.footer-contact-info-grey {
  border-top: 1px solid #d0d0d0;
  margin-top: 3rem;
  padding-top: 2rem;
}
.footer-contact-info-grey .contact-item {
  display: flex;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.footer-contact-info-grey .contact-item:last-child {
  margin-bottom: 0;
}
.footer-contact-info-grey .contact-item img {
  margin-right: 0.75rem;
  margin-top: 5px;
}

/* Footer Bottom Bar */
.footer-bottom-bar {
  background-color: #f5ab35;
  padding: 1.5rem 1rem;
}
.bottom-bar-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.bottom-bar-content .copyright-text,
.bottom-bar-links a {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  margin: 0;
}
.bottom-bar-links a {
  text-decoration: none;
  margin-left: 1.5rem;
  opacity: 0.9;
}
.bottom-bar-links a:hover {
  opacity: 1;
}

/* Responsive Styles for New Footer */
@media (max-width: 991.98px) {
  .footer-panel {
    padding: 3rem 2rem;
  }
  .footer-block-yellow {
    margin: -3rem -2rem 3rem -2rem; /* Match new padding */
    padding: 2.5rem 2rem;
  }
}
@media (max-width: 767.98px) {
  .services-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .bottom-bar-content {
    justify-content: center;
    text-align: center;
    flex-direction: column;
  }
  .bottom-bar-links a {
    margin: 0 0.75rem;
  }
}
/* Site Footer Final Version ends */

/* Testimonial Section css starts */
.testimonial-section {
  padding: 6rem 0;
  background-color: #2e8b57;
  overflow: hidden;
}

.testimonial-header .section-heading {
  color: #fff;
  margin-bottom: 1.5rem;
}
.testimonial-header .text-yellow {
  color: var(--primary-yellow);
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2.5rem;
}

.slider-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid var(--primary-yellow);
  background-color: transparent;
  color: var(--primary-yellow);
  border-radius: 8px;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-arrow:hover {
  background-color: var(--primary-yellow);
  color: #fff;
}

.slider-progress-bar {
  flex-grow: 1;
  height: 4px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 2px;
}
/* The progress-fill div is no longer used by the script but can remain for visual consistency */
.progress-fill {
  width: 0;
  height: 100%;
  background-color: var(--primary-yellow);
  border-radius: 2px;
}

.testimonial-slider-wrapper {
  overflow: hidden;
  padding-bottom: 1rem; /* Space for shadow */
}

.testimonial-slider {
  display: flex;
  gap: 2rem;
  transition: transform 0.5s ease;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 16px;
  padding: 2rem;
  flex: 0 0 48%; /* Each card takes up 48% of the wrapper width */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.card-header {
  color: var(--text-dark);
  font-size: 0.9rem;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 40px;
  font-weight: 500;
}
.card-header::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #d0d0d0;
}

.testimonial-text {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.star-rating {
  color: #2e8b57;
  font-size: 1.25rem;
}

.client-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

/* Responsive Styles for Testimonial Section */
@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 4rem 0;
  }
  .testimonial-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  .testimonial-header .section-heading {
    text-align: center;
  }
  .slider-controls {
    justify-content: center;
  }
  .testimonial-card {
    flex-basis: 80%; /* Show one card and a peek of the next */
  }
}

@media (max-width: 576px) {
  .testimonial-card {
    flex-basis: 95%; /* Show one card on very small screens */
  }
}
/* Testimonial Section css ends */

/* Main Footer */
.footer-main {
  padding: 4rem 0;
}

.footer-widget p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.footer-widget p:last-child {
  margin-bottom: 0;
}

.widget-title {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  /* margin-bottom: 4rem; */
  color: #fff;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 0.75rem;
}

.footer-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.3s ease, padding-left 0.3s ease;
}
.footer-links a:hover {
  color: #fff;
  padding-left: 5px;
}

/* Footer Bottom Bar */
.footer-bottom-bar {
  background-color: #f5ab35;
  padding: 1.5rem 0;
  text-align: center;
}

.copyright-text {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: #fff;
}
/* Site Footer ends */

.article-section-1 {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--text-light);
  /*margin: 90px auto 2.5rem auto;*/
  line-height: 1.7;
  font-size: 1rem;
  padding: 13rem 0 0 0;
}

/* Checkout Summary Section starts */
.checkout-summary-section {
  padding: 13rem 0 0 0;
  background-color: #fff;
}

.checkout-summary-wrapper {
  /*max-width: 900px;*/
  margin: 0 auto;
  /*background-color: #fff;*/
  padding: 2rem;
  border-radius: 8px;
  /*box-shadow: 0 10px 40px rgba(0,0,0,0.05);*/
}

.checkout-header,
.checkout-row {
  display: grid;
  grid-template-columns: 1.5fr 3fr 1fr;
  gap: 2rem;
  align-items: center;
}

.checkout-header {
  padding-bottom: 1rem;
  border-bottom: 1px solid #e9ecef;
  color: var(--text-dark);
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
}

.checkout-row {
  padding: 1.5rem 0;
  border-bottom: 1px solid #e9ecef;
}

.checkout-row:last-of-type {
  border-bottom: none;
}

.checkout-cell {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.7;
}

.checkout-cell[data-label="Plan"] {
  color: var(--text-dark);
  font-weight: 700;
  font-size: 1rem;
}

.price-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.price-content {
  text-align: right;
}

.price-amount {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: var(--primary-yellow);
}

.price-unit {
  font-size: 0.9rem;
  color: var(--text-light);
}

.remove-item-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #ccc;
  cursor: pointer;
  padding: 0 0.5rem;
  transition: color 0.3s ease;
}

.remove-item-btn:hover {
  color: #a0a0a0;
}

.checkout-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: 2rem;
  flex-wrap: wrap;
}

.totals-summary {
  width: 300px;
  max-width: 100%;
}

.summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: var(--text-light);
}
.summary-row span:last-child {
  font-weight: 700;
  color: var(--text-dark);
}

.summary-row.grand-total {
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
  font-size: 1.25rem;
}

.checkout-actions {
  width: 100%;
  text-align: right;
  margin-top: 1rem;
}

.btn-pay-now {
  width: 300px;
  background-color: transparent;
  border: 2px solid var(--primary-yellow);
  color: var(--text-dark);
  padding: 0.8rem 2.5rem;
  border-radius: 8px;
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-pay-now:hover {
  background-color: var(--primary-yellow);
  color: #fff;
}

/* Responsive Styles for Checkout Summary */
@media (max-width: 767.98px) {
  .article-section-1 {
    padding: 10rem 0 0 0;
  }
  .checkout-summary-section {
    padding: 10rem 0 0 0;
  }
  .checkout-summary-wrapper {
    padding: 1.5rem;
  }
  .checkout-header {
    display: none;
  }
  .checkout-row {
    grid-template-columns: 1fr; /* Stack into one column */
    gap: 1rem;
  }
  .checkout-cell {
    padding-bottom: 1rem;
    border-bottom: 1px solid #e9ecef;
  }
  .checkout-cell:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .checkout-cell::before {
    content: attr(data-label);
    font-weight: 700;
    color: var(--text-dark);
    display: block;
    margin-bottom: 0.5rem;
  }
  .price-cell {
    padding-bottom: 0;
  }
  .price-content {
    text-align: left;
  }
  .checkout-footer {
    justify-content: center;
  }
  .totals-summary {
    width: 100%;
  }
  .checkout-actions {
    text-align: center;
  }
  .btn-pay-now {
    width: 100%;
  }
}
/* Checkout Summary Section ends */

/*Add to cart functionality start here */

/* CSS for the Cart Counter Badge */

.cart-icon-container {
  position: relative;
  display: inline-block;
}

.cart-count-badge {
  position: absolute;
  top: -8px;
  right: 0px;
  background-color: var(--primary-yellow);
  color: black;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  display: block;
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}

.cart-count-badge.visible {
  transform: scale(1);
}

/*Add to cart functionality End Here*/
/* --- Styles for the Quantity Selector --- */

.quantity-selector {
  display: flex;
  background-color: #2e8b57;
  border-radius: 5px;
  color: white;
  overflow: hidden;
  padding: 0.5rem 0.75rem;
  border: 1px solid #367c5b;
}

.quantity-selector .quantity-btn,
.quantity-selector .quantity-value {
  padding: 0px 10px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  user-select: none;
}

.quantity-selector .quantity-btn {
  cursor: pointer;
  flex-grow: 1;
  transition: background-color 0.2s ease;
}

.quantity-selector .quantity-btn:hover {
  background-color: #367c5b;
}

.quantity-selector .quantity-value {
  background-color: #2e8b57;
  color: white;
  min-width: 40px;
  border-left: 1px solid #367c5b;
  border-right: 1px solid #367c5b;
}

.hidden {
  display: none !important;
}

/* style.css - ADD THIS AT THE END */

/* Styling for the new Quantity Header */
.checkout-header {
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr; /* Adjust grid for 4 columns */
}
.checkout-row {
  grid-template-columns: 2fr 2fr 1fr 1fr 1fr 1fr; /* Adjust grid for 4 columns */
}

/* Quantity Adjuster Styles */
.quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-btn {
  background-color: var(--primary-green);
  color: white;
  border: none;
  width: 28px;
  height: 28px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  line-height: 28px;
  text-align: center;
}

.quantity-input {
  width: 40px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 4px;
  height: 28px;
  margin: 0 5px;
  -moz-appearance: textfield; /* Firefox */
}
/* Hide arrows for number input in Chrome, Safari, Edge, Opera */
.quantity-input::-webkit-outer-spin-button,
.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Responsive adjustments for mobile view */
@media (max-width: 767.98px) {
  .checkout-header {
    display: none;
  }
  .checkout-row {
    grid-template-columns: 1fr; /* Stack everything */
  }
}

.pricing-cell .cart-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
}

.pricing-cell .quantity-control {
  display: none;
}

/* This rule is still important: it ensures all columns align to the top */
.checkout-row {
  align-items: flex-start;
}

/* Style the inputs to fit nicely within their new columns */
.checkout-cell .file-input,
.checkout-cell .comments-textarea {
  width: 100%;
  max-width: 220px; /* Adjust as needed */
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box; /* Ensures padding is included in the width */
}

.comments-textarea {
  resize: vertical;
  min-height: 70px;
}

.custom-file-upload input[type="file"] {
  display: none;
}

/* Style the wrapper */
.custom-file-upload {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
}

/* Style the label to act as the clickable icon button */
.custom-file-upload label {
  cursor: pointer;
  color: #333; /* Icon color */
  transition: color 0.2s;
}
.custom-file-upload label:hover {
  color: #8db600; /* Green hover color */
}

/* Style for the chosen file's name */
.file-name-display {
  font-size: 0.85rem;
  color: #555;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px; /* Prevent long names from breaking layout */
}

/* Shaped Pricing Section starts */
.shaped-pricing-section {
  padding: 6rem 0;
  background-color: #f8f9fa;
}

.shaped-pricing-grid {
  display: grid;
  /* Grid columns: Index (auto) | Titles (max 300px) | Details (flexible) */
  grid-template-columns: auto minmax(250px, 300px) 1fr;
}

/* Base styles for all cells */
.index-cell,
.service-title-cell,
.details-row {
  display: flex;
  align-items: center;
  min-height: 100px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.index-cell-header,
.service-title-header,
.details-header-placeholder {
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

/* Column 1: Green Index Column */
.index-column {
  background-color: #2e8b57;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
}
.index-cell {
  padding: 1rem 1.5rem;
  width: 6rem;
  justify-content: center;
}

/* Column 2: Yellow Service Title Column */
.service-title-column {
  background-color: #f5ab35;
  color: #fff;
  font-family: "Manrope", sans-serif;
  position: relative; /* Crucial for the pseudo-elements */
}
.service-title-header h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.service-title-header,
.service-title-cell {
  padding: 1rem 1.5rem;
  font-weight: 700;
}
/* The last row in the yellow column needs more height */
.service-title-column .service-title-cell:last-of-type {
  min-height: 120px;
}

/* THE CUSTOM SHAPE LOGIC */
.service-title-column::before,
.service-title-column::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
}
.service-title-column::before {
  top: 0;
  border-width: 50px 0 0 50px;
  border-color: transparent transparent transparent #f5ab35;
}
.service-title-column::after {
  bottom: 0;
  border-width: 50px 50px 0 0; /* Corrected shape */
  border-color: #f5ab35 transparent transparent transparent;
}

/* Column 3: White Service Details Column */
.service-details-column {
  background-color: #fff;
}
.details-row {
  display: grid;
  grid-template-columns: 3fr 1fr 1.2fr;
  gap: 1.5rem;
  padding: 1rem 1.5rem;
}
/* The last row in the details column needs more height */
.service-details-column .details-row:last-of-type {
  min-height: 120px;
}
.details-cell.description {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.6;
}
.details-cell.price {
  text-align: center;
  color: var(--text-light);
}
.details-cell .price-amount {
  display: block;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--primary-yellow);
}
.btn-add-to-cart {
  background-color: #2e8b57;
  color: #fff;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease;
  font-weight: 500;
}
.btn-add-to-cart:hover {
  background-color: #256d44;
}

/* --- Responsive Transformation to Cards --- */
@media (max-width: 991.98px) {
  .shaped-pricing-grid {
    display: block; /* Disable main grid */
  }
  .index-column,
  .service-title-column {
    display: none; /* Hide the colored columns */
  }
  .service-details-column {
    background-color: transparent; /* Reset background for container */
  }
  .details-header-placeholder {
    display: none;
  }
  .details-row {
    display: grid; /* Use grid for the card layout */
    grid-template-columns: 1fr auto; /* Content on left, button on right */
    grid-template-areas:
      "title title"
      "desc desc"
      "price action";
    height: auto;
    min-height: 0;
    padding: 1.5rem;
    background-color: #fff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    margin-bottom: 1.5rem;
  }
  .details-row:last-child {
    margin-bottom: 0;
  }

  /* Bring back the Service Title using a pseudo-element */
  .details-cell.description::before {
    content: attr(data-title);
    display: block;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: var(--text-dark);
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    grid-area: title; /* Assign to grid area */
  }
  .details-cell.description {
    grid-area: desc;
  }
  .details-cell.price {
    grid-area: price;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .details-cell.action {
    grid-area: action;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
/* Shaped Pricing Section ends */

.service-tags-section {
  padding: 0 0 3rem 0;
  background-color: #fff;
}

.service-tags-wrapper {
  display: flex;
  flex-wrap: wrap; /* This applies to DESKTOP view */
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.service-tag {
  padding: 0.8rem 1.5rem;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  white-space: nowrap;
}

.service-tag:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.tag-green {
  background-color: #2e8b57;
}

.tag-yellow {
  background-color: #f5ab35;
}

/* --- Responsive Styles for Service Tags Section (UPDATED) --- */
@media (max-width: 991.98px) {
  .service-tags-section .container {
    /* Remove container padding to allow the scroll to go edge-to-edge */
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
  }

  .service-tags-wrapper {
    flex-wrap: nowrap; /* CRITICAL: Prevent wrapping and force a single line */
    justify-content: flex-start; /* Align tags to the beginning */
    overflow-x: auto; /* CRITICAL: Enable horizontal scrolling */

    /* Add padding inside the scrollable area for a nice edge effect */
    padding: 0.5rem 1.5rem;

    /* Improve scrolling experience with snap points */
    scroll-snap-type: x mandatory;

    /* Hide the ugly default scrollbar for a cleaner look */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }

  .service-tags-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari, and Opera */
  }

  .service-tags-wrapper .service-tag {
    scroll-snap-align: start; /* Each tag will snap to the start of the container */
    flex-shrink: 0; /* Prevent tags from shrinking */
  }
}

@media (max-width: 767.98px) {
  .service-tags-section {
    padding: 0 0 3rem 0;
  }
}
/* Service Tags Section ends */

/* Multi-file upload styles */
.multi-file-upload {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.file-upload-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #2d5f3f;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.3s;
}

.file-upload-label:hover {
    background: #1f4229;
}

.file-input-multi {
    display: none;
}

.file-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.file-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 10px;
    background: #f0f0f0;
    border-radius: 4px;
    font-size: 0.9em;
}

.file-name {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.remove-file-btn {
    background: #dc3545;
    color: white;
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

.file-help-text {
    color: #666;
    font-size: 0.85em;
}

.word-count {
    display: block;
    margin-top: 4px;
    color: #666;
    font-size: 0.85em;
}

.word-count.word-limit-exceeded {
    color: #dc3545;
    font-weight: bold;
}

.comments-textarea.error {
    border-color: #dc3545;
}

/* Add this to the end of your style.css file */
.btn-add-once.added {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #fff !important;
    pointer-events: none; /* Makes the button unclickable */
    cursor: default;
}

/* Ensure the quantity controller fits well in the new containers */
.highlight-box .quantity-control,
.cta-content .quantity-control {
    margin-left: 20px;
}


/* Add this to your style.css file */
.customer-details-form {
    width: 100%;
    max-width: 600px; /* Or adjust as needed */
    margin: 2rem auto 1.5rem auto; /* Center the form */
    padding: 2rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
}

.customer-details-form .details-heading {
    text-align: center;
    font-family: "Manrope", sans-serif;
    margin-bottom: 1.5rem;
    color: var(--text-dark);
}

.customer-details-form .form-group {
    margin-bottom: 1.5rem;
}

.customer-details-form .form-group label {
    display: block;
    font-weight: 500;
    margin-bottom: 0.5rem;
    color: var(--text-dark);
}

.customer-details-form .form-control-custom {
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding: 0.75rem;
}

.form-message.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border-radius: 5px;
    border: 1px solid transparent;
    font-weight: 500;
}