@font-face {
    font-family: 'Newsreader';
    src: url('../fonts/newsreader/Newsreader-Regular.woff2') format('woff2'),
    url('../fonts/newsreader/Newsreader-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Newsreader';
    src: url('../fonts/newsreader/Newsreader-Medium.woff2') format('woff2'),
    url('../fonts/newsreader/Newsreader-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Newsreader';
    src: url('../fonts/newsreader/Newsreader-SemiBold.woff2') format('woff2'),
    url('../fonts/newsreader/Newsreader-SemiBold.woff2') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Newsreader';
    src: url('../fonts/newsreader/Newsreader-Bold.woff2') format('woff2'),
    url('../fonts/newsreader/Newsreader-Bold.woff2') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;

}

/*****************************/
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2') format('woff2'),
    url('../fonts/ibm-plex-sans/IBMPlexSans-Regular.woff2') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;

}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/ibm-plex-sans/IBMPlexSans-Medium.woff2') format('woff2'),
    url('../fonts/ibm-plex-sans/IBMPlexSans-Medium.woff2') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/ibm-plex-sans/IBMPlexSans-SemiBold.woff2') format('woff2'),
    url('../fonts/ibm-plex-sans/IBMPlexSans-SemiBold.woff2') format('woff');
    font-weight:600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'IBM Plex Sans';
    src: url('../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff2') format('woff2'),
    url('../fonts/ibm-plex-sans/IBMPlexSans-Bold.woff2') format('woff');
    font-weight:700;
    font-style: normal;
    font-display: swap;
}
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --primary-color:#132540;
    --secondary-color:#FFFFFF;
    --text-green:#0C6E4A;
    --bg-green:#0C6E4A;
    --blue-gray-light:#77839A;
    --blue-gray:#5A6A80;
    --text-light:#98A2B0;
    --blue-gray-dark:#3B4C63;
    --border-color:#EEEAE0;
}
body {
 font-family:IBM Plex Sans;
 font-size: 16px;
 font-weight: 400;
 line-height: 1.3;
 background: #FAF8F4;
}

a {
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
}

.container{
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 20px;
}

.sm-container{
    max-width: 810px;
    margin:0 auto;
    padding: 0 20px;
}

h1{
    font-size: 56px;
    font-weight: 500;
    color:var(--primary-color);
    line-height: normal;
}

h2{
    font-size:36px;
    font-weight: 700;
    color:var(--primary-color);
    line-height: normal;
}

h3{
    font-size:22px;
    font-weight: 700;
    color:var(--primary-color);
    line-height: normal;
}

h4{
    font-size:20px;
    font-weight: 700;
    color:var(--primary-color);
    line-height: normal;
}
h5{
    font-size: 16px;
    font-weight: 700;
    color:var(--primary-color);
    line-height: normal;
}

img{
    max-width: 100%;
}
.my-20{
    margin-top: 20px;
    margin-bottom: 20px;
}



.blue-gray{
    color: #3B4C63;
}


.golden-logo {
    background-color: #A9791B;
    color: var(--secondary-color);
    line-height: normal;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 700;
}   

.logo-color{
    line-height: normal;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: var(--secondary-color);   
    font-weight: 700;
}
.blue-logo{
    background-color: #1F5FA8;
}
.green-logo{
    background-color: #0C6E4A;
}
.purple-logo{
  background-color: #5B4AB8;
}

.red-logo{
    background-color: #B23B3B;
}
.dark-red-logo{
    background-color: #A62B2B;
}
.blue-teal-logo{
    background-color: #0E6E86;
}
.royal-purple-logo{
    background-color: #6D4AB8;
}
.steel-blue-logo{
    background-color: #4A6FA5;
}
.light-green-logo{
    background-color: #2E7D4F;
}

.golden-brown-logo{
    background-color:#B5852B;
}

.forest-green-logo{
    background-color:#1F7A54;
}
.emerald-green-logo{
 background-color:#1F7A54;

}
.royal-blue-logo{
    background-color:#4F46B8;
}
p.nocomments {
    display: none;
}

.header-sec {
    background-color: var(--primary-color);
    color: #fff;
    padding: 17px 0;
}

.primary-btn a {
    width: 100%;
    color: var(--secondary-color);
    background: var(--bg-green);
    border-radius: 7px;
    padding: 9px 21px;
    font-weight: 500;
    display:inline-block ;
    text-align: center;
}
.outline-btn{
    width: 100%;
    border:1px solid #D6CFC1;
    border-radius: 7px;
    padding: 9px 21px;
    font-weight: 500;
}

#header .wp-block-navigation {
    font-family: IBM Plex Sans;
    font-weight: 500;
}

.header-left-side {
    font-size: 14px;
    font-family: IBM Plex sans;
    font-weight: 500;
}

/*Header Search Bar*/

.header-left-side {
    position: relative;
}



.header-left-side .wp-block-search__inside-wrapper {
    position: absolute;
    top: 50%;
    right:128px;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right center;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
    width: 100%;
    max-width: 360px;
}

.header-left-side .wp-block-search.search-open .wp-block-search__inside-wrapper {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
    visibility: visible;
    background: unset;
}
.header-left-side .header-search {
    display: none;
}

.page-id-32 .header-left-side .header-search{
    display: block;
}

.header-left-side .wp-block-search__button.wp-element-button {
    background-color: #0c6e4a;
    padding-top: 9px;
    padding-right: 10px;
    padding-bottom: 9px;
    padding-left: 10px;
    font-size: 14px;
    border-radius: 5px;
    margin-left: 5px;
}
.header-left-side .wp-block-search.search-open .wp-block-search__inside-wrapper input {
    background: unset;
    border-radius: 5px;
    color: var(--secondary-color);
    padding: 5px 10px;
}

p.top-bar__info {
    border: 1px solid #35507A;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    line-height: normal;
}

/*Home Page*/

.title-border{
    position: relative;

}
.title-border::before {
    border-bottom: 2px solid var(--bg-green);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 35px;
    top: 7px;
}



.title-border {
    position: relative;
    padding-left: 45px;
}

.trust-list li {
    position: relative;
    padding-left: 20px;
}

.trust-list li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url("../images/check.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
}

.trust-list {
    display: flex;
    gap: 22px;
    margin-top: 40px;
}



/*Banner Review*/
.review-card-top {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F0EBE1;
    align-items: center;
    font-family: 'IBM Plex Sans';
}



