/* 
 Theme Name:   estore-child
 Theme URI:    
 Description:  
 Author:       Dorotha Jolly
 Author URI:   
 Template:     estore
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/

.heading {
  text-align: center;
  padding: 24px 16px;
}

.heading h2 {
  margin: 0 0 12px;
  color: #111;
  line-height: 1.25;
  position: relative;
}

.heading h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  background: #00a9e0;
  margin: 10px auto 0;
  border-radius: 999px;
}

.heading p {
  margin: 0;
  color: #444;
  line-height: 1.7;
}
.operator-card {
  padding: 24px 12px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  background: #fff;
}

.operator-card h3 {
  margin: 0 0 18px;
  padding: 12px 14px;
  color: #111;
  line-height: 1.3;
  text-align: left;
  border-left: 5px solid #00a9e0;
}

.operator-card h3::first-letter {
  color: #00a9e0;
}
.operator-card img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 18px;
  border-radius: 15px;
}

.operator-card p {
  margin: 0 0 14px;
  color: #444;
  line-height: 1.7;
}

.operator-card .pros,
.operator-card .cons {
  margin: 18px 0 8px;
  font-weight: 700;
  color: #111;
}

.operator-card .pros {
  color: #178f4a;
}

.operator-card .cons {
  color: #c0392b;
}

.operator-card ul {
  margin: 0 0 14px 20px;
  padding: 0;
}

.operator-card li {
  margin-bottom: 6px;
  color: #444;
  line-height: 1.6;
}

.operator-card .pros-list li::marker {
  color: #178f4a;
}

.operator-card .cons-list li::marker {
  color: #c0392b;
}

.operator-card .cust-cta {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 18px;
  background: #00a9e0;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 999px;
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.operator-card .cust-cta:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.pros-cons-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin: 18px 0;
}

.pros-box,
.cons-box {
  padding: 14px;
  border-radius: 12px;
}

.pros-box {
  background: rgba(23, 143, 74, 0.08);
  border: 1px solid rgba(23, 143, 74, 0.18);
}

.cons-box {
  background: rgba(192, 57, 43, 0.08);
  border: 1px solid rgba(192, 57, 43, 0.18);
}

.pros-box .pros,
.cons-box .cons {
  margin-top: 0;
}

@media (min-width: 768px) {
  .pros-cons-grid {
    grid-template-columns: 1fr 1fr;
  }
}
section {
  margin: 15px 0;
}
p {
  margin-bottom: 7px !important;
}
.bonus-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 22px 0 12px;
  color: #111;
  line-height: 1.3;
}

.bonus-heading i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: #fff;
  background: #00a9e0;
  border-radius: 50%;
  font-size: 15px;
  box-shadow: 0 4px 10px rgba(0, 169, 224, 0.25);
}
.row {
  display: flex;
  flex-wrap: wrap;
}

.gy-3 {
  row-gap: 18px;
}

.col-xl-6,
.col-xl-12 {
  width: 100%;
  padding-left: 9px;
  padding-right: 9px;
  box-sizing: border-box;
}

@media (min-width: 1200px) {
  .col-xl-6 {
    width: 50%;
  }

  .col-xl-12 {
    width: 100%;
  }
}

.box {
  height: 100%;
  padding: 18px;
  background: #fff;
  border: 1px solid rgba(0, 169, 224, 0.18);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #00a9e0;
}

.box h3 {
  margin: 0 0 12px;
  color: #111;
  line-height: 1.3;
  position: relative;
  padding-left: 14px;
}

.box h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 4px;
  height: 1em;
  background: #00a9e0;
  border-radius: 999px;
}

.box p {
  margin: 0 0 12px;
  color: #444;
  line-height: 1.7;
}

.box p:last-child {
  margin-bottom: 0;
}
.title {
  text-align: left;
  margin: 24px 0 14px;
  color: #111;
  line-height: 1.25;
  position: relative;
  padding-left: 14px;
}

.title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 5px;
  height: 1.1em;
  background: #00a9e0;
  border-radius: 999px;
}

.title::after {
  content: "";
  display: block;
  width: 72px;
  height: 3px;
  background: #00a9e0;
  margin-top: 10px;
  border-radius: 999px;
}
.cust-float {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5rem;
  border-radius: 0.375rem;
}

@media (min-width: 768px) {
  .cust-float {
    float: right;
    margin-left: 1rem;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.cust-st h3 {
  clear: none !important;
}
.main-section-style-faq {
  padding: 24px 16px;
}

.main-section-style-faq h2 {
  margin: 0 0 18px;
  color: #111;
  line-height: 1.25;
  text-align: left;
  position: relative;
  padding-left: 14px;
}

.main-section-style-faq h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em;
  width: 5px;
  height: 1.1em;
  background: #00a9e0;
  border-radius: 999px;
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  border: 1px solid rgba(0, 169, 224, 0.22);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 15px 44px 15px 16px;
  color: #111;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  background: linear-gradient(
    90deg,
    rgba(0, 169, 224, 0.1),
    rgba(0, 169, 224, 0.02)
  );
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #00a9e0;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-body {
  padding: 14px 16px 16px;
  border-top: 1px solid rgba(0, 169, 224, 0.14);
}

.faq-body p {
  margin: 0;
  color: #444;
  line-height: 1.7;
}

/* operators table */
.operators {
  display: grid;
  gap: 12px;
}

