:root {
    --bosate-blue: #113f73;
    --bosate-sky: #19a3d1;
    --bosate-orange: #f59a23;
    --bosate-ink: #162232;
    --bosate-light-grey: #f5f7fa;
    --bosate-shadow: 0 18px 42px rgba(17, 63, 115, 0.12);
    --bosate-shadow-strong: 0 24px 58px rgba(17, 63, 115, 0.18);
    --bs-font-sans-serif: 'Instrument Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
    --font-sans: 'Instrument Sans', ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
    --body-font: var(--font-sans);
    --heading-font: var(--font-sans);
    --text-xs: 0.75rem;
    --text-sm: 0.875rem;
    --text-base: 1rem;
    --text-lg: 1.125rem;
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-3xl: 1.875rem;
    --text-4xl: 2.25rem;
}

body,
button,
input,
select,
textarea {
    font-family: var(--font-sans);
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-sans);
    letter-spacing: 0;
}

h1,
.banner__two-content h1,
.page__banner-content h1 {
    font-weight: 700;
}

h2,
h3,
h4,
.bosate-card h4,
.blog__two-item-content h4,
.services__two-item-content h4 {
    font-weight: 600;
}

.header__area-menubar-center-menu ul li a,
.top__bar a,
label,
.subtitle-one,
.subtitle-two,
.subtitle {
    font-weight: 500;
    letter-spacing: 0;
}

.btn-one,
.btn-five,
.btn-six,
button {
    font-weight: 600;
}

.bosate-logo img,
.bosate-sidebar-logo img,
.bosate-footer-logo img {
    width: 260px;
    max-height: 74px;
    max-width: none;
    object-fit: contain;
}

.header__area-menubar-left-logo.bosate-logo a img,
.header__area-menubar-right-sidebar-popup-logo.bosate-sidebar-logo a img,
.footer__two-widget-about.bosate-footer-logo a img {
    max-width: none;
}

.header__area-menubar-left-logo a {
    min-width: 260px;
}

.top__bar-right {
    gap: 22px;
}

.header__area-menubar-center-menu ul li.active > a,
.header__area-menubar-center-menu ul li a:hover {
    color: var(--bosate-orange);
}

.header__area-menubar-center-menu ul li a {
    font-size: 13px;
    padding: 43px 10px;
}

.header__area-menubar-center-menu ul li.menu-item-has-children > a {
    padding-right: 20px;
}

.header__area-menubar-center-menu ul li.menu-item-has-children > a::before {
    right: 9px;
}

.header__area-menubar-center-menu ul li.menu-item-has-children > a::after {
    right: 6px;
}

.header__area-menubar-right-box-btn .btn-one {
    padding: 17px 24px;
}

.bosate-mobile-menu-toggle {
    width: 46px;
    height: 46px;
    border: 1px solid #dce5ee;
    border-radius: 7px;
    background: #ffffff;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    position: relative;
    z-index: 1002;
    padding: 0;
    line-height: 1;
}

.bosate-mobile-menu-toggle span {
    width: 22px;
    height: 2px;
    min-height: 2px;
    background: var(--bosate-blue);
    display: block;
    flex: 0 0 2px;
    border-radius: 999px;
}

.bosate-mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(6, 14, 24, 0.62);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}

.bosate-mobile-menu {
    position: fixed;
    inset: 0 0 0 auto;
    width: min(360px, 88vw);
    background: #ffffff;
    z-index: 9999;
    transform: translateX(105%);
    transition: transform 0.25s ease;
    padding: 22px;
    overflow-y: auto;
    box-shadow: -20px 0 45px rgba(7, 18, 32, 0.18);
}

.bosate-mobile-menu-open {
    overflow: hidden;
}

.bosate-mobile-menu-open .bosate-mobile-menu {
    transform: translateX(0);
}

.bosate-mobile-menu-open .bosate-mobile-menu-overlay {
    opacity: 1;
    visibility: visible;
}

.bosate-mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