.review-card-sec {
    background-color: var(--secondary-color);
    border: 1px solid #F0EBE1;
    border-radius: 15px;
    box-shadow: 0px 18px 50px rgba(19, 37, 64, 0.1);
}

.review-info {
    padding: 25px;
}

.review-card-sec .trust-list {
    flex-direction: column;
    gap: 0;
    line-height: 1.5;
    margin-top: 0;
}
.card-cta a {
    display: block;
}
.review-card-sec .card-cta{
    text-align: center;
}
.reviewer-info {
    display: flex;
    gap: 15px;
}

.review-card-top p {
    font-size: 12px;
    font-weight: 600;
    color: #8A94A4;
    line-height: normal;
}



.review-info-top {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-name p {
    font-size: 13px;
    color: #6B7A90;
    font-weight: 700;
}

.bonus-card {
    border: 1px solid #DDEBE1;
    background-color: #F4F8F5;
    padding: 15px;
    border-radius: 10px;
    margin: 20px 0;
}
.bonus-card h4 {
    font-family: 'IBM Plex Sans';
}

.bonus-card span {
    font-size: 12px;
    font-weight: 600;
    color: #0C6E4A;
    margin-bottom: 5px;
    display: block;
}

.review-card-sec .trust-list li::before {
    top: 8px;
}

.review-card-sec .trust-list li {
    color: #3B4C63;
}

.review-card-sec .card-cta .primary-btn {
    color: var(--secondary-color);
    margin-top: 20px;
}

.review-card-sec .card-cta .read-review {
    font-weight: 600;
    color: #0C6E4A;
    margin: 15px 0;
    line-height: normal;
}

.review-card-sec .card-cta span {
    font-size: 12px;
    color: #98A2B0;
    line-height: normal;
}

/*Image With Text Section*/
.image-with-text-sec div p {
    white-space: nowrap;
}

.border-right{
    position: relative;
}

.border-right::after {
    content: "";
    border-right: 1px solid #EAE4D9;
    position: absolute;
    left: 0;
    height: 100%;
    right: -40px;
}

.review-card-sec .primary-btn a {
    padding: 14px 21px;
}
.reviewer-info h4 {
    font-size: 16px;
    font-family: 'IBM Plex Sans';
}
.reviewer-info a {
    color: #0C6E4A;
    font-weight: 500;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 3px;
}
.table-wrapper .badge {
    color: #0C6E4A;
    font-weight: 600;
    background: #F4F8F5;
    border: 1px solid #DDEBE1;
    border-radius: 5px;
    padding: 7px 10px;
    display: inline-block;
    font-size: 14px;
}
.rating small {
    color: #6B7A90;
    font-weight: 600;
}
.visit-btn a {
    color: var(--secondary-color);
    background: var(--bg-green);
    border-radius: 7px;
    padding: 10px 26px;
    font-weight: 500;
    display: inline-block;
}
.visit-btn {
    text-align: end;
}
p.number {
    font-size: 20px;
    font-family: 'Newsreader';
    color: #C3BCAD;
    font-weight: 600;
}




/**************Featured Review Section******************/

table {
    width: 100%;
}
th {

    text-align: start;
}
.section-header p {
    max-width: 340px;
    color: #5A6A80;
}

.section-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 2px solid #132540;
    padding-bottom: 20px;
    align-items: center;
}

.featured-review-sec {
    padding: 80px 0;

}

.section-header .sub-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--text-green);
    margin-bottom: 10px;
    display: inline-block;

}

.table-wrapper {
    border: 1px solid #F1ECE3;
    border-radius: 15px;
    /* overflow: hidden; */
    background: #fff;
    margin-top: 20px;
}

.table-wrapper table{
    width: 100%;
    border-collapse: collapse;
}
.table-wrapper thead th {
    background: #F5F2EC;
    border-bottom: 1px solid #F1ECE3;
    color: var(--blue-gray-light);
}

.table-wrapper th,
.table-wrapper td{
    padding: 20px;
    text-align: left;
}
.table-wrapper tbody td{
    border-bottom: 1px solid #F1ECE3;
}

.table-wrapper tbody tr:last-child td{
    border-bottom: none;
}
.view-all-review a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #0C6E4A;
    font-weight: 600;
    margin-top: 20px;
}
/*********************************************/
.casino-title-wrap {
    display: flex;
    gap: 15px;
}
.list-view-casino-sec .logo-color {
    width: 100%;
    height: 44px;
    max-width: 44px;
    padding: 10px 20px;
}


.list-view-casino-sec .casino-title {
    display: flex;
    align-items: end;
    gap: 8px;
    line-height: normal;
}


.featured-casino-left {
    display: flex;
    align-items: center;
    gap: 15px;
}
.featured-casino-card p {
    line-height: normal;
}
.featured-casino-left .casino-content p {
    color: #4B5B72;
    font-family: 'IBM Plex Sans';
    font-size: 14px;
    margin-top: 3px;
}
.our-editor-sec .view-all-btn a {
    display: flex;
    color: var(--text-green) !important;
    font-weight: 600;
    gap: 3px;
}

.our-editor-sec {
    padding-bottom: 80px;
}
.our-card {
    background-color: var(--secondary-color);

    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #E9E3D8;
}

.our-card-content {
    padding: 20px;
}
.our-card-inner {
    display: inline-grid;
    grid-template-columns: repeat(3,1fr);
    gap: 25px;
    margin-top: 30px;
}
.our-card-inner .our-card img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}
.our-card .category-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-green);
    margin-bottom: 8px;
    display: inline-block;
    text-transform: uppercase;
}
.our-card-content h4 {
    margin-bottom: 10px;
}
.our-card-content p {
    color: #5A6A80;
    margin-bottom: 15px;
}
.our-card-content .post-author-name {
    color: #8A94A4;
    font-size: 14px;
}
.copy-right-sec {
    border-top: 1px solid #1C2C46;
    margin-top: 30px;
    padding: 25px 0;
}
.copy-right-sec .right-side ul {
    display: flex;
}
.copy-right-sec .right-side ul li{
    position: relative;
}
.copy-right-sec .right-side ul li:not(:last-child)::after {
    content: "";
    background: #3A4E6B;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 10px;
}
/*Featured Review Section*/
.featured-casino-review-sec {
    background-color: var(--primary-color);
    color: #fff;
    padding: 70px 0;
}
.featured-casino-review-sec  h2{
    color: var(--secondary-color);
}
.casino-review-card {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}
.featured-casino-review-sec .review-header {
    padding: 20px;
    border-bottom: 1px solid #F1ECE3;
    display: flex;
    align-items: center;
    gap: 10px;
}
.casino-rating span {
    color: #6B7A90;
    font-weight: 600;
}
.featured-casino-review-sec .review-content span {
    font-size: 14px;
    font-weight: 600;
    color: #8A94A4;
    display: inline-block;
    margin-bottom: 5px;
}
.casino-review-card .trust-list {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.read-review a {
    color: #0C6E4A;
    font-weight: 600;
    margin-top: 15px;
    display: block;
    text-align: center;
}
.featured-casino-review-sec .review-content {
    padding: 20px;
}
.review-card-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}
.casino-review-card {
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 10px;
}
.featured-casino-review-sec .review-header h5 {
    font-size: 16px;
    font-family: 'IBM Plex Sans';
    line-height: normal;
    margin-bottom: 2px;
}

