:root {
    --veresk-navy: #0b2239;
    --veresk-navy-soft: #143a59;
    --veresk-blue: #55dbe7;
    --veresk-blue-light: #eafafd;
    --veresk-white: #ffffff;
}

body {
    color: #34566e;
    background: var(--veresk-white);
}

h1, h2, h3, h4, h5, h6,
.sec-title h2,
.section-title h2,
.sidebar-title h3,
.title-box h2,
.title-box h3 { color: var(--veresk-navy); }

p, .text { color: #496b82; }

a { color: var(--veresk-navy-soft); }
a:hover, a:focus { color: var(--veresk-blue); }

.header-top-one,
.main-header .main-box .outer-container,
.header-style-three .header-lower,
.main-menu .navigation > li > ul,
.main-menu .navigation > li > ul > li > ul {
    background-color: var(--veresk-navy) !important;
}

.main-header .header-top-one ul li a,
.main-header .header-top-one .social-links li a { color: #d9edf2; }

.main-header .header-top-one .top-links ul li a i,
.main-header .header-upper .info-box .icon-box,
.main-header .header-upper .info-box .icon-box span {
    color: var(--veresk-blue) !important;
}

.main-header .header-top-one ul li a:hover,
.main-header .header-top-one .social-links li a:hover,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a { color: var(--veresk-blue) !important; }

.main-header .header-upper { background: var(--veresk-white); }

.main-header .header-upper .info-box li,
.main-header .header-upper .info-box li strong { color: var(--veresk-navy); }

.header-style-three .header-lower,
.sticky-header { border-color: rgba(85, 219, 231, 0.32) !important; }

.main-menu .navigation > li > a,
.main-menu .navigation > li.dropdown > a:after { color: var(--veresk-white) !important; }

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > ul > li > ul > li > a {
    color: #dff6fa !important;
    border-color: rgba(85, 219, 231, 0.14) !important;
}

.main-menu .navigation > li > ul > li:hover > a,
.main-menu .navigation > li > ul > li > ul > li:hover > a {
    color: var(--veresk-navy) !important;
    background: var(--veresk-blue) !important;
}

.main-header .outer-box2 {
    width: 280px;
    height: 64px;
    z-index: 30;
}

.main-header .outer-box2 .search-form,
.main-header .outer-box2 .search-form form,
.main-header .outer-box2 .search-form .form-group {
    width: 100%;
    height: 100%;
}

.main-header .outer-box2 .search-form .form-group input[type="search"] {
    display: block;
    width: 100%;
    height: 64px;
    padding: 0 20px 0 68px;
    direction: rtl;
    text-align: right;
    font-size: 14px;
    color: var(--veresk-navy);
    background: #f7fdfe;
    border: 1px solid rgba(85, 219, 231, .38);
    border-radius: 0;
    transition: background-color .25s ease, border-color .25s ease, box-shadow .25s ease;
    -webkit-appearance: none;
    appearance: none;
}

.main-header .outer-box2 .search-form .form-group input[type="search"]::-webkit-search-cancel-button {
    margin-right: 8px;
}

.main-header .outer-box2 .search-form .form-group input[type="search"]::placeholder {
    color: #648196;
    opacity: 1;
}

.main-header .outer-box2 .search-form .form-group input[type="search"]:focus {
    background: #fff;
    border-color: var(--veresk-blue) !important;
    box-shadow: inset 0 0 0 1px var(--veresk-blue);
}

.main-header .outer-box2 .search-form button {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 64px;
    padding: 0;
    line-height: 64px;
    text-align: center;
    color: var(--veresk-navy) !important;
    background: var(--veresk-blue) !important;
    border: 0;
    border-radius: 0;
    transition: background-color .25s ease, color .25s ease;
}

.main-header .outer-box2 .search-form button .icon {
    color: inherit !important;
    font-size: 18px;
}

.main-header .outer-box2 .search-form button:hover,
.main-header .outer-box2 .search-form button:focus {
    color: #fff !important;
    background: var(--veresk-navy-soft) !important;
}

@media only screen and (max-width: 1140px) and (min-width: 768px) {
    .main-header .outer-box2 { width: 220px; }
}

@media only screen and (max-width: 767px) {
    .main-header .outer-box2 {
        right: auto !important;
        left: 0 !important;
        width: calc(100% - 82px);
        height: 72px;
    }

    .main-header .outer-box2 .search-form .form-group,
    .main-header .outer-box2 .search-form .form-group input[type="search"],
    .main-header .outer-box2 .search-form button {
        height: 72px;
    }

    .main-header .outer-box2 .search-form button { line-height: 72px; }
}

.veresk-logo {
    display: block;
    width: auto;
    object-fit: contain;
    background: var(--veresk-white);
}

.veresk-logo-main { width: 178px; height: 92px; border-radius: 4px; }
.veresk-logo-sticky { width: 105px; height: 58px; }
.main-header .header-upper .logo-box { padding: 8px 0; }

.theme-btn,
.btn-style-one,
.btn-style-two,
.scroll-to-top,
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--veresk-blue) !important;
    border-color: var(--veresk-blue) !important;
    color: var(--veresk-navy) !important;
}

