.elementor-13 .elementor-element.elementor-element-06f9c6d{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-26af960{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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 );}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-ca04629 *//* CSS Section */
.jj-why-choose {
    background: url('http://learnwithjj.real360homes.in/wp-content/uploads/2026/03/soft-white-gray-wave-background_41084-566.avif') no-repeat center center/cover;
    padding: 80px 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    overflow: hidden;
}

.jj-main-title1 {
    color: #1e2449; /* Updated Title Color */
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 50px;
}

.jj-main-title span { color: #FFF; }

.jj-slider-container {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.jj-slider-track {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    gap: 20px;
}

.jj-feature-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(5px);
    border-radius: 20px;
    padding: 35px 25px;
    min-width: calc(33.333% - 14px); /* Desktop: 3 cards */
    box-shadow: 0 10px 30px rgba(8, 0, 96, 0.08);
    border: 1px solid #eee;
    transition: 0.3s;
    text-align: left;
    box-sizing: border-box;
}

.jj-feature-card:hover {
    transform: translateY(-5px);
    border-color: #d6af3d;
    background: #fff;
}

.jj-card-icon {
    width: 60px;
    height: 60px;
    background: #080060;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.jj-card-icon img { width: 35px; height: 35px; }

.jj-feature-card h3 {
    color: #080060;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.jj-feature-list { list-style: none; padding: 0; }
.jj-feature-list li {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
}

.jj-feature-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #d6af3d;
    font-weight: bold;
}

.jj-slider-controls { margin-top: 30px; display: flex; justify-content: center; gap: 10px; }
.jj-dot { width: 12px; height: 12px; background: #ccc; border-radius: 50%; cursor: pointer; transition: 0.3s; }
.jj-dot.active { background: #080060; width: 30px; border-radius: 10px; }

@media (max-width: 991px) {
    .jj-feature-card { min-width: calc(50% - 10px); } /* 2 cards */
}

@media (max-width: 768px) {
    .jj-feature-card { min-width: 100%; } /* 1 card */
}/* End custom CSS */