body p {
    font-size: 17px;
}

header.myheader {
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    box-shadow: 0 -3px 7px 0 #0000001a;
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 9px;
}

.container {
    max-width: 1240px !important;
}

.all-lottery {
    padding-top: 40px;
}

.nav__data {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.main-logo img {
    padding-top: 7px;
    max-width: 69px;
}

.first-section {
    padding: 40px 0px 40px;
}



a {
    text-decoration: none !important;
}

.nav__menu {
    position: relative;
}

ul.menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13px;
    list-style: none;
}

li.menu-link {
    position: relative;
    padding: 7px 26px;
    z-index: 1;
    margin-left: 10px;
}


li.menu-link a {
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    position: relative;
}

.nav__toggle {
    position: relative;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    display: none;
}

.nav__toggle .pizza,
.close {
    position: absolute;
    max-width: max-content;
    max-height: max-content;
    inset: 0;
    margin: auto;
    font-size: 30px;
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.close {
    opacity: 0;
    visibility: hidden;
}

.show-menu {
    transform: translateX(0%) !important;
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 999 !important;
}

.show-icon .close {
    transform: rotate(90deg);
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: -103px;
    z-index: 999 !important;
}

.show-icon .pizza {
    opacity: 1;
    transform: rotate(360deg);
}

/* Dropdown */
.nav__menu ul.menu-list li.menu-link>ul.sunmenu {
    position: absolute;
    top: 100%;
    left: inherit;
    width: 250px;
    padding: 15px 0px;
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    border-radius: 10px;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-90deg);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.07), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    z-index: 100;
    margin-left: -70px;
    margin-top: 8px;
}

.nav__menu ul.menu-list li.menu-link:hover ul.sunmenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
}

.nav__menu ul.menu-list li.menu-link>ul>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    display: block;
    padding: 5px 20px;
}


/* -----Top----Headr-------------- */

header.top-header.deskshow {
    background-color: #fff;
    padding: 5px 0px;
}

.lottery-bg-clr {
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    padding: 30px 43px 40px !important;
    border-radius: 14px;
}

.lottery-bg-clrs {
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    padding: 59px !important;
    border-radius: 7px;
    text-align: center;
}

.white {
    color: #fff;
}

h1 {
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    background: linear-gradient(90deg, #ff4b2b, #ff416c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.h1head {
    background-color: #fff;
    padding: 1px 0px;
    margin: 20px 0px 40px;
    border-radius: 30px;
}

.h2head h2 {
    font-size: 33px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
}

section h3 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 20px 0;
}

