/* ForgeOps Custom Public Styles */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* Login Wrapper */

.forgeops-login-wrapper {

    min-height: 600px;

    margin: 2rem 0;

}



.forgeops-login-wrapper .container-fluid {

    height: 600px;

}



/* Login Page */

.forgeops-login-page {

    height: 100vh;

    margin: 0;

    padding: 0;

}



.forgeops-branding-panel {

    background-color: #15285b;

    color: white;

    align-items: center;

    justify-content: center;

    padding: 3rem;

}



.branding-content {
   font-family: "Montserrat", sans-serif!important;

}


.branding-content h1 {
    color: #ffffff;
    font-size: 2.5rem;
    font-weight: 500;
    margin-bottom: 1rem;
}



.branding-content p {
    font-size: 16px;
    opacity: 0.7;
    margin-bottom: 2rem;
    font-weight: 300;
}



.service-list {

    margin-top: 3rem;

}



.service-item {

    display: flex;

    align-items: center;

    padding: 1rem;

    background: rgba(255, 255, 255, 0.1);

    border-radius: 8px;

    margin-bottom: 1rem;

}



.service-item i {

    margin-right: 1rem;

    font-size: 0.8rem;

}

.service-item span {

    font-size:12px;

}



.forgeops-form-panel {

    display: flex;

    align-items: center;

    justify-content: center;

    padding: 2rem;

    background: #f9f9fb;

}



.form-content {

    width: 100%;

    max-width: 450px;

    background: white;

    padding: 3rem;

    border-radius: 12px;

    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);

}



.form-content h2 {

    font-size: 1.75rem;

    font-weight: 500;

    margin-bottom: 0.5rem;

}

.form-content .text-muted{
    font-size: 14px;
}


#forgeops-login-form #email,
#forgeops-login-form #email:focus,
#forgeops-login-form #email:active,
#forgeops-login-form #password,
#forgeops-login-form #password:focus,
#forgeops-login-form #password:active {
    background: #f2f2f4 !important;
    border: 1px solid #dcdce5!important;
    border-radius: 11px !important;
    font-size: 14px !important;
    outline: none !important;
    margin-bottom: 10px!important;
}


/* Signup Page */

.forgeops-signup-wrapper {

    background: #fff;

    min-height: 600px;

}



.forgeops-signup-page {

    background: #f8f9fa;

    min-height: 100vh;

    padding: 3rem 0;

}



.forgeops-progress-steps {

    display: flex;

    justify-content: space-between;

    margin-bottom: 3rem;

    position: relative;

}



.forgeops-progress-steps::before {

    content: '';

    position: absolute;

    top: 20px;

    left: 0;

    right: 0;

    height: 2px;

    background: #e4e6eb;

    z-index: 0;

}



.step {

    display: flex;

    flex-direction: column;

    align-items: center;

    position: relative;

    z-index: 1;

}



.step-number {

    width: 40px;

    height: 40px;

    border-radius: 50%;

    background: #e4e6eb;

    color: #6c757d;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 700;

    margin-bottom: 0.5rem;

}



.step.active .step-number {

    background: #15285b;

    color: white;

}



.step.completed .step-number {

    background: #10b981;

    color: white;

}



.step-label {

    font-size: 0.875rem;

    color: #6c757d;

}



.step.active .step-label {

    color: #15285b;

    font-weight: 600;

}