.bosate-mobile-menu-logo img {
    width: 230px;
    max-height: 62px;
    max-width: none;
    object-fit: contain;
}

.bosate-mobile-menu-close,
.bosate-submenu-toggle {
    border: 1px solid #dce5ee;
    border-radius: 7px;
    background: #f7fafc;
    color: var(--bosate-blue);
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.bosate-mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bosate-mobile-menu li {
    border-bottom: 1px solid #e8eef5;
    position: relative;
}

.bosate-mobile-menu a {
    display: block;
    color: var(--bosate-dark);
    font-weight: 700;
    padding: 15px 52px 15px 0;
    text-decoration: none;
}

.bosate-mobile-menu .menu-item-has-children > .bosate-submenu-toggle {
    position: absolute;
    top: 8px;
    right: 0;
}

.bosate-mobile-menu .sub-menu {
    display: none;
    padding: 0 0 10px 16px;
}

.bosate-mobile-menu .is-open > .sub-menu {
    display: block;
}

.bosate-mobile-menu .sub-menu li {
    border-bottom: 0;
}

.bosate-mobile-menu .sub-menu a {
    font-weight: 600;
    padding: 9px 0;
    color: #536274;
}

.bosate-mobile-menu-quote {
    margin-top: 22px;
    width: 100%;
    justify-content: center;
}

.banner__two-content h1 {
    max-width: 940px;
    text-transform: none;
    font-size: clamp(2.25rem, 4.6vw, 4.875rem);
    line-height: 1.08;
    font-weight: 500;
    margin-bottom: 32px;
}

.banner__two-content span {
    max-width: 720px;
    display: block;
    margin: 0 auto 15px;
    color: #fff;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
}

.banner__two-content .subtitle {
    color: var(--bosate-orange);
    letter-spacing: 0;
}

.banner__two-content [data-animation] {
    opacity: 1 !important;
}

.banner__two-content {
    padding: 140px 0;
}

.banner__two-image {
    min-height: 650px;
}

.bosate-section-lead {
    max-width: 850px;
    margin: 0 auto 45px;
    text-align: center;
}

.bosate-section-lead p {
    margin: 0;
}

.bosate-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
}

.bosate-section-heading-text {
    max-width: 720px;
}

.bosate-section-heading-text h2 {
    margin-bottom: 14px;
    text-transform: none;
}

.bosate-section-heading-text p {
    margin: 0;
    max-width: 650px;
}

.bosate-section-heading-action {
    flex: 0 0 auto;
}

.bosate-section-heading-action .btn-one,
.bosate-section-heading-action .btn-six {
    white-space: nowrap;
}

.bosate-insights-heading {
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
}

.bosate-insights-heading .bosate-section-heading-text {
    max-width: 560px;
}

.bosate-card {
    height: auto;
    min-height: 0;
    padding: 34px 30px;
    border: 1px solid #e8edf3;
    background: #fff;
    border-radius: 8px;
    transition: 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: var(--bosate-shadow);
}

.bosate-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--bosate-shadow-strong);
}

