:root {
    --spacing-sm: 2rem;
    --spacing-md: 3rem;
    --spacing-lg: 5rem;
    --spacing-xl: 7.5rem;
}

/* section {
    padding-block: var(--spacing-lg);
} */

/* .hero-section {
    padding-block: var(--spacing-xl);
}

.sub-section {
    padding-block: var(--spacing-md);
}

.card-section {
    margin-block: var(--spacing-sm);
}

.latest-news {
    margin-block: var(--spacing-lg);
}

.featured-section {
    padding-block: calc(var(--spacing-lg) * 1.5);
} */

@media (max-width: 768px) {
    :root {
        --spacing-sm: 1.5rem;
        --spacing-md: 2rem;
        --spacing-lg: 3rem;
        --spacing-xl: 4rem;
    }
}

.global-section .container {
    padding-inline: 0;
}

/* Menu */

.navbar-toggler {
    border: none;
    display: flex;
    justify-content: end;
    padding: 0;
}

.fixed {
    backdrop-filter: blur(.5rem);
}

#header {
    display: flex;
    flex-direction: column;
}

.header-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}

.header-menu-categories {
    font-weight: 600;
    font-size: 13px;
    background-color: var(--primary-color);
    border-radius: 10rem;
    padding: 1rem;
    /* margin-top: 1rem; */
}

.header-menu-categories .container {
    padding: 0;
}

.header-menu-categories .navbar.navbar-expand-lg {
    background-color: transparent;
}

.header-menu-categories .module-footer .nav-title {
    display: none;
}

.header-menu-categories .module-footer ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
    color: var(--white);
   

}

.header-menu-categories .module-footer ul li a {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .15rem;
}

.header-menu-categories .module-footer ul li a:hover {
    text-decoration: underline;
}

.header-top-part .align-items-center.position-relative {
    display: flex;
    flex-direction: row-reverse;
}

.appearance-logo-bar {
    display: flex;
    flex-direction: column;
}
.page-header-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2rem;
    /* margin-bottom: 3rem; */
}



/* .page-header-wrapper .module:nth-child(1) {
    flex: 0 1 auto;
    max-width: 30rem;
    text-align: start;
}

.page-header-wrapper .module:nth-child(2) {
    flex: 0 1 auto;
}

.page-header-wrapper .module:nth-child(3) {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.page-header-wrapper .module-image img {
    max-width: 100%;
    height: auto;
}

.page-header-wrapper p {
    margin: 0;
}
#header > .container {
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 1920px;
}

.global-header {
    display: flex;
    flex-direction: row-reverse;
}

header .navbar-menu .navbar-nav {
    gap: 2rem;
}

.navbar {
    --bs-navbar-toggler-focus-width: 0;
}
.navbar-menu-contact {
    display: none;
}

.section-title-home h1 {
    /* border-bottom: 1px solid var(--border-bottom); */
    /* padding-bottom: .25rem;
    margin-bottom: 1.9rem; */
    color: var(--black);
    text-transform: uppercase;
    /* font-size: 1.5rem;
    font-weight: 700; */
}


/* first section */
.section-title-home {
    position: relative;
    margin-bottom: 2rem;
}

.section-title-home p {
    position: relative;
    display: inline-block;
    padding: 0.5rem 0;
    margin: 0;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
    color: #000;
}

.section-title-home::after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #c40000;
    margin-top: 0.5rem;
}


.recommended-movies .col-lg-8.how-to-play-col .section-title-home p {
    padding-top: 2rem;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2rem;
}

.slick-dots li.slick-active button {
    background: var(--primary-color);
    transition: var(--transition-fast);
}

.news-slider-top h2 a {
    font-size: 1.5rem;
    font-weight: 600;
}


.news-slider-top .detail.blog-date {
    color: var(--date-color);
    text-transform: uppercase;
    font-size: .9rem;
}

.news-slider-top .blog-category-card .card-header .card-image img {
    /* height: 60vh; */
  }

/* latest news */

.latest-news .row:not(.products-grid .row) {
    /* margin-block: 5rem; */
    padding: 1rem 1rem 1rem 1rem;
    /* background: #EAEBEF; */
    border-radius: 1em;
    margin-left: 0;
    padding-left: 0;
    /* box-shadow: 0px -1px 4px 2px rgba(0,0,0,0.1); */
}