.featured-casino-review-sec  .review-content h5 {
    font-size: 17px;
    font-family: 'IBM Plex Sans';
    line-height: normal;
    margin-bottom: 15px;
}
.casino-review-card .trust-list {
    flex-direction: column;
    gap: 0;
    margin-top: 0;
    margin-bottom: 20px;
}
.casino-review-card .trust-list li {
    line-height: 1.8;
}
.casino-review-card .trust-list li::before {
    top: 8px;
    width: 13px;
    height: 13px;
}
.casino-review-card .primary-btn a {
    padding: 10px 21px;
}
.featured-casino-review-sec .section-header .sub-title {
    color: #5FCF97;
}
.featured-casino-review-sec .section-header p {
    color: #9DB0C8;
}
.get-coin-btn {
    font-size: 16px;
    color: var(--text-green);
    font-weight: 600;
    background-color: #F4F8F5;
    border: 1px solid #DDEBE1;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 10px;
    white-space: nowrap;
}
.trade-now-btn{
 font-size: 16px;
 color:#1F5FA8;
 font-weight: 600;
 background-color: #EEF2F8;
 border: 1px solid #D2DEEE;
 display: inline-block;
 padding: 9px 15px;
 border-radius: 10px;
 white-space: nowrap;
}

.featured-casino-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--secondary-color);
    padding: 20px;
    border: 1px solid #DDEBE1;
    border-radius: 10px;
    margin-bottom: 10px;
    gap: 90px;
}
.list-view-casino-inner {
    display: flex;
    gap: 50px;
}
.list-view-casino-sec {
    padding: 80px 0;
}
.list-view-casino-sec h2 {
    font-size: 27px;
    margin-bottom: 5px;
}
.list-view-casino-sec .section-heading p {
    color: #5A6A80;
}
.list-view-casino-sec .section-heading {
    margin-bottom: 22px;
}
.gaming-platforms .featured-casino-card:last-child {
    margin-bottom: 0;
}
.our-team-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}
.our-team-card a {
    background-color: var(--secondary-color);
    padding: 25px;
    border: 1px solid #E9E3D8;
    border-radius: 10px;
    display: block;
}
.our-team-sec {
    padding: 80px 0;
}
.our-team-sec .section-header {
    border-bottom: unset;
}
.our-team-card img {
    width: 72px;
    height: 72px;
    margin-bottom: 15px;
}
.our-team-card .designation {
    font-weight: 600;
    color: var(--text-green);
    display: block;
    padding: 5px 0 8px 0;
}
.our-team-card p {
    color: var(--blue-gray);
    line-height: 1.4;
}
/*Faq Section*/
.faq-sec .wp-block-accordion-heading__toggle {
    padding: 0;
}
.faq-sec .wp-block-accordion-item {
    border: 1px solid #E9E3D8;
    background-color: var(--secondary-color);
    border-radius: 10px;
    padding: 20px 25px;
}
.faq-sec .wp-block-accordion-heading__toggle:hover .wp-block-accordion-heading__toggle-title {
    text-decoration: none;
}
.faq-sec  .wp-block-accordion-panel-is-layout-flow {
    margin: 0;
}
.faq-sec  .wp-block-accordion-panel-is-layout-flow p {
    line-height: 1.5;
    color: var(--blue-gray);
    padding-top: 15px;
}.faq-sec .wp-block-accordion-heading__toggle-icon {
    display: none;
}

.faq-sec .wp-block-accordion-heading button {
    position: relative;
    padding-right: 40px;
}

.faq-sec .wp-block-accordion-heading button::after {
    content: "";
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url("../images/plus.svg") no-repeat center;
    background-size: contain;
    transition: .3s ease;
    margin-top: 10px; 
}

.faq-sec .wp-block-accordion-heading button[aria-expanded="true"]::after {
    background-image: url("../images/minus.svg");
    width: 20px;
}

/*Archive Page Css*/

/*Banner Section*/

.banner-section {
    background-color: var(--primary-color);
    color: var(--secondary-color);
    padding: 20px 0 40px 0;
}
.breadcrumb-sec ul,.breadcrumb-sec ol {
    display: flex;
}
.breadcrumb-sec ul li a,
.breadcrumb-sec ol li a{
    color: #8FA1BA;
}
.breadcrumb-sec ul li a {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    white-space: nowrap;
}
.casino-card ul li svg {
    width: 14px;
    height: 14px;
}

