/* Practice Page Specific Styles */
:root {
  --practice-primary: #3182CE;
  /* Solid Blue Button From Image */
  --practice-primary-dark: #2B6CB0;
  --practice-top-bar-bg: #387bbb;
  /* Requested Blue */
  --practice-tab-bg: #E8F4F6;
  /* Requested Light Cyan/Teal */
}

/* Top Bar Overrides */
.practice-top-bar {
  background: var(--practice-top-bar-bg) !important;
}

.practice-top-bar .top-bar-content {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  flex-wrap: nowrap !important;
}

.practice-top-bar .contact-info {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 15px !important;
  white-space: nowrap !important;
}

.practice-top-bar .contact-phone {
  color: #B9F8B1 !important;
  margin-right: 15px !important;
  white-space: nowrap !important;
}

.practice-top-bar .contact-phone a {
  color: inherit;
  text-decoration: none;
}

.practice-top-bar .contact-email {
  color: #ffffff !important;
  white-space: nowrap !important;
}

.practice-top-bar .contact-email a {
  color: inherit;
  text-decoration: none;
}

.top-bar-logo {
  display: inline-flex;
  align-items: center;
  margin-right: 15px;
  vertical-align: middle;
  text-decoration: none;
}

.top-bar-icon-wrapper {
  width: 24px;
  height: 24px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
}

.top-bar-logo-icon {
  width: 15px;
  height: 15px;
  display: block;
  fill: #3182CE !important;
}

.practice-top-bar .contact-info span {
  font-family: "DM Sans";
  font-size: 14px;
  color: white;
}

.practice-top-bar .social-icons a {
  color: #fff;
  font-size: 14px;
}

/* Practice Header */
html body header.practice-header {
  background: #f9f4f0 !important;
  padding: 10px 0;
  border-bottom: 2px solid #E2E8F0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.practice-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1;
}

.brand-name {
  font-family: "Rethink Sans" !important;
  font-weight: 400 !important;
  font-size: 13.07px !important;
  line-height: 10px !important;
  color: #0f172a !important;
}

.product-name {
  font-family: "Rethink Sans" !important;
  font-weight: 700 !important;
  font-size: 26.13px !important;
  color: #0f172a !important;
}


.practice-nav ul {
  display: flex;
  align-items: center;
  gap: 70px;
  justify-content: center;
}

.practice-nav a {
  color: #4A5568;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  transition: all 0.3s ease;
}

.practice-nav a:hover {
  color: var(--practice-primary);
}

.practice-nav a.active {
  color: var(--practice-primary) !important;
}

.practice-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 4px;
  background-color: var(--practice-primary);
  transition: width 0.3s ease;
  border-radius: 4px 4px 0 0;
}

.practice-nav a.active::after,
.practice-nav a:hover::after {
  width: 100%;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.btn-practice-login {
  background-color: var(--practice-primary);
  color: white;
  padding: 10px 28px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s;
  border: none;
  cursor: pointer;
}

.btn-practice-login:hover {
  background-color: var(--practice-primary-dark);
  color: white;
}

/* Sub-navbar / Tabs Bar */
.practice-tabs-bar {
  background-color: white;
  padding: 10px 0;
}

.practice-tabs-bar ul {
  display: flex;
  justify-content: center;
  gap: 40px;
  list-style: none;
}

.practice-tabs-bar ul li a {
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: color 0.2s;
}

.practice-tabs-bar ul li a:hover,
.practice-tabs-bar ul li a.active {
  color: var(--practice-primary);
}

/* Hero Section */
.practice-hero-section.new-hero-simple {
  position: relative;
  padding: 60px 0 80px;
  background-color: #3b7cbc;
  background-image: url("../images/practice/top.png"), url("../images/practice/bottom.png");
  background-size: 100% auto, 100% auto;
  background-position: top center, bottom center;
  background-repeat: no-repeat, no-repeat;
  color: #fff;
}

html body .practice-hero-section.new-hero-simple .hero-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
}

.practice-hero-section.new-hero-simple h1.hero-title {
  font-family: "Rethink Sans";
  font-weight: 600;
  font-size: 64px;
  line-height: 74px;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}

.practice-hero-section.new-hero-simple .hero-features-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}

