* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #110D14 !important;
    font-family: museo-sans, -apple-system, BlinkMacSystemFont, sans-serif;

}

body p {
    font-family: museo-sans, -apple-system, BlinkMacSystemFont, sans-serif;
    color: #fff;
}

.container {
    max-width: 1220px;
    width: 100%;
}



a.sixclub-login.btn-1 {
    border: 2px solid #0e0436;
    padding: 7px 22px;
    border-radius: 25px;
    color: #000;
    font-size: 17px;
}

a.sixclub-download.btn-1 {
    border: 2px solid #171f2b;
    padding: 7px 22px;
    border-radius: 25px;
    color: #000;
    font-size: 17px;
}


/* -----Top----Headr-------------- */

header.top-header.deskshow {

    background: linear-gradient(180deg, #FED358, #FFB472);

    padding: 5px 0px;
}

.sixclub-game {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

/* -------End---Top------Header---- */
header.myheader {
    background-color: #241E22;
    /* box-shadow: 1px 0px 1px 0px rgba(17, 0, 0, .71); */
    position: relative;
    /* border-bottom: 1px solid #eeeeee; */
    padding-bottom: 9px;
    background: linear-gradient(135deg, #454141, #1a1a1a);
}

header.myheader ul li {
    list-style: none;
}

.sixclub-bg-clor {
    background-color: #262525;
    padding: 25px 39px;
    border-radius: 10px;
    border: 1px solid #fec464;
    box-shadow: inset 0 0 8px rgba(255, 193, 7, 0.5);
}

.sixclub-bg-clor:hover {
    /* background: rgba(255, 193, 7, 0.12); */
    border: 1px solid #fec464;
    box-shadow: inset 0 0 8px rgba(255, 193, 7, 0.5);
    transition: 0.3s ease;
}

.nav__data {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.main-logo img {
    padding-top: 8px;
    max-width: 68px;
}

.first-section {
    padding: 40px 0px 40px;
}

a {
    text-decoration: none;
}

.nav__menu {
    position: relative;
}

.h1sixclubs h1 {
    font-size: 50px;
    font-weight: 700;
    color: #edc232;
    text-shadow: 0px 0px 2px #ffbd01;
    position: relative;
    display: inline-block;


}

.h1sixclub h1 {
    font-size: 50px;
    font-weight: 700;
    color: #edc232;
    text-shadow: 0px 0px 2px #ffbd01;
    position: relative;
    display: inline-block;


}

.h1sixclub h1::before,
.h1sixclub h1::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 61%;
    /* line ki length */
    height: 2px;
    /* line ki thickness */
    background: #fed385;
}

.h1sixclub h1::before {
    left: -184px;
    /* left line ka gap text se */
}

.h1sixclub h1::after {
    right: -183px;
    /* right line ka gap text se */
}



h2 {
    color: #fed385;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 22px;
}

h3 {
    color: #fed385;
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}

ul.menu-list {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 13px;
}


li.menu-link {
    position: relative;
    padding: 7px 9px;
    z-index: 1;
    margin-left: 10px;
}


li.menu-link a {
    color: #ffbd01;
    font-weight: 400;
    font-size: 17px;
    position: relative;
}

li.menu-link a:before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 100%;
    border-bottom: 1px solid #000;
    transition: all 0.5s ease-in-out;
    padding-top: 2px;
    z-index: -1;
}

li.menu-link a:hover:before {
    width: 100%;
}

.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 0px;
    background-color: #241e22;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    transform: rotateX(-90deg);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
    box-shadow: -3px 3px 4px 0px #ffbd01;
    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;
}

.all-sixclub-game {
    padding-top: 50px;
}

.center {
    text-align: center;
}

/* ------Caed----- */
.swiper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding-bottom: 50px;
    /* space for navigation */
}

.swiper-slide {
    background: #241e22;
    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 {
    width: 100%;
}

.card-title {
    margin-top: 18px;
    color: #ffc267;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    background-color: #000;
    padding: 9px;
    border-radius: 20px;
    border-top: 1px solid #ffc267;
    border-bottom: 1px solid #ffc267;
}

.card-text {
    font-size: 14px;
    margin-bottom: 15px;
}

.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;
}

.log-reg-down {
    display: flex;
    justify-content: center;
}

.log-reg-down a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 38px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
}

/* ---------- Border Animation (Visible Outline) ---------- */
.log-reg-down a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 40px;
    border: 2px solid currentColor;
    box-sizing: border-box;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%,
            100% 100%, 100% 100%, 100% 0, 100% 0);
    transition: clip-path 1s linear;
    z-index: 3;
}

