/* 
 Theme Name:   designexo-child
 Theme URI:    
 Description:  
 Author:       
 Author URI:   
 Template:     designexo
 Version:      1.0

 /* == 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;
}
h3 {
  font-size: clamp(1.4rem, 3vw, 1.7rem) !important;
}
p {
  margin-bottom: 0.5rem !important;
  padding-bottom: 0 !important;
}
@media (min-width: 100px) and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
}
section {
  padding: 30px 0;
}
body {
  color: #ffffff !important;
  font-size: 16px !important;
}
.post-content {
  padding: 0 !important;
}
.page-header-title h1 {
  margin: 0;
  letter-spacing: 3px;
  text-transform: capitalize;
}
.theme-blog .post {
  background-color: unset !important;
  border: none !important;
  margin: 0 !important;
  border-radius: 0px;
  padding: 0;
  transition: all 0.5s;
}
.theme-blog .post:hover {
  box-shadow: none !important;
}
.heading h2 {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0.6rem 0;
  position: relative;
  background: linear-gradient(90deg, #ab8e2e 0%, #ff9a00 45%, #ff3b8a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  transition: transform 0.22s ease, filter 0.22s ease;
  filter: drop-shadow(0 6px 18px rgba(0, 0, 0, 0.6));
}

.heading h2:hover {
  transform: translateY(-4px);
  filter: drop-shadow(0 14px 40px rgba(255, 90, 0, 0.14));
}
.box {
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(255, 255, 255, 0.01) 100%
    ),
    rgba(18, 18, 20, 0.72);
  border: 1px solid rgba(255, 200, 110, 0.07);
  border-radius: 12px;
  padding: 1rem;
  backdrop-filter: blur(6px) saturate(110%);
  -webkit-backdrop-filter: blur(6px) saturate(110%);
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  height: 100%;
}

/* gentle lift on hover with a warm hint */
.box:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6),
    inset 0 1px 0 rgba(255, 255, 255, 0.02), 0 0 24px rgba(255, 180, 80, 0.04);
}
.img-section {
  border-radius: 14px;
  overflow: visible;
  position: relative;
}
.img-section .section-top-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  display: block;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  box-shadow: 0 6px 18px rgba(2, 6, 23, 0.06);
}
.img-section__content {
  background: linear-gradient(180deg, #000000 0, #2f280d 100%);
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
  padding: 1.25rem 17px;
  margin-top: -6px;
  box-shadow: 0 10px 30px rgb(248 248 248 / 4%);
}
.img-section__content h2 {
  background: linear-gradient(
    90deg,
    rgb(255 255 255 / 12%),
    rgb(255 255 255 / 34%)
  );
  color: #fab702;
  padding: 0.4rem 5px;
  border-radius: 8px;
  margin-bottom: 0.4rem;
  box-shadow: 0 4px 12px rgba(2, 6, 23, 0.03);
}
.img-section__content h3 {
  color: #ffffff;
  font-weight: 600;
}
.cust-bg {
  background: #ffffffde;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  padding: 1rem;
  color: #111;
}
.theme-block {
  padding: 1rem 0 1.875rem !important;
}
.author-card {
  gap: 1rem;
  padding: 1rem;
  border-radius: 12px;
  background: linear-gradient(180deg, #0b0b0d 0%, #151313 100%);
  border: 1px solid rgba(255, 200, 110, 0.06);
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.author-card .info h4 {
  margin: 0;
  letter-spacing: 0.4px;
}

.author-card .info h3 {
  color: #ffd85a;
}
.author-card .info p {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.35;
}
.author-card .role {
  padding: 10px 15px;
  border-radius: 999px;
  background: rgba(255, 215, 120, 0.06);
  color: #ffd85a;
  font-weight: 600;
  font-size: 1rem;
  vertical-align: middle;
}
.author-img {
  display: block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 1rem;
  margin-right: 1rem;
  background-image: url("/wp-content/themes/designexo-child/assets/img/author.jpg");
  background-size: cover;
  background-position: center;
  float: left;
  outline: 4px solid #ff9a00;
}
@media (max-width: 576px) {
  .author-img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

h1,
.h1,
h2,
.h2,
.h3,
h3,
h4,
.h4,
h5,
.h5,
.h6,
h6 {
  clear: none !important;
}
.flex-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  list-style-position: inside;
}
.rounded {
  border-radius: 21px !important;
}
.theme-page-header-area {
  background: #17212c
    url(/wp-content/themes/designexo-child/assets/img/casino-online-europei.jpg) !important;
  background-attachment: scroll !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-attachment: scroll !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9rem 0 4.75rem 0 !important;
}
@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 0 !important;
  }
}
.casino-section {
  background: #111;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.7);
  margin: 2rem auto;
}

.casino-title {
  font-family: "Cinzel", serif;
  color: #fab702;
  text-align: center;
  font-size: 1.8rem;
  text-shadow: 0 0 10px rgba(250, 183, 2, 0.8), 0 0 20px rgba(250, 183, 2, 0.6);
  margin-bottom: 1.5rem;
}

.casino-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.casino-item {
  margin: 0.8rem 0;
}

.casino-link {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #222;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s ease;
  box-shadow: 0 0 5px rgba(250, 183, 2, 0.5);
}

.casino-link:hover {
  color: #111;
  background: #fab702;
  box-shadow: 0 0 15px #fab702, 0 0 30px #fab702;
  transform: scale(1.05);
}
.entry-content a:hover {
  color: #fafa02 !important;
}
