*{
    line-height: 1.2;
}
/*hero-section css starts*/
.hero-section {
  padding: 80px 20px;
  background-color: #f9f9f9;
}
.hero-container {
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    gap: 60px;
}
.hero-text {
  flex: 1 1 600px;
}
.hero-text h1 {
    margin-top: 10px;
    margin-bottom: 20px;
    color: #33566f;
}
.hero-text h1 span {
  color: #ebc540;
}
.hero-text p {
  margin-bottom: 20px;
}
.hero-image {
  flex: 1 1 400px;
  text-align: center;
}
.hero-image img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}
/*hero-section css ends*/

/*surgery-workflow section css starts*/
 .asc-section {
    padding: 80px 20px;
    max-width: 1300px;
    margin: auto;
}
.asc-title {
    margin-top: 0;
    text-align: center;
    /*color: #103a5c;*/
    margin-bottom: 10px;
}
.asc-description {
    text-align: center;
    color: #555;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.5;
}
.asc-subheading {
    text-align: center;
    color: #1c4e80;
    margin: 60px 0 40px;
}
.asc-card-grid {
    display: grid;
    gap: 30px;
}
.asc-grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}
.asc-grid-3 {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.asc-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}
.asc-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.asc-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}
.asc-card-title {
    text-align: center;
    font-weight: 600;
    padding: 12px;
    background-color:#ccd4dd;
    color: #103a5c;
}
.asc-cta{
    text-align: center;
    padding-top: 60px;
}
/*surgery-workflow section css ends*/

/*everything your needs section css starts*/
.asc-modern-section {
  background-color: #f1f5f9;
  padding: 80px 20px;
}
.asc-modern-wrapper {
  display: flex;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
  gap: 40px;
  align-items: flex-start;
}
.asc-modern-content {
  flex: 1 1 350px;
}
.asc-modern-content h2 {
  /*color: #1f2c44;*/
  margin-bottom: 20px;
  margin-top: 0;
}
.asc-modern-content p {
  margin-bottom: 10px;
  line-height: 1.6;
}
.asc-modern-content .highlight {
  color: #f9b233;
}
.asc-modern-features {
  display: grid;
  flex: 1 1 500px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}
.asc-feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: transform 0.2s ease;
}
.asc-feature-item:hover {
  transform: translateY(-3px);
}
.asc-feature-item img {
  width: 50px;
  height: 50px;
}
.asc-feature-item span {
  color: #1f2c44;
}
/*everything your needs section css ends*/

/*testimonials section css starts*/
 .testimonial-section {
      background: #ffffff;
      padding: 80px 20px;
      text-align: center;
      border-top: 1px solid #e2e8f0;
    }
    /* Heading */
.testimonial-title h2 {
    margin-top: 0;
    color: #1e293b;
    margin-bottom: 25px;
}
.testimonial-title p {
      color: #64748b;
      margin-bottom: 40px;
}
.testimonial-swiper-wrapper {
    position: relative;
    max-width: 880px;
    margin: 0 auto;
    padding: 0 50px;
}
.testimonial-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 50px 40px;
    max-width: 720px;
    margin: 0 auto;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}
.testimonial-para {
    color: #1e293b;
    margin-bottom: 25px;
    line-height: 1.3;
}
.testimonial-stars {
    width: 120px;
    margin-bottom: 20px;
}
.testimonial-author {
      color: #475569;
}
.testimonial-author strong {
    display: block;
    color: #0f172a;
    margin-bottom: 3px;
}
.testimonial-cta{
    margin-top: 40px;
}
.testimonial-button-next,
.testimonial-button-prev {
    color: #334155;
    width: 28px;
    height: 28px;
    top: 50%;
    transform: translateY(-50%);
}
.testimonial-button-next:hover,
.testimonial-button-prev:hover {
    color: #0ea5e9;
}
.testimonial-button-next {
    left: 0;
}
.testimonial-button-next {
     right: 0;
}
/*.testimonial-controls {*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    margin-top: 40px;*/
/*}*/
/*.testimonial-swiper-wrapper .swiper-pagination {*/
/*    position: relative;*/
/*}*/
/*.testimonial-swiper-wrapper .swiper-pagination-bullet {*/
/*    background: #cbd5e1;*/
/*    opacity: 1;*/
/*    margin: 0 5px;*/
/*}*/
/*.testimonial-swiper-wrapper .swiper-pagination-bullet-active {*/
/*    background: #0f172a;*/
/*}*/
@media (max-width: 768px) {
    .testimonial-card {
        padding: 30px 20px;
    }
    .testimonial-stars {
        width: 90px;
    }
    .swiper-button-next,
    .swiper-button-prev {
        width: 24px;
        height: 24px;
    }

      .testimonial-title h2 {
        font-size: 26px;
      }
    }
