﻿.site-logo img {
    min-width: 45px !important;
}

.smartphone {
    position: relative;
    width: 380px;
    height: 680px;
    margin: auto;
    border: 16px black solid;
    border-top-width: 60px;
    border-bottom-width: 60px;
    border-radius: 36px;
}

    /* The horizontal line on the top of the device */
    .smartphone:before {
        content: '';
        display: block;
        width: 60px;
        height: 5px;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #333;
        border-radius: 10px;
    }

    /* The circle on the bottom of the device */
    .smartphone:after {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        position: absolute;
        left: 50%;
        bottom: -65px;
        transform: translate(-50%, -50%);
        background: #333;
        border-radius: 50%;
    }

    /* The screen (or content) of the device */
    .smartphone .content {
        width: 100%;
        height: 100%;
        background: white;
    }

.pricing-tables-wrap-colored .main-pricing-content {
    padding: 0 20px !important;
}

.navigation-bottom-both-sides .swiper-btn-prev {
    left: 0% !important;
}

.navigation-bottom-both-sides .swiper-btn-next {
    right: 0% !important;
}

.crumina-client-item img {
    height: 100px;
}

.crumina-client-item .client-item-title {
    height: 60px;
    font-size: 20px !important;
}

.crumina-client-item .address {
    height: 0px;
    font-size: 12px !important;
}

.crumina-checkbox {
    display: inline !important;
}

.control__indicator {
    background: transparent !important;
    border: 1px solid #000;
}

.breadcrumbs .breadcrumbs-item .crumina-icon {
    margin: 0 5px;
}

.top-bar .top-bar-item a {
    text-decoration: none;
}

.contacts-item .title {
    font-size: 18px;
}

.left-checkbox {
    text-align: left !important;
    margin-left: 50px;
}

/* Style the tab */
.tab {
    overflow: hidden;
    /*border: 1px solid #ccc;
            background-color: #f1f1f1;*/
}

    /* Style the buttons inside the tab */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer !important;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
        font-weight: 500;
        width: 50%;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #fff;
        }

/* Style the tab content */
.tabcontent {
    /*display: none;*/
    padding: 6px 0px;
    /*padding-top: 50px;*/
    /*border: 1px solid #ccc;*/
    border-top: none;
    background-color: #FFF;
}

    .tabcontent .active {
        display: block;
    }

.colorful-box {
    position: relative;
    padding: 20px;
    background-color: #FFDD33;
    border: 2px solid #FFAF33;
    border-radius: 8px;
    color: white;
    margin: 20px;
}

.ribbon {
    position: absolute;
    left: -5px; /* changed from right to left */
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(-45deg); /* rotated to -45deg instead of 45deg */
        width: 100px;
        display: block;
        background: #79A70A;
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        left: -21px; /* changed from right to left */
    }
/* Button Styles */
.footer-fixed-button {
    position: fixed;
    bottom: 20px;
    left: 50%; /* Center horizontally */
    transform: translateX(-50%); /* Center horizontally */
    background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

    /* Hover Effect */
    .footer-fixed-button:hover {
        background-color: #0056b3;
    }

.crumina-info-box {
    padding-bottom: 15px !important;
}

.a-link {
    color: var(--a-link-color) !important;
    -webkit-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear;
    text-decoration: none;
    display: inline-block;
}

    .a-link:hover {
        color: var(--a-link-color) !important;
        text-decoration: underline;
        font-weight: bold;
    }