.bosate-card-icon {
    width: 62px;
    height: 62px;
    border-radius: 8px;
    background: rgba(25, 163, 209, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
}

.bosate-card-icon img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.bosate-card h4,
.bosate-card h5 {
    text-transform: none;
}

.bosate-card p {
    margin-bottom: 0;
}

.bosate-card > p:last-child,
.bosate-card .btn-one,
.bosate-card .btn-six {
    margin-top: 16px;
}

.bosate-card .btn-one,
.bosate-card .btn-six {
    align-self: center;
    display: inline-flex;
    width: auto;
    min-width: 0;
    justify-content: center;
}

.bosate-stat {
    padding: 34px 25px;
    background: var(--bosate-blue);
    border-radius: 8px;
    color: #fff;
    height: auto;
    display: block;
}

.bosate-stat h3 {
    color: #fff;
    margin-bottom: 12px;
}

.bosate-stat span {
    color: var(--bosate-orange);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
}

.bosate-stat p {
    flex: 0 0 auto;
}

.bosate-stat-link {
    align-self: flex-start;
    color: #fff;
    margin-top: 8px;
}

.bosate-stat-link:hover {
    color: var(--bosate-orange);
}

.bosate-project-list {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.bosate-project-list li {
    margin-top: 10px;
    display: flex;
    gap: 10px;
}

.bosate-project-list i {
    color: var(--bosate-orange);
    margin-top: 5px;
}

.bosate-tag-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.bosate-tag {
    padding: 12px 18px;
    border-radius: 6px;
    background: #f3f7fb;
    color: var(--bosate-ink);
    font-weight: 700;
}

.bosate-client-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.bosate-client-card {
    border: 1px solid #e5ebf1;
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    min-height: 178px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    text-align: center;
    box-shadow: var(--bosate-shadow);
    transition: 0.25s ease;
}

.bosate-client-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bosate-shadow-strong);
}

.bosate-client-logo {
    width: 100%;
    height: 84px;
    display: grid;
    place-items: center;
}

.bosate-client-logo img {
    max-width: 160px;
    max-height: 78px;
    object-fit: contain;
}

.bosate-client-card h4 {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.bosate-clients-page {
    background: #f7fafc;
}

.bosate-clients-page .bosate-section-lead {
    background: #ffffff;
    border: 1px solid #e5ebf1;
    border-radius: 8px;
    max-width: 980px;
    padding: 34px;
    box-shadow: 0 16px 34px rgba(17, 63, 115, 0.08);
}

.bosate-sector-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px;
}

.bosate-sector-card {
    min-height: 245px;
    border: 1px solid #e5ebf1;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: var(--bosate-shadow);
    transition: 0.25s ease;
}

.bosate-sector-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bosate-shadow-strong);
}

.bosate-sector-card-image {
    height: 150px;
    overflow: hidden;
    background: #eef4f8;
}

.bosate-sector-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bosate-sector-card-content {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    padding: 18px;
}

.bosate-sector-card-content h4 {
    margin: 0;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 700;
}

.bosate-form-alert {
    padding: 16px 20px;
    border-radius: 8px;
    margin-bottom: 25px;
}

.bosate-form-alert.success {
    background: #e7f8ef;
    color: #14552d;
}

.bosate-form-alert.error {
    background: #fff0ed;
    color: #8f2a17;
}

.bosate-footer-links {
    display: grid;
    gap: 12px;
}

.bosate-footer-links a {
    color: #c8d3df;
}

.bosate-footer-links a:hover {
    color: var(--bosate-orange);
}

.footer__two-widget-about img {
    background: #fff;
    padding: 8px;
    border-radius: 6px;
}

.services__two-item,
.bosate-card,
.blog__two-item-content,
.team__area-item-content,
.bosate-detail-panel,
.bosate-lifecycle-card,
.bosate-sector-card,
.bosate-client-card {
    background-color: #ffffff;
}

.bosate-theme-switch {
    z-index: 99999;
}

.bosate-service-card,
.bosate-project-card,
.bosate-insight-card {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--bosate-shadow);
    transition: 0.25s ease;
}

.bosate-service-card:hover,
.bosate-project-card:hover,
.bosate-insight-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--bosate-shadow-strong);
}

.bosate-service-card {
    min-height: 0;
}

.bosate-project-card {
    min-height: 0;
}

.bosate-insight-card {
    min-height: 0;
}

.bosate-service-card .blog__two-item-image img,
.bosate-project-card .blog__two-item-image img,
.bosate-insight-card .blog__two-item-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.bosate-service-card .blog__two-item-content,
.bosate-project-card .blog__two-item-content,
.bosate-insight-card .blog__two-item-content {
    flex: 0 0 auto;
    display: block;
}

.bosate-service-card .blog__two-item-content p,
.bosate-project-card .blog__two-item-content p,
.bosate-insight-card .blog__two-item-content p,
.blog__two-item-content p {
    flex: 0 0 auto;
}