.header-menu-categories {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out, opacity 0.5s ease-in-out;
    /* Inițial este vizibil */
    max-height: 500px; 
    opacity: 1;
}

.col-lg-3.home-sidebar-wrapper-col {
    padding-right: 0;
}

.latest-news .home-sidebar-wrapper,.home-sidebar-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.custom-section .row {
    background-color: #fff;
    padding: 2rem;
    border-radius: var(--border-radius-md);
}


.story-form-wrapper .row,
.contact-form-wrapper .row  {
   padding: 0 !important;
}

.custom-section .content-column-col .module-form .row {
    padding: 0;
}

.custom-section .content-column-col .module-form .row .col-lg-12 {
    padding: 0;
}

.custom-section .images-column-col {
    padding-right: 0;
}

.latest-news-wrapper .products-grid .row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
}

.latest-news-wrapper .products-grid .row > .col-12:first-child {
    grid-column: 1 / 2;
    grid-row: 1 / 3;
    display: flex;
    flex-direction: row;
    width: fit-content;
}

.latest-news-wrapper .products-grid .row > .col-12:first-child .short-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.latest-news-wrapper .products-grid .row > .col-12:nth-child(n+2) {
    grid-column: 2 / 3;
    width: fit-content;

}

.latest-news-wrapper .products-grid .row > .col-12:nth-child(n+2) .blog-category-card  {
    flex-direction: row;
    display: flex;
}

.latest-news-wrapper .products-grid .row > .col-12:nth-child(n+2) .blog-category-card .card-body {
    padding: .5rem;
}

.latest-news-wrapper .products-grid .row > .col-12:nth-child(n+2) .blog-category-card .card-header {
    justify-content: center;
}

.latest-news-wrapper .products-grid .row > .col-12:nth-child(n+2) .blog-category-card .card-button {
    display: none;
}


.latest-news-wrapper .blog-category-card .card-header .card-image img {
    border-radius: var(--border-radius-md);
}

.latest-news-wrapper .blog-category-card .card-body {
    justify-content: stretch;
    padding: 1rem 0;
}

.latest-news-wrapper .blog-category-card .card-button {
    display: none;
}

.latest-news-wrapper .blog-category-card .card-content h2 a {
    font-size: 1.5rem;
    font-weight: 600;
}

.slick-container .blog-category-card  {
    display: flex;
    flex-direction: row;
}

.slick-container .blog-category-card .card-button {
    display: none;
}

