/* 
Theme Name: BookTastic 2026
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.btlist ul {
  list-style: none;
  padding-left: 2rem;
}

.btlist li {
  position: relative;
  margin: 0.5rem 0;
}

/* Base bullet styling */
.btlist li::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 0.2rem;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
}

/* 1st, 6th, 11th... */
.btlist li:nth-child(5n + 1)::before {
  background-image: url('/wp-content/themes/booktastic-cic/assets/bullet1.png');
}

/* 2nd, 7th, 12th... */
.btlist li:nth-child(5n + 2)::before {
  background-image: url('/wp-content/themes/booktastic-cic/assets/bullet2.png');
}

/* 3rd */
.btlist li:nth-child(5n + 3)::before {
  background-image: url('/wp-content/themes/booktastic-cic/assets/bullet3.png');
}

/* 4th */
.btlist li:nth-child(5n + 4)::before {
  background-image: url('/wp-content/themes/booktastic-cic/assets/bullet4.png');
}

/* 5th */
.btlist li:nth-child(5n + 5)::before {
  background-image: url('/wp-content/themes/booktastic-cic/assets/bullet5.png');
}


