/* ========= */
/* HOME ICON */
/* ========= */
.home-menu-item {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 2px;
    vertical-align: -3px;

    background-color: currentColor;

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L2 10h3v10h6v-6h2v6h6V10h3L12 2z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;

    mask: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"%3E%3Cpath d="M12 2L2 10h3v10h6v-6h2v6h6V10h3L12 2z"/%3E%3C/svg%3E') no-repeat center;
    mask-size: contain;
}


/* ====================================================== */
/* MOBILE HEADER LOGO / BURGER FIX */
/* ====================================================== */

@media (max-width: 767px) {

    #sp-header .container-inner > .row {
        display: flex !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
    }

    #sp-logo {
        flex: 0 1 auto !important;
        max-width: calc(100% - 64px) !important;
    }

    #sp-logo .logo,
    #sp-logo .logo a {
        display: flex !important;
        align-items: center !important;
    }

#sp-logo .logo-image-phone {
    width: clamp(180px, 58vw, 210px) !important;
    height: auto !important;
    display: inline-block !important;
    transform: translateY(3px);
}

    #sp-menu {
        flex: 0 0 44px !important;
        max-width: 44px !important;
        margin-left: auto !important;
    }

    #offcanvas-toggler {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 44px !important;
    }
}


.logo-image-phone,
.logo-image {
    height: 36px;
    width: auto;
    aspect-ratio: 225 / 36;
}


/* ====================================================== */
/* REMOVE FONT AWESOME DEPENDENCY */
/* ====================================================== */

/* скрива старите FA стрелки */
.sp-menu-parent .sp-has-child > a > i,
.sp-megamenu-parent .sp-has-child > a > i,
.offcanvas-menu .menu-toggler,
.offcanvas-menu .menu-toggler-icon {
    display: none !important;
}

/* Go to top - махаме остатъчната FA икона */
.sp-scroll-up > span,
.sp-scroll-up .fas,
.sp-scroll-up .fa {
    display: none !important;
}

/* ------------------------------------------------ */
/* CONTACT ICONS – phone / mail без Font Awesome */
/* ------------------------------------------------ */

/* Скриваме старите Font Awesome span-ове */
.sp-contact-mobile > span,
.sp-contact-email > span {
    display: none !important;
}

/* Общ стил за иконите */
.icon-phone::before,
.icon-mail::before,
.sp-contact-mobile > a::before,
.sp-contact-email > a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 7px;
    vertical-align: -2px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* Телефон */
.icon-phone::before,
.sp-contact-mobile > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dcdcdc'%3E%3Cpath d='M6.6 10.8a15.5 15.5 0 006.6 6.6l2.2-2.2a1 1 0 011-.24c1.1.37 2.28.56 3.5.56a1 1 0 011 1V20a1 1 0 01-1 1C10.3 21 3 13.7 3 4a1 1 0 011-1h3.5a1 1 0 011 1c0 1.22.19 2.4.56 3.5a1 1 0 01-.24 1l-2.22 2.3z'/%3E%3C/svg%3E");
}

/* Имейл */
.icon-mail::before,
.sp-contact-email > a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23dcdcdc'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 3.2l-8 5-8-5V6l8 5 8-5v1.2z'/%3E%3C/svg%3E");
}

/* Подравняване */
.icon-phone,
.icon-mail,
.sp-contact-mobile > a,
.sp-contact-email > a {
    display: inline-flex;
    align-items: center;
}

/* ====================================================== */
/* DESKTOP MENU ARROWS */
/* ====================================================== */

/*
 * Старият ::after триъгълник е част от <a>.
 * Скриваме го и използваме реален JS-generated toggle,
 * за да е отделно активен и при мишка, и при touch.
 */
.sp-menu-parent .sp-has-child > a::after,
.sp-megamenu-parent .sp-has-child > a::after {
    display: none !important;
}

