@import "fonts.css?v2";
@import "reset.css";


html {
    background: #0C2763; /* fallback under body to avoid white flash */
    overscroll-behavior: none;
}



body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

section {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

main {
    flex: 1;
    padding-top: 140px;
}
@media screen and (max-width: 1220px) {
    main {
        padding-top: 80px;
    }
}

[class$=container] {
    max-width: 1360px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
@media screen and (max-width: 1280px) {
    [class$=container] {
        padding: 0 25px;
    }
}
@media screen and (max-width: 767px) {
    [class$=container] {
        padding: 0 15px;
    }
}

.home {
    background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
}

.single-review {
    background-color: #fff;
}

.primary-btn, .review-red-link, .secondary-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.47619px;
    transition: all 0.3s ease-in;
}
.primary-btn:focus, .review-red-link:focus, .secondary-btn:focus {
    box-shadow: 0 0 0 3px #6694FF;
}
.primary-btn:disabled, .primary-btn.disable, .review-red-link:disabled, .review-red-link.disable, .secondary-btn:disabled, .secondary-btn.disable {
    opacity: 0.4;
    pointer-events: none;
}

.primary-btn, .secondary-btn {
    border-radius: 30px;
    padding: 19px 21px;
}

.primary-btn {
    min-width: 290px;
    color: #F9FAFB;
    background-color: #F6A627;
}
.primary-btn:hover {
    background-color: #F59A0A;
    transform: translateY(-2px);
}

.secondary-btn {
    border: 1px solid #F6A627;
    background-color: #fff;
    color: #F6A627;
}
.secondary-btn:hover {
    color: #F59A0A;
    border-color: #F59A0A;
}

.review-red-link {
    width: fit-content;
    color: #F6A627;
}
.review-red-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background-color: #F6A627;
    transition: all 0.3s linear;
}
.review-red-link:hover {
    color: #F59A0A;
}
.review-red-link:hover:before {
    color: #F59A0A;
}
.review-red-link:focus {
    color: #6694FF;
}
.review-red-link:focus:before {
    background-color: #6694FF;
}

.logo, .main-logo, .other-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.other-logos img{
    padding-left: 10px;
    padding-right: 10px;
}





.menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 2;
    color: #fff;
}

/** Filter **/
.container-filter {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    grid-gap: 20px;
    margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
    .container-filter {
        grid-gap: 10px;
    }
}

.filter-radio {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: fit-content;
    border-radius: 30px;
}
.filter-radio .filter-label img {
    display: block;
    margin-right: 8px;
    width: 20px;
    height: 20px;
}
.filter-radio input[type=radio] {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    z-index: 1;
}
.filter-radio input[type=radio] + .filter-label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 25px;
    font-size: 18px;
    font-family: "Inter", sans-serif;
    font-weight: 700;
    color: #F9FAFB;
    position: relative;
    border-radius: 30px;
    background: rgba(18, 36, 77, 0.5);
}
.filter-radio input[type=radio]:checked + .filter-label {
    background-color: #FFFFFF;
    color: #19336C;
}
.filter-radio input[type=radio]:focus + .filter-label {
    box-shadow: 0 0 0 0.2rem rgba(25, 51, 108, 0.3);
}
.filter-radio input[type=radio]:disabled + .filter-label {
    opacity: 0.5;
    pointer-events: none;
}
@media screen and (max-width: 1024px) {
    .filter-radio input[type=radio] + .filter-label {
        padding: 14px 18px;
    }
}
@media screen and (max-width: 767px) {
    .filter-radio input[type=radio] + .filter-label {
        padding: 10px 8px;
        font-size: 0;
    }
    .filter-radio .filter-label:after {
        content: attr(data-content);
        display: block;
        font-size: 14px;
    }
    .filter-radio .filter-label img {
        margin-right: 4px;
        width: 14px;
        height: 14px;
    }
}

.breadcrumbs {
    position: relative;
    width: 100%;
    padding: 8px 0;
    background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
}
.breadcrumbs ul {
    display: flex;
    align-items: center;
}
.breadcrumbs li {
    display: flex;
    align-items: center;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 12px;
    text-align: right;
    color: #B8C0D1;
}
.breadcrumbs li:not(:last-child):after {
    content: "/";
    display: inline-flex;
    margin: 0 4px;
    position: relative;
}
.breadcrumbs a:hover {
    color: #F6A627;
}

.content-block > * {
    margin-bottom: 40px;
}
.content-block p {
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
}


