.elementor-2767 .elementor-element.elementor-element-8aa7429 > .elementor-container{min-height:50px;}.elementor-2767 .elementor-element.elementor-element-3135b53{margin-top:25px;margin-bottom:0px;padding:35px 35px 35px 35px;}.elementor-2767 .elementor-element.elementor-element-140771c > .elementor-widget-container{padding:35px 35px 35px 35px;}.elementor-2767 .elementor-element.elementor-element-140771c{text-align:center;}.elementor-2767 .elementor-element.elementor-element-bc97a22{--display:grid;--e-con-grid-template-columns:repeat(2, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-2767 .elementor-element.elementor-element-5e8a9f4{--display:flex;}.elementor-2767 .elementor-element.elementor-element-9213877 .elementor-button{background-color:#F4D3A7;}.elementor-2767 .elementor-element.elementor-element-c8cd507{--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;}.elementor-2767 .elementor-element.elementor-element-04e95f6{--display:flex;}.elementor-2767 .elementor-element.elementor-element-ca434bd > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-2767 .elementor-element.elementor-element-2237512{--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;}.elementor-2767 .elementor-element.elementor-element-233bf28{--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;}@media(max-width:1024px){.elementor-2767 .elementor-element.elementor-element-bc97a22{--grid-auto-flow:row;}}@media(max-width:767px){.elementor-2767 .elementor-element.elementor-element-140771c .elementor-heading-title{font-size:18px;}.elementor-2767 .elementor-element.elementor-element-bc97a22{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for text-editor, class: .elementor-element-198dc03 */.pricing-clean {
    text-align: center;
    padding: 80px 20px;
    max-width: 800px;
    margin: 0 auto;
}

.pricing-clean h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}

.pricing-sub {
    font-size: 18px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 40px;
}

/* FIXED LIST ALIGNMENT */
.pricing-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;   /* This centers the whole list block */
    text-align: left;        /* Keeps text aligned properly */
}

.pricing-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 17px;
}

/* Green check circle */
.pricing-list li::before {
    content: "✔";
    width: 22px;
    height: 22px;
    background: #28a745;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-ca434bd */form#wpforms-form-2792 {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    background-color: #DFDBDB;
}
.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium {
    
    max-width: 100% !important;
}
button#wpforms-submit-2792 {
    background-color: #0a9bbb;
    color: #fff;
    border-color: #0a9bbb;
    border-radius: 5px;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-63e7a2c */.why-section {
    padding: 60px 20px;
    text-align: center;
    background: #f9fbfd;
}

.why-title {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

.why-grid {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px 60px;
}

.why-item {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 17px;
    font-weight: 500;
    text-align: left;
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.why-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.why-icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #1e73be;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Responsive */
@media (max-width: 768px) {
    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-title {
        font-size: 26px;
    }
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-6a5c52e */.contact-box {
    max-width: 500px;
    margin: 0 auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    text-align: center;
    border: 1px solid #f0f0f0;
}

.contact-box h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 16px;
}

.contact-item .icon {
    font-size: 18px;
}

.contact-item a {
    text-decoration: none;
    color: #1e73be;
    font-weight: 600;
    transition: 0.3s ease;
}

.contact-item a:hover {
    color: #0d5aa7;
}

.note {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .contact-box {
        padding: 20px;
        margin: 15px;
    }
}/* End custom CSS */