.btn.btn-white {
    border: white 1px solid;
    color: white;
}
.bg-white {
    background: #ffffff !important;
}
.integration__logo .block__circle .item_logo {
    background : transparent !important;
    box-shadow: none !important;
}
.integration__logo .block__circle .item_logo img {
    width: auto !important;
    height: 100px !important;
}
.about_cc_grid {
    background-color: #0b2238;
}
.item-client img {
    width: 90%;
    filter: grayscale(1) brightness(15);
}
.other_login .btn-loin-google .tio.calendar {
    top: 1rem;
}
.success .tio.checkmark_circle_outlined {
    font-size:2.5rem;
}
main.bg-white section {
    position: relative;
    background: white;
    z-index: 2;
}
.item__section .media .icon_sec i {
    font-size: 1.8rem;
    color: white;
}
.item__section .item__list li i {
    margin-right: 10px;
    margin-top: 4px;
}
.software_web .order-1 .screen__ipad {
    margin-right: unset;
    margin-left: -40%;
}
.software_web .order-1 .screen__ipad .sub_img {
    left: auto;
    right: -20px;
}
.software_web .screen__ipad .sub_img {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    border: 1px solid #f3f3f3; 
}
.p_pricing_list .group_futures {
    height: auto;
}
.p_pricing_list .group_futures ul li .tio {
    font-size: 30px;
}
.p_pricing_list .group_futures .description {
    width: 70%;
    font-size: 20px;
    font-weight: 400;
}
.p_pricing_list .group_futures .price {
    font-size: 18px;
}
.p_pricing_list .group_futures ul li {
    display: block;
    cursor:pointer;
}
.p_pricing_list .group_futures ul li span{
    margin-left:30px;
}
.p_pricing_list .group_futures ul li.selected span , .p_pricing_list .group_futures ul li:hover span {
    font-weight: 800;
}
.p_pricing_list .group_price_table .discounted {
    margin-top: -5px;
}
.p_pricing_list .group_price_table .old-price {
    font-size: 22px;
    text-decoration: line-through;
    color: #464646;
    margin: 2px;
    display: block;
    margin-bottom: -6px;
}
.p_pricing_list .group_price_table .new-price {
    font-size: smaller;
    color:#bf9a30
}
.p_pricing_list .group_price_table .active .old-price {
    opacity: 0.8;
    color:#fff;
}
.p_pricing_list .group_price_table .active .new-price {
    color:#f6dc95;
}
.p_pricing_list .group_price_table .item_price {
    border : none;
}
.tb_features_pricing .table th {
    padding-top: 40px;
}
.tb_features_pricing .table td {
    padding: 10px;
}
@media (max-width: 991px) {
    header .navbar-brand .logo {
        width: auto !important;
        height: 35px !important;
        filter: none !important;
    }
    .about_section .img-products .pro--img {
        height:300px
    }
    .demo_2.banner_section .banner_title h1 {
        font-size: 2.2rem;
    }
}

/* CHANGE COLORS */
.banner_demo7 {
  background: #ffe7aa !important;
}
.banner_demo7 .btn-video {
  background-color: #ee4811;
}
.banner_demo7 .btn-video::after {
    background: rgba(56, 32, 11, 0.1);
}
.banner_demo7 .btn-video::before {
  background: rgba(56, 32, 11, 0.1);
}
.banner_demo7 .btn-video:focus {
  background-color: #0b2238;
}
.btn-video:before {
    background: #ee4811;
}
.tabs_works .nav-pills .nav-link.active {
    background-color: transparent;
    -webkit-box-shadow: -5px 0px 0px 0px #ee4811 !important;
    -moz-box-shadow: -5px 0px 0px 0px #ee4811 !important;
    -o-box-shadow: -5px 0px 0px 0px #ee4811 !important;
    -ms-box-shadow: -5px 0px 0px 0px #ee4811 !important;
    box-shadow: -5px 0px 0px 0px #ee4811 !important;
    border-radius: 0;
}
.hide {
    display: none !important;
}
.item__section .icon_sec {
    background-color: #ee4810 !important;
}
.banner_title h1 {
    font-size: 3rem;
}
.padding-0 {
    padding:0px !important; 
}

/* Logo visibility rules */
@media (max-width: 991px) {
    header .logo.logo-light {
        display:none !important;
    }
    header .logo.logo-dark {
        display:inline !important;
    }
}

/* Blog Post Table of Contents */
.toc {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 30px;
    position: sticky;
    top: 120px;
}

.toc h6 {
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.toc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.toc ul li {
    margin-bottom: 8px;
}

.toc ul li a {
    color: #666;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    transition: color 0.3s ease;
    display: block;
    padding: 3px 0;
}

.toc ul li a:hover {
    color: #007bff;
    text-decoration: none;
}

/* Blog content improvements */
.content-Sblog .body_content h3 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-weight: 600;
}

.content-Sblog .body_content h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    color: #34495e;
    font-weight: 500;
}

.content-Sblog .body_content p {
    line-height: 1.7;
    color: #555;
}

.txt_quotation {
    background: #e8f4fd;
    border-left: 4px solid #007bff;
    padding: 20px;
    border-radius: 0 8px 8px 0;
    font-style: italic;
    margin: 30px 0;
}