/*testimonials section css ends*/

/*Purpose-Built ASC EMR System Section css starts*/
.workflow-container {
    max-width: 1300px;
    margin: auto;
    text-align: center;
}
.workflow-heading {
    margin-bottom: 14px;
    margin-top: 0;
}
.workflow-heading span{
    color: #ebc540;
}
.workflow-subheading {
      /* color: var(--text-muted); */
      margin-bottom: 60px;
}
.workflow-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 36px;
}
.workflow-box {
    background: #ffffff;
    border: 1px solid #e4e4e7;
    border-radius: 16px;
    padding: 28px;
    text-align: left;
    transition: box-shadow 0.3s ease;
}
.workflow-box:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}
.workflow-icon-img {
    width: 100px;
    height: 100px;
    border-radius: 12px;
    object-fit: contain;
    margin-bottom: 16px;
}
.workflow-title{
    color: #003057;
    font-weight: 600;
    margin-bottom: 8px;
}
.workflow-desc {
    /* color: var(--text-muted); */
    line-height: 1.6;
}
.workflow-btn {
  margin-top: 60px;
}
/*Purpose-Built ASC EMR System Section css ends*/

/*certification section css starts*/
.certs-section {
  padding: 80px 24px;
  background-color: #f1f5f9;
  text-align: center;
}
.certs-container {
  max-width: 1300px;
  margin: 0 auto;
}
.certs-heading {
    margin-top: 0;
    /*color: #003057;*/
    margin-bottom: 16px;
}
.certs-description {
  color: #4b5563;
  max-width: 800px;
  margin: 0 auto 48px;
  line-height: 1.6;
}
.certs-logo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  /*gap: 32px;*/
  align-items: center;
  justify-items: center;
}
.certs-logo-grid img {
  max-height: 150px;
  max-width: 100%;
  object-fit: contain;
  padding: 10px 16px;
  /*background-color: #ffffff;*/
  /*border: 1px solid #e5e7eb;*/
  /*border-radius: 12px;*/
  /*box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);*/
  /*transition: transform 0.3s ease, box-shadow 0.3s ease;*/
}
/*certification section css ends*/

/*FAQ Section CSS Starts*/
.accordion-row{margin-top:20px;}
.accordion-header {
    background-color:#e2e8f0;
    cursor: pointer;
    padding: 16px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s;
    border-radius: 8px;
    color: #1e2a38;
}

.accordion-header:hover{
    background-color: #c0daf5;
}
.accordion-item.active .accordion-header {
    background-color: #c0daf5; /* same as hover */
    border-bottom-left-radius: 0; 
    border-bottom-right-radius: 0;
}
.accordion-arrow {
    transition: transform 0.3s ease;
    font-size: 16px;
}
.accordion-item{
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    border-radius: 12px;
}
.accordion-item.active .accordion-arrow {
    transform: rotate(90deg);
}
.accordion-content-row{padding: 20px 0;}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    padding: 0 16px;
    background-color: #fff;
}

.accordion-content p {
    margin: 16px 0;
}

.accordion-item.active .accordion-content {
    max-height: 800px;
    border-bottom: 1px solid #f3f3f3;
    border-radius: 12px;
}
.faq-btn{
    margin-top: 25px;
    text-align: center;
}
/*FAQ Section CSS Ends*/

/*EMR - EHR Software*/
.white-h2{
    margin-top: 0;
    text-align: center;
    color: white;
    margin-bottom: 10px;
}
.white-h3{
    margin-top:0;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}
.light-blue{background-color: #f1f5f9;}
.flex-center{display:flex; justify-content: center; align-items: center;}
.section-padding{padding: 80px 40px;}
.btn-secondary{
    background-color: #ffba5c;
    color:white;
}
.imscare-video-section{
    text-align: center;
}
.video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0 auto; 
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}
.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.feature-container{
    max-width: 1300px;
    width:100%;
}
.feature-row{margin-top: 20px;}
.feature-box {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-bottom: 3px solid #33566f;
  margin-bottom: 20px;
}
.feature-box img{
    width: 100%;
    border-radius: 12px;
    margin-bottom: 20px;
}
.feature-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}
.feature-title{
    font-size: 20px;
    margin-top: 0;
    color: #33566f;
}
.FrontofficeSwiper{margin-top: 20px;}
.software-swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  transition: transform 0.3s ease;
}

