@import url('https://fonts.googleapis.com/css2?family=Monomakh&display=swap');

/* ERP TRUE BUSINESS Section Starts Here */
.certified-erp-dinamic-section {
  padding: 90px 0;
  background-color: #fafafa;
  margin-top: 42px;
}

.certified-erp-dinamic-section .certified-erp-dinamic-container {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: space-between;
}

.certified-erp-dinamic-section .info-text-wrapper {
  flex: 1.1;
}

.certified-erp-dinamic-section .partner-subtitle {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #941202;
  text-transform: capitalize;
  letter-spacing: 4%;
  margin-bottom: 20px;
}

.certified-erp-dinamic-section .info-text-wrapper .info-title {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 46px;
  line-height: 54px;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 17px;
  letter-spacing: 0;
}

.certified-erp-dinamic-section .info-text-wrapper .info-title span {
  color: #d48c14;
}

.certified-erp-dinamic-section .info-text-wrapper .info-para {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #626262;
  margin-bottom: 33px;
  text-align: left;
}

.certified-erp-dinamic-section .partner-buttons {
  display: flex;
  gap: 15px;
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #dedede;
}

.certified-erp-dinamic-section .partner-buttons .btn-primary {
  display: inline-block;
  background: #d48c14;
  color: #ffffff !important;
  padding: 15px 30px;
  border-radius: 6px;
  text-decoration: none !important;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  transition: background 0.3s ease;
}

.certified-erp-dinamic-section .partner-buttons .btn-primary:hover {
  background: #b5740e;
}

.certified-erp-dinamic-section .partner-buttons .btn-secondary {
  display: inline-block;
  background: #ffffff;
  color: #d48c14 !important;
  border: 1px solid #cfcfcf;
  padding: 15px 35px;
  border-radius: 6px;
  text-decoration: none !important;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  transition: all 0.3s ease;
}

.certified-erp-dinamic-section .partner-buttons .btn-secondary:hover {
  background: #f5f5f5;
  border-color: #d0d0d0;
}

.certified-erp-dinamic-section .partner-divider {
  border: 0;
  height: 1px;
  background: #e5e5e5;
  margin: 0 0 35px 0;
}

.certified-erp-dinamic-section .partner-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.certified-erp-dinamic-section .stat-item {
  display: flex;
  flex-direction: column;
}

.certified-erp-dinamic-section .stat-number {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 6px;
}

.certified-erp-dinamic-section .stat-label {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #626262;
}

.certified-erp-dinamic-section .info-image-wrapper {
  flex: 0.9;
  display: flex;
  justify-content: center;
}

.certified-erp-dinamic-section .info-image-wrapper img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

@media (max-width: 992px) {
  .certified-erp-dinamic-section {
    padding: 60px 0;
  }

  .certified-erp-dinamic-section .certified-erp-dinamic-container {
    gap: 40px;
    flex-direction: column-reverse;
    align-items: center;
  }

  .certified-erp-dinamic-section .info-text-wrapper {
    width: 100%;
  }

  .certified-erp-dinamic-section .info-image-wrapper {
    width: 100%;
    justify-content: center;
  }

  .certified-erp-dinamic-section .info-image-wrapper img {
    max-width: 100%;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .certified-erp-dinamic-section .certified-erp-dinamic-container {
    flex-direction: column-reverse;
  }

  .case-study-choose-erpnext-section h2 {
    font-size: 1.5rem;
  }

  .choose-erpnext-list {
    text-align: left;
  }

  .certified-erp-dinamic-section .info-text-wrapper .info-title {
    font-size: 32px;
    line-height: 42px;
  }

  .certified-erp-dinamic-section .partner-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 15px;
  }

  .certified-erp-dinamic-section .partner-buttons {
    flex-direction: column;
    gap: 12px;
  }

  .certified-erp-dinamic-section .partner-buttons .btn-primary,
  .certified-erp-dinamic-section .partner-buttons .btn-secondary {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .certified-erp-dinamic-section .info-text-wrapper .info-title {
    font-size: 26px;
    line-height: 34px;
  }
}

/* ERP TRUE BUSINESS Section Ends Here */

/* --- Our ERPNEXT Services Section Starts Here --- */

.our-erpnext-services-section {
  /* background-image: url('images/our-erpnext-services.jpg');
    background-size: cover;
    background-repeat: repeat-y;
    background-position: center; */
  background-color: #f2f4f3;
  padding: 72px 0 85px 0;
  position: relative;
}

.our-erpnext-services-section {
  position: relative;
  /* Ensure pseudo-element is positioned correctly */
  z-index: 1;
  /* Keep the section above the pseudo-element */
}

/* --- Header Styling --- */
.our-erpnext-services-header {
  text-align: center;
  margin-bottom: 42px;
}

.our-erpnext-services-header h2 {
  color: #000;
  letter-spacing: 1px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 34px;
  line-height: 100%;
  text-align: center;
  text-transform: capitalize;
}

.our-erpnext-services-grid {
  display: flex;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
  gap: 30px;
}

.our-erpnext-services-item {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  width: 48%;
}

.our-erpnext-services-item {
  background-color: #ffffff;
  padding: 25px 30px;
  border: 1px solid #d48c144d;
  border-radius: 8px;
  box-shadow: 0px 4px 49px 0px #0000000f;
  position: relative;
}

.our-erpnext-services-item h4 {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 26px;
  line-height: 28px;
  color: #d48c14;
  margin-bottom: 19px;
}

.our-erpnext-services-item .erp-service-img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.our-erpnext-services-item h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}

