.elementor-15255 .elementor-element.elementor-element-9113a14{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-15255 .elementor-element.elementor-element-0990807{--display:flex;}.elementor-15255 .elementor-element.elementor-element-0990807.e-con{--order:99999 /* order end hack */;}.elementor-15255 .elementor-element.elementor-element-05c5943{--display:flex;}body.elementor-page-15255:not(.elementor-motion-effects-element-type-background), body.elementor-page-15255 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F4F4F4;}body.elementor-page-15255{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-15255 .elementor-element.elementor-element-9113a14{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15255 .elementor-element.elementor-element-0990807{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15255 .elementor-element.elementor-element-05c5943{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}@media(min-width:768px){.elementor-15255 .elementor-element.elementor-element-9113a14{--content-width:1300px;}.elementor-15255 .elementor-element.elementor-element-0990807{--width:30%;}.elementor-15255 .elementor-element.elementor-element-05c5943{--width:70%;}}/* Start custom CSS for container, class: .elementor-element-0990807 *//* Bettroi Sidebar Widget Styles */
.bt-sidebar-widget {
    background: rgba(1, 47, 176, 0.02);
    border-radius: 16px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
    font-family: 'Manrope', sans-serif;
}

.bt-sidebar-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #012fb0 0%, #0239d4 100%);
}

.bt-widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.bt-widget-title i {
    color: #012fb0;
    font-size: 1rem;
}

/* Recent Posts Widget */
.bt-recent-post {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(31, 41, 55, 0.05);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.bt-recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.bt-recent-post:hover {
    transform: translateX(3px);
}

.bt-recent-post-image {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, #012fb0 0%, #0239d4 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bt-recent-post-placeholder {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.bt-recent-post-content h4 {
    font-size: 0.85rem;
    font-weight: 600;
    color: #1f2937;
    line-height: 1.3;
    margin-bottom: 0.3rem;
    transition: color 0.3s ease;
}

.bt-recent-post:hover .bt-recent-post-content h4 {
    color: #012fb0;
}

.bt-recent-post-date {
    font-size: 0.7rem;
    color: #6b7280;
}

/* Categories Widget */
.bt-category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.7rem 1rem;
    background: rgba(31, 41, 55, 0.03);
    border-radius: 10px;
    text-decoration: none;
    color: #1f2937;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
    border: 1px solid transparent;
}

.bt-category-item:hover {
    background: rgba(1, 47, 176, 0.08);
    border-color: rgba(1, 47, 176, 0.1);
    transform: translateX(3px);
}

.bt-category-count {
    background: #012fb0;
    color: white;
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-weight: 600;
    min-width: 1.5rem;
    text-align: center;
}

/* Show More Button */
.bt-show-more-btn {
    text-align: center;
    margin-top: 1rem;
}

.bt-show-more-btn button {
    background: none;
    border: none;
    color: #012fb0;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s ease;
    font-family: inherit;
}

.bt-show-more-btn button:hover {
    color: #0239d4;
}

/* Tags Widget */
.bt-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.bt-tag-item {
    padding: 0.5rem 0.8rem;
    background: rgba(31, 41, 55, 0.05);
    border-radius: 20px;
    text-decoration: none;
    color: #1f2937;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.bt-tag-item:hover {
    background: #012fb0;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 47, 176, 0.2);
}

/* Page Stats Widget */
.bt-page-stats {
    background: rgba(1, 47, 176, 0.02);
    border-radius: 16px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2rem;
    font-family: 'Manrope', sans-serif;
}

.bt-page-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #012fb0 0%, #0239d4 100%);
}

.bt-stats-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.bt-stats-title i {
    color: #012fb0;
    font-size: 1rem;
}

.bt-stats-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: #012fb0;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.bt-stats-label {
    font-size: 0.9rem;
    color: #6b7280;
    font-weight: 500;
}

/* Contact Form Widget */
.bt-contact-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.bt-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.bt-form-group label {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.85rem;
}

.bt-form-group input,
.bt-form-group textarea {
    padding: 0.75rem;
    border: 1px solid rgba(31, 41, 55, 0.1);
    border-radius: 8px;
    font-size: 0.85rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.bt-form-group input:focus,
.bt-form-group textarea:focus {
    outline: none;
    border-color: #012fb0;
    box-shadow: 0 0 0 3px rgba(1, 47, 176, 0.1);
}

.bt-form-group textarea {
    resize: vertical;
    min-height: 80px;
}

.bt-submit-btn {
    padding: 0.75rem 1.25rem;
    background: linear-gradient(135deg, #012fb0 0%, #0239d4 100%);
    color: white;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.85rem;
    font-family: inherit;
}

.bt-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 47, 176, 0.3);
}

/* Newsletter Signup */
.bt-newsletter-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem 1rem;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: white;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 1rem;
    font-size: 0.85rem;
}

.bt-newsletter-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.3);
}

/* Loading States */
.bt-loading {
    text-align: center;
    padding: 2rem;
    color: #6b7280;
    font-size: 0.9rem;
}

.bt-loading i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #012fb0;
    animation: bt-spin 1s linear infinite;
}

@keyframes bt-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Hidden elements */
.bt-hidden {
    display: none;
}

/* AI Insights Widget */
.bt-ai-insight {
    background: linear-gradient(135deg, rgba(1, 47, 176, 0.05) 0%, rgba(2, 57, 212, 0.05) 100%);
    border: 1px solid rgba(1, 47, 176, 0.1);
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.bt-ai-insight-title {
    font-size: 0.8rem;
    font-weight: 700;
    color: #012fb0;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bt-ai-insight-content {
    font-size: 0.8rem;
    color: #374151;
    line-height: 1.4;
}

/* Responsive */
@media (max-width: 768px) {
    .bt-sidebar-widget {
        padding: 1.25rem;
        margin-bottom: 1.5rem;
    }
    
    .bt-stats-number {
        font-size: 2rem;
    }
}/* End custom CSS */