.bosate-project-card .bosate-project-list,
.bosate-service-card .bosate-project-list,
.blog__two-item-content .btn-six,
.blog__two-item-content .btn-one {
    margin-top: 12px;
}

.blog__two-item-content .btn-six,
.blog__two-item-content .btn-one {
    align-self: center;
    display: inline-flex;
    width: auto;
    min-width: 0;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.blog__two-item-content .btn-six {
    background: var(--bosate-blue);
    border: 1px solid var(--bosate-blue);
    color: #ffffff !important;
    padding: 12px 22px;
    border-radius: 6px;
}

.blog__two-item-content .btn-six i {
    color: inherit;
}

.blog__two-item-content .btn-six:hover {
    background: var(--bosate-orange);
    border-color: var(--bosate-orange);
    color: #ffffff !important;
}

.bosate-home-project-card {
    min-height: 0;
}

.bosate-home-project-card .blog__two-item-content {
    gap: 10px;
}

.bosate-home-project-card .blog__two-item-content h4,
.bosate-project-card .blog__two-item-content h4,
.bosate-service-card .blog__two-item-content h4 {
    margin-bottom: 8px;
}

.bosate-home-project-card .blog__two-item-content p,
.bosate-project-card .blog__two-item-content p,
.bosate-service-card .blog__two-item-content p {
    margin-bottom: 14px;
}

.bosate-detail-image {
    border-radius: 8px;
    overflow: hidden;
    background: #eef4f8;
    margin-bottom: 35px;
}

.bosate-detail-image img {
    width: 100%;
    height: min(520px, 58vw);
    min-height: 320px;
    object-fit: cover;
}

.bosate-detail-panel {
    border: 1px solid #e5ebf1;
    border-radius: 8px;
    background: #ffffff;
    padding: 34px;
    height: 100%;
    box-shadow: var(--bosate-shadow);
}

.bosate-detail-panel h3,
.bosate-detail-panel h4 {
    margin-bottom: 18px;
}

.bosate-detail-panel p:last-child,
.bosate-detail-panel ul:last-child {
    margin-bottom: 0;
}

.bosate-lifecycle-page {
    background: #ffffff;
}

.bosate-lifecycle-detail-row {
    margin-bottom: 42px;
    scroll-margin-top: 120px;
}

.bosate-lifecycle-detail-row:last-child {
    margin-bottom: 0;
}

.bosate-lifecycle-intro p {
    max-width: 620px;
}

.bosate-lifecycle-feature {
    border-radius: 8px;
    overflow: hidden;
    min-height: 390px;
    box-shadow: var(--bosate-shadow);
}

.bosate-lifecycle-feature img {
    width: 100%;
    height: 100%;
    min-height: 390px;
    object-fit: cover;
}

.bosate-lifecycle-card {
    height: auto;
    min-height: 0;
    border: 1px solid #e5ebf1;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: 0.25s ease;
    box-shadow: var(--bosate-shadow);
}

.bosate-lifecycle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(17, 63, 115, 0.1);
}

.bosate-lifecycle-card-image {
    display: block;
    height: 210px;
    overflow: hidden;
    background: #eef4f8;
}

.bosate-lifecycle-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bosate-lifecycle-card-content {
    flex: 0 0 auto;
    display: block;
    padding: 24px;
}

.bosate-lifecycle-card-content h4 {
    margin-bottom: 14px;
}

.bosate-lifecycle-card-content p {
    flex: 0 0 auto;
    margin-bottom: 18px;
}

.bosate-lifecycle-card-content .simple-btn-2 {
    margin-top: 12px;
}

.bosate-contact-section {
    padding-bottom: 120px !important;
}

