.elementor-69166 .elementor-element.elementor-element-25fe0dc9{padding:60px 0px 0px 0px;}.elementor-69166 .elementor-element.elementor-element-7aa555b9.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-69166 .elementor-element.elementor-element-7aa555b9 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:20px;}/* Start custom CSS */p.elementor-icon-box-title {
    margin-top: -3px;
}
.elementskit-info-box-icon {
    padding: 15px !important;
}
.elementskit-infobox.text-center.text-.icon-top-align.elementor-animation- {
    padding-right: 45px;
}
.elementskit-info-box-icon {
    border: none !important;
}
.elementskit-info-box-icon {
    padding-bottom: 2px !important;
}
.custom-search-form {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    max-width: 750px;
    width: 100%;
    position: relative;
}

/* Input field styling */
.custom-search-form input[type="text"] {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #d1d5db;
    border-radius: 50px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-search-form input[type="text"]:focus {
    border-color: #007BFF;
}

/* Search button styling */
.custom-search-form button {
    margin-left: -115px; /* Slight overlap with input field */
    padding: 10px 25px;
    background-color: #6c63ff;
    color: #fff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.custom-search-form button:hover {
    background-color: #574bdb;
}

/* Clear button styling */
.clear-filter-button {
    margin-left: 15px;
    padding: 10px 25px;
    background-color: #f0f0f0;
    color: #555;
    text-decoration: none;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.clear-filter-button:hover {
    background-color: #e0e0e0;
    color: #333;
    border-color: #bbb;
}

/* Responsive Styling */
@media (max-width: 768px) {
    .custom-search-form {
        flex-direction: column;
        max-width: 100%;
    }

    .custom-search-form input[type="text"] {
        margin-bottom: 10px;
    }

    .custom-search-form button,
    .clear-filter-button {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
}/* End custom CSS */