/*
Theme Name: Quickwin Casino
Description: WordPress theme for Quickwin Casino
Version: 3.4.1
Text Domain: quickwin-casino
*/


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Arial', sans-serif;
}

body {
    background-color: #0a0a12;
    color: #ffffff;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes borderGlow {
    0% { background-position: 0% 0%; }
    100% { background-position: 300% 0%; }
}

.header {
    background: url(../../uploads/2025/04/crb-2-2.webp), linear-gradient(180deg, #01030a, #1a1f2e 73%, #232732 93%);
    background-size: 15px 15px, auto;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ff3131;
    position: relative;
    z-index: 10;
}

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

.logo span:first-child {
    color: #ff3131;
    font-weight: 900;
    font-size: 24px;
}

.logo span:last-child {
    color: #ffffff;
    font-weight: 900;
    font-size: 24px;
}

.c1081 {
    display: flex;
    align-items: center;
    gap: 20px;
}

.c2cba {
    position: relative;
    margin-right: 20px;
}

.c2cba input {
    background-color: #1d1d25;
    border: 1px solid #333340;
    border-radius: 25px;
    padding: 8px 15px 8px 40px;
    color: #ffffff;
    width: 250px;
}

.c2cba i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #777;
}

.c397a {
    display: flex;
    gap: 10px;
}