.bosate-contact-section .contact__two-box {
    display: grid;
    grid-template-columns: minmax(0, 4fr) minmax(0, 8fr);
    align-items: stretch;
    gap: 28px;
    border: 1px solid #e5ebf1;
    border-radius: 8px;
    padding: 32px;
    box-shadow: 0 18px 45px rgba(17, 63, 115, 0.1);
}

.bosate-contact-section .contact__two-box > [class*="col-"] {
    display: block;
    width: auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
}

.bosate-contact-section .contact__two-box > [class*="col-"] > * {
    width: 100%;
}

.bosate-contact-section .contact__two-left,
.bosate-contact-section .contact__two-right {
    height: 100%;
}

.bosate-contact-section .contact__two-left {
    background: #f5f9fc;
    border: 1px solid #e5ebf1;
    border-radius: 8px;
    margin-right: 0;
    padding: 26px;
    box-shadow: var(--bosate-shadow);
}

.bosate-contact-section .contact__two-left h3,
.bosate-contact-section .contact__two-right h3 {
    margin-bottom: 12px;
}

.bosate-contact-section .contact__two-left-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.bosate-contact-section .contact__two-right {
    background: #ffffff;
    border: 1px solid #e5ebf1;
    border-radius: 8px;
    padding: 30px;
    box-shadow: var(--bosate-shadow);
}

.bosate-contact-form,
.bosate-contact-form form,
.bosate-contact-field {
    width: 100%;
    max-width: none;
}

.bosate-contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 22px;
    width: 100%;
}

.bosate-contact-form .bosate-contact-field {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.bosate-contact-form .bosate-contact-field label {
    display: block;
    width: 100%;
    margin-bottom: 9px;
    color: var(--bosate-ink);
    font-size: 14px;
    line-height: 1.35;
    font-weight: 600;
    position: static;
    text-align: left;
}

.bosate-contact-control {
    position: relative;
    display: block;
    width: 100%;
    max-width: none;
}

.bosate-contact-control span {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    color: var(--bosate-sky);
    pointer-events: none;
    z-index: 2;
}

.bosate-contact-control-textarea span {
    top: 22px;
    transform: none;
}

.bosate-contact-form input,
.bosate-contact-form textarea {
    display: block;
    width: 100%;
    max-width: none;
    border: 1px solid #dfe8f1;
    border-radius: 8px;
    background: #f9fbfd;
    color: var(--bosate-ink);
    padding: 16px 52px 16px 18px;
    margin: 0;
    box-sizing: border-box;
    transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.bosate-contact-form input {
    height: 56px;
}

.bosate-contact-form textarea {
    min-height: 175px;
    resize: vertical;
}

.bosate-contact-form input:focus,
.bosate-contact-form textarea:focus {
    background: #ffffff;
    border-color: var(--bosate-sky);
    box-shadow: 0 0 0 4px rgba(25, 163, 209, 0.12);
    outline: none;
}

.bosate-contact-submit {
    display: flex;
    justify-content: flex-start;
    padding-top: 6px;
}

.bosate-contact-submit .btn-one {
    width: auto;
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.bosate-captcha-field {
    max-width: 420px;
}

.bosate-quote-captcha-label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: var(--bosate-ink);
}

.bosate-hero-three {
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 90px;
}

.bosate-hero-three .banner__three-image img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}

.bosate-hero-three .banner__three-title h1 {
    font-weight: 500;
    text-transform: none;
}

.services__page .row > [class*="col-"],
.portfolio__area .row > [class*="col-"],
.team__area .row > [class*="col-"],
.blog__two .row > [class*="col-"],
.section-padding .row > [class*="col-"] {
    display: flex;
}

.services__page .row > [class*="col-"] > *,
.portfolio__area .row > [class*="col-"] > *,
.team__area .row > [class*="col-"] > *,
.blog__two .row > [class*="col-"] > *,
.section-padding .row > [class*="col-"] > .bosate-card,
.section-padding .row > [class*="col-"] > .bosate-stat {
    width: 100%;
}

.services__two-item {
    min-height: 480px;
    box-shadow: var(--bosate-shadow);
    border-radius: 8px;
    overflow: hidden;
    transition: 0.25s ease;
}

.services__two-item:hover {
    box-shadow: var(--bosate-shadow-strong);
}

.services__two-item-content {
    min-height: 0;
}

.team__area-item {
    height: auto;
    min-height: 0;
    display: block;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--bosate-shadow);
    transition: 0.25s ease;
}

