.cta-menu,
.hero,
.menu a {
    position: relative;
}
.cta-menu .cta,
.hero-buttons .btn {
    color: #000;
    border-radius: 5px;
    font-weight: 700;
}
.block-link,
.hero-buttons .btn,
.menu a {
    text-decoration: none;
}
#overlay,
header {
    background-color: #232222;
}
.how-it-works,
.section-about {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
header {
    top: 0;
    width: 100%;
    padding: 0.25rem 1rem;
    position: fixed;
    z-index: 900;
}
.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hero,
.menu {
    align-items: center;
    display: flex;
}
.nav img {
    height: 60px;
    width: auto;
}
.header-title h1 {
    color: #fff;
    font-size: 2rem;
    margin-left: 1rem;
}
.menu {
    gap: 1.5rem;
}
.menu a {
    border-radius: 5px;
    color: #fff;
    font-size: 1rem;
    padding: 6px 10px;
    transition: background 0.3s;
}
.menu a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}
.cta-menu .cta {
    cursor: pointer;
    background-color: #a149f3;
    padding: 6px 12px;
}
.cta-menu .cta:hover {
    background-color: #872fcc;
}
.hero {
    margin-top: 72px;
    background-image: url("/Images/hero.png");
    background-size: cover;
    background-position: center;
    height: calc(97vh - 80px);
    color: #fff;
    justify-content: flex-start;
    padding-left: 5vw;
}
#overlay,
.hero-overlay {
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
}
.hero-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 5vw;
}
.hero-content {
    text-align: left;
    max-width: 600px;
    z-index: 1;
    top: 2rem;
    position: relative;
}
.hero h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
}
.hero p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
.hero-buttons .btn {
    background: #9a26a4;
    padding: 0.75rem 1rem;
    margin-right: 1rem;
}
.block-link:hover,
.resources-block ul li a:hover,
.roadmap a:hover {
    text-decoration: underline;
}
.hero-buttons .btn.secondary {
    background: rgba(0, 0, 0, 0.75);
    border: 2px solid #9a26a4;
    color: #9a26a4;
}
.hero-buttons .btn.secondary:hover {
    border: 2px solid #b433c0;
    color: #b433c0;
}
.overview-section {
    background-color: #111;
    color: #fff;
    padding: 3rem 5vw;
}
.overview-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
}
.overview-block {
    background: #1d1d1d;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.overview-block h2 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #9a26a4;
}
.overview-content > div {
    margin-bottom: 1.25rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid #333;
}
.overview-content h3 {
    margin: 0;
    font-size: 1.25rem;
    color: #fff;
}
.overview-content p {
    margin: 0.25rem 0 0;
    font-size: 1rem;
    color: #ccc;
}
.block-link {
    margin-top: 1.5rem;
    font-weight: 700;
    color: #ff4081;
    align-self: flex-start;
}
#overlay .overlay-links a,
.discord-button,
.footer-links a,
.footer-privacy a,
.footer-social a,
.resources-block ul li a,
.roadmap a,
.step-link,
.steps-grid,
.tooltip-trigger {
    text-decoration: none;
}
.single-game h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: #fff;
}
.game-details {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem;
}
.game-details li {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    color: #ccc;
}
.game-note {
    font-style: italic;
    color: #aaa;
    font-size: 0.95rem;
}
.section-about {
    background-color: #1d1d1d;
    padding: 4rem 2rem;
    color: #fff;
}
.section-about .container {
    max-width: 1100px;
    margin: 0 auto;
}
.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
    text-align: center;
    color: #9a26a4;
}
.footer-content,
.testimonial-grid {
    margin: 0 auto;
    max-width: 1200px;
    gap: 2rem;
}
.about-content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: space-between;
}
.about-part {
    flex: 1 1 30%;
    min-width: 280px;
}
.about-part h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    color: #9a26a4;
    border-bottom: 2px solid #b433c0;
    padding-bottom: 0.3rem;
}
.about-part p {
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 1rem;
}
.about-whyjoin ul {
    list-style: none;
    padding-left: 0;
    font-size: 1rem;
}
.about-whyjoin ul li {
    margin-bottom: 0.8rem;
    position: relative;
}
.about-whyjoin ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 1em;
    height: 1em;
}
@media (max-width: 900px) {
    .about-content {
        flex-direction: column;
    }
    .about-part {
        flex: 1 1 100%;
    }
}
.discord-button {
    display: inline-block;
    background-color: #5865f2;
    color: #fff;
    padding: 0.75em 1.5em;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition:
        background-color 0.2s,
        transform 0.1s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.discord-button:hover {
    background-color: #4752c4;
    transform: translateY(-2px);
}
.discord-button:active {
    background-color: #3c45a5;
    transform: translateY(0);
}
.testimonials {
    background-color: #111;
    padding: 4rem 2rem;
    color: #fff;
    text-align: center;
}
.testimonials .section-title {
    font-size: 2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.testimonial {
    background-color: #1d1d1d;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    font-style: italic;
}
.testimonial .quote {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}
.testimonial .author {
    font-size: 0.95rem;
    font-weight: 600;
    color: #ccc;
}
.support-section {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13rem 4rem;
    gap: 2rem;
    color: #eee;
    overflow: hidden;
    background-image: url(/Images/dono-background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.support-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.support-section > * {
    position: relative;
    z-index: 1;
}
.support-text {
    flex: 1 1 60%;
}
.support-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #d8aaff;
}
.support-text p {
    font-size: 1.2rem;
    line-height: 1.5;
    color: #ccc;
    width: 60%;
}
.support-button-container {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.support-button-container .donate-button {
    background: linear-gradient(135deg, #9f7aea, #6b46c1);
    color: #fff;
    padding: 1rem 2rem;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(111, 66, 193, 0.6);
    transition:
        background 0.3s,
        box-shadow 0.3s;
    cursor: pointer;
    margin-right: 10rem;
    margin-top: 3rem;
}
.support-button-container .donate-button:hover {
    background: linear-gradient(135deg, #7b3fbf, #553c9a);
    box-shadow: 0 6px 20px rgba(111, 66, 193, 0.9);
}
.site-footer {
    background-color: #1a1a1a;
    color: #ccc;
    padding: 3rem 2rem;
    font-size: 0.9rem;
    border-top: 2px solid #333;
}
.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-left {
    flex: 1 1 250px;
}
.footer-logo {
    width: 60px;
    margin-bottom: 1rem;
}
.footer-links,
.footer-social {
    flex: 1 1 150px;
}
.footer-links h4,
.footer-social h4 {
    color: #fff;
    margin-bottom: 0.5rem;
}
.footer-links ul,
.footer-social ul,
.resources-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-links ul li,
.footer-social ul li {
    margin-bottom: 0.4rem;
}
.footer-links a,
.footer-social a {
    color: #ccc;
    transition: color 0.2s;
}
.footer-links a:hover,
.footer-privacy a:hover,
.footer-social a:hover {
    color: #fff;
}
.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    gap: 2rem;
    color: #eee;
}
.footer-privacy h4,
.resources-block ul li {
    margin-bottom: 0.5rem;
}
.footer-privacy a {
    color: #ccc;
}
.tooltip-container {
    position: relative;
    display: inline-block;
}
.tooltip-trigger {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 240px;
    background-color: #333;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 6px 10px;
    position: absolute;
    top: 120%;
    right: 0;
    font-size: 14px;
    line-height: 1.4;
    transition: opacity 0.2s ease-in-out;
    white-space: normal;
    pointer-events: none;
    z-index: 10;
}
.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
@media screen and (max-width: 768px) {
    .overview-grid {
        grid-template-columns: 1fr;
    }
    .footer-left p,
    .hero,
    .hero-content,
    .hero-overlay,
    .site-footer,
    .support-section {
        text-align: center;
    }
    .nav {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .header-title h1 {
        font-size: 1.5rem;
        margin-left: 0.5rem;
    }
    .menu {
        display: none;
        flex-direction: column;
        gap: 1rem;
        position: absolute;
        top: 70px;
        right: 10px;
        background-color: rgba(35, 34, 34, 0.95);
        padding: 1rem;
        border-radius: 10px;
    }
    .hamburger,
    .menu.show {
        display: flex;
    }
    .hamburger {
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
    }
    .support-text p {
        width: 100%;
    }
    .hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
    }
    .hero {
        background-image: url("/Images/mobilehero.png");
        justify-content: center;
        height: auto;
        padding: 4rem 2vw;
        display: flex;
        align-items: center;
        min-height: 90vh;
    }
    .hero-overlay {
        justify-content: center;
        padding: 0 2rem;
        display: flex;
        align-items: center;
    }
    .hero-content {
        width: 100%;
        margin-bottom: 2rem;
    }
    .hero-content h1 {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .hero-content p {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }
    .hero-buttons {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .hero-buttons .btn {
        width: 80%;
        max-width: 220px;
        font-size: 1rem;
        padding: 0.75rem 1.5rem;
    }
    .overview-section {
        padding: 2rem 2vw;
    }
    .overview-block {
        padding: 2rem;
    }
    .support-section {
        flex-direction: column;
        padding: 6rem 2rem;
    }
    .site-footer {
        padding: 3rem 2rem;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .footer-left,
    .footer-links,
    .footer-privacy,
    .footer-social {
        flex: 1 1 100%;
        max-width: 400px;
    }
    .footer-links ul,
    .footer-social ul {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
        padding: 0;
    }
    .footer-links a,
    .footer-social a {
        display: block;
    }
    .footer-privacy {
        margin-top: 1rem;
    }
}
@media (min-width: 769px) and (max-width: 1200px) {
    .header-title h1 {
        font-size: 1.75rem;
    }
    .menu a {
        font-size: 0.763rem;
        padding: 5px 8px;
    }
    .hero {
        padding-left: 3vw;
        min-height: 80vh;
        justify-content: flex-start;
    }
    .hero-overlay {
        padding-left: 3vw;
        justify-content: flex-start;
    }
    .hero-content h1 {
        font-size: 2.25rem;
    }
    .hero-content p {
        font-size: 1.1rem;
    }
    .hero-buttons {
        flex-direction: row;
    }
    .overview-grid {
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }
    .overview-block {
        padding: 2.5rem;
    }
    .about-part h3 {
        font-size: 1.5rem;
    }
    .support-section {
        flex-direction: row;
        gap: 1rem;
        padding: 8rem 3rem;
    }
    .support-button-container .donate-button {
        margin-right: 5rem;
        font-size: 1.2rem;
        padding: 0.85rem 1.8rem;
    }
    .section-title {
        font-size: 2.9rem;
    }
}
@media screen and (max-width: 768px) {
    .footer-left p,
    .hero,
    .hero-content,
    .hero-overlay,
    .site-footer,
    .support-section {
        text-align: center;
    }
    .nav {
        justify-content: space-between;
        align-items: center;
    }
    .header-title h1 {
        font-size: 1.5rem;
        margin-left: 0.5rem;
    }
    .menu {
        display: none;
        flex-direction: column;
        gap: 1rem;
        position: absolute;
        top: 70px;
        right: 10px;
        background-color: rgba(35, 34, 34, 0.95);
        padding: 1rem;
        border-radius: 10px;
    }
    .hamburger,
    .menu.show {
        display: flex;
    }
    .hamburger {
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
    }
    .hamburger span {
        display: block;
        width: 25px;
        height: 3px;
        background-color: #fff;
        border-radius: 2px;
    }
    .hero {
        background-image: url("/Images/mobilehero.png");
        justify-content: center;
        height: auto;
        min-height: 90vh;
        padding: 4rem 2vw;
        align-items: center;
    }
    .hero-overlay {
        justify-content: center;
        padding: 0 2rem;
    }
    .hero-content {
        width: 100%;
        margin-bottom: 2rem;
    }
    .hero-content h1 {
        font-size: 2rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }
    .hero-buttons .btn {
        width: 80%;
        max-width: 220px;
    }
    .overview-section {
        padding: 2rem 2vw;
    }
    .overview-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .overview-block {
        padding: 2rem;
    }
    .about-content {
        flex-direction: column;
        gap: 1.5rem;
    }
    .support-section {
        flex-direction: column;
        padding: 6rem 2rem;
    }
    .site-footer {
        padding: 3rem 2rem;
    }
    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }
    .footer-left,
    .footer-links,
    .footer-privacy,
    .footer-social {
        flex: 1 1 100%;
        max-width: 400px;
    }
    .footer-links ul,
    .footer-social ul {
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
        padding: 0;
    }
    .footer-links a,
    .footer-social a {
        display: block;
    }
    .footer-privacy {
        margin-top: 1rem;
    }
}
@media (min-width: 769px) and (max-width: 880px) {
    .nav {
        justify-content: space-between;
    }
    .header-title span {
        font-size: 1.5rem;
        margin-left: 0.5rem;
    }
    .menu {
        flex: 1 1 100%;
        justify-content: flex-end;
        gap: 0.75rem;
    }
    .menu a {
        font-size: 0.7rem;
        padding: 5px 8px;
    }
    .hamburger {
        display: none;
    }
}
@media (max-width: 992px) {
    .section-title {
        font-size: 2.3rem;
        margin-bottom: 1.5rem;
    }
}
#overlay > div,
.step {
    margin-bottom: 2rem;
}
#overlay {
    position: fixed;
    display: none;
    z-index: 9999;
    overflow-y: auto;
    text-align: left;
    padding: 2rem;
    flex-direction: column;
    justify-content: flex-start;
}
#overlay .overlay-links {
    display: flex;
    flex-direction: column;
    gap: 0;
}
#overlay .overlay-links a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition:
        color 0.3s,
        background 0.3s;
}
#overlay .overlay-links a i {
    width: 25px;
    text-align: center;
}
#overlay .overlay-links a:hover {
    color: #9a26a4;
    background-color: rgba(180, 51, 192, 0.1);
}
#overlay .overlay-links a.overlay-cta {
    background: linear-gradient(135deg, #9f7aea, #6b46c1);
    color: #000;
    font-weight: 700;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
    text-align: center;
    font-size: 1.25rem;
}
#overlay .overlay-links a.overlay-cta:hover {
    background: linear-gradient(135deg, #7b3fbf, #553c9a);
    color: #fff;
}
.overlay-close {
    position: fixed;
    top: 5%;
    right: 10%;
    z-index: 10000;
}
.overlay-close i {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
    transition:
        transform 0.3s ease-in-out,
        color 0.3s ease-in-out;
}
.overlay-close i:hover {
    transform: rotate(90deg);
    color: #b433c0;
}
.header-title span {
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #fff;
}
.how-it-works {
    background: #111;
    padding: 2rem 5vw;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.container {
    align-items: center;
}
.how-it-works .section-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    background: linear-gradient(90deg, #9a26a4, #6b46c1);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    text-align: left;
}
.step {
    background: #141414;
    border-radius: 16px;
    padding: 2rem;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.step:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(154, 38, 164, 0.5);
}
.step h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
    color: #fff;
}
.step p {
    font-size: 1rem;
    line-height: 1.6;
    color: #bbb;
}
@media (max-width: 768px) {
    .how-it-works {
        padding: 2rem 1rem;
    }
    .how-it-works .section-title {
        font-size: 2.2rem;
    }
    .step {
        padding: 2rem 1.5rem;
    }
    .step h3 {
        font-size: 1.3rem;
    }
}
.step-link {
    color: inherit;
    display: block;
}
.link-hint {
    color: #aaa !important;
    margin-bottom: 1.75rem !important;
    font-size: 0.95rem !important;
    font-style: italic !important;
}
.resources-block {
    justify-content: unset;
}
.resources-block .overview-content p {
    margin: 0;
}
.resources-block .overview-content .resource-section ul li {
    margin: 0.25rem 0 0;
    font-size: 1rem;
}
.resources-block .overview-content h3 {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
}
.resources-block h2 {
    color: #9a26a4;
    font-size: 2rem;
    margin-bottom: 1rem;
}
.resources-block p {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.5;
}
.resources-block ul li a {
    color: #ff4081;
    transition: color 0.2s;
}
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
    .support-button-container .donate-button {
        margin-right: 0;
        display: inline;
    }
    .resources-block {
        padding: 1.5rem;
    }
    .resources-block h2 {
        font-size: 1.75rem;
    }
    .resources-block p {
        font-size: 0.95rem;
    }
}
.player.step.third {
    margin-bottom: 0;
}
.hotpink {
    color: #9a26a4;
}
.roadmap {
    background: #1d1d1d;
    padding: 3rem 2rem 2rem;
}
.roadmap .container {
    margin: 0 auto;
    width: 95%;
}
.roadmap h2 {
    font-size: 2rem;
    margin-bottom: 0.25rem;
    text-align: center;
    color: #fff;
}
.roadmap p {
    margin: 0 auto 1.5rem;
    text-align: center;
    line-height: 1.6;
    color: #aaa;
}
.roadmap-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: grid;
    gap: 1.5rem;
    max-width: 1000px;
}
.roadmap-list li {
    background: #111;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.2s,
        box-shadow 0.2s;
    color: #fff;
    line-height: 1.6;
}
.roadmap-list li:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.roadmap-list li strong {
    display: block;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #6b46c1;
}
.roadmap a {
    color: #6b46c1;
    font-weight: 600;
    transition: color 0.2s;
}
.roadmap a:hover {
    color: #4c2a91;
}
.sticky_share_btn {
    position: fixed;
    right: 30px;
    bottom: 80px;
}
.fixed_share ul.listing > li,
.share-toggle {
    font-size: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 2px solid;
    border-radius: 50%;
    transition: 0.5s ease-in-out;
    color: #9b59b6;
}
ul.listing {
    list-style: none;
    display: none;
}
@media screen and (max-width: 767px) {
    .hamburger {
        display: flex;
    }
    .fixed_share,
    .menu {
        display: none !important;
    }
}
.fixed_share ul.listing > li {
    margin-bottom: 10px;
}
.fixed_share ul.listing > li > a {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.fixed_share ul.listing > li:hover,
.share-toggle:hover {
    transform: scale(1.1) rotate(360deg);
}
.fixed_share .facebook,
.fixed_share .facebook > a {
    color: #4267b2;
}
.fixed_share .twitter,
.fixed_share .twitter > a {
    color: #00acee;
}
.fixed_share .pinterest,
.fixed_share .pinterest > a {
    color: #e60023;
}
.fixed_share .reddit,
.fixed_share .reddit > a {
    color: #ff5700;
}
.fixed_share .whatsapp,
.fixed_share .whatsapp > a {
    color: #25d366;
}
@media (min-width: 769px) and (max-width: 820px) {
    .header-title span {
        font-size: 1.5rem;
    }
}
.cta-button {
    background-color: #a149f3 !important;
    color: #fff !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    margin-top: 1.5rem !important;
    border-radius: 8px !important;
    cursor: pointer !important;
    font-weight: 700 !important;
    transition: background-color 0.3s !important;
}
.cta-button:hover {
    background-color: #872ee0 !important;
}
#quoteFormWrapper {
    background: #1d1d1d !important;
    margin-top: 1.5rem !important;
    padding: 1.5rem !important;
    border-radius: 10px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) !important;
    text-align: left !important;
    max-width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
