/*
 Theme Name:   Great Lotus Child
 Template:     great-lotus
 Theme URI:    https://great-lotus.ancorathemes.com/
 Description:  Great Lotus - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



/* =Theme customization starts here
-------------------------------------------------------------- */

.sc_services_item_thumb::before,
.sc_services_item_thumb::after {
  content: none !important;
  display: none !important;
}

.sc_services_item_thumb img {
  object-fit: contain;
  width: 100%;
}


.sc_services_item_thumb {
  position: relative;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fdfcf7;
  background-position: center center;
  background-size:cover;
  background-image: url('http://drvhdate.com/wp-content/uploads/2025/05/OLD_PAPER_TEXTURE-scaled.jpg?id=2225');
  overflow: hidden; /* Ensure pseudo-element doesn't overflow */
}

/* Optional: Ensure content stays above the background */
.sc_services_item_thumb > * {
  position: relative;
  z-index: 1;
}