.forgeops-form-card {

    background: white;

    border-radius: 12px;

    /*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/

}



/* Service Cards */

.service-card {

    border: 2px solid #e4e6eb;

    border-radius: 12px;

    padding: 2rem;

    cursor: pointer;

    transition: all 0.3s ease;

    position: relative;

}



.service-card:hover {

    border-color: #15285b;

    box-shadow: 0 4px 12px rgba(30, 58, 138, 0.1);

}



.service-card.selected {

    border-color: #15285b;

    background: #eff6ff;

}



.service-card .check-icon {

    position: absolute;

    top: 1rem;

    right: 1rem;

    width: 24px;

    height: 24px;

    border-radius: 50%;

    background: #15285b;

    color: white;

    display: none;

    align-items: center;

    justify-content: center;

}



.service-card.selected .check-icon {

    display: flex;

}



.service-card h4 {

    font-size: 1.25rem;

    font-weight: 700;

    margin-bottom: 0.5rem;

}



.service-card .price {

    font-size: 1.5rem;

    font-weight: 700;

    color: #15285b;

    margin: 1rem 0;

}



.service-card .price-label {

    font-size: 0.875rem;

    color: #6c757d;

}



/* Plan Cards */

.plan-card {

    border: 2px solid #e4e6eb;

    border-radius: 12px;

    padding: 2rem;

    cursor: pointer;

    transition: all 0.3s ease;

    height: 100%;

}



.plan-card:hover {

    border-color: #15285b;

}



.plan-card.selected {

    border-color: #15285b;

    background: #eff6ff;

}



.plan-card h5 {

    font-size: 1.1rem;

    font-weight: 700;

    margin-bottom: 0.5rem;

}



.plan-card .price {

    font-size: 1.75rem;

    font-weight: 700;

    color: #15285b;

    margin: 1rem 0;

}



.plan-card ul {

    list-style: none;

    padding: 0;

}



.plan-card ul li {

    padding: 0.5rem 0;

    display: flex;

    align-items: center;

}



.plan-card ul li i {

    color: #10b981;

    margin-right: 0.5rem;

}



/* Order Summary */

.order-summary {

    background: #f8f9fa;

    padding: 2rem;

    border-radius: 12px;

}



.order-summary h4 {

    font-size: 1.25rem;

    font-weight: 700;

    margin-bottom: 1.5rem;

}



.summary-item {

    display: flex;

    justify-content: space-between;

    padding: 0.75rem 0;

    border-bottom: 1px solid #e4e6eb;

}



.summary-item:last-child {

    border-bottom: none;

}



.summary-item.total {

    font-size: 1.25rem;

    font-weight: 700;

    color: #15285b;

    padding-top: 1rem;

    margin-top: 1rem;

    border-top: 2px solid #e4e6eb;

}



.free-trial-notice {

    background: #dbeafe;

    color: #1e40af;

    padding: 1rem;

    border-radius: 8px;

    margin-top: 1rem;

    font-size: 0.875rem;

}



/* Buttons */

.btn-primary {

    background: #15285b;

    border-color: #15285b;

}



.sbtn{

    font-size: 12px!important;

}



.sbtn:hover{

    background: #15285bcc!important;

}



.btn-primary:hover {

    background: #1e40af;

    border-color: #1e40af;

}



/* Form Elements */

.form-group {

    margin-top: 2px;

    margin-bottom: 2px;

}



.form-control {

    border: 1px solid #e4e6eb;

    border-radius: 6px;

    padding: 0.75rem 1rem;

    font-size: 1rem;

    transition: border-color 0.15s ease-in-out;

}



.form-control:focus {

    border-color: #15285b;

    box-shadow: none;

    outline: none;

}



.form-control:hover {

    border-color: #adb5bd;

}



.form-control.is-invalid {

    border-color: #dc3545;

}



/* Validation Messages */

.invalid-feedback {

    display: none;

    width: 100%;

    margin-top: 0.25rem;

    font-size: 0.875rem;

    color: #dc3545;

}



.invalid-feedback.d-block {

    display: block;

}



.form-control.is-invalid ~ .invalid-feedback {

    display: block;

}



/* Remove password dots/bullets styling */

input[type="password"] {

    letter-spacing: normal;

}



/* Remove autofill background */

input:-webkit-autofill,

input:-webkit-autofill:hover,

input:-webkit-autofill:focus,

input:-webkit-autofill:active {

    -webkit-box-shadow: 0 0 0 30px white inset !important;

    box-shadow: 0 0 0 30px white inset !important;

}



/* Checkbox styling */

.form-check {

    margin-top: 1.5rem;

    margin-bottom: 1.5rem;

    display: flex;

    align-items: flex-start;

}

.form-footer-p{
    font-size: 12px!important;
}



.form-check-input {

    position: relative;

    margin-top: 0.25rem;

    margin-right: 0.75rem;

    width: 18px;

    height: 18px;

    cursor: pointer;

    flex-shrink: 0;

}



.form-check-label {

    cursor: pointer;

    display: inline-block;

    user-select: none;

}



.form-check-input:focus {

    border-color: #15285b;

    box-shadow: none;

    outline: none;

}



.form-check-input:checked {

    background-color: #15285b;

    border-color: #15285b;

}



/* Remove all focus outlines */

*:focus {

    outline: none !important;

    box-shadow: none !important;

}



/* But keep accessibility for keyboard navigation */

*:focus-visible {

    outline: 2px solid #15285b;

    outline-offset: 2px;

}



.forgeops-form-card input[type="text"],

.forgeops-form-card input[type="email"],

.forgeops-form-card input[type="password"]

{

  height: 35px!important;

  padding: 0px 14px !important;

  pointer-events: auto !important;

  user-select: text !important;

  -webkit-user-select: text !important;

  -moz-user-select: text !important;

  -ms-user-select: text !important;

}



.forgeops-form-card input,

.forgeops-form-card select,

.forgeops-form-card textarea {

    background: #f2f2f4 !important;

    font-size: 12px !important;

    font-weight: 400 !important;

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

    margin-bottom: 10px;

    pointer-events: auto !important;

    cursor: text !important;

}



/* Remove border on hover */

.forgeops-form-card input:hover,

.forgeops-form-card select:hover,

.forgeops-form-card textarea:hover {

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

}



/* Remove border on focus */

.forgeops-form-card input:focus,

.forgeops-form-card select:focus,

.forgeops-form-card textarea:focus {

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

}



/* Remove border on active */

.forgeops-form-card input:active,

.forgeops-form-card select:active,

.forgeops-form-card textarea:active {

    border: none !important;

    outline: none !important;

    box-shadow: none !important;

}



/* Labels */

label {

    font-weight: 500;

    color: #596270;

    margin-bottom: 0.5rem;

    display: block;

    font-size: 12px!important;

}



/* Loading State */

.loading {

    opacity: 0.6;

}



/* Make sure inputs are always interactive */

.forgeops-form-card input[type="text"],

.forgeops-form-card input[type="email"],

.forgeops-form-card input[type="password"] {

    pointer-events: auto !important;

    cursor: text !important;

    z-index: 10 !important;

    position: relative !important;

}



/* Ensure no overlay blocks inputs */

.forgeops-form-card .form-group {

    position: relative;

    z-index: 1;

}



.spinner-border {

    width: 1rem;

    height: 1rem;

    border-width: 0.15rem;

}



/* Responsive */

@media (max-width: 768px) {

    .forgeops-progress-steps {

        overflow-x: auto;

    }

   

    .step-label {

        display: none;

    }

   

    .forgeops-form-card {

        padding: 20px;

    }

}





/* Billing Cycle Toggle */

.billing-cycle-toggle {

    display: flex;

    gap: 10px;

    justify-content: center;

}



.cycle-btn {

    flex: 1;

    padding: 12px 24px;

    border: 2px solid #e4e6eb;

    background: white;

    border-radius: 8px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;

    color: #212529;

}



.cycle-btn:hover {

    border-color: #15285b;

    background: white;

    color: #15285b;

}



.cycle-btn.active {

    border-color: #15285b;

    background: #15285b;

    color: white;

}



.cycle-btn .badge {

    font-size: 0.7rem;

    padding: 2px 6px;

}



/* Setup Section */

.setup-section {

    padding: 20px;

    background: #f8f9fa;

    border-radius: 8px;

}



.import-options {

    display: flex;

    gap: 10px;

}



.import-options .btn {

    flex: 1;

}



/* Order Summary Improvements */

.order-summary {

    background: #f8f9fa;

    padding: 2rem;

    border-radius: 12px;

    position: sticky;

    top: 20px;

}



.order-summary h4 {

    font-size: 1.25rem;

    font-weight: 700;

    margin-bottom: 1.5rem;

    color: #15285b;

}



.order-summary .summary-item {

    display: flex;

    justify-content: space-between;

    padding: 0.75rem 0;

    border-bottom: 1px solid #e4e6eb;

}



.order-summary .summary-item:last-child {

    border-bottom: none;

}



.order-summary .summary-item.total {

    font-size: 1.25rem;

    font-weight: 700;

    color: #15285b;

    padding-top: 1rem;

    margin-top: 1rem;

    border-top: 2px solid #e4e6eb;

}



.billing-period {

    font-size: 0.875rem;

}





/* Back Button */

.btn-back {

    padding: 14px 40px;

    font-size: 1rem;

    font-weight: 600;

    border-radius: 8px;

    transition: all 0.3s ease;

    height: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    background: white;

    border: 2px solid #dee2e6;

    color: #212529;

}



.btn-back:hover {

    background: #f8f9fa;

    border-color: #adb5bd;

    color: #212529;

}



.btn-back i {

    margin-right: 8px;

}



/* Button Group Alignment */

.d-flex.justify-content-between {

    align-items: center;

}



.d-flex.justify-content-between > div {

    display: flex;

    gap: 10px;

    align-items: center;

}



/* Ensure all buttons have same height */

.btn-lg, .sbtn {

    height: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 14px 40px;

    font-size: 1rem;

    font-weight: 600;

    border-radius: 8px;

}



.btn-outline-secondary {

    height: 50px;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 14px 40px;

    font-size: 1rem;

    font-weight: 600;

    background: white;

    border: 2px solid #dee2e6;

    color: #212529;

}



.btn-outline-secondary:hover {

    background: #f8f9fa;

    border-color: #adb5bd;

    color: #212529;

}



/* Primary button styling */

.btn-primary {

    background: #1e3a8a;

    border-color: #1e3a8a;

    color: white;

}



.btn-primary:hover {

    background: #1e40af;

    border-color: #1e40af;

    color: white;

}




/* ========================================
   Pricing Page Styles - PDF MATCH VERSION
   ======================================== */

.forgeops-pricing-page {
    padding: 20px 0;
    background-color: #ffffff; /* PDF background is clean white */
    font-family: "Montserrat", sans-serif!important;
}


.forgeops-pricing-page h2{
    font-family: "Montserrat", Sans-serif;
    font-size: 35px;
    font-weight: 500;
    color: #15285B;
}



/* Pricing Cycle Toggle */
.pricing-cycle-toggle {
    display: inline-flex;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 6px;
    margin-bottom: 50px;
    border: 1px solid #e5e7eb;
}

.pricing-cycle-btn {
    padding: 10px 24px;
    border: none;
    background: transparent;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #6b7280;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pricing-cycle-btn.active {
    background: #ffffff;
    color: #111827;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.save-badge {
    color: #10b981;
    padding: 2px 8px;
    border-radius: 6px;
    font-size: 11px;
    margin-left: 8px;
    border: 1px solid #10b981;
}

/* Pricing Grid Container */
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    max-width: 1100px;
    margin: 0 auto;
}

