/*
Theme Name: New Review Theme
Theme URI: #
Author: Alkesh Team
Author URI: #
Description: Custom professional WordPress theme.
Version: 1.3
Text Domain: new-review-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

:root {
    --header-bg: #0f204d;
    --header-text: #ffffff;
    --site-bg: #0a0a0f;
    --site-text: #94a3b8;
    --site-headings: #ffffff;
    --bg-color-2: #15151e;
    --bg-color-2-text: #cbd5e1;
    --bg-color-3: #070e22;
    --bg-color-3-text: #9ca3af;
    --primary-color: #fbbf24;
    --primary-color-hover: #c46a0a;
    --button-bg-color: #d97706;
    --button-text-color: #fff;
    --button-bg-color-hover: #c46a0a;
    --button-text-color-hover: #fff;
    --footer-bg: #0f204d;
    --footer-text: #6b7280;
    --container-width: 896px;
    --jumbo-container-width: 1200px;
    --primary-font: 'Inter', sans-serif;
    --heading-font: "Montserrat", sans-serif;
    --wpforms-label-color: var(--site-text);
    --gradient-color-1: #facc154d;
    --gradient-color-2: #facc154d;
    --gradient-color: linear-gradient(180deg, var(--gradient-color-1) 0%, var(--gradient-color-2) 100%);
    --gradient-color-text: #d1d5db;
    --score: 95;
    --score: 97;

}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: var(--primary-font);
    background: var(--site-bg);
    color: var(--site-text);
} 

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 20px 0;
    letter-spacing: 0;
    padding: 0;
    text-transform: inherit;
    font-family: var(--heading-font);
    font-weight: bold;
    color: var(--site-headings);
}

h1 {
    font-size: 2.5rem;
    line-height: 1.25;
    margin-top: 0;
}

h2 {
    font-size: 1.8rem;
    line-height: 1.25;
}

h3 {
    font-size: 1.6rem;
    line-height: 1.25;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.25;
}

h5 {
    font-size: 1.3rem;
    line-height: 1.25;
}

h6 {
    font-size: 1.1rem;
    line-height: 1.25;
}
p {
    margin: 0 0 0.75rem;
    line-height: 1.625;
    font-size: 0.75rem;
}

ol,
ul {
    box-sizing: border-box;
    padding-left: 30px;
    margin-top: 24px;
    margin-bottom: 24px;
}

ol li {
    list-style: decimal;
}

ul li {
    list-style: disc;
}

li {
    margin-bottom: 8px;
}

a {
    color: var(--primary-color);
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: var(--primary-color-hover);
}

strong,
b {
    font-weight: bold;
}

p {
    font-size: 16px;
    margin: 0 0 15px;
    padding: 0;
}

p:empty {
    margin: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.aligncenter {
    display: block;
    margin: auto;
}

.container,
.container-jumbo {
    max-width: var(--container-width);
    margin: 0 auto;
    padding-left: 1rem;
    padding-right: 1rem;
}

.container-jumbo {
    max-width: var(--jumbo-container-width);
}

.gradient-bg {
    background: var(--gradient-color);
    color: var(--gradient-color-text);
}

.sec-pad {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.default-box-style {
    background: var(--bg-color-2);
    color: var(--bg-color-2-text);
    border: 1px solid rgb(255 255 255 / 0.1);
    border-radius: 1rem;
    padding: 1.5rem;
}

div.su-note {
    border: none !important;
}

div.su-note-inner {
    background-color: var(--bg-color-2) !important;
    color: var(--bg-color-2-text) !important;
    border-color: transparent !important;
    border-color: rgb(255 255 255 / 10%) !important;
    border-radius: 12px !important;
}

.body-content table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    table-layout: inherit;
}

.body-content td,
.body-content th {
    border: 1px solid var(--site-text);
    padding: 8px;
    font-size: 16px;
    line-height: 24px;
    color: var(--site-text);
    text-align: left;
}

.body-content th {
    font-weight: bold;
}

div.su-table table {
    border: none !important;
}

div.su-table table th,
div.su-table table td {
    background: transparent !important;
    padding: 8px !important;
    border: 1px solid var(--site-text) !important;
    color: var(--site-text) !important;
    text-align: left !important;
    font-size: 16px;
    line-height: 24px;
}

div.su-table-alternate table tr:nth-child(even) td {
    background: transparent !important;
}

.body-content dl {
    margin: 20px;
    padding: 0;
    font-family: Arial, sans-serif;
    border: 1px solid var(--site-text);
    border-radius: 5px;
    background-color: var(--site-text);
    color: var(--site-bg);
    font-size: 16px;
}

.body-content dt {
    font-weight: bold;
    margin: 10px 0 5px;
    padding: 10px;
    background-color: var(--site-text);
    border-bottom: 1px solid var(--site-text);
    color: var(--site-bg);
}

.body-content dd {
    margin: 0 0 10px 20px;
    padding: 10px;
    border-left: 2px solid var(--site-text);
    background-color: var(--site-text);
    color: var(--site-bg);
}

.body-content blockquote {
    padding: 40px;
    background: var(--bg-color-2);
    border-left: 5px solid var(--bg-color-2-text);
    position: relative;
    margin: 20px auto;
    font-style: italic;
    quotes: "“" "”" "‘" "’";
    text-align: inherit;
}

.body-content blockquote::before,
.body-content blockquote::after {
    position: absolute;
    font-size: 3em;
    color: var(--bg-color-2-text);
    font-family: serif;
    line-height: 1;
    z-index: 1;
}

.body-content blockquote::before {
    content: open-quote;
    top: 10px;
    left: 20px;
}

.body-content blockquote::after {
    content: close-quote;
    bottom: 10px;
    right: 20px;
}

.body-content blockquote p {
    display: inline;
    position: relative;
    z-index: 2;
}

a.su-button {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: var(--button-bg-color) !important;
    color: var(--button-text-color) !important;
    border: none !important;
    outline: none !important
}

a.su-button span {
    font-size: 16px !important;
    padding: 10px 20px !important;
    line-height: 24px !important;
    color: var(--button-text-color) !important;
    border: none;
    outline: none;
}

a.su-button:hover {
    background-color: var(--button-bg-color) !important;
    color: var(--button-text-color) !important;
}

.btn,
a.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    border-radius: 5px;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
}

.btn:hover,
a.btn:hover {
    background-color: var(--button-bg-color);
    color: var(--button-text-color);
    opacity: 0.7;
}

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

main.site-main {
    padding: 40px 0;
}

main.site-main .body-content {
    padding-top: 0;
    padding-bottom: 0;
    background: transparent;
}

.section-header {
    margin-bottom: 32px;
}

.section-header h2 {
    font-size: 24px;
    line-height: 32px;
    color: var(--site-headings);
    font-weight: 800;
    margin: 0;
}

.section-header p {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    margin-top: 8px;
}


/* HEADER */
.site-header {
    background: var(--header-bg);
    color: var(--header-text);
    border-bottom: 1px solid #f59e0b33;
    padding-top: 12px;
    padding-bottom: 12px;
    position: relative;
}

.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-branding {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.header-branding-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: -0.025em;
    font-weight: 700;
    margin: 0;
}

