/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

html {
    scroll-behavior: smooth;

}


.highlight_text_blue{
	color: #0061BB !important;
}


/*
================
search bar style
================
*/


.search-container {
  position: relative;
}

.search-form {
  position: relative;
}

.search-bar-container {
  position: relative;
}

.search-input {
  width: 100%;
  padding: 0.75em 2.5em 0.75em 1.5em;
  border: 1px solid #d1d5db;
  border-radius: 10px;
  outline: none;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
  transition: all 0.3s;
}

.search-input:focus {
  border-color: #3b82f6;
}

.search-icon {
  position: absolute;
  top: 50%;
  right: 1em; 
  transform: translateY(-50%);
  height: 1.5em;
  color: #6b7280;
  transition: color 0.3s;
}



.close-btn svg {
  height: 1.25em;
  width: 1.25em;
}

#live-search-results ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-family: "Poppins";

}

#live-search-results li {
  margin-bottom: 0.5em;

}

#live-search-results a {
  text-decoration: none;
  color: #1f2937;
}

#live-search-results a:hover {
  text-decoration: underline;
}


#live-search-results{
    border: 1px solid #ccc;
    max-height: 280px;
    overflow: auto;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    display: none;
}