.slick-container .blog-category-card .card-content h2 a {
    font-size: 1.1rem;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slick-container .blog-category-card .card-header {
    justify-content: center;
}

.slick-container .blog-category-card .card-body {
    gap: 0.313rem;
    padding: 0;
    padding-left: 1rem;
}

.slick-container .blog-category-card  {
    margin-bottom: 1rem;
}

.slick-container .slick-slide img {
    width: 10vw;
    height: 10vw;
    max-width: 10rem;
    max-height: 10rem;
    object-fit: cover;
    display: block;
}



.slick-container .blog-category-card .card-header .card-image img {
    border-radius: var(--border-radius-md);
}

.slick-container {
    position: relative;
}

.slick-container .slick-prev, .slick-container .slick-next {
    position: absolute;
    top: 105%;
    right: 3rem;
    transform: none;
    z-index: 10;
}

.slick-container .slick-prev {
    position: absolute;
    top: 105%;
    left: 104.5% !important;
    transform: translateX(-10rem);
    z-index: 10;
}


.latest-news-wrapper  .short-text p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.latest-news-wrapper .blog-category-card .card-image .view-count {
    display: none;
}

.latest-news-wrapper .products-grid .row > .col-12:nth-child(n+2) .slick-list {
    display: flex;
    height: auto !important;
}

.latest-news-wrapper .products-grid .row > .col-12:nth-child(n+2) .slick-track {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
}


.latest-news-wrapper .slick-slide {
    margin-bottom: 0 !important; 
    height: auto !important; 
    justify-content: center;
}

.latest-news-wrapper .slick-track {
    display: flex !important;
    flex-direction: column !important;
    gap: 0px !important; 
}


/* games and bets */

.align-end {
    display: flex;
    justify-content: end;
}

.section-game-bets {
    margin-top: 5rem;
}

.container-wrapper-games .title-line {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr; 
    gap: 10px;
    margin-block: 2rem;
    border-bottom: 1px solid #EAEBEF;
  }

  .container-wrapper-games .title-line h3 {
    color: #676A72;
    text-transform: uppercase;
    /* font-size: 1.8rem; */
  }

  .container-wrapper-games .content-line p {
    color: #000618;
    font-weight: 600;
    font-size: 1.2rem;
  }
  
  .container-wrapper-games .title-line .module {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container-wrapper-games .title-line .module-text2 {
    display: flex;
    justify-content: start;
    align-items: center;
  }
  
  .container-wrapper-games .title-line .col-lg-12 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
  }

  .container-wrapper-games .title-line .module-text2-simple:first-child {
    display: flex;
    justify-content: start;
    margin-left: 2rem;
  }
  
  .container-wrapper-games .title-line .module-text2-simple {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container-wrapper-games .title-line .col-lg-12 div:nth-child(odd) {
    grid-row: 1;
  }
  
  .container-wrapper-games .title-line .col-lg-12 div:nth-child(even) {
    grid-row: 2;
  }
  
  .container-wrapper-games .content-line-col .content-line {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1fr 1fr 1fr; 
    gap: 10px;
    border-bottom: 1px solid #EAEBEF;
    padding: 1rem;
    background-color: #fff;
    margin-bottom: 1rem;
    border-radius: var(--border-radius-md);
  }
  
  .container-wrapper-games .content-line-col .content-line .module {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container-wrapper-games .content-line-col .content-line .module-text2 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .container-wrapper-games .content-line-col .content-line .module-image {
    grid-column: span 5;
  }
  
  .container-wrapper-games .content-line-col .content-line .module-text2-simple:nth-child(2) {
    grid-column: span 1;
  }
  
  .container-wrapper-games .content-line-col .content-line .module-text2-simple:nth-child(3) {
    grid-column: span 1;
  }
  
  .container-wrapper-games .content-line-col .content-line .module-text2-simple:nth-child(4) {
    grid-column: span 1;
  }
  
  .container-wrapper-games .content-line-col .content-line .module-text2-simple:nth-child(5) {
    grid-column: span 1;
  }
  
.container-wrapper-games .img-text-wrapper {
    display: flex;
    gap: 2rem;
}

.container-wrapper-games .img-text-wrapper img {
    max-width: 8rem;
}

/* upcoming-events */

.upcoming-events {
    margin-block: 5rem;
}

.upcoming-events h3 {
    color: #676A72;
    text-transform: uppercase;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.upcaming-content {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 1rem 2rem;
    background-color: #EAEBEF;
    border-radius: .5rem;
    margin-bottom: 2rem;
}

.upcaming-content .nr {
    color: var(--primary-color);
    font-weight: 600;
     font-size: clamp(1.1rem, 3vw, 1.5rem);
}

.upcaming-content h4.fickle-title a {
    font-size: clamp(1.1rem, 3vw, 1.5rem);
    font-weight: 600;
    padding-bottom: 1rem;
}

.upcaming-content .fickle-title-subtitle  {
    border-left: 1px solid #676A72;
    padding-left: 2rem;
}

.upcaming-content .fickle-item.fickle-text-content  {
    text-align: center;
}

/* blog category page */
.blog-category-page .blog-category-card .card-body {
    padding: 1rem;
}

.blog-category-page .short-text p {
    /* font-weight: 600; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
}

.blog-category-page .blog-category-card .card-body {
    gap: 1rem;
}

.blog-category-page .card-title-blog a {
    font-size: 1.1rem;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3rem;
}

.blog-category-page .blog-category-card {
    /* padding: 1rem; */
    /* border: 1px solid #cccccc; */
    border-radius: var(--border-radius-md);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);

}

.blog-category-page .blog-category-card:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}

/* article page */
.news-page-header-image img {
    border-radius: 1rem;
    object-fit: contain;
}



.news-page-share {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap:2rem;
    margin-block: 2.5rem;
}

.news-page-header .date-up {
    text-transform: uppercase;
    color: var(--date-color);
}

.news-page-time {
    text-align: end;
    color: var(--date-color);
}

.news-page-header .user-write {
    text-transform: uppercase;
    color: var(--date-color);
    text-align: end;
}

/* .news-page-content-box {
    background-color: #f5f5f7;
    padding: 1.5rem;
    border-radius: .75rem;
    margin-bottom: 2rem;
} */

.news-page-content-box .breadcrumbs-container-top .breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: .5rem;
    margin-left: 0;
    background-color: #fff;
    padding: 1rem;
    border-radius: .5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
    margin-bottom: 1rem;
}


.similar-articles {
    margin-top: 5rem;
}

.icon-search {
    position: relative;
    z-index: 1;
}

/* Când search-ul este activ */
.search_form.active .icon-search {
    position: static;
}


/* sidebar articol */

.sidebar-container .builder-row {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sidebar-container .container {
    padding: 0;
}

.sidebar-container .blog-category-card {
   display: flex;
   flex-direction: column;
   background-color: transparent;
}

.sidebar-container .blog-category-card .card-header {
    display: none;
}

.sidebar-container .sidebar .blog-category-card .card-body {
    gap: .5rem;
    padding: 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #EAEBEF;
    border-radius: 0;
    margin-bottom: 1rem;
    background: #fff;
    padding: .5rem;
    border-radius: .5rem;
}

 .interiorpage .post-view .page-fields {
    background-color: #fff;
    padding: 1rem;
    border-radius: var(--border-radius-md);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
    position: sticky;
    top: 10rem;
}

.sidebar-container .blog-category-card .card-body .card-button {
    display: none;
}

.sidebar-container .sidebar .row .slick-slide {
    height: auto !important; 
}


.sidebar-container .sidebar .row .slick-slide {
    /* display: flex;
    align-items: center; */
    /* justify-content: center; */
}


.jconfirm-box.jconfirm-hilight-shake.jconfirm-type-green.jconfirm-type-animated {
    width: 90% !important;
}

main {
    margin-top: var(--header-height);
    position: relative;
    z-index: 1;
    transition: margin-top 0.5s ease;
}

body.menu-closed main {
    margin-top: 0;
}

header {
    position: sticky;
    top: 0;
    z-index: 100;
    transition: all 0.3s ease;
}

body.scrolled main {
    margin-top: var(--header-height);
}

.sidebar-container .sidebar  {
    position: relative;
    margin-bottom: 5rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    padding: 1rem;
    background-color: #F5F5F7;
    border-radius: var(--border-radius-md);
}

.sidebar-container {
    background-color: #fff;
    padding: 1rem;
    border-radius: var(--border-radius-md);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.09);
}

.sidebar-container .sidebar  .slick-prev,
.sidebar-container .sidebar .slick-next {
    position: absolute;
    top: 102%;
    left: .5rem;
    transform: none;
    z-index: 10;
}

.sidebar-container .sidebar .slick-next  {
    left: 5rem;
}


.sidebar-container .products-grid .slick-dots {
    display: none !important;
}


.sidebar-container .products-grid .row {
    display: flex;
    flex-direction: column;
    margin-bottom: -1rem;
}

.sidebar-container .home-sidebar-wrapper, .global-section .home-sidebar-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.sidebar-container .card-content .short-text {
    display: none;
}

.sidebar-container .card-content h2 a {
    font-size: 1.1rem;
    font-weight: 600;
}
.sidebar-container .blog-category-details .blog-date {
    color: var(--date-color);
    text-transform: uppercase;
}

.similar-articles-container {
    display: flex;
    flex-wrap: wrap; 
    gap: 20px;
}

.similar-card .slick-slide {
    flex: 1 1 calc(25% - 20px); 
    min-width: 250px;
}

.similar-articles-container img {
    border-radius: 1rem;
}


 .slick-slide {
    margin: 0 10px; 
}


.slick-next:before, .slick-prev:before {
    font-family: slick;
    /* font-size: 2rem; */
    line-height: 1;
    /* opacity: 1; */
    color: var(--primary-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: "➜"; 
    font-size: 1.25rem;
    padding: .5rem;
    color: var(--primary-color);
    display: inline-block;
    border: 2px solid var(--primary-color);
    border-radius: .25rem;
}

.slick-prev:before {
    content: "➜";
    font-size: 1.25rem;
    padding: .5rem;
    color: var(--primary-color);
    display: inline-block;
    transform: rotate(180deg);
    border: 2px solid var(--primary-color);  
    border-radius: .25rem;

}



/* ‹
› */


/* .slick-slider {
    max-height: 600px; 
    overflow-y: auto;
}

.slick-track {
    display: flex;
    flex-direction: column;
}

.slick-slide {
    width: 100% !important; 
    margin-bottom: 15px;
} */

.latest-sports .row .slick-slide {
    height: auto !important; 
}


.latest-sports .row .slick-slide {
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.latest-sports .blog-category-card {
    padding: 0;
    justify-content: initial;
    /* margin-top: 1rem; */
    gap: .5rem;
    /* padding: 1rem; */
    /* background-color: red !important; */
    box-shadow: none;
}

.latest-sports {
    position: relative;
    background-color: #F5F5F7;
    padding: 1rem;
    border-radius: var(--border-radius-md);

}

.sidebar-container-col {
    background-color: #F5F5F7;
    padding: 1rem 1rem 0 1rem !important;
    border-radius: var(--border-radius-md);
}

.products-grid .slick-track > .slick-slide:last-child .blog-category-card {
    margin-bottom: 0 !important;
}

.recommended-movies .sidebar-container {
    /* padding: 1rem 1rem 0 1rem !important; */
}

.latest-sports .slick-prev,
.latest-sports .slick-next {
    position: absolute;
    top: 105%;
    left: 10px;
    transform: none;
    z-index: 10;
}

.latest-sports .slick-next {
    left: 5rem;
}


.similar-articles-container .card-title a {
    font-size: 1.25rem;
    font-weight: 600;
}

.similar-articles-container .card-content-header {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    margin-top: 1rem;
}

.similar-articles-container .detail.blog-date {
    color: var(--date-color);
    text-transform: uppercase;
}

/* recommended-movies */

.recommended-movies {
    margin-top: 5rem;
}

.recommended-movies .how-to-play .blog-category-card {
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius-md);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 0;
    height: 100%;
    transition: box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);   
};



.products-grid .row {
    /* gap: 2rem; */

}




.recommended-movies .latest-sports .blog-category-card {
    border-bottom: 1px solid #EAEBEF;
    border-radius: 0;
    margin-bottom: 1rem;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    border-radius: var(--border-radius-md);
}


.recommended-movies .blog-category-card .card-body {
    padding: 0;
    justify-content: initial;
    gap: .5rem;
    padding: 1rem;

    /* background-color: transparent; */
}

.recommended-movies .blog-category-card .card-body .card-content h2 a {
    font-size: 1.1rem;
    line-height: 1.3;
    font-weight: 500;
}

.recommended-movies .short-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommended-movies .blog-category-card .card-button {
    display: none;
}

.recommended-movies .recommended-movies-description {
    /* display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: center;
    justify-content: right; */
    margin-bottom: 2rem;
}

.recommended-movies .recommended-movies-description .module-button {
    margin-left: auto;
}



/* banner section */
.ad-banner {
    margin-top: 10rem;
    margin-bottom: 5rem;
}

.ad-banner .module-image {
    height: 15rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .5rem;

}

.ad-banner .module-image img {
    border-radius: .5rem;
    object-fit: cover;
    width: 100%;
}

/* gambling section */
.gambling-guides {
    margin-bottom: 5rem;
}

.gambling-guides .blog-category-card .card-body {
    display: flex;
    flex-direction: column;
    background-color: transparent;
    gap: .5rem;
    justify-content: center;
    padding: 0;
}

.gambling-guides .blog-category-card {
    margin-bottom: 2rem;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.gambling-guides .blog-category-card .card-button {
    display: none;
}

.detail.blog-date {
    font-size: .9rem;
    text-transform: uppercase;
    color: var(--date-color);
}

.gambling-guides .gambling-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:  3rem;
}

.gambling-guides .blog-category-card .card-image .view-count {
    display: none;
}

.gambling-guides .blog-category-card .card-body .card-content h2 a {
    font-weight: 500;
    font-size: 1.1rem;
}

.gambling-guides .blog-category-card .card-header .card-image img {
    max-width: 10rem;
}

.gambling-guides .blog-category-card .short-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 1.5;
}

