/* Performance banner css start  */

.performance-pricing-banner {
		background: #e9ebee;
		color: var(--surface-brand);
		padding: 5rem 0;
		text-align: center;
	}

	.performance-pricing-banner .title {
		font-size: 3rem;
		font-weight: 700;
		line-height: 1.3;
		margin-bottom: 1.25rem;
    text-transform: uppercase;
	}

	.performance-pricing-banner .old-price {
		position: relative;
		color: #002d63;
	}

	.performance-pricing-banner .old-price::after {
		content: "";
		position: absolute;
		left: 0;
		top: 50%;
		width: 100%;
		height: 0.188rem;
		background: red;
		transform: rotate(-10deg);
	}

	.performance-pricing-banner .highlight {
		color: #002d63;
		font-weight: 800;
	}

	.performance-pricing-banner .description {
		font-size: 1.125rem;
		line-height: 1.6;
		color: #2a2a2e;
	}

  /* Performance banner css end  */


  /* Performance highlight css start  */

  /* Main Section */
	.performance-highlight-section {
		padding: 5rem 0;
		text-align: center;
    background: #e9ebee;
	}

	/* Badges Container */
	.performance-highlight-section .badges {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		gap: 1.25rem;
		margin-bottom: 2.5rem;
	}

	/* Badge Style */
	.performance-highlight-section .badges span {
		background: rgba(255, 255, 255, 0.08);
		color: #2a2a2e;
		padding: 0.625rem 1rem;
		border-radius: 1.563rem;
		white-space: nowrap;
		border: 1px solid #2a2a2e;
    text-transform: uppercase;
	}

	/* Button */
	.performance-highlight-section .btn-container {
		display: inline-grid;
	}

	.performance-highlight-section .btn-container .cta-btn {
		display: inline-flex;
		height: 3.5rem;
		width: auto;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		border-radius: 0.75rem;
		border-width: 1.5px;
		border-color: var(--surface-brand);
		background-color: var(--surface-brand);
		padding: 0px 30px;
		text-transform: inherit;
		color: #e9ebee;
		font-size: 1.25rem;
		line-height: 1.75rem;
    text-transform: uppercase;
	}

	.performance-highlight-section .btn-container .cta-btn:hover {
		background-color: #002d63;
		border-color: #002d63;
	}

  .performance-highlight-section .badges-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.375rem;
	margin-bottom: 2.125rem;
}

.performance-highlight-section .badges-row-first {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
}

.performance-highlight-section .badges-row-second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.75rem;
}