.operators-header,
.operator-row {
  display: grid;
  grid-template-columns: 190px 1.1fr 1.4fr 140px;
  align-items: center;
  gap: 14px;
}

.operators-header {
  padding: 12px 14px;
  background: #111;
  color: #fff;
  border-radius: 14px;
  font-weight: 700;
}

.operator-row {
  padding: 14px;
  background: #fff;
  border: 1px solid rgba(0, 169, 224, 0.2);
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}

.operator-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: #00a9e0;
}

.operator-brand,
.operator-action {
  text-align: center;
}

.operator-bonus {
  color: #111;
  font-weight: 700;
  line-height: 1.45;
  font-size: 1.4rem;
}

.bonus {
  color: #00a9e0;
  font-weight: 800;
}

.operator-features ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 7px;
}

.operator-features li {
  position: relative;
  padding-left: 26px;
  color: #444;
  line-height: 1.45;
}

.operator-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 18px;
  height: 18px;
  background: #00a9e0;
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}

.cust-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  background: #00a9e0;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgba(0, 169, 224, 0.28);
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

.cust-cta-btn:hover {
  opacity: 0.92;
  transform: translateY(-1px);
  color: white;
}
.logo-sombrerospins {
  background: url("/wp-content/themes/estore-child/images/sombrero-spins.svg");
}

.bg-sombrerospins {
  background-color: #f5f1d2;
}

.logo-nalucasino {
  background: url("/wp-content/themes/estore-child/images/nalucasino.svg");
}

.bg-nalucasino {
  background-color: #095474;
}

.logo-tiktak-bet {
  background: url("/wp-content/themes/estore-child/images/tiktak.svg");
}

.bg-tiktak-bet {
  background-color: #141414;
}

.logo-bass-win {
  background: url("/wp-content/themes/estore-child/images/basswin.svg");
}

.bg-bass-win {
  background-color: #0f152b;
}

.logo-golden-mister {
  background: url("/wp-content/themes/estore-child/images/goldenmister.svg");
}

.bg-golden-mister {
  background-color: #001553;
}

.logo-lucky-mister {
  background: url("/wp-content/themes/estore-child/images/luckymister.svg");
}

.bg-lucky-mister {
  background-color: #191a2a;
}

.logo-bounty-reels {
  background: url("/wp-content/themes/estore-child/images/bountyreels.svg");
}

.bg-bounty-reels {
  background-color: #00013a;
}

.logo-tropicanza {
  background: url("/wp-content/themes/estore-child/images/tropicanza.svg");
}

.bg-tropicanza {
  background-color: #000433;
}

.logo-lucky-carnival {
  background: url("/wp-content/themes/estore-child/images/lucky-carnival.svg");
}

.bg-lucky-carnival {
  background-color: #01113a;
}

.logo-richyleo {
  background: url("/wp-content/themes/estore-child/images/richyleo.svg");
}

.bg-richyleo {
  background-color: #151521;
}

[class*="logo-"] {
  display: block;
  text-indent: -9999px;
  text-align: left;
  background-size: 70%;
  background-position: center center !important;
  background-repeat: no-repeat;
}

[class*="brand-"][class*="bg-"] {
  margin: 0 auto;
  padding: 5px;
  border-radius: 8px;
  width: 166px;
  height: 110px;
}
@media (max-width: 900px) {
  .operators-header {
    display: none;
  }

  .operator-row {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
    padding: 16px;
  }

  .operator-row::before {
    width: 100%;
    height: 5px;
  }

  .operator-brand {
    text-align: center;
  }

  .operator-bonus {
    text-align: center;
    padding: 10px;
    background: rgba(0, 169, 224, 0.08);
    border-radius: 12px;
  }

  .operator-features {
    width: 100%;
  }

  .operator-action {
    width: 100%;
  }

  .cust-cta-btn {
    width: 100%;
    box-sizing: border-box;
  }
  .operator-features ul {
    justify-items: center;
  }

  .operator-features li {
    text-align: left;
  }
}