/* JS-generated desktop / touch-desktop arrow */
.sp-megamenu-parent .desktop-submenu-toggle {
    display: inline-block;
    margin-left: 8px;
    color: #004672;
    font-size: 10px;
    line-height: 1;
    cursor: pointer;
    opacity: 0.9;
    transition: transform 0.2s ease, color 0.2s ease;
    transform: translateY(-1px);
    touch-action: manipulation;
}

.sp-megamenu-parent .desktop-submenu-toggle:hover {
    color: #002f5f;
}

.sp-megamenu-parent .sp-has-child.menu-open > a > .desktop-submenu-toggle {
    transform: translateY(-1px) rotate(180deg);
}

.sp-megamenu-parent .sp-has-child.menu-open > .sp-dropdown {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

.sp-megamenu-parent .sp-has-child.menu-click-closed > .sp-dropdown {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


/* ====================================================== */
/* MOBILE CUSTOM SUBMENU TOGGLE */
/* ====================================================== */

/* маха CSS pseudo стрелките в мобилното */
.offcanvas-menu .sp-has-child > a::after,
.offcanvas-menu .menu-parent > a::after {
    display: none !important;
}


/* JS-generated mobile arrow */
.offcanvas-menu .menu-parent > a,
.offcanvas-menu .sp-has-child > a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    box-sizing: border-box;
}

/*
 * Стрелката остава визуално на старото си място,
 * но активната й зона заема цялото свободно място вдясно.
 */
.offcanvas-menu .mobile-submenu-toggle {
    display: flex;
    flex: 1 1 auto;
    align-self: stretch;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    margin-left: 12px;
    color: #004672;
    font-size: 0;
    line-height: 1;
    cursor: pointer;
    opacity: 0.95;
    touch-action: manipulation;
}

/* Самият видим триъгълник */
.offcanvas-menu .mobile-submenu-toggle::before {
    content: "▼";
    display: inline-block;
    color: currentColor;
    font-size: 13px;
    line-height: 1;
    transform: translateY(-1px);
    transition: transform 0.2s ease, color 0.2s ease;
}

/* hover */
.offcanvas-menu .mobile-submenu-toggle:hover {
    color: #002f5f;
}

/* rotate when open */
.offcanvas-menu li.menu-open > a .mobile-submenu-toggle::before,
.offcanvas-menu li.active > a .mobile-submenu-toggle::before {
    transform: translateY(-1px) rotate(180deg);
}


/* ====================================================== */
/* GO TO TOP BUTTON */
/* ====================================================== */

.sp-scroll-up {
    width: 44px !important;
    height: 44px !important;

    border-radius: 50% !important;

    background: rgba(0, 70, 114, 0.96) !important;

    border: none !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    box-shadow:
        0 4px 14px rgba(0,0,0,0.18),
        0 1px 2px rgba(0,0,0,0.12);

    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(8px);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease,
        background 0.22s ease !important;
}


/* SHOW AFTER SCROLL */

.sp-scroll-up.visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;

    transform: translateY(0);
}


/* ====================================================== */
/* SVG ARROW */
/* ====================================================== */

.sp-scroll-up::before {
    content: "";

    width: 18px;
    height: 18px;

    display: block;

    background-color: #ffffff;

    -webkit-mask:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 7l-7 7 1.4 1.4L12 9.8l5.6 5.6L19 14z'/%3E%3C/svg%3E")
        no-repeat center;

    mask:
        url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 7l-7 7 1.4 1.4L12 9.8l5.6 5.6L19 14z'/%3E%3C/svg%3E")
        no-repeat center;

    -webkit-mask-size: contain;
    mask-size: contain;
}


/* ====================================================== */
/* HOVER */
/* ====================================================== */

.sp-scroll-up:hover {
    transform: translateY(-2px);
    background: #005a90 !important;
}


/* ====================================================== */
/* POSITION */
/* ====================================================== */

/* DESKTOP */

@media (min-width: 1200px) {

    .scroll-to-top,
    #back-to-top,
    .sp-scroll-up {
        right: calc((100vw - 1280px) / 2 + 24px) !important;
        bottom: 36px !important;
    }
}