/* Footer */

footer {
    padding-bottom: 1rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-top: 5rem;
}

footer p {
    color: #000;
}

footer .logo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

footer .logo-wrapper .module.module-image img {
    width: 350px;
    max-width: 100%;
}

footer .newsletter-wrapper h2 {
    color: var(--primary-color);
    font-weight: 600 !important;
}
footer .newsletter-wrapper {
    background: var(--white);
    padding: 1.5rem 1.75rem;
    border-radius: var(--border-radius-md);
    margin-bottom: 2rem;
}

footer .newsletter-wrapper-col {
    padding: 0;
}

.email-input {
    background-image: url('/uploads/icons/mail.svg');
    background-size: 20px;
    background-position: 2.5rem center;
    background-repeat: no-repeat;
    padding-left: 4.5rem;
}


footer .module-footer .nav-title {
    display: none;
}

footer .module-footer ul li a {
    font-weight: 600;
}

footer .gamble-aware-wrapper .module-gallery-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}


footer .footer-copyright {
    border-top: 1px solid var(--border-color);

}

footer .image-flex {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 1rem;
}

footer .image-flex img {
    max-width: 180;
}

/* post page */
.category-title.semibold h1 {
    color: var(--primary-color);
}

/* 404 */

.error-details h4 {
    font-size: 15rem;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    background: linear-gradient(45deg, var(--primary-color), var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 
        2px 2px 0 rgba(4, 33, 121, 0.1),
        4px 4px 0 rgba(218, 168, 41, 0.1);
    position: relative;
    animation: float 6s ease-in-out infinite;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}

.captcha-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 10px;
  }
  
  .captcha-input {
    flex: 0 0 50%;
    padding-right: 5px;
    box-sizing: border-box;
  }
  
  .captcha-image {
    flex: 0 0 50%;
    padding-left: 5px;
    box-sizing: border-box;
    text-align: left;
  }
  
  .captcha-text {
    width: 100%;
    margin-top: 5px;
  }
  
  .captcha-text .danger {
    color: var(--red);
    font-size: 0.75rem;
    margin: 0;
  }

