.elementor-1416520 .elementor-element.elementor-element-6f64e95c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-55aa65d2 */.comparison-section {
    margin-top: 60px;
}

.comparison-title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 30px;
    color: #133845;
}

.comparison-table {
    background: white;
    padding: 30px;
    overflow: hidden;

}

.comparison-grid {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.grid-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    border-bottom: 1px solid #C4D9E0;
    border-left: 1px solid #C4D9E0;
    border-right: 1px solid #C4D9E0;
}



.grid-row:first-child {
    border-right: none;
    border-left: none;
    border-bottom:none;
}

.grid-row:nth-child(2) {
    border-top:1px solid #C4D9E0;
        border-left:1px solid #C4D9E0;
    border-top-left-radius: 4px;
}

.grid-row:last-child {

        border-left:1px solid #C4D9E0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}


.grid-cell {
    padding: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.header-row .invisible-cell {background:#fff;}


.header-cell {
    font-weight: 600;
    color: #133845;
    flex-direction: column;
    background: #F3F6F8;
    border-left:1px solid #C4D9E0;
    
        justify-content: space-between; 
    align-items: stretch;
       
}

.header-cell p:last-child {
    margin-top: auto;
}

.header-cell > *:not(:last-child) {
    margin-bottom: 8px;
}

h4.member-price {color:#ff9900;}

.first-head-cell {
  border:1px solid #F3F6F8;
    border-top-left-radius: 4px;}
    
.final-cell {border:1px solid #F3F6F8;
    border-top-right-radius: 4px;}

.header-cell p {
    margin-top: 8px;
    font-size: 0.9rem;
}

.header-cell a {
    color: #d4a574;
    text-decoration: none;
     
   
 
}

.header-cell a:hover {
    text-decoration: underline;
}

.invisible-cell {
    background: transparent;
}

.feature-cell {
    text-align: left;
    justify-content: flex-start;
    font-weight: 500;
}



.check-mark {
    color: #ff9900;
    font-size: 1.5rem;
}

.minus-mark {
    color: #ccc;
    font-size: 1.5rem;
}

@media (max-width: 768px) {
    .comparison-table {
        padding: 15px;
    }

    .grid-row {
        grid-template-columns: 1.5fr 1fr 1fr 1fr;
    }

    .grid-cell {
        padding: 10px 5px;
        font-size: 0.9rem;
    }
}

.grid-cell:last-child {
    border-right: 2px solid #ff9900;
    border-left: 2px solid #ff9900;}
    
.is-pop-top {  border-top: 2px solid #ff9900;}

.is-pop-bot {  border-bottom: 2px solid #ff9900;}

a.price-comparison-button:hover {text-decoration:none;}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f5647a6 */.mobile_pricing-container {
            max-width: 100%;
            margin: 0 auto;
            background: white;
            border-radius: 4px;
            overflow: hidden;
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
        }

        /* Header row with three pricing options */
        .mobile_pricing-header-row {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            background: white;
        }

        .mobile_pricing-option {
            padding: 20px 10px;
            text-align: center;
            border-right: 1px solid #ddd;
            position: relative;
        }

        .mobile_pricing-option:last-child {
            border-right: none;
            /*background: #F3F6F8;*/
            border: 2px solid #ff9900;
            border-bottom: none;
        }

        .mobile_course-name {
            margin-bottom: 15px;
            min-height: 75px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mobile_price {
            font-family:raleway;
            font-size: 32px;
            color: #ff9900;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .mobile_tagline {
            font-size: 14px;
          
            margin-bottom: 15px;
            min-height: 40px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .mobile_get-started-btn {
            background: #ff9900;
            color: white;
            border: none;
            padding: 12px 20px;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 600;
            cursor: pointer;
            width: 90%;
        }
        
        .price-comparison-button {width:90%}

        /* Feature comparison rows */
        .mobile_feature-row {
            border-top: 1px solid #ddd;
        }

        .mobile_feature-label {
            background: #f8f8f8;
            padding: 18px 20px;
            text-align: center;
            color: #5a4d6b;
            font-weight: 500;
            border-bottom: 1px solid #ddd;
        }

        .mobile_feature-cells {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
        }

        .mobile_feature-cell {
            padding: 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-right: 1px solid #ddd;
            min-height: 70px;
        }

        .mobile_feature-cell:last-child {
            border-right: none;
            /*background: #F3F6F8;*/
            border-left: 3px solid #ff9900;
            border-right: 3px solid #ff9900;
        }

        .mobile_feature-row:last-child .mobile_feature-cell:last-child {
            border-bottom: 3px solid #ff9900;
        }

        .mobile_checkmark {
    
        }

        .mobile_dash {
            width: 30px;
            height: 3px;
            background: #ccc;
            border-radius: 2px;
        }

        .mobile_footer {

        }

        /* Responsive adjustments */
        @media (max-width: 600px) {
            .mobile_course-name {
                font-size: 15px;
                min-height: 65px;
            }

            .mobile_price {
                font-size: 26px;
            }

            .mobile_tagline {
                font-size: 12px;
            }

            .mobile_get-started-btn {
                font-size: 13px;
                padding: 10px 15px;
            }

            .mobile_feature-label {
                font-size: 15px;
                padding: 15px 10px;
            }

            .mobile_checkmark {
                width: 32px;
                height: 32px;
                font-size: 18px;
            }
        }/* End custom CSS */