.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#000000;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ============================================
   IRONGATEPAYS - ELEMENTOR CUSTOM CSS
   Add this to: Elementor > Custom CSS
   ============================================ */

/* Reset for Elementor */
.irongate-section * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.irongate-section {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica', 'Arial', sans-serif;
    background-color: #000000;
    color: #ffffff;
    line-height: 1.6;
}

/* Typography */
.irongate-section h1 {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

.irongate-section h2 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.irongate-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 0.75rem;
}

.irongate-section h4 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
}

.irongate-section p {
    font-size: 1rem;
    line-height: 1.6;
}

/* Buttons */
.irongate-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    border: none;
    font-family: inherit;
}

.irongate-btn-primary {
    background-color: #10b981;
    color: #ffffff;
}

.irongate-btn-primary:hover {
    background-color: #059669;
    color: #ffffff;
}

.irongate-btn-secondary {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.irongate-btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: #ffffff;
}

.irongate-btn-outline {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.irongate-btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

.irongate-btn-lg {
    padding: 1.25rem 2rem;
    font-size: 1.125rem;
}

.irongate-icon {
    width: 1.25rem;
    height: 1.25rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

/* Hero Section */
.irongate-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.irongate-hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.irongate-hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.irongate-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 1));
}

.irongate-hero-content {
    position: relative;
    z-index: 10;
    max-width: 72rem;
    margin: 0 auto;
    padding: 5rem 1.5rem;
    text-align: center;
}

.irongate-badge {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    background-color: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    color: #34d399;
    margin-bottom: 2rem;
    font-size: 0.875rem;
}

.irongate-hero h1 {
    max-width: 56rem;
    margin-left: auto;
    margin-right: auto;
}

.irongate-text-accent {
    color: #34d399;
}

.irongate-hero-subtitle {
    font-size: 1.5rem;
    color: #9ca3af;
    margin-bottom: 3rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

.irongate-cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    margin-bottom: 4rem;
}

.irongate-trust-indicators {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    color: #9ca3af;
    font-size: 0.875rem;
}

.irongate-trust-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.irongate-trust-dot {
    width: 0.5rem;
    height: 0.5rem;
    background-color: #10b981;
    border-radius: 50%;
}

/* Section Styles */
.irongate-section-inner {
    max-width: 72rem;
    margin: 0 auto;
    padding: 6rem 1.5rem;
}

.irongate-section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.irongate-section-subtitle {
    font-size: 1.25rem;
    color: #9ca3af;
    max-width: 42rem;
    margin: 0 auto;
}

/* Industries Grid */
.irongate-industries-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
}

.irongate-industry-card {
    padding: 1.5rem;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: all 0.3s;
}

.irongate-industry-card:hover {
    border-color: rgba(16, 185, 129, 0.5);
    background-color: rgba(255, 255, 255, 0.07);
}