.header-branding-title a {
    text-decoration: none;
    color: var(--header-text);
    outline: none;
}
.header-branding-favicon {
    line-height: 0;
}
.header-branding-favicon img {
    max-width: 2rem;
    min-width: 2rem;
    height: auto;
}

.header-branding-tagline {
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--header-text);
    font-weight: normal;
}


/* HEADER SIDEBAR MENU START*/
.header-sidebar-menu ul.nav-menu .menu-item-has-children>a::after,
.header-sidebar-menu ul.nav-menu .sub-menu .menu-item-has-children>a::after {
    display: none;
}

.header-sidebar-menu span.toggle-menu>.fa-angle-down {
    display: block;
}

.header-sidebar-menu .navigationcl {
    position: fixed;
    right: 0;
    top: 0;
    margin-top: 1px;
    width: 300px;
    height: 100dvh;
    cursor: pointer;
    text-align: left;
    background: var(--site-bg);
    color: var(--site-text);
    left: auto;
    padding: 0;
    z-index: 99999;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    padding-top: 31px;
    padding-bottom: 31px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: var(--site-text) var(--scrollbar-track);
}

.header-sidebar-menu .navigationcl.menu-open {
    transform: translateX(0);
}

.header-sidebar-menu .navbar-togglecl {
    display: block !important;
    width: 32px;
    height: 32px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    text-align: right;
    margin-right: 0;
}

.header-sidebar-menu .navbar-togglecl.active {
    position: fixed;
    top: 5px;
    right: 15px;
    z-index: 999999;
    height: 32px;
    margin-top: 0;
}

.header-sidebar-menu .navbar-togglecl span {
    width: 20px;
    height: 2px;
    background-color: var(--header-text);
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
}

.header-sidebar-menu .navbar-togglecl span::before,
.header-sidebar-menu .navbar-togglecl span::after {
    content: "";
    position: absolute;
    background-color: var(--header-text);
    width: 100%;
    height: 2px;
    left: 0;
    top: -7px;
}

.header-sidebar-menu .navbar-togglecl span::after {
    top: 7px;
}