.breadcrumb-sec ul li:not(:last-child) a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -1px;
    transform: translateY(-50%) rotate(25deg);
    width: 2px;
    height: 16px;
    background-color: #3A4E6B;
}
.breadcrumb-sec ul li:first-child a {
    padding-left: 0;
}
.breadcrumb-sec ul li span {
    padding-left: 10px;
}
.banner-content h1 {
    color: var(--secondary-color);
    padding: 20px 0 10px 0;
    font-size: 42px;
}
.banner-content p {
    color: #B7C6DA;
}
.banner-content {
    max-width: 620px;
}
.banner-stats {
    display: flex;
    gap: 30px;
}
.banner-stats .banner-stat span {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Newsreader';
}
.banner-stats .banner-stat p {
    white-space: nowrap;
    color: #8FA1BA;
}
.banner-content-wrap {
    display: flex;
    gap: 20px;
    align-items: end;
    justify-content:space-between;
}
.star-filled{
    color:#C0872E !important;
}
.star {
    font-size: 20px;
}
.star-empty {
    background: linear-gradient(90deg, #ddd 100%, #ddd 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.star-half {
    background: linear-gradient(90deg, #C0872E 50%, #ddd 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*Casino List*/
.category-filter-sec,
.feature-filter-sec{
    background-color: var(--secondary-color);
    border: 1px solid #E9E3D8;
    padding: 20px;
    border-radius: 10px;
}


.casino-listing-inner {
    display: flex;
    gap: 30px;
}
.casino-listing-sec {
    margin: 35px 0;
}

.category-filter-sec li a {
    color: var(--blue-gray-dark);
}
h5.category-title,
h5.feature-title {
    color: #8A94A4;
    font-family: 'IBM Plex Sans';
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.category-filter-sec ul li a {

    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
    border-radius: 10px;
    gap: 10px;
}
.category-filter-sec ul li a.active {
    background-color: #F4F8F5;
    color: var(--text-green);
    font-weight: 600;
}
.casino-sidebar {
    width: 100%;
    max-width: 250px;
}
.category-filter-sec ul li a span {
    color: #A9B2BF;
}

.feature-filter-sec .heading {
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
}
.feature-filter-sec {
    margin-top: 15px;
}

.checkbox-item label {
    color: #3B4C63;
}
.checkbox-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}
.checkbox-item input {
    width: 18px;
    height: 18px;
}
.checkbox-item input[type="checkbox"]{
    accent-color: var(--text-green);
}
.checkbox-item input[type="checkbox"]:checked{
    background: var(--bg-green);
    color: #fff;
    padding: 4px 8px;
    border-radius: 6px;
}
.minimum-rating-group {
    margin-top: 15px;
}
.rating-buttons button {
    border: 1px solid  #E0D9CB;
    background-color: unset;
    color: #6B7A90;
    font-weight: 600;
    padding: 7px 11px;
    border-radius: 7px;
    cursor: pointer;
}
.rating-buttons {
    display: flex;
    gap: 5px;
    justify-content: space-between;
}
.rating-buttons button.active {
    background-color: var(--bg-green);
    color: var(--secondary-color);
}
.rank-card {
    border: 1px solid #E7DFCE;
    padding: 20px;
    border-radius: 10px;
    background-color: #F4F0E7;
    margin-top: 15px;
}
.rank-card h4 {
    font-family: 'IBM Plex Sans';
    margin-bottom: 10px;
}
.rank-card p {
    color: #6B5F45;
    line-height: 1.5;
}
.rank-card a {
    display: flex;
    align-items: center;
    color: #9A7A1E;
    font-weight: 600;
    margin-top: 15px;
    line-height: normal;
    gap: 5px;
}

.casino-listing-content {
    width: 100%;
}
.casino-filter-bar {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    color: #6B7A90;
    align-items: center;
}
.sort-box {
    display: flex;
    gap: 10px;
    align-items: center;
}
span.sort-label {
    display: block;
}
.sort-buttons button.active {
    background-color: var(--bg-green);
    color: var(--secondary-color);
}
.casino-count strong {
    color: #17253C;
}
.sort-buttons {
    display: flex;
    border: 1px solid #E9E3D8;
    background-color: unset;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
}
.sort-buttons button {
    border: unset;
    font-weight: 600;
    color: #6B7A90;
    font-size: 14px;
    border-right: 1px solid #E9E3D8;
    background-color: var(--secondary-color);
    padding: 8px 14px;
    cursor: pointer;
}


.casino-card{
    width:100%;
    display:flex;
    background:#fff;
    border:1px solid #E7DDCF;
    border-radius:18px;
    overflow:hidden;
}

/* Left Rank */
.rank {
    width: 100%;
    border-right: 1px solid #F1ECE3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FBFAF7;
    max-width: 70px;
}
.rank-number {
    font-size: 22px;
    font-weight: 600;
    color: #B0A891;
    line-height: 1;
    font-family: 'Newsreader';
}

.top-pick .rank-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #7A5B12;
    margin-top: 15px;
}
.casino-card.top-pick .rank .rank-number {
    color: #A9791B;
}
.top-pick .rank {
    background-color: #F4F0E7;
}

/* Content */

.casino-card .casino-content{
    padding:18px 20px;
}

.casino-top-row{
    display:flex;
    align-items:flex-start;
    gap:15px;
}
.casino-card .badge{
    padding:4px 10px;
    border-radius:30px;
    background:#F4F0E7;
    color:#7A5B12;
    font-size:12px;
    font-weight:700;
    text-align: center;
}

.rating{
    display:flex;
    align-items:center;
    gap:8px;
    font-size:15px;
    color:#76839A;
}

.casino-card .description {
    color: #4B5B72;
    line-height: 1.6;
    margin: 15px 0;
}


/* Tags */

.casino-card .tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
}

.casino-card ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    border: 1px solid #EAE4D9;
    border-radius: 40px;
    background: #F5F2EC;
    font-size: 14px;
    color: #3B4C63;
}

/* Right */
.casino-card .offer {
    width: 100%;
    border-left: 1px solid #F1ECE3;
    padding: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 230px;
}
.casino-card .offer small {
    font-size: 12px;
    color: #8A94A4;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
}

.casino-card .offer h2 {
    margin: 5px 0 15px;
    text-align: center;
    color: #1F2E46;
    font-size: 18px;
    line-height: 1.25;
    font-family: 'IBM Plex Sans';
}
.casino-info .title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 2px  ;
}

.visit-site-btn {
    background-color: var(--bg-green);
    color: var(--secondary-color);
    font-weight: 600;
    padding: 12px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    display:inline-block ;
}
.read-review-btn {
    color: var(--text-green);
    font-weight: 600;
    margin-top: 10px;
    display: flex;
    font-size: 14px;
    align-items: center;
    gap: 2px;
}
.casino-listing-card .casino-card {
    margin-bottom: 20px;
}

.casino-listing-card .casino-card:last-child {
    margin-bottom: 0;
}
.casino-listing-card {
    margin-top: 20px;
}
.terms-disclaimer p {
    color: #8A94A4;
}
.we-choose-casinos {
    background-color: var(--secondary-color);
    border: 1px solid #E9E3D8;
    padding: 50px;
    border-radius: 15px;
    margin-top: 60px;
}
.we-chose-casinos-inner {
    display: flex;
    width: 100%;
    gap: 30px;
}
.we-choose-casinos .methodology-content {
    width: 100%;
}
.we-choose-casinos .ranking-factors {
    width: 100%;
}

.we-choose-casinos .methodology-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.we-choose-casinos .methodology-content p {
    color: #3B4C63;
    margin-bottom: 15px;
    line-height: 1.5;
}
.factor-item span {
    color: var(--text-green);
}
.terms-disclaimer {
    margin-top: 15px;
}
.we-choose-casinos .factor-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F1ECE3;
    font-weight: 600;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.casino-listing-card .casino-card .total-reviews {
    position: relative;
    padding-left: 10px;
}
.casino-listing-card .casino-card .total-reviews::before {
    content: "";
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    border-radius: 50%;
    background-color: #6B7A90;
    top: 7px;
}