/* TABLET */

@media (min-width: 768px) and (max-width: 1199px) {

    .scroll-to-top,
    #back-to-top,
    .sp-scroll-up {
        right: 24px !important;
        bottom: 24px !important;
    }
}


/* GO TO TOP END */


/* ====================================================== */
/* CTA BUTTON */
/* ====================================================== */

.mobile-sticky-cta {
    display: none;
}

@media (max-width: 767px) {

    .mobile-sticky-cta {
        display: inline-flex;
        align-items: center;
        justify-content: center;

        position: fixed;
        right: 16px;
        bottom: 18px;

        z-index: 9999;

        background: #e30613;
        color: #ffffff !important;

        padding: 12px 16px;
        border-radius: 4px;

        font-size: 17px;
        font-weight: 500;
        line-height: 1;

        text-decoration: none;

        box-shadow: 0 4px 12px rgba(0,0,0,0.16) !important;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;

        overflow: hidden;
        white-space: nowrap;

        transition: background 0.2s ease;
    }
    /* SVG PHONE ICON */

    .mobile-sticky-cta::before {
        content: "";

        display: inline-block;

        width: 18px;
        height: 18px;

        margin-right: 8px;

        background-color: #ffffff;

        -webkit-mask:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 15.5c-1.2 0-2.4-.2-3.6-.6-.3-.1-.7 0-1 .3l-2.2 2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.3-.5-3.5 0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1 0 9.4 7.6 17 17 17 .6 0 1-.4 1-1v-3.5c0-.6-.4-1-1-1z'/%3E%3C/svg%3E")
            no-repeat center;

        mask:
            url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 15.5c-1.2 0-2.4-.2-3.6-.6-.3-.1-.7 0-1 .3l-2.2 2.2c-2.8-1.4-5.1-3.8-6.6-6.6l2.2-2.2c.3-.3.4-.7.2-1-.3-1.1-.5-2.3-.5-3.5 0-.6-.4-1-1-1H4c-.6 0-1 .4-1 1 0 9.4 7.6 17 17 17 .6 0 1-.4 1-1v-3.5c0-.6-.4-1-1-1z'/%3E%3C/svg%3E")
            no-repeat center;

        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .mobile-sticky-cta:hover,
    .mobile-sticky-cta:focus {
        background: #c90010;
        color: #ffffff !important;
        text-decoration: none;
    }

    /* СВИТО КРЪГЧЕ В ДОЛНАТА ЧАСТ */

/* ДИАМЕТЪР */
    .mobile-sticky-cta.shrunk {
        width: 45px !important;
        height: 45px !important;

        padding: 0 !important;

        border-radius: 50% !important;
    }
/* ИКОНА - РАЗМЕР */
    .mobile-sticky-cta.shrunk::before {
        margin-right: 0 !important;

        width: 20px;
        height: 20px;
    }

    .mobile-sticky-cta.shrunk span {
        display: none !important;
    }

    /* GO TO TOP POSITION */

    .scroll-to-top,
    #back-to-top,
    .sp-scroll-up {
        right: 16px !important;
        bottom: 76px !important;

        transition: bottom 0.3s ease !important;
    }
}


/* HEADER BACKGROUND */

#sp-header,
#sp-header.header-sticky,
.sticky-header #sp-header {
    background-color: #F3F6FA !important;
}
/* ------------------------------------------------ */
/* FEATURE BOX – иконки */
/* ------------------------------------------------ */

.sppb-addon-feature .sppb-img-container {
    display: block !important;
    width: 100% !important;
    margin-bottom: 10px;
    text-align: center !important;
}

.sppb-addon-feature .sppb-img-container a {
    display: inline-block !important;
}

.sppb-addon-feature .sppb-img-container img {
    width: 40px;
    height: 40px;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    object-fit: contain;
}


/* ------------------------------------------------ */
/* FEATURE BOX – заглавия */
/* ------------------------------------------------ */