.header-sidebar-menu nav.navigationcl li {
    position: relative;
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-sidebar-menu nav.navigationcl .sub-menu li {
    border: none;
}

.header-sidebar-menu nav.navigationcl li.menu-item-has-children {
    padding-right: 40px;
}

.header-sidebar-menu .navigationcl a {
    font-size: 14px;
    color: var(--site-text);
    height: auto;
    padding: 5px 10px;
    margin: 0;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
}

.header-sidebar-menu .navigationcl ul {
    visibility: visible;
    position: relative;
    display: block;
    left: 0;
    top: 0;
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
}

.header-sidebar-menu .navigationcl ul li a {
    height: auto;
    width: 100%;
    overflow: visible;
    line-height: 26px;
    background-image: none;
    border-width: 0;
    text-align: left;
    padding: 0;
    margin: 0;
    color: var(--site-text);
}

.header-sidebar-menu .navigationcl li:hover>ul {
    visibility: visible;
    top: auto;
}

.header-sidebar-menu .toggle-menu {
    position: absolute;
    right: 8px;
    top: 8px;
    width: 30px;
    height: 26px;
    font-size: 18px;
    transform: rotate(0deg);
    text-align: center;
    cursor: pointer;
    z-index: 999;
    color: var(--site-text);
    display: flex;
    align-items: center;
    justify-content: center;
} 

.header-sidebar-menu nav.navigationcl li.menu-item-has-children:hover>.toggle-menu {
    color: var(--primary-color);
}

.header-sidebar-menu .navigationcl li.menu-item-has-children li .toggle-menu {
    right: -32px;
}

.header-sidebar-menu .toggle-menu.on .fa:before {
    content: "\f106";
}

.header-sidebar-menu .nav-select {
    display: inline-block;
    visibility: visible;
    width: 100%;
    text-align: left;
    margin: 0;
}

.header-sidebar-menu .sub-menu {
    display: block;
    position: relative;
    left: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 0 !important;
    box-shadow: none;
    top: auto;
}

.header-sidebar-menu .navigationcl .sub-menu {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.header-sidebar-menu nav.navigationcl>li:last-child .sub-menu {
    right: auto;
    left: 0;
}

.header-sidebar-menu .navigationcl a:hover,
.header-sidebar-menu .navigationcl a:focus {
    color: var(--primary-color);
}

.header-sidebar-menu nav.navigationcl li.menu-item-has-children:hover>a,
.header-sidebar-menu nav.navigationcl li.menu-item-has-children:hover>a:after {
    color: var(--primary-color);
}

.header-sidebar-menu .sub-menu .sub-menu {
    left: 0;
    right: 0;
    top: 0;
}

.header-sidebar-menu .nav-select .sub-menu>li>.sub-menu {
    display: none;
    position: relative;
}

.header-sidebar-menu .nav-select .sub-menu>li:hover>.sub-menu {
    display: block;
}

.header-sidebar-menu .navbar-togglecl.active span.navbar-toggle {
    background-color: transparent;
    width: 16px;
}

.header-sidebar-menu .navbar-togglecl.active span::before {
    top: 0;
    transform: rotate(45deg);
}

.header-sidebar-menu .navbar-togglecl.active span::after {
    top: 0;
    transform: rotate(-45deg);
}

/* HEADER SIDEBAR MENU END* /



/*Hero Section */

.new_custom_top_author {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.hero-section .new_custom_top_author {
    flex-direction: column;
    justify-content: center;
    gap: 8px;

}

.new_author_image {
    line-height: 0;
}

.new_author_image img {
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
}

.hero-section .new_author_image img {
    max-width: 60px;
    height: 60px;
}

.new_name_author_out {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
}

.new_modifyDetails {
    margin-bottom: 12px;
}
div.smi-expand-intro-text {
    color: var(--site-headings);
}

.hero-section {
    padding: 20px 0;
    position: relative;
    text-align: center;
    background: var(--gradient-color);
    color: var(--gradient-color-text);
}

/* .hero-section:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 154, 73, 0.03) 10px, rgba(0, 154, 73, 0.03) 20px);
    z-index: 9;
} */

.hero-section>.container {
    position: relative;
    z-index: 99;
}

.new-date-author-cl {
    display: inline-block;
    background-color: rgb(59 130 246 / 0.1);
    border: 1px solid rgb(59 130 246 / 0.3);
    color: var(--site-headings);
    padding: 6px 14px;
    border-radius: 30px;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top: 12px;
}

span.date-status {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 4px;
    display: inline-block;
    background-color: rgba(34, 197, 94, 1);
    border-radius: 100%;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

.hero-title img {
    max-width: 64px;
    margin-bottom: 22px;
}

.hero-title h1 {
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 1.5rem;
    color: var(--site-headings);
}

.hero-title span {
    color: var(--primary-color);
}

.smi-expand-intro-text .dashicons {
    height: auto;
}

.hero-features {
    gap: 1rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.hero-top-date span {
    color: var(--primary-color);
    padding: 0.5rem 1rem 0.5rem 2rem;
    border-radius: 50px;
    border: 1px solid var(--primary-color);
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.75rem;
    line-height: 1rem;
    position: relative;
}

.hero-top-date span:before {
    position: absolute;
    content: "";
    left: 16px;
    background: #4ade80;
    border-radius: 50%;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
    width: 0.5rem;
    height: 0.5rem;
}

.hero-feature-item {
    display: inline-flex;
    margin: 0;
    font-size: 14px;
    line-height: 1rem;
    color: var(--gradient-color-text);
    font-weight: 400;
    gap: 6px;
    text-align: left;
    border: 1px solid var(--gradient-color-text);
    background: rgb(255 255 255 / 0.05);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
}

div.author-review-part {
    margin: 2.5rem auto 0;
    font-size: 0.75rem;
    max-width: max-content;
    line-height: 1rem;
    color: var(--gradient-color-text);
    font-weight: 400;
    gap: 0.75rem;
    text-align: left;
    border: 1px solid var(--gradient-color-text);
    background: rgb(255 255 255 / 0.05);
    padding: 0.5rem 1rem;
    border-radius: 0.75rem;
}

.review-by-box {
    display: inline-flex;
    gap: 0.75rem;
    align-items: center;
}

.user-review-by span {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-family: Montserrat, sans-serif;
    color: var(--site-headings);
}

.user-review-by span.review-box-label, .last-updated-date-box span.last-update-label {
    font-weight: 500;
    font-size: 0.75rem;
    line-height: 1rem;
    color: var(--gradient-color-text);
    display: flex;
}

span.last-update-date {
    font-weight: 700;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--primary-color);
    font-family: Montserrat, sans-serif;
}

.review-by-author-details {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.last-updated-date-box {
    border-left: 1px solid var(--gradient-color-text);
    padding-left: 14px;
}

.user-intials {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 900;
    font-family: Montserrat, sans-serif;
    background: var(--primary-color);
    color: #000;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-feature-item img {
    max-width: 28px;
    max-height: 28px;
    object-fit: contain;
}

.hero-tags {
    display: flex;
    justify-content: center;
}

span.hero-tag-item-text {
    padding: 0 2px;
}

body .su-note {
    margin-top: 30px;
}

.hero-tags-item {
    font-size: 12px;
    line-height: 16px;
    color: var(--gradient-color-text);
    opacity: 0.7;
}

.hero-feature-item svg {
    width: 16px;
    height: 16px;
    color: rgba(34, 197, 94, 1);
}


.into-text-outer h3 {
    font-size: 30px;
    line-height: 36px;
    color: var(--site-headings);
    opacity: 0.85;
    font-weight: 700;
    margin: 0;
    margin-bottom: 16px;
    font-family: "Georgia", serif;
}

.into-text-outer strong {
    color: var(--site-headings);
}

.into-text-outer {
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 42rem;
    margin: auto;
    margin-bottom: 2rem;
    color: var(--gradient-color-text);
}

.into-text-outer span {
    color: var(--primary-color);
    font-weight: bolder;
}

.smi-intro-fade {
    opacity: 0;
}

div.smi-expand-intro-text {
    color: var(--site-headings);
}

.section-title h2,
.section-title h3 {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
    color: var(--site-headings);
}

.section-desc {
    text-align: center;
    margin-top: 8px;
    margin-bottom: 30px;
}

.section-desc p {
    font-size: 14px;
    line-height: 20px;
    color: var(--site-text);
}

.section-title h2 span {
    color: var(--primary-color);
}

.how-rate-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.rating-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.rating-card {
    text-align: left;
    transition: 0.3s ease;
    border: 1px solid #e5e7eb;
    padding: 1.25rem;
    border-radius: 12px;
}

.rating-card-img {
    line-height: 0;
    margin-bottom: 1rem;
}

.rating-card-img img {
    max-width: 3rem;
}

.rating-card h4 {
    margin: 0 0 0.5rem;
    font-size: 16px;
    line-height: 24px;
    color: var(--site-headings);
}

.rating-card p {
    color: var(--bg-color-2-text);
    font-size: 15px;
}

.rating-card p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
}

.payment-section {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.section-title h4 {
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 0 0 1rem;
}

.payment-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    gap: 1rem;
}

span.payment-item {
    padding: 0.375rem 0.75rem;
    padding-right: 0.75rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}



/* REVIEW-GRADIENT-SECTION-START */

.review-gradient-top-text {
    text-align: center;
    margin-bottom: 40px;
}

section.review-gradient-section {
    padding: 64px 0;
    background: var(--bg-color-3);
    color: var(--bg-color-3-text);
}

span.review-gradient-editor-heading {
    color: var(--primary-color);
    border: 1px solid rgb(245 158 11 / 0.2);
    background-color: rgb(245 158 11 / 0.1);
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

h2.review-gradient-heading {
    font-size: 30px;
    line-height: 36px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 12px;
    margin-top: 16px;
}

h2.review-gradient-heading span {
    color: var(--primary-color);
}

p.review-gradient-text {
    margin-bottom: 0;
}

.review-gradient-grid-left-part-top {
    padding: 24px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
}

.review-gradient-grid-part {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
}

.review-gradient-grid-left-part {
    width: calc(100% - 272px);
    flex: 1;
}

h3.review-gradient-grid-left-part-top-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.review-gradient-grid-left-part-top-text p {
    line-height: 1.625;
}

.review-gradient-grid-left-part-top-text p strong {
    color: var(--site-headings);
}

.review-gradient-grid-left-part-top-text p:last-child {
    margin-bottom: 0;
}

.review-gradient-grid-left-part-bottom {
    padding: 24px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
    margin-top: 24px;
}

h3.review-gradient-grid-left-part-bottom-heading {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    margin-bottom: 16px;
}

.review-gradient-grid-left-part-bottom-gradient-bg-text {
    padding: 20px;
    background: var(--gradient-color);
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    margin-bottom: 16px;
}

.review-gradient-grid-left-part-bottom-gradient-bg-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--gradient-color-text);
}

.review-gradient-grid-left-part-bottom-gradient-bg-text h3 {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 4px;
    margin-top: 0;
}

.review-gradient-grid-left-part-bottom-gradient-bg-table {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    font-size: 14px;
    line-height: 20px;
}

.review-gradient-grid-left-part-bottom-gradient-bg-table-inner-part {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgb(255 255 255 / 5%);
    margin-top: 8px;
}

.review-gradient-grid-left-part-bottom-gradient-bg-table-inner-part:last-child {
    border: 0;
}

.review-gradient-grid-left-part-bottom-gradient-bg-table-inner-part span:last-child {
    font-weight: 600;
    color: var(--site-headings);
}

.review-gradient-grid-right-part-total-score {
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgb(245 158 11 / 20%);
}

.review-gradient-grid-right-part-total-score-circle {
    background: var(--primary-color);
    color: var(--site-headings);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 96px;
    height: 96px;
    display: flex;
    margin: auto;
}

span.review-gradient-grid-right-part-total-score-circle-content {
    font-weight: 900;
    font-size: 30px;
    line-height: 36px;
}

p.review-gradient-grid-right-part-total-score-circle-text {
    color: var(--primary-color);
    margin-top: 12px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 4px;
}

.review-gradient-grid-right-part-total-score-circle-rating span.star {
    color: var(--primary-color);
}

.review-gradient-grid-right-part-category-scores {
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 10%);
    margin-top: 24px;
}

.review-gradient-grid-right-part-quick-facts-part {
    padding: 24px;
    border-radius: 16px;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 10%);
    margin-top: 24px;
}

.review-gradient-grid-left-part-top,
.review-gradient-grid-left-part-bottom,
.review-gradient-grid-right-part-total-score,
.review-gradient-grid-right-part-category-scores,
.review-gradient-grid-right-part-quick-facts-part {
    background: var(--bg-color-2);
    color: var(--bg-color-2-text);
}

.review-gradient-grid-left-part-top p span {
    color: var(--primary-color);
    font-weight: bold;
}

h4.review-gradient-grid-right-part-category-scores-heading,
h4.review-gradient-grid-right-part-quick-facts-heading {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin: 0;
    text-align: left;
}

.review-gradient-grid-right-part-quick-facts-img {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.review-gradient-grid-right-part-quick-facts-img span {
    text-align: left;
}

.review-gradient-grid-right-part-category-scores-text {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 6px;
}

span.text-yello {
    color: var(--primary-color);
    font-weight: 700;
}

.progress-bar-text-part-outer {
    margin-top: 12px;
}

.review-gradient-grid-right-part-category-scores-progress-bar-part .progress-bar {
    background: linear-gradient(90deg, var(--button-bg-color), var(--primary-color));
    height: 8px;
    border-radius: 50px;
}

.review-gradient-bottom-full-part {
    text-align: center;
    padding: 32px;
    background: var(--gradient-color);
    border: 1px solid rgb(245 158 11 / 20%);
    border-radius: 16px;
}

.review-gradient-bottom-full-inner {
    width: 100%;
    max-width: 512px;
    margin: auto;
}

.review-gradient-bottom-full-inner h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 900;
    margin: 0;
    margin-bottom: 8px;
}

p.review-gradient-bottom-full-text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    color: var(--gradient-color-text);
}

