    .ts-service-box-bg {
        background: url(/media/images/background_about.jpg);
        background-size: cover;
        min-height: 230px;
        padding-top: 30px;
        padding-bottom: 30px;
        border-radius: 15px;
        background-position: center;
        color: black;
        border: 1px solid rgba(218,178,85,0.3);
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        transition: all 0.3s ease;
    }
    
    h4 {
        font-weight: normal;
    }
    
    #main {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    
    .image-top {
        float: left;
        margin-right: 10px
    }
    
    .info-p {
        font-size: 16px;
        font-weight: 500
    }
    
    .chatCopyright_3s,
    .copy_2W,
    .cssLeaf_1k {
        display: none !important;
    }
    
    .service-text:hover {
        color: #e6c068
    }
    
    .gallery-img {
        margin-bottom: 5px;
        height: 15rem;
        width: 100%;
        border-radius: 6px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.08);
        transition: box-shadow 0.3s ease, transform 0.3s ease;
    }
    .gallery-img:hover {
        box-shadow: 0 4px 16px rgba(0,0,0,0.15);
        transform: translateY(-2px);
    }
    
    .menu_img {
        width: 50px;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    .active {
        color: #e6c068 !important
    }
    
    .reverse {
        transform: scaleX(-1);
    }
    
    a.dropdown-toggle:hover {
        cursor: pointer;
    }
    
    .navbar-nav li ul a {
        font-size: 18px;
        border-radius: 15px;
    }
    
    .navbar-inverse {
        text-align: center;
    }
    
    #header {
        margin-top: 15px
    }
    
    .info-box-subtitle {
        font-size: 24px;
    }
    
    .info-box-subtitle,
    .info-box-title {
        color: #e6c068;
        display: flex;
        justify-content: flex-end;
        margin-bottom: -5px;
    }
    
    .info-box-title {
        font-size: 24px;
    }
    
    .ts-service-box-bg:hover {
        background: #1a1a1a;
        border: 1px solid #e6c068;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        transform: translateY(-2px);
    }
    
    .ts-service-box-bg:hover .ts-service-icon {
        color: #e6c068
    }
    
    .ts-service-box-bg:hover .ts-service-box-content {
        color: #e6c068
    }
    
    .ts-service-box-content {
        color: black
    }
    
    .ts-service-box-bg:hover h4 {
        color: #e6c068
    }
    
    .ts-service-box-bg .ts-service-box-content {
        color: #252525
    }
    
    .ts-service-icon {
        font-size: 32px;
    }
    
    .whatwedo {
        width: 50%;
        margin: 25px auto 25px auto;
    }
    
    .latest-image {
        height: 220px;
        width: 100%;
        object-fit: cover;
    }
    
    #owl-demo .item img {
        max-height: 500px;
    }
    /*
.owl-carousel {
    width: 60% !important;
} */
    
    .title {
        font-weight: 600;
        font-size: large;
        color: #e6c068;
    }
    
    .footer {
        margin-top: 30px
    }
    
    .project-icons {
        font-size: 52px;
        color: #e6c068;
        /* color: white */
    }
    
    .ts-facts-num {
        color: #e6c068 !important
    }
    
    .fancy {
        position: absolute;
    }
    
    .post-body h3 {
        color: white;
        font-size: 16px;
    }