/* ------------------------------------------------ */
/* FEATURE BOX – цяла карта кликаема */
/* ------------------------------------------------ */

.sppb-addon-feature .sppb-addon-content {
    position: relative;
}

.sppb-addon-feature .sppb-img-container a::after,
.sppb-addon-feature .sppb-addon-title a::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 10;
}

/* ------------------------------------------------ */
/* MOBILE HEADER FIX */
/* ------------------------------------------------ */

@media (max-width: 575px) {
    #sp-header {
        min-height: 60px;
        height: auto;
    }

    #sp-header .row {
        align-items: center;
    }
}


/* ------------------------------------------------ */
/* MOBILE BURGER MENU POSITION */
/* ------------------------------------------------ */

@media (max-width: 575px) {
    #sp-header .burger-icon {
        margin-top: 6px;
    }
}


/* ------------------------------------------------ */
/* ПОДМЕНЮТА – МОБИЛНА ВЕРСИЯ */
/* ------------------------------------------------ */

.mod-menu__sub {
    text-align: left !important;
}

.mod-menu__sub li a {
    text-align: left !important;
    text-align-last: left !important;
    display: block;
    white-space: normal !important;
    line-height: 1.35;
}

.mod-menu__sub li {
    margin-bottom: 4px;
}


/* ------------------------------------------------ */
/* HERO – червени точки */
/* ------------------------------------------------ */

.hero-words {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
}

.hero-words br {
    display: none;
}

.dot {
    width: 9px;
    height: 9px;
    background-color: #e30613;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
}


/* ------------------------------------------------ */
/* HERO – mobile */
/* ------------------------------------------------ */

@media (max-width: 575px) {
    .hero-words {
        display: block;
        text-align: center;
    }

    .hero-words .dot {
        display: none;
    }

    .hero-words br {
        display: block;
        margin-bottom: 6px;
    }
}
/* ==================================================
   ULTIMATECH CONTACT PAGE
   Dark blue: #002F5F
   Light background: #F3F6FA
================================================== */

/* MAIN CONTACT SECTION */

.ut-contact-main-section {
    background: #F3F6FA !important;
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.ut-contact-main-section .sppb-container-inner,
.ut-contact-main-section .sppb-row-container {
    max-width: 1200px;
}

/* HEADINGS */

.ut-contact-info h2,
.ut-contact-form-box h2 {
    color: #061b3a;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 14px;
    text-wrap: pretty;
}

.ut-contact-info h3 {
    color: #061b3a;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 800;
    margin: 34px 0 12px;
    text-wrap: pretty;
}

.ut-title-line {
    width: 72px;
    height: 3px;
    background: #1d7df2;
    margin: 0 0 30px;
}

.ut-title-line.small {
    width: 42px;
    margin-bottom: 20px;
}

/* LEFT CONTACT BLOCK */

.ut-contact-info {
    padding: 10px 35px 10px 0;
    color: #061b3a;
}

.ut-contact-item {
    margin-bottom: 24px;
}

.ut-contact-link {
    display: flex;
    align-items: center;
    gap: 18px;
    text-decoration: none !important;
}

.ut-contact-link:hover {
    text-decoration: none !important;
}

.ut-contact-icon {
    width: 56px;
    height: 56px;
    background: #002F5F;
    border-radius: 7px;
    flex: 0 0 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 8px 18px rgba(0, 47, 95, 0.18);
}

.ut-contact-icon::before {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ut-contact-icon.phone::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M6.6 10.8a15.5 15.5 0 006.6 6.6l2.2-2.2a1 1 0 011-.24c1.1.37 2.28.56 3.5.56a1 1 0 011 1V20a1 1 0 01-1 1C10.3 21 3 13.7 3 4a1 1 0 011-1h3.5a1 1 0 011 1c0 1.22.19 2.4.56 3.5a1 1 0 01-.24 1l-2.22 2.3z'/%3E%3C/svg%3E");
}

.ut-contact-icon.mail::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 3.2l-8 5-8-5V6l8 5 8-5v1.2z'/%3E%3C/svg%3E");
}

