.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-e5cc85b:#FF0000;--e-global-color-5e53861:#53585E;--e-global-color-4d98c9d:#D0D0D0;--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-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 🔍 Search Bar Container */
.custom-search {
  position: relative;
  max-width: 280px;
  width: 100%;
  margin: 0 auto;
}

/* 🔎 Input Field */
.custom-search input[type="search"],
.custom-search input[type="text"] {
  width: 100%;
  padding: 10px 40px 10px 15px;
  font-size: 14px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 30px;      /* pill style */
  outline: none;
  transition: 0.25s ease;
}

/* ✨ Focus Effect */
.custom-search input[type="search"]:focus,
.custom-search input[type="text"]:focus {
  background: #fff;
  border-color: #000;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

/* 🔍 Icon Button (Overlay) */
.custom-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background: #000;
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.25s ease;
}

/* Hover Button Effect */
.custom-search button:hover {
  background: #333;
}

/* Icon Size */
.custom-search button i,
.custom-search button svg {
  font-size: 14px;
}

/* 📱 Mobile-Friendly */
@media (max-width: 480px) {
  .custom-search {
    max-width: 200px;
  }
  .custom-search input {
    padding: 8px 38px 8px 12px;
    font-size: 13px;
  }
  .custom-search button {
    width: 26px;
    height: 26px;
  }
}/* End custom CSS */