.elementor-137 .elementor-element.elementor-element-329888c{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-137 .elementor-element.elementor-element-bdce92e{--display:flex;}.elementor-137 .elementor-element.elementor-element-83f50ab{--display:flex;}@media(min-width:768px){.elementor-137 .elementor-element.elementor-element-329888c{--content-width:1300px;}.elementor-137 .elementor-element.elementor-element-bdce92e{--width:30%;}.elementor-137 .elementor-element.elementor-element-83f50ab{--width:70%;}}/* Start custom CSS for container, class: .elementor-element-bdce92e *//* WordPress Sidebar Widget Styles */
.ichs-sidebar-widget {
    background: rgba(245, 162, 1, 0.02);
    border-radius: 15px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.ichs-sidebar-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #f5a201 0%, #ff8c00 100%);
}

.ichs-widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #051436;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ichs-widget-title i {
    color: #f5a201;
    font-size: 1rem;
}

/* Recent Posts Widget */
.ichs-recent-post {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(5, 20, 54, 0.05);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.ichs-recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ichs-recent-post:hover {
    transform: translateX(3px);
}

.ichs-recent-post-image {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f5a201 0%, #ff8c00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ichs-recent-post-placeholder {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.ichs-recent-post-content h4 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #051436;
    line-height: 1.2;
    margin-bottom: 0.3rem;
    transition: color 0.3s ease;
}

.ichs-recent-post:hover .ichs-recent-post-content h4 {
    color: #f5a201;
}

.ichs-recent-post-date {
    font-size: 0.7rem;
    color: #6c757d;
}

/* Categories Widget */
.ichs-category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.8rem;
    background: rgba(5, 20, 54, 0.03);
    border-radius: 8px;
    text-decoration: none;
    color: #051436;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.ichs-category-item:hover {
    background: rgba(245, 162, 1, 0.1);
    transform: translateX(3px);
}

.ichs-category-count {
    background: #f5a201;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    font-weight: 600;
}

/* Show More Button */
.ichs-show-more-btn {
    text-align: center;
    margin-top: 1rem;
}

.ichs-show-more-btn button {
    background: none;
    border: none;
    color: #f5a201;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.ichs-show-more-btn button:hover {
    color: #ff8c00;
}

/* Tags Widget */
.ichs-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ichs-tag-item {
    padding: 0.4rem 0.8rem;
    background: rgba(5, 20, 54, 0.05);
    border-radius: 15px;
    text-decoration: none;
    color: #051436;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ichs-tag-item:hover {
    background: #f5a201;
    color: white;
    transform: translateY(-1px);
}

/* Page Stats Widget */
.ichs-page-stats {
    background: rgba(245, 162, 1, 0.02);
    border-radius: 15px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2rem;
}

.ichs-page-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #f5a201 0%, #ff8c00 100%);
}

.ichs-stats-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #051436;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ichs-stats-title i {
    color: #f5a201;
    font-size: 1rem;
}

.ichs-stats-number {
    font-size: 2rem;
    font-weight: 800;
    color: #f5a201;
    margin-bottom: 0.5rem;
}

.ichs-stats-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

/* Contact Form Widget */
.ichs-contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.ichs-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.ichs-form-group label {
    font-weight: 600;
    color: #051436;
    font-size: 0.8rem;
}

