.samplePricing{
    background-color: #FF725E;
    border-radius: 36px;
}
.overlayExplore{
    background-color: #FFFFFF33;
    border-radius: 50px;
    font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 15.9px;
leading-trim: NONE;
line-height: 23.81px;
letter-spacing: 0%;
vertical-align: middle;

}

.samplePricing h2{
    font-family: Manrope;
font-weight: 500;
font-style: Medium;
font-size: 54.4px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: -3.27px;
vertical-align: middle;
color: #F9FBF6;

}

.samplePricing h6{
    font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 18px;
leading-trim: NONE;
line-height: 31.74px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #f9fbf6;

}

.samplePricing p{
    font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 19.38px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;
color: #ffffff;

}

 .switch {
      position: relative;
      display: inline-block;
      width: 50px;
      height: 24px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

    .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      transition: 0.4s;
      border-radius: 24px;
    }

    .slider:before {
      position: absolute;
      content: "";
      height: 18px;
      width: 18px;
      left: 3px;
      bottom: 3px;
      background-color: white;
      transition: 0.4s;
      border-radius: 50%;
    }

    input:checked + .slider {
      background-color: #4CAF50;
    }

    input:checked + .slider:before {
      transform: translateX(26px);
    }

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

        .header-row th {
            padding: 32px 24px;
            text-align: center;
            font-weight: 600;
            font-size: 18px;
            border-bottom: 1px solid #e5e7eb;
            position: relative;
        }

        .header-row th:first-child {
            background: white;
            text-align: left;
            border: none;
        }

        .starter-header {
            background: white;
        }

        .pro-header {
            background: white;
        }

        .startup-header {
            background: #EEF2FF;
            border-radius: 10px 10px 0px 0px;
            color: #1f2937;
        }

        .enterprise-header {
            background: white;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 8px 16px;
            border: none;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
            text-decoration: none;
            margin-top: 12px;
        }

        .btn-starter {
            background: white;
            color: #10b981;
        }

        .btn-pro {
            background: white;
            color: #ec4899;
        }

        .btn-startup {
            background: white;
            color: #f59e0b;
        }

        .btn-enterprise {
            background: white;
            color: #3b82f6;
        }


        .cta-button:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
        }

        .section-header {
            /* background: #f9fafb; */
            font-weight: 600;
            font-size: 16px;
            color: #374151;
            padding: 20px 24px;
            text-align: left;
            border-bottom: 1px solid #e5e7eb;
        }

        .section-header td {
            /* background: #f9fafb; */
            font-weight: 600;
            font-size: 16px;
            color: #374151;
            padding: 20px 24px;
            border-bottom: 1px solid #e5e7eb;
        }

        .feature-row td {
            padding: 16px 24px;
            border-bottom: 1px solid #f3f4f6;
            vertical-align: middle;
        }

        .feature-row td:first-child {
            font-weight: 500;
            color: #4b5563;
        }

        .end-column{
            border-radius: 0px 0px 10px 10px;
        }

        .startup-column {
            background: #EEF2FF !important;
        }

        .check-icon {
            color: #10b981;
            font-size: 18px;
            font-weight: bold;
        }

        .cross-icon {
            color: #6b7280;
            font-size: 16px;
        }

        .text-center {
            text-align: center;
        }

        .text-gray {
            color: #6b7280;
        }

        .arrow {
            width: 16px;
            height: 16px;
            display: inline-block;
        }

        .pricing-table{
            font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 18.44px;
leading-trim: NONE;
line-height: 32px;
letter-spacing: 0%;
vertical-align: middle;

        }

        .sampleTablePricing{
            max-width: 1350px;
            margin: auto ;
        }

        
     /* Second column check icon */
.feature-row td:nth-child(3) .check-icon {
  color: #ec4899; /* Blue */
}

/* Third column (startup) check icon */
.feature-row td:nth-child(4) .check-icon {
  color: #FFC107; /* Amber */
}

/* Fourth column check icon */
.feature-row td:nth-child(5) .check-icon {
  color: #60A5FA; /* Purple */
}