.c397a button {
    padding: 8px 20px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.c4125 {
    background-color: transparent;
    border: 1px solid #444;
    color: #fff;
}

.c4125:hover {
    background-color: #222;
}

.c56ce {
    background-color: #ffd700;
    border: none;
    color: #000;
}

.c56ce:hover {
    background-color: #ffcc00;
}

.c6649 {
    background-color: #1a1a22;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    border-bottom: 1px solid #333;
}

.c6649 a {
    color: white;
    text-decoration: none;
    text-transform: uppercase !important;
}

.tab {
    padding: 8px 20px;
    margin: 0 5px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab.active {
    background-color: #ff3131;
    color: white;
}

.tab:not(.active):hover {
    background-color: #2a2a32;
}

.cxd61 {
   
    position: relative;
    z-index: 5; 
}

.cu577:before {

    z-index: 1; 
    pointer-events: none; 
}

.cu577 {
  
    z-index: 2; 
}


.c7166 {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a0a0a 0%, #2a0a1a 100%);
}

.c8e93 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../../uploads/2025/04/f1quickwin-2.webp') no-repeat center center;
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
}

.c9c3e {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 30px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.ca869 {
    background-color: rgba(255, 49, 49, 0.8);
    border-radius: 5px;
    padding: 8px 25px;
    width: fit-content;
    font-weight: bold;
    margin-bottom: 20px;
}

h1 {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #ffffff, #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
}

.cb713 {
    max-width: 800px;
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 30px;
}

.cb713 p {
    margin-bottom: 15px;
}

.ccb78 {
    background: linear-gradient(90deg, #ffd700, #ff9d00);
    border: none;
    border-radius: 30px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    width: fit-content;
    text-transform: uppercase;
}

.ccb78:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.cd44a {
    position: absolute;
    bottom: -50px;
    right: -100px;
    width: 600px;
    height: 300px;
    background-size: contain;
    z-index: 2;
    transform: rotate(-5deg);
}


.ce8d2 {
    background-color: #0f0f18;
    padding: 60px 0;
    border-top: 4px solid #ff3131;
}

.ce8d2 h2 {
    font-size: 32px;
    text-align: center;
    margin-bottom: 40px;
    color: #ffd700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

.cg195 {
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.cg195:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.cg195::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ff3131, #ffd700);
}

.che0c {
    font-size: 36px;
    margin-bottom: 20px;
}

.cg195 h3 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #ffd700;
}

.cg195 p {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.5;
}


.c10ee6 {
    background-color: #0a0a12;
    padding: 80px 0;
    border-top: 1px solid #222;
}

.c10ee6 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.c10ee6 h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff3131, #ffd700);
    margin: 15px auto 0;
    border-radius: 2px;
}

.c115b6 {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    color: #ccc;
    font-size: 18px;
    line-height: 1.7;
}

.c115b6 strong {
    color: #ffd700;
}

.c125d3 {
    max-width: 1000px;
    margin: 0 auto 50px;
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.c125d3 h3 {
    text-align: center;
    font-size: 24px;
    color: #ffd700;
    margin-bottom: 30px;
}

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

.c14ec8 {
    position: relative;
    padding: 25px;
    background: rgba(30, 30, 40, 0.5);
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.c14ec8:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.c15348 {
    position: absolute;
    top: -15px;
    left: -15px;
    width: 40px;
    height: 40px;
    background: #ff3131;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(255, 49, 49, 0.3);
}

.c16e62 {
    font-size: 48px;
    color: #ffd700;
    margin-bottom: 20px;
}

.c171a6 h4 {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.c171a6 p {
    color: #ccc;
    font-size: 16px;
}

.c186ae {
    max-width: 1000px;
    margin: 0 auto 50px;
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 30px;
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.c190ca h3 {
    font-size: 24px;
    color: #ffd700;
    margin-bottom: 20px;
}

.c190ca p {
    color: #ccc;
    margin-bottom: 15px;
    line-height: 1.6;
}

.c190ca strong {
    color: #ffd700;
}

.c190ca ul {
    padding-left: 20px;
    margin-bottom: 15px;
    color: #ccc;
}

.c190ca li {
    margin-bottom: 8px;
}

.c1a8f5 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.c1b381 {
    font-size: 70px;
    color: #ccc;
    margin: 10px 0;
    opacity: 0.8;
    transition: transform 0.3s ease, color 0.3s ease;
}

.c1b381:hover {
    transform: scale(1.1);
    color: #ffd700;
}

.c1cab1 {
    background: linear-gradient(90deg, #ff3131, #ff6a00);
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    margin-top: 20px;
    box-shadow: 0 5px 15px rgba(255, 49, 49, 0.3);
}

.c1cab1 i {
    font-size: 18px;
}

.c3044c {
    max-width: 900px;
    margin: 0 auto;
    color: #ccc;
}

.c3044c h3 {
    font-size: 24px;
    color: #ffd700;
    margin-bottom: 20px;
    text-align: center;
}

.c3044c p {
    line-height: 1.6;
    margin-bottom: 15px;
}


.ctfa3 {
    background-color: #0a0a12;
    padding: 80px 0;
    border-top: 1px solid #222;
}

.ctfa3 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.ctfa3 h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff3131, #ffd700);
    margin: 15px auto 0;
    border-radius: 2px;
}

.cu577 {
    background: linear-gradient(145deg, #1d0a0a, #2a0a0a);
    border-radius: 15px;
    padding: 40px;
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(255, 49, 49, 0.2);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 49, 49, 0.3);
}

.cu577:before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    background: radial-gradient(ellipse at center, rgba(255, 215, 0, 0.2) 0%, rgba(255, 215, 0, 0) 70%);
    top: -50%;
    left: -50%;
}

.cv428 {
    background-color: #ff3131;
    color: white;
    font-weight: bold;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 25px;
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.cwff8 {
    font-size: 36px;
    font-weight: 900;
    color: #ffd700;
    margin-bottom: 30px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

.cy915 {
    max-width: 1000px;
    margin: 0 auto;
    color: #ccc;
    font-size: 16px;
    line-height: 1.7;
}

.cy915 p {
    margin-bottom: 20px;
}

.cy915 strong {
    color: #ffd700;
}

.czffe {
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 10px;
    padding: 25px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.czffe:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #ff3131, #ffd700);
}

.czffe h3 {
    color: #ffd700;
    font-size: 22px;
    margin-bottom: 15px;
}

.czffe p {
    margin-bottom: 15px;
}

.czffe ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

.czffe li {
    margin-bottom: 8px;
    color: #ccc;
}


.c1d189 {
    background-color: #0a0a12;
    padding: 80px 0;
    border-top: 1px solid #222;
    color: #fff;
}

.c1e99e {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.c1e99e h2 {
    font-size: 36px;
    margin-bottom: 15px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    display: inline-block;
}

.c1fd7e {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #ff3131, #ffd700);
    margin: 0 auto;
    border-radius: 2px;
}

.c1ga98 {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    color: #ccc;
    font-size: 16px;
    line-height: 1.7;
}

.c1ga98 p {
    margin-bottom: 20px;
}

.c1ga98 strong {
    color: #ffd700;
}

.c1he93 {
    max-width: 1000px;
    margin: 0 auto 50px;
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.c1i3f7 {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.c1ja6c {
    flex: 1;
    background: none;
    border: none;
    padding: 20px;
    color: #ccc;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.c1ja6c i {
    font-size: 20px;
}

.c1ja6c.active {
    background: linear-gradient(to bottom, rgba(255, 49, 49, 0.1), transparent);
    color: #ffd700;
    box-shadow: inset 0 3px 0 #ff3131;
}

.c1ja6c:hover:not(.active) {
    background-color: rgba(255, 255, 255, 0.05);
}

.c1k7f6 {
    padding: 40px;
}

.c1lef7 {
    display: none;
}

.c1lef7.active {
    display: block;
    animation: fadeIn 0.5s ease-in-out;
}

.c1m010 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.c1n917 {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    background: rgba(20, 20, 35, 0.5);
    border-radius: 10px;
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.c1n917:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.c1o796 {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #ff3131, #ff6a00);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.c1o796 i {
    font-size: 24px;
    color: white;
}

.c1p640 h3 {
    font-size: 20px;
    color: #ffd700;
    margin-bottom: 10px;
}

.c1p640 ul {
    padding-left: 20px;
    margin-bottom: 15px;
    color: #ccc;
}

.c1p640 li {
    margin-bottom: 8px;
}

.c1p640 strong {
    color: #ffd700;
}

.b5x92lp {
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 15px;
    padding: 35px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    margin: 40px auto;
    max-width: 900px;
    position: relative;
    overflow: hidden;
}

.b5x92lp:before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 49, 49, 0.15) 0%, rgba(10, 10, 18, 0) 70%);
    border-radius: 50%;
    z-index: 0;
}

.cxd61 {
    background: linear-gradient(90deg, #ffd700, #ff9d00);
    border: none;
    border-radius: 30px;
    padding: 15px 40px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.cxd61:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}

.b5x92lp:after {
    content: '';
    position: absolute;
    bottom: -50px;
    left: -50px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, rgba(10, 10, 18, 0) 70%);
    border-radius: 50%;
    z-index: 0;
}

.e7k20xm {
    color: #ffd700;
    font-size: 24px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
}

.e7k20xm:after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #ff3131, transparent);
    margin-top: 8px;
    border-radius: 2px;
}

.j9q44zn {
    position: relative;
    z-index: 1;
}

.j9q44zn p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
    position: relative;
}

.j9q44zn p:nth-child(2) {
    background-color: rgba(255, 49, 49, 0.05);
    padding: 15px 20px;
    border-radius: 10px;
    border-left: 3px solid rgba(255, 49, 49, 0.3);
}

.j9q44zn p:last-child {
    margin-bottom: 0;
    font-weight: bold;
    color: #ddd;
}

.s3f10ec {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 26px;
    color: rgba(255, 215, 0, 0.2);
}


.ci6d1 {
    background-color: #0a0a12;
    padding: 80px 0;
    border-top: 1px solid #222;
}

.ci6d1 h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
    position: relative;
    text-transform: uppercase;
}

.ci6d1 h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff3131, #ffd700);
    margin: 15px auto 0;
    border-radius: 2px;
}

.cj435 {
    max-width: 900px;
    margin: 0 auto 40px;
    color: #ccc;
    font-size: 16px;
    line-height: 1.7;
}

.cj435 p {
    margin-bottom: 20px;
}

.cj435 ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.cj435 li {
    margin-bottom: 8px;
    color: #ccc;
}

.ck51f {
    background-color: rgba(20, 20, 35, 0.5);
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 50px;
    border-left: 4px solid #ff3131;
}

.ck51f h3 {
    color: #ffd700;
    font-size: 24px;
    margin-bottom: 20px;
}

.cld68 {
    list-style: none;
    padding: 0;
}

.cld68 li {
    display: flex;
    align-items: baseline;
    margin-bottom: 15px;
    color: #ddd;
}

.cld68 li:before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ff3131;
    margin-right: 10px;
}

.cld68 strong {
    color: #ffd700;
    font-weight: bold;
}

.cm902 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 40px;
}

.cn6db {
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 10px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.cn6db:hover {
    transform: translateY(-10px);
}

.co175 {
    border-top: 4px solid #007aff;
}

.cpdd0 {
    border-top: 4px solid #a4c639;
}

.cqf4d {
    font-size: 48px;
    margin-bottom: 20px;
    text-align: center;
}

.co175 .cqf4d {
    color: #007aff;
}

.cpdd0 .cqf4d {
    color: #a4c639;
}

.cn6db h3 {
    font-size: 24px;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}

.cn6db p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 25px;
}

.cr553 {
    background: linear-gradient(90deg, #ff3131, #ff6a00);
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 25px;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-top: auto;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 5px 15px rgba(255, 49, 49, 0.3);
    align-self: center;
}

.cr553:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 49, 49, 0.4);
}

.co175 .cr553 {
    background: linear-gradient(90deg, #007aff, #00c2ff);
    box-shadow: 0 5px 15px rgba(0, 122, 255, 0.3);
}

.co175 .cr553:hover {
    box-shadow: 0 8px 20px rgba(0, 122, 255, 0.4);
}

.cpdd0 .cr553 {
    background: linear-gradient(90deg, #a4c639, #8bc34a);
    box-shadow: 0 5px 15px rgba(164, 198, 57, 0.3);
}

.cpdd0 .cr553:hover {
    box-shadow: 0 8px 20px rgba(164, 198, 57, 0.4);
}

.cs137 {
    color: #ddd;
    font-size: 18px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
}

.cs137 h3 {
    color: #ffd700;
    font-size: 24px;
    margin-bottom: 20px;
}

.cs137 p {
    margin-bottom: 15px;
}

.c9x71km {
    background-color: #0a0a12;
    padding: 80px 0;
    border-top: 1px solid #222;
    position: relative;
    overflow: hidden;
}

.c9x71km:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, rgba(255, 49, 49, 0.05) 0%, rgba(10, 10, 18, 0) 70%);
    z-index: 0;
}

.c9x71km h2 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: #ffd700;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.c9x71km h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #ff3131, #ffd700);
    margin: 15px auto 0;
    border-radius: 2px;
}

