.info-main .username,
.model-swiper-username,
.room-topic {
    text-overflow: ellipsis;
    overflow: hidden;
}
.link-yt-red:hover,
.static-content a:hover {
    text-decoration: underline;
}
.performer-iframe-wrapper {
    position: relative;
}
.iframe-overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: block;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
}
body {
    background-color: #f2f4f7;
}
.app-card {
    background-color: #fff;
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
    transition: 0.3s;
}
.app-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}
.filter-pills-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    padding-bottom: 1rem;
}
.filter-pill {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #212529;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 2rem;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}
.filter-pill:hover {
    background-color: #e9ecef;
    border-color: #ced4da;
    color: #000;
}
.filter-pill i {
    font-size: 1rem;
    margin-left: 0.5rem;
}
.pull-performer-section {
    margin-bottom: 2.8rem;
}
.title-holder h2 {
    font-size: 1.43rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 0.33em;
}
.title-holder p {
    color: #000;
    margin-bottom: 0.8em;
    font-size: 1.03rem;
    font-weight: 400;
}
.app-performer-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
    gap: 1.5rem;
    padding: 1.2rem 0 2rem;
}
.app-performer-card {
    background: #fff;
    border-radius: 1.15rem;
    box-shadow: 0 4px 18px rgba(30, 40, 60, 0.09);
    display: flex;
    flex-direction: column;
    min-height: 290px;
    text-decoration: none;
    color: #1a1a1a;
    border: 1px solid #ececf3;
    overflow: hidden;
    transition: box-shadow 0.14s cubic-bezier(0.4, 2, 0.2, 1), transform 0.11s cubic-bezier(0.4, 2, 0.2, 1);
    position: relative;
    will-change: transform;
}
.app-performer-card:hover {
    box-shadow: 0 12px 36px 0 rgba(60, 60, 90, 0.16);
    transform: scale(1.022) translateY(-5px);
    z-index: 5;
}
.app-performer-card__img {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    background: #f5f6fa;
    overflow: hidden;
}
.app-performer-card__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: none;
    display: block;
    background: #ececf3;
}