.casino-info .title h4 {
    font-size: 18px;
}  


/*Casino Single Page*/

.casino-review-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.casino-review-card-header {
    display: flex;
    gap: 15px;
}
.casino-review-title h2 {
    color: var(--secondary-color);
}
.casino-review-leftSide {
    padding: 40px;
}
.casino-review-card-wrapper {
    display: flex;
    justify-content: space-between;
    background-color: var(--primary-color);
    color: var(--secondary-color);
    border-radius: 15px;
}

.casino-review-rightSide {
    background-color: #16294A;
    padding: 30px;
    width: 100%;
    max-width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.casino-review-leftSide .casino-bonus-list {
    display: flex;
    gap: 30px;
}
.casino-review-desc {
    padding: 20px 0;
}
.rating-progress {
    height: 8px;
    width: 100%;
    background-color: #EEEAE0;
    border-radius: 30px;
}

.rating-progress-fill {
    background-color: var(--bg-green);
    height: 8px;
    border-radius: 30px;
}

.rating-breakdown-item p {
    width: 100%;
    max-width: 180px;
    font-weight: 500;
}
.rating-breakdown-item span {
    font-weight: 700;
}
.rating-breakdown-card {
    border: 1px solid #E9E3D8;
    background-color: var(--secondary-color);
    padding: 30px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.quick-facts-title {
    color: #8A94A4;
    font-family: 'IBM Plex Sans';
    font-size: 14px;
    margin-bottom: 25px;
}
.we-liked {
    border: 1px solid #DDEBE1;
    background-color: #F4F8F5;
    padding: 25px;
    width: 100%;
    border-radius: 10px;
}
.worth-noting{
   border: 1px solid #F0DDD3;
   background-color: #FBF4F1;
   padding: 25px;  
   width: 100%; 
   border-radius: 10px;
}
.review-highlights {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 25px;
}
.review-highlights h2 {
    font-size: 18px;
}
.welcome-bonus-card {
    border: 1px solid #E9E3D8;
    background-color: var(--secondary-color);
    padding: 25px 30px;
    border-radius: 10px;
    border-left: 3px solid #0C6E4A;
    margin-bottom: 25px;
}
.welcome-bonus-card .bonus-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--text-green);
    text-transform: uppercase;
    margin-bottom: 7px;
    display: inline-block;
}
.welcome-bonus-card h2 {
    font-size: 27px;
    margin-bottom: 10px;
}
.welcome-bonus-card p {
    color: #5A6A80;
}
.review-author-card {
    display: flex;
    align-items: center;
    gap: 20px;
}
.review-detail-inner {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}
.quick-facts-card ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #F1ECE3;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.review-detail-rightSide {
    width: 100%;
    max-width: 330px;
}
.quick-facts-card ul li {
    display: flex;
    justify-content: space-between;
}
.casino-review-card-header .golden-logo {
    width: 60px;
    height: 60px;
    font-size: 20px;
}
.casino-review-card-content p {
    color: #9DB0C8;
}
.casino-review-desc p {
    color: #C4D2E4;
}

.casino-review-leftSide .casino-bonus-list li p {
    color: #7C90AB;
    font-size: 14px;
}
.casino-review-leftSide .casino-bonus-list li span {
    font-weight: 600;
    font-size: 16px;
    margin-top: 2px;
    display: block;
}
.casino-review-title h2 {
    font-size: 34px;
    margin-bottom: 5px;
}
.casino-review-title .badge {
    color: #7FE0AC;
    font-weight: 600;
    font-size: 14px;
    background-color: rgb(79 207 151 / 15%);
    padding: 4px 11px;
    border-radius: 30px;
    text-align: center;
    white-space: nowrap;
}
.casino-rating-label {
    color: #7C90AB;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}

.casino-rating-scaor .casino-rating-value {
    font-size: 62px;
    font-weight: 600;
    font-family: 'Newsreader';
}
.casino-rating-outof {
    font-size: 24px;
    color: #7C90AB;
    font-family: 'Newsreader';
    font-weight: 600;
}
.casino-rating-card {
    width: 100%;
    text-align: center;
}
.casino-rating-stars {
    padding: 20px 0;
}
.casino-rating-scaor {
    line-height: normal;
}
.casino-rating {
    display: flex;
    flex-wrap: nowrap;
}

.casino-terms-disclaimer {
    color: #8895A8;
    margin-top: 10px;
}
.casino-review-details {
    margin: 50px 0;
}
.rating-breakdown-item {
    display: flex;
    gap: 35px;
    align-items: center;
}
.rating-breakdown-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.rating-breakdown-card h2 {
    font-size: 24px;
    margin-bottom: 20px;
}
.quick-facts-card {
    border: 1px solid #E9E3D8;
    padding: 25px;
    background-color: var(--secondary-color);
    border-radius: 10px;
}

.quick-facts-card ul li p {
    color: #6B7A90;
}

.quick-facts-card ul li span {
    font-weight: 600;
}

.quick-facts-card ul li span {
    font-weight: 600;
    color: #17253C;
}

.quick-facts-btn {
    font-weight: 600;
    background-color: var(--bg-green);
    color: var(--secondary-color);
    padding: 15px 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-radius: 10px;
    margin-top: 10px;
}
.responsible-gaming-card {
    border: 1px solid #E7DFCE;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #F4F0E7;
}
.responsible-gaming-header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.responsible-gaming-header h3 {
    font-family: 'IBM Plex Sans';
    font-size: 18px;
}
.responsible-gaming-card p {
    color: #6B5F45;
    padding-top: 10px;
    padding-bottom: 12px;
}
.responsible-gaming-link {
    display: flex;
    align-items: center;
    gap: 2px;
    color: #9A7A1E;
    font-weight: 600;
}
.casino-alternatives-card {
    background-color: #132540;
    color: var(--secondary-color);
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
}
.casino-alternative-info {
    display: flex;
    color: var(--secondary-color);
    gap: 10px;
}
.casino-alternative-content h4 {
    color: var(--secondarycolor);
    font-size: 16px;
    font-family: 'IBM Plex Sans';
}
.review-article-content h2 {
    font-size: 26px;
    margin-bottom: 12px;
}
.review-article-content p {
    padding-bottom: 25px;
    color: #3B4C63;
    line-height: 1.5;
}
.review-method-inner {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #E9E3D8;
    border-radius: 10px;
    padding: 25px 30px;
    background-color: var(--secondary-color);
}

.review-author-image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}  

