/* SolutioFy - Inline styles extracted from WPBakery and theme customizer */

/* ── Full-width fix: stretch vc_row/section to true viewport edge ───────────
   Without this, WPBakery sets width to documentElement.clientWidth which is
   (viewport - scrollbar width), leaving a vertical strip of empty page bg
   visible on the right side of full-width sections (hero banner, blue band,
   inner banner on contact, partners section, etc.).                          */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}
.vc_section[data-vc-full-width="true"],
.vc_row[data-vc-full-width="true"] {
    width: 100vw !important;
    left: 50% !important;
    right: 50% !important;
    margin-left: -50vw !important;
    margin-right: -50vw !important;
    position: relative;
}
/* A vc_row inside a full-width vc_section is already full-width —
   cancel the second shift so content doesn't drift off-center.    */
.vc_section[data-vc-full-width="true"] > .vc_row[data-vc-full-width="true"] {
    width: 100% !important;
    left: 0 !important;
    right: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* ── Container centering inside full-width sections ──────────────────────────
   WPBakery injects a .container wrapper via JS; without WP that doesn't run.
   These rules replicate it in CSS so content has proper padding and max-width. */
.vc_section[data-vc-full-width="true"] > .vc_row > .wpb_column,
.vc_row[data-vc-full-width="true"] > .wpb_column {
    box-sizing: border-box;
    float: none;
    width: 100%;
    max-width: 1200px;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 15px;
    padding-right: 15px;
}

/* ── Scroll-up button (must be fixed circle bottom-right, not a body banner) ──── */
.scrollup,
body > .scrollup {
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    margin: 0 !important;
    border-radius: 50%;
    background-color: #1d7bff;
    color: #ffffff !important;
    text-align: center;
    line-height: 44px;
    z-index: 999;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity .25s, transform .25s, background-color .2s;
    box-shadow: 0 4px 14px rgba(29,123,255,.35);
}
.scrollup.active,
body > .scrollup.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.scrollup:hover { background-color: #0a5fde; }
.scrollup i {
    color: #ffffff !important;
    font-size: 20px;
    line-height: 44px;
}

/* ── Header style-two: nav link colors (dark on transparent/white header) ───── */
.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > a,
.wraper_header.style-two .nav ul.menu > li > a {
    color: #0a0a0a !important;
}
.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li > a:hover,
.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a,
.wraper_header.style-two .nav > [class*="menu-"] > ul.menu > li.current_page_item > a {
    color: #1d7bff !important;
}
/* On static-header (Contact / non-home) keep dark links visible too */
.wraper_header.static-header .nav ul.menu > li > a {
    color: #0a0a0a !important;
}
.wraper_header.static-header .nav ul.menu > li > a:hover,
.wraper_header.static-header .nav ul.menu > li.current-menu-item > a {
    color: #1d7bff !important;
}
.header_main .brand-logo > .brand-logo-table { text-align: left; }
.header_main .brand-logo img { max-width: 255px !important; }
.wraper_header.style-two .header_main .responsive-nav i {
    color: #9b9b9b !important;
    font-size: 30px;
}
.header_main .responsive-nav {
    top: -5px;
    position: absolute;
    right: 10px;
    z-index: 999;
}
.hamburger-menu-main ul.contact { margin-top: 40px !important; }
.footer_main_item .widget-title { line-height: 55px; }
.footer_copyright_item ul.social a i:before { font-size: 13px; }
.footer_copyright_item ul.social li a { font-size: 0px; }
.inner_banner_main .title {
    color: #ffffff !important;
    font-size: 30px !important;
}

/* ── Body / typography (from Redux theme options) ────────────────────────── */
body {
    background-color: #ffffff;
    font-family: Rubik, sans-serif;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
    color: #212d31;
    font-size: 15px;
}
h1 { font-family: Poppins, sans-serif; line-height: 45px; letter-spacing: -1px; font-weight: 600; color: #212d31; font-size: 35px; }
h2 { font-family: Poppins, sans-serif; line-height: 40px; letter-spacing: -1px; font-weight: 600; color: #212d31; font-size: 30px; }
h3 { font-family: Poppins, sans-serif; line-height: 36px; letter-spacing: -1px; font-weight: 600; color: #212d31; font-size: 26px; }
h4 { font-family: Poppins, sans-serif; line-height: 32px; font-weight: 600; color: #212d31; font-size: 22px; }
h5 { font-family: Poppins, sans-serif; line-height: 26px; font-weight: 600; color: #212d31; font-size: 18px; }
h6 { font-family: Poppins, sans-serif; line-height: 26px; font-weight: 600; color: #212d31; font-size: 15px; }

/* ── Header nav colors ───────────────────────────────────────────────────── */
.wraper_header.style-one .wraper_header_main { background-color: rgba(0,0,0,0.01); border-bottom-color: rgba(255,255,255,0.2); }
.wraper_header.style-one .nav > [class*="menu-"] > ul.menu > li > a {
    font-family: Rubik, sans-serif; text-transform: uppercase; line-height: 27px;
    font-weight: 500; color: #ffffff; font-size: 13px;
}

/* ── WPBakery row custom classes (background images / colors / spacing) ──── */
/* Hero section row background */
.vc_custom_1685729924023 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 0 !important;
    background-image: url('/assets/img/banner.png') !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

/* Separator icon left padding on eyebrow headings */
.vc_custom_1685776257817 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 55px !important;
    background-image: url('/assets/img/separator-icon.png') !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}
/* Empowering eyebrow: negative margin-top to overlap section start */
.vc_custom_1685776751629 {
    margin-top: -44px !important;
    margin-bottom: 0 !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 55px !important;
    background-image: url('/assets/img/separator-icon.png') !important;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important;
}

/* Contact banner background (in between sections) */
.vc_custom_1542090328797 {
    margin-top: -100px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background-image: url('/assets/img/contact-banner.jpg') !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/* Services section background */
.vc_custom_1685655410355 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 106px !important;
    padding-bottom: 100px !important;
    background-color: #eff3f6 !important;
}

/* Our Services icon bullets */
.vc_custom_1685776800828 {
    margin-top: 0 !important; margin-bottom: 0 !important;
    padding-top: 10px !important; padding-bottom: 20px !important; padding-left: 85px !important;
    background-image: url('/assets/img/seo-icon1.png') !important;
    background-position: 0 0 !important; background-repeat: no-repeat !important;
}
.vc_custom_1685776822405 {
    margin-top: 0 !important; margin-bottom: 0 !important;
    padding-top: 13px !important; padding-bottom: 20px !important; padding-left: 85px !important;
    background-image: url('/assets/img/seo-icon2.png') !important;
    background-position: 0 0 !important; background-repeat: no-repeat !important;
}
.vc_custom_1685776851333 {
    margin-top: 0 !important; margin-bottom: 0 !important;
    padding-top: 15px !important; padding-bottom: 35px !important; padding-left: 85px !important;
    background-image: url('/assets/img/seo-icon3.png') !important;
    background-position: 0 0 !important; background-repeat: no-repeat !important;
}

/* Contact Us button style */
.vc_custom_1685728308097 {
    margin-top: 0 !important;
    border-width: 1px !important;
    padding: 8px 28px !important;
    background-color: #2767ff !important;
    border-color: #2767ff !important;
    border-style: solid !important;
    border-radius: 35px !important;
}

/* Misc section spacing */
.vc_custom_1538565092972 { margin: 0 !important; padding: 0 !important; background-position: 0 0 !important; background-repeat: no-repeat !important; }
.vc_custom_1538974203204 { }
.vc_custom_1538979096693 { }
.vc_custom_1538543945431 { }
.vc_custom_1538548225065 { }

/* ── Bug 1: service card holder padding (cloud cards section) ────────────── */
/* In WP these classes are on the .holder element inside each card */
.vc_custom_1685776121517 { margin-top: 0 !important; margin-bottom: 15px !important; border-top-width: 0 !important; padding-bottom: 50px !important; }
.vc_custom_1685776117030 { margin-top: 0 !important; margin-bottom: 15px !important; border-top-width: 0 !important; padding-bottom: 50px !important; }
.vc_custom_1685776111466 { margin-top: 0 !important; margin-bottom: 0 !important; border-top-width: 0 !important; padding-bottom: 50px !important; }

/* ── Bug 2 / general: Maximize section row/column spacing ────────────────── */
.vc_custom_1538979116091 { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 100px !important; padding-bottom: 0 !important; }
.vc_custom_1538979109557 { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0 !important; padding-bottom: 90px !important; }
.vc_custom_1538977628166 { margin-top: 0 !important; margin-bottom: 15px !important; padding-top: 0 !important; padding-bottom: 0 !important; }
.vc_custom_1538464968747 { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; }

/* ── Empowering section row + image spacing ──────────────────────────────── */
.vc_custom_1538996450278 { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 90px !important; padding-bottom: 50px !important; }
.vc_custom_1538996341574 { margin-top: 38px !important; margin-bottom: 60px !important; padding-top: 0 !important; padding-bottom: 0 !important; }

/* ── Spacer row (between hero cards and maximize section) ────────────────── */
.vc_custom_1542090436447 { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 165px !important; padding-bottom: 30px !important; }

/* ── Partners section row + column ──────────────────────────────────────── */
.vc_custom_1539073060272 { margin-top: 0 !important; margin-bottom: 0 !important; padding-top: 50px !important; padding-bottom: 80px !important; }
.vc_custom_1539072878692 { border-bottom-width: 1px !important; padding-bottom: 66px !important; border-bottom-color: #eaeaeb !important; border-bottom-style: solid !important; }

/* ── Bug 3: 6-card grid row and column IDs (zero-padding, for fidelity) ─── */
.vc_custom_1539062174431, .vc_custom_1539062208918 { margin: 0 !important; padding: 0 !important; }
.vc_custom_1685730044338, .vc_custom_1685730048506, .vc_custom_1685730052954,
.vc_custom_1685730056692, .vc_custom_1685730060274, .vc_custom_1685730064453 { margin: 0 !important; padding: 0 !important; }
/* holder padding rules (same as theme default - explicit for matchHeight compat) */
.vc_custom_1685776502146, .vc_custom_1685776508770,
.vc_custom_1685776605943, .vc_custom_1685776532445, .vc_custom_1685776543274 { margin: 0 !important; padding-top: 30px !important; padding-bottom: 30px !important; }
.vc_custom_1685776517480 { margin-top: 0 !important; margin-bottom: 15px !important; padding-top: 30px !important; padding-bottom: 30px !important; }

/* ── Button radii ────────────────────────────────────────────────────────── */
.gdpr-notice .btn,
.radiantthemes-button > .radiantthemes-button-main,
.rt-fancy-text-box > .holder > .more .btn,
.radiant-contact-form .form-row input[type=submit],
.wraper_error_main.style-one .error_main .btn {
    border-radius: 4px !important;
}

/* ── Pricing table tagline ───────────────────────────────────────────────── */
.rt-pricing-table.element-three > .holder > .list .tagline { color: #212d31 !important; }

/* ── Form notification banner ────────────────────────────────────────────── */
.form-alert {
    padding: 15px 20px;
    margin: 20px 0;
    border-radius: 4px;
    font-size: 15px;
    font-family: Rubik, sans-serif;
}
.form-alert.form-alert--ok {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.form-alert.form-alert--err {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* ── Language switcher (visible on any background) ───────────────────────── */
.lang-switcher,
.lang-switcher-desktop {
    display: inline-flex !important;
    align-items: center;
    margin-left: 18px;
    font-family: Rubik, sans-serif !important;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1;
}
.lang-switcher a,
.lang-switcher-desktop a {
    color: #1d7bff !important;
    background: #ffffff;
    text-decoration: none !important;
    border: 1.5px solid #1d7bff !important;
    padding: 5px 12px 5px 8px !important;
    border-radius: 999px !important;
    transition: background-color 0.2s, color 0.2s, transform 0.15s;
    display: inline-flex !important;
    align-items: center;
    gap: 6px;
    line-height: 1;
}
.lang-switcher a .lang-flag,
.lang-switcher-desktop a .lang-flag {
    width: 18px;
    height: 12px;
    border-radius: 2px;
    border: 1px solid rgba(0,0,0,0.08);
    display: inline-block;
    flex-shrink: 0;
}
.lang-switcher a:hover,
.lang-switcher-desktop a:hover {
    background-color: #1d7bff !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}
/* On dark backgrounds (e.g. inner banner / static header on Contact) */
.wraper_header.static-header .lang-switcher a,
.wraper_header.static-header .lang-switcher-desktop a {
    color: #1d7bff !important;
    background: #ffffff !important;
}
/* Inside the hamburger side panel (mobile) */
.sidr .lang-switcher,
.hamburger-menu-main .lang-switcher,
.mobile-menu-main .lang-switcher {
    margin: 18px 20px 0;
    display: block !important;
}
.sidr .lang-switcher a,
.hamburger-menu-main .lang-switcher a,
.mobile-menu-main .lang-switcher a {
    display: inline-block;
    padding: 8px 16px !important;
}

/* ── WPBakery scroll-animation: make elements visible immediately ──────── */
/* On production WayPoints fires after scroll; here we show immediately    */
.wpb_animate_when_almost_visible {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/* ── Inner banner padding (from WP Redux theme options) ─────────────────── */
.wraper_inner_banner_main > .container {
    padding-top: 90px;
    padding-bottom: 90px;
}
.wraper_inner_banner_breadcrumb > .container {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* ── Contact page WPBakery row/column custom CSS ─────────────────────────── */
/* Contact info row (phone + address cards) */
.vc_custom_1531999306588 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 90px !important;
    padding-bottom: 60px !important;
    background-color: #ffffff !important;
}
/* Phone card inner column */
.vc_custom_1685728053898 {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Address card inner column */
.vc_custom_1685728046978 {
    margin-top: 0 !important;
    margin-bottom: 40px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
/* Phone icon image margin */
.vc_custom_1532336795927 {
    margin-top: 0 !important;
    margin-right: -45px !important;
    margin-bottom: 22px !important;
}
/* Location icon image margin */
.vc_custom_1532336870047 {
    margin-top: 0 !important;
    margin-right: -20px !important;
    margin-bottom: 22px !important;
}
/* Contact form section row */
.vc_custom_1532000788106 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 95px !important;
    padding-bottom: 120px !important;
    background-color: #e9eaec !important;
}
/* Contact form center column */
.vc_custom_1532000826588 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* ── Contact form element-one WPBakery inline styles (hash: rta1f41f734e9aaa9) ── */
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=submit],
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=button],
.radiant-contact-form.rta1f41f734e9aaa9 .form-row button[type=submit] {
    background-color: #0abc5f;
    color: #ffffff;
    border: 0;
}
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=submit]:hover,
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=button]:hover,
.radiant-contact-form.rta1f41f734e9aaa9 .form-row button[type=submit]:hover {
    background-color: #0abc5f;
    color: #ffffff;
}
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=text],
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=email],
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=url],
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=tel],
.radiant-contact-form.rta1f41f734e9aaa9 .form-row textarea {
    background-color: #ffffff;
    color: #252525;
    padding: 6px 12px;
    border-radius: 0;
    border: 1px solid #ffffff;
}
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=text]:focus,
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=email]:focus,
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=url]:focus,
.radiant-contact-form.rta1f41f734e9aaa9 .form-row input[type=tel]:focus,
.radiant-contact-form.rta1f41f734e9aaa9 .form-row textarea:focus {
    color: #252525;
    background-color: #ffffff;
    border: 1px solid #0abc5f;
}

/* ── Static header (non-home pages): solid white background ─────────────── */
.wraper_header.static-header {
    background-color: #ffffff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
/* Nav link colors on white background (contact page) */
.wraper_header.static-header .nav > [class*="menu-"] > ul.menu > li > a {
    color: #212d31 !important;
}
.wraper_header.static-header .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a,
.wraper_header.static-header .nav > [class*="menu-"] > ul.menu > li:hover > a {
    color: #2767ff !important;
}
/* Lang-switcher on white/light background: dark text, dark border */
.wraper_header.static-header .lang-switcher a {
    color: #212d31;
    border-color: rgba(0,0,0,0.25);
}
.wraper_header.static-header .lang-switcher a:hover {
    background-color: #212d31;
    color: #ffffff;
}

/* ── Responsive: force-hide desktop-only elements on mobile ─────────────────
   Bootstrap's hidden-xs/hidden-sm uses display:none !important but some theme
   CSS loaded later overrides it. These rules restore the correct behavior.   */
@media (max-width: 767px) {
    .lang-switcher-desktop { display: none !important; }
    .header-hamburger       { display: none !important; }
}
