    .wp-block {
    max-width: 1200px;
}

.editor-styles-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-block-hybrid-custom-section {
    background: #f8f9fa;
    padding: 2rem;
    border-left: 4px solid #007cba;
}

.wp-block-group, .wp-block-columns, .wp-block-cover {
    margin-bottom: 2rem;
}


/*----------------------------------- Footer Styles----------------------------------------------- */
.site-footer {
    background: #1f2937;
    color: #fff;
}

/* Footer Widgets Area */
.footer-widgets-area {
    padding: 60px 0 40px;
    background: #111827;
}

.footer-widgets-grid {
    display: grid;
    gap: 40px;
}

/* Layout Variations */
.footer-layout-1-column {
    grid-template-columns: 1fr;
}

.footer-layout-2-columns {
    grid-template-columns: 1fr 1fr;
}

.footer-layout-2-columns-wide-left {
    grid-template-columns: 2fr 1fr;
}

.footer-layout-2-columns-wide-right {
    grid-template-columns: 1fr 2fr;
}

.footer-layout-3-columns {
    grid-template-columns: 1fr 1fr 1fr;
}

.footer-layout-4-columns {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.footer-widget {
    min-width: 0; /* Prevent overflow */
}

.footer-widget-wide {
    grid-column: span 1;
}

/* Footer Widget Styling */
.footer-widget .widget {
    margin-bottom: 30px;
}

.widget-title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: #dc2626;
}

/* Footer About Widget */
.footer-about-widget .footer-logo img {
    max-height: 40px;
    width: auto;
    margin-bottom: 20px;
}

.footer-about-content {
    color: #d1d5db;
    line-height: 1.6;
    margin-bottom: 20px;
}

.footer-contact-info {
    color: #d1d5db;
    font-size: 14px;
    line-height: 1.8;
}

/* Footer Menu Widget */
.footer-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-widget ul li {
    margin-bottom: 8px;
}

.footer-widget ul li a {
    color: #d1d5db;
    text-decoration: none;
    transition: color 0.3s ease;
    display: block;
    padding: 4px 0;
}

.footer-widget ul li a:hover {
    color: #fff;
    padding-left: 5px;
}

/* Social Links */
.social-links-widget {
    text-align: center;
}

.social-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-icons a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #374151;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background: #dc2626;
    transform: translateY(-2px);
}

/* Footer Bottom */
.footer-bottom {
    background: #111827;
    border-top: 1px solid #374151;
    padding: 20px 0;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.footer-copyright {
    color: #9ca3af;
    font-size: 14px;
}

/* Footer Navigation */
.footer-navigation .footer-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 20px;
}

.footer-navigation .footer-menu li a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-navigation .footer-menu li a:hover {
    color: #fff;
}

/* Scroll to Top */
.footer-scroll-top {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.scroll-to-top {
    background: #dc2626;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll-to-top:hover {
    background: #ef4444;
    transform: translateY(-2px);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-layout-4-columns {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-layout-3-columns {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .footer-widgets-area {
        padding: 40px 0 20px;
    }
    
    .footer-widgets-grid {
        grid-template-columns: 1fr !important;
        gap: 30px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-navigation .footer-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }
    
    .footer-scroll-top {
        position: static;
        transform: none;
        margin-top: 15px;
    }
    
    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-widgets-area {
        padding: 30px 0 15px;
    }
    
    .footer-bottom {
        padding: 15px 0;
    }
    
    .footer-navigation .footer-menu {
        flex-direction: column;
        gap: 10px;
    }
    
    .widget-title {
        font-size: 16px;
    }
}


/* Make all media responsive */
img, video, iframe { 
  max-width: 100%;
  height: auto;
}

/* Featured image in classic/hybrid themes */
.post-thumbnail img,
.wp-post-image,
.wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
}

/* Prevent tiny overflows from full-bleed sections */
:where(.wp-site-blocks, .entry-content, .site-main) > .alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;            /* never wider than viewport */
}

/* Safety net: no horizontal scrollbar */
html, body { overflow-x: clip; } /* or hidden if clip not supported */



.wp-block {
    max-width: 1200px;
}

.editor-styles-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wp-block-hybrid-custom-section {
    background: #1d7ddc;
    padding: 2rem;
    border-left: 4px solid #007cba;
}

.wp-block-group, .wp-block-columns, .wp-block-cover {
    margin-bottom: 2rem;
}