.casino-alternative-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.casino-alternatives-card h3 {
    color: var(--secondary-color);
    font-family: 'IBM Plex Sans';
    margin-bottom: 15px;
    font-size: 18px;
}

.casino-alternative-content span {
    color: #9DB0C8;
    font-size: 14px;
    margin-top: 2px;
    display: block;
}
.casino-alternatives-card .casino-alternatives-list {
    margin-bottom: 15px;
}

.we-liked ul li:last-child{
    margin-bottom:0 ;

}
.we-liked li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
}

.we-liked li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url("../images/check-icon.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
}
.we-liked h2 {
    color: var(--text-green);
    margin-bottom: 15px;
}
.worth-noting li{
  position: relative;
  padding-left: 24px;
  margin-bottom: 10px;
}
.worth-noting ul li:last-child{
    margin-bottom:0 ;

}
.worth-noting h2{
  color: #B04A2E;
  margin-bottom: 15px;
}

.worth-noting li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    background: url("../images/close-icon.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 3px;
}
.review-method-inner .review-author-label {
    color: var(--text-green);
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    display: block;
}
.review-method-inner .review-author-info p {
    color: #5A6A80;
    margin-top: 6px;
}

.review-author-name {
    font-size: 20px;
}
.review-method-btn {
    color: #132540;
    border: 1px solid #E9E3D8;
    background-color: #FAF8F4;
    padding: 12px 18px;
    display: flex;
    flex-wrap: nowrap;
    font-weight: 700;
    border-radius: 10px;
    white-space: nowrap;
    gap: 5px;
    align-items: center;
}
.review-method-section {
    margin-bottom: 60px;
}
.postid-310 .breadcrumb-sec ul li a {
    color: #6B7A90;
}
.postid-310 .breadcrumb-sec ul li:not(:last-child) a::before {
    background-color: #C3BCAD;
}



/****************Single Page**********************/
.banner-content .post-meta span {
    background-color: var(--bg-green);
    font-weight: 700;
    display: inline-block;
    padding: 5px 11px;
    border-radius: 30px;
}
.banner-content .post-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px  0 0px 0;
}
.banner-content .profile-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-content .profile-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #24395A;
    padding-top: 20px;
    margin-top: 20px;
}
.banner-content .profile-actions a {
    color: #CBD7E6;
    border: 1px solid #2A415F;
    padding: 7px 12px;
    border-radius: 10px;
    display: inline-block;
}
.profile-actions {
    display: flex;
    gap: 10px;
}
.banner-content .author-info-wrap {
    display: flex;
    gap: 10px;
}
body.single-post .banner-content {
    max-width: 720px;
}
.single-post-content .featured-img img {
    width: 100%;
    height: 360px;
    border-radius: 15px;
}
.postid-646 .banner-section {
    border-top: 2px solid #0C6E4A;
}
.view-ranking-sec p {
    color: var(--secondary-color) !important;
    padding: 0;
}
.most-read-sec ul li a {
    color: #132540;
}

.blog-card-wrapper .blog-card-content .date {
    color: #BBBBBB;
}
.post-body {
    margin-top: 30px;
}
.featured-img p {
    color: #8A94A4;
    font-size: 14px;
    margin-top: 10px;
}

.single-post-content {
    display: flex;
    gap: 40px;
    margin-top: 50px;
    margin-bottom: 80px;
}
.stage-value {
    height: 10px;
    width: 100%;
    background-color: #F1ECE3;
    border-radius: 10px;
    position: relative;
}
.stage-value:after{
   content: "";
   background-color: #132540;
   position: absolute;
   z-index: 999;
   height: 10px;
   display: inline-block;
   border-radius: 10px;
   width: 100%;
}
.golden-border:after {
    background-color: #A9791B;
    width: 89.5%;
}
.green-border:after {
    background-color: #0C6E4A;
    width: 33.5%;
}
.blue-border:after {
    width: 16.5%;
    background-color: #0E6E86;
}

.quote-card {
    background-color: #F4F0E7;
    padding: 30px;
    border-radius: 0 10px 10px 0;
    position: relative;
}

.quote-card::before {
    content: "";
    width: 3px;
    height: 100%;
    background-color: #0C6E4A;
    position: absolute;
    left: 0;
    top: 0;
}
.payment-rails-card {
    border: 1px solid #E9E3D8;
    background-color: var(--secondary-color);
    border-radius: 15px;
}
.payment-rails-card .payment-rail-item:last-child{
    border-bottom: none;
}
.payment-rail-item {
    border-bottom: 1px solid #F1ECE3;
    padding: 20px 25px;
}
.payment-rail-item h5 {
    font-family: 'IBM Plex Sans';
    padding-bottom: 2px;
}
.payment-rail-item p {
    font-size: 14px;
    color: #8A94A4;
}

.view-ranking-btn {
    white-space: nowrap;
    font-weight: 600;
}
.featured-img img {
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.single-post-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.single-post-content p {
    padding-bottom: 15px;
    color: #3B4C63;
}
.editor-styles-wrapper p {
    padding-bottom: 15px;
    color: #3B4C63;
}
.blog-card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 80px;
    margin-top: 20px;
}
.editor-styles-wrapper h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.quote-card h3 {
    line-height: 1.6;
}
.quote-card p {
    margin-top: 0 !important;
    padding: 0;
}
.view-ranking-sec h3 {
    margin-bottom: 10px;
}
.payment-rail-item p {
    padding-bottom: 0;
}
.the-table-content {
    border: 1px solid #E9E3D8;
    padding: 20px;
    width: 100%;
    max-width: 240px;
    height: fit-content;
    border-radius: 15px;
    background-color: var(--secondary-color);
    color: #3B4C63;
}
.the-table-content ul.ez-toc-list .ez-toc-page-1 a {
    font-weight: 500;
    color: var(--blue-gray-dark);
    display: block;
    padding: 8px 10px;
}
.the-table-content ul.ez-toc-list .ez-toc-page-1 a.toc-active {
    background-color: #F4F8F5;
    display: block;
    color: #0C6E4A;
    font-weight: 700;
    padding: 8px 10px;
    border-radius: 10px;
}
.the-table-content .ez-toc-title {
    font-size: 14px;
    color: #8A94A4;
    font-family: 'IBM Plex Sans';
    font-weight: 600;
    margin-bottom: 15px;
}

