.elementor-7 .elementor-element.elementor-element-0e5de5b{--display:flex;--min-height:450px;--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-7 .elementor-element.elementor-element-a0a52d5 .elementor-heading-title{font-family:"RocknRoll One", Sans-serif;font-weight:600;color:var( --e-global-color-astglobalcolor3 );}.elementor-widget-search{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search.e-focus{--e-search-input-color:var( --e-global-color-text );}.elementor-widget-search .elementor-pagination{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-7 .elementor-element.elementor-element-4c17231 .elementor-button{background-color:#FFD700;font-family:"Poppins", Sans-serif;font-weight:500;box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);transition-duration:0.3s;border-radius:30px 30px 30px 30px;padding:13px 13px 13px 13px;}.elementor-7 .elementor-element.elementor-element-e42be53{--display:flex;}/* Start custom CSS for html, class: .elementor-element-33dae94 *//* Why Choose Us - Card Style */
.why-choose-box {
    background: #fff;
    border-radius: 14px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.why-choose-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Icon Circle */
.why-choose-box .icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(135deg, #2563eb, #16a34a);
    transition: background 0.3s ease-in-out;
}

.why-choose-box:hover .icon {
    background: linear-gradient(135deg, #f59e0b, #ef4444);
}

/* Title */
.why-choose-box h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #111827;
}

/* Description */
.why-choose-box p {
    font-size: 14px;
    color: #4b5563;
    line-height: 1.6;
}/* End custom CSS */