.practice-hero-section.new-hero-simple .hero-feature-item span {
  font-family: "Rethink Sans";
  font-weight: 500;
  font-size: 17.4px;
  line-height: 21.6px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.practice-hero-section.new-hero-simple .hero-feature-divider {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.practice-hero-section.new-hero-simple .hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 30px;
}

.btn-practice-solid {
  background-color: #3182CE;
  color: white;
  padding: 12px 30px;
  border-radius: 25px;
  border: none;
  font-weight: 600;
  cursor: pointer;
  font-family: "Inter";
  transition: opacity 0.3s;
}

.btn-practice-outline {
  background: transparent;
  color: #3182CE;
  border: 1px solid #3182CE;
  padding: 12px 40px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Inter";
  transition: all 0.3s;
}

/* Helpers for Hero */
.bg-white {
  background-color: #fff !important;
}

.text-blue {
  color: #3b7cbc !important;
}

.text-white {
  color: #fff !important;
}

.border-white {
  border: 1px solid #ffffff !important;
}

.btn-practice-solid.bg-white:hover {
  opacity: 0.9;
}

.btn-practice-outline.text-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

/* 5 Icons Grid */
.hero-icons-grid {
  display: flex;
  justify-content: center;
  gap: 80px;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: -60px;
}

.icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 120px;
  text-align: center;
  z-index: 2;
  /* Keep above bottom grid overlap */
  transition: transform 0.3s ease;
  cursor: pointer;
  text-decoration: none;
}

.icon-item:hover {
  transform: translateY(-5px);
}

.icon-item:hover .icon-circle {
  box-shadow: 0 12px 30px rgba(255, 255, 255, 0.3);
  /* Stronger glow/shadow */
}

.icon-item:hover .icon-text {
  color: #D1E9FF;
}


.icon-circle {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.icon-circle img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.icon-text {
  color: #fff;
  font-family: "Rethink Sans";
  font-weight: 600;
  font-size: 16px;
  transition: color 0.3s ease;
  line-height: 25.6px;
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .practice-hero-section.new-hero-simple h1.hero-title {
    font-size: 36px;
  }

  .hero-icons-grid {
    gap: 20px;
  }

  .icon-item {
    width: 100px;
  }

  .icon-circle {
    width: 70px;
    height: 70px;
  }
}

/* Solutions Section Grid */
.practice-solutions-section {
  padding: 80px 0;
  background-color: #F8FAFC;
}

.section-header {
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 800;
  color: #1A202C;
  margin-bottom: 10px;
}

.section-subhead {
  color: #718096;
  max-width: 500px;
  margin: 0 auto;
}

.modules-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
}

.module-card {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  text-align: center;
  transition: transform 0.3s;
}

.module-card:hover {
  transform: translateY(-5px);
}

.module-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  margin: 0 auto 20px;
}

.client-mgmt {
  background-color: #3182CE;
}

.work-mgmt {
  background-color: #E53E3E;
}

.gst-mgmt {
  background-color: #38A169;
}

.client-acc {
  background-color: #D69E2E;
}

.office-bill {
  background-color: #805AD5;
}

.module-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #2D3748;
  margin-bottom: 12px;
}

.module-card p {
  color: #718096;
  font-size: 14px;
  line-height: 1.6;
}


/* =========================================
   Practice Management Section
   ========================================= */
.practice-management-section {
  padding: 60px 20px;
  background-color: #ffffff;
}

.pm-container {
  max-width: 1150px;
  margin: 0 auto;
}

.pm-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.pm-section-header h2 {
  font-family: "Rethink Sans";
  font-weight: 700;
  font-size: 40px;
  line-height: 55px;
  color: #393737;
  text-align: center;
  vertical-align: middle;
  max-width: 1100px;
  margin: 0 auto;
}

.pm-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}

.pm-card-top {
  grid-column: span 2;
}

.pm-card-bottom {
  grid-column: span 3;
}

.pm-card {
  background-color: #ffffff;
  border: 1px solid #387BBB;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01);
}