.theme-btn:hover,
.btn-style-one:hover,
.btn-style-two:hover,
.scroll-to-top:hover {
    background-color: var(--veresk-navy-soft) !important;
    border-color: var(--veresk-navy-soft) !important;
    color: var(--veresk-white) !important;
}

.preloader {
    background-color: var(--veresk-white) !important;
}

.page-title,
.page-info,
.breadcrumb-area { border-color: #d9eef3 !important; }

.page-title h1,
.page-title h2,
.page-title .bread-crumb li,
.page-title .bread-crumb li a { color: var(--veresk-white); }

.page-title .bread-crumb li a:hover { color: var(--veresk-blue); }

.service-block .inner-box,
.news-block .inner-box,
.team-member .inner-box,
.shop-item .inner-box,
.sidebar .sidebar-widget,
.accordion-box .block,
.testimonial-block .inner-box {
    border-color: #d8edf2 !important;
}

.service-block .inner-box:hover,
.news-block .inner-box:hover,
.team-member .inner-box:hover,
.shop-item .inner-box:hover {
    border-color: var(--veresk-blue) !important;
    box-shadow: 0 12px 30px rgba(11, 34, 57, 0.10);
}

.service-block .icon-box,
.feature-block .icon-box,
.contact-info .icon-box,
.contact-info li .icon,
.sidebar .list li:before,
.styled-list-one li:before,
.post-meta li a:hover,
.rating .fa,
.price { color: var(--veresk-blue) !important; }

.pagination li a,
.styled-pagination li a {
    color: var(--veresk-navy);
    background: var(--veresk-white);
    border-color: #cde9ef;
}

.pagination li a:hover,
.pagination li.active a,
.styled-pagination li a:hover,
.styled-pagination li.active a {
    color: var(--veresk-navy) !important;
    background: var(--veresk-blue) !important;
    border-color: var(--veresk-blue) !important;
}

.accordion-box .block .acc-btn,
.tabs-box .tab-buttons .tab-btn { color: var(--veresk-navy); }

.accordion-box .block .acc-btn.active,
.tabs-box .tab-buttons .tab-btn.active-btn {
    color: var(--veresk-navy) !important;
    border-color: var(--veresk-blue) !important;
}

.default-form input,
.default-form select,
.default-form textarea,
.contact-form input,
.contact-form select,
.contact-form textarea {
    color: var(--veresk-navy);
    background: #f5fcfd;
    border-color: #d8edf2;
}

.default-form input::placeholder,
.default-form textarea::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder { color: #6f8b9d; }

.main-footer {
    background: var(--veresk-navy) !important;
    color: #c6dce4;
}

.main-footer .footer-bottom {
    background: #071827 !important;
    border-color: rgba(85, 219, 231, 0.18) !important;
}

.main-footer h3,
.main-footer p,
.main-footer .text,
.main-footer a,
.main-footer li { color: #d8edf2; }

.main-footer a:hover,
.main-footer .links-widget li a:hover,
.main-footer .footer-nav li a:hover { color: var(--veresk-blue) !important; }

.main-footer input[type="email"],
.main-footer input[type="text"] {
    color: var(--veresk-white);
    background: var(--veresk-navy-soft);
    border-color: rgba(85, 219, 231, 0.28);
}

.main-footer .social-links a {
    background: var(--veresk-navy-soft);
    color: var(--veresk-white);
}

.main-footer .social-links a:hover {
    background: var(--veresk-blue) !important;
    color: var(--veresk-navy) !important;
}

.sec-title h2:after,
.section-title h2:after,
.sidebar-title h3:after { background-color: var(--veresk-blue) !important; }

input:focus,
textarea:focus,
select:focus { border-color: var(--veresk-blue) !important; }

::selection { color: var(--veresk-white); background: var(--veresk-navy-soft); }

.bg-light,
.grey-bg,
.light-bg,
.services-section-two,
.testimonial-section,
.team-section { background-color: var(--veresk-blue-light) !important; }

@media only screen and (max-width: 767px) {
    .veresk-logo-main { width: 132px; height: 72px; }
    .veresk-logo-sticky { width: 90px; height: 50px; }
}

/* Only small functional helpers; page layout remains controlled by the purchased theme. */
.site-messages { padding-top: 20px; }
.site-alert { padding: 13px 18px; margin-bottom: 10px; border: 1px solid #cde9ef; background: #eafafd; color: #0b2239; }
.site-alert-success { border-color: #55dbe7; }
.site-alert-error { border-color: #d96c75; background: #fff4f5; }
.field-errors, .errorlist { margin: 6px 0; color: #b53645; font-size: 13px; }
.empty-result { width: 100%; padding: 35px 20px; text-align: center; border: 1px solid #d8edf2; background: #fff; }
.catalog-note { margin: 15px 0; padding: 14px 18px; border-right: 4px solid #55dbe7; background: #eafafd; color: #0b2239; }
.product-details .other-options .theme-btn { margin-left: 8px; margin-bottom: 8px; }
.product-details .inquiry-form { margin-top: 35px; padding-top: 25px; border-top: 1px solid #d8edf2; }
.product-details .inquiry-form select { width: 100%; height: 50px; padding: 0 15px; border: 1px solid #d8edf2; background: #f5fcfd; }
.product-details .inquiry-form textarea { min-height: 120px; }
.project-detail-link { display: block; }

/* Final dynamic logo: remove the purchased theme's yellow factory decoration. */
.main-header .logo a,
.main-header .sticky-header .logo a,
.main-header .header-upper .logo-outer,
.main-header .header-upper .logo-box,
.main-header .header-upper .logo {
    padding: 0 !important;
    top: auto !important;
    background: none !important;
    background-image: none !important;
}

.main-header .logo a::before,
.main-header .logo a::after,
.main-header .logo-outer::before,
.main-header .logo-outer::after,
.main-header .logo-box::before,
.main-header .logo-box::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.veresk-brand-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 72px;
    line-height: 1;
}

.veresk-logo {
    display: block;
    width: auto !important;
    height: auto !important;
    object-fit: contain;
    background: transparent !important;
}

.veresk-logo-main {
    max-width: 220px;
    max-height: 96px;
}

.veresk-logo-sticky {
    max-width: 128px;
    max-height: 56px;
}

.veresk-logo-fallback {
    display: inline-flex;
    align-items: center;
    min-height: 72px;
    color: var(--veresk-navy);
    font-size: 28px;
    font-weight: 800;
    white-space: nowrap;
}

.veresk-logo-fallback-sticky {
    min-height: 52px;
    font-size: 21px;
}

.main-header.header-style-three .logo-outer {
    display: flex;
    align-items: center;
    min-height: 112px;
    margin-bottom: 0;
}

.main-header .header-upper .logo-box {
    padding: 0;
}

.main-header.header-style-three .info-box:last-child {
    margin-right: 20px;
}

.skip-to-content {
    position: fixed;
    top: -100px;
    right: 16px;
    z-index: 100000;
    padding: 10px 16px;
    color: #fff;
    background: var(--veresk-navy);
    border-radius: 4px;
}

.skip-to-content:focus {
    top: 12px;
    color: #fff;
}

img {
    max-width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .preloader { display: none !important; }
}

@media only screen and (max-width: 767px) {
    .main-header.header-style-three .logo-outer {
        min-height: 82px;
        padding: 4px 0;
    }

    .veresk-brand-link { min-height: 64px; }
    .veresk-logo-main { max-width: 160px; max-height: 70px; }
    .veresk-logo-sticky { max-width: 104px; max-height: 46px; }
    .veresk-logo-fallback { min-height: 64px; font-size: 23px; }
}