a.review-gradient-bottom-full-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(206, 41, 57, 0.6);
}

a.review-gradient-bottom-full-cta-btn {
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    padding: 16px 40px;
    border-radius: 12px;
    background: var(--button-bg-color);
    box-shadow: 0 4px 15px rgba(206, 41, 57, 0.4);
    transition: all 0.3s ease;
    color: var(--button-text-color);
    text-decoration: none;
}

p.review-gradient-bottom-full-end-text {
    font-size: 10px;
    margin-top: 12px;
    margin-bottom: 0;
    color: var(--gradient-color-text);
    opacity: 0.7;
}

.pros-cons-payment-methods-section {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    margin-bottom: 40px;
}

.pros-cons-part,
.payment-methods-part {
    padding: 24px;
    background: var(--bg-color-2);
    color: var(--bg-color-2-text);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
}

.pros-item span,
.cons-item span {
    font-size: 14px;
    line-height: 20px;
}

.pros-item,
.cons-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 12px;
}

.pros-item:first-child {
    margin-top: 0;
}

.pros-cons-part h3.section-title,
.payment-methods-part h3.section-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--site-headings);
    margin: 0;
    margin-bottom: 16px;
}

.pros-cons-list .cons-item:nth-child(5) {
    border-top: 1px solid rgb(255 255 255 / 5%);
    padding-top: 8px;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.payment-card {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid rgb(255 255 255 / 5%);
    background: var(--bg-color-3);
    color: var(--bg-color-3-text);
    padding: 10px 12px;
}

.pm-content h4 {
    font-size: 14px;
    line-height: 20px;
    color: var(--site-headings);
    margin: 0;
    font-weight: 600;
}

.pm-content p {
    font-size: 10px;
    margin-bottom: 0;
}

.pm-content p span {
    color: var(--primary-color);
}

/* REVIEW-GRADIENT-SECTION-END */




/* CASINO-COMPARISON-TABLE-START */

section.casino-comparison-table {
    padding: 56px 0;
    border-top: 1px solid #ffffff0d;
}

span.highlight {
    color: var(--primary-color);
}

section.casino-comparison-table h2 {
    font-size: 24px;
    line-height: 32px;
    color: var(--site-headings);
    margin: 0;
    text-align: center;
}

section.casino-comparison-table p {
    font-size: 14px;
    line-height: 20px;
    color: var(--bg-color-3-text);
    margin-top: 8px;
    text-align: center;
}

td.is-gree,
.is-green {
    color: #4ade80;
}

td.is-yellow,
.is-yellow {
    color: var(--primary-color);
}
td.is-red,
.is-red{
    color: #f87171;
}

.cus-table-outer {
    overflow: auto;
}

table.cus-table {
    text-align: left;
    font-size: 0.875rem;
    line-height: 1.25rem;
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    margin-top: 32px;
}

table.cus-table th {
    font-weight: 600;
}

table.cus-table th,
table.cus-table td {
    padding: 0.75rem 1rem;
}

section.banking-options-section table.cus-table td:first-child {
    font-weight: 700;
    color: var(--site-headings);
}

table.cus-table td.value {
    text-align: center;
}

table.cus-table tbody tr {
    border-top: 1px solid rgb(255 255 255 / 0.05);
}

table.cus-table .rtp-highlight {
    color: var(--primary-color);
    font-weight: bold;
}

table.cus-table td.is-highlight {
    color: var(--primary-color);
}

table.casino-table tr td:first-child {
    color: var(--site-headings);
    font-weight: bold;
}
/*
table.casino-comparison-table tbody tr:hover {
    background: #ffffff0d;
}*/

table.casino-comparison-table tr td:first-child {
    font-weight: 700;
    color: var(--site-headings);
}

table.casino-comparison-table tr td:nth-child(2) {
    font-weight: 700;
    color: var(--primary-color);
}

/* CASINO-COMPARISON-TABLE-END */


/* DETAILED-CASINO-REVIEWS-START */

section.casino-reviews-section .section-header span {
    color: var(--primary-color);
}

section.casino-reviews-section .section-header h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    color: var(--site-headings);
    font-weight: 900;
    margin: 0;
    margin-bottom: 1rem;
}


section.casino-reviews-section .section-header {
    text-align: center;
    margin-bottom: 40px;
}

section.casino-reviews-section {
    padding: 64px 0;
    position: relative;
}

section.casino-reviews-section .container {
    counter-reset: myCounter;
}

section.casino-reviews-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: var(--container-width);
    height: 1px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg, transparent, rgba(245, 158, 11, 0.4), transparent);
    z-index: -1;
}

section.casino-reviews-section .section-header p {
    max-width: 672px;
    width: 100%;
    margin: auto;
    font-size: 16px;
    line-height: 1.625;
}

.reviews-wrapper .casino-card {
    overflow: hidden;
    margin-bottom: 2.5rem;
    padding: 0;
}

.reviews-wrapper .casino-card:last-child {
    margin-bottom: 0;
}

.card-header {
    display: flex;
    gap: 16px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
    background: var(--bg-color-3);
    color: var(--bg-color-3-text);
}

.card-header-left-text h3 span {
    color: var(--primary-color);
    border: 1px solid rgb(245 158 11 / 0.2);
    padding: 0.125rem 0.5rem;
    border-radius: 20px;
    letter-spacing: 0.1em;
    font-size: 0.65rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    line-height: normal;
}