.performance-highlight-section .badge-item {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.performance-highlight-section .badge-icon {
    font-size: 1.125rem;
    flex-shrink: 0;
}

.performance-highlight-section .badge-text {
    font-size: 1.25rem;
    color: #2a2a2e;
    white-space: nowrap;
}
    
  /* Performance highlight css end  */


  /* Performance table css start  */

  /* table Section */
	.performance-table-main {
		background: #fff;
		color: var(--surface-brand);
		padding: 5rem 0;
		text-align: center;
	}

	.performance-table-main h2.section-title {
		text-align: center;
		margin-bottom: 0.625rem;
		color: #2a2a2e;
		font-size: 2.25rem;
		font-style: normal;
		line-height: 140%;
    text-transform: uppercase;
	}

	.performance-table-main .section-description {
		text-align: center;
		margin-bottom: 0.625rem;
		color: #737373;
		font-size: 1.125rem;
		font-style: normal;
	}

	.performance-table-main .pricing-section-table {
		margin: auto;
		background: #fff;
		overflow: hidden;
		max-width: 1200px;
		margin-top: 2.5rem;
		margin-bottom: 2.5rem;
	}

	/* Table Layout */
	.performance-table-main .pricing-section-table .table {
		display: flex;
		flex-direction: column;
    border: 1px solid #c9ced4;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
	}

	.performance-table-main .pricing-section-table .row {
		display: grid;
		grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr;
		/* align-items: center; */
	}

	/* Header */
	.performance-table-main .pricing-section-table .header {
		background: var(--surface-brand);
		color: #fff;
		font-weight: bold;
		text-align: center;
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
	}

	.performance-table-main .pricing-section-table .header div {
		padding: 1.25rem 0.625rem;
	}

	/* Cells */
	.performance-table-main .pricing-section-table .row>div {
		padding: 1.25rem;
		color: #ddd;

	}

	.performance-table-main .pricing-section-table .pricing-section-row:not(:last-child) {

		border-bottom: 1px solid #c9ced4;
	}

	/* Left text */
	.performance-table-main .pricing-section-table .row strong {
		color: #2a2a2e;
	}

	.performance-table-main .pricing-section-table .row span {
		font-size: 0.813rem;
		color: #737373;
	}

	/* Highlight Column */
	.performance-table-main .pricing-section-table .highlight {
		background: rgba(16, 0, 243, 0.08);
		text-align: center;
		color: #00e676;
	}

	.performance-table-main .pricing-section-table .highlight h2 {
		font-size: 1.75rem;
		color: #2a2a2e;
		margin-bottom: 8px;
	}

	.performance-table-main .pricing-section-table .highlight p {
		font-size: 0.875rem;
		color: #002d63;
	}

	/* Badge */
	.performance-table-main .pricing-section-table .badge {
		display: inline-block;
		margin-top: 0.5rem;
		background: var(--surface-brand);
		color: #fff;
		padding: 0.313rem 0.625rem;
		border-radius: 1.25rem;
		font-size: 0.75rem;
	}

	.performance-table-main .pricing-section-table .pricing-section-row .pricing-section-highlight .badge {
		color: #fff;
	}

	/* Price */
	.performance-table-main .pricing-section-table .price {
		text-align: center;
	}

	.performance-table-main .pricing-section-table .pricing-section-row .pricing-section-price {
		color: #002d63;
	}

	.performance-table-main .pricing-section-table .red {
		color: #ff4d4d;
	}

	/* Button */
	.performance-table-main .btn-container {
		display: inline-grid;
	}

	.performance-table-main .btn-container .cta-btn {
		display: inline-flex;
		height: 3.5rem;
		width: auto;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		border-radius: 0.75rem;
		border-width: 1.5px;
		border-color: var(--surface-brand);
		background-color: var(--surface-brand);
		padding: 0 1.875rem;
		text-transform: uppercase;
		color: #e9ebee;
		font-size: 1.25rem;
		line-height: 1.25rem;
	}

	.performance-table-main .btn-container .cta-btn:hover {
		background-color: #002d63;
		border-color: #002d63;
	}

  /* Performance table css end  */


  /* Performance CTA css start  */

.performance-cta-section {
		background: #fff;
		padding: 5rem 0px;
		text-align: center;
		color: #fff;
	}

	/* Container */
	.performance-cta-section .cta-container {
		max-width: 900px;
		margin: auto;
	}

	/* Heading */
	.performance-cta-section .cta-heading {
		font-size: 2.25rem;
		margin-bottom: 1.25rem;
		color: var(--surface-brand);
		text-transform: uppercase;
	}

	.performance-cta-section .cta-heading span {
		background: #2a2a2e;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}

	/* Sub text */
	.performance-cta-section .cta-subtext {
		font-size: 1.125rem;
		color: #737373;
		margin-bottom: 2rem;
	}

	/* Button */
	.performance-cta-section .cta-btn {
		display: inline-flex;
		height: 3.5rem;
		width: auto;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		border-radius: 0.75rem;
		border-width: 1.5px;
		border-color: var(--surface-brand);
		background-color: var(--surface-brand);
		padding: 0px 30px;
		text-transform: inherit;
		color: #e9ebee;
		font-size: 1.25rem;
		line-height: 1.75rem;
		text-transform: uppercase;
	}

	.performance-cta-section .cta-btn:hover {
		background-color: #002d63;
		border-color: #002d63;
	}

	/* Bottom note */
	.performance-cta-section .cta-note {
		margin-top: 1rem;
		font-size: 1rem;
		color: #002d63;
	}

  /* Performance CTA css end  */



  /* Mobile */
	@media (max-width: 767.5px) {

  /* Performance banner css start  */

		.performance-pricing-banner {
			padding: 1.875rem 0;
		}

		.performance-pricing-banner .title {
			font-size: 1.75rem;
		}

		.performance-pricing-banner .description {
			font-size: 0.938rem;
		}

  /* Performance banner css end  */


  /* Performance highlight css start  */

   .performance-highlight-section {
			padding: 1.875rem 0;
		}

		.performance-highlight-section .badges {
			margin-bottom: 1.875rem;
		}

		.performance-highlight-section .btn-container .cta-btn {
			padding: 0 1.25rem;
			height: 3rem;
			font-size: 0.875rem;
		}

    .performance-highlight-section .badges-list {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    .performance-highlight-section .badges-row-first {
       grid-template-columns: 1fr;
        gap: 1rem;
    }

    .performance-highlight-section .badges-row-second {
       grid-template-columns: 1fr;
        gap:1rem;
        width: 100%;
    }

    .performance-highlight-section .badge-text {
        font-size: 1rem;
    }

    .performance-highlight-section .badge-icon {
        font-size: 1rem;
    }
	.performance-highlight-section .badge-item {
        justify-content: center;
    }

  /* Performance highlight css end  */


  /* Performance table css start  */

  .performance-table-main {
			padding: 1.875rem 0;
		}

		.performance-table-main h2.section-title {
			font-size: 1.5rem;
			font-style: normal;
			margin-bottom: 1.25rem;
		}
    .performance-table-main .section-description
    {
        font-size: 1rem;
    }

		.performance-table-main .pricing-section-table {
			overflow-x: auto;
		}

		.pricing-section-table .row {
			grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
		}

		.performance-table-main .pricing-section-table .row>div {
			padding: 0.75rem;
		}

		.performance-table-main .pricing-section-table .highlight h2 {
			font-size: 1.375rem;
		}

		.performance-table-main .pricing-section-table-main h2.section-title {
			font-size: 1.5rem;
			font-style: normal;
			margin-bottom: 1rem;
		}

		.performance-table-main .pricing-section-table-main .section-description {
			margin-bottom: 0px;
		}

		.performance-table-main .pricing-section-table {
			margin-top: 2rem;
			margin-bottom: 2rem;
		}

		/* Wrapper scroll enable */
		.performance-table-main .pricing-section-table-list {
			overflow-x: auto;
			-webkit-overflow-scrolling: touch;
		}

		/* Table width fix (important) */
		.performance-table-main .pricing-section-table .table {
			min-width: 900px;
			/* ya 1000px bhi kar sakte ho */
		}

		/* Optional: scrollbar styling */
		.performance-table-main .pricing-section-table-list::-webkit-scrollbar {
			height: 0.375rem;
		}

		.performance-table-main .pricing-section-table-list::-webkit-scrollbar-thumb {
			background: #ccc;
			border-radius: 0.625rem;
		}

		.performance-table-main .btn-container .cta-btn {
			padding: 0 1.25rem;
			height: 3rem;
			font-size: 0.875rem;
		}

  /* Performance table css end  */

  /* Performance CTA css start  */

  .performance-cta-section {
			padding: 1.875rem 0;
		}

		.performance-cta-section .cta-heading {
			font-size: 1.5rem;
		}

		.performance-cta-section .cta-subtext {
			font-size: 1rem;
			margin-bottom: 30px;
		}

		.performance-cta-section .cta-btn {
			padding: 0 1.25rem;
			height: 3rem;
			font-size: 0.875rem;
		}

		.performance-cta-section .cta-note {
			font-size: 0.875rem;
		}

  /* Performance CTA css end  */

	}

	/* Tablet */
	@media (min-width: 768px) and (max-width: 1024px) {

  /* Performance banner css start  */

		.performance-pricing-banner {
			padding: 1.875rem 0;
		}
		.performance-pricing-banner .title {
			font-size: 2.25rem;
		}

		.performance-pricing-banner .description {
			font-size: 1rem;
		}

  /* Performance banner css end  */


  /* Performance highlight css start  */

  .performance-highlight-section {
			padding: 2.5rem 0;
		}	

    	.performance-highlight-section .badges-row-first {
        gap: 2rem;
    }

    .performance-highlight-section .badges-row-second {
        gap: 2rem;
    }

    .performance-highlight-section .badge-text {
        font-size: 1.1rem;
    }

  /* Performance highlight css end  */


   /* Performance table css start  */

   .performance-table-main {
			padding: 1.875rem 0;

		}

  /* Performance table css end  */

  /* Performance CTA css start  */
 
  	.performance-cta-section
		{
		    padding: 1.875rem 0;
		}

  /* Performance CTA css end  */
	}