.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */$custom_css = '
<style>
.explore-related-searches {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}
.explore-related-searches h2 {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 1.2em;
    color: #222;
}
.explore-related-searches ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.explore-related-searches li {
    display: inline-block;
}
.explore-related-searches a {
    text-decoration: none;
    background: #f7f7f7;
    color: #555;
    padding: 8px 14px;
    border-radius: 24px;
    font-size: 0.9em;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
    white-space: nowrap;
}
.explore-related-searches a:hover,
.explore-related-searches a:focus {
    background: #fff;
    color: #0071e3;
    border-color: #0071e3;
    box-shadow: 0 4px 12px rgba(0,113,227,0.2);
    outline: none;
}

/* Mobile responsiveness */
@media (max-width: 600px) {
    .explore-related-searches ul {
        flex-direction: column;
        gap: 8px;
    }
    .explore-related-searches a {
        display: block;
        width: 100%;
        text-align: center;/* End custom CSS */