.ut-contact-content span {
    display: block;
    color: #263247;
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 4px;
    font-weight: 700;
}

.ut-contact-content strong {
    display: block;
    color: #002F5F;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.ut-contact-info hr {
    border: 0;
    border-top: 1px solid #d9e0ea;
    margin: 34px 0 30px;
}

/* CHECK LIST */

.ut-check-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}

.ut-check-list li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
    color: #263247;
    font-size: 15px;
    line-height: 1.45;
}

.ut-check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 1px;
    width: 18px;
    height: 18px;
    background: #002F5F;
    color: #ffffff;
    border-radius: 50%;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    font-weight: 800;
}

.ut-contact-note {
    color: #3d4656;
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    text-wrap: pretty;
}

/* FORM BOX */

.ut-contact-form-box {
    background: #ffffff;
    padding: 42px;
    border: 1px solid #edf1f5;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.08);
}

.ut-contact-form input,
.ut-contact-form textarea {
    width: 100%;
    border: 1px solid #d7dde6;
    background: #ffffff;
    color: #1b2433;
    padding: 15px 17px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
}

.ut-contact-form input:focus,
.ut-contact-form textarea:focus {
    border-color: #002F5F;
}

.ut-contact-form textarea {
    min-height: 150px;
    resize: vertical;
}

.ut-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* PRIVACY */

.ut-privacy {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    font-size: 14px;
    color: #333333;
    line-height: 1.4;
    margin: 4px 0 26px;
}

.ut-privacy input {
    width: auto;
    margin: 3px 0 0;
}

.ut-privacy a {
    color: #002F5F;
    text-decoration: underline;
}

/* BUTTON */