.irongate-icon-box {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 auto 1rem;
    border-radius: 0.5rem;
    background-color: rgba(16, 185, 129, 0.1);
    border: 1px solid rgba(16, 185, 129, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.irongate-icon-box .irongate-icon {
    width: 1.75rem;
    height: 1.75rem;
    color: #34d399;
}

.irongate-industry-card p {
    font-size: 0.875rem;
    color: #9ca3af;
}

/* Features Grid */
.irongate-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.irongate-feature-card {
    padding: 2rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.irongate-feature-card:hover {
    border-color: rgba(16, 185, 129, 0.3);
}

.irongate-feature-card .irongate-icon-box {
    width: 3rem;
    height: 3rem;
    margin: 0 0 1.5rem 0;
}

.irongate-feature-card .irongate-icon-box .irongate-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.irongate-feature-card p {
    color: #9ca3af;
}

/* Steps Grid */
.irongate-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.irongate-step {
    position: relative;
}

.irongate-step-number {
    font-size: 5rem;
    font-weight: 700;
    background: linear-gradient(to bottom right, #34d399, #10b981);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.2;
    margin-bottom: 1rem;
    line-height: 1;
}

.irongate-step .irongate-icon-box {
    width: 3.5rem;
    height: 3.5rem;
    margin: 0 0 1.5rem 0;
}

.irongate-step .irongate-icon-box .irongate-icon {
    width: 1.75rem;
    height: 1.75rem;
}

.irongate-step p {
    color: #9ca3af;
}

/* Testimonials Grid */
.irongate-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.irongate-testimonial-card {
    padding: 2rem;
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s;
}

.irongate-testimonial-card:hover {
    border-color: rgba(255, 255, 255, 0.2);
}

.irongate-quote-icon {
    width: 2.5rem;
    height: 2.5rem;
    color: rgba(52, 211, 153, 0.4);
    margin-bottom: 1rem;
}

.irongate-testimonial-quote {
    color: #d1d5db;
    font-style: italic;
    margin-bottom: 1.5rem;
}

.irongate-rating {
    display: flex;
    gap: 0.25rem;
    margin-bottom: 1rem;
}

.irongate-star {
    width: 1.25rem;
    height: 1.25rem;
    color: #34d399;
}

.irongate-testimonial-author {
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.irongate-author-name {
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.irongate-author-company {
    font-size: 0.875rem;
    color: #9ca3af;
}

/* CTA Section */
.irongate-cta-content {
    max-width: 56rem;
    margin: 0 auto;
    text-align: center;
}

.irongate-cta-features {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 3rem;
}

.irongate-cta-feature {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.irongate-cta-dot {
    width: 0.375rem;
    height: 0.375rem;
    background-color: #10b981;
    border-radius: 50%;
}

/* Footer */
.irongate-footer {
    padding: 3rem 1.5rem;
    background-color: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.irongate-footer-content {
    max-width: 72rem;
    margin: 0 auto;
}

.irongate-footer-logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.irongate-footer-logo .irongate-icon-box {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0;
}

.irongate-footer-logo .irongate-icon-box .irongate-icon {
    width: 1.5rem;
    height: 1.5rem;
}

.irongate-footer-logo span {
    font-size: 1.25rem;
}

.irongate-disclaimer {
    padding: 1.5rem;
    border-radius: 0.75rem;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 2rem;
}

.irongate-disclaimer h4 {
    color: #d1d5db;
    margin-bottom: 1rem;
}

.irongate-disclaimer-content {
    font-size: 0.875rem;
    color: #9ca3af;
}

.irongate-disclaimer-content p {
    margin-bottom: 0.5rem;
}

.irongate-disclaimer-content strong {
    color: #d1d5db;
}

.irongate-footer-bottom {
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.irongate-footer-links {
    display: flex;
    gap: 1.5rem;
}

.irongate-footer-links a {
    color: #6b7280;
    text-decoration: none;
    transition: color 0.2s;
}

.irongate-footer-links a:hover {
    color: #d1d5db;
}

/* Responsive */
@media (min-width: 640px) {
    .irongate-cta-buttons {
        flex-direction: row;
        justify-content: center;
    }
    
    .irongate-cta-features {
        flex-direction: row;
    }
    
    .irongate-footer-bottom {
        flex-direction: row;
    }
}

@media (min-width: 768px) {
    .irongate-section h1 {
        font-size: 4.5rem;
    }
    
    .irongate-section h2 {
        font-size: 3rem;
    }
    
    .irongate-hero-subtitle {
        font-size: 1.5rem;
    }
    
    .irongate-industries-grid {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 1024px) {
    .irongate-section h1 {
        font-size: 5rem;
    }
    
    .irongate-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .irongate-steps-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .irongate-testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .irongate-section h1 {
        font-size: 2.5rem;
    }
    
    .irongate-section h2 {
        font-size: 2rem;
    }
    
    .irongate-hero-subtitle {
        font-size: 1.125rem;
    }
}

/* Pricing Section Fix */

       /* Pricing Section */
        .pricing-section {
            max-width: 72rem;
            margin: 0 auto;
            padding: 4rem 0;
        }

        .pricing-header {
            text-align: center;
            margin-bottom: 3rem;
        }

        .pricing-header h2 {
            font-size: 3rem;
            font-weight: 600;
            line-height: 1.2;
            margin-bottom: 1rem;
            color: #ffffff;
        }

        .pricing-subtitle {
            font-size: 1.125rem;
            color: #9ca3af;
            max-width: 42rem;
            margin: 0 auto;
        }

        .pricing-content {
            display: grid;
            grid-template-columns: 1.1fr 1.2fr;
            gap: 2rem;
            align-items: center;
            margin-top: 4rem;
        }

        /* Pre-Requisite Section */
        .pre-requisite {
            padding: 2rem;
        }

        .pre-requisite h3 {
            font-size: 1.875rem;
            font-weight: 600;
            margin-bottom: 2rem;
            color: #ffffff;
        }

        .requirements-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 1.25rem;
        }

        .requirement-item {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
        }

        .checkmark {
            min-width: 1.5rem;
            width: 1.5rem;
            height: 1.5rem;
            background-color: #10b981;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 0.125rem;
        }

        .checkmark svg {
            width: 1rem;
            height: 1rem;
            stroke: #ffffff;
            stroke-width: 3;
        }

        .requirement-text {
            color: #ffffff;
            font-size: 1rem;
            line-height: 1.5;
        }

        /* Pricing Card */
        .pricing-card {
            background-color: #ffffff;
            color: #000000;
            border-radius: 1rem;
            padding: 2rem 1.75rem;
            text-align: center;
            box-shadow: 0 20px 60px rgba(16, 185, 129, 0.15);
            position: relative;
            max-width: 400px;
            width: 600px;
            margin-left: auto;
        }

        .pricing-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(to right, #10b981, #34d399);
            border-radius: 1rem 1rem 0 0;
        }

        .pricing-card h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
            color: #000000;
        }

        .price-item {
            margin-bottom: 1.5rem;
        }

        .price-item:last-child {
            margin-bottom: 0;
        }

        .price-value {
            font-size: 1.75rem;
            font-weight: 700;
            color: #000000;
            margin-bottom: 0.375rem;
        }

        .price-label {
            font-size: 0.8125rem;
            color: #6b7280;
        }

        .divider {
            height: 1px;
            background-color: #e5e7eb;
            margin: 1.5rem 0;
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .pricing-content {
                grid-template-columns: 1fr;
                gap: 3rem;
            }

            .pricing-card {
                max-width: 360px;
                margin-left: auto;
                margin-right: auto;
                padding: 1.75rem 1.5rem;
            }
        }

        @media (max-width: 768px) {
            .pricing-header h2 {
                font-size: 2rem;
            }

            .pricing-content {
                gap: 2.5rem;
            }

            .pre-requisite h3 {
                font-size: 1.5rem;
            }

            .pricing-card {
                max-width: 500px;
                width: 400px;
                padding: 1.5rem 1.25rem;
            }

            .pricing-card h3 {
                font-size: 1.375rem;
                margin-bottom: 1.25rem;
            }

            .price-value {
                font-size: 1.5rem;
            }

            .price-label {
                font-size: 0.75rem;
            }

            .divider {
                margin: 1.25rem 0;
            }
        }

        @media (max-width: 480px) {
            .pricing-card {
                max-width: 60%;
                padding: 1.25rem 1rem;
            }

            .pricing-card h3 {
                font-size: 1.25rem;
            }

            .price-value {
                font-size: 1.375rem;
            }
        }

        @media (min-width: 1025px) {
            .pricing-header h2 {
                font-size: 3rem;
            }
        }/* End custom CSS */