/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.6.1769852496
Updated: 2026-01-31 09:41:36

*/

.banner-logo-text {
	position:relative;
	z-index:1;
}

.banner-logo-text:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -3px;
   background-image:url('https://pickfollowers.com/reign/wp-content/uploads/2026/01/R-icon.png');
    width: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56px;
    height: 67px;
}


.banner-logo-text {
	position:relative;
	z-index:1;
}

.banner-logo-text:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -3px;
   background-image:url('https://achievementpoint.in/reign/wp-content/uploads/2026/01/R-icon.png');
    width: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 56px;
    height: 67px;
}

.gradient-button {
  position: relative;        
  border: none;
  z-index: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Gradient border using :before */
.gradient-button::before {
  content: "";
  position: absolute;
  inset: -2px;                    /* border thickness */
  background: linear-gradient(180deg, #ffffff, #0D0C0C);
  border-radius: 10px;
  z-index: -1;
}

/* Hover effect */
.gradient-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

/* Optional: focus (accessibility) */
.read-more:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(211,169,92,0.25);
}

/* .info-strips {
	position:relative;
	z-index:1;
	overflow:hidden;
}
.info-strips::after {
    content: "";
    position: absolute;
    top: -16px;
    right: 0px;
    background-image: url('https://achievementpoint.in/reign/wp-content/uploads/2026/01/top-right.svg');
    width: 44%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    z-index: 99;
}

.info-strips::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0px;
    background-image: url('https://achievementpoint.in/reign/wp-content/uploads/2026/01/bottom-left.svg');
    width: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 16px;
    z-index: 99;
}
 */









