.elementor-1399 .elementor-element.elementor-element-87f4b47{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-1399 .elementor-element.elementor-element-0a5a01f{color:#000000;}.elementor-1399 .elementor-element.elementor-element-19265f1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-faf16c9 */.why-choose-us {
    background: linear-gradient(135deg, #f7f9fc, #ffffff);
    padding: 50px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.why-container {
    max-width: 1100px;
    margin: auto;
}

.why-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #1f2937;
    position: relative;
}

.why-title::after {
    content: "";
    width: 70px;
    height: 4px;
    background: #2563eb;
    display: block;
    margin: 12px auto 0;
    border-radius: 10px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.why-card {
    background: #ffffff;
    padding: 28px 24px;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    text-align: center;
}

.why-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

.why-icon {
    font-size: 40px;
    margin-bottom: 18px;
}

.why-card h3 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #111827;
}

.why-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #4b5563;
}

/* Tablet */
@media (max-width: 992px) {
    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile */
@media (max-width: 576px) {
    .why-title {
        font-size: 26px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-card {
        padding: 24px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c13675e */.offer-section {
    background: #ffffff;
    padding: 40px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.offer-container {
    max-width: 900px;
    margin: auto;
}

.offer-title {
    font-size: 30px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 25px;
    position: relative;
}

.offer-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #2563eb;
    display: block;
    margin-top: 10px;
    border-radius: 8px;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
    margin-bottom: 16px;
}

.offer-list li::before {
    content: "✔";
    color: #2563eb;
    font-weight: bold;
    font-size: 18px;
    margin-top: 2px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a5133c */.approach-section {
    background: linear-gradient(135deg, #ffffff, #f9fafb);
    padding: 45px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.approach-container {
    max-width: 900px;
    margin: auto;
}

.approach-title {
    font-size: 30px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 28px;
    position: relative;
}

.approach-title::after {
    content: "";
    width: 60px;
    height: 4px;
    background: #2563eb;
    display: block;
    margin-top: 10px;
    border-radius: 8px;
}

.approach-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.approach-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #ffffff;
    padding: 18px 20px;
    margin-bottom: 16px;
    border-radius: 14px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
}

.approach-icon {
    font-size: 20px;
    color: #2563eb;
    font-weight: bold;
    margin-top: 2px;
}

.approach-text strong {
    color: #111827;
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.approach-text span {
    color: #4b5563;
    font-size: 15px;
    line-height: 1.5;
}

/* Mobile */
@media (max-width: 576px) {
    .approach-title {
        font-size: 26px;
    }

    .approach-item {
        padding: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69ded37 */.vision-mission {
    background: linear-gradient(135deg, #f8fafc, #ffffff);
    padding: 60px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
}

.vm-container {
    max-width: 1100px;
    margin: auto;
}

.vm-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.vm-card {
    background: #ffffff;
    padding: 32px 28px;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
}

.vm-card:hover {
    transform: translateY(-6px);
}

.vm-icon {
    font-size: 40px;
    margin-bottom: 16px;
}

.vm-card h2 {
    font-size: 26px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 14px;
}

.vm-card p {
    font-size: 16px;
    line-height: 1.7;
    color: #374151;
}

/* Belief Section */
.vm-belief {
    background: #2563eb;
    color: #ffffff;
    padding: 32px 28px;
    border-radius: 18px;
    text-align: center;
}

.vm-belief p {
    font-size: 17px;
    line-height: 1.7;
    margin: 0;
    max-width: 900px;
    margin-inline: auto;
}

/* Responsive */
@media (max-width: 992px) {
    .vm-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .vm-card h2 {
        font-size: 22px;
    }

    .vm-card p,
    .vm-belief p {
        font-size: 15px;
    }
}/* End custom CSS */