.team__area-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--bosate-shadow-strong);
}

.team__area-item-image img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    object-position: top center;
}

.team__area-item-content {
    flex: 0 0 auto;
}

.footer__two,
.footer__two p,
.footer__two a,
.footer__two h1,
.footer__two h2,
.footer__two h3,
.footer__two h4,
.footer__two h5,
.footer__two h6,
.footer__two span,
.footer__two button,
.footer__two input,
.copyright__two,
.copyright__two p,
.copyright__two a {
    font-family: var(--font-sans) !important;
    letter-spacing: 0;
}

.footer__two p,
.footer__two a,
.footer__two span,
.copyright__two p,
.copyright__two a {
    font-weight: 400;
    text-transform: none;
}

.footer__two h2,
.footer__two h4 {
    font-weight: 600;
    text-transform: none;
}

.footer__two .btn-six {
    font-weight: 600;
}

.bosate-light-footer,
.footer__two.bosate-light-footer {
    background: var(--bosate-light-grey) !important;
    background-image: none !important;
    color: var(--bosate-ink);
}

.bosate-light-footer .subscribe__area-bg {
    border-radius: 8px;
}

.bosate-light-footer .footer__two-widget h4,
.bosate-light-footer .footer__two-widget-about p,
.bosate-light-footer .footer__two-widget-location-item-info a,
.bosate-light-footer .bosate-footer-links a,
.bosate-light-footer .copyright__two p,
.bosate-light-footer .copyright__two a {
    color: var(--bosate-ink) !important;
}

.bosate-light-footer .footer__two-widget.footer-border::before {
    background: #dfe6ee !important;
}

.bosate-light-footer .footer__two-widget-location-item-icon i {
    background: #ffffff !important;
    color: var(--bosate-blue) !important;
}

.bosate-light-footer .bosate-footer-links a:hover,
.bosate-light-footer .footer__two-widget-location-item-info a:hover,
.bosate-light-footer .copyright__two a:hover {
    color: var(--bosate-orange) !important;
}

.bosate-light-footer .copyright__two {
    background: #e9eef4 !important;
    border-top: 1px solid #dfe6ee;
}

.dark-mode .header__area,
.dark-mode .header__sticky-sticky-menu {
    background: #0f1720;
}

.dark-mode .header__area-menubar-center-menu ul li a,
.dark-mode .header__area-menubar-right-box-search-icon i {
    color: #f7fbff;
}

.dark-mode .bosate-mobile-menu-toggle {
    background: #111d29;
    border-color: #25384b;
}

.dark-mode .bosate-mobile-menu-toggle span {
    background: #f7fbff;
}

.dark-mode .bosate-mobile-menu {
    background: #0e1724;
}

.dark-mode .bosate-mobile-menu a {
    color: #f7fbff;
}

.dark-mode .bosate-mobile-menu li {
    border-color: #25384b;
}

.dark-mode .bosate-mobile-menu .sub-menu a {
    color: #c8d5e3;
}

.dark-mode .bosate-mobile-menu-close,
.dark-mode .bosate-submenu-toggle {
    background: #111d29;
    border-color: #25384b;
    color: #f7fbff;
}

.dark-mode .header__area-menubar-center-menu ul li.active > a,
.dark-mode .header__area-menubar-center-menu ul li a:hover {
    color: var(--bosate-orange);
}

.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children > a::before,
.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children > a::after {
    background: #f7fbff;
}

.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::before,
.dark-mode .header__area-menubar-center-menu ul li.menu-item-has-children:hover > a::after {
    background: var(--bosate-orange);
}