.error-details h4::after {
    content: '404';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    filter: blur(30px);
    opacity: 0.3;
    background: linear-gradient(45deg, var(--primary-color), var(--primary-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.error-details p {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark-gray);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 1rem;
}

@media (max-width: 768px) {
    .error-details h4 {
        font-size: 8rem;
    }
    
    .error-details p {
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
}



/* Popup */

.adult-popup-wrapper .container-fluid .row {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.adult-popup-wrapper {
    display: none;
    position: fixed ;
    top: 0; left: 0; width: 100vw; height: 100vh;
    background: rgba(255, 255, 255, 0.97);
    z-index: 99999;
    display: flex ;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(8px);
}

#adult-area {
    position: relative;
    background-color: #EAEBEF;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: .5rem;
    padding: 3rem 2rem 2rem 2rem;
    max-width: 50rem;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

#adult-area .module-image img {
    max-width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.alert-text h2 {
    color: var(--primary-color);
}

#adult-area .title span {
    color: var(--primary-color) !important;
    background: none;
    padding: .2rem 1.2rem;
    /* border-radius: 1rem; */
    font-size: 2rem;
    font-weight: 900;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: .5rem;
    box-shadow: none;
    text-align: center;
}
#adult-area .btn-wrapper-col .btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.module.module-text2.module-text2-simple.content h2 strong {
    line-height: 1 !important;
}

#adult-area .title p {
    text-align: center !important;
    margin: 0 auto 1rem auto;
}

body.no-scroll {
    overflow: hidden;
    height: 100vh;
}


@media (max-width: 600px) {
    #adult-area {
        padding: 1.5rem 0.5rem;
        max-width: 98vw;
    }
}

  .story-section .col-lg-6:last-of-type {
    background: #fff;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: .5rem;
    z-index: 2;
    position: relative;
  }
  
  .story-section h2, 
  .story-section h3 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
  }
  

  
  /* Responsive */
  @media (max-width: 768px) {
    .story-section .col-lg-6 {
      flex: 0 0 100%;
      max-width: 100%;
    }
  
    .story-section .col-lg-6:first-of-type {
      height: 200px;
    }
  
    .story-section .col-lg-6:last-of-type {
      padding: 30px;
    }
  }
  
  .builder-section.story-section.py-5.builder-section-type-page {
    margin: 0 auto;
    margin-left: var(--container-padding)!important; 
    margin-right: var(--container-padding)!important;
    max-width: 1920px;
    border-radius: var(--border-radius-md);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .builder-section.story-section.py-5.builder-section-type-page .container {
    padding: 0 3rem;
  }

  .builder-section.story-section.py-5.builder-section-type-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); 
    box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.6); 
    border-radius: var(--border-radius-md);
    z-index: 0;
    pointer-events: none;
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(206, 29, 63, 0.15);
}

textarea[name="message"] {
    min-height: 15rem; 
    resize: vertical; 
  }
  