.software-swiper-slide img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.software-swiper-slide h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #222;
}
.frontoffice-section{
    background-color: #f9f9f9;
}
.client-success-section{background-color: #f1f5f9;}
.speciality-section{background-color:#33566e; color:white;}
.client-success-section .swiper-button-prev, .client-success-section .swiper-button-next{color:#33566e !important;}

/*Pain Management EMR Page*/
.speciality-card {
  background: #fff;
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%; /* ensures equal height */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 15px 0; 
  border-bottom: 3px solid #33566e;
}
.speciality-card img {
  width: 100%;
  margin-bottom: 15px;
  border-radius: 12px;
}
.speciality-card h3{margin-top: 20px; font-size: 20px;}
.rx-row{margin-top:20px;}
.rx-card {
  text-align: center;
  padding: 25px 15px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rx-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rx-card h3{
    font-size: 20px;
    padding: 20px 0;
    height: 100px;
}
@media (max-width: 768px) {
    .rx-card h3{height: 136px;}
}
.epmp-row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  overflow: hidden;
}
.epmp-col {
  flex: 1;
  min-width: 300px;
  padding: 30px;
}
.epmp-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.epmp-col ul{list-style: disc;}
.epmp-content .asc-title{text-align: left !important;}
/*record locator page*/
.ehr-showcase-row, .full-story-heading{
  margin-bottom: 4rem;
}
.ehr-showcase-image img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.1);
  margin-bottom: 20px;
}
.ehr-showcase-content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  justify-content: center;
}
.ehr-showcase-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: #f9fafb;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 12px;
}
.ehr-showcase-card:hover {
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.ehr-showcase-card img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.ehr-showcase-card p {
  margin: 0;
}

@media (max-width: 991px) {
  .ehr-showcase-row {
    flex-direction: column;
    text-align: center;
  }
  .ehr-showcase-content {
    align-items: center;
  }
  .ehr-showcase-card {
    text-align: left;
    max-width: 500px;
    width: 100%;
  }
}
.decision-box {
  border: 1px solid #ddd;
  background: #f9fafb;
  padding: 15px 20px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  background: #fff;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.check-list-row{margin-top:20px;}
.check-icon {
  color: #2b6e32;
  font-weight: bold;
  margin-right: 10px;
}
/*stepcard*/
 .stepflow-card {
      position: relative;
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 20px;
      text-align: center;
      height: 100%;
      margin-bottom: 20px;
}
.stepflow-card h5 {
      font-weight: bold;
      font-size: 16px;
      line-height: 1.2;
}
.step-h3{margin:0px; font-weight:bold; color:#003057; margin-bottom:16px;}
    /* Default: arrows on right (desktop) */
    .stepflow-card::after {
      content: "";
      position: absolute;
      top: 50%;
      right: -18px;
      transform: translateY(-50%);
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 18px solid #ddd;
    }

    .stepflow-card::before {
      content: "";
      position: absolute;
      top: 50%;
      right: -16px;
      transform: translateY(-50%);
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 16px solid #fff;
      z-index: 1;
    }

    .stepflow-no-arrow .stepflow-card::after,
    .stepflow-no-arrow .stepflow-card::before {
      display: none !important;
    }
    /* Mobile/Tablet: arrows point down instead of right */
    @media (max-width: 768px) {
      .stepflow-card::after {
        top: auto;
        bottom: -18px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-top: 18px solid #ddd;
        border-bottom: none;
      }

      .stepflow-card::before {
        top: auto;
        bottom: -16px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 16px solid #fff;
        border-bottom: none;
      }
    }
/**/

/*Interface Page css*/
.company-col{margin-bottom: 30px;}
 .company-card {
      background: #fff;
      border: 1px solid #e0e0e0;
      border-radius: 8px;
      padding: 24px 12px 18px 12px;
      text-align: center;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-start;
 }
    .company-logo-wrapper {
      height: 60px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
    }
    .company-logo {
      max-width: 120px;
      max-height: 50px;
      width: auto;
      height: auto;
      display: block;
    }
    .company-divider {
      width: 80%;
      border: none;
      border-top: 2px solid #bbb;
      margin: 0 auto 12px auto;
    }
    .company-title {
      font-weight: 700;
      color: #3db6f2;
      margin-bottom: 4px;
    }
    .company-desc {
      color: #666;
    }
    @media (max-width: 768px) {
      .company-card {
        padding: 18px 6px 14px 6px;
      }
    }
/**/
/* Responsive */
@media (max-width: 768px) {
    .hero-section, .section-padding{Padding: 60px 20px;}
    .hero-container {
        flex-direction: column-reverse;
        text-align: center;
        gap: 30px;
    }
    .hero-text h1{font-size: 40px;}
    .hero-image, .hero-text{flex:none;}
    .asc-title{font-size: 28px;}
    .feature-box{margin-bottom: 24px;}
}