.content-block a {text-decoration: underline #FFF;}

.content-block b {color: #F6A627;}

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    color: #fff;
}
.content-block h2 {
    font-size: 27px;
}
.content-block ul, .content-block ol {
    display: grid;
    row-gap: 10px;
}
.content-block li {
    font-family: "Cabin", "sans-serif";
    font-weight: 400;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}
.content-block li:before {
    position: absolute;
    left: 0;
    color: #F6A627;
    text-align: center;
    display: inline-block;
}

.content-block li strong {
    color: #fff;
    text-decoration: underline #F6A627;
}


.content-block ul li {
    padding-left: 16px;
}
.content-block ul li:before {
    content: "";
    background-color: #F6A627;
    top: 8px;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
.content-block ol {
    list-style: none;
    counter-reset: item;
}
.content-block ol li {
    counter-increment: item;
    padding-left: 28px;
}
.content-block ol li:before {
    content: counter(item) ".";
    --size: 18px;
    left: calc(-1 * var(--size) + 18px);
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
}



.content-block ul.tick {
    list-style: none; /* Remove list bullets */
    padding: 0;
}

.content-block ul.tick li {padding-left: 36px;}

.content-block ul.tick li::before {
    content: "âœ…"; /* Insert content that looks like bullets */
    background: none;
    top: 0px;
}






@media screen and (max-width: 1024px) {
    .content-block > * {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .content-block h2 {
        margin-bottom: 15px;
    }
}

/** Header **/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 31px 0 21px;
    background-color: transparent; /* ensure no white shows when not sticky */
    transition: all 0.1s ease-in-out;
    z-index: 22;
}
.header.sticky {
    background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    padding: 11px 0;
    transition: all 0.1s linear;
}
.header__container {
    padding: 0 25px;
    max-width: 1820px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header__logo {
    max-width: clamp(10.75rem, 3.25rem + 10.547vw, 14.5rem);
}
.header__trustpilot {
    position: absolute;
    right: max(calc((100% - 1360px) / 2 + 15px), 15px);
}

@media screen and (max-width: 1820px) {
    .header__trustpilot {
        right: max(calc((100vw - 1360px) / 2 + 15px), 15px);
    }
}

@media screen and (max-width: 1360px) {
    .header__trustpilot {
        right: 15px;
    }
}

@media screen and (max-width: 1280px) {
    .header__trustpilot {
        right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .header__trustpilot {
        display: none;
    }
}
@media screen and (min-width: 1220px) {
    .header__menu-btn {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .header {
        padding: 11px 0;
    }
}
@media screen and (max-width: 767px) {
    .header {
        padding: 11px 0;
    }
    .header__container {
        padding: 0 25px;
    }
}

.header-white {
    background: #FFFFFF;
}
.header-white .menu-btn {
    color: #19336C;
}
.header-white .main-logo {
    color: #19336C;
}
.header-white.sticky {
    background: #fff;
}
.header-white li a {
    color: #19336C;
}
@media screen and (max-width: 1220px) {
    .header-white .responsive-menu li a {
        color: #E8EBF0;
    }
    .header-white .responsive-menu .menu-btn {
        color: #fff;
    }
}

.page-navi {
    background-color: #F3F4F6;
    font-family: "Cabin", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #0C2763;
    /*@media screen and (max-width: 1024px) {
      &__list, &__content {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
      }
      &__title {
        cursor: pointer;
        pointer-events: all;
        margin: 0;
      }
      &__title:after {
        content: '';
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 13px;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 70%;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1.85596L5 5.85596L1 1.85596' stroke='%230C2763' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        transition: all .3s linear;
      }
      &__title.active:after {
        transform: rotate(180deg);
      }
      &__list {
        width: 100%;
        overflow-x: auto;
        padding: 20px 0;
        li {
          text-align: center;
          width: 100%;
          position: relative;
        }
        li:not(:last-child) {
          margin: 0 0 15px
        }
        li:not(:last-child):before {
          content: '';
          position: absolute;
          bottom: -1px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: $color-dark-blue;
        }
      }
      a {
        font-size: 18px;
      }
      .navi-toggle-block {
        display: none;
      }
    }*/
}
.page-navi .navi-toggle-block {
    width: 100%;
}
.page-navi a {
    display: flex;
    align-items: center;
}
.page-navi a img {
    display: block;
    margin-right: 5px;
    width: 17px;
    height: 17px;
}
.page-navi a:hover, .page-navi a.active {
    color: #F6A627;
}
.page-navi__content {
    padding: 20px 12px 13px;
}
.page-navi__content, .page-navi__list {
    display: flex;
    align-items: center;
    width: 100%;
}
.page-navi__title {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 700;
    text-transform: uppercase;
    flex-shrink: 0;
    padding-bottom: 7px;
    margin-right: clamp(0.625rem, -1.071rem + 4.524vw, 3rem);
    pointer-events: none;
    font-size: 13px;
}
.page-navi__title:after {
    content: ":";
    display: inline-block;
    margin-left: 4px;
}
.page-navi li {
    flex-shrink: 0;
}
.page-navi__list {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 7px;
}
.page-navi__list li:not(:last-child) {
    margin-right: clamp(0.625rem, -1.071rem + 4.524vw, 3rem);
}
@media screen and (min-width: 1024px) {
    .page-navi .navi-toggle-block {
        display: block !important;
    }
}
@media screen and (max-width: 1024px) {
    .page-navi__content {
        padding-left: 0;
        padding-right: 0;
    }
    .page-navi .navi-toggle-block {
        width: calc(100% - 90px);
    }
}

/** Responsive menu (Menu) **/
.responsive-menu {
    transition: all 0.3s linear;
}
.responsive-menu a {
    display: flex;
    align-items: center;
    width: 100%;
    text-transform: uppercase;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 0.04em;
    color: #FFFFFF;
}
.responsive-menu .icon {
    display: none;
}
.responsive-menu a:hover {
    color: #F6A627;
}
.responsive-menu__head {
    display: none;
}
.responsive-menu__list {
    display: flex;
    align-items: center;
}
.responsive-menu li:not(:last-child) {
    margin-right: clamp(0.938rem, -2.688rem + 5.098vw, 2.75rem);
}
@media screen and (max-width: 1220px) {
    .responsive-menu {
        position: relative;
        right: 0;
        top: 0;
        background-color: #0C2763;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: column;
        max-width: 80%;
        min-width: 360px;
        margin-left: auto;
        width: 100%;
        height: 100dvh;
        transform: translateX(100%);
        z-index: 10;
    }
    .responsive-menu a {
        text-transform: capitalize;
        font-family: "Cabin", sans-serif;
        font-weight: 700;
        font-size: 23px;
        letter-spacing: 0.02em;
        color: #E8EBF0;
    }
    .responsive-menu .icon {
        display: block;
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .responsive-menu-js {
        background-color: rgba(15, 23, 42, 0.8);
        position: fixed;
        opacity: 0;
        visibility: hidden;
        width: 100%;
        height: 100dvh;
        right: 0;
        top: 0;
        z-index: 20;
        transition: all 0.3s linear;
    }
    .responsive-menu .logo {
        width: 60px;
    }
    .responsive-menu__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #475C89;
    }
    .responsive-menu__head, .responsive-menu__nav {
        padding: 25px 20px;
        width: 100%;
    }
    .responsive-menu__nav {
        padding-top: 70px;
        position: relative;
    }
    .responsive-menu__nav:before {
        content: attr(data-info);
        display: block;
        width: fit-content;
        margin-bottom: 45px;
        font-family: "Sora", sans-serif;
        font-weight: 700;
        font-size: 23px;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        color: #FFFFFF;
    }
    .responsive-menu__list {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        height: calc(100dvh - 280px);
        overflow: hidden;
        overflow-y: auto;
    }
    .responsive-menu li:not(:last-child) {
        margin: 0 0 45px;
    }
}

.show-menu {
    overflow: hidden;
}
.show-menu .responsive-menu {
    transform: translateX(0);
    transition: all 0.3s linear;
}
.show-menu .responsive-menu-js {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s linear;
}

/** Hero Section **/
.s-hero__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.s-hero__info {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;

}
.s-hero__title {
    font-family: "Sora", sans-serif;
    font-weight: 600;
    font-size: clamp(2.313rem, 1.261rem + 2.803vw, 4.625rem);
}

.s-hero__text {
    font-family: "Cabin", sans-serif;
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    padding: 10px;
}

.s-hero__title span {
    color: #F6A627;
}
.s-hero__decor {
    max-width: 498px;
}
@media screen and (max-width: 1024px) {
    .s-hero {
        padding: 20px 0;
    }
    .s-hero__title {
        margin-bottom: 16px;
    }
    .s-hero__decor {
        max-width: 380px;
    }
}
@media screen and (max-width: 767px) {
    .s-hero__title {
        margin-bottom: 10px;
    }
}

/** Casino Card **/
.s-cards {
    padding: 20px 0 45px;
}
@media screen and (max-width: 767px) {
    .s-cards .container-filter {
        grid-gap: 4px;
        margin-bottom: 20px;
    }
    .s-cards__container {
        padding: 0 10px;
    }
}


.s-cards__heading {
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    background: #fff;
    color: #000;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    margin-bottom: 20px;
    border: 0.2em solid #f6a627;
}

.s-cards__heading h2 {
    font-size: 30px;
}


.s-cards__heading p {
    padding: 10px;
    font-size: 16px;
}



/* Table Section */
.s-table {
    padding: 30px 0;
    color: #fff;
}

/** Casino Cards (from static) **/
.s-casino-cards {
    padding: 20px 0;
}

.casino-cards {
    display: grid;
    row-gap: 20px;
    counter-reset: my-awesome-counter;
    list-style: none;
}
@media screen and (max-width: 767px) {
    .casino-cards {
        row-gap: 32px;
    }
}
.casino-cards .casino-card:first-child .toggle-btn-js {display: none;}
.casino-cards .casino-card:first-child .toggle-card-js {display: block;}

.casino-card {
    counter-increment: my-awesome-counter;
    position: relative;
    display: grid;
    grid-template-columns: minmax(200px, 260px) minmax(440px, 1fr);
    padding: 0;
    background-color: #FFFFFF;
    box-shadow: 0 0 0 0.2rem transparent;
    border-radius: 18px;
    border: 1px solid #F6A627;
    overflow: hidden;
    transition: all 0.3s ease-out;
}
.casino-card:hover { box-shadow: 0 0 0 0.2rem #F6A627; }
.casino-card::before {
    content: counter(my-awesome-counter);
    position: absolute;
    top: 17px;
    left: 15px;
    color: #19336C;
    font-size: 0.83em;
    font-family: "Sora", sans-serif;
    font-weight: 700;
    --size: 30px;
    line-height: var(--size);
    width: var(--size);
    height: var(--size);
    background-color: #F9FAFB;
    border-radius: 50%;
    text-align: center;
    z-index: 3;
}
.casino-card__thumbnail, .casino-card__content { position: relative; z-index: 2; }
.casino-card__thumbnail {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 154px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.casino-card__thumbnail img { position: absolute; padding: 15px; height: auto; width: 100%; margin: 0 auto; }
.casino-card__content { padding: 20px 25px 20px 20px; }
.casino-card__content, .casino-card .casino-card-wrapper {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    grid-auto-flow: dense;
    grid-gap: 17px;
}
.casino-card__head { position: relative; }
.casino-card__head .toggle-btn-js { display: none; }
.casino-card__title, .casino-card__subtitle { font-family: "Inter", sans-serif; font-weight: 800; }
.casino-card__subtitle { font-size: 14px; color: #95A1BB; text-transform: uppercase; margin-bottom: 2px; }
.casino-card__title { font-size: 24px; color: #19336C; margin-bottom: 8px; }
.casino-card__action {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-self: flex-end;
    width: auto;
}
.casino-card .review-red-link { justify-self: center; }
.casino-card__responsive { grid-column: 1/-1; }
.casino-card .casino-card-wrapper { grid-template-columns: 57% 41%; }
.casino-card .characters { grid-column: 1/-1; grid-row: 2; }
.casino-card .payments-method__items { justify-content: flex-end; }
@media screen and (max-width: 1220px) {
    .casino-card__content, .casino-card .casino-card-wrapper { grid-template-columns: 1fr; }
    .casino-card .payments-method__items { justify-content: flex-start; }
    .casino-card__action { grid-row: 3; }
    .casino-card__action { width: 100%; min-width: 100%; }
    .casino-card__action .primary-btn { width: 100%; min-width: 100%; }
}
@media screen and (max-width: 1024px) {
    .casino-card { grid-template-columns: auto; }
    .casino-card::before { top: 10px; left: 10px; }
    .casino-card__head { margin-bottom: 15px; padding-right: 38px; }
    .casino-card__thumbnail { height: 160px; }
    .casino-card__thumbnail img { position: relative; width: auto; }
    .casino-card__content { row-gap: 0; padding: 17px 15px; }
    .casino-card .casino-card-wrapper { margin-bottom: 15px; row-gap: 20px; }
    .casino-card__action { display: flex; justify-self: flex-start; width: auto; }
    .casino-card .review-red-link { grid-row: 2; }
}
@media screen and (max-width: 767px) {
    .casino-card__thumbnail { height: 130px; }
    .casino-card__thumbnail img { height: auto; width: 180px; }
    .casino-card__responsive, .casino-card .characters { display: none; }
    .casino-card__head .toggle-btn-js { display: flex; }
}

.toggle-btn-js {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    padding: 0;
    background-color: #19336C;
    border-radius: 5px;
    cursor: pointer;
}
.toggle-btn-js svg { transform: rotate(0deg); transition: all 0.3s linear; }
.toggle-btn-js.active svg { transform: rotate(-180deg); }

.characters {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    width: 100%;
}
.characters-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 9px 10px;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    border: 0.95px solid #E8EBF0;
    border-radius: 5px;
}
.characters-item__attr {
    display: flex;
    align-items: center;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #95A1BB;
}
.characters-item__value { font-family: "Sora", sans-serif; font-weight: 700; font-size: 16px; color: #1F2937; }
.characters-item img { width: 20px; height: 20px; display: inline-block; margin-right: 7px; }
@media screen and (max-width: 1220px) { .characters { grid-template-columns: repeat(2, 1fr); } }

.tc-block { position: relative; z-index: 2; margin-left: 15px; font-family: "Cabin", sans-serif; font-weight: 600; font-size: 13px; color: #95A1BB; }
.rating-block, .star-rating { display: flex; align-items: center; }
.star-rating .icon-star:not(:last-child) { margin-right: 4px; }
.star-rating .icon-star { width: 18px; height: 18px; }

.list { display: grid; row-gap: 6px; }
.list li {
    position: relative;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #1F2937;
    padding-left: 26px;
}
.list li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    display: flex;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.3526' width='18' height='18' rx='9' fill='%2310BD2C'/%3E%3Cpath d='M14 6.39119L7.14286 13.1026L4 10.0265L4.80571 9.23795L7.14286 11.5198L13.1943 5.6026L14 6.39119Z' fill='%23F3F4F6'/%3E%3C/svg%3E%0A");
}

.payments-method__items { display: flex; align-items: center; flex-wrap: wrap; grid-gap: 16px; }
.payments-method__title {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    color: #8A8A8A;
    text-transform: uppercase;
    margin-bottom: 10px;
}
@media screen and (max-width: 1024px) { .payments-method__title { color: #95A1BB; } }
.payment-item { display: flex; justify-content: center; align-items: center; height: 35px; width: 70px; transition: all 0.3s linear; }
.payment-item img { width: auto; }
.payment-item.hidden { position: absolute; visibility: hidden; opacity: 0; }
@media screen and (max-width: 767px) { .payment-item { width: 60px; } }

.payment-more {
    width: 35px;
    height: 35px;
    background-color: #F3F4F6;
    border-radius: 3px;
    font-family: "Sora", sans-serif;
    font-weight: 800;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.04em;
    color: #19336C;
    cursor: pointer;
    flex-shrink: 0;
}

.s-table__heading {
    text-align: center;
    margin-bottom: 30px;
}

.s-table__heading h2 {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 1rem + 1vw, 2.2rem);
    color: #fff;
}

.table-wrapper {
    overflow-x: auto;
}

.best-sites {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    color: #19336C;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}

.best-sites thead {
    background: #F6A627;
    color: #fff;
}

.best-sites th,
.best-sites td {
    padding: 16px 20px;
    text-align: left;
    font-family: "Cabin", sans-serif;
    font-size: 16px;
}

.best-sites th {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.best-sites tbody tr:nth-child(even) {
    background: #f9fafb;
}

.best-sites tbody tr:hover {
    background: rgba(246, 166, 39, 0.1);
}

.best-sites a {
    color: #F6A627;
    font-weight: 700;
    text-decoration: none;
}

.best-sites a:hover {
    text-decoration: underline;
}

/* Mobile */
@media screen and (max-width: 767px) {
    .best-sites th,
    .best-sites td {
        padding: 12px 14px;
        font-size: 14px;
    }
}

/* Review Section */
.s-review {
    padding: 30px 0;
}

.s-review__heading {
    max-width: 850px;
    margin: 0 auto 40px;
    text-align: center;
}

.s-review__heading h2 {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 1.2rem + 1.5vw, 2.5rem);
    margin-bottom: 20px;
}

.s-review__heading p {
    font-family: "Cabin", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
}

.s-review__heading strong {
    color: #F6A627;
    font-weight: 700;
}

.s-review__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 1100px;
    margin: 0 auto;
}

.s-review__grid .review-card:nth-child(5) {
    grid-column: 2 / span 2;
}

@media (max-width: 900px) {
    .s-review__grid {
        grid-template-columns: 1fr;
    }
    .s-review__grid .review-card:nth-child(5) {
        grid-column: auto;
    }
}

.s-top-sites {
    padding: 30px 0;
}

.s-top-sites__heading {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
}

.site-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 25px;
    margin-bottom: 40px;
}

.site-card h3 {
    font-size: 22px;
    margin-bottom: 20px;
    color: #0C2763;
}

.site-card__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
    font-size: 14px;
    background: #f3f4f6;
    color: #474747;
    padding: 15px;
    border-radius: 8px;
}

.site-card__grid strong {
    color: #19336C;
    font-weight: 600;
}

.site-card__review {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;

    p {
        margin-bottom: 15px;
    }
}



.site-card__bonuses table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-size: 14px;
}

.site-card__bonuses th,
.site-card__bonuses td {
    border: 1px solid #ddd;
    padding: 8px;
}

.site-card__bonuses th {
    background: #19336C;
    color: #fff;
    text-align: left;
}

/* --- Bonus Offers Table --- */
.site-card__bonuses {
    margin: 30px 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.site-card__bonuses h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #0C2763;
}



.site-card__bonuses table {
    width: 100%;
    min-width: 600px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    font-size: 15px;
}

.site-card__bonuses::-webkit-scrollbar {
    height: 8px;
}
.site-card__bonuses::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
}

.site-card__bonuses thead {
    background: #19336C;
    color: #fff;
}

.site-card__bonuses th {
    padding: 12px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.site-card__bonuses td {
    padding: 12px;
    background: #fff;
    border-top: 1px solid #eee;
    color: #374151;
}

.site-card__bonuses tbody tr:nth-child(even) td {
    background: #f9fafb;
}

.site-card__bonuses td:first-child {
    font-weight: 600;
    color: #0C2763;
}

/* --- Pros & Cons --- */
.site-card__proscons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 30px;
    color: #0C2763;
}

.site-card__proscons h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.site-card__proscons ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-card__proscons li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
    font-size: 15px;
    color: #374151;
    line-height: 1.5;
}

.site-card__proscons .pros li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #16a34a;
    font-weight: bold;
}

.site-card__proscons .cons li::before {
    content: "✘";
    position: absolute;
    left: 0;
    color: #dc2626;
    font-weight: bold;
}

/* Mobile */
@media (max-width: 767px) {
    .site-card__proscons {
        grid-template-columns: 1fr;
    }
}

/* CTA Button for site-card */
.site-card__cta {
    margin-top: 30px;
    text-align: center;
}

.site-card__cta .primary-btn {
    min-width: 250px;
    font-size: 16px;
    padding: 15px 25px;
}

@media (max-width: 767px) {
    .site-card__cta .primary-btn {
        min-width: 100%;
        width: 100%;
    }
}

.s-trust {
    padding: 20px;
}

.s-trust__title {
    font-family: "Sora", sans-serif;
    font-weight: 700;
    font-size: clamp(1.8rem, 1.2rem + 1.5vw, 2.5rem);
    margin-bottom: 25px;
    color: #fff;
}

.s-trust__content {
    font-family: "Cabin", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.75);
}

.s-trust__content p {
    margin-bottom: 18px;
}

.s-trust__content strong {
    color: #F6A627;
}

.header__trustpilot {
    display: flex;
    align-items: center;
}

.trustpilot-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.trustpilot-link:hover {
    background-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.3);
}

.trustpilot-icon {
    width: 16px;
    height: 16px;
    fill: #fff;
    flex-shrink: 0;
}

.trustpilot-text {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 767px) {
    .header__trustpilot {
        display: flex;
    }
    
    .trustpilot-link {
        padding: 8px;
        gap: 0;
    }
    
    .trustpilot-text {
        display: none;
    }
    
    .trustpilot-icon {
        width: 18px;
        height: 18px;
    }
}

.s-slots {
    padding: 30px 20px;
}

.s-slots__title {
    text-align: center;
    font-size: clamp(2rem, 1.5rem + 1vw, 2.6rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

.s-slots__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.slot-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

.slot-card:hover {
    transform: translateY(-5px);
    border-color: #F6A627;
}

.slot-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #F6A627;
}

.slot-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

.s-states {
    padding: 60px 20px;
}

.s-states__title {
    text-align: center;
    font-size: clamp(2rem, 1.5rem + 1vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

.s-states__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.state-card__logo {
    display: block;
    max-width: 180px;
    height: auto;
    margin: 0 0 12px;
}
@media screen and (max-width: 767px) {
    .state-card__logo {
        padding: 10px;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }
}

.state-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.state-card:hover {
    transform: translateY(-5px);
    border-color: #F6A627;
}

.state-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #F6A627;
}

.state-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 20px;
}

.state-card .btn {
    align-self: flex-start;
    display: inline-block;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    background: #F6A627;
    color: #fff;
    text-decoration: none;
    transition: background 0.3s ease;
}

.state-card .btn:hover {
    background: #d58d1c;
}

.s-states {
    padding: 30px 20px;
}

.s-states__title {
    text-align: center;
    font-size: clamp(2rem, 1.5rem + 1vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

.s-states__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.state-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

.state-card:hover {
    transform: translateY(-5px);
    border-color: #F6A627;
}

.state-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #F6A627;
}

.state-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

.state-card p a {
    color: #F6A627;
    font-weight: 600;
    text-decoration: underline;
}

.state-card p a:hover {
    color: #fff;
    text-decoration: none;
}

.s-legal {
    padding: 60px 20px;
}

.s-legal__title {
    text-align: center;
    font-size: clamp(2rem, 1.5rem + 1vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 25px;
    color: #fff;
}

.s-legal p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.75);
}

.s-legal strong {
    color: #fff;
    font-weight: 600;
}

/* Promise block */
.s-promise {
    margin-top: 30px;
    padding: 30px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.s-promise:hover {
    border-color: #F6A627;
    transform: translateY(-3px);
}

.s-promise h3 {
    font-size: 20px;
    font-weight: 700;
    color: #F6A627;
    margin-bottom: 12px;
}

.s-promise p {
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 12px;
}

.s-faq {
    padding: 30px 20px;
}

.s-faq__title {
    text-align: center;
    font-size: clamp(1.8rem, 1.5rem + 1vw, 2.4rem);
    margin-bottom: 40px;
    font-weight: 700;
    color: #fff;
}

.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: grid;
    gap: 30px;
}

.faq-item {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 20px 25px;
}

.faq-question {
    font-size: 18px;
    font-weight: 600;
    color: #F6A627;
    margin-bottom: 10px;
}

.faq-answer {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.8);
}

.s-bonuses {
    padding: 30px 20px;
}

.s-bonuses__title {
    text-align: center;
    font-size: clamp(2rem, 1.5rem + 1vw, 2.6rem);
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.s-bonuses__intro {
    text-align: center;
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 35px;
}

.s-bonuses__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.bonus-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 25px;
    transition: all 0.3s ease;
}

.bonus-card:hover {
    transform: translateY(-5px);
    border-color: #F6A627;
}

.bonus-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #F6A627;
}

.bonus-card p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
}

