    .about_home_page {
    margin-bottom: 100px;
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background: #1f4d53d9;
  transition: background-color 0.3s ease-in-out; /* Smooth transition */
  
}
.goog-te-gadget .goog-te-combo {
    margin: 4px 0;
    width: 42px;
    position: relative;
    left: 7%;
    top: 9px;
}
.portfolio a{
    color: #000;
}
.grid-wrapper{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.sticky{
    /* position: fixed; */
    top: 80px;
    left: 0;
    width: 100%;
    background: #fff;
padding: 15px 0;
    z-index: 999;
}

@media only screen and (max-width: 767px) {
.grid-wrapper{
    display: grid;
    grid-template-columns: repeat(1, 1fr) !important;
    padding-top: 0px;
}
.grid-col-res {
    display: grid !important;
    grid-template-columns: repeat(3,1fr) !important;
    gap: 2px !important;
}
.filtering-wrap {
        /* position: fixed; */
    top: 140px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 15px 0;
    z-index: 999;
    padding: 10px 5px !important;
}
.filtering-wrap.scrolled {
    top: 60px !important;
}
}
@media only screen and (min-width: 768px) and  (max-width: 1024px){
.filtering-wrap.scrolled {
    top: 60px !important;
}
}


#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;
        padding: 10px;

    }

    /* #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: 30px;
        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: 0px 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;
}
    .grid-3-ins-clr {
    display: grid !important;
    grid-template-columns: repeat(3,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: transparent;
}
/* styling of Input */
.input {
  font-size: 16px;
  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;
}



.slider-slides {
    display: none;
    position: relative;
    width: 100%;
    height: auto;
}

.zoom-in {
    animation: zoomIn 5s ease-in-out;
}

@keyframes zoomIn {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.2);
    }
}

.slide-thumbnail.active {
    background-color: black;
    /* Or any style for active thumbnail */
}



.slider-container {
    position: relative;
    padding: 00px;
}

.slider-thumbnail-row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    display: grid;
}

.slider-slides {
    display: none;
}

.slider-slides img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.slider-column {
    background: white;
    padding: 5px;
    /* border-radius: 10px; */
    margin-bottom: 10px;
}

.slider-column p {
    margin: 0;
    text-align: center;
    padding-top: 5px;
}

.slide-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    opacity: 0.5;
    cursor: pointer;
}

.active,
.slide-thumbnail:hover {
    opacity: 1;
}

@media (max-width: 991px) {
    .slider-thumbnail-row {
        display: none;
        position: inherit;
        top: 0;
        left: 0;
        bottom: 0;
        transform: none;
        justify-content: center;
    }

    .slider-column {
        margin-right: 10px;
        box-shadow: 0 0 3px #cacaca;
    }
}

@media (max-width: 600px) {
    .slider-slides img {
        width: 100%;
        min-height: 250px;
        object-fit: cover;
    }
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    /* margin: auto; */
    justify-content: center;
    display: flex;
    border-radius: 0px;
    flex-direction: column;
    width: 100%;


}

.modal.show .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.modal-content {
    height: 100vh;
    display: flex;
    align-items: unset;
    margin: auto;
    border-radius: 0px;
    width: 100%;

}

button.btn-close.position-absolute.top-0.end-0.m-3.z-3 {
    font-size: 30px;
    border-radius: 50%;
    border: 1px solid #000;
    padding: 18px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    /* background: #000; */
    filter: invert(1);
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
    filter: invert(1);

}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}

.modal-header {
    border-bottom: 0px solid;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.wishlist-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.wishlist-popup-content {
    background: #fff;
    padding: 30px 40px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 90%;
    max-width: 400px;
    animation: fadeIn 0.3s ease-in-out;
}

.wishlist-popup-icon {
    font-size: 40px;
    color: #1f4d53;
    margin-bottom: 15px;
}

.wishlist-popup-content p {
    margin: 0 0 20px;
    font-size: 16px;
}

.wishlist-popup-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.btn-view,
.btn-close {
    padding: 8px 15px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    text-decoration: none;
}

.btn-view {
    background-color: #f1f1f1;
    color: #1f4d53;
}

.btn-close {
    background-color: transparent;
    color: #666;
    border: 1px solid #ccc;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.modal-grid {
    display: flex;
    gap: 30px;
    padding: 30px;
    flex-wrap: wrap;
}

/* .image-card {
    max-width: 400px;
    flex: 1;
    } */
.info-card {
    flex: 2;
}

.slider-main img,
.slider-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.slider-thumb img {
    opacity: 1;
    cursor: pointer;
    height: 100px !important;

}

.slider-thumb .slick-current img {
    opacity: 1;
    border: 2px solid #e6af5d;
}


.table-wrapper th,
.table-wrapper td {
    padding: 5px 10px;
    /* min-width: 120px; */
}

.table-wrapper tr {
    border-bottom: 1px solid #ddd;
}

.table-wrapper th {
    background: #f8f8f8;
}

.related-products-section {
    padding: 40px 0;
    background-color: #f9f9f9;
}

.related-products-section img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

.related-products-section img:hover {
    transform: scale(1.05);
}

.related-products-section h6 {
    margin-top: 10px;
    font-size: 14px;
}

.slider-main,
.slider-thumb {
    max-width: 620px;
    margin: 0 auto;
}

.slider-main img,
.slider-thumb img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}