.ut-contact-form button {
    width: 100%;
    background: #002F5F;
    color: #ffffff;
    border: 0;
    padding: 17px 24px;
    font-size: 17px;
    font-weight: 800;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.ut-contact-form button:hover {
    background: #00427f;
    transform: translateY(-2px);
}

.ut-send-icon {
    width: 19px;
    height: 19px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M2 21l21-9L2 3v7l15 2-15 2v7z'/%3E%3C/svg%3E");
}

/* FORM FIXES */

input[name="g-recaptcha-response"],
input[name="recaptcha_response"],
input[name="recaptcha_token"],
.ut-recaptcha-token,
.ut-hp-field {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

/* FORM STATUS MESSAGES */

.ut-contact-alert {
    padding: 14px 18px;
    margin-bottom: 22px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500 !important;
}

.ut-contact-alert-error {
    color: #ff0000 !important;
    background: #ffe8ec;
    border: 1px solid #ffb6c1;
}

.ut-contact-alert-success {
    color: #00ff00 !important;
    background: #e7f8ed;
    border: 1px solid #9fdfb3;
}

/* DARK STRIP BEFORE FOOTER */

.ut-contact-dark-strip {
    background: #002F5F;
    padding: 70px 25px;
    color: #ffffff;
}

.ut-contact-dark-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    text-align: center;
}

.ut-contact-dark-item {
    padding: 10px 36px;
    border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.ut-contact-dark-item:first-child {
    border-left: 0;
}

.ut-contact-dark-item h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 14px;
    text-wrap: pretty;
}

.ut-contact-dark-item p {
    color: rgba(255, 255, 255, 0.88);
    font-size: 15px;
    line-height: 1.65;
    margin: 0;
    text-wrap: pretty;
}

/* LIGHT CTA */

.ut-contact-light-cta {
    background: #F3F6FA;
    padding: 65px 25px;
    text-align: center;
}

.ut-contact-light-cta h2 {
    color: #061b3a;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
    margin: 0 0 16px;
    text-wrap: pretty;
}

.ut-contact-light-cta p {
    max-width: 820px;
    margin: 0 auto;
    color: #263247;
    font-size: 17px;
    line-height: 1.65;
    text-wrap: pretty;
}

/* RESPONSIVE */

@media (max-width: 991px) {
    .ut-contact-main-section {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .ut-contact-info {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .ut-contact-form-box {
        padding: 32px 24px;
    }

    .ut-contact-dark-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .ut-contact-dark-item {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.22);
        padding: 28px 20px 0;
    }

    .ut-contact-dark-item:first-child {
        border-top: 0;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .ut-contact-main-section {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }

    .ut-contact-info h2,
    .ut-contact-form-box h2 {
        font-size: 28px;
    }

    .ut-contact-info h3 {
        font-size: 22px;
    }

    .ut-contact-content strong {
        font-size: 19px;
    }

    .ut-contact-icon {
        width: 50px;
        height: 50px;
        flex-basis: 50px;
    }

    .ut-contact-icon::before {
        width: 23px;
        height: 23px;
    }

    .ut-form-row {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .ut-contact-form button {
        font-size: 16px;
    }

    .ut-contact-dark-strip,
    .ut-contact-light-cta {
        padding: 55px 22px;
    }

    .ut-contact-light-cta h2 {
        font-size: 26px;
    }
}
.about-tech-image img {
    width: 100%;
    max-width: 420px;
    height: auto;
    display: block;
    margin: 0 auto;
}
/* ====================================================== */
/* COOKIES */
/* ====================================================== */

.utc-cookie-bar {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 3000;

    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 14px;

    padding: 12px 18px;

    background: rgba(0, 47, 95, 0.97);
    color: #ffffff;

    font-family: "Inter", sans-serif;

    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,.22);

    transition: opacity .25s ease;
}

.utc-cookie-text {
    display: block;
    margin-right: 5px;

    color: #ffffff;

    font-size: 14px;
    line-height: 1.42;
}

.utc-cookie-icon {
    display: inline-block;
    margin-right: 6px;
    font-size: 18px;
    vertical-align: -2px;
}

.utc-cookie-text a {
    color: #8fd0ff;
    text-decoration: none;
    font-weight: 700;
}

.utc-cookie-text a:hover {
    text-decoration: underline;
}

.utc-cookie-accept {
    display: inline-block;

    width: 120px;
    min-width: 120px;
    max-width: 120px;

    padding: 8px 14px;

    background: #ffffff;
    color: #002F5F;

    border: 0;
    border-radius: 6px;

    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;

    cursor: pointer;
    white-space: nowrap;
}

.utc-cookie-accept:hover {
    background: #e8f2fb;
}

/* MOBILE COOKIE BAR */

@media (max-width: 767px) {

    .utc-cookie-bar {
        left: 12px;
        right: 12px;
        bottom: 30px;

        grid-template-columns: 1fr;
        align-items: start;
        gap: 6px;

        padding: 8px 12px;
    }

    .utc-cookie-text {
        font-size: 12px;
        line-height: 1.30;
    }

    .utc-cookie-icon {
        margin-right: 4px;
        font-size: 13px;
    }

    .utc-cookie-text a {
        color: #8fd0ff;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
    }

    .utc-cookie-accept {
        width: 60px;
        min-width: 60px;
        max-width: 60px;

        margin: 0;
        padding: 5px 5px;

        font-size: 12px;
    }
}
	/* CONTACT PAGE: hide mobile sticky CTA.
   Add Page Class "ut-page-kontakti" to the Contacts menu item:
   Menus → Main Menu → Контакти → Page Display → Page Class. */

@media (max-width: 767px) {

    body.ut-page-kontakti .mobile-sticky-cta,
    .ut-page-kontakti .mobile-sticky-cta {
        display: none !important;
    }

    body.ut-page-kontakti .sp-scroll-up,
    .ut-page-kontakti .sp-scroll-up {
        bottom: 18px !important;
    }
}
/* ====================================================== */
/* DESKTOP / TOUCH DESKTOP MENU */
/* ====================================================== */

/*
 * Desktop и touch-desktop вече използват един и същ реален
 * .desktop-submenu-toggle. Helix hover остава непроменен,
 * а стрелката има собствен click/touch контрол.
 */
