.widget ul li {
  display: inline;
  margin: 10px;
}

ul#menu-top-menu a {
  text-decoration: auto;
  color: black;
}

/**CSS For Display search box in header section start **/
#custom-search-form {
  margin-top: 20px;
  position: relative;
}

#search-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

#search-results {
  position: absolute;
  background: #fff;
  border: 1px solid #ddd;
  width: 100%;
  max-height: 300px;
  overflow-y: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

#search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#search-results li {
  padding: 10px;
  border-bottom: 1px solid #eee;
}

#search-results a {
  text-decoration: none;
  color: #333;
}

#search-results a:hover {
  background: #f9f9f9;
}


/* ADDED SEARCHBAR CSS --- 07/07/25 HIMANI */
.search-modal-form .search-field,
.search-modal-form .search-field:focus {
  outline: none;
  padding: 10px 0px 10px 20px;
  height: 55px;
  font-size: 14px;
}

.search-modal-form .search-field::placeholder {
  font-size: 14px;
}

.search-modal-form .search-field .gp-icon {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  margin-top: -5px;
}

.search-modal-fields button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-suggestions .search-suggestion-item .search-suggestion-title {
  color: #000;
  font-size: 14px;
}

.search-suggestion-item a:hover {
  text-decoration: none;
}

.search-suggestion-item a:hover .search-suggestion-title {
  color: #ec1d3c;
}

.search-suggestions .search-suggestion-item .search-suggestion-thumbnail {
  font-size: 14px;
}

.search-suggestions .search-suggestion-item.view-all-results a {
  background: #ec1d3c;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.search-suggestions .search-suggestion-item.view-all-results a:hover {
  background: #000;
}

.search-suggestions .search-suggestion-item {
  padding-bottom: 10px;
  border-top: 1px solid rgb(0 0 0 / 10%);
}

.search-suggestions .search-suggestion-item:first-child {
  border: none;
}

.search-suggestions .search-suggestion-item.view-all-results {
  border: none;
  padding: 0;
  margin: 0;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: inline-block;
  border-radius: 4px;
  width: 9px;
  height: 9px;
  border: 6px solid #ec1d3c;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #fff 45%, #fff 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%), linear-gradient(135deg, #ec1d3c 0%, #ec1d3c 43%, #fff 45%, #fff 55%, #ec1d3c 57%, #ec1d3c 100%);
  cursor: pointer;
}

/**CSS For Display search box in header section End **/

/**CSS For suggestion keyword in search box in header section start **/
@media (min-width: 1200px) {
  .search-modal-form {
    width: 340px !important;
    /* border: 1px solid !important; */
  }

  .gp-search-modal .gp-modal__overlay {
    padding-top: 17vh !important;
  }

  .search-modal-form {
    margin-left: 800px !important;
  }

  .search-suggestions {
    background-color: white;
    position: absolute;
    width: 340px !important;
    overflow-y: auto;
    z-index: 9999;
    margin-top: 61px;
  }
}

@media (max-width: 1200px) {
  .search-suggestions {
    background-color: white;
    position: absolute;
    width: 97%;
    overflow-y: auto;
    z-index: 9999;
    margin-top: 61px;
  }
}

.search-suggestion-item {
  display: grid;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}



.search-suggestion-thumbnail {
  width: 70px;
  /* Set your desired width */
  height: 70px;
  /* Set your desired height */
  margin-right: 10px;
  object-fit: cover;
}

.search-suggestion-title {
  flex-grow: 1;
}

.search-suggestion-item a {
  display: flex;
}

.view-all-results a {
  display: block;
  padding: 10px;
  text-align: center;
  background-color: #f8f8f8;
  font-weight: bold;
}

.view-all-results a:hover {
  background-color: #e0e0e0;
}

/**CSS For suggestion keyword in search box in header section end **/


/**************************************************************************************************
********************* CSS ADDEDD FOR TOP HEADER 30/06/2025 by Pritesh START ***********************
**************************************************************************************************/

.widget_nav_menu ul li {
  margin: 0 5px;
}

.widget_nav_menu ul li:last-child {
  margin-right: 0;
}

.widget_nav_menu ul li a {
  color: #EC1D3C !important;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 10px;
  background-color: rgb(236, 29, 60, 0.1);
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.widget_nav_menu ul li a:hover {
  /* background-color: #2E2E2E; */
}


/** Homepage blog slider css*/

/* General Styles */

body {
  background-color: #f8f8f8;
}

.container {
  position: relative;
  padding: 5px 0;
  width: 100%;
}


/**************************************************************************************************
*************************** CSS ADDEDD FOR SLIDER 30/06/2025 by Pritesh ***************************
**************************************************************************************************/

.slider-wrapper {
  padding: 0px 0px;
  border-radius: 10px;
  margin: 40px 0;
}

.slider .slider-link {
  text-decoration: none;
}

.slider .slick-card {
  padding: 20px 10px;
  border-radius: 10px;
}

.slider .slider-link {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.06);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
}

.slider .slider-link:hover {
  box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.15)
}

.slider .slider-link .slider-item {
  width: 100% !important;
  height: 160px;
  object-fit: cover;
  transition: all 0.4s ease-in-out;
  border-radius: 10px 10px 0 0;
}

.slider .slider-link:hover .slider-item {
  opacity: 0.8;
}

.slider .slider-link:hover .post-title {
  color: #EC1D3C;
}

/* Post Title Overlay */
.post-title {
  background-color: #FFF;
  padding: 15px;
  transition: all 0.4s ease-in-out;
  min-height: 110px;
  max-height: 110px;
  border-radius: 0 0 10px 10px;
}

.post-title>span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.post-title {
  margin: 0;
}

.sponser-slider .slick-prev.slick-arrow {
  font-size: 0;
  background: #ec1d3c;
  width: 35px;
  height: 35px;
  position: absolute;
  padding: 0;
  border-radius: 100%;
  top: 0;
  bottom: 0px;
  margin: auto;
  left: -5px;
  z-index: 9;
}

.sponser-slider .slick-prev.slick-arrow:after {
  content: '';
  position: absolute;
  left: 4px;
  right: 0;
  border-radius: 2px;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 11px;
  height: 11px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  display: inline-block;
  transform: rotate(-135deg);
  border-color: #fff;
  margin: auto;
  transition: all 300ms ease-in-out;
}

.sponser-slider .slick-next.slick-arrow {
  font-size: 0;
  background: #ec1d3c;
  width: 35px;
  height: 35px;
  position: absolute;
  padding: 0;
  border-radius: 100%;
  top: 0;
  bottom: 0px;
  margin: auto;
  right: -5px;
  z-index: 9;
}

.sponser-slider .slick-next.slick-arrow:after {
  content: '';
  position: absolute;
  right: 4px;
  left: 0;
  border-radius: 2px;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 11px;
  height: 11px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  display: inline-block;
  transform: rotate(45deg);
  border-color: #fff;
  margin: auto;
  transition: all 300ms ease-in-out;
}

/* added by Jalpa K. */
.first-name-error-msg,
.last-name-error-msg {
  color: #990000;
  font-size: 14px;
  margin-top: 4px;
}

.wpforms-error-container {
  display: none !important;
}

/* added by Jalpa K. */