/*.single-post__wrapper {
    max-width: 770px;
    margin: 0 auto;
}
h1.single-post-title {
    margin-bottom: 20px;
}

.single-post-thumbnail {
    margin-top: 20px;
}

.single-post-thumbnail img {
    width: 100%;
    height: 550px;
    object-fit: contain;
}
.single-post-content {
    margin-bottom: 20px;
}
.single-post-navigation .nav-links a {
    color: var(--primary-color);
    font-weight: 600;
}

.single-post-navigation .nav-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-direction: column;
}
.single-post-categories a {
    color: var(--primary-color);
}
*/

/******************/

#footer .site-logo a p {
    color: var(--secondary-color);
    font-size: 20px;
}
.footer-inner .copy-right {
    color: #6C809B;
}
#footer .footer-inner{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

#footer .site-logo a {
    display: flex;
    align-items: center;
    gap: 10px;
}
#footer {
    background-color: #101E33;
    color: var(--secondary-color);
    padding: 40px 0;
}

#footer .site-logo a p {
    white-space: nowrap;
}


/*******************Contact Us Page **************************/
.contact-form-row {
    display: flex;
    gap: 15px;
}
.contact-form-field input,
.contact-form-field select,
.contact-form-field textarea {
    background-color: #FDFCFA;
    border: 1px solid #E0D9CB;
    padding: 12px 15px;
    border-radius: 10px;
    width: 100%;
    outline: none;
}
.contact-form-field {
    width: 100%;
    margin-bottom: 15px;
}

.contact-topic-field .wpcf7-list-item  label span {
    background-color:#FDFCFA;
    color: #4B5B72;
    border:1px solid #E0D9CB;
    margin-bottom: 0;
    padding: 8px 15px;
    border-radius: 30px;
    display: block;
    white-space: nowrap;
}

.contact-topic-field .wpcf7-list-item label input[type="radio"]:checked + .wpcf7-list-item-label {
    background-color: var(--bg-green);
    color: var(--secondary-color);
}
.contact-form-consent .wpcf7-list-item {
    margin: 0;
}
.contact-form-consent input {
    border: 1px solid #CBC3B4;
    width: 20px;
    height: 20px;
    background-color: var(--secondary-color);
}
.contact-form-footer {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 15px;
}
.contact-form-footer .wpcf7-spinner {
    display: none;
}
.contact-form-footer .response-time br {
    display: none;
}
.contact-form-consent label {
    display: flex;
    align-items: start;
    gap: 10px;
    color: #4B5B72;
}
.wpcf7 .wpcf7-submit:disabled {
    cursor: pointer;
}
input.wpcf7-form-control.primary-btn {
    color: var(--secondary-color);
    background-color: var(--bg-green);
    padding: 15px 30px;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'IBM Plex Sans';
}

.contact-topic-field .wpcf7-list-item input{
    display: none;
}
.contact-topic-field .wpcf7-list-item{
    margin:0;
}
.wpcf7-form-control.wpcf7-radio {
    display: flex;
    gap: 10px;
}

p.response-time {
    color: #8A94A4;
}
.contact-us-form-sec {
    height: max-content;
}
.contact-topic-field .wpcf7-form-control.wpcf7-radio {
    overflow-x: auto;
}
.contact-form-field label {
    font-weight: 600;
    color: var( --blue-gray-dark);
    margin-bottom: 5px;
    display: block;
}
.contact-form-field br {
    display: none;
}


select.wpcf7-form-control.wpcf7-select:valid {
    color: #17253C;
}
.contact-form-field textarea::placeholder,
.contact-form-field input::placeholder {
    color:#757575;
    opacity: 1;
    font-family: 'IBM Plex Sans';
}


/*******************Blog Page CSS***************************/

.featured-blog-inner {
    display: flex;
    background-color: var(--secondary-color);
    border: 1px solid #E9E3D8;
    border-radius: 15px;
    overflow: hidden;
}

.featured-blog-inner .featured-bog-img {
    width: 100%;
}
.featured-blog-inner .featured-blog-content {
    width: 100%;
    padding: 40px;
}
.featured-author {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
}
.author-info span {
    display: block;
    color: #8A94A4;
}

.featured-blog-meta {
    display: flex;
    gap: 10px;
    color: #8A94A4;
    font-size: 14px;
    align-items: center;
}
.featured-badge {
    color: #7A5B12;
    font-size: 14px;
    font-weight: 700;
    background-color: #F4F0E7;
    padding: 4px 10px;
    border-radius: 30px;
}

.featured-blog-img img {
    height: 100%;
    object-fit: cover;
}

.featured-blog-inner .featured-blog-content h2 a {
    margin: 15px 0;
    color: var(--primary-color);
    display: block;
}
.featured-blog-excerpt p {
    color: #4B5B72;
    line-height: 1.5;
}


.author-avatar {
    background-color: var(--bg-green);
    color: var(--secondary-color);
    font-weight: 700;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.blog-listing-sec .content {
    display: none;
}
.blog-listing-sec .content.active {
    display: block;
}
.categories button.tab {
    border: 1px solid #E0D9CB;
    background-color: var(--secondary-color);
    padding: 8px 15px;
    border-radius: 30px;
    font-weight: 600;
    color: #4B5B72;
    font-family: 'IBM Plex Sans';
    outline: none;
    white-space: nowrap;
}
.categories button.tab.active {
    background-color: var(--bg-green);
    color: var(--secondary-color);
}
.categories {
    display: flex;
    gap: 10px;
    margin-bottom: 25px;
    overflow: auto;
}
.blog-card {
    border: 1px solid #E9E3D8;
    border-radius: 15px;
    overflow: hidden;
}

.blog-card-wrap {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 30px;
}

.blog-card img {
    width: 100%;
    height: 190px;
}

.blog-card-content .category {
    color: var(--text-green);
    font-weight: 700;
    margin: 0 0 15px 0;
    display: block;
}
.blog-card-content h2 a {
    color: var(--primary-color);
}

.author-profile{
    background-color: #ffffff;
    column-gap: 20px;
    display: flex;
    border: 1px solid #e9e3d8;
    border-radius: 15px;
    padding: 25px 30px;
    margin-top: 15px;
}
.author-profile img {
    width: 60px;
    height: 60px;
}
.author-profile  a {
    color: #0c6e4a;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
} 

.blog-card-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-card-description {
    color: #4B5B72;
    line-height: 1.5;
}
.blog-card-content {
    padding: 20px;
}
.blog-card-footer {
    display: flex;
    justify-content: space-between;
    color: #8A94A4;
    border-top: 1px solid #F1ECE3;
    padding-top: 15px;
    margin-top: 15px;
}
.most-read-sec ul li {
    display: flex;
    gap: 10px;
    font-weight: 700;
    row-gap: 10px;
    margin-bottom: 15px;
}
.most-read-sec ul li .number {
    font-size: 20px;
    font-family: 'Newsreader';
    color: #D6CDB9;
}

.weekly-edge-form input[type="email"] {
    width: 100%;
    border: 1px solid #2A415F;
    padding: 13px 20px;
    background-color: #0E1D33;
    border-radius: 8px;
}
.weekly-edge-form .wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    padding: 12px;
    background-color: var(--bg-green);
    color: var(--secondary-color);
    border: none;
    font-weight: 600;
    border-radius: 8px;
    font-size: 12px;
    margin-top: 10px;
}
.weekly-edge-form .wpcf7-spinner {
    display: none;
}
.weekly-edge-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.weekly-edge-form br {
    display: none;
}
.banner-content .profile-author .author-avatar {
    background-color: unset;
}