#quoteForm label {
    display: block !important;
    margin-bottom: 1rem !important;
}
#quoteForm input,
#quoteForm textarea {
    width: 100% !important;
    padding: 0.5rem !important;
    border-radius: 6px !important;
    border: 1px solid #333 !important;
    background: #222 !important;
    color: #eee !important;
    font-size: 1rem !important;
}
.cta-dropdown {
    position: relative;
    display: inline-block;
}

.cta-dropdown-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    cursor: pointer;
    text-decoration: none;
}

.cta-dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    z-index: 1000;
}

.cta-dropdown-content a {
    color: #333;
    padding: 0.75rem 1rem;
    display: block;
    text-decoration: none;
}

.cta-dropdown-content a:hover {
    background-color: #f0f0f0;
}

.cta-dropdown-content.show {
    display: block;
}

.cta-menu-script:hover {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.blog-dropdown {
  position: relative;
  list-style: none;
}

.blog-dropdown-menu {
  display: none;
  position: absolute;
  background: #222; 
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 120%;
  left: 0;
  z-index: 1000;
}

.blog-dropdown-menu li {
  list-style: none;
}

.blog-dropdown-menu a {
  display: block;
  padding: 0.5rem 1rem;
  color: #fff;
  text-decoration: none;
}

.blog-dropdown-menu a:hover {
  background: #333;
}

.blog-dropdown:hover .blog-dropdown-menu {
  display: block;
}

@media  (max-width: 960px) {
    .menu {
        gap: 0.8rem;
    }
}
@media  (max-width: 900px) {
    .menu {
        gap: 0.5rem;
    }
}
@media  (max-width: 835px) {
    .menu a {
        padding: 5px 4px;
    }
}

.mobile-dropdown {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.mobile-dropdown-toggle {
  background: none;
  border: none;
  color: white;
  text-align: left;
  padding: 10px 0;
  font-size: 1rem;
  cursor: pointer;
  width: 100%;
}

.mobile-dropdown-toggle i.fa-caret-down {
  float: right;
  margin-right: 10px;
}

.mobile-dropdown-menu {
  display: none;
  flex-direction: column;
  margin-left: 15px;
}

.mobile-dropdown-menu a {
  color: #ccc;
  text-decoration: none;
  padding: 5px 0;
}

.mobile-dropdown-menu.show {
  display: flex;
}

#overlay .overlay-links a.thingy {
  position: relative;
}

.dropdown-right {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.about-description p a {
    text-decoration: none;
    color: #9a26a4;
}

.about-description p a:hover {
    color: #7d1387;
}

.footer-left p a {
    text-decoration: none;
    color: #9a26a4;
}

.footer-left p a:hover {
    color: #7d1387;
}