body {
    background-color: #ecf0f1;
}

.cat-icon {
    background: #24bf76;
    padding: 10px;
    border-radius: 20%;
}

.project-thumbnail {
    height: 180px;
    background-color: #dee1e6;
}

.project-ss {
    height: 450px;
    background-color: #dee1e6;
}

#preview img {
    max-width: 100% !important;
}

.clickable {
    cursor: pointer;
}

#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul li {
    margin-top: 10px;
}
#footer ul a {
    color: #fff;
}
#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #fff;
    color: #24bf76;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

/*Blog*/
.post-content img {
    width: 100%;
}

.custom-anchor {
    text-decoration: none;
}

.btn.dropdown-toggle::after {
    margin-left: 2em; /* Adjust this value to increase/decrease space */
}

#sort_by_dd .btn.dropdown-toggle::after {
    margin-left: 7em; /* Adjust this value to increase/decrease space */
}

#cat_dd .btn.dropdown-toggle::after {
    margin-left: 3em; /* Adjust this value to increase/decrease space */
}

.single-project-card-inner:hover {
    transform: translateY(-10px); /* Move the card up by 10px on hover */
    box-shadow: 0 5px 18px rgb(0 0 0 / 30%); /* Make the shadow more pronounced on hover */
}
.single-cat-item-inner {
    transition: transform 0.5s ease; /* Slower transition for transform */
}
.single-cat-item-inner:hover {
    transform: translateX(15px);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 767px) {
    .header-box {
        /*margin-left: 20px;*/
        border-radius: 1rem;
        /*margin-right: 20px;*/
        margin-top: 1rem;
    }
    .filters {
        gap: 10px;
        flex-direction: column;
        align-items: center;
    }
    .actions-group {
        flex-direction: column;
        align-items: center;
    }
    .actions-group-2 {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .project-meta {
        flex-direction: column;
    }
    .cat-dopdown {
        display: block;
    }
    .categories {
        display: none;
    }
    .stats {
        display: none !important;
    }
    .header-box-parent {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .header-box {
        /*margin-left: 50px;*/
        border-radius: 1.5rem;
        /*margin-right: 50px;*/
        margin-top: 2rem;
    }
    .filters {
        justify-content: flex-end;
        gap: 20px;
        flex-direction: row;
    }
    .actions-group {
        flex-direction: column;
        align-items: center;
    }
    .project-meta {
        flex-direction: row;
    }
    .cat-dopdown {
        display: none;
    }
    .header-box-parent {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .header-box {
        /*margin-left: 200px;*/
        border-radius: 1.5rem;
        /*margin-right: 200px;*/
        margin-top: 2rem;
    }
    .stats {
        gap: 4rem;
        margin-left: 12rem !important;
        margin-right: 12rem !important;
    }

    .filters {
        justify-content: flex-end;
        gap: 20px;
        flex-direction: row;
    }
    .actions-group {
        flex-direction: column;
        align-items: center;
    }

    .actions-group-2 {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .header-box-parent {
        padding-left: 150px;
        padding-right: 150px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .px-xl-9 {
        padding-right: 7rem !important;
        padding-left: 7rem !important;
    }
    .actions-group {
        flex-direction: row;
        align-items: center;
    }

    .actions-group-2 {
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
}

/*screens upto medium*/
@media only screen and (max-width: 992px) {
    #navbarSupportedContent {
        margin-top: 1.5rem !important;
    }

    .footer-logo {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #search {
        width: 200px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h4.projects-text {
        font-size: 15px;
    }
}

/**theme**/
.p-color {
    color: #3adb8f !important;
}

.p-color-bold {
    color: #24bf76 !important;
}

.bg-theme {
    background-color: #3adb8f !important;
}

.bg-theme-bold {
    background-color: #24bf76 !important;
}

.btn-theme {
    border-color: #24bf76;
    background-color: #3adb8f;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.btn-theme:hover {
    border-color: #24bf76;
    background-color: #fff;
    color: #505262;
}

.theme-header {
    color: #fff;
    font-weight: 600;
    background-color: #3adb8f;
}

.btn-theme-secondary {
    border-color: #6c757d;
    background-color: #6c757d;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.btn-theme-secondary:hover {
    border-color: #6c757d;
    background-color: #fff;
    color: #505262;
}

.btn-theme-primary {
    border-color: #0d6efd;
    background-color: #0d6efd;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
}
.btn-theme-primary:hover {
    border-color: #0d6efd;
    background-color: #fff;
    color: #505262;
}

#header_navigation .nav-link {
    color: #4caf50 !important;
}

.theme-card {
    border-radius: 5px;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 2px 6px 15px 0 rgba(69, 65, 78, 0.1);
    border: 0;
}

.theme-card .theme-card-header {
    border-bottom: 1px solid #ebecec;
    padding: 1rem;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
}

.theme-card .theme-card-body {
    padding: 1rem;
}

.theme-alert-success {
    border-left: 4px solid #31ce36 !important;
}
.theme-alert {
    border: 0;
    position: relative;
    border-radius: 1px;
    color: inherit;
    background-color: #fff;
    box-shadow: 1px 1px 14px 0 rgba(18, 38, 63, 0.26);
    padding: 5px;
    margin-bottom: 5px;
}

/**Utility**/
.mx-12 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
}

.text-secondary-2 {
    color: #525b68;
}

.fs-1rem {
    font-size: 1rem !important;
}
