/* Common */
.grecaptcha-badge {
    visibility: hidden;
}
#nav {
    opacity: 1 !important;
    min-height: 122px;
}
/* Hero */
#hero .sc_promo .sc_promo_text_inner {
    display: flex;
    flex-direction: column;
}
#hero .sc_promo .sc_promo_text_inner h1 {
    color: #eaedff;
    order: 0;
    font-size: 48px;
    font-weight: 700;
}
#hero .sc_promo .sc_promo_text_inner h1 .first-two {
    color: #ffaa38;
    font-size: 64px;
}
#hero .sc_promo .sc_promo_text_inner h6 {
    order: 1;
    color: #fff;
    font-size: 20px;
    margin-top: 32px !important;
}
#hero .sc_promo .sc_promo_text_inner .sc_item_button {
    order: 2;
}
#hero  .sc_promo.sc_promo_size_normal .sc_promo_text_inner {
    padding-right: 30px;
}
@media (max-width: 479px) {
    #nav .language-switcher {
        margin-top: 15px;
    }
    #hero img.vc_single_image-img {
        max-width: 72px;
    }
    #hero .sc_promo .sc_promo_text_inner h1 .first-two {
        font-size: 36px;
    }
    #hero .sc_promo .sc_promo_text_inner h6 {
        font-size: 18px;
    }
    #hero .sc_promo .sc_promo_text_inner h1 {
        font-size: 30px;
    }
}

/* Inclusive */
#inclusive .sc_services_item.with_icon .sc_services_item_info {
    text-align: center;
    padding: 0 1em 2.8em;
    margin-top: -0.15em;
}
#inclusive .sc_services_item {
    border: none;
    pointer-events: none;
}

#prices .sc_price_item .sc_price_item_subtitle {
    color: #ffab39;
    font-size: 16px;
}
#hardware h3.sc_price_item_title {
    font-size: 42px;
    max-width: 290px;
    margin: auto;
}

/* Prices */
#prices .trx_addons_column-1_3:last-child .sc_price_item_title {
    max-width: 270px;
}
#prices .trx_addons_column-1_3:first-child .sc_price_item {
    background-image: url(https://hoffnung.ee/wp-content/uploads/2025/06/img-small-house.jpg) !important;
}
#prices .trx_addons_column-1_3:nth-child(2) .sc_price_item {
    background-image: url(https://hoffnung.ee/wp-content/uploads/2025/06/img-medium-house.jpg) !important;
}
#prices .trx_addons_column-1_3:nth-child(3) .sc_price_item {
    background-image: url(https://hoffnung.ee/wp-content/uploads/2025/06/img-large-house.jpg) !important;
}
#prices h3.sc_price_item_title span {
    word-wrap: normal;
}

#prices span.sc_price_item_price_value {
    background: #c90000;
    padding: 8px;
    color: #fff;
}
#prices span.sc_price_item_price_after {
    color: #fff;
}
#prices .sc_price_item_details {
    color: #fff;
}
#prices .sc_price_item_details span {
    display: block;
    margin-top: 16px;
    font-weight: bold;
    color: #ffac39;
}
#prices .sc_price_item_inner .sc_price_item_info {
    padding: 2em 0em 2em;
}
#prices .sc_price_item_default.with_image:after {
    background-color: rgb(11, 17, 53, .5);
}
@media (max-width: 479px) {
    #prices .sc_price_item_details {
        display: block;
    }
}

/* Hardware */
#hardware .sc_item_descr p:last-child {
    margin-bottom: 0;
}

/* Accordion */
#accordion .vc_tta-panel.vc_active {
    border-left: 0;
    border-right: 0;
}
#accordion .vc_tta-panel:first-child {
    border-top: 0;
}
#accordion i.vc_tta-controls-icon {
    margin-left: -15px;
}
#accordion .vc_active i.vc_tta-controls-icon {
    margin-top: 10px;
}

/* Contacts */
#contacts .sc_icons .sc_icons_item_title,
#contacts .sc_item_subtitle:before{
        color: #ffab39;
}
#contacts .sc_button {
    min-width: 260px;
    display: inline-block;
    text-align: center;
}
#contacts img.messenger__icon {
    width: 48px;
}
#contacts img.messenger__icon:hover {
    opacity: 0.8;
}