.a74nvp5 {
    max-width: 900px;
    margin: 0 auto;
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

.a74nvp5 p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
    position: relative;
    padding-left: 20px;
    border-left: 3px solid rgba(255, 49, 49, 0.3);
}

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

.a74nvp5 p strong {
    color: #ffd700;
}


.c1v695 {
    background-color: #0a0a12;
    padding: 80px 0;
    border-top: 1px solid #222;
    color: #fff;
}

.c1w87d {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.c1x8b4 {
    background: linear-gradient(90deg, #ff3131, #ff6a00);
    color: white;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: bold;
    gap: 10px;
}

.c1x8b4 i {
    font-size: 18px;
}

.c1w87d p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
}

.c1y52b {
    max-width: 900px;
    margin: 0 auto 60px;
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.c1y52b h3 {
    color: #ffd700;
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
}

.c1zcd6 {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.c1zcd6 th {
    background: rgba(20, 20, 35, 0.7);
    color: #ffd700;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #ff3131;
}

.c1zcd6 td {
    padding: 15px;
    color: #ccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
}

.c1zcd6 tr:last-child td {
    border-bottom: none;
}

.c1zcd6 tr:hover td {
    background-color: rgba(30, 30, 45, 0.5);
}

.c1zcd6 strong {
    color: #ffd700;
}

.c202a2 {
    max-width: 900px;
    margin: 0 auto 50px;
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.c2115c {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 25px;
    justify-content: center;
}

.c22110 {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00a651, #00c176);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.c22110 i {
    color: white;
    font-size: 22px;
}

.c2115c h3 {
    color: #ffd700;
    font-size: 24px;
    margin: 0;
}

.c23310 p {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: center;
}

.c24902 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.c2540a {
    background: rgba(20, 20, 35, 0.5);
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease;
}

.c2540a:hover {
    transform: translateY(-5px);
}

.c26426 {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #00a651, #00c176);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.c26426 i {
    color: white;
    font-size: 20px;
}

.c2540a h4 {
    color: white;
    font-size: 18px;
    margin-bottom: 10px;
}

.c2540a p {
    color: #ccc;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.c27119 {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.c27119 p {
    color: #ccc;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
}

.c28818 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.c29767 {
    background: rgba(20, 20, 35, 0.7);
    border-radius: 30px;
    padding: 10px 20px;
    color: #ccc;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.c29767 i {
    color: #00a651;
}

.c2a803 {
    background-color: #0a0a12;
    padding: 80px 0;
    border-top: 1px solid #222;
    color: #fff;
}

.c2b27e {
    max-width: 900px;
    margin: 0 auto 40px;
    text-align: center;
    color: #ccc;
    font-size: 18px;
    line-height: 1.7;
}

.c2c9c4 {
    max-width: 1000px;
    margin: 0 auto;
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 15px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.c2c9c4 h3 {
    text-align: center;
    font-size: 24px;
    color: #ffd700;
    margin-bottom: 30px;
}

.c2d52e {
    margin-bottom: 40px;
    overflow-x: auto;
}

.c2e80f {
    width: 100%;
    border-collapse: collapse;
    border-radius: 8px;
    overflow: hidden;
}

.c2e80f th {
    background: rgba(20, 20, 35, 0.7);
    color: #ffd700;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #ff3131;
}

.c2e80f td {
    padding: 15px;
    color: #ccc;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 15px;
}

.c2e80f tr:last-child td {
    border-bottom: none;
}

.c2e80f tr:hover td {
    background-color: rgba(30, 30, 45, 0.5);
}

.c2e80f strong {
    color: #ffd700;
}

.c2f875 {
    color: #ccc;
    line-height: 1.6;
    margin-bottom: 30px;
}

.c2f875 p {
    margin-bottom: 15px;
}

.c2g713 {
    text-align: center;
    margin-top: 40px;
}

.c2h28d {
    background: linear-gradient(90deg, #ffd700, #ff9d00);
    color: #000;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
    text-transform: uppercase;
}

.c2h28d:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(255, 215, 0, 0.4);
}


.c2i15f {
    background-color: #0a0a0e;
    padding: 50px 0;
    border-top: 1px solid #222;
    color: #777;
}

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

.c2k458 {
    max-width: 1000px;
    margin: 0 auto;
}

.c2l9c0 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #222;
}

.c2ma8d {
    display: flex;
    align-items: center;
    gap: 15px;
}

.c2nb5f {
    width: 40px;
    height: 40px;
    background-color: #ff3131;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
}

.c2oeb7 {
    color: #999;
    font-size: 14px;
}

.c2p7d1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.c2q406 {
    background: rgba(20, 20, 35, 0.7);
    border-radius: 20px;
    padding: 8px 15px;
    color: #999;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.c2q406 i {
    color: #ff3131;
}

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

.c2r1de p {
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.c2sd4c {
    color: #ff3131;
    text-decoration: none;
    transition: color 0.3s ease;
}

.c2sd4c:hover {
    color: #ffd700;
}

.c2t6d4 {
    text-align: center;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #222;
}

.c2u8d8 {
    font-size: 14px;
    color: #999;
    margin-bottom: 15px;
}

.c2v165 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.c2wab7 {
    width: 40px;
    height: 40px;
    background: #151520;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #999;
}


.x7t42pm {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px auto;
    max-width: 500px;
    padding: 15px;
    background: linear-gradient(145deg, #151520, #1a1a25);
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
}

.x7t42pm:before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff3131, transparent, #ffd700, transparent, #ff3131);
    z-index: -1;
    border-radius: 17px;
    animation: borderGlow 6s linear infinite;
    opacity: 0.5;
}

.z9h85mc {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #ff3131, #ffd700);
    color: #000;
    font-weight: bold;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
}

.z9h85mc:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: linear-gradient(135deg, #ffd700, #ff3131);
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
}

.m3r51vz {
    transition: all 0.3s ease;
    transform-origin: center;
    position: relative;
}

.m3r51vz:hover {
    transform: translateY(-5px) scale(1.1);
    z-index: 10;
    filter: brightness(1.2);
}

.m3r51vz:active {
    transform: translateY(2px) scale(0.95);
}

.m3r51vz span {
    display: block !important;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2) !important;
}

.f8p92cx:hover span {
    box-shadow: 0 8px 20px rgba(7, 101, 254, 0.6) !important;
}

.t6q35nz:hover span {
    box-shadow: 0 8px 20px rgba(85, 172, 238, 0.6) !important;
}

.r2l47bm:hover span {
    box-shadow: 0 8px 20px rgba(255, 87, 0, 0.6) !important;
}

.l4d39kq:hover span {
    box-shadow: 0 8px 20px rgba(0, 119, 181, 0.6) !important;
}

.p7w24xc:hover span {
    box-shadow: 0 8px 20px rgba(204, 35, 41, 0.6) !important;
}

.w1j68zy:hover span {
    box-shadow: 0 8px 20px rgba(85, 235, 76, 0.6) !important;
}

.c1rb3b {
    background-color: #0765FE;
    width: 35px;
    height: 35px;
    border-radius: 999px;
    display: inline-block;
    opacity: 1;
    float: left;
    font-size: 32px;
    box-shadow: none;
    display: inline-block;
    font-size: 16px;
    padding: 0 4px;
    vertical-align: middle;
    background-repeat: repeat;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    box-sizing: content-box;
}


@media (max-width: 1200px) {
    .cd44a {
        right: -200px;
        transform: scale(0.8) rotate(-5deg);
    }
}

@media (max-width: 992px) {
    .cm902 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .header {
        flex-direction: column;
        gap: 15px;
        padding: 15px;
    }
    
    .c1081 {
        width: 100%;
        justify-content: space-between;
    }
    
    .c2cba input {
        width: 180px;
    }
    
    .c9c3e {
        padding: 60px 20px;
    }
    
    h1 {
        font-size: 40px;
    }
    
    .cd44a {
        display: none;
    }
    
    .cf00d {
        grid-template-columns: 1fr;
    }
    
    .c1m010, .c13eb5 {
        grid-template-columns: 1fr;
    }
    
    .c186ae {
        grid-template-columns: 1fr;
    }
    
    .c1k7f6 {
        padding: 30px 20px;
    }
    
    .b5x92lp, .c125d3, .c1y52b, .c202a2, .a74nvp5, .c2c9c4 {
        padding: 25px 20px;
        margin: 30px 15px;
    }
    
    .c9x71km, .ctfa3, .c1d189, .ci6d1, .c10ee6, .c1v695, .c2a803 {
        padding: 60px 15px;
    }
    
    .x7t42pm {
        padding: 12px;
        gap: 10px;
    }
    
    .z9h85mc {
        font-size: 12px;
        padding: 6px 15px;
        top: -35px;
    }
    
    .c2l9c0 {
    flex-direction: column;
    gap: 20px;
}

.c2p7d1 {
    justify-content: center;
}

.c1a8f5 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px 0;
}

.c24902 {
    grid-template-columns: 1fr;
}

.c28818 {
    flex-direction: column;
    align-items: center;
}

.c1zcd6 th, .c1zcd6 td, .c2e80f th, .c2e80f td {
    padding: 12px 10px;
    font-size: 14px;
}

.c2xe75 a, .c6649 a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
}

.c2xe75:hover, .tab:hover {
    background-color: #2a2a32;
}

.classp {
    padding: 25px 5px;
}

.czffe, .c190ca, .cj435 {
    margin: 1.5em 0;
    line-height: 1.6;
}

.czffe h3, .c190ca h3, .cj435 h3 {
    margin-bottom: 0.8em;
    font-weight: 600;
}

.czffe p, .c190ca p, .cj435 p {
    margin-bottom: 1em;
}

.czffe ul, .c190ca ul, .cj435 ul {
    margin-left: 1.5em;
    margin-bottom: 1em;
}

.czffe li, .c190ca li, .cj435 li {
    margin-bottom: 0.5em;
    list-style-type: disc;
}

.container p {
    line-height: 1.6;
    margin-bottom: 1em;
}

p:empty {
    display: none;
}

ul.cld68, ul.c2x94f {
    padding-left: 1.5em;
    margin-bottom: 1.5em;
}

ul.cld68 li, ul.c2x94f li {
    margin-bottom: 0.5em;
    position: relative;
}

h2, h3 {
    color: #ffd700;
    font-weight: 700;
    line-height: 1.3;
}

h2 {
    font-size: 32px;
    margin-bottom: 25px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
}

a {
    color: #ffd700;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #ff9d00;
}


.heateor_sss_button_instagram span.c1rb3b,
a.heateor_sss_instagram span.c1rb3b {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.c1s61d .c1rb3b,
.heateor_sss_standard_follow_icons_container .c1rb3b {
    color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}

.c1s61d .heateorSssTCBackground {
    color: #666;
}

.c1s61d span.c1rb3b:hover,
.heateor_sss_standard_follow_icons_container span.c1rb3b:hover {
    border-color: transparent;
}

.heateor_sss_vertical_sharing span.c1rb3b,
.heateor_sss_floating_follow_icons_container span.c1rb3b {
    color: #fff;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
}

.heateor_sss_vertical_sharing .heateorSssTCBackground {
    color: #666;
}

.heateor_sss_vertical_sharing span.c1rb3b:hover,
.heateor_sss_floating_follow_icons_container span.c1rb3b:hover {
    border-color: transparent;
}

.tab.active {
    background-color: #ff3131;
    color: white;
}

.menu-item.tab:hover {
    background-color: #ff3131;
    color: white;
}

.c6649 a {
    color: white;
    text-decoration: none;
    text-transform: uppercase !important;
}


@media screen and (max-width: 783px) {
    .heateor_sss_vertical_sharing {
        display: none !important;
    }
    
    div.heateor_sss_bottom_sharing .heateorSssTCBackground {
        background-color: white;
    }
    
    div.heateor_sss_bottom_sharing {
        width: 100% !important;
        left: 0 !important;
    }
    
    div.heateor_sss_bottom_sharing a {
        width: 14.285714285714% !important;
    }
    
    div.heateor_sss_bottom_sharing .c1rb3b {
        width: 100% !important;
    }
    
    div.heateor_sss_bottom_sharing div.heateorSssTotalShareCount {
        font-size: 1em !important;
        line-height: 28px !important;
    }
    
    div.heateor_sss_bottom_sharing div.heateorSssTotalShareText {
        font-size: .7em !important;
        line-height: 0px !important;
    }
    
    div.heateor_sss_mobile_footer {
        display: block;
        height: 40px;
    }
    
    .heateor_sss_bottom_sharing {
        padding: 0 !important;
        display: block !important;
        width: auto !important;
        bottom: -2px !important;
        top: auto !important;
    }
    
    .heateor_sss_bottom_sharing .heateor_sss_square_count {
        line-height: inherit;
    }
    
    .heateor_sss_bottom_sharing .heateorSssSharingArrow {
        display: none;
    }
    
    .heateor_sss_bottom_sharing .heateorSssTCBackground {
        margin-right: 1.1em !important;
    }
}

@media screen and (max-width: 600px) {
    .c1ja6c {
        font-size: 14px;
        padding: 15px 10px;
    }
    
    .cwff8 {
        font-size: 28px;
    }
    
    .ccb78, .cxd61, .c2h28d {
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
    }
    
    .c1b381 {
        font-size: 50px;
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

.cwff8, .cv428 {
    animation: pulse 2s infinite;
}

.c15348, .c26426, .c1o796, .c22110, .che0c, .c2nb5f {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.c15348:hover, .c26426:hover, .c1o796:hover, .c22110:hover, .che0c:hover, .c2nb5f:hover {
    transform: rotate(15deg);
}

input, button, select, textarea {
    font-family: 'Arial', sans-serif;
    outline: none;
}

button {
    cursor: pointer;
}

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

table {
    width: 100%;
    border-collapse: collapse;
}

::selection {
    background-color: rgba(255, 49, 49, 0.3);
    color: #ffffff;
}


.c6649 a, 
.tab a,
.c2xe75 a {
    color: white !important;
    text-decoration: none;
    text-transform: uppercase;
}

.c8e93 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('./wp-content/uploads/2025/04/f1quickwin-2.webp') no-repeat center center;
    background-size: cover;
    opacity: 0.3;
    z-index: 1;
}

.c7166 {
    position: relative;
    min-height: 600px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a0a0a 0%, #2a0a1a 100%);
}

.header {
    background: url('./wp-content/uploads/2025/04/crb-2-2.webp'), linear-gradient(180deg, #01030a, #1a1f2e 73%, #232732 93%);
    background-size: 15px 15px, auto;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #ff3131;
    position: relative;
    z-index: 10;
}

.tab.active, 
.tab.active a {
    background-color: #ff3131;
    color: white !important;
}

.tab:not(.active):hover {
    background-color: #2a2a32;
}

.tab:not(.active):hover a {
    color: white !important;
}


