th,
td,
table {
	border: none !important;
}

.p-fc-container {
	width: 100%;
	max-width: 900px;
	background: white;
	border-radius: 30px;
	overflow: hidden;
  padding-top:20px;
}

.p-fc-table {
	width: 100%;
	border-collapse: collapse;
}

.p-fc-table th,
.p-fc-table td {
	padding: 12px 35px;
}

.p-fc-table th {
	font-weight: 600;
	color: #2D3748;
	border-bottom: 2px solid #E2E8F0;
	width: 180px;
}

.p-fc-table th:first-child {
	width: 500px;
	text-align: left;
	padding-left: 30px;
}

.p-fc-table td p {
	color: #0A162F;
  margin-bottom:0;
  font-size:16px;
  font-weight:700;
}

.p-fc-table tr:last-child td {
	border-bottom: none;
}

.p-fc-company-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px 5px;
}

.p-fc-company-logo {
	font-weight: 700;
	font-size: 22px;
	margin-bottom: 10px;
}

.p-fc-plumm {
	color: #3182CE;
}

.p-fc-competitor {
	color: #E53E3E;
}

.p-fc-feature {
	text-align: left;
	font-weight: 500;
	padding-left: 30px;
}

.p-fc-icon-check {
	color: #38A169;
	font-size: 22px;
}

.p-fc-icon-cross {
	color: #E53E3E;
	font-size: 22px;
}

@media (max-width: 768px) {
	.p-fc-table {
        display: block;
/*         overflow-x: auto; /* Horizontal scrolling for small screens */ */
/*         white-space: nowrap; /* Prevents content from wrapping */ */
    }
  
  .p-fc-container {
    border-radius: 15px;
    padding-top: 0;
    width: 100%;
}

    .p-fc-table th,
    .p-fc-table td {
        padding: 12px 25px; /* Maintain original padding for consistency */
        font-size: 16px; /* Maintain original font size */
    }

    .p-fc-table th:first-child {
        padding-left: 15px;
       min-width: 180px;
    }
  
  .p-fc-company-logo {
    margin-bottom: 0;
}
  
  .p-fc-icon-check{
      max-width: 18px;
  }

    .p-fc-table th,
    .p-fc-table td {
        text-align: left;
    }

    /* Adjust the table layout for better readability */
    .p-fc-feature {
        padding-left: 15px;
    }
    
    /* Make sure the company logos resize properly on mobile */
    .p-fc-company-logo img {
        max-width: 80px;
        height: auto;
    }
  
    .p-fc-competitor img {
      width: 80px !important;
      max-width: none;
  }
}


.p-fc-table th:nth-child(2),
.p-fc-table td:nth-child(2) {
	background-color: #CDECFF;
}

.p-fc-table th:nth-child(2){
border-radius: 10px 10px 0 0;
}

.p-fc-table tr:last-child td:nth-child(2) {
	border-radius: 0 0 10px 10px;
}

.p-fc-table td:nth-child(2),
.p-fc-table td:nth-child(3){
 	text-align: center;
}

.tabs-webflow-section .row_tabs .column6{
  padding-right:0;
}

@media (min-width: 1025px) {
    .compare-webflow-section.tabs-webflow-section .row_tabs .column6:nth-child(2) {
        width: 60%;
    }
  
    .compare-webflow-section.tabs-webflow-section .row_tabs .column6:nth-child(1) {
        width: 40%;
        padding-right:90px;
    }
}

.p-fc-competitor img{
  width:90px !important;
  max-width: none;
}

.p-fc-plumm img{
 max-width: none;
 width:110px !important 
}

.compare-webflow-section.tabs-webflow-section .row_tabs{
  align-items: center;
}

.compare-webflow-section.tabs-webflow-section h5{
  font-size:18px;
  margin-bottom:1rem;
}

.compare-webflow-section.tabs-webflow-section h2{
  font-size:36px;
  margin-bottom:2rem;
}

.compare-webflow-section.tabs-webflow-section .sec_hading h2 {
  font-size:40px;
  line-height:44px;
  text-align:center;
  margin-bottom:5rem;
}

@media (max-width: 480px) {
    .p-fc-table th,
    .p-fc-table td {
        padding: 12px 15px;
        vertical-align: middle;
    }

    .p-fc-icon-cross {
      max-width: 22px;
  }
  
    .p-fc-table th {
        padding: 12px 15px; /* Keep consistent padding */
    }

    .p-fc-table td {
        padding: 12px 15px; /* Keep consistent padding */
    }
  
    .p-fc-plumm img {
      max-width: none;
      width: 80px !important;
  }
  
    .p-fc-company-header {
      padding: 0;
  }
  
  .p-fc-table td p {
    font-size: 14px;
    line-height: 1.5;
}
}



  /* Feature Comparison Styles */
  .p-fc-container {
    width: 100%;
  }

.mobile-feature-name p{
   font-size: 1.25rem;
   line-height: 1.35;
   font-weight: 700;
}
  
  /* Desktop table styles */
  .p-fc-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .p-fc-table th {
    padding: 25px 15px;
    border-bottom: 2px solid #eaecef;
  }
  
  .p-fc-table td {
    padding: 20px 35px;
    border-bottom: 1px solid #eaecef;
  }
  
  .p-fc-feature {
    text-align: left;
    font-weight: 600;
    color: #2d3748;
    padding-left: 25px;
  }
  
  .p-fc-company-logo img {
    max-height: 36px;
    width: auto;
  }
  
  .p-fc-icon-check, .p-fc-icon-cross {
    width: 24px;
    height: 24px;
  }
  
  /* Mobile styles */
  .mobile-feature-cards {
    display: none;
  }
  
  /* Responsive styles */
  @media (max-width: 767px) {
    .p-fc-table {
      display: none;
    }
    
    .mobile-feature-cards {
      display: block;
    }
    
/*     .mobile-feature-card:nth-child(even) {
        background: var(--phs-dropdown-bg);
    } */
    
     .mobile-feature-card:not(:last-child) {
        border-bottom: 1px solid #e2e2e2;
    }
    
    .mobile-feature-header {
      display: flex;
      align-items: center;
      padding: 15px;
      padding-bottom:0;
    }
    
    .mobile-feature-name {
      font-weight: 600;
      color: #2d3748;
      font-size: 16px;
    }
    
    .mobile-feature-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      padding: 8px 10px 10px;
    }
    
    .mobile-company {
        text-align: center;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.6rem;
    }
    
    .mobile-company-name {
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px;
      color: #4a5568;
    }
    
    .mobile-icon {
        width: 22.5px;
        height: 22.5px;
        margin: 0 auto;
    }
    
    .mobile-company-logo {
        max-height: 25px;
        margin-bottom: 8px;
        height: 25px;
        display: inline-block;
    }
    
    .mobile-feature-name p {
      margin: 0;
  }
  }