.our-erpnext-services-item p {
  margin-bottom: 14px;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585858;
}

.our-erpnext-services-list {
  padding: 0;
  margin: 0;
}

.our-erpnext-services-list-item {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  color: #585858;
  margin-top: 0;
}

.our-erpnext-services-benefit {
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #585858;
  margin-bottom: 0px;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablet View */
@media (max-width: 992px) {
  .our-erpnext-services-section {
    background-color: #f7f7f7;
    padding: 70px 0 !important;
  }

  .our-erpnext-services-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    width: 47%;
  }

  .our-erpnext-services-item .erp-service-img {
    position: absolute;
    top: 14px;
    right: 20px;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  .our-erpnext-services-grid {
    grid-template-columns: 1fr;
    /* Stack items in a single column */
  }
}

@media (max-width: 768px) {
  .our-erpnext-services-header {
    text-align: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .our-erpnext-services-header h2 {
    color: #000;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
  }

  .our-erpnext-services-item {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    width: 100%;
  }
}

/* --- Our ERPNEXT Services  Section Ends Here --- */

/* ERPNext Modules Section Starts Here */
.erpnext-modules-section {
  padding: 72px 0;
}

/* Header Styles */
.erpnext-modules__header {
  text-align: center;
  margin-bottom: 4rem;
  /* 64px */
}

.erpnext-modules__header h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}

.erpnext-modules__header h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #585858;
}

.erpnext-modules__header .b-text {
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

/* Grid for Service Items */
.erpnext-modules__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 37px 60px;
}

/* Individual Service Item */
.erpnext-modules__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex-basis: 140px;
}

.erpnext-modules__icon-wrapper {
  width: 140px;
  height: 140px;
  margin-bottom: 15px;
  transition: all 0.3s ease-in-out;
}

.erpnext-modules__title {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0px;
}

/* Hover Effects */
.erpnext-modules__item:hover .erpnext-modules__icon-wrapper {
  transform: scale(1.05);
}

/* --- Tablet Styles --- */
/* For this specific design, tablet and desktop are very similar, 
           so major changes are only needed for mobile. This is a placeholder
           if you need tablet-specific overrides. */
@media (max-width: 990px) {
  .erpnext-modules__grid {
    gap: 30px;
  }
}

/* --- Mobile Styles --- */
@media (max-width: 767px) {
  .erpnext-modules {
    padding: 4rem 1.5rem;
    /* 64px 24px */
  }

  .erpnext-modules__header {
    margin-bottom: 3rem;
    /* 48px */
  }

  .erpnext-modules__header h1 {
    color: #000;
    letter-spacing: 1px;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
  }

  .erpnext-modules__grid {
    gap: 30px;
  }
}

/* ERPNext Modules Section Starts Here */

/* Choose ERPNEXT Section Starts Here */
.choose-erpnext-section {
  padding-bottom: 80px;
  padding-top: 0px;
}

.choose-erpnext-section .choose-erpnext-container {
  display: flex;
  align-items: start;
  gap: 60px;
}

.choose-erpnext-section .choose-erpnext-text-wrapper {
  flex: 1;
}