.dark-mode .bosate-logo img,
.dark-mode .bosate-sidebar-logo img {
    background: #ffffff;
    border-radius: 6px;
    padding: 5px;
}

@media (max-width: 991px) {
    .top__bar {
        padding: 8px 0;
    }

    .top__bar .row {
        gap: 6px;
    }

    .top__bar-left,
    .top__bar-right {
        text-align: center;
    }

    .top__bar-left a,
    .top__bar-right a {
        font-size: 12px;
        line-height: 1.35;
    }

    .top__bar-right {
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .header__area {
        min-height: 74px;
    }

    .header__area .custom__container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .header__area-menubar {
        min-height: 74px;
        padding: 0;
        gap: 12px;
    }

    .header__area-menubar-left {
        min-width: 0;
        flex: 1 1 auto;
    }

    .header__area-menubar-left-logo a {
        min-width: 0;
        display: inline-flex;
        align-items: center;
    }

    .bosate-logo img {
        width: 178px;
        max-height: 52px;
    }

    .header__area-menubar-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex: 0 0 auto;
    }

    .header__area-menubar-right-box {
        align-items: center;
        gap: 10px;
    }

    .header__area-menubar-right-box-search {
        width: 42px;
        height: 42px;
        padding: 0 !important;
        margin: 0 !important;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1002;
    }

    .header__area-menubar-right-box-search-icon i {
        font-size: 18px;
        line-height: 1;
    }

    .responsive-menu {
        display: none !important;
    }

    .bosate-mobile-menu-toggle {
        display: flex !important;
        width: 46px !important;
        min-width: 46px;
        height: 46px !important;
        padding: 0 !important;
    }

    .bosate-mobile-menu-toggle span {
        width: 22px !important;
        height: 2px !important;
        min-height: 2px !important;
        display: block !important;
        opacity: 1 !important;
    }

    .header__area-menubar-right-sidebar,
    .header__area-menubar-right-box-btn {
        display: none;
    }

    .mean-container .mean-nav > ul {
        display: flow-root !important;
        height: auto !important;
    }

    .mean-container .mean-nav {
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }
}

@media (max-width: 575px) {
    .top__bar-left {
        display: none;
    }

    .top__bar {
        min-height: 0;
    }

    .top__bar-right {
        margin: 0;
    }

    .top__bar-right a {
        font-size: 11px;
    }

    .header__area-menubar {
        min-height: 68px;
    }

    .header__area {
        min-height: 68px;
    }

    .bosate-logo img {
        width: 164px;
        max-height: 48px;
    }

    .header__area-menubar-right-box {
        gap: 8px;
    }

    .header__area-menubar-right-box-search {
        width: 40px;
        height: 40px;
    }

    .bosate-mobile-menu-toggle {
        width: 42px !important;
        min-width: 42px;
        height: 42px !important;
    }
}

.dark-mode .bosate-card,
.dark-mode .bosate-client-card,
.dark-mode .bosate-sector-card,
.dark-mode .bosate-tag,
.dark-mode .contact__page-info,
.dark-mode .blog__two-item-content {
    background: #111d29;
    border-color: #25384b;
    color: #dce7f2;
}

.dark-mode .bosate-client-card h4 {
    color: #dce7f2;
}

.dark-mode .bosate-sector-card-content h4 {
    color: #dce7f2;
}

.dark-mode .bosate-client-logo img {
    background: #ffffff;
    border-radius: 6px;
    padding: 6px;
}

.dark-mode .bosate-card h3,
.dark-mode .bosate-card h4,
.dark-mode .bosate-card h5,
.dark-mode .blog__two-item-content h4,
.dark-mode .blog__two-item-content h4 a,
.dark-mode .contact__page-info h3,
.dark-mode .contact__page-info h6,
.dark-mode .contact__page-info a {
    color: #ffffff;
}