.card-header-left-text h3 span:after {
    content: "";
    background: var(--primary-color);
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 20px;
}

.card-header-left-text p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0;
    margin-top: 0.125rem;
}

.card-header-left {
    display: flex;
    gap: 16px;
    align-items: center;
    position: relative;
    padding-left: 75px;
}

.card-header-left:before {
    counter-increment: myCounter;
    content: "#" counter(myCounter) "";
    position: absolute;
    left: 0;
    font-weight: 900;
    border-radius: 1rem;
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
}

section.casino-reviews-section.gradient-bg .container {
    counter-reset: myCounter;
}

.card-header-left img {
    max-width: 64px;
    max-height: 64px;
    object-fit: contain;
}

.card-header-left-text h3 {
    font-weight: 900;
    font-size: 1.5rem;
    line-height: 2rem;
    margin: 0;
    color: var(--site-headings);
}

.card-header-left-text .stars {
    color: var(--primary-color);
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.7px;
    font-weight: 700;
    margin-top: 5px;
}

.card-header-left-text .stars span {
    padding-left: 4px;
}

.rating-badge .rating-circle {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: conic-gradient(var(--primary-color) calc(var(--score) * 1%), rgba(255,255,255,0.08) 0%);
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 900;
    font-size: 0.95rem;
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    position: relative;
    z-index: 1;
}
.rating-circle:after {
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--bg-color-3);
    z-index: -1;
}

.rating-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.rating-badge .stars span:first-child {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    color: var(--bg-color-3-text);
    display: block;
    margin-bottom: 6px;
}

.casino-reviews-content-area {
    padding: 2rem;
}

.rating-badge .stars span {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--primary-color);
}

.rating-badge .stars {
    text-align: right;
}

.card-image {
    margin-bottom: 24px;
    overflow: hidden;
    border-radius: 8px;
}

.card-image img {
    border-radius: 12px;
    border: 1px solid #ffffff1a;
    transition: transform 0.4s ease;
    object-fit: cover;
    width: 100%;
    max-height: 420px;
    object-position: top;
}

.card-image img:hover {
    transform: scale(1.03);
}

.score-item {
    padding: 16px;
    text-align: center;
    border-radius: 12px;
    background: var(--bg-color-3);
    color: var(--bg-color-3-text);
}

.score-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.score-item span.label {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
    display: block;
}


.score-item strong {
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    color: var(--primary-color);
    display: block;
}

.score-item-progress-bar {
    border-radius: 50px;
    margin-top: 8px;
    background: var(--bg-color-2);
}
.score-item-progress-bar span {
    background: linear-gradient(90deg, var(--button-bg-color), var(--primary-color));
    display: block;
    height: 6px;
    border-radius: 50px; 
}

.bonus-box {
    background: var(--gradient-color);
    color: var(--gradient-color-text);
    padding: 20px;
    border-radius: 12px;
    border: 1px solid var(--primary-color);
    margin-bottom: 24px;
}

.bonus-box h3 {
    color: var(--primary-color);
    font-weight: 900;
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin: 0;
    position: relative;
    padding-left: 40px;
    margin-bottom: 0.5rem;
}

.bonus-box h3:before {
    content: "";
    position: absolute;
    left: 0;
    background: url("assets/images/welcome-bonus-icon.png") no-repeat;
    width: 30px;
    height: 30px;
}

.bonus-box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    color: var(--gradient-color-text);
}

p.bonus-description {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: var(--site-headings);
}

p.bonus-description span {
    color: var(--primary-color);
}

p.casino-reviews-terms {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-bottom: 0;
}

.review-content-sections .content-block h4 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    color: var(--site-headings);
    gap: 8px;
    align-items: center;
    display: flex;
    margin: 0;
    margin-bottom: 12px;
}

.rating-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--site-headings);
}

.rating-top {
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    justify-content: space-between;
}

.rating-row .bar .fill {
    background: linear-gradient(90deg, var(--button-bg-color), var(--primary-color));
    display: block;
    height: 6px;
    border-radius: 50px;
}

.rating-row .bar {
    border-radius: 50px;
    margin-top: 8px;
    background: var(--bg-color-3);
}

.rating-row {
    margin-top: 16px;
}

.casino-review-content-inner {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    display: grid;
}


.review-content-inner-left {
    width: 100%;
    max-width: 756px;
}   

.casino-reviews-content span {
    font-weight: 600;
    color: var(--primary-color);
}

.rating-breakdown-items {
    max-width: 362px;
    width: 100%;
}

.rating-card a.btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.rating-card a.btn:before {
    content: "";
    width: 17px;
    height: 17px;
    background: url(assets/images/play-coral-casino-btn-icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
}

.rating-top span.value {
    color: var(--primary-color);
    font-weight: 900;
}

.review-content-sections .content-block .text {
    margin-bottom: 24px;
}

.review-content-sections .content-block .text p {
    line-height: 1.625;
    margin-bottom: 12px;
}

.reviews-pros-cons-part {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.reviews-pros-cons-part .pros h5 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #4ade80;
    margin: 0;
    margin-bottom: 12px;
    position: relative;
    padding-left: 23px;
}

.reviews-pros-cons-part .cons h5 {
    font-size: 14px;
    line-height: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #f87171;
    margin: 0;
    margin-bottom: 12px;
    position: relative;
    padding-left: 23px;
}

.reviews-pros-cons-part .pros h5:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(assets/images/pros-icon.png) no-repeat;
    width: 15px;
    height: 15px;
}

.reviews-pros-cons-part .cons h5:before {
    content: "";
    position: absolute;
    left: 0;
    background: url(assets/images/cons-icon.png) no-repeat;
    width: 15px;
    height: 15px;
}

.reviews-pros-cons-part .pros ul li,
.reviews-pros-cons-part .cons ul li {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    list-style: none;
    padding-left: 20px;
}

.reviews-pros-cons-part .pros ul,
.reviews-pros-cons-part .cons ul {
    margin: 0;
    padding: 0;
}

.reviews-pros-cons-part .pros ul li:before {
    content: "";
    position: absolute;
    background: url(assets/images/pros-list-icon.png) no-repeat;
    width: 10px;
    height: 10px;
    left: 0;
    top: 9px;

}
 
.reviews-pros-cons-part .cons ul li:before {
    content: "";
    position: absolute;
    background: url(assets/images/cons-list-icon.png) no-repeat;
    width: 10px;
    height: 10px;
    left: 0;
    top: 9px;

}


.reviews-pros-cons-part .pros {
    border-radius: 0.75rem;
    border: 1px solid #4ade8033;
    padding: 1rem;
    background: #4ade800d;
}

.reviews-pros-cons-part .cons {
    border-radius: 0.75rem;
    border: 1px solid #f8717133;
    padding: 1rem;
    background: #f871710d;
}


.reviews-cta {
    text-align: center;
}

.reviews-cta a.btn {
    letter-spacing: 0.9px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding: 16px 40px;
    border-radius: 12px;
}

.casino-card .disclaimer {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    line-height: 1rem;
    text-align: center;
}


/* DETAILED-CASINO-REVIEWS-END */