.choose-erpnext-section .choose-erpnext-image-wrapper {
  flex: 1;
}

.choose-erpnext-section .choose-erpnext-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.choose-erpnext-section h2 {
  color: #000;
  margin-bottom: 1rem;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  text-transform: uppercase;
}

.choose-erpnext-section .choose-erpnext-text-wrapper p {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: justify;
  color: #585858;
  margin-bottom: 13px;
}

.choose-erpnext-list {
  padding-left: 0;
  margin: 10px 0 15px 0;
  list-style: none;
  padding: 0;
}

.choose-erpnext-list li {
  position: relative;
  margin-bottom: 10px;
}

.choose-erpnext-item {
  display: flex;
  align-items: flex-start;
  font-size: 1rem;
  margin-left: 0px;
  margin-bottom: 15px;
}

.choose-erpnext-icon {
  margin-right: 1rem;
  margin-top: 1px;
  flex-shrink: 0;
}

.choose-erpnext-text {
  font-family: Montserrat;
  font-weight: 500;
  font-size: 15px;
  color: #303030;
}

.we-serve-section {
  padding-top: 100px;
}

.we-serve-icon {
  margin-right: 1rem;
  margin-top: 2px;
  flex-shrink: 0;
}

.choose-erpnext-item h5.we-serve-text {
  color: #272727;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
}

.choose-erpnext-item p.we-serve-subtext {
  color: #585858;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0px;
}

.we-serve-list li.we-serve-item {
  position: relative;
  margin-bottom: 11px;
}

.erpnext-opensource-section {
  background-color: #f2f4f3;
  padding: 80px 0;
}

.erpnext-opensource-section .choose-erpnext-list li {
  position: relative;
  margin-bottom: 15px;
}

@media (max-width: 992px) {
  .certified-erp-dinamic-section {
    padding: 70px 0 70px 0;
  }

  .choose-erpnext-section .choose-erpnext-image-wrapper {
    flex: 1;
    width: 100%;
  }

  .choose-erpnext-section .choose-erpnext-container {
    flex-direction: column-reverse;
    gap: 30px;
  }
}

/* Mobile View */
@media (max-width: 768px) {
  /* Reverse the column order for the first section on mobile */
  .choose-erpnext-section .choose-erpnext-container {
    flex-direction: column-reverse;
  }

  .case-study-choose-erpnext-section h2 {
    font-size: 1.5rem;
  }

  .choose-erpnext-list {
    text-align: left;
  }
}

@media (max-width: 600px) {
  .choose-erpnext-section h2 {
    font-size: 22px;
    line-height: 30px;
  }
}

/* Choose ERPNEXT Section Ends Here */

/* --- ERPNEXT FAQ Section Starts Here --- */

.erpnext-faq-section {
  padding: 62px 0 78px 0;
}

.erpnext-faq-header h2 {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}

.erpnext-faq-accordion .accordion-button,
.show-more-btn {
  font-family: Montserrat !important;
  line-height: 100% !important;
}

.erpnext-faqs {
  margin: 50px auto 0px auto;
  max-width: 850px;
}

