/*
Theme Name: Fluidlabs
Theme URI: https://example.com/fluidlabs
Author: Fluidlabs
Author URI: https://example.com
Description: A clean, minimal base theme for WordPress.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fluidlabs
*/

:root {
    --fluidlabs-text: #1f2933;
    --fluidlabs-muted: #66717d;
    --fluidlabs-border: #d9dee3;
    --fluidlabs-link: #155eef;
    --fluidlabs-background: #ffffff;
    --fluidlabs-content-width: 1140px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--fluidlabs-text);
    background: var(--fluidlabs-background);
    background-image: url("assest/images/back.png");
    background-position: left center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
}

.container {
    width: 100%;
    max-width: 1140px;
}

.site-header {
    padding: 0;
    border: 0;
}

#header4 {
    min-height: 146px;
    background: #ffffff url("assest/images/smabackgroundbanner.png") left top / cover no-repeat;
}

#header4 .row,
#header4 .col {
    min-height: 146px;
}

.site-logo-link {
    display: inline-block;
    padding: 1.25rem 0 0.75rem 1rem;
}

.site-logo {
    width: 400px;
}

#navigation5 {
    position: relative;
    z-index: 10;
}

#navigation5 .navbar {
    min-height: 44px;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.92) !important;
}

#navigation5 .navbar-nav {
    align-items: center;
}

#navigation5 .navbar-nav,
#navigation5 .dropdown-menu {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

#navigation5 .dropdown-menu .menu-item {
    display: block;
}

#navigation5 .nav-link {
    color: #737373;
    padding: 0.5rem 0.65rem;
}

#navigation5 .nav-link:hover,
#navigation5 .nav-link:focus,
#navigation5 .nav-link.active {
    color: #9e971f;
}

#navigation5 .dropdown-menu {
    margin-top: 0;
}

a {
    color: var(--fluidlabs-link);
}

img {
    max-width: 100%;
    height: auto;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

img {
    width: 100% !important;
}

.site-header {
    border-width: 0 0 1px;
}

.site-footer {
    margin-top: auto;
    border-width: 1px 0 0;
    color: var(--fluidlabs-muted);
    border-bottom: 1px solid #9e971f;
}

.site-header__inner,
.site-content,
.site-footer__inner {
    margin-inline: auto;
}

.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.site-branding a {
    color: inherit;
    text-decoration: none;
}

.site-title {
    margin: 0;
    font-size: 1.25rem;
}

.site-description {
    margin: 0.25rem 0 0;
    color: var(--fluidlabs-muted);
    font-size: 0.875rem;
}

.main-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.main-navigation a {
    text-decoration: none;
}

.site-content {
    min-height: 60vh;
    padding-top: 2.5rem;
    padding-bottom: 3rem;
    background: #ffffff;
}

#previousbackground,
#smoothscroll {
    background: #ffffff;
}

#previousbackground {
    padding-top: 0.5rem;
}

#scrollbutton {
    min-width: 3rem;
    text-align: center;
}

.fluidlabs-chevron {
    display: inline-block;
    width: 0.55rem;
    height: 0.55rem;
    border-top: 2px solid currentColor;
    border-left: 2px solid currentColor;
    transform: rotate(45deg);
}

.site-footer__inner {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
}

.site-footer p {
    margin: 0;
}

.footer-widgets {
    text-align: center;
}

.footer-widgets .widget {
    margin: 0;
}

.site-footer img {
    max-width: 24px;
}

.content-area {
    width: 100%;
}

#corebackground h1 {
    margin-top: 0;
    color: #9e971f;
    font-size: 2rem;
    line-height: 1.2;
    border-bottom: 1px dotted #686b74;
}

#corebackground .entry-content {
    color: #737373;
}

.entry-title {
    margin-top: 0;
    line-height: 1.2;
}

.entry-meta,
.entry-footer {
    color: var(--fluidlabs-muted);
    font-size: 0.875rem;
}

.entry-content {
    margin-top: 1.5rem;
}

.entry-content > * + * {
    margin-top: 1.25rem;
}

.post-thumbnail {
    margin-bottom: 1.5rem;
}

.post-thumbnail img {
    display: block;
}

.widget-area {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--fluidlabs-border);
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 48rem) {
    #header4,
    #header4 .row,
    #header4 .col {
        min-height: 112px;
    }

    .site-logo-link {
        padding-left: 0.5rem;
    }

    .site-logo {
        width: min(100%, 320px);
    }

    #navigation5 .navbar {
        padding-inline: 0.5rem;
    }
}


section#smoothscroll {
    display: flex;
    justify-content: flex-end;
}
#corebackground p strong {
    color: #000;
}
/* Gutenberg Lightbox Caption */
.wp-lightbox-overlay .wp-lightbox-caption {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 90%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    border-radius: 4px;
    z-index: 9999;
}

/* Keep caption readable on smaller screens */
@media (max-width: 600px) {
    .wp-lightbox-overlay .wp-lightbox-caption {
        bottom: 10px;
        max-width: 90%;
        padding: 8px 14px;
        font-size: 14px;
    }
}


figcaption.wp-element-caption {
    background: transparent !important;
    color: #000 !important;
    font-size: 16px !important;
    text-shadow: none !important;
    position: static !important;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    flex: auto;
}