.ichs-form-group input,
.ichs-form-group textarea {
    padding: 0.6rem;
    border: 1px solid rgba(5, 20, 54, 0.1);
    border-radius: 6px;
    font-size: 0.8rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.ichs-form-group input:focus,
.ichs-form-group textarea:focus {
    outline: none;
    border-color: #f5a201;
    box-shadow: 0 0 0 2px rgba(245, 162, 1, 0.1);
}

.ichs-form-group textarea {
    resize: vertical;
    min-height: 60px;
}

.ichs-submit-btn {
    padding: 0.6rem 1rem;
    background: linear-gradient(135deg, #f5a201 0%, #ff8c00 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.ichs-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(245, 162, 1, 0.3);
}

/* WhatsApp Button */
.ichs-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 0.8rem;
    font-size: 0.8rem;
}

.ichs-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

/* Loading States */
.ichs-loading {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.ichs-loading i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #f5a201;
    animation: ichs-spin 1s linear infinite;
}

@keyframes ichs-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Hidden elements */
.ichs-hidden {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .ichs-sidebar-widget {
        padding: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-83f50ab *//* WordPress Sidebar Widget Styles */
.ichs-sidebar-widget {
    background: rgba(245, 162, 1, 0.02);
    border-radius: 15px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.ichs-sidebar-widget::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #f5a201 0%, #ff8c00 100%);
}

.ichs-widget-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #051436;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.ichs-widget-title i {
    color: #f5a201;
    font-size: 1rem;
}

/* Recent Posts Widget */
.ichs-recent-post {
    display: flex;
    gap: 0.8rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(5, 20, 54, 0.05);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.ichs-recent-post:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.ichs-recent-post:hover {
    transform: translateX(3px);
}

.ichs-recent-post-image {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    background: linear-gradient(135deg, #f5a201 0%, #ff8c00 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.ichs-recent-post-placeholder {
    color: white;
    font-size: 1rem;
    font-weight: 700;
    text-align: center;
}

.ichs-recent-post-content h4 {
    font-size: 0.8rem;
    font-weight: 600;
    color: #051436;
    line-height: 1.2;
    margin-bottom: 0.3rem;
    transition: color 0.3s ease;
}

.ichs-recent-post:hover .ichs-recent-post-content h4 {
    color: #f5a201;
}

.ichs-recent-post-date {
    font-size: 0.7rem;
    color: #6c757d;
}

/* Categories Widget */
.ichs-category-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0.8rem;
    background: rgba(5, 20, 54, 0.03);
    border-radius: 8px;
    text-decoration: none;
    color: #051436;
    transition: all 0.3s ease;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
}

.ichs-category-item:hover {
    background: rgba(245, 162, 1, 0.1);
    transform: translateX(3px);
}

.ichs-category-count {
    background: #f5a201;
    color: white;
    font-size: 0.7rem;
    padding: 0.2rem 0.5rem;
    border-radius: 10px;
    font-weight: 600;
}

/* Show More Button */
.ichs-show-more-btn {
    text-align: center;
    margin-top: 1rem;
}

.ichs-show-more-btn button {
    background: none;
    border: none;
    color: #f5a201;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.ichs-show-more-btn button:hover {
    color: #ff8c00;
}

/* Tags Widget */
.ichs-tags-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.ichs-tag-item {
    padding: 0.4rem 0.8rem;
    background: rgba(5, 20, 54, 0.05);
    border-radius: 15px;
    text-decoration: none;
    color: #051436;
    font-size: 0.75rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ichs-tag-item:hover {
    background: #f5a201;
    color: white;
    transform: translateY(-1px);
}

/* Page Stats Widget */
.ichs-page-stats {
    background: rgba(245, 162, 1, 0.02);
    border-radius: 15px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-bottom: 2rem;
}

.ichs-page-stats::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(135deg, #f5a201 0%, #ff8c00 100%);
}

.ichs-stats-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #051436;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ichs-stats-title i {
    color: #f5a201;
    font-size: 1rem;
}

.ichs-stats-number {
    font-size: 2rem;
    font-weight: 800;
    color: #f5a201;
    margin-bottom: 0.5rem;
}

.ichs-stats-label {
    font-size: 0.9rem;
    color: #6c757d;
    font-weight: 500;
}

/* Contact Form Widget */
.ichs-contact-form {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.ichs-form-group {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.ichs-form-group label {
    font-weight: 600;
    color: #051436;
    font-size: 0.8rem;
}

.ichs-form-group input,
.ichs-form-group textarea {
    padding: 0.6rem;
    border: 1px solid rgba(5, 20, 54, 0.1);
    border-radius: 6px;
    font-size: 0.8rem;
    font-family: inherit;
    transition: all 0.3s ease;
    background: #fff;
}

.ichs-form-group input:focus,
.ichs-form-group textarea:focus {
    outline: none;
    border-color: #f5a201;
    box-shadow: 0 0 0 2px rgba(245, 162, 1, 0.1);
}

.ichs-form-group textarea {
    resize: vertical;
    min-height: 60px;
}

.ichs-submit-btn {
    padding: 0.6rem 1rem;
    background: linear-gradient(135deg, #f5a201 0%, #ff8c00 100%);
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.8rem;
}

.ichs-submit-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 3px 10px rgba(245, 162, 1, 0.3);
}

/* WhatsApp Button */
.ichs-whatsapp-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.8rem;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 0.8rem;
    font-size: 0.8rem;
}

.ichs-whatsapp-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}

/* Loading States */
.ichs-loading {
    text-align: center;
    padding: 2rem;
    color: #6c757d;
    font-size: 0.9rem;
}

.ichs-loading i {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #f5a201;
    animation: ichs-spin 1s linear infinite;
}

@keyframes ichs-spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

/* Hidden elements */
.ichs-hidden {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .ichs-sidebar-widget {
        padding: 1rem;
    }
}/* End custom CSS */