.erpnext-faqs .erpnext-faq-accordion {
  border-radius: 8px;
  overflow: hidden;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-item {
  padding-bottom: 0px !important;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 4px 4px 0px #00000005;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-item:last-child {
  margin-bottom: 0px !important;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-header {
  margin: 0;
  padding: 18px 24px;
  border-bottom: 1px solid #e9e9e9;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  box-shadow: 0px 4px 4px 0px #00000005;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button {
  color: #333333;
  background: 0 0 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
  font-size: 16px !important;
  line-height: 24px !important;
  padding: 0px !important;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button:not(.collapsed) {
  color: #333333 !important;
  background: 0 0 !important;
  box-shadow: none;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px !important;
  letter-spacing: 0;
  padding-left: 0;
  padding-bottom: 0px !important;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
  padding-left: 0;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button::after {
  background-image: url("../images/erp-faq-plus-icon.svg") !important;
  transition: transform 0.2s ease-in-out;
  width: 14px;
  height: 14px;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-button:not(.collapsed)::after {
  background-image: url("../images/erp-faq-cross-icon.svg") !important;
  transform: rotate(45deg) !important;
}

.erpnext-faqs .erpnext-faq-accordion .faq-number {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}

.erpnext-faqs .erpnext-faq-accordion .accordion-body {
  padding: 19px 23px !important;
  color: #585858;
  background-color: #f7f7f7;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 24px !important;
}

@media (max-width: 600px) {
  .erpnext-faq-header h2 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    text-align: center;
    text-transform: uppercase;
  }
}

/* --- ERPNEXT FAQ Section Ends Here --- */

/* --- ERPNEXT Cta Section Starts Here--- */
.reconstruct-cta {
    position: relative;
    padding: 66px 0px;
    background: linear-gradient(90deg, #EBB61B 0%, #D48C14 100%);
    background-size: cover;
    background-position: center;
    color: #ffffff;
}

/* Container to hold content */
.reconstruct-cta-container {
  position: relative;
  z-index: 1;
  text-align: center;
}

/* --- Text Content Styling --- */
.reconstruct-cta-text-content {
  flex-basis: 70%;
}

.reconstruct-cta-text-content h2 {
  margin-top: 0;
  font-family: Montserrat;
  font-weight: 700;
  font-size: 30px;
  line-height: 37px;
  /* text-transform: uppercase; */
  margin-bottom: 16px;
  color: #fff;
}

.reconstruct-cta-text-content p {
    margin-bottom: 33px;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    max-width: 570px;
    line-height: 24px;
    text-align: center;
    display: inline-block;
}
/* --- Button Styling --- */
.reconstruct-cta-action-button {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.reconstruct-cta-action-button .cta-button {
  display: inline-block;
  background: #fff;
  border: 1px solid transparent;
  color: #D48C14 !important;
  padding: 15px 27px;
  border-radius: 6px;
  text-decoration: none !important;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}

.reconstruct-cta-action-button .book-demo-button {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  color: #ffffff !important;
  padding: 15px 60px;
  border-radius: 6px;
  text-decoration: none !important;
  font-family: Montserrat;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}

/* --- RESPONSIVE DESIGN --- */

/* Tablet View */

/* Mobile View */
@media (max-width: 768px) {
  .reconstruct-cta-container {
    flex-direction: column;
    text-align: center;
  }

  .reconstruct-cta-text-content {
    flex-basis: auto;
    margin-bottom: 2rem;
  }

  .reconstruct-cta-text-content p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 567px) {
  .reconstruct-cta {
    padding: 30px 0;
  }

  .reconstruct-cta-text-content h2 {
    margin-top: 0;
    margin-bottom: 1rem;
    font-family: Montserrat;
    font-weight: 700;
    font-size: 25px;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 16px;
  }

  .reconstruct-cta-action-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }

  .reconstruct-cta-action-button .cta-button {
    padding: 15px 20px;
    width: 210px;
  }

  .reconstruct-cta-action-button .book-demo-button {
    padding: 15px 20px;
    width: 200px;
  }
}

/* --- ERPNEXT Cta Section Ends Here--- */

/* ERP Features Strip Section Starts Here */
.certified-erp-features-strip {
  background-color: #000000;
  padding: 28px 0;
}

.certified-erp-features-strip .certified-erp-features-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.certified-erp-features-strip .feature-item {
  flex: 1;
  text-align: center;
  padding: 0 15px;
}

.certified-erp-features-strip .feature-title {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 6px;
  letter-spacing: 0;
}

.certified-erp-features-strip .feature-desc {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #989898;
}

.certified-erp-features-strip .feature-divider {
  width: 1px;
  height: 60px;
  background-color: #404040;
  flex-shrink: 0;
  opacity: 1;
}

@media (max-width: 992px) {
  .certified-erp-features-strip {
    padding: 40px 0;
  }
  .certified-erp-features-strip .feature-divider {
    display: none;
  }
  .certified-erp-features-strip .certified-erp-features-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
  .certified-erp-features-strip .feature-item {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .certified-erp-features-strip .certified-erp-features-container {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
/* ERP Features Strip Section Ends Here */

/* ERP Description Section Starts Here */
.certified-erp-description-section {
  background-color: #ffffff;
  padding: 80px 0 100px 0;
}

.certified-erp-description-section .description-content {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.certified-erp-description-section .description-content p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #626262;
  margin-bottom: 25px;
}

.certified-erp-description-section .description-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .certified-erp-description-section {
    padding: 60px 0;
  }
  .certified-erp-description-section .description-content p {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}

/* The Problem Section Starts Here */
.problem-section {
  background-color: #f2f4f3;
  width: 100%;
  padding: 100px 0;
}

.problem-section .problem-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.problem-section .problem-subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #941202;
  text-transform: uppercase;
  letter-spacing: 4%;
  margin-bottom: 15px;
  text-align: center;
}

/* Problem Section - heading, cards, responsive */
.problem-section .problem-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 13px;
}

.problem-section .problem-sub-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #585858;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 45px auto;
}
.problem-section .problem-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  width: 100%;
}

.problem-section .problem-card {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  border-radius: 14px;
  padding: 30px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  transition:
    box-shadow 0.3s ease,
    transform 0.3s ease;
}

.problem-section .problem-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.problem-section .card-icon-box {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.problem-section .card-icon-box img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.problem-section .card-title {
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 17px;
  line-height: 24px;
  color: #000;
  margin-bottom: 7;
}

.problem-section .card-description {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  color: #888888;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .problem-section .problem-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .problem-section .problem-heading {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 576px) {
  .problem-section {
    padding: 70px 0;
  }
  .problem-section .problem-cards-grid {
    grid-template-columns: 1fr;
  }
  .problem-section .problem-heading {
    font-size: 22px;
    line-height: 30px;
  }
}

/* ================================================
   WHAT WE DELIVER SECTION
   ================================================ */
.what-we-deliver-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.what-we-deliver-container .wwd-header {
  text-align: center;
  margin-bottom: 60px;
}

.wwd-subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #941202;
  text-transform: uppercase;
  letter-spacing: 4%;
  margin-bottom: 15px;
  text-align: center;
}

.wwd-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 13px;
}

.wwd-desc-text {
  font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 45px auto;
}

.wwd-services-list {
  display: flex;
  flex-direction: column;
}

.wwd-service-item {
    display: flex;
    align-items: flex-start;
    gap: 120px;
    padding: 24px 0 32px 0;
    border-top: 1px solid #E8E8E8;
}

.wwd-service-item:last-child {
  border-bottom: 0px solid transparent !important;
}

.wwd-service-header {
    display: flex;
    gap: 50px;
    min-width: 410px;
}

.wwd-number {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 34px;
    line-height: 45px;
    color: #d48c14;
    flex-shrink: 0;
}

.wwd-info {
  min-width: 210px;
  flex-shrink: 0;
  padding-top: 2px;
}

.wwd-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #000;
    margin-bottom: 12px;
}

.wwd-badge {
    display: inline-block;
    background-color: #F7F7F7;
    color: #313131;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 4px;
}

.wwd-details {
  flex: 1;
}

.wwd-details p {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #626262;
  margin-bottom: 14px;
}

.wwd-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wwd-tag {
    display: inline-block;
    border: 1px solid #D48C141F;
    border-radius: 4px;
    padding: 8px 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #313131;
    background: #D48C1414;
    transition: border-color 0.2s,
    background 0.2s;
}

.wwd-tag:hover {
  border-color: #d48c14;
  background: #fff8ec;
}

@media (max-width: 992px) {
  .wwd-service-item {
    gap: 28px;
  }
  .wwd-info {
    min-width: 170px;
  }
}

@media (max-width: 768px) {
  .what-we-deliver-section {
    padding: 70px 0;
  }
  .wwd-service-item {
    flex-direction: column;
    gap: 14px;
    padding: 28px 0;
  }
  .wwd-number {
    font-size: 32px;
    min-width: auto;
  }
  .wwd-info {
    min-width: auto;
  }
  .wwd-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 600px) {
    .wwd-service-header {
    display: flex;
    gap: 20px;
    width: 100%;
}

.wwd-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #000;
    margin-bottom: 12px;
}
}

/* ================================================
   INDUSTRIES SECTION
   ================================================ */
.industries-section {
    background-color: #f7f7f7;
    padding: 80px 0px 80px;
}

.industries-header {
  text-align: center;
  margin-bottom: 50px;
}


.industries-subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #941202;
  text-transform: uppercase;
  letter-spacing: 4%;
  margin-bottom: 15px;
  text-align: center;
}