.pm-icon-circle {
  width: 28px;
  height: 28px;
  background-color: #4f7db3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.pm-icon-circle img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

.pm-card h3 {
  font-family: "Rethink Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #0F172A;
  vertical-align: middle;
  margin: 0;
}

/* Responsive Adjustments */
@media (max-width: 900px) {
  .pm-section-header h2 {
    font-size: 22px;
  }

  .pm-card-top,
  .pm-card-bottom {
    grid-column: span 3;
  }
}

@media (max-width: 600px) {
  .pm-section-header h2 {
    font-size: 20px;
  }

  .pm-grid {
    display: flex;
    flex-direction: column;
  }

  .pm-card {
    padding: 20px;
  }
}


/* ========================================
   WHAT MAKES UNIQUE SECTION
   ======================================== */
.p-unique-section {
  padding: 100px 20px;
  background: #4A83BC;
  color: white;
}

.p-unique-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

.p-unique-left {
  flex: 0 0 50%;
  position: sticky;
  top: 120px;
  padding-bottom: 40px;
}

.p-unique-title {
  font-family: "Rethink Sans";
  font-weight: 700;
  font-size: 60px;
  line-height: 72.32px;
  letter-spacing: -1.28px;
  vertical-align: middle;
  margin: 0 0 24px 0;
}

.p-unique-desc {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.9);
  max-width: 90%;
  margin-bottom: 40px;
}

.p-unique-features-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px 40px;
  margin-top: 30px;
}

.p-unique-feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #FFFFFF;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 16px;
}

.p-unique-icon-circle-white {
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-unique-icon-circle-white img {
  width: 16px;
  height: 16px;
  filter: brightness(0) saturate(100%) invert(48%) sepia(18%) saturate(1450%) hue-rotate(170deg) brightness(95%) contrast(85%);
}

.p-unique-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-unique-card {
  background: #225181;
  border-radius: 8px;
  padding: 28px 32px;
  color: #FFFFFF;
}

.p-unique-card h3 {
  font-family: "Rethink Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0 0 16px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.p-unique-card p {
  font-family: "Rethink Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 28.8px;
  letter-spacing: 0;
  vertical-align: middle;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

@media (max-width: 900px) {
  .p-unique-container {
    flex-direction: column;
    gap: 40px;
  }

  .p-unique-left {
    position: static;
    flex: none;
    width: 100%;
  }
}


/* ========================================
   OVERVIEW TABLE SECTION
   ======================================== */
.practice-overview-section {
  padding: 80px 20px;
  background-color: #F5FAFF;
  margin-top: 80px;
}

.po-container {
  max-width: 1300px;
  margin: 0 auto;
}

.po-section-header {
  text-align: center;
  margin-bottom: 40px;
}

.po-subtitle {
  display: block;
  color: #4b7bb4;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.po-section-header h2 {
  font-family: "Inter";
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.po-section-header p {
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.6;
  color: #4b5563;
  max-width: 1100px;
  margin: 0 auto;
}

.po-table-wrapper {
  background-color: #ffffff;
  border: 12px solid #E6E9F5;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  overflow-x: auto;
}

.po-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  min-width: 900px;
}

.po-table th,
.po-table td {
  padding: 24px;
  vertical-align: top;
  font-family: "Inter";
}


.po-table th:first-child {
  font-family: "Rethink Sans";
  font-size: 32px !important;
  font-weight: 700;
}

.po-table th:first-child,
.po-table td:first-child {

  background-color: #4c7ab4;
  color: #ffffff;
  width: 20%;
}

.po-table th:first-child {
  font-size: 20px;
  font-weight: 600;
}

.po-table td:first-child {
  font-size: 15px;
  font-weight: 500;
  vertical-align: middle;
}

.po-table th {
  font-family: "Rethink Sans";
  font-size: 32px;
  font-weight: 700;
  color: #20578B;
}

/* Widths: 20% 20% 40% 20% */
.po-table th:nth-child(1),
.po-table td:nth-child(1) {
  width: 20%;
}

.po-table th:nth-child(2),
.po-table td:nth-child(2) {
  width: 20%;
}

.po-table th:nth-child(3),
.po-table td:nth-child(3) {
  width: 40%;
}

.po-table th:nth-child(4),
.po-table td:nth-child(4) {
  width: 20%;
}

/* Borders: All cells except first column (Modules) */
.po-table th,
.po-table td {
  border: 1px solid #e5e7eb;
}

.po-table th:first-child,
.po-table td:first-child {
  border: none;
}

.po-table td {
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
}

.pricing-tier {
  font-weight: 600;
  color: #111827;
  display: block;
  margin-bottom: 4px;
}

.view-more-link {
  color: #4c7ab4;
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  margin-top: 4px;
}

.view-more-link:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .po-section-header h2 {
    font-size: 28px;
  }

  .po-section-header p {
    font-size: 14px;
  }

  .po-table-wrapper {
    border-width: 2px;
  }
}


/* ========================================
   MOBILE APPS SECTION
   ======================================== */
.p-app-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px;
}