/* Pricing Card */
.pricing-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: left; /* PDF mein text left aligned hai */
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.pricing-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    border-color: #3b82f6;
}

/* Icon Dots */
.pricing-icon {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-bottom: 20px;
}

.pricing-icon.blue { background: #3b82f6; }
.pricing-icon.green { background: #10b981; }
.pricing-icon.orange { background: #f59e0b; }

.pricing-title {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 4px;
}

.pricing-subtitle {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 24px;
	font-weight: 500;
}

.pricing-amount {
    font-size: 48px;
    font-weight: 800;
    color: #111827;
    display: flex;
    align-items: baseline;
}

.pricing-amount span {
    font-size: 16px;
    color: #6b7280;
    font-weight: 400;
    margin-left: 4px;
}

.pricing-amount .monthly-price, .pricing-amount .annual-price{
	font-weight: 500;
	font-size: 36px;
	color: #15295B;
}

/* Features List - Yahi sabse bada difference hai */
.pricing-features {
    margin: 30px 0;
    flex-grow: 1;
}

.pricing-features h5 {
    font-size: 13px;
	font-weight: 400;
/*     text-transform: uppercase; */
    letter-spacing: 0.05em;
    color: #6b7280;
    margin-bottom: 16px;
}

.pricing-features ul {
    list-style: none;
    padding: 0;
}

.pricing-features li {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

/* PDF wala Checkmark Icon */
.pricing-features li::before {
    content: '✓';
    margin-right: 12px;
    color: #3b82f6; /* Default blue check */
    font-weight: bold;
}

.pricing-card:nth-child(2) .pricing-features li::before { color: #10b981; }
.pricing-card:nth-child(3) .pricing-features li::before { color: #f59e0b; }

/* Action Button */
.pricing-btn {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
    background: #15295B;
    color: white;
    border: none;
}

.pricing-btn:hover {
    background: #111827;
}

.pricing-note {
    text-align: center;
    font-size: 12px;
    color: #9ca3af;
    margin-top: 15px;
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .pricing-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
}

/* 1. Sabse pehle toggle ke bahar wale container ko handle karo */
.forgeops-pricing-page {
    padding: 80px 0 !important;
    background-color: #ffffff !important;
    text-align: center !important; /* Ye toggle ko center lane mein help karega */
}

/* 2. Toggle ka main container (Iska display mat chedna) */
.pricing-cycle-toggle {
    display: inline-flex !important; /* Buttons ko side-by-side rakhne ke liye */
    justify-content: center !important;
    align-items: center !important;
    background: #F3F4F6 !important;
    border-radius: 08px !important; /* PDF jaisa round look */
    padding: 6px !important;
    margin: 0 auto 50px auto !important; /* Auto margins se center hoga */
    position: relative !important;
    float: none !important; /* Agar kahin float laga ho toh hatane ke liye */
	gap: 10px !important;
}

/* 3. Buttons ki styling */
.pricing-cycle-btn {
    padding: 10px 20px !important;
    background: transparent !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #6b7280 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important; /* Text wrap nahi hoga */
    border: none!important;
}

/* button.pricing-cycle-btn.annualP-1 {
    box-shadow: none !important;
} */
.pricing-cycle-btn.annualP-1.active {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}

/* Active State */
.pricing-cycle-btn.active {
    background: #ffffff !important;
    color: #15285b !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #dedfe1 !important;
}

/* 4. Green Badge (Save 15%) */
.save-badge {
    color:#10b981 !important;
    padding: 2px 10px !important;
    border-radius: 20px !important;
    font-size: 12px !important;
    margin-left: 8px !important;
    border: none !important; /* Border ki zarurat nahi agar bg solid hai */
    font-weight: 600 !important;
}


/* Responsive */
@media (max-width: 768px) {
    .pricing-card {
        margin-bottom: 30px;
    }
    
    .pricing-amount {
        font-size: 36px;
    }
    
    .pricing-cycle-toggle {
        flex-direction: column;
        width: 100%;
    }
    
    .pricing-cycle-btn {
        width: 100%;
        margin: 5px 0;
    }
}


/* Equal Height Fix for Pricing Cards */
.pricing-card {
    min-height: 614px !important;
}

/* Checkmark Colors Based on data-icon-color attribute */
.pricing-features li.feature-item {
   color: #364153 !important;
    font-weight: 500;
}

.pricing-features li.feature-item::first-letter {
    font-weight: 700 !important;
}

.pricing-features li.feature-item[data-icon-color="blue"]::first-letter {
    color: #3b82f6 !important;
}

.pricing-features li.feature-item[data-icon-color="green"]::first-letter {
    color: #10b981 !important;
}

.pricing-features li.feature-item[data-icon-color="orange"]::first-letter {
    color: #f59e0b !important;
}


/* Larger Price Font - PDF Style */
.pricing-amount {
    font-size: 48px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
}