.industries-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  color: rgb(0, 0, 0);
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 13px;
}

.industries-desc {
  font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585858;
    text-align: center;
    max-width: 640px;
    margin: 0 auto 45px auto;
}



.industries-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.industry-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 24px 16px 24px;
    background: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    text-align: center;
    transition: box-shadow 0.3s ease,
    border-color 0.3s ease;
}

.industry-card:hover {
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
  border-color: #d48c14;
}

.industry-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.industry-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.industry-icon svg {
  width: 56px;
  height: 56px;
}

.industry-label {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000;
}



@media (max-width: 992px) {
  .industries-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .industries-section {
    padding: 70px 0;
  }
  .industries-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
  }
  .industries-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

/* ================================================
   STARTER PACK / PRICING SECTION
   ================================================ */
.starter-pack-section {
    background-color: #F7F7F7;
    padding: 80px 0;
}

.starter-pack-header {
  text-align: center;
  margin-bottom: 50px;
}

.starter-pack-subtitle  {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: rgb(148, 18, 2);
    text-transform: capitalize;
    letter-spacing: 4%;
    margin-bottom: 15px;
    text-align: center;
}

.starter-pack-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 13px;
}

.starter-pack-desc {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(88, 88, 88);
    text-align: center;
    max-width: 640px;
    margin: 0px auto 45px;
}