.button-group {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.bttn {
    position: relative;
    padding: 14px 45px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px solid white;
    /* border always white */
}

.bttn i {
    font-size: 1.3rem;
}

/* White border hover effect */
.bttn::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50px;
    border: 3px solid white;
    transform: scale(0);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.bttn:hover::before {
    transform: scale(1);
    opacity: 1;
}

/* Hover glow */
.bttn:hover {
    box-shadow: 0 0 25px rgba(255, 255, 255, 0.55);
    transform: scale(1.07);
}

/* Button theme colors */
.bttn-login {
    background: linear-gradient(45deg, #ff7a59, #ff416c);
}

.bttn-register {
    background: linear-gradient(45deg, #ff4b2b, #ff1e56);
}

.bttn-download {
    background: linear-gradient(45deg, #ff416c, #d63384);
}

header.top-header.deskshow .button-group {
    margin-top: 0px;
    justify-content: flex-end;
}

.center {
    text-align: center;
}

/* ------Caed----- */
.swiper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 50px;
    /* space for navigation */
}

.swiper-slide {
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    border: 2px solid #ffc564;
}

.card-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.swiper-slide img {
    border: 1px solid #ffff;
    width: 100%;
    border-radius: 10px;
}

.card-title {
    margin-top: 18px;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    padding: 10px;
    border-radius: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff !important;
}

.card-text {
    margin-top: 19px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #fff;
}

.btn {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: 0.3s ease;
}

.btn-red {
    background: #e60012;
    color: #fff;
}

.btn-blue {
    background: #0070f3;
    color: #fff;
}

.btn:hover {
    opacity: 0.8;
}

/* Navigation buttons */
.swiper-button-next,
.swiper-button-prev {
    color: #000;
    font-weight: bold;
}

/* Gift Code Box */
.gift-code-box {
    display: inline-block;
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    padding: 15px 25px;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    box-shadow: 0 4px 12px rgba(255, 75, 43, 0.3);
    transition: 0.3s;
}

.gift-code-box:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 18px rgba(255, 75, 43, 0.4);
}

.gift-label {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 500;
}

.gift-code {
    background: #fff;
    color: #ff4b2b;
    padding: 5px 12px;
    border-radius: 6px;
    font-family: monospace;
}

/* Gradient Heading */
.steps-heading {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Step List */
.steps-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.steps-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #fff;
    padding: 9px 20px;
    margin-bottom: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.steps-list li:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 14px rgba(255, 75, 43, 0.25);
}

/* Number Circle */
.step-number {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    box-shadow: 0 2px 6px rgba(255, 75, 43, 0.3);
}

/* Step Text */
.step-text {
    font-size: 16px;
    color: #444;
    line-height: 1.6;
}

/* Success Note */
.steps-footer {
    margin-top: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #28a745;
    background: #e9f9ee;
    padding: 12px 18px;
    border-radius: 10px;
    display: inline-block;
}

.for-clr {
    color: #000;
}

.table-container {
    margin: 40px auto 0px;
    background-color: #fff;
    border: 3px solid transparent;
    border-radius: 12px;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #f95959, #ff9a8e) border-box;
    overflow: hidden;
    padding: 0px 0px 30px !important;
}

/* Gradient Table Header */
.spec-table thead {
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    color: #fff;
}

.spec-table th {
    padding: 15px;
    text-align: left;
    font-size: 18px;
    font-weight: 600;
}

.spec-table td {
    padding: 15px;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    vertical-align: top;
}

/* Alternate Row Color */
.spec-table tbody tr:nth-child(even) {
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
}

/* Hover Effect */
.spec-table tbody tr:hover {
    background: #ffe2e2;
    transition: 0.3s;
}

/* Responsive */
.last-section .table-container {
    overflow-x: auto;
}

.spec-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    padding: 0px 30px;
}

.all-sixclub-game {
    padding-top: 44px;
}

/* Intro Text */
.games-intro {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    color: #444;
}

/* Cards */
.game-card {
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
    min-height: 308px;
    border-radius: 12px;
    border: 2px solid transparent;
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #f95959, #ff9a8e) border-box;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 89, 89, 0.15);
}

.game-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(249, 89, 89, 0.3);
}



/* Summary */
.games-summary {
    margin-top: 25px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #ff4b2b;
}

/* Intro Text */
.events-intro {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    color: #444;
    line-height: 1.6;
}

/* Event Cards */
.event-card {
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 12px;
    border: 2px solid transparent;
    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(90deg, #f95959, #ff9a8e) border-box;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 89, 89, 0.15);
}

.event-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(249, 89, 89, 0.3);
}


.event-card p,
.event-card ul {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.event-card ul {
    margin: 10px 0 10px 20px;
}

.img-box img {
    max-width: 340px;
    border-radius: 10px;
    border: 2px solid #fff;
}

.img-box {
    text-align: center;
}

.step-card {
    background: #fff;
    padding: 18px 22px;
    border-radius: 14px;
    margin-bottom: 15px;
    border-left: 5px solid #ff3b5c;
    box-shadow: 0 6px 15px rgba(249, 89, 89, 0.15);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 22px rgba(249, 89, 89, 0.25);
}

.step-card strong {
    color: #f95959;
}

.download-btn {
    display: inline-block;
    margin: 15px 0;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    background: linear-gradient(90deg, #f95959, #ff9a8e);
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(249, 89, 89, 0.35);
    transition: all 0.3s ease;
}

.download-btn:hover {
    box-shadow: 0 8px 25px rgba(249, 89, 89, 0.5);
    transform: scale(1.05);
}

.note {
    margin-top: 25px;
    font-size: 15px;
    background: #fff0ef;
    border-left: 6px solid #f95959;
    padding: 18px;
    border-radius: 10px;
    line-height: 1.6;
}

.button-groups {
    display: flex;
    justify-content: center;
    margin: 5px 0px 15px;
}

/* Grid */
.tips-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);

    gap: 30px;
}

