/* 
 Theme Name:   lms-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     lms-education-study
 Version:      

 /* == Add your own styles below this line ==
--------------------------------------------*/
h1 {
  font-size: clamp(2rem, 4vw, 2.5rem) !important;
}
h2 {
  font-size: clamp(1.6rem, 3vw, 2rem) !important;
  color: #ff782d !important;
  text-shadow: 0 0 5px rgba(255, 120, 45, 0.3);
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
}
section {
  margin: 45px 0 !important;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1em 0 0 !important;
}
.row-new.nav-box {
  background: #fff;
  border-radius: 50px;
  padding: 18px 30px;
}
.entry-header {
  background: radial-gradient(circle at top left, #aa5516, #643a1e);
  padding: 30px 17px;
  text-align: center;
  border-bottom: 2px solid #ff782d;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.entry-header::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(255, 120, 45, 0.15) 0%,
    transparent 60%
  );
  animation: pulse 6s infinite ease-in-out;
  z-index: 0;
}

.entry-title {
  font-weight: 700;
  color: #fff;
  letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(255, 120, 45, 0.8),
    0 0 20px rgba(255, 120, 45, 0.4);
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.entry-title:hover {
  transform: scale(1.05);
  text-shadow: 0 0 20px rgba(255, 120, 45, 1), 0 0 40px rgba(255, 120, 45, 0.8);
}

@keyframes pulse {
  0%,
  100% {
    opacity: 0.3;
    transform: scale(1);
  }
  50% {
    opacity: 0.6;
    transform: scale(1.1);
  }
}
.bingo-section {
  padding: 40px 20px;
  margin-top: 40px;
  position: relative;
  border-left: 4px solid #ff782d;
}

.bingo-title {
  color: #ff782d;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 120, 45, 0.3);
  padding-bottom: 8px;
}

.bingo-section p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.bingo-image {
  max-width: 200px;
  border: 2px solid rgba(255, 120, 45, 0.4);
  border-radius: 10px;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.bingo-image:hover {
  transform: scale(1.05);
  border-color: #ff782d;
  box-shadow: 0 0 10px rgba(255, 120, 45, 0.4);
}
.box {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 12px;
  padding: 21px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  height: 100%;
}
.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border: 2px solid #ff782d;
  border-radius: 50%;
  color: #ff782d;
  font-size: 32px;
  margin-bottom: 15px;
  transition: all 0.3s ease;
  box-shadow: 0 0 10px rgba(255, 120, 45, 0.2);
  margin: 0 auto 15px;
}

.icon:hover {
  background-color: #ff782d;
  color: #fff;
  box-shadow: 0 0 20px rgba(255, 120, 45, 0.4);
  transform: scale(1.1);
}
.list-pos {
  list-style-position: inside;
}

.flex-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  list-style-position: inside;
}
.rounded-10 {
  border-radius: 77px !important;
}
.cust-bg {
  background-color: #fff4e8;
  padding: 20px;
  border-radius: 15px;
}
.faq-section .accordion-button {
  color: #8b0000;
  font-weight: 600;
}
.faq-section .accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 26, 26, 0.25);
}
.accordion-button:not(.collapsed) {
  background-color: #e7bf9e !important;
}
.entry-content a {
  text-decoration: none !important;
  color: #ff782d !important;
}
.entry-content a:hover {
  color: #e65c00 !important;
}
.img_el {
  padding: 50px 0;
  position: relative;
  margin-top: 17px;
}
.img_el:before {
  content: "";
  background: color-mix(in srgb, #00000091, transparent 10%);
  position: absolute;
  inset: 0;
  z-index: 2;
  border-radius: 17px;
}
.img_el .img_el-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/lms-child/assets/img/fresh-games-to-play.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 17px;
}
.img_el .container {
  position: relative;
  z-index: 3;
}
.img_el .container h2,
.img_el .container p,
.img_el .container ul li {
  color: white !important;
}
.cust-list {
  list-style-position: inside;
}

.cust-list li {
  color: #333;
}

.cust-list li::marker {
  color: #ff782d;
  font-weight: bold;
}
.site-navigation .primary-menu ul {
  background-color: #ff782d !important;
}
.offcanvas-main-navigation a,
.responsive-content-menu a {
  color: #ffffff !important;
}
.operator {
  background-color: #e6283f;
}
.operato-2 {
  background-color: linear-gradient(to right, #dd1b3c, #044890);
}
.operator-3 {
  background-color: #14805e;
}
.site-navigation .primary-menu > li a {
  padding: 10px 7px !important;
}
.fa-th:before {
  content: "\f0c9" !important;
}
.primary-menu .current-menu-item a {
  color: #a74b18 !important;
}
.footer-column .wp-block-heading {
  color: whitesmoke !important;
}
.footer-link {
  color: #333;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ff782d;
}

.btn-subscribe {
  color: #fff;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-subscribe:hover {
  background-color: #ff9555;
}
.footer h5 {
  font-size: clamp(1.2rem, 3vw, 1.5rem) !important;
}
.contact-section {
  padding: 40px 20px;
}

.contact-section h2 {
  color: #ff782d;
  margin-bottom: 10px;
}

.contact-section p {
  color: #333;
  margin-bottom: 20px;
}

.contact-section a {
  color: #ff782d;
  text-decoration: none;
}

.contact-section a:hover {
  text-decoration: underline;
}

.contact-form {
  max-width: 500px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #ff782d;
  outline: none;
}

button {
  background-color: #ff782d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  transition: background 0.3s ease;
}

button:hover {
  background-color: #ff9555;
}