.p-app-header {
  text-align: center;
  margin-bottom: 30px;
}

.p-app-subtitle {
  display: block;
  color: #1B5083;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;

}

.p-app-header h2 {
  font-family: "Rethink Sans";
  font-size: 40px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.p-app-header p {
  font-family: "DM Sans";
  font-size: 16px;
  line-height: 1.6;
  color: #6b7280;
  max-width: 900px;
  margin: 0 auto;
}

.p-app-toggle-container {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.p-app-toggle-wrapper {
  display: inline-flex;
  gap: 16px;
}

.p-app-toggle-btn {
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #00000036;
  cursor: pointer;
  transition: all 0.2s ease;
  background: transparent;
  backdrop-filter: blur(17.228300094604492px);
  color: #1A1A1C;
}

.p-app-toggle-btn.active {
  background-color: #4b7bb4;
  color: #ffffff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}


.p-app-card {
  background-color: #4b7bb4;
  border-radius: 20px;
  padding: 50px;
  position: relative;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  flex-direction: column;
}

.p-app-card-top {
  display: flex;
  width: 100%;
  position: relative;
  z-index: 2;
}

.p-app-card-content {
  width: 65%;
  padding-right: 20px;
}

.p-app-card-content h3 {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.p-app-description {
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.6;
  color: #e0e7ff;
  margin-bottom: 30px;
  max-width: 90%;
}

.p-app-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.p-app-feat-card {
  background-color: #1A4D7E;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.p-app-feat-full {
  grid-column: span 2;
}

.p-app-icon-circle {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-app-icon-circle svg,
.p-app-icon-circle img {
  width: 14px;
  height: 14px;
  fill: #2c5282;
  filter: brightness(0) saturate(100%) invert(29%) sepia(34%) saturate(1912%) hue-rotate(188deg) brightness(91%) contrast(89%);
}

.p-app-feat-text h4 {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #ffffff;
}

.p-app-feat-text p {
  font-family: "Inter";
  font-size: 13px;
  line-height: 1.5;
  color: #cbd5e1;
  margin: 0;
}

.p-app-phone-image {
  position: absolute;
  bottom: 150px;
  right: 40px;
  width: 30%;
  max-width: 320px;
  z-index: 1;
  display: block;
}

.p-app-play-store-wrapper {
  width: 65%;
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.p-app-play-badge-btn {
  display: inline-block;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.google-play-btn {
  width: 140px;
  height: auto;
  transition: transform 0.2s;
  cursor: pointer;
}

.google-play-btn:hover {
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .p-app-card-content {
    width: 60%;
  }

  .p-app-phone-image {
    width: 32%;
    right: 20px;
  }

  .p-app-features-grid {
    grid-template-columns: 1fr;
  }

  .p-app-feat-full {
    grid-column: span 1;
  }
}

@media (max-width: 768px) {
  .p-app-header h2 {
    font-size: 28px;
  }

  .p-app-card {
    padding: 40px 20px;
  }

  .p-app-card-top {
    flex-direction: column;
  }

  .p-app-card-content {
    width: 100%;
    padding-right: 0;
  }

  .p-app-description {
    max-width: 100%;
  }

  .p-app-phone-image {
    position: relative;
    right: auto;
    bottom: auto;
    width: 80%;
    max-width: 300px;
    margin: 40px auto -40px auto;
    display: block;
  }

  .p-app-play-store-wrapper {
    width: 100%;
    margin-top: 30px;
  }
}

/* ========================================
   SMART USER MANAGEMENT SECTION
   ======================================== */
.practice-user-management-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

.p-user-container {
  max-width: 1200px;
  margin: 0 auto;
}

.p-user-header {
  text-align: center;
  margin-bottom: 50px;
}

.p-user-subtitle {
  display: block;
  color: #1B5083;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.p-user-header h2 {
  font-family: "Rethink Sans";
  font-size: 36px;
  font-weight: 7 00;
  color: #1f2937;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.p-user-header p {
  font-family: "DM Sans";
  font-size: 15px;
  line-height: 1.6;
  color: #696969;
  max-width: 800px;
  margin: 0 auto;
}

.p-user-top-layout {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 30px;
}

.p-user-col-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-user-col-center {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-user-col-center img {
  width: 100%;
  max-width: 450px;
  height: auto;
  display: block;
}

.p-user-bottom-layout {
  display: flex;
  gap: 30px;
}

.p-user-feature-card {
  background-color: #f5faff;
  border: 1px solid #eef2f6;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}

.p-user-icon-circle {
  width: 32px;
  height: 32px;
  background-color: #4b7bb4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.p-user-icon-circle img {
  width: 14px;
  height: 14px;
  filter: brightness(0) invert(1);
}

.p-user-feature-card h3 {
  font-family: "Rethink Sans";
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  line-height: 1.4;
  margin-bottom: 12px;
}

.p-user-feature-card p {
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  color: #696969;
  margin: 0;
}

@media (max-width: 1024px) {
  .p-user-top-layout {
    flex-direction: column;
  }

  .p-user-col-center {
    order: -1;
    margin-bottom: 20px;
  }

  .p-user-col-side {
    width: 100%;
    flex-direction: row;
  }
}

@media (max-width: 768px) {
  .p-user-header h2 {
    font-size: 28px;
  }

  .p-user-col-side,
  .p-user-bottom-layout {
    flex-direction: column;
  }

  .p-user-feature-card {
    padding: 24px;
  }
}

/* ========================================
   DOCUMENT SHARING SECTION
   ======================================== */
.practice-document-section {
  padding: 80px 20px;
  background-color: #4b7bb4;
}

.p-doc-container {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-doc-header {
  text-align: center;
  margin-bottom: 50px;
}

.p-doc-header h2 {
  font-family: "Rethink Sans";
  font-size: 40px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: -0.5px;
  margin: 0;
}

.p-doc-image-showcase {
  width: 100%;
  max-width: 900px;
  border-radius: 12px;
  margin-bottom: -35px;
  position: relative;
  z-index: 1;
}

.p-doc-image-showcase img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.p-doc-floating-card {
  margin-top: 28px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  gap: 0;
  position: relative;
  z-index: 2;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.p-doc-feature-col {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.p-doc-feature-col:first-child {
  border-right: 1px solid #E0F1FD;
  padding-right: 40px;
}

.p-doc-feature-col:last-child {
  padding-left: 40px;
}

.p-doc-icon-circle {
  width: 36px;
  height: 36px;
  background-color: #4b7bb4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.p-doc-icon-circle img {
  width: 16px;
  height: 16px;
  filter: brightness(0) invert(1);
}

.p-doc-feature-col h3 {
  font-family: "Inter";
  font-size: 19px;
  font-weight: 500;
  color: #000724;
  margin-bottom: 12px;
  line-height: 1.4;
}

.p-doc-feature-col p {
  font-family: "Inter";
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #50505e;
  margin: 0;
}

@media (max-width: 900px) {
  .p-doc-floating-card {
    padding: 30px;
    gap: 30px;
  }

  .p-doc-image-showcase {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.05),
      0 0 0 16px rgba(255, 255, 255, 0.02);
    margin-bottom: -25px;
  }
}

@media (max-width: 600px) {
  .practice-document-section {
    padding: 50px 15px;
  }

  .p-doc-header h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .p-doc-image-showcase {
    margin-bottom: -15px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.05);
  }

  .p-doc-floating-card {
    flex-direction: column;
    padding: 24px;
    gap: 30px;
    border-radius: 12px;
  }

  .p-doc-feature-col:first-child {
    border-right: none;
    padding-right: 0;
  }

  .p-doc-feature-col:last-child {
    padding-left: 0;
  }

  .p-doc-icon-circle {
    margin-bottom: 16px;
  }

  .p-doc-feature-col h3 {
    font-size: 16px;
  }

  .p-doc-feature-col p {
    font-size: 14px;
  }
}

/* ========================================
   DATA TRANSFER INTEGRATION SECTION
   ======================================== */
.practice-tally-section {
  padding: 80px 20px;
  background-color: #f8fafc;
}

.p-tally-container {
  max-width: 1200px;
  margin: 0 auto;
}

.p-tally-header {
  text-align: center;
  margin-bottom: 50px;
}

.p-tally-header h2 {
  font-family: "Rethink Sans";
  font-size: 40px;
  font-weight: 600;
  color: #393737;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.p-tally-header p {
  font-family: "DM Sans";
  font-size: 16px;
  line-height: 1.6;
  color: #696969;
  max-width: 750px;
  margin: 0 auto;
}

.p-tally-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.p-tally-feature-card {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

.p-tally-icon-circle {
  width: 44px;
  height: 44px;
  background-color: #4b7bb4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.p-tally-icon-circle img {
  width: 18px;
  height: 18px;
  filter: brightness(0) invert(1);
}

.p-tally-feature-card h3 {
  font-family: "Inter";
  font-size: 19px;
  font-weight: 500;
  color: #111827;
  margin-bottom: 12px;
  line-height: 1.4;
}

.p-tally-feature-card p {
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.6;
  color: #6b7280;
  margin: 0;
}

@media (max-width: 900px) {
  .p-tally-header h2 {
    font-size: 30px;
  }

  .p-tally-grid {
    gap: 20px;
  }

  .p-tally-feature-card {
    padding: 30px;
  }
}

@media (max-width: 768px) {
  .practice-tally-section {
    padding: 60px 15px;
  }

  .p-tally-header h2 {
    font-size: 26px;
  }

  .p-tally-grid {
    grid-template-columns: 1fr;
  }

  .p-tally-feature-card {
    padding: 24px;
  }
}

/* ========================================
   PRESENT SCENARIO COMPARISON SECTION
   ======================================== */
.practice-comparison-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

.p-comp-container {
  max-width: 1200px;
  margin: 0 auto;
}

.p-comp-header {
  text-align: center;
  margin-bottom: 50px;
}

.p-comp-subtitle {
  font-family: "Rethink Sans";
  display: block;
  color: #387bbb;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.p-comp-header h2 {
  font-family: "Rethink Sans";
  font-size: 40px;
  font-weight: 600;
  color: #393737;
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.p-comp-header p {
  font-family: "DM Sans";
  font-size: 16px;
  line-height: 1.6;
  color: #696969;
  max-width: 800px;
  margin: 0 auto;
}

.p-comp-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: stretch;
}

.p-comp-card {
  background-color: #ffffff;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
}

.p-comp-card-header {
  padding: 24px 30px;
  border-bottom: 1px solid #d1d5db;
}

.p-comp-card-header h3 {
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.p-comp-card-body {
  padding: 40px;
  flex: 1;
}

.p-comp-card-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.p-comp-card-list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  font-family: "Inter";
  font-size: 15px;
  line-height: 1.5;
  color: #374151;
}

.p-comp-icon-arrow {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.p-comp-card-challenges {
  border: 1px solid #9ca3af;
}

.p-comp-card-challenges .p-comp-card-header h3 {
  color: #111827;
}

.p-comp-card-challenges .p-comp-icon-arrow {
  color: #ef4444;
}

.p-comp-card-solutions {
  border: 8px solid #5a85c4;
  border-radius: 14px;
}

.p-comp-card-solutions .p-comp-card-header {
  border-bottom: 1px solid #5a85c4;
}

.p-comp-card-solutions .p-comp-card-header h3 {
  color: #5a85c4;
}

.p-comp-card-solutions .p-comp-icon-arrow {
  color: #5a85c4;
}

@media (max-width: 900px) {
  .p-comp-header h2 {
    font-size: 28px;
  }

  .p-comp-card-header {
    padding: 20px 24px;
  }

  .p-comp-card-body {
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .p-comp-grid {
    grid-template-columns: 1fr;
  }
}

/* Base override for product-features-banner on practice page */
.practice-page .product-features-banner {
  background: #4b7bb4 !important;
}

/* ========================================
   PRICING SECTION
   ======================================== */
.practice-pricing-section {
  background-color: #f4f6f8;
  padding-bottom: 80px;
}

.practice-pricing-section .pricing-header {
  background-color: #4a77b4;
  color: #ffffff;
  padding: 60px 20px 50px 20px;
  text-align: center;
}

.practice-pricing-section .pricing-header h1 {
  font-family: "Rethink Sans";
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 12px;
  letter-spacing: -0.5px;
}

.practice-pricing-section .pricing-header p.subtitle {
  font-family: "DM Sans";
  font-size: 16px;
  font-weight: 500;
  color: #e0eaf5;
  margin-bottom: 30px;
}

.practice-pricing-section .header-features {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  list-style: none;
}

.practice-pricing-section .header-features li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 500;
}

.practice-pricing-section .check-icon-white {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.practice-pricing-section .check-icon-white svg {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #4a77b4;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.practice-pricing-section .toggle-container {
  display: flex;
  justify-content: center;
  margin-top: -24px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10;
}

.practice-pricing-section .toggle-wrapper {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.practice-pricing-section .toggle-switch {
  background-color: #ffffff;
  border-radius: 40px;
  display: inline-flex;
  padding: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.practice-pricing-section .toggle-btn {
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  background: transparent;
  color: #6b7280;
  transition: all 0.2s ease;
}

.practice-pricing-section .toggle-btn.active {
  background-color: #4a77b4;
  color: #ffffff;
}

.practice-pricing-section .save-badge {
  position: absolute;
  right: -100px;
  top: -25px;
  color: #ffffff;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: flex-end;
}

.practice-pricing-section .save-arrow {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
  stroke-linecap: round;
}

.practice-pricing-section .pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.practice-pricing-section .price-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px 24px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #e5e7eb;
  position: relative;
}

.practice-pricing-section .price-card.highlight {
  background-color: #f0f6fc;
  border: 1px solid #b3cce6;
  border-top-left-radius: 0;
}

.practice-pricing-section .free-badge {
  position: absolute;
  top: -33px;
  left: 15px;
  background-color: #4a77b4;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 24px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.practice-pricing-section .plan-name {
  font-size: 16px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 16px;
}

.practice-pricing-section .plan-price {
  font-family: 'Inter';
  font-size: 46px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
}

.practice-pricing-section .price-strike {
  position: relative;
  display: inline-block;
  color: #374151;
}

.practice-pricing-section .price-strike::before,
.practice-pricing-section .price-strike::after {
  content: '';
  position: absolute;
  top: 50%;
  left: -5%;
  width: 110%;
  height: 4px;
  background-color: #ef4444;
  border-radius: 2px;
}

.practice-pricing-section .price-strike::before {
  transform: translateY(-50%) rotate(25deg);
}

.practice-pricing-section .price-strike::after {
  transform: translateY(-50%) rotate(-25deg);
}

.practice-pricing-section .plan-subtitle {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 30px;
  min-height: 20px;
}

.practice-pricing-section .btn-get-started {
  display: inline-block;
  background-color: #4a77b4;
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 30px;
  width: 60%;
  margin-bottom: 40px;
  transition: background-color 0.2s;
}

.practice-pricing-section .btn-get-started:hover {
  background-color: #3b6194;
}

.practice-pricing-section .whats-included {
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #4a77b4;
  margin-bottom: 20px;
}

.practice-pricing-section .card-features {
  list-style: none;
  text-align: left;
}

.practice-pricing-section .card-features li {
  font-family: 'Inter';
  font-size: 13px;
  color: #111827;
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}

.practice-pricing-section .check-icon-blue {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: #4a77b4;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-top: 2px;
  background: #F5FAFF;
  border-radius: 50%;
}

.practice-pricing-section .bottom-info-box {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  margin-bottom: 60px;
}

.practice-pricing-section .info-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 40px;
  gap: 40px;
}

.practice-pricing-section .info-col h3 {
  font-family: 'Rethink Sans';
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 16px;
}

.practice-pricing-section .info-list {
  padding-left: 20px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.6;
}

.practice-pricing-section .info-list li {
  margin-bottom: 12px;
  font-family: 'DM Sans';
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

.practice-pricing-section .info-footer {
  background-color: #387bbb;
  color: #f5faff;
  padding: 24px 40px;

  text-align: left;
  font-family: 'Rethink Sans';
  font-size: 20px;
  ;
}

@media (max-width: 1024px) {
  .practice-pricing-section .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .practice-pricing-section .price-card.highlight {
    border-top-left-radius: 12px;
    margin-top: 30px;
  }

  .practice-pricing-section .free-badge {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

@media (max-width: 768px) {
  .practice-pricing-section .pricing-header h1 {
    font-size: 32px;
  }

  .practice-pricing-section .header-features {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .practice-pricing-section .save-badge {
    right: -80px;
    top: -30px;
  }

  .practice-pricing-section .info-grid {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .practice-pricing-section .info-footer {
    padding: 20px;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .practice-pricing-section .pricing-grid {
    grid-template-columns: 1fr;
  }

  .practice-pricing-section .btn-get-started {
    width: 100%;
  }
}

/* ========================================
   FAQ SECTION
   ======================================== */
.practice-faq-section {
  padding: 80px 20px;
  background-color: #ffffff;
}

.practice-faq-section .container {
  max-width: 850px;
}

.practice-faq-section .section-header {
  text-align: center;
  margin-bottom: 40px;
}

.practice-faq-section .subtitle {
  display: block;
  color: #6b8ab6;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
}

.practice-faq-section .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  color: #387BBB;
  letter-spacing: -0.5px;
}

.practice-faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.practice-faq-section .faq-card {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 24px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.01);
  transition: border-color 0.2s ease;
}

.practice-faq-section .faq-card:hover {
  border-color: #d1d5db;
}

.practice-faq-section .faq-question-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}

.practice-faq-section .faq-question-row h3 {
  font-family: 'Rethink Sans';
  font-size: 16px;
  font-weight: 600;
  color: #170f49;
  line-height: 1.5;
  margin: 0;
}

.practice-faq-section .icon-circle {
  width: 28px;
  height: 28px;
  background-color: #4a77b4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.practice-faq-section .icon-circle svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  margin-top: 2px;
  transition: transform 0.2s ease;
}

.practice-faq-section .faq-answer {
  max-height: 1000px;
  /* High safe bound */
  opacity: 1;
  overflow: visible;
  transition: max-height 0.4s ease, opacity 0.3s ease;
  margin-top: 12px;
  padding-right: 40px;
}

.practice-faq-section .faq-answer p {
  font-family: 'DM Sans';
  font-size: 14px;
  line-height: 1.6;
  color: #6f6c8f;
  margin: 0;
}

/* Accordion Collapsed State */
.practice-faq-section .faq-card.collapsed .faq-answer {
  max-height: 0 !important;
  opacity: 0 !important;
  overflow: hidden !important;
  margin-top: 0 !important;
}

.practice-faq-section .faq-card.collapsed .icon-circle svg {
  transform: rotate(180deg);
}

@media (max-width: 768px) {
  .practice-faq-section .section-header h2 {
    font-size: 28px;
  }

  .practice-faq-section .faq-card {
    padding: 20px;
  }

  .practice-faq-section .faq-answer {
    padding-right: 0;
  }
}

/* =========================================
   Trusted By Section
========================================= */
.practice-trusted-section {
  padding: 40px 0;
  background-color: var(--practice-primary);
  /* Practice Primary Blue background */
}

.practice-trusted-heading {
  font-family: "Rethink Sans";
  font-size: 40px;
  font-weight: 700;
  color: #fafafa;
  text-align: center;
  margin-bottom: 20px;
}

.practice-logo-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.practice-marquee-track {
  display: inline-flex;
  align-items: center;
  gap: 80px;
  animation: practice-scroll 25s linear infinite;
}

.practice-marquee-track img {
  height: 35px;
  width: auto;
  filter: brightness(0) invert(1);
  /* Make logos white against blue background */
  transition: opacity 0.3s;
}

.practice-marquee-track img:hover {
  opacity: 1;
}

@keyframes practice-scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
    /* Scroll 50% */
  }
}

@media (max-width: 768px) {
  .practice-marquee-track img {
    height: 35px;
  }

  .practice-marquee-track {
    gap: 50px;
  }
}