.s-bonuses__note {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
}

.review-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.review-card h3 {
    font-family: "Sora", sans-serif;
    font-size: 20px;
    margin-bottom: 12px;
    color: #0C2763;
}

.review-card p {
    font-family: "Cabin", sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #374151;
}

/* Mobile */
@media screen and (max-width: 767px) {
    .s-review {
        padding: 40px 15px;
    }
    .s-review__heading p {
        font-size: 16px;
    }
}

/** Footer **/
.footer {
    background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
    padding: 38px 0;
}
.footer__content {
    display: grid;
    justify-content: center;
    text-align: center;
    row-gap: 30px;
}
.footer__top {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.footer__text {
    margin: 0 20px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #B8C0D1;
}
.footer__text span, .footer__text a:hover {
    color: #F6A627;
}
.footer__text a:hover {
    text-decoration: underline;
}

.footer__text.left
{text-align:left;}

.footer__text.right
{text-align:right;}

.footer__text.right ul li
{display:inline; padding: 0 10px 0 10px; border-right: 1px solid #fff; }


.footer__text.right ul li:last-child {
    border-right: none;
}


.footer .flag-icon {
    width: 30px;
    height: auto;
}
.footer__logo {
    margin: 0 auto;
}

.footer__logo span {height: 58px;}

.footer__logos {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: center;

    img {
        height: revert-layer;
    }
}

@media screen and (max-width: 767px) {
    .footer {
        padding: 20px 0;
    }
    .footer__text {
        max-width: 300px;
        margin: 0 auto;
        font-size: 12px;
    }
    .footer__text span {
        color: #B8C0D1;
    }
    .footer__content {
        row-gap: 15px;
    }
    .footer .flag-icon {
        display: none;
    }

    .footer__text.left
    {width:100%;}

}



/* Table Header */

.table-header {
    padding: 0.5rem 0;
    font-family: system-ui, sans-serif;
    text-align: center;
    margin: 0 auto;
}

.table-header .features {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 0.75rem 1.25rem;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    color: #e5e7eb;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.table-header .features li {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    justify-content: center;
}

.table-header .features li:not(:first-child)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 1.25rem;
    background: rgba(229, 231, 235, 0.18);
    margin-right: 1rem;
}

.i {
    width: 1.05em;
    height: 1.05em;
    stroke: currentColor;
    stroke-width: 2.2;
    fill: none;
    flex: 0 0 auto;
    opacity: 0.9;
}

/* Responsive: 2 rows on small screens (3 on top, 2 below) */
@media (max-width: 640px) {
    .table-header .features {
        /* grid-template-columns: repeat(3, 1fr);  */
        display: unset;
        font-size: 14px;
    }

    .table-header .features li:not(:first-child)::before {
        display: none;
    }

    .table-header .features li {
        justify-content: center;
        padding-right: 10px;
    }
}



/**** Casino page ****/


.category_table {
    margin: 0 auto;
    counter-reset: item-counter;
}

/* Each item row */
.category_table .item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid rgb(246, 166, 39);
    border-radius: 4px;
    margin-bottom: 20px;
    overflow: visible; /* Allow pseudo-element to be visible */
}