.log-reg-down a:hover::after {
    clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%,
            100% 100%, 0 100%, 0 100%, 0 0);
}

/* ---------- Login (Gold) ---------- */
.l-btn {
    color: #fff;
    background: linear-gradient(135deg, #ffd86f, #ff9d00);
    box-shadow: 0 0 15px rgba(255, 180, 0, 0.4);
}

.l-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #ffb400, #ff7e00);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 25px rgba(255, 180, 0, 0.9), 0 0 50px rgba(255, 120, 0, 0.8);
}

/* ---------- Register (Red/Gold) ---------- */
.r-btn {
    color: #fff;
    background: linear-gradient(135deg, #ff9a9e, #ff3d00);
    box-shadow: 0 0 15px rgba(255, 80, 50, 0.5);
}

.r-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #ff5e00, #e60012);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 25px rgba(255, 80, 50, 0.9), 0 0 50px rgba(200, 0, 0, 0.8);
}

/* ---------- Download (Green/Blue Neon) ---------- */
.d-btn {
    color: #fff;
    background: linear-gradient(135deg, #b100ff, #a700ff);
    box-shadow: 0 0 15px rgba(255, 180, 0, 0.4);
}

.d-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, #00ff9d, #009dff);
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 0 25px rgba(0, 255, 157, 0.9), 0 0 50px rgba(0, 150, 255, 0.8);
}

/* ---------- Shine Effect ---------- */
.log-reg-down a::before {
    content: "";
    position: absolute;
    top: 0;
    left: -80%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.6), transparent);
    transform: skewX(-25deg);
    transition: 0.75s;
    z-index: 2;
}

.log-reg-down a:hover::before {
    left: 130%;
}

.log-reg-down i {
    font-size: 18px;
}