/* Card style */
.tip-card {
    border: 2px solid transparent;
    border-radius: 18px;
    padding: 30px 20px;
    text-align: center;
    color: #333;
    backdrop-filter: blur(12px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
    background-color: #fff;
}

/* Gradient border */
.tip-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 18px;
    padding: 2px;
    background: linear-gradient(135deg, #ff5f6d, #ff6ba3);
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

/* Hover effect */
.tip-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

/* Icon */
.icon {
    font-size: 36px;
    margin-bottom: 15px;
    background: linear-gradient(135deg, #ff4d6d, #ff6ba3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Card heading */
.tip-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #222;
}

/* -------Faq---Style---Code---- */

.faq-item {
    background: #fff;
    border: 1px solid #FFf;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
    transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    background: #fff;
    color: #000;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 0px 20px;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    color: #000;
    font-size: 15px;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 15px 20px;
}

.faq-icon {
    font-size: 20px;
    color: #000;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* -----Sticky----Style----Code-------- */
.sticky {
    position: sticky !important;
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    transition: all 0.6s ease-in-out;
    animation: smothScroll 1s forwards;
}

@keyframes smothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.sticky+.site-content {
    padding-top: 102px;
}

header.sticky {
    background-color: #fff !important;
}

header.sticky ul li a {
    color: #000;
}

.for-white p {
    color: #fff;
}

.footer {
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    color: white;
    padding: 2rem 1rem 2rem;
    margin-top: 2.4rem;
}

.footer-section ul {
    padding: 0px;
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
}

.footer-section ul li a {
    color: #fff;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
}

.footer-section h3 {
    color: #fff;
    margin-bottom: 1rem;
    font-size: 23px;
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    padding: 12px 20px 1px 10px;
    border-top: 1px solid #fff;
}

.section {
    background: linear-gradient(90deg, #f95959 0%, #ff9a8e 100%);
    border-radius: 16px;
    margin-bottom: 25px;
    transition: transform 0.2s ease;
}

.section:hover {
    transform: translateY(-5px);
}

.about-section ul {
    padding-left: 20px;
    margin: 0;
}

.about-section ul li {
    margin-bottom: 8px;
}

.highlight {
    background: #fff4f4;
    border-left: 5px solid #ff6b6b;
    padding: 15px;
    border-radius: 10px;
    margin-top: 15px;
}

.footer-note {
    text-align: center;
    margin-top: 40px;
    padding: 20px;
    background: linear-gradient(90deg, #ff6b6b, #ffcc70);
    border-radius: 16px;
    color: white;
    font-size: 1.1rem;
}

header.myheader ul {
    list-style: none;
}

.problem {
    background: #fdf2f2;
    border-left: 6px solid #ff6f61;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.problem:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.problem p strong {
    color: #000;
}


.reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.review {
    background: #fff7fa;
    border: 1px solid #f3d6e4;
    border-radius: 15px;
    padding: 20px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
}

.review .customer-name {
    margin: 0;
    font-size: 1.1rem;
    color: #ff512f;
}

.review small {
    display: block;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #666;
}

.review p {
    font-style: italic;
}

.for-shadow {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    padding: 25px;
    border-radius: 12px;

}

.cards-sections {
    margin-top: 40px;
}

section.top-section.all-lottery.for-white p {
    padding: 22px 0px 5px;
}

.inner-section {
    padding: 25px 30px;
}

.inner-section p {
    color: #fff;
}

.inner-section ul li {
    color: #fff;
}

.black p {
    color: #000;
}