.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 28px;
  align-items: stretch;
}

.pricing-card {
    background: #ffffff;
    border: 1px solid #E8E8E8;
    border-radius: 14px;
    padding: 28px 22px 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: box-shadow 0.3s ease;
}

.pricing-card:hover {
  box-shadow: 0px 8px 13px 0px #D48C1424;
    border: 2px solid #d48c14;
}

.pricing-card--popular {
  box-shadow: 0 4px 24px rgba(212, 140, 20, 0.14);
}

.most-popular-badge {
    position: absolute;
    top: -14px;
    left: 26px;
    background: #d48c14;
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px 14px;
    border-radius: 6px;
    white-space: nowrap;
}

.pricing-card-inner {
  flex: 1;
}

.plan-name {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #626262;
    margin-bottom: 15px;
}

.plan-price {
    font-family: "Monomakh", system-ui;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.1;
    color: #000000;
    margin-bottom: 7px;
}

.plan-subtitle {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 19px;
    color: #626262;
    margin-bottom: 20px;
}

.plan-effort {
    display: inline-block;
    background: #fff4e0;
    border: 1px solid #D48C141F;
    color: #313131;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 12px;
    padding: 7.5px 12px;
    border-radius: 4px;
    margin-bottom: 15px;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 0;
}

.plan-features li {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    line-height: 20px;
    color: #626262;
    padding: 7px 0;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    border-bottom: 1px solid #E8E8E8;
    font-size: 13.5px;
    margin: 0;
}

.plan-features li:last-child {
  border-bottom: none;
}

.plan-check {
  color: #d48c14;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 20px;
}

.plan-cta-btn {
  display: block;
  width: 100%;
  background: #d48c14;
  color: #ffffff !important;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 13px 20px;
  border-radius: 6px;
  text-align: center;
  text-decoration: none !important;
  transition: background 0.3s ease;
  margin-top: auto;
}

.plan-cta-btn:hover {
  background: #b57410;
}

.pricing-footer-note {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #626262;
    margin-top: 10px;
}

.pricing-footer-note a {
  color: #d48c14 !important;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .pricing-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .starter-pack-section {
    padding: 70px 0;
  }
  .pricing-cards-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .starter-pack-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

/* ================================================
   WHY ERPNEXT COMPARISON SECTION
   ================================================ */
.why-erpnext-section {
  background-color: #f7f7f7;
  padding: 80px 0 80px 0;
}

.why-erpnext-header {
  text-align: center;
  margin-bottom: 50px;
}

.why-erpnext-subtitle  {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: rgb(148, 18, 2);
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 15px;
    text-align: center;
}

.why-erpnext-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 13px;
}

.why-erpnext-desc {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(88, 88, 88);
    text-align: center;
    max-width: 640px;
    margin: 0px auto 45px;
}

.comparison-table-wrapper {
  overflow-x: auto;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #E8E8E8;
  margin-top: 30px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    table-layout: fixed;
    margin: 0;
}



.comparison-table th {
  padding: 20px 24px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  background-color: #941202;
  text-align: left;
  border-bottom: none;
  white-space: nowrap;
}

.comparison-table th.ct-feature-col {
  text-align: left;
}