.dark-mode .bosate-card p,
.dark-mode .blog__two-item-content p,
.dark-mode .bosate-section-lead p,
.dark-mode .bosate-project-list li,
.dark-mode .contact__page-info span {
    color: #dce7f2;
}

.dark-mode .contact__page-form select,
.dark-mode .form-select {
    background-color: #111d29;
    border-color: #25384b;
    color: #ffffff;
}

.dark-mode .top__bar {
    background: #0b1118;
}

.dark-mode .page__banner-content h1,
.dark-mode .page__banner-content span,
.dark-mode .page__banner-content ul li,
.dark-mode .page__banner-content ul li a {
    color: #ffffff;
}

.page__banner {
    isolation: isolate;
    min-height: 300px;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

.bosate-page-banner {
    position: relative;
    overflow: hidden;
}

.bosate-page-banner-content {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
    position: relative;
    z-index: 2;
    text-align: center;
}

.bosate-page-banner-content > span {
    display: none !important;
}

.bosate-page-banner-content ul {
    justify-content: center;
}

.page__banner::before {
    display: none !important;
    content: none !important;
    background: none !important;
}

.page__banner::after {
    display: none !important;
    content: none !important;
    background: none !important;
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .bosate-client-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bosate-sector-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .banner__two-content h1 {
        font-size: 44px;
        line-height: 1.1;
    }

    .banner__two-content {
        padding: 120px 0;
    }

    .banner__two-image {
        min-height: 600px;
    }

    .bosate-hero-three .banner__three-image img {
        height: 460px;
    }

    .bosate-hero-three {
        padding-top: 55px;
        padding-bottom: 70px;
    }

    .bosate-contact-section .contact__two-box {
        grid-template-columns: 1fr;
        padding: 28px;
    }

    .bosate-contact-section .contact__two-left {
        margin-right: 0;
    }

    .bosate-lifecycle-feature,
    .bosate-lifecycle-feature img {
        min-height: 320px;
    }

    .bosate-section-heading {
        align-items: center;
        flex-direction: column;
        text-align: center;
    }

    .bosate-section-heading-text p {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .page__banner {
        min-height: 250px;
        padding: 0;
        background-position: center center !important;
        background-size: cover !important;
    }

    .page__banner::before {
        display: none !important;
        content: none !important;
        background: none !important;
    }

    .page__banner-content {
        position: relative;
        z-index: 2;
        width: min(100% - 28px, 720px);
        text-align: center;
    }

    .page__banner-content > span {
        display: none;
    }

    .page__banner-content h1 {
        font-size: 42px;
        line-height: 1.12;
        margin-top: 10px;
    }

    .bosate-logo img {
        width: 164px;
    }

    .header__area-menubar-left-logo a {
        min-width: 164px;
    }

    .banner__two-content h1 {
        font-size: 34px;
    }

    .banner__two-content span {
        font-size: 15px;
    }

    .banner__two-content {
        padding: 95px 0;
    }

    .banner__two-image {
        min-height: 560px;
    }

    .bosate-client-list {
        grid-template-columns: 1fr;
    }

    .bosate-sector-grid {
        grid-template-columns: 1fr;
    }

    .bosate-service-card {
        min-height: 0;
    }

    .bosate-project-card {
        min-height: 0;
    }

    .bosate-home-project-card {
        min-height: 0;
    }

    .bosate-detail-panel {
        padding: 24px;
    }

    .bosate-detail-image img {
        height: 330px;
        min-height: 0;
    }

    .bosate-hero-three .banner__three-image img {
        height: 340px;
    }

    .bosate-hero-three {
        padding-top: 42px;
        padding-bottom: 55px;
    }

    .bosate-contact-section {
        padding-bottom: 80px !important;
    }

    .bosate-contact-section .contact__two-box,
    .bosate-contact-section .contact__two-left,
    .bosate-contact-section .contact__two-right {
        padding: 24px;
    }

    .bosate-contact-submit {
        justify-content: center;
    }

    .bosate-lifecycle-card {
        min-height: 0;
    }
}
