 #active-filters {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 10px;
        font-size: 12px;
        width: fit-content;
        flex-direction: row;
        font-family: poppins;
        margin-left: 50px;
    }

    /* #clear-all-btn {
        background-color: #fff;
        padding: 5px 10px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #1f4d53;
    } */

    .filter-item {
        background-color: #fff;
        padding: 0px 10px;
        border-radius: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        border: 1px solid #1f4d53;
    }

    .remove-btn {
        background: none;
        border: none;
        color: #1f4d53;
        font-weight: bold;
        font-size: 12px;
        margin-left: 5px;
        cursor: pointer;
        font-family: poppins;
    }

    .remove-btn:hover {
        color: #1f4d53;
    }

    .filter-item span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .dropdown {
        position: relative;
        font-size: 14px;
        color: #333;
    }

    .dropdown .dropdown-list {
        padding: 12px;
        background: #fff;
        position: absolute;
        top: 55px;
        left: 0px;
        right: 0px;
        box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
        transform-origin: 50% 0;
        transform: scale(1, 0);
        transition: transform 0.15s ease-in-out 0.15s;
        height: auto;
        overflow-y: auto;
        z-index: 100;
        width: max-content;
    }

    .dropdown .dropdown-option {
        display: block;
        padding: 8px 12px;
        opacity: 0;
        transition: opacity 0.15s ease-in-out;
    }

    .dropdown .dropdown-label {
        display: block;
        width: 115px;
        padding: 0rem 0.75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: var(--bs-body-color);
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        /* background-color: #fff; */
        border: none;
        /* border-bottom: 1px solid #979797; */
        border-radius: 0px;
        box-shadow: none;
        font-family: "Poppins";
    }

    .dropdown .dropdown-label:before {
        content: "";
        display: block;
        background-image: url('data:image/svg+xml,%3Csvg width="10" height="7" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1l4 4 4-4" stroke="%23666" stroke-width="2" fill="none" fill-rule="evenodd"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px 7px;
        width: 10px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .dropdown.on .dropdown-list {
        transform: scale(1, 1);
        transition-delay: 0s;
    }

    .dropdown.on .dropdown-list .dropdown-option {
        opacity: 1;
        transition-delay: 0.2s;
        font-family: Poppins;
    }

    .dropdown.on .dropdown-label:before {
        content: "";
        display: block;
        background-image: url('data:image/svg+xml,%3Csvg width="10" height="7" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1l4 4 4-4" stroke="%23666" stroke-width="2" fill="none" fill-rule="evenodd"/%3E%3C/svg%3E');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 10px 7px;
        width: 10px;
        height: 7px;
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        pointer-events: none;
    }

    .dropdown [type=checkbox] {
        position: relative;
        top: -1px;
        margin-right: 4px;
    }

    .active>.page-link,
    .page-link.active {
        z-index: 3;
        color: #fff !important;
        background-color: #1f4d53 !important;
        border-color: #1f4d53 !important;
    }

    .page-link {
        color: #1f4d53 !important;
        padding: 10px 20px !important
    }

    .page-link .fa {
        line-height: 24px !important;
    }

    .services-item a img {
        height: 36vh;
        object-fit: cover;
        width: 100%;
        /* border-radius: 20px 0 20px 0; */
        /*filter: drop-shadow(0px 2px 2px #ccc);*/
    }

    .sect-pro {
        padding: 100px 0px ;
         background: #f5f5f5; 
    }

    .grid-item {
        display: flex;
        flex-direction: column;
            padding: 10px;
    border: 1px solid #c7c7c7;
    position: relative;
    }

    .services-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    .filter-menu li {
        cursor: pointer;
        padding: 5px 15px;
        display: inline-block;
    }

    .filter-menu li.active {
        background-color: #000;
        color: #fff;
    }

    .filtering-wrap {
        padding: 0px 50px
    }

    .grid-wrapper div {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .filter-clear {
        display: flex;
        flex-direction: row !important;
        align-items: baseline;
        gap: 25px !important;
        font-family: poppins;

    }

    select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: #fff;
        padding: 10px;
        border: 1px solid #ccc;
        border-radius: 4px;
        font-family: poppins;
        width: 100%;
        background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='7' viewBox='0 0 10 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23666' stroke-width='2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 10px 7px;
    }

    .grid-wrapper.d-flex.gap-3.w-100 {
        font-family: 'Poppins';
    }

    .form-control {
        border-bottom: 0px solid transparent !important;
    }

    .grid-3-ins {
    display: grid !important;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
}

.dropdown-list {
    display: none;
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 10;
    text-align: left;
}

.dropdown-list.open {
    display: block;
}

.grid{
    padding-top: 85px;
}
.dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
}

.dropdown .dropdown-label {
    display: block;
    width: 115px;
    padding: 0rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    border: none;
    box-shadow: none;
    font-family: "Poppins";
    position: relative;
    cursor: pointer;
}

.dropdown .dropdown-label:before {
    content: "";
    display: block;
    background-image: url('data:image/svg+xml,%3Csvg width="10" height="7" viewBox="0 0 10 7" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1l4 4 4-4" stroke="%23666" stroke-width="2" fill="none" fill-rule="evenodd"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 7px;
    width: 10px;
    height: 7px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    pointer-events: none;
}

.dropdown .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 55px;
    left: 0px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    height: auto;
    overflow-y: auto;
    z-index: 100;
    width: max-content;
}

.dropdown .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
    font-family: Poppins;
}

.dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}

.dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
}

.dropdown [type="checkbox"],
.dropdown [type="radio"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
}




/* From Uiverse.io by satyamchaudharydev */ 
/* From uiverse.io by @satyamchaudharydev */
/* removing default style of button */

.form button {
  border: none;
  background: none;
  color: #8b8ba7;
}
/* styling of whole input container */
.form {
  --timing: 0.3s;
  --width-of-input: 200px;
  --height-of-input: 40px;
  --border-height: 2px;
  --input-bg: #fff;
  --border-color: #1f4d53;
  --border-radius: 30px;
  --after-border-radius: 1px;
  position: relative;
  width: var(--width-of-input);
  height: var(--height-of-input);
  display: flex;
  align-items: center;
  padding-inline: 0.8em;
  border-radius: var(--border-radius);
  transition: border-radius 0.5s ease;
  background: var(--input-bg,#fff);
}
/* styling of Input */
.input {
  font-size: 0.9rem;
  background-color: transparent;
  width: 100%;
  height: 100%;
  padding-inline: 0.5em;
  padding-block: 0.7em;
  border: none;
}
/* styling of animated border */
.form:before {
  content: "";
  position: absolute;
  background: var(--border-color);
  transform: scaleX(0);
  transform-origin: center;
  width: 100%;
  height: var(--border-height);
  left: 0;
  bottom: 0;
  border-radius: 1px;
  transition: transform var(--timing) ease;
}
/* Hover on Input */
.form:focus-within {
  border-radius: var(--after-border-radius);
}

input:focus {
  outline: none;
}
/* here is code of animated border */
.form:focus-within:before {
  transform: scale(1);
}
/* styling of close button */
/* == you can click the close button to remove text == */
.reset {
  border: none;
  background: none;
  opacity: 0;
  visibility: hidden;
}
/* close button shown when typing */
input:not(:placeholder-shown) ~ .reset {
  opacity: 1;
  visibility: visible;
}
/* sizing svg icons */
.form svg {
  width: 17px;
  /* margin-top: 3px; */
  height: auto;
}




/* From Uiverse.io by vinodjangid07 */ 
.button1 {
  width: 50px;
  height: 35px;
  border-radius: 50%;
  /* background-color: rgb(20, 20, 20); */
  border: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.164); */
  cursor: pointer;
  transition-duration: .3s;
  overflow: hidden;
  position: relative;
}

.svgIcon {
  width: 18px;
  transition-duration: .3s;
  height: auto;
}

.svgIcon path {
  fill: #1f4d53;
}

.button1:hover {
  width: 100px;
  border-radius: 50px;
  transition-duration: .3s;
  background-color: #1f4d53;
  align-items: center;
}

.button1:hover .svgIcon {
  width: 50px;
  transition-duration: .3s;
  transform: translateY(60%);
}

.button1::before {
  position: absolute;
  top: -22px;
  content: "Clear All";
  color: white;
  transition-duration: .3s;
  font-size: 5px;
}

.button1:hover::before {
  font-size: 13px;
  opacity: 1;
  transform: translateY(30px);
  transition-duration: .3s;
}


.drf-f{
    flex-direction: column;
}