/* FEATURE-COMPARISON-START */

section.feature-comparison {
    padding: 56px 0;
    border-top: 1px solid #ffffff0d;
}

table.feature-comparison-table tr th {
    text-align: center;
}

table.feature-comparison-table tr th:first-child {
    text-align: left;
}

table.feature-comparison-table tr span.yes {
    color: #4ade80;
}

table.feature-comparison-table tr td.value span.no {
    color: #f87171;
}

/* FEATURE-COMPARISON-END */


/* types-casino-bonuses-section-start */

.types-casino-bonuses-section {
    border-top: 1px solid #ffffff0d;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.bonus-types-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1.5rem;
}

.bonus-type-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--site-headings);
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.bonus-type-description {
    line-height: 1.625;
}


.bonus-type-tip {
    border: 1px solid rgb(245 158 11 / 0.2);
    padding: 1rem;
    margin-top: 0.75rem;
    border-radius: 0.75rem;
    color: var(--primary-color);
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    position: relative;
}


.bonus-type-tip:before {
    content: "";
    background: var(--primary-color);
    opacity: 0.1;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    border-radius: 0.75rem;
    top: 0;
}

.why-choose-section {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.why-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why-card-title {
    color: var(--site-headings);
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 0.75rem;
}

.why-card p {
    line-height: 1.625;
    font-size: 0.875rem;
    margin: 0.75rem 0 0;
}

.popular-casino-games-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.popular-casino-games-card {
    font-size: 0.875rem;
    line-height: 1.25rem;
    transition: all 0.3s ease;
}

.popular-casino-games-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px var(--bg-color-2);
}

.popular-casino-games-card img.icon {
    max-height: 2.5rem;
    max-width: 2.5rem;
    object-fit: contain;
    margin-bottom: 0.75rem;
}

.popular-casino-title {
    margin-bottom: 0.5rem;
    color: var(--site-headings);
}

.popular-casino-games-card p {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin: 0.5rem 0 0;
}

.rtp-section {
    margin-top: 2rem;
}

.rtp-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: var(--site-headings);
}


.security-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
}

.security-card {
    font-size: 0.875rem;
    line-height: 1.625;
    transition: all 0.3s ease;
}

.security-card.full {
    grid-column: span 2;
}

.security-card-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    color: var(--site-headings);
}

.security-card p {
    font-size: 0.875rem;
    line-height: 1.625;
    margin: 0.75rem 0 0;
}

table.cus-table.dev-table tr td:first-child {
    color: var(--site-headings);
    font-weight: bold;
}

.tips-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 1rem;
    counter-reset: myCounter;
}

.tips-card {
    font-size: 0.875rem;
    line-height: 1.625;
}

.tips-title {
    margin-bottom: 0.5rem;
    color: var(--site-headings);
    position: relative;
    font-size: 16px;
    line-height: 24px;
}

.tips-title:before {
    counter-increment: myCounter;
    content: counter(myCounter) ".";
    position: relative;
    left: 0;
    margin-right: 0.5rem;
    font-weight: 900;
    border-radius: 12px;
    color: var(--primary-color);
}

.tips-card p {
    margin: 0.5rem 0 0;
    font-size: 0.875rem;
    line-height: 1.625;
}

p.comparison-note {
    font-size: 0.75rem;
    line-height: 1rem;
    margin: 1rem 0 0;
    opacity: 0.5;
}

.sport-betting-content {
    font-size: 0.875rem;
    line-height: 1.625;
}

.sport-betting-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    width: 100%;
}

.sport-betting-content-outer {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.sport-betting-list-item .sb-title {
    font-size: 16px;
    line-height: 24px;
    color: var(--site-headings);
    font-weight: bold;
}

.sport-betting-list-item .sb-subtitle {
    font-size: 0.75rem;
    line-height: 1rem;
    margin-top: 0.25rem;
}

.sport-betting-list-item .sport-betting-list-icon {
    margin-bottom: 0.75rem;
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}


.bo-list {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.bo-list-item {
    font-size: 0.875rem;
    line-height: 1.625;
}

.bo-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    display: flex;
    flex-wrap: wrap;
    color: var(--site-headings);
    font-weight: bold;
}

.bottom-line-content {
    font-size: 0.875rem;
    line-height: 1.625;
}

.bottom-line-content p {
    margin-bottom: 1rem;
}

.bottom-line-content p:last-child {
    margin-bottom: 0;
}

.faq-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 0.75rem;
}

button.faq-question {
    background: transparent;
    outline: none;
    border: none;
    color: var(--site-headings);
    cursor: pointer;
    font-size: 1rem;
    line-height: 22px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    position: relative;
}

span.faq-toggle-icon.faq-arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

span.faq-toggle-icon.faq-arrow:before {
    content: "\f107";
    font-family: 'FontAwesome';
    margin: auto;
}

.faq-content {
    font-size: 0.875rem;
    line-height: 1.625;
    display: none;
    margin-top: 1.25rem;
}

.faq-content.open {
    display: block;
}

.faq-content p {
    font-size: 0.875rem;
    line-height: 1.625;
}

.faq-content p:last-child {
    margin-bottom: 0;
}

button.faq-question {
    padding-right: 32px;
}

.footer-legal .footer-payment-list .hero-feature-item img {
    max-width: 32px;
    max-height: 20px;
}

.hero-feature-item-text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	gap: 0.5rem;
}

.hero-body-content-outer p {
    font-size: 0.75rem;
    margin-top: 1rem;
    line-height: 1rem;
}

/* types-casino-bonuses-section-end */

/* HOW-TO-JOIN-START */


section.how-to-join-section {
    border-top: 1px solid #ffffff0d;
}

.bold-title {
    font-weight: 700;
}

.how-to-join-title {
    color: var(--site-headings);
    margin-bottom: 4px;
}

.how-to-join-card {
    padding: 20px;
    border: 1px solid #ffffff1a;
    border-radius: 16px;
    margin-bottom: 16px;
    background: var(--bg-color-2);
    color: var(--bg-color-2-text);
    position: relative;
    padding-left: 80px;
}

.how-to-join-card:before {
    counter-increment: myCounter;
    content: counter(myCounter) "";
    position: absolute;
    left: 24px;
    font-weight: 900;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--button-bg-color);
    color: var(--button-text-color);
}

section.how-to-join-section .container {
    counter-reset: myCounter;
}


.how-to-join-card p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

.how-to-join-card:last-child {
    margin-bottom: 0;
}

/* HOW-TO-JOIN-END */


/* FOOTER Section */

.site-footer {
    background: var(--footer-bg);
    color: var(--footer-text);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}

.site-info {
    text-align: center;
    font-size: 14px;
}
.footer-responsible+.footer-legal {
    margin-top: 2rem;
}

.footer-legal-inr {
    max-width: 42rem;
    margin: auto;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.625;
}

.footer-legal-inr p {
    font-size: 11px;
    color: var(--footer-text);
}

.footer-legal-inr p strong {
    color: var(--bg-color-3-text);
}

.text-gray-400 {
    color: rgb(156 163 175);
}

.footer-legal-inr p:last-child {
    margin-bottom: 0;
}