.table-container {
    margin-top: 40px;
    border-radius: 10px;
    border: 1px solid rgba(255, 193, 7, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

/* Header Styling */
.table-header {
    background: linear-gradient(180deg, #FED358, #FFB472);
    text-align: center;
    padding: 0px 16px;
}

.table-header h2 {
    margin: 0;
    color: #111;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table tr {
    border-bottom: 1px solid rgba(255, 193, 7, 0.15);
}

table tr:last-child {
    border-bottom: none;
}

/* Alternate row colors */
table tr:nth-child(odd) {
    background: #111;
}

table tr:nth-child(even) {
    background: #1f1f1f;
}

table td {
    padding: 16px 20px;
    font-size: 15px;
    color: #fff;
}

table td:first-child {
    font-weight: bold;
    color: #fed385;
    width: 35%;
}

table td:last-child {
    color: #f5f5f5;
}

/* Hover effect */
table tr:hover {
    background: rgba(255, 193, 7, 0.12);
    box-shadow: inset 0 0 8px rgba(255, 193, 7, 0.5);
    transition: 0.3s ease;
}

ul li {
    color: #fff;
}

.feature-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    width: 100%;
    max-width: 1200px;
}

.feature-card {
    background: #2a222f;
    border: 1px solid #ffb347;
    /* Golden border */
    border-radius: 16px;
    padding: 25px;
    box-shadow: 0 6px 16px rgba(255, 179, 71, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.feature-card .inner-hd,
.feature-card p {
    position: relative;
    z-index: 1;
    transition: color 0.3s ease;
}

.feature-card .inner-hd {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffcc66;
}

.feature-card p {
    font-size: 14px;
    color: #ddd;
    line-height: 1.6;
}

/* Text color change on hover */
.feature-card:hover .inner-hd,
.feature-card:hover p {
    color: #fff;
}

.for-justify {
    margin-top: 25px;
}

span.inner-hd {
    color: #fed385;
    font-size: 17x;
}

.cnct-box {
    border-radius: 16px;
    padding: 0px 25px;
    box-shadow: 0 6px 16px rgba(18, 16, 15, 0.121);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.method {
    color: #fed385;
    font-size: 20px;
    padding-bottom: 6px;
}

.cnct-boxs {
    background: #2a222f;
    border-radius: 16px;
    padding: 10px 25px;
    border: 1px solid #ffb347;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 6px 16px rgba(255, 179, 71, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pading-btn {
    padding-bottom: 30px;
}

.cnct-boxs.for-justify {
    min-height: 294px;
}

/* -----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: linear-gradient(180deg, #FED358, #FFB472);
}

header.sticky ul li a {
    color: #000;
}

.review-card {
    background: #1a1a1a;
    border: 1px solid #FFD700;
    border-radius: 8px;
    padding: 20px;
    min-height: 249px;
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
    transition: transform 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    /* box-shadow: 0 0 15px rgba(255, 215, 0, 0.5); */
}

.review-card h4 {
    color: #FFD700;
    margin-bottom: 10px;
    font-size: 18px;
}

.review-card p {
    font-size: 15px;
    line-height: 1.5;
    color: #ddd;
}

/* Navigation buttons */
.owl-nav {
    position: absolute;
    top: -50px;
    right: 0;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background-color: #FFD700 !important;
    color: #000 !important;
    border: none !important;
    width: 50px !important;
    height: 40px !important;
    font-size: 35px !important;
    margin-left: 5px;
    /* border-radius: 50% !important; */
    /* circular shape */
    cursor: pointer;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.owl-nav button.owl-prev:hover,
.owl-nav button.owl-next:hover {
    background-color: #e6c200 !important;
    color: #fff !important;
}

.owl-dots {
    display: none;
}

/* -------Faq---Style---Code---- */
.faq-section h2 {
    font-size: 33px;
    color: #fed385;
    margin-bottom: 25px;
}

.faq-item {
    background: #1a1a1a;
    border: 1px solid #fed385;
    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: #1a1a1a;
    color: #fed385;
    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-question:hover {
    background: #2a2a2a;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 20px;
    color: #fff;
    line-height: 1.6;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 15px 20px;
}

.faq-icon {
    font-size: 20px;
    color: #FFD700;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

/* Footer Styles */
.sixclub-footer {
    background: linear-gradient(135deg, #454141, #1a1a1a);
    color: #ddd;
    margin-top: 40px;
    padding: 24px 20px 20px;
    /* border-top: 1px solid rgb(223 167 9); */
}

.sixclub-footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.sixclub-footer h3 {
    color: #fed385;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.sixclub-footer h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 50px;
    height: 2px;
    background: #FFD700;
    border-radius: 2px;
}

.sixclub-footer-col p {
    font-size: 14px;
    line-height: 1.7;
    color: #bbb;
}

.sixclub-footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sixclub-footer-col ul li {
    margin: 2px 0;
}

.sixclub-footer-col ul li a {
    color: #ccc;
    text-decoration: none;
    font-size: 17px;
    transition: all 0.3s ease;
}

.sixclub-footer-col ul li a:hover {
    color: #FFD700;
    transform: translateX(5px);
}

/* Logo */
.sixclub-footer-logo img {
    width: 150px;
    margin-bottom: 15px;
}

/* Footer Bottom */
.sixclub-footer-bottom {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid rgb(223 167 9);
    margin-top: 40px;
}

.sixclub-footer-bottom p {
    font-size: 13px;
    color: #fff;
    margin: 0;
}

.feature-images img {
    width: 85%;
    border: 1px solid #dac362;
    border-radius: 9px;
    padding: 13px;
}

.feature-images {
    margin: 25px 0px;
    border-radius: 12px;
}

.feature-image img {
    max-width: 355px;
    margin: 25px 0px;
    border: 1px solid #eabc2f;
    border-radius: 12px;
    box-shadow: 0 6px 16px rgba(255, 179, 71, 0.2);
}

.feature-image {
    text-align: center;


    .sixclub-footer h3 {
        color: #fed385;
        font-size: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    ;

    .sixclub-footer h3 {
        color: #fed385;
        font-size: 20px;
        margin-bottom: 20px;
        position: relative;
    }

    ;
}

/* ------inner----Page----Style------ */
.about-header h1 {
    font-size: 2.8rem;
    margin: 0 0 10px;
}

.about-header p {
    font-size: 1.2rem;
    color: #fff;
    opacity: 0.9;
}

h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #fed385;
    margin-top: 8px;
}

p {
    margin-bottom: 15px;
}

ul {
    padding: 0;
}

ul li {
    padding: 5px 0px;
}

.highlight-box {
    background: #1a141d;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #fed385;
    margin-bottom: 30px;
}

.contact-box {
    background: #1a141d;
    color: #fff;
    padding: 30px;
    border-radius: 12px;
    border: 1px solid #fed385;
}

.contact-box a {
    color: #fed385;
    text-decoration: none;
}

.for-mrgn {
    margin-top: 40px;
}

.h1sixclubs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.h1sixclubs h1 {
    font-size: 50px;
    font-weight: 700;
    color: #edc232;
    text-shadow: 0px 0px 2px #ffbd01;
    white-space: nowrap;
}

.h1sixclubs::before,
.h1sixclubs::after {
    content: "";
    flex: 1;
    height: 2px;
    background: #fed385;
}

.about-content {
    max-width: 900px;
    margin: auto;
    text-align: center;
    line-height: 1.6;
    color: #fff;
}

ol li {
    color: #fff;
}

.contact-box ul {
    text-align: justify;
}

.nav__menu ul.menu-list li.menu-link>ul.sunmenu li {
    border-bottom: 1px solid #fec464;
}

.nav__menu ul.menu-list li.menu-link>ul.sunmenu li:hover a {
    color: #fec464;
    transition: all i.5s ease-in-out;
}

.h2head.gift-code h2:after {
    height: 0px;
}

.sixclub-footer-bottom p a {
    color: #edc633;
}

.h1sixclub p {
    padding: 15px 0px;
}

.t-head tr {
    background-color: #edc633 !important;
    height: 50px;
    position: relative;
}

.t-head tr th {
    padding-left: 10px !important;
}

h4 {
    color: #fed385;
    font-size: 22px;
}

.custom-table {
    color: #f1c40f;
    /* text white */
    border: 2px solid #f1c40f;
    /* fed385en border */
}

.custom-table th,
.custom-table td {
    border: 1px solid #f1c40f;
    /* fed385en column/row borders */
    padding: 12px;
    color: #fff;
}

.custom-table thead th {
    color: #f1c40f;
    /* fed385en heading text */
    font-weight: bold;
    text-transform: uppercase;
}

.custom-table tbody tr:hover {
    background-color: rgba(241, 196, 15, 0.1);
    /* subtle hover effect */
}

thead.t-head tr {
    background-color: #edc633 !important;
    height: 50px;
}

.h4head h4 {
    color: #fed385;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}

.all-sixclub-game h4 {
    color: #fed385;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 20px;
}

.play-name {
    color: #fed385;
    margin-bottom: 10px;
    font-size: 19px;
}

ul.cirle-list {
    list-style: disc;
    padding-left: 19px;
}

.btns-head {
    display: flex;
    /* align-items: center; */
    /* justify-content: center; */
    margin: 20px auto;
    gap: 20px;
}

.l-head {
    color: #fff;
}

a.l-btn {
    padding: 14px 55px;
    margin-left: 64px;
}

a.d-btn {
    margin-right: 36px;
}

/* ✅ Table of Contents Box */
.toc-container {
    background: #111;
    border: 1px solid #fed385;
    border-radius: 10px;
    width: 100%;
    max-width: 700px;
    margin: 40px 0px 0px;
    color: #fff;
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
    overflow: hidden;
}

/* ✅ TOC Button */
.toc-toggle {
    background: linear-gradient(180deg, #FED358, #FFB472);
    color: #000;
    font-weight: 700;
    font-size: 1.1rem;
    width: 100%;
    text-align: left;
    padding: 12px 18px;
    border: none;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 10px 10px 0 0;
}

.toc-toggle:hover {
    background: linear-gradient(180deg, #FED358, #FFB472);
    color: #111;
}

/* ✅ Hidden Content (Default) */
.toc-content {
    display: none;
    background: #1a1a1a;
    padding: 10px 20px;
    border-top: 1px solid #fed385;
}

.toc-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.toc-content li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

.toc-content li:last-child {
    border-bottom: none;
}

.toc-content a {
    text-decoration: none;
    color: #fed385;
    transition: 0.3s;
}

.toc-content a:hover {
    color: #fff;
    text-shadow: 0 0 5px #fed385;
}

/* === Premium Back to Top Button === */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border: none;
    border-radius: 50%;
    background: radial-gradient(circle at top left, #ffd84f, #ffb300);
    color: #000;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
    transition: all 0.3s ease;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
}

#backToTop.show {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

#backToTop:hover {
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.6);
    transform: scale(1.1);
}

.arrow {
    position: absolute;
    font-size: 22px;
    font-weight: bold;
    color: #111;
    text-shadow: 0 0 4px rgba(255, 255, 255, 0.5);
}

.progress-ring__circle {
    stroke: #000;
    stroke-opacity: 0.25;
    transition: stroke-dashoffset 0.25s linear;
}

.progress-ring__circle.active {
    stroke: #000;
    stroke-opacity: 1;
    filter: drop-shadow(0 0 6px #fed385);
}

@media (max-width: 768px) {
    #backToTop {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
    }
}

.mob-show {
    display: none;
}

.l-head h3 {
    font-size: 23px;
}