.feature-row td:nth-child(1){
    font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #6B7280;
}

 .pricing-grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }

        @media (min-width: 768px) {
            .pricing-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }

        @media (min-width: 1024px) {
            .pricing-grid {
                grid-template-columns: repeat(4, 1fr);
            }
        }

        .pricing-card {
            font-family: Manrope;
            background: white;
            border-radius: 1rem;
            border: 1px solid #e5e7eb;
            padding: 1rem;
            position: relative;
            transition: all 0.3s ease;
        }

        .pricing-card:hover {
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
            transform: translateY(-2px);
        }

        .pricing-card.highlighted {
            background: #faf5ff;
            border-color: #c084fc;
            box-shadow: 0 0 0 2px rgba(196, 132, 252, 0.1);
        }

        .plan-badge {
            display: inline-block;
            padding: 0.5rem 0.75rem;
            border-radius: 9999px;
            font-size: 0.875rem;
            font-weight: 500;
            margin-bottom: 0.4rem;
        }

        .starter .plan-badge {
            /* background-color: #dcfce7; */
            color: #166534;
        }

        .pro .plan-badge {
            /* background-color: #e9d5ff; */
            color: #7c2d92;
        }

        .startup .plan-badge {
            /* background-color: #fed7aa; */
            color: #ea580c;
        }

        .enterprise .plan-badge {
            /* background-color: #dbeafe; */
            color: #1e40af;
        }

        .price-section {
            margin-bottom: 1rem;
        }

        .price-main {
            display: flex;
            align-items: baseline;
            gap: 0.5rem;
        }

        .price {
            font-size: 2.25rem;
            font-weight: bold;
            color: #111827;
        }

        .discount {
            font-size: 0.875rem;
            color: #6b7280;
        }

        .subtitle {
            font-size: 0.875rem;
            color: #6b7280;
            margin-top: 0.5rem;
        }

        .features {
            list-style: none;
            /* margin: 2rem 0; */
        }

        ul{
            padding: 0px !important;
        }

        .feature-item {
            display: flex;
            align-items: center;
            gap: 0.75rem;
            margin-bottom: 1rem;
            color: #374151;
            font-family: Manrope;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;

        }

        .check-icon {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

        .starter .check-icon {
            color: #10b981;
        }

        .pro .check-icon {
            color: #8b5cf6;
        }

        .startup .check-icon {
            color: #f59e0b;
        }

        .enterprise .check-icon {
            color: #3b82f6;
        }

        .cta-button {
            width: 100%;
            padding: 0.75rem 1rem;
            border-radius: 0.5rem;
            font-weight: 500;
            border: none;
            cursor: pointer;
            transition: all 0.2s ease;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0.5rem;
        }

        .starter .cta-button {
            border-radius: 50px;
            box-shadow: 0px 1px 2px 0px #E0E7FF;
            background-color: #f3e8ff;
            color: #4F46E5;
        }

        .starter .cta-button:hover {
            background-color: #dcfce7;
        }

        .pro .cta-button {
             border-radius: 50px;
              box-shadow: 0px 1px 2px 0px #E0E7FF;
            background-color: #f3e8ff;
            color: #4F46E5;
        }

        .pro .cta-button:hover {
            
            background-color: #e9d5ff;
        }

        .startup .cta-button {
             border-radius: 50px;
              box-shadow: 0px 1px 2px 0px #E0E7FF;
            background-color: #f3e8ff;
           color: #4F46E5;
        }

        .startup .cta-button:hover {
            background-color: #fed7aa;
        }

        .enterprise .cta-button {
             border-radius: 50px;
              box-shadow: 0px 1px 2px 0px #E0E7FF;
            background-color: #f3e8ff;
           color: #4F46E5;
        }

        .enterprise .cta-button:hover {
            background-color: #dbeafe;
        }

        .arrow-icon {
            width: 16px;
            height: 16px;
        }
        @media (max-width: 768px) {
            .container {
                overflow-x: auto;
            }
            
            .pricing-table {
                min-width: 800px;
            }
        }
    