.footer-warning-text {
    background: #ef44440d;
    padding: 1rem;
    border: 1px solid #ef44441a;
    border-radius: 0.75rem;
    margin-bottom: 1.5rem;
    text-align: center;
    line-height: 1.625;
    font-size: 11px;
}

.footer-warning-text a {
    text-decoration: underline;
    color: var(--primary-color);
}

.footer-warning-text p {
    line-height: 1.625;
    font-size: 11px;
}

.footer-warning-text p:first-child strong:first-child {
    color: #f87171;
}

.footer-warning-text p strong {
    color: var(--site-headings);
}

.footer-warning-text p:last-child {
    margin-bottom: 0;
}

.body-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.hero-body-content-inr h2 {
    margin: 0;
    font-size: 2.25rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 900;
    color: var(--site-headings);
}

.hero-body-content-inr p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
}

.hero-body-content-inr h2 span {
    color: var(--primary-color);
}

/* .hero-section + .body-content{
    padding-top:0;
} */
div.accordionButton h3,
div.accordionButton h4,
div.accordionButton h5,
div.accordionButton h6 {
    color: var(--site-text) !important;
}

section.ms_faq.ms_card {
    position: relative;
}

div.accordionButton,
div.accordionButton.on {
    background: inherit;
}

div.accordionButton:after {
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    right: 0;
    margin-top: 5px;
}

.man_faq_sec .accordionButton.on:after {
    transform: rotate(180deg);
}

div.accordionButton h3,
div.accordionButton h4,
div.accordionButton h5,
div.accordionButton h6 {
    font-size: 1.6rem !important;
    line-height: 1.25 !important;
    font-weight: bold !important;
    font-family: var(--primary-font) !important;
}

div.accordionContent {
    font-size: 16px;
    line-height: 1.625;
    color: var(--site-text);
}

div.accordionContent p {
    line-height: 1.625;
    color: var(--site-text);
    font-size: 16px;
}

.body-content .page-thumbnail {
    margin: 20px 0;
}

.body-content .page-thumbnail img {
    max-width: 100%;
    height: auto;
}


section.play-responsibly-section {
    border-top: 1px solid rgb(255 255 255 / 5%);
}

.play-responsibly-wrapper {
    padding-top: 48px;
    padding-bottom: 48px;
}

.play-responsibly-wrapper-inner,
.responsible-box{
    padding: 32px;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 16px;
    background: var(--gradient-color);
    color: var(--gradient-color-text);
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.responsible-box{
    margin-bottom: 32px;
}
h2.play-responsibly-title,
.responsible-box-cont h4 {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    margin-bottom: 8px;
}

.play-responsibly-icon,
.responsible-box-icon {
    width: 100%;
    max-width: 40px;
}

.play-responsibly-icon img,
.responsible-box-icon img {
    width: 40px;
    height: 40px;
}
p.play-responsibly-description,
.responsible-text p{
    font-size: 14px;
    line-height: 1.625;
}
.responsible-text p:last-child{
    margin-bottom:0;
} 
.play-responsibly-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 12px;
    line-height: 16px;
}

.play-responsibly-tags-inner {
    color: var(--bg-color-3-text);
    padding: 6px 12px;
    background: rgb(255 255 255 / 5%);
    border-radius: 8px;
    border: 1px solid rgb(255 255 255 / 10%);
    line-height: normal;
}

.play-responsibly-tags-inner a {
    color: var(--bg-color-3-text);
    text-decoration: none;
}

.footer-legal .hero-feature-item {
    font-size: 12px;
    line-height: 16px;
    color: var(--gradient-color-text);
    background: rgb(255 255 255 / 5%);
    border: 1px solid var(--gradient-color-text);
    border-radius: 8px;
}

.footer-legal .hero-feature-item-text span, .hero-feature-item-text span {
    color: rgb(248 113 113);
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
}

.footer-legal .hero-feature-item img {
    max-width: 14px;
    max-height: 14px;
    object-fit: contain;
}

/* BM STYLING CSS START */
div.toplist-ocf__wrapper {
    margin: 30px 0 0 0;
}

div.toplist-ocf__wrapper:last-child {
    margin-bottom: 0;
}

div.toplist-ocf__wrapper:first-child {
    margin-top: 0;
}

body .toplist-ocf__offer-logo-wrapper:before {
    display: none
}

body .toplist-ocf__offer-logo {
    border: 0;
    border-radius: 0;
}

body .toplist-ocf__offer-key-feature {
    display: none;
}

body .toplist-ocf__offer-extra {
    background: transparent;
    position: unset;
}