.comparison-table th.ct-tally-col {
background-color: #B11E0C;
}


.comparison-table th.ct-erpnext-col {
  background-color: #D48C14;
  color: #ffffff;
}

.comparison-table td {
    padding: 18px 24px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #626262;
    border-bottom: 1px solid #E8E8E8;
    text-align: left;
}

.comparison-table td.ct-feature-col {
  text-align: left;
  font-weight: 600;
  color: #000;
}

.comparison-table td.ct-erpnext-col {
  background-color: #F9EFDE;
  color: #3D3D3D !important;
  font-weight: 500;
}

/* Set standard column widths on desktop */
.comparison-table th:nth-child(1),
.comparison-table td:nth-child(1) {
  width: 28%;
}
.comparison-table th:nth-child(2),
.comparison-table td:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table td:nth-child(3),
.comparison-table th:nth-child(4),
.comparison-table td:nth-child(4) {
  width: 24%;
}

.comparison-table td.ct-check {
  /* color: inherit; */
  /* font-weight: inherit; */
}

.comparison-table td.ct-cross {
  color: inherit;
  font-weight: inherit;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

.comparison-table tbody tr:hover td {
  background-color: #fafafa;
}

.comparison-table tbody tr:hover td.ct-erpnext-col {
  background-color: #FFF0DF;
}

@media (max-width: 768px) {
  .why-erpnext-section {
    padding: 70px 0;
  }
  .why-erpnext-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .comparison-table {
    table-layout: auto;
    min-width: 700px;
  }
  .comparison-table th,
  .comparison-table td {
    padding: 12px 14px;
    font-size: 12px;
    width: auto !important;
  }
}

/* ================================================
   CLIENT RESULTS / TESTIMONIALS SECTION
   ================================================ */
.client-results-section {
    background-color: #F7F7F7;
    padding: 80px 0;
}

.client-results-header {
  text-align: center;
  margin-bottom: 50px;
}

.client-results-subtitle  {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: rgb(148, 18, 2);
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 15px;
    text-align: center;
}

.client-results-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: rgb(0, 0, 0);
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 13px;
}


.testimonials-grid {
  display: none;
}

.testimonial-card {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 14px;
    padding: 30px 30px 24px 30px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.3s ease,
    transform 0.3s ease;
}

.testimonial-card:hover {
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.08);
  transform: translateY(-4px);
}

.testimonial-stars {
  display: flex;
  gap: 3px;
  font-size: 18px;
  color: #f5a623;
  line-height: 1;
}

.testimonial-stars .star-empty {
  color: #d8d8d8;
}

.testimonial-text {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 15px;
    font-style: italic;
    line-height: 24px;
    color: #626262;
    flex: 1;
    margin: 0;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}

.author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  flex-shrink: 0;
}

.avatar-blue {
  background: #3b82f6;
}
.avatar-green {
  background: #10b981;
}
.avatar-orange {
  background: #ff6f42;
}
.avatar-purple {
  background: #9c27b0;
}

.author-name {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #1a1a1a;
  line-height: 20px;
}

.author-company {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}

.testimonials-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  height: 24px;
  margin-top: 36px;
}

.t-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d48c14;
  opacity: 0.35;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  position: relative;
  border: none;
}

.t-dot--active {
  opacity: 1;
}

.t-dot--active::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 1px solid #d48c14;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}

@media (max-width: 992px) {
  .client-results-section {
    padding: 80px 0;
  }
  .client-results-heading {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 768px) {
  .client-results-section {
    padding: 60px 0;
  }
  .client-results-heading {
    font-size: 24px;
    line-height: 32px;
  }
}

/* ================================================
   TESTIMONIALS CAROUSEL
   ================================================ */
.testimonials-carousel {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 10px 4px;
  margin: -10px -4px 0 -4px;
}

.testimonials-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}

.testimonials-track .testimonial-card {
  width: calc((100% - 48px) / 3);
  box-sizing: border-box;
  flex-shrink: 0;
}

@media (max-width: 992px) {
  .testimonials-track .testimonial-card {
    width: calc((100% - 24px) / 2);
  }
}

@media (max-width: 768px) {
  .testimonials-track .testimonial-card {
    width: 100%;
  }
  .testimonials-track {
    gap: 20px;
  }
}

