.elementor-2824 .elementor-element.elementor-element-747a9756 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2824 .elementor-element.elementor-element-747a9756 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2824 .elementor-element.elementor-element-2b768149 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-2824 .elementor-element.elementor-element-2b768149 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-2824 .elementor-element.elementor-element-5d8326f6 .btn.btn-primary{background-color:#41BD61;}.elementor-2824 .elementor-element.elementor-element-5d8326f6 .slider-tagline,
								 .slider-tagline-two{font-size:45px;font-weight:bold;line-height:100px;}.elementor-2824 .elementor-element.elementor-element-5d8326f6 .slider-content .section-title,
								 .slider-content-two .section-title{font-size:29px;font-weight:normal;line-height:39px;}.elementor-2824 .elementor-element.elementor-element-279ed37{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-279ed37 */@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #d5e2e0;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 20px;
}

.main-title {
    text-align: center;
    font-size: 42px;
    color: #333;
    margin-bottom: 50px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.pricing-section {
    margin-bottom: 80px;
}

.section-title {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 1px;
}

.pricing-container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.pricing-column {
    flex: 1;
    padding: 0 30px;
    text-align: center;
    position: relative;
}

.vertical-line {
    width: 1px;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #333;
    margin: 0 auto 20px;
}

.circle-filled {
    background-color: #333;
}

.column-title {
    font-size: 22px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 25px;
    font-style: italic;
}

.pricing-item {
    margin-bottom: 30px;
    padding: 0 5px;
}

.pricing-title {
    font-size: 16px;
    color: #333;
    margin-bottom: 5px;
    font-weight: 500;
}

.pricing-detail {
    color: #555;
    font-style: italic;
    font-size: 14px;
    margin-bottom: 3px;
}

.pricing-validity {
    color: #666;
    font-style: italic;
    font-size: 14px;
    margin-top: 3px;
}

.pricing-note {
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-top: 5px;
}

.note-section {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 25px;
    border-radius: 8px;
    margin-top: 40px;
}

.note-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
}

.note-list {
    list-style-type: disc;
    padding-left: 20px;
}

.note-list li {
    margin-bottom: 10px;
    font-size: 14px;
}

.bold {
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .pricing-container {
        flex-direction: column;
    }
    
    .pricing-column {
        margin-bottom: 40px;
    }
    
    .vertical-line {
        width: 80%;
        height: 1px;
        left: 10%;
        top: auto;
        bottom: -20px;
    }
}/* End custom CSS */