body .toplist-ocf__offer-ribbon {
    font-size: 13px;
    line-height: 26px;
    font-weight: 600;
    height: 30px;
    padding-left: 22px;
    letter-spacing: 1px;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
    width: 100%;
    background: linear-gradient(to right, #1c4548, #1a2643);
    border-radius: 16px 16px 0px 0px;
    text-transform: uppercase;
    border-color: rgb(255 255 255 / 0.05);
    border-bottom: 0 !important;
    border: 1px solid rgb(255 255 255 / 0.05);
}

body .toplist-ocf__offer-rating {
    text-align: left;
}

body .toplist-ocf__offer-ribbon:before,
.toplist-ocf__offer-ribbon:after {
    display: none;
}

body .toplist-ocf__offer-cta-btn {
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(135deg, #CE2939 0%, #e8424f 50%, #CE2939 100%);
}

body .toplist-ocf__offer-cta-btn:hover {
    color: #fff;
    background: var(--primary-color);
}

body .toplist-ocf__offer {
    background: var(--bg-color-2);
    border-color: rgb(255 255 255 / 0.05);
}

body .toplist-ocf__offers {
    position: relative;
}

body .toplist-ocf__offer-bonus {
    font-family: 'Fira Sans', serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

body .toplist-ocf__offer-logo img {
    width: 150px;
    height: 125px;
}

div.toplist-techcity__show-more-btn,
div.toplist-ocf__show-more-btn {
    border-color: var(--button-bg-color);
    background: var(--button-bg-color);
    color: var(--button-text-color);
}

div.toplist-techcity__show-more-btn:hover,
div.toplist-ocf__show-more-btn:hover {
    border-color: var(--button-bg-color);
    background: var(--button-bg-color);
    color: var(--button-text-color);
    opacity: 0.7
}

body .toplist-customtheme__offer:first-child {
    border: 1px solid rgb(245 158 11 / 30%);
    margin-top: 16px;
}

body .toplist-customtheme__offer {
    border: 1px solid rgb(255 255 255 / 10%);
    background: var(--bg-color-2);
    color: var(--bg-color-2-text);
}

body .toplist-customtheme__offer-cta-btn {
    background: var(--button-bg-color);
    color: var(--button-text-color);
    box-shadow: 0 4px 20px rgba(245, 158, 11, 0.4);
    transition: all 0.3s ease;
}

body .toplist-customtheme__offer-cta-btn:hover {
    background: var(--button-bg-color-hover);
    color: var(--button-text-color-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(245, 158, 11, 0.6);
}

body .toplist-customtheme__offer-title {
    color: var(--primary-color);
}

body .toplist-customtheme__wrapper {
    margin-bottom: 0;
}

body .toplist-customtheme__offer-logo img {
    width: 150px;
}

body  .toplist-customtheme__offer-logo {
    width: 150px;
    min-width: 150px;
}

@media screen and (min-width: 1025px) {

body  .toplist-customtheme__offer-logo-wrapper {
    justify-content: right;
	gap: 10px;
}

body .toplist-customtheme__offer-inner {
    grid-template-columns: 266px auto 192px;
}

}

/* BM STYLING CSS END */


/*AUTHOR PAGE START*/
.new-custom-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.new-custom-profile-header-container {
    display: flex;
    align-items: center;
    gap: 30px;
    word-break: break-all;
}

.new-custom-header-avatar-container img {
    padding: 0;
    border: 0;
    width: 75px;
    height: 75px;
    object-fit: cover;
}

.new-custom-header-profile-details h2 {
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 0;
}

.new-custom-profile-fields-group.new-custom-profile-fields-group-1 {
    border: 1px solid var(--site-text);
    margin: 1.5rem 0 0;
    padding: 20px;
    border-radius: 8px;
}

.new-custom-profile-fields-group.new-custom-profile-fields-group-1 h3 {
    margin-top: 0;
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
}

.new-custom-author-box-wrapper {
    box-shadow: none;
    display: inline-block;
    width: 100%;
    font-size: 26px;
}

.new-custom-author-box-wrapper p {
    padding: 0;
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 26px;
}

.new-custom-author-box-wrapper p:last-child {
    margin-bottom: 0;
}

.new-custom-author-f-name .new-custom-label,
.new-custom-author-description-name .new-custom-label {
    font-weight: 600 !important;
    font-size: inherit;
    line-height: inherit;
    background: transparent;
    color: inherit;
    padding: 0px;
    margin: 0 0 10px;
}

.new-custom-author-f-name {
    display: flex;
    gap: 15px;
    font-size: 20px;
}

.new-custom-author-description-name {
    margin-top: 12px;
    font-size: 20px;
}

/*AUTHOR PAGE END*/



/* CONTACT FORM START*/
.wpcf7-form {
    width: 100%;
    margin: 24px auto;
    font-family: var(--primary-font);
}

.wpcf7-form input,
.wpcf7-form textarea {
    margin-bottom: 16px;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
    background: transparent;
    color: var(--site-text);
    outline: none;
    font-size: 16px;
    line-height: 24px;
    font-family: var(--primary-font);
    border: 1px solid var(--site-text);
}

.wpcf7-form textarea {
    height: 150px;
}

.wpcf7-form input[type="submit"] {
    width: 100%;
    background: var(--button-bg-color);
    color: var(--button-text-color);
    font-size: 17px;
    border: none;
    font-family: var(--primary-font);
    margin: 0;
}

.wpcf7-form input[type="submit"]:hover {
    background: var(--button-bg-color);
    color: var(--button-text-color);
    opacity: 0.7;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder {
    color: var(--site-text);
}

.wpcf7-form input::-moz-placeholder {
    color: var(--site-text);
    opacity: 1;
}

.wpcf7-form input:-moz-placeholder {
    color: var(--site-text);
}

.wpcf7-form input:-ms-input-placeholder {
    color: var(--site-text);
}

.wpcf7-form input::placeholder {
    color: var(--site-text);
}

/* CONTACT FORM END*/



@media screen and (min-width: 992px) {

    /* BM STYLING CSS START */
    body .toplist-ocf__offer {
        gap: 16px;
        grid-template-columns: 180px 149px auto 163px;
        padding: 24px 22px;
    }

    body .toplist-ocf__offer-cta-btn {
        height: 46px;
    }

    body .toplist-ocf__offer-bonus {
        text-align: left;
    }

    body .toplist-ocf__offer-extra {
        flex-direction: revert;
        justify-content: left;
    }

    body .toplist-ocf__offer-cta-btn {
        font-size: 16px;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0.5px;
        height: 52px;
    }

    body .toplist-ocf__offer-brand-name {
        font-family: 'Fira Sans', serif;
        font-size: 20px;
        font-weight: 600;
        color: #fff;
    }

    /* BM STYLING CSS END */

}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 1.875rem;
    }

    .hero-title h1 {
        font-size: 1.875rem;
        line-height: 1.25;
    }

    .smi-trimmed-content {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .how-rate-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .table-auto {
        overflow-x: auto;
        width: 100%;
    }

    .body-content table:not(.campaign-compact-table) {
        display: block;
        overflow: auto;
    }

    .body-content .table-auto table:not(.campaign-compact-table) {
        display: table;
    }

    .body-content table:not(.campaign-compact-table) th,
    .body-content table:not(.campaign-compact-table) td {
        white-space: nowrap;
    }

    /* BM STYLING STAR */
    body .toplist-ocf__offer-extra {
        align-items: baseline;
        padding: 0;
    }

    body .toplist-ocf__offer-bonus {
        font-size: 20px;
        line-height: 28px;
        width: 100%;
        text-align: center;
    }

    body .toplist-ocf__offer {
        padding: 16px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    body .toplist-ocf__offer-logo-wrapper {
        width: 100%;
    }

    body .toplist-ocf__offer-cta-btn-wrapper {
        width: 100%;
    }

    body .toplist-ocf__offer-logo img {
        height: 75px;
        width: auto;
    }

    body .toplist-ocf__offer-brand-name {
        font-size: 18px;
        line-height: 28px;
        justify-content: center;
    }

    body .toplist-ocf__offer-main {
        gap: 4px;
    }

    body .toplist-ocf__offer-cta-btn-wrapper {
        width: 100%;
    }

    body .toplist-ocf__offer-rating {
        text-align: center;
    }

    body .o_e0f0d82 .b_b3df13a {
        color: var(--primary-color);
    }

    /* BM STYLING END */



    /* REVIEW-GRADIENT-SECTION-START */
    .review-gradient-grid-left-part {
        width: 100%;
    }

    .review-gradient-grid-part {
        flex-wrap: wrap;
    }

    .review-gradient-grid-right-part {
        width: 100%;
    }

    .pros-cons-payment-methods-section {
        display: flex;
        flex-wrap: wrap;
    }

    .pros-cons-part,
    .payment-methods-part {
        width: 100%;
    }

    /* REVIEW-GRADIENT-SECTION-END */


    .popular-casino-games-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .casino-review-content-inner {
        grid-template-columns: 1fr;
    }

    .review-content-inner-left, .rating-breakdown-items {
        max-width: 100%;
    }


}


@media screen and (max-width: 767px) {

    .body-content {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .hero-tags {
        flex-wrap: wrap;
        white-space: normal;
        row-gap: 4px;
    }

    .how-rate-section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    section.casino-reviews-section .section-header h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .rating-grid,
    .why-grid,
    .popular-casino-games-grid,
    .security-grid,
    .reviews-pros-cons-part,
    .sport-betting-list {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        width: 100%;
    }

    .score-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .section-header h2 {
        font-size: 20px;
        line-height: 28px;
    }

    .security-card.full {
        grid-column: 1;
    }

    .footer-legal-inr p {
        margin-bottom: 0.75rem;
    }
    
    .card-header {
        flex-wrap: wrap;
    }

    .casino-reviews-content-area {
        padding: 1.5rem;
    }

}