@media (max-width:991px){
    .border-right::after {
        border-right: unset;

    }
    .review-card-wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .list-view-casino-inner {
        display: flex;
        gap: 20px;
    }
    .our-team-inner {
        grid-template-columns: repeat(2, 1fr);
    }
    .casino-review-card-header {
        flex-direction: column;
    }
    .casino-review-title {
        flex-direction: column;
        align-items: start;
        gap: 0;
        margin-bottom: 20px;
    }
    .casino-review-leftSide .casino-bonus-list {
        gap: 15px;
        flex-direction: column;
    }
    .header-sec ul.is-responsive.wp-block-navigation {
        gap: 10px;
    }
    .header-sec ul.is-responsive.wp-block-navigation  li a {
        font-size: 14px;
    }
    .header-logo p {
        white-space: nowrap;
        font-size: 16px !important;
    }
    .header-sec .primary-btn a {
        padding: 7px 10px !important;
    }
    .header-left-side .wp-block-search__inside-wrapper {
        right: 100px;

    }
    .visit-btn a {
        padding: 10px 14px;
        white-space: nowrap;
    }
    .table-wrapper .badge {
        white-space: nowrap;
    }
    .reviewer-info a {
        white-space: nowrap;
    }
}


@media(max-width:767px){

    .breadcrumb-sec ul li {
        font-size: 14px;
    }
    .casino-review-card-header .golden-logo {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .casino-review-title h2 {
        font-size: 28px;
    }


    .review-card-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
    .list-view-casino-inner {
        flex-direction: column;
    }
    .our-team-inner {
        grid-template-columns: repeat(1, 1fr);

    }
    .our-card-inner {
        grid-template-columns: repeat(1,1fr);
    }

    .table-wrapper th, .table-wrapper td {
        padding: 10px;
        text-align: left;
    }
    .visit-btn a {
        white-space: nowrap;
        font-size: 14px;
    }
    .badge {
        white-space: nowrap;
        text-align: center;
    }
    .reviewer-info a {
        white-space: nowrap;
    }
    .featured-casino-card {
        gap: 20px;
        flex-direction: column;
        align-items: start;
    }
    .table-wrapper {
     overflow-x: scroll; 
 }
 .section-header {
    padding-bottom: 40px;
    flex-direction: column;
    align-items: start;
}
.border-right::after {
    content: "";
    border-right: unset;
    
}
header .header-left-side {
    display: none !important;
}

header #modal-1-content {
    padding: 70px 30px;
}
header .wp-block-navigation__responsive-container-close {
    right: 20px;
    top: 20px;
}
.header-sec .gb-element-59db703a {
    width: 100%;
}
.casino-listing-inner {
    flex-direction: column;
}
.banner-content-wrap {
    align-items: start;
    flex-direction: column;
}
.casino-sidebar {
    max-width: 100%;
}

.casino-filter-bar {
    gap: 15px;
    flex-direction: column;
}
.sort-buttons button {
    font-size: 12px;
    padding: 8px 10px;
}
.casino-card {
    flex-direction: column;
}
.rank {
    width: 100%;
    flex-direction: column;
    padding: 20px;
}
.rank-text {
    writing-mode: horizontal-tb;
    transform: rotate(0deg);
    margin-top: 10px;
}
.casino-card .offer {
    max-width: 100%;
}
.we-choose-casinos {
    padding: 30px;
}
.we-chose-casinos-inner {
    flex-direction: column;
}
.we-choose-casinos .methodology-content p:last-child {
    margin-bottom: 0;
}
.casino-review-card-wrapper {
    flex-direction: column;
}
.review-detail-inner {
    flex-direction: column;
}
.review-method-inner {
    flex-direction: column;
    align-items: start;
}
.casino-review-card-header {
    flex-direction: column;
}
.casino-review-rightSide {
    border-radius: 0 0 10px 10px;
    padding: 20px;
}
.casino-review-leftSide {
    padding: 20px;
}
.review-highlights {
    flex-direction: column;
}
.casino-review-title {
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
}
.casino-review-leftSide .casino-bonus-list {
    gap: 10px;
    flex-direction: column;
}
.casino-rating-scaor .casino-rating-value {
    font-size: 44px;
    
}
.casino-rating-outof {
    font-size: 18px;
}
.contact-form-footer {
    align-items: start;
    gap: 10px;
    flex-direction: column;
}
.contact-form-row {
    gap: 0px;
    flex-direction: column;
}
.contact-form-footer .wpcf7-form-control.primary-btn {
    padding: 10px 15px;
    border-radius: 10px;
    font-size: 14px;
}
.blog-card-wrap {
    grid-template-columns: repeat(1,1fr);

}
.featured-blog-inner {
    flex-direction: column;
}
.featured-blog-inner .featured-blog-content {
    padding: 20px;
}
.featured-blog-inner .featured-blog-content h2 {
    font-size: 26px;
}   
.single-post-content { 
    flex-direction: column;
    margin-bottom: 50px !important;
}
.the-table-content {
    max-width: 100%;
}
.view-ranking-sec{
    padding: 20px 20px !important;
    flex-direction: column;
    align-items: start !important;
}
.banner-content h1 {
 
    font-size: 28px;
}
.author-profile {
    flex-direction: column;
    gap: 20px;
}
.blog-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
}
.banner-content .profile-author {
    align-items: start;
    flex-direction: column;
    gap: 20px;
}
}