.category_table .item:hover {  box-shadow: 0 0 0 0.2rem #F6A627;}


/* Left side content */
.category_table .item .content {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Right side image */
.category_table .item .image {
    position: relative; /* Needed for ::before positioning */
    width: 150px;
    background-color: #18233d;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 20px;
}

/* Number badge */
.category_table .item .image::before {
    counter-increment: item-counter;
    content: counter(item-counter);
    position: absolute;
    left: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color, #c90838); /* Corrected typo */
    color: white;
    font-weight: 700;
    font-size: 12px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    user-select: none;
    z-index: 2; /* Ensure it's visible above image */
}

/* Responsive image */
.category_table .item .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

/* Title styling */
.category_table .item .content h3.title {
    position: relative;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 24px;
    color: #19336C;
}

/* Paragraph styling */
.category_table .item p {
    margin: 0;
    font-weight: 800;
    line-height: 1.8;
    font-size: 14px;
    color: #95A1BB;
    text-transform: uppercase;
}

.category_table .button {
    padding: 19px 21px;
    text-align: center; /* Better button alignment */
    align-content: center;
}

.category_table .button a {
    display: inline-block;
    padding: 19px 21px;
    background-color: #F6A627;
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-radius: 30px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    min-width: 290px;
    text-align: center;
}

.category_table .button a:hover {
    background-color: #F59A0A; /* slightly darker orange for hover */
    transform: translateY(-2px);
}

.category_table .button a:active {
    background-color: #d58d1c;
    transform: translateY(0);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.category_table .button a:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(246, 166, 39, 0.35), 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Responsive layout */
@media (max-width: 768px) {
    .category_table .item {
        flex-direction: column;
    }

    .category_table .item .image {
        width: 100%;
        height: 100px;
        padding: 10px;
    }

    .category_table .item .content {
        padding: 10px;
    }

    .category_table .button {
        padding: 10px 19px 21px;
    }

    .category_table .button a {
        min-width: 100%;
    }

    .category_table .item .image::before {
        left: 10px;
        width: 32px;
        height: 32px;
        font-size: 16px;
    }
}



.s-cards .category_table {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.s-cards .category_table .item {
    flex: 0 1 calc(20% - 16px);
    display: flex;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
    overflow: hidden;
}

.s-cards .category_table .item .image {
    width: 100%;
    height: 120px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.s-cards .category_table .item .image::before { display: none; }

.s-cards .category_table .item .content {
    padding: 15px;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.s-cards .category_table .item .content h3.title {
    font-size: 18px;
    margin-bottom: 6px;
}

.s-cards .category_table .item p {
    font-weight: 600;
    text-transform: none;
}

.s-cards .category_table .button {
    margin-top: auto;
    padding: 15px;
}

.s-cards .category_table .button a {
    min-width: 100%;
}

@media screen and (max-width: 1280px) {
    .s-cards .category_table .item { flex-basis: calc(25% - 15px); }
}
@media screen and (max-width: 992px) {
    .s-cards .category_table .item { flex-basis: calc(33.333% - 14px); }
}
@media screen and (max-width: 768px) {
    .s-cards .category_table .item { flex-basis: calc(50% - 10px); }
}
@media screen and (max-width: 420px) {
    .s-cards .category_table .item { flex-basis: 100%; }
}

/* Featured card */
.feature-card {
    grid-template-columns: repeat(auto-fit, minmax(79px, 1fr));
    align-items: center;
}
.feature-card, .feature-card__item {
    display: grid;
}
.feature-card__item {
    grid-template-rows: 56px 75px 38px;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    font-family: "Cabin", sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #111827;
}
.feature-card .title, .feature-card .thumbnail, .feature-card .value {
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.feature-card .title {
    align-items: flex-start;
}
.feature-card .thumbnail {
    align-items: center;
    border-bottom: 1px solid #E5E7EB;
    border-top: 1px solid #E5E7EB;
}
.feature-card .thumbnail img {
    width: 35px;
    height: 35px;
}
.feature-card .value {
    align-items: flex-end;
}
@media screen and (max-width: 992px) {
    .feature-card {
        grid-template-columns: 1fr;
    }
    .feature-card__item {
        padding: 11px 0;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        align-items: center;
        border-bottom: 1px solid #E5E7EB;
    }
    .feature-card .thumbnail {
        align-items: center;
        border: none;
    }
    .feature-card .title, .feature-card .value {
        align-items: center;
        max-width: 100px;
        font-size: 17px;
    }
}


/** button top */
#returntop {
    position: fixed;
    bottom: 180px;
    right: 12px;
    width: fit-content;
    height: auto;
    z-index: 20;
}
@media screen and (max-width: 767px) {
    #returntop {
        bottom: 140px;
    }
}

.back-to-top-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: 40px;
    height: 40px;
    background: linear-gradient(270deg, #0C2763 0%, #123D9B 50%, #0C2763 100%);
    box-shadow: rgba(0, 0, 0, 0.1) 0 1px 3px 0, rgba(0, 0, 0, 0.06) 0 1px 2px 0;
}
.back-to-top-btn svg {
    width: 32px;
    height: auto;
}
.back-to-top-btn svg path {
    stroke: #F6A627;
}

.home #returntop {
    right: 25px;
    bottom: 50px;
}
.home .back-to-top-btn {
    background: #F6A627;
}
.home .back-to-top-btn svg path {
    stroke: #fff;
}

/*# sourceMappingURL=style.css.map */

/* Container for all items */
.special-box {
    margin: 0 auto;
    counter-reset: item-counter;
}

/* Each item row */
.special-box .item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 33px 36px rgba(207, 211, 222, 0.2), 0 1px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 20px;
    overflow: hidden;
}

/* Left side content */
.special-box .item .content {
    flex: 1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* Right side image */
.special-box .item .image {
    width: 150px;
    background-color: #18233d;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

/* Responsive image */
.special-box .item .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}

/* Title styling */
.special-box .item .content h3.title {
    position: relative;
    padding-left: 45px; /* space for number box */
    margin-bottom: 10px;
    font-size: 20px;
    color: #121c35;
    font-weight: 600;
}

.special-box .item .content h3.title::before {
    counter-increment: item-counter;
    content: counter(item-counter);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-color: var(--primery-color, #c90838); /* fallback red */
    color: white;
    font-weight: 700;
    font-size: 16px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    user-select: none;
}

/* Paragraph styling */
.special-box .item p {
    margin: 0;
    font-size: 15px;
    color: #5e636f;
    line-height: 1.8;
}

/* Responsive layout */
@media (max-width: 768px) {
    .special-box .item {
        flex-direction: column;
    }

    .special-box .item .image {
        width: 100%;
        height: 180px;
    }
}



/* Base layout: 5 columns */
.info-card {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    padding: 10px;
}

.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    transition: 0.3s;
    text-align: center;
}

.card img {
    width: 50%;
    height: auto;
}

.card .container {
    padding: 10px;
}

/* Responsive: 2 columns below 600px */
@media screen and (max-width: 600px) {
    .info-card {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Responsive: 1 column below 400px */
@media screen and (max-width: 400px) {
    .info-card {
        grid-template-columns: 1fr;
    }
}