.app-performer-card__img .badge {
    position: absolute;
    padding: 2px 12px;
    font-size: 0.93rem;
    font-weight: 700;
    color: #fff;
    border-radius: 999px;
    top: 12px;
    left: 14px;
    background: #323248;
    letter-spacing: 0.04em;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 1px 5px rgba(60, 60, 80, 0.08);
}
.badge-viewers,
.info-main {
    display: flex;
    align-items: center;
}
.badge-live {
    background: #fc3465;
}
.badge-private {
    background: #767676;
}
.badge-hd {
    background: #222e;
    right: 16px;
    left: auto;
}
.badge-viewers {
    bottom: 13px;
    top: auto;
    left: 14px;
    right: auto;
    background: rgba(0, 0, 0, 0.06);
    color: #232334;
    font-weight: 700;
    font-size: 0.98rem;
    box-shadow: 0 2px 7px rgba(30, 30, 70, 0.08);
    padding: 3px 11px 3px 7px;
    border-radius: 15px;
    gap: 4px;
}
.app-performer-card__info {
    padding: 1.08rem 1.25rem 1.1rem;
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 0.21rem;
    background: #fff;
}
.info-main {
    gap: 8px;
    margin-bottom: 2px;
    flex-wrap: wrap;
}
.info-main .username {
    font-weight: 700;
    font-size: 1.13rem;
    color: #222;
    letter-spacing: 0.01em;
    max-width: 60%;
    white-space: nowrap;
}
.info-main .age {
    background: #f2f3f7;
    color: #000;
    border-radius: 8px;
    padding: 2px 8px;
    font-size: 0.97rem;
    font-weight: 600;
}
.room-topic {
    color: #393944;
    font-size: 1.02rem;
    margin: 4px 0;
    min-height: 27px;
    line-height: 1.17;
}
.stats,
.stats .language {
    font-size: 0.97em;
    display: flex;
    color: #000;
}
.stats {
    align-items: center;
    gap: 14px;
    margin-top: 0.15em;
}
.stats .followers {
    display: flex;
    align-items: center;
}
.stats .followers svg {
    margin-right: 3px;
    vertical-align: text-bottom;
}
.stats .language {
    align-items: center;
}
@media (max-width: 830px) {
    .app-performer-card__info {
        padding: 0.8rem 0.7rem;
    }
    .app-performer-card {
        min-height: 170px;
    }
    .app-performer-grid {
        gap: 1rem;
    }
}
@media (max-width: 630px) {
    .app-performer-card__info {
        padding: 0.5rem 0.4rem;
    }
    .app-performer-card {
        min-height: 130px;
    }
    .app-performer-grid {
        gap: 0.5rem;
    }
}
.tag-swiper-button-next,
.tag-swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.model-swiper-button-next:hover,
.model-swiper-button-prev:hover,
.tag-swiper-button-next:hover,
.tag-swiper-button-prev:hover {
    background-color: #f8f9fa;
    transform: translateY(-50%) scale(1.1);
}
.model-swiper-button-prev,
.tag-swiper-button-prev {
    left: -20px;
}
.model-swiper-button-next,
.tag-swiper-button-next {
    right: -20px;
}
.tag-swiper-button-next i,
.tag-swiper-button-prev i {
    font-size: 1rem;
    color: #212529;
    font-weight: 700;
}
.model-swiper .swiper-button-disabled,
.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}
.footer-links .nav-link {
    padding: 0.25rem 0;
    color: #6c757d;
    font-size: 0.9rem;
}
.footer-links .nav-link:hover,
.model-swiper-link:hover .model-swiper-username {
    color: #000;
}
.footer-socials a {
    transition: color 0.2s ease-in-out;
}
.footer-socials a:hover {
    color: #212529 !important;
}
.model-swiper-slide {
    text-align: center;
    width: 90px;
}
.model-swiper-link {
    display: block;
    transition: transform 0.2s;
}
.model-swiper-link:hover {
    transform: scale(1.05);
}
.model-swiper-img-wrap {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.model-swiper-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.model-live-indicator {
    position: absolute;
    bottom: 2px;
    right: 2px;
    width: 18px;
    height: 18px;
    background-color: #00bf63;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.model-swiper-username {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 0.5rem;
    white-space: nowrap;
    color: #6c757d;
    transition: color 0.2s ease-in-out;
}
.model-swiper-button-next,
.model-swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 40px;
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #212529;
    transition: 0.2s;
}
@media (max-width: 767px) {
    .model-swiper-button-prev,
    .tag-swiper-button-prev {
        left: 5px;
    }
    .model-swiper-button-next,
    .tag-swiper-button-next {
        right: 5px;
    }
}
.top-section {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
    background-color: #f8f9fa;
}
.top-section .card {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    overflow: hidden;
}
.top-section .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}
.static-content {
    color: #495057;
    line-height: 1.7;
}
.static-content h1,
.static-content h2,
.static-content h3,
.static-content h4 {
    font-weight: 700;
    color: #212529;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #dee2e6;
}
.static-content h1 {
    font-size: 2.25rem;
    color: red;
}
.static-content h2 {
    font-size: 1.75rem;
}
.static-content p {
    margin-bottom: 1.25rem;
}
.static-content a {
    color: red;
    text-decoration: none;
    font-weight: 600;
    transition: text-decoration 0.2s ease-in-out;
}
.static-content ol,
.static-content ul {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}
.static-content li,
.tags-header h1 {
    margin-bottom: 0.5rem;
}
.static-content strong {
    color: #212529;
}
.container-fluid.custom-75 {
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 992px) {
    .container-fluid.custom-75 {
        max-width: 90%;
    }
}
.pagination {
    margin: 1rem 0;
    padding: 0;
}
.pagination .page-item .page-link {
    color: #343a40;
    border: 1px solid #dee2e6;
    margin: 0 0.25rem;
    padding: 0.5rem 0.75rem;
    border-radius: 0.25rem;
    background: #fff;
    transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.pagination .page-item .page-link:hover {
    color: #dc3545;
    border-color: #dc3545;
}
.pagination .page-item.active .page-link {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}
.pagination .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background: #fff;
    border-color: #dee2e6;
}
@media (min-width: 576px) {
    .performer-card {
        max-width: 590px;
        margin-left: auto;
        margin-right: auto;
    }
}
.performer-card {
    font-size: 0.96rem;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(20, 30, 70, 0.08);
}
.performer-image-wrapper {
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.performer-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.rank-badge {
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 36px;
    min-height: 36px;
    font-size: 1.08rem;
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    background: #f7f7fc;
    color: #888;
}
.rank-1 {
    background: gold !important;
    color: #fff !important;
}
.rank-2 {
    background: silver !important;
    color: #444 !important;
}
.rank-3 {
    background: #cd7f32 !important;
    color: #fff !important;
}
.follower-badge {
    background: #f2f7fe;
    color: #175ab4;
    border-radius: 1rem;
    padding: 0.18em 0.8em;
    font-weight: 600;
    font-size: 1.03rem;
    display: inline-block;
    box-shadow: 0 1px 3px rgba(23, 90, 180, 0.05);
}
.room-subject {
    font-size: 0.97rem;
    color: #7c8a97;
    margin-bottom: 0.18rem;
    word-break: break-word;
    white-space: normal;
}
.video-card {
    border-radius: 1rem;
    overflow: hidden;
    background-color: #000;
}
.feature-section {
    background-color: #fff;
}
.feature-card {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0.75rem;
    transition: transform 0.3s, box-shadow 0.3s;
}
.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
}
.feature-icon {
    font-size: 2rem;
}
.tags-page-container {
    max-width: 1200px;
    margin: 2rem auto;
    padding: 0 1rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.tags-header {
    text-align: center;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 1.5rem;
}
.alphabet-group,
.tag-jump-nav {
    margin-bottom: 3rem;
}
.tags-header h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #343a40;
}
.tags-header p {
    font-size: 1.1rem;
    color: #6c757d;
}
.tag-jump-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 12px;
}
.tag-jump-nav a,
.tag-jump-nav span.disabled {
    font-size: 1rem;
    font-weight: 600;
    padding: 0.5rem 0.8rem;
    border-radius: 6px;
    text-decoration: none;
    color: #495057;
    transition: 0.2s ease-in-out;
}
.tag-jump-nav a {
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.tag-jump-nav a:hover {
    background-color: #4070f4;
    color: #fff;
    border-color: #4070f4;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(64, 112, 244, 0.2);
}
.tag-jump-nav span.disabled {
    color: #adb5bd;
    cursor: not-allowed;
}
.group-header {
    font-size: 2.5rem;
    font-weight: 800;
    color: #000;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid #f1f3f5;
    scroll-margin-top: 20px;
}
.tag-group {
    column-count: 4;
    column-gap: 2rem;
}
@media (max-width: 1200px) {
    .tag-group {
        column-count: 3;
    }
}
@media (max-width: 768px) {
    .tag-group {
        column-count: 2;
    }
}
@media (max-width: 480px) {
    .tag-group {
        column-count: 1;
    }
}
.tag-bubble-item {
    margin-bottom: 0.75rem;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.tag-bubble {
    display: inline-block;
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 0.95rem;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid transparent;
    transition: 0.2s ease-in-out;
    text-transform: capitalize;
}
.tag-bubble:hover {
    color: #fff;
    background-color: #4070f4;
    border-color: #4070f4;
    transform: scale(1.03);
    box-shadow: 0 4px 12px rgba(64, 112, 244, 0.25);
}
.form-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 2rem 0;
}
.btn-yt-red {
    background-color: red;
    color: #fff;
    border: none;
}
.btn-yt-red:hover {
    background-color: #e60000;
    color: #fff;
}
.link-yt-red {
    color: red;
    text-decoration: none;
}
.link-yt-red:hover {
    color: #c00;
}
.form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.05rem;
    border-radius: 0.5rem;
}
.custom-card {
    border-radius: 1rem;
    border: none;
}
.captcha-img {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed) {
    color: #495057;
    background-color: #f8f9fa;
}
.accordion-header h4 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #343a40;
    margin: 0;
}
.image-column img {
    border-radius: 1rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}




    #infoTab .nav-pills .nav-item {
        margin: 0 5px; 
    }

  
    #infoTab .nav-pills .nav-link {
        background-color: #f1f1f1; 
        font-weight: 600;
        border-radius: 0.375rem;
        transition: all 0.2s ease-in-out;
        border: 1px solid transparent;
    }

 
    #infoTab .nav-pills .nav-link.active,
    #infoTab .nav-pills .show > .nav-link {
        background-color: #dc3545; 
        color: #ffffff; 
        box-shadow: none; 
        border-color: #dc3545;
    }


    #infoTab .nav-pills .nav-link:not(.active):hover {
        background-color: #e9ecef; 
        border-color: #dee2e6;
    }
    

       
     .btn-custom-trigger {
        background-color: #28a745;
        border-color: #28a745;
        transition: all 0.3s ease;
    }
    .btn-custom-trigger:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    }
    .deal-card {
      display: flex;
      align-items: center;
      padding: 1.25rem 0;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid #e9ecef;
      margin-bottom: 0;
    }
    .deal-card:last-child {
        border-bottom: none;
    }
    .deal-icon {
      flex-shrink: 0;
      font-size: 2rem;
      width: 48px;
      text-align: center;
      margin-right: 1.25rem;
    }
    .deal-content {
      flex-grow: 1;
    }
    .deal-content h6 {
      font-weight: 600;
      margin-bottom: 0.25rem;
    }
    .deal-content p,
    .deal-content ul {
      font-size: 0.9rem;
      color: #6c757d;
      margin-bottom: 0;
    }
    .deal-content ul {
      padding-left: 1.2rem;
      margin-top: 0.5rem;
    }
    .deal-action {
      margin-left: 1rem;
    }
    .btn-deal-red {
      background-color: #ea3323;
      color: #fff;
      font-weight: bold;
      white-space: nowrap;
    }
    .btn-deal-red:hover {
      background-color: #c42a1c;
      color: #fff;
    }
    .special-deal-card-a {
        background-color: #fff8e1;
        border: 1px solid #ffecb3;
        border-radius: .75rem;
        padding: 1.25rem;
        margin-top: 1rem;
    }
    
    
    
            /* --- Scoped Custom Styles to Avoid Conflicts --- */
        #token-guide-content {
            font-family: 'Inter', sans-serif;
            background-color: #f8f9fa; /* Light grey background */
            color: #212529;
        }

        #token-guide-content .hero-section {
            background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1)), url('https://tedscams.com/free-tokens.jpg');
            background-size: cover;
            background-position: center;
            padding: 6rem 1.5rem;
            border-bottom: 1px solid #dee2e6;
            text-align: center;
        }
        
        /* Fallback for the background image */
        #token-guide-content .hero-section[style*="url('')"] {
             background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)), url('https://placehold.co/1440x810/e0e0e0/ffffff?text=Image+Not+Found');
        }

        #token-guide-content .hero-section h1 {
            font-weight: 700;
            font-size: 2.8rem;
            color: #ffffff;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
        }

        #token-guide-content .hero-section .lead {
            font-size: 1.25rem;
            max-width: 800px;
            margin: 1rem auto 0;
            color: #f8f9fa;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        }

        #token-guide-content .section-title {
            font-weight: 700;
            color: #343a40;
            margin-bottom: 2rem;
            text-align: center;
        }
        
        #token-guide-content .card {
            border: none;
            border-radius: 0.75rem;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            height: 100%;
        }

        #token-guide-content .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
        }

        #token-guide-content .card-header {
            background-color: transparent;
            border-bottom: 1px solid #eee;
            font-weight: 600;
        }
        
        #token-guide-content .card-icon {
            font-size: 2.5rem;
            color: #0d6efd; /* Bootstrap Blue */
            margin-bottom: 1rem;
        }

        #token-guide-content .accordion-button:not(.collapsed) {
            color: #0c63e4;
            background-color: #e7f1ff;
        }

        #token-guide-content .accordion-item {
            border-radius: 0.5rem;
            border: 1px solid #dee2e6;
        }
        
        #token-guide-content .list-group-item {
            border-left: 0;
            border-right: 0;
        }


        #token-guide-content .chart-container {
            background-color: #fff;
            padding: 2rem;
            border-radius: 0.75rem;
            box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
        }

        #token-guide-content .chart-bar {
            position: relative;
            background: linear-gradient(45deg, #0d6efd, #0dcaf0); /* Blue Gradient */
            border-radius: 0.375rem;
            color: white;
            text-align: center;
            font-weight: 600;
            padding: 0.75rem;
            box-shadow: 0 4px 10px rgba(13, 110, 253, 0.3);
            transition: width 1s ease-out;
            white-space: nowrap;
        }
        
        #token-guide-content .bar-label {
            font-weight: 500;
            color: #495057;
        }

        #token-guide-content .alert-custom {
            background-color: #fff3cd;
            border-color: #ffeeba;
            color: #664d03;
            border-radius: 0.5rem;
            padding: 1.5rem;
        }
        
        #token-guide-content .alert-custom .bi {
            font-size: 1.5rem;
            margin-right: 1rem;
            vertical-align: middle;
        }
        

        #token-guide-content .token-guide-outer-section {
            margin-top: 3rem;
            margin-bottom: 3rem;
            padding-top: 3rem;
            padding-bottom: 3rem;
            background-color: #fff;
            border-radius: 0.5rem;
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
        }
        #token-guide-content .token-guide-accordion-item {
            margin-bottom: 1rem;
        }

        #token-guide-content .faq-guide-outer-section {
            margin-bottom: 3rem;
        }
        #token-guide-content .faq-accordion-item {
            margin-bottom: 0.5rem;
        }
        
        
        .hero-section-4 {
            background: linear-gradient(135deg, #f3e7e9 0%, #e3eeff 100%);
            padding: 4rem 1rem;
            border-bottom: 1px solid #dee2e6;
        }

        .card-style-4 {
            border: none;
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card-style-4:hover {
            transform: translateY(-5px);
            box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.07);
        }

        .card-header {
            background-color: #ffffff;
            border-bottom: 1px solid #e9ecef;
            font-weight: 600;
        }
        
        .table-of-contents-4 .list-group-item {
            border: none;
            padding: 0.75rem 1.25rem;
        }

        .table-of-contents-4 .list-group-item a {
            text-decoration: none;
            color: #0d6efd;
            font-weight: 500;
        }

        .table-of-contents-4 .list-group-item a:hover {
            text-decoration: underline;
        }

        .btn-primary-4 {
            background-color: #e83e8c;
            border-color: #e83e8c;
            padding: 0.75rem 1.5rem;
            font-weight: 600;
            color: #fff;
            transition: background-color 0.3s ease, border-color 0.3s ease;
        }

        .btn-primary-4:hover {
            background-color: #d63384;
            border-color: #d63384;
            color: #fff;
        }
        
        .btn-outline-primary-4 {
             color: #e83e8c;
             border-color: #e83e8c;
             padding: 0.75rem 1.5rem;
             font-weight: 600;
        }
        
        .btn-outline-primary-4:hover {
             background-color: #e83e8c;
             border-color: #e83e8c;
             color: #fff;
        }

        h1, h2, h3, h4 {
            font-weight: 700;
            color: #212529;
        }

        .section-icon-4 {
            font-size: 2rem;
            color: #e83e8c;
        }

        .pro-tip-4 {
            background-color: #fff3cd;
            border-left: 5px solid #ffc107;
            padding: 1rem;
            margin: 1.5rem 0;
            border-radius: 0.25rem;
        }
        
        .model-card-4 {
            background: #fff;
            padding: 1.5rem;
            text-align: center;
        }
        
        .model-card-4 .badge {
            font-size: 0.9rem;
        }

        /* Chart Styling */
        .chart-container-4 {
            background-color: #ffffff;
            padding: 2rem;
            border-radius: 0.5rem;
            text-align: center;
        }
        .chart-bar-4 {
            display: inline-block;
            width: 50px;
            background-color: #e83e8c;
            color: white;
            position: relative;
            border-radius: 5px 5px 0 0;
            margin: 0 10px;
        }
        .chart-bar-4 .label {
            position: absolute;
            bottom: -25px;
            width: 100%;
            text-align: center;
            font-size: 0.85rem;
            font-weight: 500;
        }
        .chart-bar-4 .value {
            padding: 5px 0;
            font-weight: 600;
        }
        
                .section-padding-5 {
            padding: 4rem 0;
        }

        .section-bg-light-5 {
             background-color: #ffffff;
        }

        .section-title-5 {
            font-weight: 700;
            color: #212529;
            margin-bottom: 0.5rem;
        }

        .section-subtitle-5 {
            font-weight: 500;
            color: #6c757d;
            margin-bottom: 3rem;
        }
        
        .img-style-5 {
            border-radius: 0.75rem;
            box-shadow: 0 1rem 3rem rgba(0,0,0,0.1);
        }
        
        .feature-list-5 {
            list-style: none;
            padding-left: 0;
        }

        .feature-list-5 li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
            font-size: 1.05rem;
        }

        .feature-list-5 .bi {
            font-size: 1.25rem;
            color: #e83e8c;
            margin-right: 0.75rem;
            margin-top: 0.2rem;
        }
        
        .accordion-style-5 .accordion-item {
            border: 1px solid #dee2e6;
            border-radius: 0.5rem !important;
            margin-bottom: 1rem;
        }
        
        .accordion-style-5 .accordion-button {
            font-weight: 600;
            color: #343a40;
        }

        .accordion-style-5 .accordion-button:not(.collapsed) {
            background-color: #f3e7e9;
            box-shadow: none;
        }
        
        .creator-card-5 {
            border: none;
            border-radius: 0.75rem;
            padding: 2rem;
            text-align: center;
            background-color: #fff;
            box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .creator-card-5:hover {
            transform: translateY(-8px);
            box-shadow: 0 1rem 2rem rgba(0,0,0,0.08);
        }

        .creator-card-5 .icon-wrap-5 {
            font-size: 3rem;
            color: #e83e8c;
            margin-bottom: 1rem;
            display: inline-block;
        }
        
        .about-creator-card-5 {
            box-shadow: 0 1rem 3rem rgba(0,0,0,0.1);
            border: none;
            border-radius: 1rem;
            overflow: hidden; /* Ensures header border-radius is respected */
        }
        
        .about-creator-card-5 .card-header {
            background-color: #212529;
        }
        
        .about-creator-card-5 .avatar-5 {
            border: 5px solid #fff;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }
        
        
.tag-h1 {
    text-align: center;
    margin: 40px 0 20px 0;
    font-family: inherit;
    font-size: 2.4rem;
    font-weight: 700;
}




        .hero-section-5 {
            background: linear-gradient(135deg, rgba(232, 62, 140, 0.1) 0%, rgba(111, 66, 193, 0.1) 100%), #ffffff;
            padding: 5rem 1rem;
            border-bottom: 1px solid #e0e0e0;
        }

        .card-style-5 {
            background-color: #ffffff;
            border: 1px solid #e9ecef;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            border-radius: 0.75rem;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .card-style-5:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
        }

        .card-header-5 {
            background-color: #f8f9fa;
            border-bottom: 1px solid #dee2e6;
            font-weight: 600;
            padding: 1rem 1.5rem;
        }
        
        .table-of-contents-5 .list-group-item {
            border: none;
            padding: 0.75rem 0;
            background-color: transparent;
        }

        .table-of-contents-5 .list-group-item a {
            text-decoration: none;
            color: #e83e8c;
            font-weight: 500;
        }

        .table-of-contents-5 .list-group-item a:hover {
            text-decoration: underline;
        }

        .btn-primary-5 {
            background-color: #e83e8c;
            border-color: #e83e8c;
            padding: 0.8rem 1.8rem;
            font-weight: 600;
            color: #fff;
            border-radius: 50px;
            transition: all 0.3s ease;
        }

        .btn-primary-5:hover {
            background-color: #d63384;
            border-color: #d63384;
            transform: translateY(-2px);
            box-shadow: 0 4px 10px rgba(232, 62, 140, 0.3);
        }
        
        .btn-outline-primary-5 {
             color: #e83e8c;
             border-color: #e83e8c;
             padding: 0.75rem 1.5rem;
             font-weight: 600;
             border-radius: 50px;
        }
        
        .btn-outline-primary-5:hover {
             background-color: #e83e8c;
             border-color: #e83e8c;
             color: #fff;
        }

        h1, h2, h3, h4, h5 {
            font-weight: 700;
            color: #212529;
        }

        .section-icon-5 {
            font-size: 2.5rem;
            color: #e83e8c;
        }

        .pro-tip-5 {
            background-color: #e9f7ff;
            border-left: 5px solid #17a2b8;
            padding: 1rem;
            margin: 1.5rem 0;
            border-radius: 0.25rem;
        }
        
        .table-responsive-5 {
            border: 1px solid #dee2e6;
            border-radius: 0.5rem;
            overflow: hidden;
        }
        .table-5 th {
            background-color: #f8f9fa;
        }

        .list-style-5 {
            list-style: none;
            padding-left: 0;
        }
        .list-style-5 li {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
        }
        .list-style-5 .fa-li {
            color: #e83e8c;
        }
        
        .monetisation-list-5 {
            display: grid;
            gap: 1rem;
        }
        .monetisation-item-5 {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            padding: 1rem;
            background-color: #f8f9fa;
            border-radius: 0.5rem;
            border: 1px solid #e9ecef;
        }
        .monetisation-item-5 i {
            font-size: 1.5rem;
            color: #e83e8c;
            margin-top: 0.25rem;
        }
        .monetisation-item-5 h5 {
            font-size: 1.1rem;
            margin-bottom: 0.25rem;
        }

        .final-cta-5 {
            background: linear-gradient(135deg, #f3e7e9 0%, #e3eeff 100%);
            border-radius: 0.75rem;
        }
        
        
        
        
          .header-section-6 {
            background: #fff;
            border-bottom: 1px solid #dee2e6;
            padding: 3rem 1rem;
        }
        
        .header-section-6 .icon-title {
            font-size: 2.5rem;
            color: #e83e8c;
        }

        .info-section-6 {
            background-color: #ffffff;
        }

        .info-card-6 {
            border: none;
            background-color: #f8f9fa;
            border-radius: 0.75rem;
            padding: 1.5rem;
            height: 100%;
        }

        .info-card-6 .icon-wrap-6 {
            font-size: 2rem;
            color: #e83e8c;
            margin-bottom: 1rem;
        }

        /* Performer Card Styling */
        .performer-card-6 {
            border: none;
            background: #fff;
            border-radius: 0.75rem;
            box-shadow: 0 4px 12px rgba(0,0,0,0.06);
            overflow: hidden;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .performer-card-6:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 20px rgba(0,0,0,0.1);
        }
        
        .performer-card-6 .img-container-6 {
            position: relative;
        }

        .performer-card-6 .rank-badge-6 {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: rgba(232, 62, 140, 0.9);
            color: #fff;
            font-size: 1rem;
            font-weight: 700;
            width: 36px;
            height: 36px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            border: 2px solid #fff;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        }

        .performer-card-6 .card-img-top-6 {
            width: 100%;
            height: auto;
            aspect-ratio: 4 / 5;
            object-fit: cover;
        }
        
        .performer-card-6 .card-body-6 {
            font-size: 0.9rem;
        }
        
        .performer-card-6 .card-body-6 a {
            color: #212529;
            text-decoration: none;
            font-weight: 600;
        }
        .performer-card-6 .card-body-6 a:hover {
            color: #e83e8c;
        }

        .performer-card-6 .topic-6 {
            font-size: 0.85rem;
            color: #6c757d;
            height: 40px; /* Fixed height for 2 lines */
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }      
        
        /* Bold */
#featured-cam-girls h2.fw-bold{
 color:#ffffff;
}

        .header-section-9 {
            background-color: #ffffff;
            padding: 4rem 1rem;
            text-align: center;
            border-bottom: 1px solid #dee2e6;
        }
        
        .header-section-9 .icon-title-9 {
            font-size: 3rem;
            color: #e83e8c;
        }

        .main-content-9 {
            background-color: #f8f9fa;
            padding-top: 3rem;
            padding-bottom: 3rem;
        }
        
        .title-holder-9 {
            text-align: center;
            margin-bottom: 3rem;
        }
        
        .title-holder-9 h2 {
            color: #212529;
            font-weight: 700;
        }
        
        .title-holder-9 h3 {
            color: #6c757d;
        }

        .info-section-9 {
            background-color: #ffffff;
            padding: 4rem 0;
            border-top: 1px solid #dee2e6;
        }
        
        .info-card-9 {
            background-color: #f8f9fa;
            padding: 2rem;
            border-radius: 0.75rem;
            text-align: center;
            height: 100%;
            border: 1px solid #e9ecef;
        }
        
        .info-card-9 .icon-wrap-9 {
            font-size: 2.5rem;
            color: #e83e8c;
            margin-bottom: 1rem;
        }
        
        .info-card-9 h3 {
             font-size: 1.2rem;
             font-weight: 600;
             margin-bottom: 0.75rem;
        }


        .tag-section .card {
            background-color: #ffffff;
            color: #212529;
            border: 1px solid #dee2e6;
        }
        .tag-section .card .text-dark {
            color: #212529 !important;
        }
        .tag-section .card .text-muted {
            color: #6c757d !important;
        }


        .info-section-11 {
            font-family: 'Inter', sans-serif;
            background-color: #ffffff;
            color: #212934;
            padding: 4rem 0;
            border-top: 1px solid #e9ecef;
            border-bottom: 1px solid #e9ecef;
        }

        .info-section-11 .section-title-11 {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 1rem;
        }
        
        .info-section-11 .section-subtitle-11 {
            font-size: 1.15rem;
            color: #6c757d;
            margin-bottom: 3rem;
        }

        .info-section-11 h3 {
            font-weight: 600;
            font-size: 1.5rem;
            margin-top: 3rem;
            margin-bottom: 1.5rem;
            padding-bottom: 0.75rem;
            border-bottom: 2px solid #e83e8c;
            display: inline-block;
        }
        
        .feature-card-11 {
            background-color: #f8f9fa;
            border-radius: 0.75rem;
            padding: 1.5rem;
            text-align: center;
            border: 1px solid #e9ecef;
            height: 100%;
        }
        
        .feature-card-11 .icon-wrap-11 {
            font-size: 2rem;
            color: #e83e8c;
            margin-bottom: 1rem;
        }

        .niche-card-11 {
            margin-bottom: 1.5rem;
            background-color: #fff;
            padding: 1.5rem;
            border-left: 4px solid #e83e8c;
            border-radius: 0.5rem;
            box-shadow: 0 4px 12px rgba(0,0,0,0.05);
        }
        
        .niche-card-11 h4 {
            font-weight: 600;
            font-size: 1.2rem;
        }

        .accordion-style-11 .accordion-item {
            background-color: #fff;
            border: 1px solid #e9ecef;
            border-radius: 0.5rem !important;
            margin-bottom: 1rem;
        }

        .accordion-style-11 .accordion-button {
             font-weight: 600;
        }
        
        .accordion-style-11 .accordion-button:not(.collapsed) {
             color: #e83e8c;
             background-color: #f8f9fa;
             box-shadow: none;
        }
        
        .final-cta-11 {
            background: linear-gradient(135deg, #f3e7e9, #e3eeff);
            padding: 3rem;
            border-radius: 1rem;
            text-align: center;
        }
        
                /* Custom CSS for Braces Cams Section */
        .info-section-12 {
            font-family: 'Inter', sans-serif;
            background-color: #f8f9fa; 
            color: #212934;
            padding: 4rem 0;
        }

        .info-section-12 .hero-header-12 {
            background-color: #e83e8c;
            color: #fff;
            padding: 3rem;
            border-radius: 1rem;
            margin-bottom: 3rem;
        }

        .info-section-12 .hero-header-12 h2 {
            font-weight: 700;
            font-size: 2.5rem;
            color: #fff;
        }

        .info-section-12 .content-card-12 {
            background-color: #ffffff;
            padding: 2rem;
            border-radius: 0.75rem;
            box-shadow: 0 8px 24px rgba(0,0,0,0.05);
            margin-bottom: 2rem;
        }

        .info-section-12 .content-card-12 h3 {
            font-weight: 600;
            font-size: 1.5rem;
            margin-bottom: 1.5rem;
        }

        .info-section-12 .tip-list-12 {
            list-style: none;
            padding-left: 0;
        }

        .info-section-12 .tip-list-12 li {
            display: flex;
            align-items: center;
            margin-bottom: 1rem;
            font-size: 1.05rem;
        }

        .info-section-12 .tip-list-12 .icon-circle-12 {
            background-color: #e83e8c;
            color: #fff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            flex-shrink: 0;
        }
        
        .tag-grid-12 a {
            display: block;
            background-color: #f8f9fa;
            border: 1px solid #dee2e6;
            color: #212934;
            padding: 0.75rem 1rem;
            border-radius: 50px;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }

        .tag-grid-12 a:hover {
            background-color: #e83e8c;
            color: #fff;
            border-color: #e83e8c;
            transform: translateY(-2px);
        }

        .final-cta-12 {
            background-color: #212934;
            color: #fff;
            padding: 3rem;
            border-radius: 1rem;
            text-align: center;
        }

        .final-cta-12 .btn-light {
            font-weight: 600;
        }
        
        
          .info-section-13 {
            font-family: 'Inter', sans-serif;
            background-color: #f8f9fa; 
            color: #212934;
            padding: 4rem 0;
        }

        .info-section-13 h2 {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }
        
        .info-section-13 h3 {
            font-weight: 600;
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .info-section-13 .intro-image-13 {
            border-radius: 1rem;
            box-shadow: 0 1rem 3rem rgba(0,0,0,0.1);
            object-fit: cover;
            height: 100%;
            min-height: 400px;
        }
        
        .info-section-13 .feature-box-13 {
            display: flex;
            align-items: flex-start;
            gap: 1.5rem;
            margin-bottom: 2rem;
        }

        .info-section-13 .feature-box-13 .icon-box-13 {
            background-color: #e83e8c;
            color: #fff;
            font-size: 1.5rem;
            width: 60px;
            height: 60px;
            border-radius: 0.75rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .info-section-13 .feature-box-13 h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 0.5rem;
        }
        
        .final-cta-13 {
            background-color: #e83e8c;
            color: #fff;
            padding: 3rem;
            border-radius: 1rem;
            text-align: center;
        }

        .final-cta-13 h2 {
            color: #fff;
        }

        .final-cta-13 .btn-light {
            font-weight: 600;
            padding: 0.8rem 2rem;
        }
        
                .info-section-14 h2 {
            font-weight: 700;
            font-size: 2.5rem;
            margin-bottom: 1.5rem;
        }
        
        .info-section-14 h3 {
            font-weight: 600;
            font-size: 1.5rem;
            margin-bottom: 1rem;
            margin-top: 3rem;
        }
        
        .info-section-14 .header-14 {
            border-bottom: 1px solid #dee2e6;
            padding-bottom: 2rem;
            margin-bottom: 3rem;
        }

        .info-section-14 .feature-list-14 {
            list-style: none;
            padding: 0;
        }

        .info-section-14 .feature-list-14 li {
            display: flex;
            align-items: flex-start;
            gap: 1rem;
            margin-bottom: 1.5rem;
            background-color: #fff;
            padding: 1.5rem;
            border-radius: 0.75rem;
            border: 1px solid #e9ecef;
        }
        
        .info-section-14 .feature-list-14 .icon-box-14 {
            background-color: #e83e8c;
            color: #fff;
            font-size: 1.25rem;
            width: 50px;
            height: 50px;
            border-radius: 0.5rem;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
        }
        
        .info-section-14 .feature-list-14 h4 {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 0.25rem;
        }

        .final-cta-14 {
            background-color: #212934;
            color: #fff;
            padding: 3rem;
            border-radius: 1rem;
            text-align: center;
        }

        .final-cta-14 h2 {
            color: #fff;
        }

        .final-cta-14 .btn-light {
            font-weight: 600;
            padding: 0.8rem 2rem;
        }
        
  .header-section-20 {
            font-family: 'Inter', sans-serif;
            background: linear-gradient(135deg, #f5f7fa 0%, #eef2ff 100%);
            padding: 4rem 1rem; /* Reduced padding for better mobile view */
            text-align: center;
            border-bottom: 1px solid #e2e8f0;
        }
        
        .header-section-20 .container {
            position: relative;
            z-index: 2;
        }

        .header-section-20 h1 {
            font-weight: 700;
            font-size: 2.75rem; /* Made H1 smaller */
            color: #1e3a8a; /* Dark Blue */
        }

        .header-section-20 .lead {
            color: #475569; /* Muted text color */
            max-width: 650px; /* Slightly adjusted max-width */
            margin-left: auto;
            margin-right: auto;
            font-size: 1.1rem; /* Made lead text smaller */
            margin-top: 1rem;
        }
        
        .header-section-20 .cta-buttons-20 {
            margin-top: 2rem; /* Reduced margin */
            display: flex;
            justify-content: center;
            gap: 0.75rem; /* Reduced gap for better mobile wrapping */
            flex-wrap: wrap;
        }
        
        .header-section-20 .btn-cta-20 {
            background-color: #ffffff;
            border: 1px solid #e2e8f0;
            color: #1e3a8a;
            font-weight: 600;
            padding: 0.65rem 1.25rem; /* Adjusted padding */
            border-radius: 0.75rem;
            transition: all 0.3s ease;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        .header-section-20 .btn-cta-20:hover {
            background-color: #1e3a8a;
            color: #fff;
            border-color: #1e3a8a;
            transform: translateY(-3px);
            box-shadow: 0 8px 20px rgba(30, 58, 138, 0.1);
        }

        .header-section-20 .btn-cta-20 i {
            opacity: 0.7;
        }


        @media (max-width: 768px) {
            .header-section-20 {
                padding: 3rem 1rem;
            }
            .header-section-20 h1 {
                font-size: 2.25rem; 
            }
            .header-section-20 .lead {
                font-size: 1rem;
            }
        }
        
        .cookie-consent-banner {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            position: fixed;
            bottom: 20px;
            left: 20px; /* Changed from 50% */
            /* transform: translateX(-50%); Removed this line */
            width: 90%;
            max-width: 580px; /* Max-width from the image */
            background-color: #ffffff;
            border: 1px solid #e0e0e0;
            border-radius: 12px; /* Rounded corners */
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Subtle shadow */
            padding: 16px;
            display: none; /* Hidden by default */
            align-items: center;
            z-index: 1050;
            transition: opacity 0.3s ease, transform 0.3s ease;
        }

        /* Flex container for the content inside */
        .cookie-content {
            display: flex;
            align-items: center;
            width: 100%;
            gap: 16px; /* Space between icon and text */
        }
        
        /* Cookie icon styling */
        .cookie-icon {
            flex-shrink: 0; /* Prevents the icon from shrinking */
        }

        .cookie-icon svg {
            width: 48px;
            height: 48px;
        }
        
        /* Text styling */
        .cookie-text {
            flex-grow: 1; /* Allows text to take available space */
            font-size: 14px;
            color: #616161; /* Dark grey text color */
            line-height: 1.5;
        }

        /* "here" link styling */
        .cookie-text a {
            color: #d9534f; /* Reddish color for the link */
            text-decoration: none;
            font-weight: 500;
        }

        .cookie-text a:hover {
            text-decoration: underline;
        }
        
        /* Close button container styling */
        .cookie-close-container {
            display: flex;
            align-items: center;
            gap: 16px; /* Space between separator and button */
            flex-shrink: 0;
        }

        /* Vertical separator line */
        .separator {
            width: 1px;
            height: 40px;
            background-color: #e0e0e0;
        }

        /* Close button styling */
        .cookie-close-btn {
            background: none;
            border: none;
            cursor: pointer;
            padding: 8px; /* Makes it easier to click */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .cookie-close-btn:hover {
            background-color: #f5f5f5; /* Light grey hover effect */
        }

        .cookie-close-btn svg {
            width: 16px;
            height: 16px;
            color: #757575; /* Icon color */
        }

        /* Class to show the banner */
        .cookie-consent-banner.show {
            display: block;
        }
        
                .content-section {
            padding: 2.5rem;
            background-color: var(--card-bg);
            border-radius: 1rem;
            margin-bottom: 2rem;
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -2px rgba(0, 0, 0, 0.05);
        }

        .content-section h2 {
            font-weight: 700;
            color: var(--heading-color);
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
        }
        
        .content-section h2 i {
            color: var(--accent-color);
            margin-right: 1rem;
            font-size: 1.5rem;
        }
        
        .content-section p, .content-section li {
            line-height: 1.7;
        }

        .list-group-item {
            border: none;
            padding-left: 0;
            background-color: transparent;
        }

        .list-group-item i {
            color: var(--accent-color);
            margin-right: 0.75rem;
        }