/* ================================================
   TIMELINE SECTION
   ================================================ */
.timeline-section {
  background-color: #ffffff;
  padding: 90px 0 100px 0;
}

.timeline-header {
  text-align: center;
  margin-bottom: 60px;
}

.timeline-subtitle {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: rgb(148, 18, 2);
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 15px;
    text-align: center;
}

.timeline-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 13px;
}

.timeline-desc {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(88, 88, 88);
    text-align: center;
    max-width: 640px;
    margin: 0px auto 45px;
}


/* Steps row */
.timeline-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
}

/* Horizontal connecting line */
.timeline-line {
    position: absolute;
    top: 28px;
    left: calc(10% + 28px);
    right: calc(10% + 28px);
    height: 1.5px;
    background: #E8E8E8;
    z-index: 0;
}

/* Each step column */
.timeline-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 1;
  padding: 0 10px;
}

/* Numbered circle */
.timeline-circle {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: linear-gradient(90deg, #F1C01D 0%, #E0A018 100%);
    box-shadow: 0px 6px 13px 0px #D48C1466;
    color: #ffffff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    flex-shrink: 0;
    transition: transform 0.3s ease,
    box-shadow 0.3s ease;
}

.timeline-step:hover .timeline-circle {
  transform: scale(1.1);
  box-shadow: 0 6px 22px rgba(212, 140, 20, 0.5);
}

/* Week label */
.timeline-week {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 12px;
    color: #D48C14;
    margin-bottom: 14px;
    background: #fff4e0;
    padding: 4px 10px;
    border-radius: 34px;
    width: fit-content;
    display: inline-block;
}

.timeline-step-title {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin-bottom: 6px;
}

.timeline-step-desc {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #626262;
    margin: 0;
}
@media (max-width: 992px) {
  .timeline-section {
    padding: 70px 0;
  }
  .timeline-heading {
    font-size: 26px;
    line-height: 34px;
  }
  .timeline-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding-left: 40px;
  }
  .timeline-line {
    top: 28px;
    left: 20px;
    right: auto;
    bottom: 28px;
    width: 2px;
    height: auto;
  }
  .timeline-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
    padding: 0 0 40px 0;
  }
  .timeline-circle {
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .timeline-step-content {
    padding-top: 6px;
  }
}

@media (max-width: 576px) {
  .timeline-heading {
    font-size: 22px;
    line-height: 30px;
  }
  .timeline-steps {
    padding-left: 28px;
  }
}

/* ================================================
   COVERAGE SECTION
   ================================================ */
.coverage-section {
  background-color: #ffffff;
  padding: 90px 0 100px 0;
}

.coverage-container {
  max-width: 860px;
  margin: 0 auto;
}



.coverage-header {
  text-align: center;
  margin-bottom: 36px;
}

.coverage-subtitle  {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
    color: rgb(148, 18, 2);
    text-transform: uppercase;
    letter-spacing: 4%;
    margin-bottom: 15px;
    text-align: center;
}

.coverage-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 13px;
}

.coverage-intro {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(88, 88, 88);
    text-align: center;
    max-width: 640px;
    margin: 0px auto 45px;
}

.coverage-subtitle {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #c83e2b;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 16px;
}

.coverage-heading {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 42px;
  color: #000000;
  text-transform: capitalize;
  margin-bottom: 14px;
}

.coverage-intro {
  font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(88, 88, 88);
    text-align: center;
    max-width: 640px;
    margin: 0px auto 20px;
}

.coverage-body {
  text-align: center;
}

.coverage-para {
  font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(88, 88, 88);
    text-align: center;
    max-width: 640px;
    margin: 0px auto 20px;
}

.coverage-with-label {
  font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgb(88, 88, 88);
    text-align: center;
    max-width: 640px;
    margin: 0px auto 20px;
}

.coverage-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.coverage-tag {
    display: inline-block;
    border: 1px solid #D48C141F;
    border-radius: 4px;
    padding: 8px 12px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    color: #313131;
    background: #D48C1414;
    transition: border-color 0.2s ease,
    background 0.2s ease;
}

.coverage-tag:hover {
  border-color: #d48c14;
  background: #fff8ec;
}

@media (max-width: 768px) {
  .coverage-section {
    padding: 70px 0;
  }
  .coverage-heading {
    font-size: 24px;
    line-height: 32px;
  }
}
