.sidebar-service-list li a.active {
    color: #FEC63F;
    background-color: unset;
    /* font-weight: 500; */

}

.sidebar-service-list li a {
    padding: 0px 14px;
    font-size: 13px;
    background-color: unset;
    border-radius: unset;
    border-bottom: 1px dotted rgba(0, 0, 0, .125);
    font-weight: 500;
}

.project-block-home4 .image-box .image:before {
    background-image: none;
}

.services-details__wrapper {
    position: relative;
    /* Set wrapper to relative position */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 999;
    display: none;
}

.overlay.show {
    display: block;
}

.container {
    margin-left: 10%;
}

.product-card {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
    height: 90%;
}

.product-card:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.product-card img {
    /* height: 250px; */
    /* object-fit: cover; */
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.card-body {
    /* padding: 20px; */
    height: 100%;
    /* Ensure all card bodies have the same height */
    /* display: flex; */
    /* flex-direction: column; */
}

.card-title {
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 10px;
    flex-grow: 1;
    /* Allow the title to grow and push the button to the bottom */
}

.card-header{
    background-color: #f5faff;
    font-weight: bold;
    font-size: larger;
}
.list-group-item.active {
    color: #FEC63F;
    background-color: unset;
    font-weight: 500;
    /* background-color: #18191c; */
    /* border-color: #18191c; */
}

.list-group-item {
    font-size: 13px;
}
.category-heading{
    font-size: larger;
    /* background:#FEC63F; */
    /* color: white; */
}
.sidebar-service-list li a i {
    right: 5px;
}






.dropdown:hover>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
    border-bottom: 1px solid #ebf1f5;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.dropdown-item {
    white-space: nowrap;
    color: #18191c;
}

.dropdown-item:hover {
    color: var(--theme-color2);
    background: unset;
}


.product-list img {
    width: 100%;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.product-list .pro-img-box {
    position: relative;
}

.pro-title {
    /* color: #FEC63F; */
    color: #18191c;
    display: inline-block;
    margin-top: 20px;
    font-size: 15px;
}
.pro-title:hover{
    color: #FEC63F;
    /* color: #18191c; */
}

.product-list {
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    transition: box-shadow 0.3s ease;
}

.product-list:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.description {
    margin-bottom: 0;
   
}

.read-more {
    margin-top: 10px;
}

.modal-body {
    overflow-y: auto; 
    display: flex; 
    justify-content: center; 
    align-items: center;
    padding: 20px;
}

.modal-content {
    width: 100%;
}


.modal-backdrop {
    z-index: 1;
}

.list-group-item {
    border: unset !important;
    border-bottom: 1px dotted rgba(0, 0, 0, .125) !important;
    padding: unset;
    color: #18191c;
}
.pro_title{
    color: #18191c;
}
.service_title{
    color: #FEC63F;
}

.general-sub-heading {
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.list-group-item-action.level-1 {
    padding-left: 20px; /* Adjust as needed */
}

.category-container.level-2 {
    padding-left: 15px; /* Adjust as needed */
}

.category-container.level-3 {
    padding-left: 15px; /* Adjust as needed */
}

.list-group-item-action.level-4 {
    padding-left: 25px; /* Adjust as needed */
}

.collapse-icon{
    font-size:16px; 
    float: right;
    margin-right: 0.5rem;
}
.collapse-sub-icon{
    font-size:14px; 
    /* float: right; */
    /* margin-right: 1rem; */
}

.pro-img-box img{
    width: 250px;
    height: 200px;
}
@media (max-width: 600px) {
    .pro-img-box img {
        width: 100%;
    }
}

@media (max-width: 600px) {
    .modal-dialog {
        max-width: 100%;
        margin: 10px;
    }

    .modal-content {
        padding: 10px;
    }

    /* Ensure images within the modal are responsive */
    .modal-body img {
        width: 100%;
        height: auto;
    }

    /* Adjust modal body columns for smaller screens */
    .modal-body .row {
        flex-direction: column;
        text-align: center;
    }

    .general-sub-heading, .modal-body h5, .modal-body p {
        font-size: 0.875rem;
    }
}

@media (max-width: 600px) {
    .pro-img-box img {
       margin-bottom: 0.5rem;
    }
}
.smp_title{
    color: #18191c;
    font-size: larger;
    font-weight: 600;
}


.smp {
    position: relative; /* Ensure the pseudo-element is positioned relative to this div */
}
.smp img{
    height: 100% !important;
}

.smp:after {
    content: "";
    display: block;
    pointer-events: none;
    border: 0.5rem solid #FEC63F;
    position: absolute;
    width: calc(100% - 1.75rem);
    height: calc(100% - 1.75rem);
    top: 12px; /* Position the border at the top */
    left: -12px; /* Position the border at the left */
}

/* Responsive adjustments for mobile devices */
@media (max-width: 767px) {
    .smp:after {
        width: calc(100% - 3.75rem);
        height: calc(100% - 3.75rem);
        top: 30px;
        left: 30px;
    }
}


















    
